GetLocalGatewayVirtualInterfaceResult

data class GetLocalGatewayVirtualInterfaceResult(val filters: List<GetLocalGatewayVirtualInterfaceFilter>? = null, val id: String, val localAddress: String, val localBgpAsn: Int, val localGatewayId: String, val localGatewayVirtualInterfaceIds: List<String>, val peerAddress: String, val peerBgpAsn: Int, val tags: Map<String, String>, val vlan: Int)

A collection of values returned by getLocalGatewayVirtualInterface.

Constructors

Link copied to clipboard
constructor(filters: List<GetLocalGatewayVirtualInterfaceFilter>? = null, id: String, localAddress: String, localBgpAsn: Int, localGatewayId: String, localGatewayVirtualInterfaceIds: List<String>, peerAddress: String, peerBgpAsn: Int, tags: Map<String, String>, vlan: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard

Local address.

Link copied to clipboard

Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the EC2 Local Gateway.

Link copied to clipboard

Identifier of the EC2 Local Gateway.

Link copied to clipboard

Peer address.

Link copied to clipboard

Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the peer.

Link copied to clipboard
Link copied to clipboard
val vlan: Int

Virtual Local Area Network.