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.
      49728 49729 49730 49731 49732 49733 49734 49735 49736 49737 49738 49739 49740  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49728 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.
      49728 49729 49730 49731 49732 49733 49734 49735 49736 49737 49738 49739 49740  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49728 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.
      49728 49729 49730 49731 49732 49733 49734 49735 49736 49737 49738 49739 49740  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49728 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.
      49728 49729 49730 49731 49732 49733 49734 49735 49736 49737 49738 49739 49740  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49728 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.
      49728 49729 49730 49731 49732 49733 49734 49735 49736 49737 49738 49739 49740  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49728 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.
      49728 49729 49730 49731 49732 49733 49734 49735 49736 49737 49738 49739 49740  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49728 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.
      49728 49729 49730 49731 49732 49733 49734 49735 49736 49737 49738 49739 49740  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49728 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.
      49728 49729 49730 49731 49732 49733 49734 49735 49736 49737 49738 49739 49740  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49728 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.
      49728 49729 49730 49731 49732 49733 49734 49735 49736 49737 49738 49739 49740  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49728 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  |