Class VirtualGateway
java.lang.Object
com.amazonaws.services.directconnect.model.VirtualGateway
- All Implemented Interfaces:
Serializable
,Cloneable
You can create one or more AWS Direct Connect private virtual interfaces linking to your virtual private gateway.
Virtual private gateways can be managed using the Amazon Virtual Private Cloud (Amazon VPC) console or the Amazon EC2 CreateVpnGateway action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setVirtualGatewayId
(String virtualGatewayId) void
setVirtualGatewayState
(String virtualGatewayState) toString()
Returns a string representation of this object; useful for testing and debugging.withVirtualGatewayId
(String virtualGatewayId) withVirtualGatewayState
(String virtualGatewayState)
-
Constructor Details
-
VirtualGateway
public VirtualGateway()
-
-
Method Details
-
setVirtualGatewayId
- Parameters:
virtualGatewayId
-
-
getVirtualGatewayId
- Returns:
-
withVirtualGatewayId
- Parameters:
virtualGatewayId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVirtualGatewayState
- Parameters:
virtualGatewayState
-
-
getVirtualGatewayState
- Returns:
-
withVirtualGatewayState
- Parameters:
virtualGatewayState
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-