Class AWS::EC2::CustomerGateway
In: lib/aws/ec2/customer_gateway.rb
Parent: Resource

@attr_reader [Symbol] state Returns the gateway state (e.g.

  :pending, :available, :deleting, :deleted)

@attr_reader [String] type The type of VPN connection the customer

  gateway supports (e.g. 'ipsec.1').

@attr_reader [String] ip_address The Internet-routable IP address of

  the customer gateway's outside interface.

@attr_reader [Integer] bgp_asn The customer gateway‘s Border Gateway

  Protocol (BGP) Autonomous System Number (ASN).

Methods

delete   exists?   new   vpn_connections  

Included Modules

TaggedItem

External Aliases

customer_gateway_id -> id

Attributes

customer_gateway_id  [R]  @return [String]

Public Class methods

Public Instance methods

Deletes this customer gateway. @return [nil]

@return [Boolean] Returns true if the gateway exists.

@return [VPNConnectionCollection] Returns a collection

  of VPC connections for this gateway.

[Validate]