Class: Aws::EC2::Types::LocalGatewayVirtualInterfaceGroup

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

Overview

Describes a local gateway virtual interface group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_stateString

The current state of the local gateway virtual interface group.

Returns:

  • (String)


53521
53522
53523
53524
53525
53526
53527
53528
53529
53530
53531
53532
53533
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53521

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_asnInteger

The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).

Returns:

  • (Integer)


53521
53522
53523
53524
53525
53526
53527
53528
53529
53530
53531
53532
53533
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53521

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_extendedInteger

The extended 32-bit ASN for the local BGP configuration.

Returns:

  • (Integer)


53521
53522
53523
53524
53525
53526
53527
53528
53529
53530
53531
53532
53533
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53521

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_idString

The ID of the local gateway.

Returns:

  • (String)


53521
53522
53523
53524
53525
53526
53527
53528
53529
53530
53531
53532
53533
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53521

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_arnString

The Amazon Resource Number (ARN) of the local gateway virtual interface group.

Returns:

  • (String)


53521
53522
53523
53524
53525
53526
53527
53528
53529
53530
53531
53532
53533
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53521

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_idString

The ID of the virtual interface group.

Returns:

  • (String)


53521
53522
53523
53524
53525
53526
53527
53528
53529
53530
53531
53532
53533
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53521

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_idsArray<String>

The IDs of the virtual interfaces.

Returns:

  • (Array<String>)


53521
53522
53523
53524
53525
53526
53527
53528
53529
53530
53531
53532
53533
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53521

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_idString

The ID of the Amazon Web Services account that owns the local gateway virtual interface group.

Returns:

  • (String)


53521
53522
53523
53524
53525
53526
53527
53528
53529
53530
53531
53532
53533
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53521

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

#tagsArray<Types::Tag>

The tags assigned to the virtual interface group.

Returns:



53521
53522
53523
53524
53525
53526
53527
53528
53529
53530
53531
53532
53533
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53521

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