AWSSDK.EC2 by Amazon Web Services

<PackageReference Include="AWSSDK.EC2" Version="3.5.19" />

.NET API 2,335,744 bytes

 CustomerGateway

public class CustomerGateway
Describes a customer gateway.
public string BgpAsn { get; set; }

Gets and sets the property BgpAsn.

The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).

public string CertificateArn { get; set; }

Gets and sets the property CertificateArn.

The Amazon Resource Name (ARN) for the customer gateway certificate.

public string CustomerGatewayId { get; set; }

Gets and sets the property CustomerGatewayId.

The ID of the customer gateway.

public string DeviceName { get; set; }

Gets and sets the property DeviceName.

The name of customer gateway device.

public string IpAddress { get; set; }

Gets and sets the property IpAddress.

The Internet-routable IP address of the customer gateway's outside interface.

public string State { get; set; }

Gets and sets the property State.

The current state of the customer gateway (pending | available | deleting | deleted).

public List<Tag> Tags { get; set; }

Gets and sets the property Tags.

Any tags assigned to the customer gateway.

public string Type { get; set; }

Gets and sets the property Type.

The type of VPN connection the customer gateway supports (ipsec.1).

public CustomerGateway()