You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::CustomerGateway

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a customer gateway.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bgp_asnString

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

Returns:

  • (String)

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

#certificate_arnString

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

Returns:

  • (String)

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

#customer_gateway_idString

The ID of the customer gateway.

Returns:

  • (String)

    The ID of the customer gateway.

#device_nameString

The name of customer gateway device.

Returns:

  • (String)

    The name of customer gateway device.

#ip_addressString

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

Returns:

  • (String)

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

#stateString

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

Returns:

  • (String)

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

#tagsArray<Types::Tag>

Any tags assigned to the customer gateway.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the customer gateway.

#typeString

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

Returns:

  • (String)

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