Class: Aws::EC2::Types::LocalGatewayVirtualInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LocalGatewayVirtualInterface
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a local gateway virtual interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#local_address ⇒ String
The local address.
-
#local_bgp_asn ⇒ Integer
The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.
-
#local_gateway_id ⇒ String
The ID of the local gateway.
-
#local_gateway_virtual_interface_id ⇒ String
The ID of the virtual interface.
-
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the local gateway virtual interface.
-
#peer_address ⇒ String
The peer address.
-
#peer_bgp_asn ⇒ Integer
The peer BGP ASN.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the virtual interface.
-
#vlan ⇒ Integer
The ID of the VLAN.
Instance Attribute Details
#local_address ⇒ String
The local address.
46870 46871 46872 46873 46874 46875 46876 46877 46878 46879 46880 46881 46882 |
# File 'lib/aws-sdk-ec2/types.rb', line 46870 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_asn ⇒ Integer
The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.
46870 46871 46872 46873 46874 46875 46876 46877 46878 46879 46880 46881 46882 |
# File 'lib/aws-sdk-ec2/types.rb', line 46870 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_id ⇒ String
The ID of the local gateway.
46870 46871 46872 46873 46874 46875 46876 46877 46878 46879 46880 46881 46882 |
# File 'lib/aws-sdk-ec2/types.rb', line 46870 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_id ⇒ String
The ID of the virtual interface.
46870 46871 46872 46873 46874 46875 46876 46877 46878 46879 46880 46881 46882 |
# File 'lib/aws-sdk-ec2/types.rb', line 46870 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_id ⇒ String
The ID of the Amazon Web Services account that owns the local gateway virtual interface.
46870 46871 46872 46873 46874 46875 46876 46877 46878 46879 46880 46881 46882 |
# File 'lib/aws-sdk-ec2/types.rb', line 46870 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_address ⇒ String
The peer address.
46870 46871 46872 46873 46874 46875 46876 46877 46878 46879 46880 46881 46882 |
# File 'lib/aws-sdk-ec2/types.rb', line 46870 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_asn ⇒ Integer
The peer BGP ASN.
46870 46871 46872 46873 46874 46875 46876 46877 46878 46879 46880 46881 46882 |
# File 'lib/aws-sdk-ec2/types.rb', line 46870 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 |
#tags ⇒ Array<Types::Tag>
The tags assigned to the virtual interface.
46870 46871 46872 46873 46874 46875 46876 46877 46878 46879 46880 46881 46882 |
# File 'lib/aws-sdk-ec2/types.rb', line 46870 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 |
#vlan ⇒ Integer
The ID of the VLAN.
46870 46871 46872 46873 46874 46875 46876 46877 46878 46879 46880 46881 46882 |
# File 'lib/aws-sdk-ec2/types.rb', line 46870 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 |