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's Border Gateway Protocol (BGP) Autonomous System Number (ASN).

Returns:

  • (String)


13279
13280
13281
13282
13283
13284
13285
13286
13287
13288
13289
13290
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13279

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

#certificate_arnString

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

Returns:

  • (String)


13279
13280
13281
13282
13283
13284
13285
13286
13287
13288
13289
13290
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13279

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_idString

The ID of the customer gateway.

Returns:

  • (String)


13279
13280
13281
13282
13283
13284
13285
13286
13287
13288
13289
13290
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13279

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

#device_nameString

The name of customer gateway device.

Returns:

  • (String)


13279
13280
13281
13282
13283
13284
13285
13286
13287
13288
13289
13290
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13279

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

#ip_addressString

The IP address of the customer gateway device's outside interface.

Returns:

  • (String)


13279
13280
13281
13282
13283
13284
13285
13286
13287
13288
13289
13290
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13279

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

#stateString

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

Returns:

  • (String)


13279
13280
13281
13282
13283
13284
13285
13286
13287
13288
13289
13290
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13279

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

#tagsArray<Types::Tag>

Any tags assigned to the customer gateway.

Returns:



13279
13280
13281
13282
13283
13284
13285
13286
13287
13288
13289
13290
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13279

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

#typeString

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

Returns:

  • (String)


13279
13280
13281
13282
13283
13284
13285
13286
13287
13288
13289
13290
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13279

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