Customer Gateway
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CustomerGateway
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CustomerGateway()()()() | Initializes a new instance of the CustomerGateway class | 
|  | BgpAsn | 
            The customer gateway's Border Gateway Protocol
            (BGP) Autonomous System Number (ASN).
             | 
|  | CustomerGatewayId | 
            The ID of the customer gateway
             | 
|  | CustomerGatewayState | 
            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 | 
            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 | 
            List of tags for the CustomerGateway.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Type | 
            The type of VPN connection the customer gateway supports (ipsec.1).
             | 
|  | WithBgpAsn(String) | Obsolete. 
            Sets the customer gateway's Border Gateway Protocol
            (BGP) Autonomous System Number (ASN).
             | 
|  | WithCustomerGatewayId(String) | Obsolete. 
            Sets the ID of the customer gateway
             | 
|  | WithCustomerGatewayState(String) | Obsolete. 
            Sets the current state of the customer gateway.
             | 
|  | WithIpAddress(String) | Obsolete. 
            Sets the Internet-routable IP address of the customer gateway's outside
            interface
             | 
|  | WithTag(array<Tag>[]()[][]) | Obsolete. 
            Sets the list of tags for the CustomerGateway.
             | 
|  | WithType(String) | Obsolete. 
            Sets the type of VPN connection the customer gateway supports.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | CustomerGateway |