public class VirtualGateway
extends java.lang.Object
implements java.io.Serializable
You can create one or more Direct Connect private virtual interfaces linking to your virtual private gateway.
Virtual private gateway can be managed via AWS Virtual Private Cloud Console or the EC2 CreateVpnGateway API .
| コンストラクタと説明 |
|---|
VirtualGateway() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getVirtualGatewayId()
Virtual private gateway to a VPC.
|
java.lang.String |
getVirtualGatewayState()
State of the virtual private gateway.
|
int |
hashCode() |
void |
setVirtualGatewayId(java.lang.String virtualGatewayId)
Virtual private gateway to a VPC.
|
void |
setVirtualGatewayState(java.lang.String virtualGatewayState)
State of the virtual private gateway.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VirtualGateway |
withVirtualGatewayId(java.lang.String virtualGatewayId)
Virtual private gateway to a VPC.
|
VirtualGateway |
withVirtualGatewayState(java.lang.String virtualGatewayState)
State of the virtual private gateway.
|
public java.lang.String getVirtualGatewayId()
Example: vgw-123er56
Example: vgw-123er56
public void setVirtualGatewayId(java.lang.String virtualGatewayId)
Example: vgw-123er56
virtualGatewayId - Virtual private gateway to a VPC. Example: vgw-123er56
public VirtualGateway withVirtualGatewayId(java.lang.String virtualGatewayId)
Example: vgw-123er56
Returns a reference to this object so that method calls can be chained together.
virtualGatewayId - Virtual private gateway to a VPC. Example: vgw-123er56
public java.lang.String getVirtualGatewayState()
public void setVirtualGatewayState(java.lang.String virtualGatewayState)
virtualGatewayState - State of the virtual private gateway. public VirtualGateway withVirtualGatewayState(java.lang.String virtualGatewayState)
Returns a reference to this object so that method calls can be chained together.
virtualGatewayState - State of the virtual private gateway. public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object