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.

Constant Summary collapse

SENSITIVE =
[]

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)


73790
73791
73792
73793
73794
73795
73796
73797
73798
73799
73800
# File 'lib/aws-sdk-ec2/types.rb', line 73790

class VpnGateway < Struct.new(
  :amazon_side_asn,
  :tags,
  :vpn_gateway_id,
  :state,
  :type,
  :availability_zone,
  :vpc_attachments)
  SENSITIVE = []
  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)


73790
73791
73792
73793
73794
73795
73796
73797
73798
73799
73800
# File 'lib/aws-sdk-ec2/types.rb', line 73790

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

#stateString

The current state of the virtual private gateway.

Returns:

  • (String)


73790
73791
73792
73793
73794
73795
73796
73797
73798
73799
73800
# File 'lib/aws-sdk-ec2/types.rb', line 73790

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

#tagsArray<Types::Tag>

Any tags assigned to the virtual private gateway.

Returns:



73790
73791
73792
73793
73794
73795
73796
73797
73798
73799
73800
# File 'lib/aws-sdk-ec2/types.rb', line 73790

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

#typeString

The type of VPN connection the virtual private gateway supports.

Returns:

  • (String)


73790
73791
73792
73793
73794
73795
73796
73797
73798
73799
73800
# File 'lib/aws-sdk-ec2/types.rb', line 73790

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

#vpc_attachmentsArray<Types::VpcAttachment>

Any VPCs attached to the virtual private gateway.

Returns:



73790
73791
73792
73793
73794
73795
73796
73797
73798
73799
73800
# File 'lib/aws-sdk-ec2/types.rb', line 73790

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

#vpn_gateway_idString

The ID of the virtual private gateway.

Returns:

  • (String)


73790
73791
73792
73793
73794
73795
73796
73797
73798
73799
73800
# File 'lib/aws-sdk-ec2/types.rb', line 73790

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