You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a local gateway virtual interface.

Instance Attribute Summary collapse

Instance Attribute Details

#local_address ⇒ String

The local address.

Returns:

  • (String) —

    The local address.

#local_bgp_asn ⇒ Integer

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

Returns:

  • (Integer) —

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

#local_gateway_id ⇒ String

The ID of the local gateway.

Returns:

  • (String) —

    The ID of the local gateway.

#local_gateway_virtual_interface_id ⇒ String

The ID of the virtual interface.

Returns:

  • (String) —

    The ID of the virtual interface.

#owner_id ⇒ String

The AWS account ID that owns the local gateway virtual interface.

Returns:

  • (String) —

    The AWS account ID that owns the local gateway virtual interface.

#peer_address ⇒ String

The peer address.

Returns:

  • (String) —

    The peer address.

#peer_bgp_asn ⇒ Integer

The peer BGP ASN.

Returns:

  • (Integer) —

    The peer BGP ASN.

#tags ⇒ Array<Types::Tag>

The tags assigned to the virtual interface.

Returns:

  • (Array<Types::Tag>) —

    The tags assigned to the virtual interface.

#vlan ⇒ Integer

The ID of the VLAN.

Returns:

  • (Integer) —

    The ID of the VLAN.