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.
filtersOptional.idOptional.localAddressLocal address.localBgpAsnBorder Gateway Protocol (BGP) Autonomous System Number (ASN) of the EC2 Local Gateway.localGatewayIdIdentifier of the EC2 Local Gateway.localGatewayVirtualInterfaceGroupIdIdentifier of the EC2 Local Gateway Virtual Interface Group.localGatewayVirtualInterfaceIdsOptional.outpostLagIdIdentifier of the Outpost LAG.peerAddressPeer address.peerBgpAsnBorder Gateway Protocol (BGP) Autonomous System Number (ASN) of the peer.regionOptional.tagsOptional.vlanVirtual 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
-
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