Get Local Gateway Virtual Interface Result
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.
Properties
Link copied to clipboard
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
Link copied to clipboard
Peer address.
Link copied to clipboard
Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the peer.