Class: Aws::EC2::Types::CustomerGateway
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CustomerGateway
- Defined in:
- gems/aws-sdk-ec2/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 device's Border Gateway Protocol (BGP) Autonomous System Number (ASN).
-
#bgp_asn_extended ⇒ String
The customer gateway device'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 for 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 device's Border Gateway Protocol (BGP) Autonomous System Number (ASN).
Valid values: 1 to 2,147,483,647
17966 17967 17968 17969 17970 17971 17972 17973 17974 17975 17976 17977 17978 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17966 class CustomerGateway < Struct.new( :certificate_arn, :device_name, :tags, :bgp_asn_extended, :customer_gateway_id, :state, :type, :ip_address, :bgp_asn) SENSITIVE = [] include Aws::Structure end |
#bgp_asn_extended ⇒ String
The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number (ASN).
Valid values: 2,147,483,648 to 4,294,967,295
17966 17967 17968 17969 17970 17971 17972 17973 17974 17975 17976 17977 17978 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17966 class CustomerGateway < Struct.new( :certificate_arn, :device_name, :tags, :bgp_asn_extended, :customer_gateway_id, :state, :type, :ip_address, :bgp_asn) SENSITIVE = [] include Aws::Structure end |
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) for the customer gateway certificate.
17966 17967 17968 17969 17970 17971 17972 17973 17974 17975 17976 17977 17978 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17966 class CustomerGateway < Struct.new( :certificate_arn, :device_name, :tags, :bgp_asn_extended, :customer_gateway_id, :state, :type, :ip_address, :bgp_asn) SENSITIVE = [] include Aws::Structure end |
#customer_gateway_id ⇒ String
The ID of the customer gateway.
17966 17967 17968 17969 17970 17971 17972 17973 17974 17975 17976 17977 17978 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17966 class CustomerGateway < Struct.new( :certificate_arn, :device_name, :tags, :bgp_asn_extended, :customer_gateway_id, :state, :type, :ip_address, :bgp_asn) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The name of customer gateway device.
17966 17967 17968 17969 17970 17971 17972 17973 17974 17975 17976 17977 17978 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17966 class CustomerGateway < Struct.new( :certificate_arn, :device_name, :tags, :bgp_asn_extended, :customer_gateway_id, :state, :type, :ip_address, :bgp_asn) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
The IP address for the customer gateway device's outside interface.
The address must be static. If OutsideIpAddressType in your VPN
connection options is set to PrivateIpv4, you can use an RFC6598
or RFC1918 private IPv4 address. If OutsideIpAddressType is set to
PublicIpv4, you can use a public IPv4 address. If
OutsideIpAddressType is set to Ipv6, you can use a public IPv6
address.
17966 17967 17968 17969 17970 17971 17972 17973 17974 17975 17976 17977 17978 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17966 class CustomerGateway < Struct.new( :certificate_arn, :device_name, :tags, :bgp_asn_extended, :customer_gateway_id, :state, :type, :ip_address, :bgp_asn) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the customer gateway (pending | available |
deleting | deleted).
17966 17967 17968 17969 17970 17971 17972 17973 17974 17975 17976 17977 17978 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17966 class CustomerGateway < Struct.new( :certificate_arn, :device_name, :tags, :bgp_asn_extended, :customer_gateway_id, :state, :type, :ip_address, :bgp_asn) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Any tags assigned to the customer gateway.
17966 17967 17968 17969 17970 17971 17972 17973 17974 17975 17976 17977 17978 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17966 class CustomerGateway < Struct.new( :certificate_arn, :device_name, :tags, :bgp_asn_extended, :customer_gateway_id, :state, :type, :ip_address, :bgp_asn) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of VPN connection the customer gateway supports
(ipsec.1).
17966 17967 17968 17969 17970 17971 17972 17973 17974 17975 17976 17977 17978 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17966 class CustomerGateway < Struct.new( :certificate_arn, :device_name, :tags, :bgp_asn_extended, :customer_gateway_id, :state, :type, :ip_address, :bgp_asn) SENSITIVE = [] include Aws::Structure end |