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).
customer_gateway_id | -> | id |
customer_gateway_id | [R] | @return [String] |
@return [VPNConnectionCollection] Returns a collection
of VPC connections for this gateway.