Method | Description | |
---|---|---|
AttachVpnGatewayRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
AttachVpnGatewayRequest ( string vpnGatewayId, string vpcId ) : System |
Instantiates AttachVpnGatewayRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetVpcId ( ) : bool | ||
IsSetVpnGatewayId ( ) : bool |
public AttachVpnGatewayRequest ( string vpnGatewayId, string vpcId ) : System | ||
vpnGatewayId | string | The ID of the virtual private gateway. |
vpcId | string | The ID of the VPC. |
return | System |