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

#availability_zoneString

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

Returns:

  • (String)


25131
25132
25133
25134
25135
25136
25137
25138
25139
# File 'lib/aws-sdk-ec2/types.rb', line 25131

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

#stateString

The current state of the virtual private gateway.

Returns:

  • (String)


25131
25132
25133
25134
25135
25136
25137
25138
25139
# File 'lib/aws-sdk-ec2/types.rb', line 25131

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

#tagsArray<Types::Tag>

Any tags assigned to the virtual private gateway.

Returns:



25131
25132
25133
25134
25135
25136
25137
25138
25139
# File 'lib/aws-sdk-ec2/types.rb', line 25131

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

#typeString

The type of VPN connection the virtual private gateway supports.

Returns:

  • (String)


25131
25132
25133
25134
25135
25136
25137
25138
25139
# File 'lib/aws-sdk-ec2/types.rb', line 25131

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

#vpc_attachmentsArray<Types::VpcAttachment>

Any VPCs attached to the virtual private gateway.

Returns:



25131
25132
25133
25134
25135
25136
25137
25138
25139
# File 'lib/aws-sdk-ec2/types.rb', line 25131

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

#vpn_gateway_idString

The ID of the virtual private gateway.

Returns:

  • (String)


25131
25132
25133
25134
25135
25136
25137
25138
25139
# File 'lib/aws-sdk-ec2/types.rb', line 25131

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