Class: Aws::EC2::Types::CustomerGateway
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CustomerGateway
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a customer gateway.
Constant Summary collapse
- SENSITIVE =
[]
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 IP address of the customer gateway device’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).
13178 13179 13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 |
# File 'lib/aws-sdk-ec2/types.rb', line 13178 class CustomerGateway < Struct.new( :bgp_asn, :customer_gateway_id, :ip_address, :certificate_arn, :state, :type, :device_name, :tags) SENSITIVE = [] include Aws::Structure end |
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) for the customer gateway certificate.
13178 13179 13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 |
# File 'lib/aws-sdk-ec2/types.rb', line 13178 class CustomerGateway < Struct.new( :bgp_asn, :customer_gateway_id, :ip_address, :certificate_arn, :state, :type, :device_name, :tags) SENSITIVE = [] include Aws::Structure end |
#customer_gateway_id ⇒ String
The ID of the customer gateway.
13178 13179 13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 |
# File 'lib/aws-sdk-ec2/types.rb', line 13178 class CustomerGateway < Struct.new( :bgp_asn, :customer_gateway_id, :ip_address, :certificate_arn, :state, :type, :device_name, :tags) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The name of customer gateway device.
13178 13179 13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 |
# File 'lib/aws-sdk-ec2/types.rb', line 13178 class CustomerGateway < Struct.new( :bgp_asn, :customer_gateway_id, :ip_address, :certificate_arn, :state, :type, :device_name, :tags) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
The IP address of the customer gateway device’s outside interface.
13178 13179 13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 |
# File 'lib/aws-sdk-ec2/types.rb', line 13178 class CustomerGateway < Struct.new( :bgp_asn, :customer_gateway_id, :ip_address, :certificate_arn, :state, :type, :device_name, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the customer gateway (‘pending | available | deleting | deleted`).
13178 13179 13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 |
# File 'lib/aws-sdk-ec2/types.rb', line 13178 class CustomerGateway < Struct.new( :bgp_asn, :customer_gateway_id, :ip_address, :certificate_arn, :state, :type, :device_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Any tags assigned to the customer gateway.
13178 13179 13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 |
# File 'lib/aws-sdk-ec2/types.rb', line 13178 class CustomerGateway < Struct.new( :bgp_asn, :customer_gateway_id, :ip_address, :certificate_arn, :state, :type, :device_name, :tags) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of VPN connection the customer gateway supports (‘ipsec.1`).
13178 13179 13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 |
# File 'lib/aws-sdk-ec2/types.rb', line 13178 class CustomerGateway < Struct.new( :bgp_asn, :customer_gateway_id, :ip_address, :certificate_arn, :state, :type, :device_name, :tags) SENSITIVE = [] include Aws::Structure end |