AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes a customer gateway.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.CustomerGateway

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class CustomerGateway

The CustomerGateway type exposes the following members

Constructors

NameDescription
Public Method CustomerGateway()

Properties

NameTypeDescription
Public Property BgpAsn System.String

Gets and sets the property BgpAsn.

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

Public Property CertificateArn System.String

Gets and sets the property CertificateArn.

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

Public Property CustomerGatewayId System.String

Gets and sets the property CustomerGatewayId.

The ID of the customer gateway.

Public Property DeviceName System.String

Gets and sets the property DeviceName.

The name of customer gateway device.

Public Property IpAddress System.String

Gets and sets the property IpAddress.

The IP address of the customer gateway device's outside interface.

Public Property State System.String

Gets and sets the property State.

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

Public Property Tags System.Collections.Generic.List<Amazon.EC2.Model.Tag>

Gets and sets the property Tags.

Any tags assigned to the customer gateway.

Public Property Type System.String

Gets and sets the property Type.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5