GetLocalGatewayVirtualInterfaceResult class

Result data returned by getLocalGatewayVirtualInterface.

Constructors

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.
const
GetLocalGatewayVirtualInterfaceResult.fromMap(Map<String, dynamic> map)
factory

Properties

filters List<GetLocalGatewayVirtualInterfaceFilter>?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
localAddress String?
Local address.
final
localBgpAsn int?
Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the EC2 Local Gateway.
final
localGatewayId String?
Identifier of the EC2 Local Gateway.
final
localGatewayVirtualInterfaceGroupId String?
Identifier of the EC2 Local Gateway Virtual Interface Group.
final
localGatewayVirtualInterfaceIds List<String>?
final
outpostLagId String?
Identifier of the Outpost LAG.
final
peerAddress String?
Peer address.
final
peerBgpAsn int?
Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the peer.
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
final
vlan int?
Virtual Local Area Network.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited