Class: Aws::EC2::Types::VpnGateway

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a virtual private gateway.

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_side_asnInteger

The private Autonomous System Number (ASN) for the Amazon side of a BGP session.

Returns:

  • (Integer)


37878
37879
37880
37881
37882
37883
37884
37885
37886
37887
# File 'lib/aws-sdk-ec2/types.rb', line 37878

class VpnGateway < Struct.new(
  :availability_zone,
  :state,
  :type,
  :vpc_attachments,
  :vpn_gateway_id,
  :amazon_side_asn,
  :tags)
  include Aws::Structure
end

#availability_zoneString

The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.

Returns:

  • (String)


37878
37879
37880
37881
37882
37883
37884
37885
37886
37887
# File 'lib/aws-sdk-ec2/types.rb', line 37878

class VpnGateway < Struct.new(
  :availability_zone,
  :state,
  :type,
  :vpc_attachments,
  :vpn_gateway_id,
  :amazon_side_asn,
  :tags)
  include Aws::Structure
end

#stateString

The current state of the virtual private gateway.

Returns:

  • (String)


37878
37879
37880
37881
37882
37883
37884
37885
37886
37887
# File 'lib/aws-sdk-ec2/types.rb', line 37878

class VpnGateway < Struct.new(
  :availability_zone,
  :state,
  :type,
  :vpc_attachments,
  :vpn_gateway_id,
  :amazon_side_asn,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the virtual private gateway.

Returns:



37878
37879
37880
37881
37882
37883
37884
37885
37886
37887
# File 'lib/aws-sdk-ec2/types.rb', line 37878

class VpnGateway < Struct.new(
  :availability_zone,
  :state,
  :type,
  :vpc_attachments,
  :vpn_gateway_id,
  :amazon_side_asn,
  :tags)
  include Aws::Structure
end

#typeString

The type of VPN connection the virtual private gateway supports.

Returns:

  • (String)


37878
37879
37880
37881
37882
37883
37884
37885
37886
37887
# File 'lib/aws-sdk-ec2/types.rb', line 37878

class VpnGateway < Struct.new(
  :availability_zone,
  :state,
  :type,
  :vpc_attachments,
  :vpn_gateway_id,
  :amazon_side_asn,
  :tags)
  include Aws::Structure
end

#vpc_attachmentsArray<Types::VpcAttachment>

Any VPCs attached to the virtual private gateway.

Returns:



37878
37879
37880
37881
37882
37883
37884
37885
37886
37887
# File 'lib/aws-sdk-ec2/types.rb', line 37878

class VpnGateway < Struct.new(
  :availability_zone,
  :state,
  :type,
  :vpc_attachments,
  :vpn_gateway_id,
  :amazon_side_asn,
  :tags)
  include Aws::Structure
end

#vpn_gateway_idString

The ID of the virtual private gateway.

Returns:

  • (String)


37878
37879
37880
37881
37882
37883
37884
37885
37886
37887
# File 'lib/aws-sdk-ec2/types.rb', line 37878

class VpnGateway < Struct.new(
  :availability_zone,
  :state,
  :type,
  :vpc_attachments,
  :vpn_gateway_id,
  :amazon_side_asn,
  :tags)
  include Aws::Structure
end