VPN Gateway
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class VpnGateway
Public Class VpnGateway
public ref class VpnGateway
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| VpnGateway()()()() | Initializes a new instance of the VpnGateway class | |
| AvailabilityZone |
Gets and sets the AvailabilityZone property.
The Availability Zone where the VPN gateway was created
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSetAvailabilityZone()()()() |
Checks if AvailabilityZone property is set
| |
| IsSetTag()()()() |
Checks if Tag property is set
| |
| IsSetType()()()() |
Checks if Type property is set
| |
| IsSetVpcAttachment()()()() |
Checks if VpcAttachment property is set
| |
| IsSetVpnGatewayId()()()() |
Checks if VpnGatewayId property is set
| |
| IsSetVpnGatewayState()()()() |
Checks if VpnGatewayState property is set
| |
| Tag |
Gets and sets the Tag property.
A list of tags for the VpnGateway.
| |
| ToString()()()() | (Inherited from Object.) | |
| Type |
Gets and sets the Type property.
The type of VPN connection the VPN gateway supports (ipsec.1)
| |
| VpcAttachment |
Gets and sets the VpcAttachment property.
list of VPC attachments
| |
| VpnGatewayId |
Gets and sets the VpnGatewayId property.
The ID of the VPN gateway
| |
| VpnGatewayState |
Gets and sets the VpnGatewayState property.
The current state of the VPN gateway (pending,
available, deleting, deleted)
| |
| WithAvailabilityZone(String) |
Sets the AvailabilityZone property
| |
| WithTag(array<Tag>[]()[][]) |
Sets the Tag property
| |
| WithType(String) |
Sets the Type property
| |
| WithVpcAttachment(array<VpcAttachment>[]()[][]) |
Sets the VpcAttachment property
| |
| WithVpnGatewayId(String) |
Sets the VpnGatewayId property
| |
| WithVpnGatewayState(String) |
Sets the VpnGatewayState property
|