public class CreateVpnConnectionRequest extends AmazonWebServiceRequest implements java.io.Serializable
CreateVpnConnection operation.
Creates a new VPN connection between an existing VPN gateway and customer gateway. The only supported connection type is ipsec.1.
The response includes information that you need to configure your customer gateway, in XML format. We recommend you use the command line version of
this operation ( ec2-create-vpn-connection ), which takes an -f option (for format) and returns configuration information
formatted as expected by the vendor you specified, or in a generic, human readable format. For information about the command, go to
ec2-create-vpn-connection in the Amazon Virtual Private Cloud Command Line Reference.
IMPORTANT: We strongly recommend you use HTTPS when calling this operation because the response contains sensitive cryptographic information for configuring your customer gateway. If you decide to shut down your VPN connection for any reason and then create a new one, you must re-configure your customer gateway with the new information returned from this call.
| コンストラクタと説明 |
|---|
CreateVpnConnectionRequest()
Default constructor for a new CreateVpnConnectionRequest object.
|
CreateVpnConnectionRequest(java.lang.String type,
java.lang.String customerGatewayId,
java.lang.String vpnGatewayId)
Constructs a new CreateVpnConnectionRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCustomerGatewayId()
The ID of the customer gateway.
|
VpnConnectionOptionsSpecification |
getOptions()
Returns the value of the Options property for this object.
|
java.lang.String |
getType()
The type of VPN connection.
|
java.lang.String |
getVpnGatewayId()
The ID of the VPN gateway.
|
int |
hashCode() |
void |
setCustomerGatewayId(java.lang.String customerGatewayId)
The ID of the customer gateway.
|
void |
setOptions(VpnConnectionOptionsSpecification options)
Sets the value of the Options property for this object.
|
void |
setType(java.lang.String type)
The type of VPN connection.
|
void |
setVpnGatewayId(java.lang.String vpnGatewayId)
The ID of the VPN gateway.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVpnConnectionRequest |
withCustomerGatewayId(java.lang.String customerGatewayId)
The ID of the customer gateway.
|
CreateVpnConnectionRequest |
withOptions(VpnConnectionOptionsSpecification options)
Sets the value of the Options property for this object.
|
CreateVpnConnectionRequest |
withType(java.lang.String type)
The type of VPN connection.
|
CreateVpnConnectionRequest |
withVpnGatewayId(java.lang.String vpnGatewayId)
The ID of the VPN gateway.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic CreateVpnConnectionRequest()
public CreateVpnConnectionRequest(java.lang.String type,
java.lang.String customerGatewayId,
java.lang.String vpnGatewayId)
type - The type of VPN connection.customerGatewayId - The ID of the customer gateway.vpnGatewayId - The ID of the VPN gateway.public java.lang.String getType()
public void setType(java.lang.String type)
type - The type of VPN connection.public CreateVpnConnectionRequest withType(java.lang.String type)
Returns a reference to this object so that method calls can be chained together.
type - The type of VPN connection.public java.lang.String getCustomerGatewayId()
public void setCustomerGatewayId(java.lang.String customerGatewayId)
customerGatewayId - The ID of the customer gateway.public CreateVpnConnectionRequest withCustomerGatewayId(java.lang.String customerGatewayId)
Returns a reference to this object so that method calls can be chained together.
customerGatewayId - The ID of the customer gateway.public java.lang.String getVpnGatewayId()
public void setVpnGatewayId(java.lang.String vpnGatewayId)
vpnGatewayId - The ID of the VPN gateway.public CreateVpnConnectionRequest withVpnGatewayId(java.lang.String vpnGatewayId)
Returns a reference to this object so that method calls can be chained together.
vpnGatewayId - The ID of the VPN gateway.public VpnConnectionOptionsSpecification getOptions()
public void setOptions(VpnConnectionOptionsSpecification options)
options - The new value for the Options property for this object.public CreateVpnConnectionRequest withOptions(VpnConnectionOptionsSpecification options)
Returns a reference to this object so that method calls can be chained together.
options - The new value for the Options property for this object.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