Class: Aws::EC2::Types::CustomerGateway

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bgp_asnString

The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number (ASN).

Valid values: 1 to 2,147,483,647

Returns:

  • (String)


13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
13500
13501
13502
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13490

class CustomerGateway < Struct.new(
  :bgp_asn,
  :customer_gateway_id,
  :ip_address,
  :certificate_arn,
  :state,
  :type,
  :device_name,
  :tags,
  :bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#bgp_asn_extendedString

The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number (ASN).

Valid values: 2,147,483,648 to 4,294,967,295

Returns:

  • (String)


13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
13500
13501
13502
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13490

class CustomerGateway < Struct.new(
  :bgp_asn,
  :customer_gateway_id,
  :ip_address,
  :certificate_arn,
  :state,
  :type,
  :device_name,
  :tags,
  :bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_arnString

The Amazon Resource Name (ARN) for the customer gateway certificate.

Returns:

  • (String)


13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
13500
13501
13502
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13490

class CustomerGateway < Struct.new(
  :bgp_asn,
  :customer_gateway_id,
  :ip_address,
  :certificate_arn,
  :state,
  :type,
  :device_name,
  :tags,
  :bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#customer_gateway_idString

The ID of the customer gateway.

Returns:

  • (String)


13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
13500
13501
13502
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13490

class CustomerGateway < Struct.new(
  :bgp_asn,
  :customer_gateway_id,
  :ip_address,
  :certificate_arn,
  :state,
  :type,
  :device_name,
  :tags,
  :bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#device_nameString

The name of customer gateway device.

Returns:

  • (String)


13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
13500
13501
13502
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13490

class CustomerGateway < Struct.new(
  :bgp_asn,
  :customer_gateway_id,
  :ip_address,
  :certificate_arn,
  :state,
  :type,
  :device_name,
  :tags,
  :bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressString

IPv4 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.

Returns:

  • (String)


13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
13500
13501
13502
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13490

class CustomerGateway < Struct.new(
  :bgp_asn,
  :customer_gateway_id,
  :ip_address,
  :certificate_arn,
  :state,
  :type,
  :device_name,
  :tags,
  :bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the customer gateway (pending | available | deleting | deleted).

Returns:

  • (String)


13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
13500
13501
13502
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13490

class CustomerGateway < Struct.new(
  :bgp_asn,
  :customer_gateway_id,
  :ip_address,
  :certificate_arn,
  :state,
  :type,
  :device_name,
  :tags,
  :bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the customer gateway.

Returns:



13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
13500
13501
13502
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13490

class CustomerGateway < Struct.new(
  :bgp_asn,
  :customer_gateway_id,
  :ip_address,
  :certificate_arn,
  :state,
  :type,
  :device_name,
  :tags,
  :bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of VPN connection the customer gateway supports (ipsec.1).

Returns:

  • (String)


13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
13500
13501
13502
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13490

class CustomerGateway < Struct.new(
  :bgp_asn,
  :customer_gateway_id,
  :ip_address,
  :certificate_arn,
  :state,
  :type,
  :device_name,
  :tags,
  :bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end