VPN Connection

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class VpnConnection
Public Class VpnConnection
public ref class VpnConnection

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
VpnConnection()()()()
Initializes a new instance of the VpnConnection class
CustomerGatewayConfiguration
Gets and sets the CustomerGatewayConfiguration property. Configuration information for the VPN connection's customer gateway (in the native XML format).
CustomerGatewayId
Gets and sets the CustomerGatewayId property. ID of the customer gateway at your end of the VPN connection
Equals(Object)
Determines whether the specified Object is equal to the current 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.)
IsSetCustomerGatewayConfiguration()()()()
Checks if CustomerGatewayConfiguration property is set
IsSetCustomerGatewayId()()()()
Checks if CustomerGatewayId property is set
IsSetTag()()()()
Checks if Tag property is set
IsSetType()()()()
Checks if Type property is set
IsSetVgwTelemetry()()()()
Checks if VgwTelemetry property is set
IsSetVpnConnectionId()()()()
Checks if VpnConnectionId property is set
IsSetVpnConnectionState()()()()
Checks if VpnConnectionState property is set
IsSetVpnGatewayId()()()()
Checks if VpnGatewayId property is set
Tag
Gets and sets the Tag property.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Type
Gets and sets the Type property. The type of VPN connection (ipsec.1).
VgwTelemetry
Gets and sets information about the virtual private gateways.
VpnConnectionId
Gets and sets the VpnConnectionId property. The ID of the VPN connection
VpnConnectionState
Gets and sets the VpnConnectionState property. The current state of the VPN connection (pending, available, deleting, deleted)
VpnGatewayId
Gets and sets the VpnGatewayId property. ID of the VPN gateway at the VPC end of the VPN connection
WithCustomerGatewayConfiguration(String)
Sets the CustomerGatewayConfiguration property
WithCustomerGatewayId(String)
Sets the CustomerGatewayId property
WithTag(array<Tag>[]()[][])
Sets the Tag property
WithType(String)
Sets the Type property
WithVgwTelemetry(array<VpnTunnelTelemetry>[]()[][])
Sets information about the virtual private gateways.
WithVpnConnectionId(String)
Sets the VpnConnectionId property
WithVpnConnectionState(String)
Sets the VpnConnectionState property
WithVpnGatewayId(String)
Sets the VpnGatewayId property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..VpnConnection

See Also