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
- Struct
- Aws::EC2::Types::CustomerGateway
- Defined in:
- (unknown)
Overview
Describes a customer gateway.
Returned by:
Instance Attribute Summary collapse
-
#bgp_asn ⇒ String
The customer gateway\'s Border Gateway Protocol (BGP) Autonomous System Number (ASN).
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) for the customer gateway certificate.
-
#customer_gateway_id ⇒ String
The ID of the customer gateway.
-
#device_name ⇒ String
The name of customer gateway device.
-
#ip_address ⇒ String
The Internet-routable IP address of the customer gateway\'s outside interface.
-
#state ⇒ String
The current state of the customer gateway (
pending | available | deleting | deleted
). -
#tags ⇒ Array<Types::Tag>
Any tags assigned to the customer gateway.
-
#type ⇒ String
The type of VPN connection the customer gateway supports (
ipsec.1
).
Instance Attribute Details
#bgp_asn ⇒ String
The customer gateway\'s Border Gateway Protocol (BGP) Autonomous System Number (ASN).
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) for the customer gateway certificate.
#customer_gateway_id ⇒ String
The ID of the customer gateway.
#device_name ⇒ String
The name of customer gateway device.
#ip_address ⇒ String
The Internet-routable IP address of the customer gateway\'s outside interface.
#state ⇒ String
The current state of the customer gateway (pending | available |
deleting | deleted
).
#tags ⇒ Array<Types::Tag>
Any tags assigned to the customer gateway.
#type ⇒ String
The type of VPN connection the customer gateway supports (ipsec.1
).