Customer 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 CustomerGateway
Public Class CustomerGateway
public ref class CustomerGateway
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| CustomerGateway()()()() | Initializes a new instance of the CustomerGateway class | |
| BgpAsn |
Gets and sets the BgpAsn property.
The customer gateway's Border Gateway Protocol
(BGP) Autonomous System Number (ASN).
| |
| CustomerGatewayId |
Gets and sets the CustomerGatewayId property.
The ID of the customer gateway
| |
| CustomerGatewayState |
Gets and sets the CustomerGatewayState property.
The current state of the customer gateway
(pending, available, deleting, deleted)
| |
| 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.) | |
| IpAddress |
Gets and sets the IpAddress property.
The Internet-routable IP address of the
customer gateway's outside
interface
| |
| IsSetBgpAsn()()()() |
Checks if BgpAsn property is set
| |
| IsSetCustomerGatewayId()()()() |
Checks if CustomerGatewayId property is set
| |
| IsSetCustomerGatewayState()()()() |
Checks if CustomerGatewayState property is set
| |
| IsSetIpAddress()()()() |
Checks if IpAddress property is set
| |
| IsSetTag()()()() |
Checks if Tag property is set
| |
| IsSetType()()()() |
Checks if Type property is set
| |
| Tag |
Gets and sets the Tag property.
A list of tags for the CustomerGateway.
| |
| ToString()()()() | (Inherited from Object.) | |
| Type |
Gets and sets the Type property.
The type of VPN connection the customer gateway
supports (ipsec.1).
| |
| WithBgpAsn(String) |
Sets the BgpAsn property
| |
| WithCustomerGatewayId(String) |
Sets the CustomerGatewayId property
| |
| WithCustomerGatewayState(String) |
Sets the CustomerGatewayState property
| |
| WithIpAddress(String) |
Sets the IpAddress property
| |
| WithTag(array<Tag>[]()[][]) |
Sets the Tag property
| |
| WithType(String) |
Sets the Type property
|