Class: Aws::EC2::Types::LocalGatewayVirtualInterface

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

Overview

Describes a local gateway virtual interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#local_addressString

The local address.

Returns:

  • (String)


46031
46032
46033
46034
46035
46036
46037
46038
46039
46040
46041
46042
46043
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46031

class LocalGatewayVirtualInterface < Struct.new(
  :local_gateway_virtual_interface_id,
  :local_gateway_id,
  :vlan,
  :local_address,
  :peer_address,
  :local_bgp_asn,
  :peer_bgp_asn,
  :owner_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#local_bgp_asnInteger

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

Returns:

  • (Integer)


46031
46032
46033
46034
46035
46036
46037
46038
46039
46040
46041
46042
46043
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46031

class LocalGatewayVirtualInterface < Struct.new(
  :local_gateway_virtual_interface_id,
  :local_gateway_id,
  :vlan,
  :local_address,
  :peer_address,
  :local_bgp_asn,
  :peer_bgp_asn,
  :owner_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#local_gateway_idString

The ID of the local gateway.

Returns:

  • (String)


46031
46032
46033
46034
46035
46036
46037
46038
46039
46040
46041
46042
46043
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46031

class LocalGatewayVirtualInterface < Struct.new(
  :local_gateway_virtual_interface_id,
  :local_gateway_id,
  :vlan,
  :local_address,
  :peer_address,
  :local_bgp_asn,
  :peer_bgp_asn,
  :owner_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#local_gateway_virtual_interface_idString

The ID of the virtual interface.

Returns:

  • (String)


46031
46032
46033
46034
46035
46036
46037
46038
46039
46040
46041
46042
46043
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46031

class LocalGatewayVirtualInterface < Struct.new(
  :local_gateway_virtual_interface_id,
  :local_gateway_id,
  :vlan,
  :local_address,
  :peer_address,
  :local_bgp_asn,
  :peer_bgp_asn,
  :owner_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

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

Returns:

  • (String)


46031
46032
46033
46034
46035
46036
46037
46038
46039
46040
46041
46042
46043
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46031

class LocalGatewayVirtualInterface < Struct.new(
  :local_gateway_virtual_interface_id,
  :local_gateway_id,
  :vlan,
  :local_address,
  :peer_address,
  :local_bgp_asn,
  :peer_bgp_asn,
  :owner_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#peer_addressString

The peer address.

Returns:

  • (String)


46031
46032
46033
46034
46035
46036
46037
46038
46039
46040
46041
46042
46043
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46031

class LocalGatewayVirtualInterface < Struct.new(
  :local_gateway_virtual_interface_id,
  :local_gateway_id,
  :vlan,
  :local_address,
  :peer_address,
  :local_bgp_asn,
  :peer_bgp_asn,
  :owner_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#peer_bgp_asnInteger

The peer BGP ASN.

Returns:

  • (Integer)


46031
46032
46033
46034
46035
46036
46037
46038
46039
46040
46041
46042
46043
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46031

class LocalGatewayVirtualInterface < Struct.new(
  :local_gateway_virtual_interface_id,
  :local_gateway_id,
  :vlan,
  :local_address,
  :peer_address,
  :local_bgp_asn,
  :peer_bgp_asn,
  :owner_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags assigned to the virtual interface.

Returns:



46031
46032
46033
46034
46035
46036
46037
46038
46039
46040
46041
46042
46043
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46031

class LocalGatewayVirtualInterface < Struct.new(
  :local_gateway_virtual_interface_id,
  :local_gateway_id,
  :vlan,
  :local_address,
  :peer_address,
  :local_bgp_asn,
  :peer_bgp_asn,
  :owner_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vlanInteger

The ID of the VLAN.

Returns:

  • (Integer)


46031
46032
46033
46034
46035
46036
46037
46038
46039
46040
46041
46042
46043
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46031

class LocalGatewayVirtualInterface < Struct.new(
  :local_gateway_virtual_interface_id,
  :local_gateway_id,
  :vlan,
  :local_address,
  :peer_address,
  :local_bgp_asn,
  :peer_bgp_asn,
  :owner_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end