GetLocalGatewayVirtualInterfaceResult constructor
const
GetLocalGatewayVirtualInterfaceResult({
- List<
GetLocalGatewayVirtualInterfaceFilter> ? filters, - String? id,
- String? localAddress,
- int? localBgpAsn,
- String? localGatewayId,
- String? localGatewayVirtualInterfaceGroupId,
- List<
String> ? localGatewayVirtualInterfaceIds, - String? outpostLagId,
- String? peerAddress,
- int? peerBgpAsn,
- String? region,
- Map<
String, String> ? tags, - int? vlan,
Creates a new GetLocalGatewayVirtualInterfaceResult.
filters Optional.
id Optional.
localAddress Local address.
localBgpAsn Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the EC2 Local Gateway.
localGatewayId Identifier of the EC2 Local Gateway.
localGatewayVirtualInterfaceGroupId Identifier of the EC2 Local Gateway Virtual Interface Group.
localGatewayVirtualInterfaceIds Optional.
outpostLagId Identifier of the Outpost LAG.
peerAddress Peer address.
peerBgpAsn Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the peer.
region Optional.
tags Optional.
vlan Virtual Local Area Network.
Implementation
const GetLocalGatewayVirtualInterfaceResult({
this.filters,
this.id,
this.localAddress,
this.localBgpAsn,
this.localGatewayId,
this.localGatewayVirtualInterfaceGroupId,
this.localGatewayVirtualInterfaceIds,
this.outpostLagId,
this.peerAddress,
this.peerBgpAsn,
this.region,
this.tags,
this.vlan,
});