Class: Aws::EC2::Types::LocalGatewayVirtualInterfaceGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LocalGatewayVirtualInterfaceGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a local gateway virtual interface group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_state ⇒ String
The current state of the local gateway virtual interface group.
-
#local_bgp_asn ⇒ Integer
The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).
-
#local_bgp_asn_extended ⇒ Integer
The extended 32-bit ASN for the local BGP configuration.
-
#local_gateway_id ⇒ String
The ID of the local gateway.
-
#local_gateway_virtual_interface_group_arn ⇒ String
The Amazon Resource Number (ARN) of the local gateway virtual interface group.
-
#local_gateway_virtual_interface_group_id ⇒ String
The ID of the virtual interface group.
-
#local_gateway_virtual_interface_ids ⇒ Array<String>
The IDs of the virtual interfaces.
-
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the local gateway virtual interface group.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the virtual interface group.
Instance Attribute Details
#configuration_state ⇒ String
The current state of the local gateway virtual interface group.
51690 51691 51692 51693 51694 51695 51696 51697 51698 51699 51700 51701 51702 |
# File 'lib/aws-sdk-ec2/types.rb', line 51690 class LocalGatewayVirtualInterfaceGroup < Struct.new( :local_gateway_virtual_interface_group_id, :local_gateway_virtual_interface_ids, :local_gateway_id, :owner_id, :local_bgp_asn, :local_bgp_asn_extended, :local_gateway_virtual_interface_group_arn, :tags, :configuration_state) SENSITIVE = [] include Aws::Structure end |
#local_bgp_asn ⇒ Integer
The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).
51690 51691 51692 51693 51694 51695 51696 51697 51698 51699 51700 51701 51702 |
# File 'lib/aws-sdk-ec2/types.rb', line 51690 class LocalGatewayVirtualInterfaceGroup < Struct.new( :local_gateway_virtual_interface_group_id, :local_gateway_virtual_interface_ids, :local_gateway_id, :owner_id, :local_bgp_asn, :local_bgp_asn_extended, :local_gateway_virtual_interface_group_arn, :tags, :configuration_state) SENSITIVE = [] include Aws::Structure end |
#local_bgp_asn_extended ⇒ Integer
The extended 32-bit ASN for the local BGP configuration.
51690 51691 51692 51693 51694 51695 51696 51697 51698 51699 51700 51701 51702 |
# File 'lib/aws-sdk-ec2/types.rb', line 51690 class LocalGatewayVirtualInterfaceGroup < Struct.new( :local_gateway_virtual_interface_group_id, :local_gateway_virtual_interface_ids, :local_gateway_id, :owner_id, :local_bgp_asn, :local_bgp_asn_extended, :local_gateway_virtual_interface_group_arn, :tags, :configuration_state) SENSITIVE = [] include Aws::Structure end |
#local_gateway_id ⇒ String
The ID of the local gateway.
51690 51691 51692 51693 51694 51695 51696 51697 51698 51699 51700 51701 51702 |
# File 'lib/aws-sdk-ec2/types.rb', line 51690 class LocalGatewayVirtualInterfaceGroup < Struct.new( :local_gateway_virtual_interface_group_id, :local_gateway_virtual_interface_ids, :local_gateway_id, :owner_id, :local_bgp_asn, :local_bgp_asn_extended, :local_gateway_virtual_interface_group_arn, :tags, :configuration_state) SENSITIVE = [] include Aws::Structure end |
#local_gateway_virtual_interface_group_arn ⇒ String
The Amazon Resource Number (ARN) of the local gateway virtual interface group.
51690 51691 51692 51693 51694 51695 51696 51697 51698 51699 51700 51701 51702 |
# File 'lib/aws-sdk-ec2/types.rb', line 51690 class LocalGatewayVirtualInterfaceGroup < Struct.new( :local_gateway_virtual_interface_group_id, :local_gateway_virtual_interface_ids, :local_gateway_id, :owner_id, :local_bgp_asn, :local_bgp_asn_extended, :local_gateway_virtual_interface_group_arn, :tags, :configuration_state) SENSITIVE = [] include Aws::Structure end |
#local_gateway_virtual_interface_group_id ⇒ String
The ID of the virtual interface group.
51690 51691 51692 51693 51694 51695 51696 51697 51698 51699 51700 51701 51702 |
# File 'lib/aws-sdk-ec2/types.rb', line 51690 class LocalGatewayVirtualInterfaceGroup < Struct.new( :local_gateway_virtual_interface_group_id, :local_gateway_virtual_interface_ids, :local_gateway_id, :owner_id, :local_bgp_asn, :local_bgp_asn_extended, :local_gateway_virtual_interface_group_arn, :tags, :configuration_state) SENSITIVE = [] include Aws::Structure end |
#local_gateway_virtual_interface_ids ⇒ Array<String>
The IDs of the virtual interfaces.
51690 51691 51692 51693 51694 51695 51696 51697 51698 51699 51700 51701 51702 |
# File 'lib/aws-sdk-ec2/types.rb', line 51690 class LocalGatewayVirtualInterfaceGroup < Struct.new( :local_gateway_virtual_interface_group_id, :local_gateway_virtual_interface_ids, :local_gateway_id, :owner_id, :local_bgp_asn, :local_bgp_asn_extended, :local_gateway_virtual_interface_group_arn, :tags, :configuration_state) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the local gateway virtual interface group.
51690 51691 51692 51693 51694 51695 51696 51697 51698 51699 51700 51701 51702 |
# File 'lib/aws-sdk-ec2/types.rb', line 51690 class LocalGatewayVirtualInterfaceGroup < Struct.new( :local_gateway_virtual_interface_group_id, :local_gateway_virtual_interface_ids, :local_gateway_id, :owner_id, :local_bgp_asn, :local_bgp_asn_extended, :local_gateway_virtual_interface_group_arn, :tags, :configuration_state) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the virtual interface group.
51690 51691 51692 51693 51694 51695 51696 51697 51698 51699 51700 51701 51702 |
# File 'lib/aws-sdk-ec2/types.rb', line 51690 class LocalGatewayVirtualInterfaceGroup < Struct.new( :local_gateway_virtual_interface_group_id, :local_gateway_virtual_interface_ids, :local_gateway_id, :owner_id, :local_bgp_asn, :local_bgp_asn_extended, :local_gateway_virtual_interface_group_arn, :tags, :configuration_state) SENSITIVE = [] include Aws::Structure end |