GetServiceLinkVirtualInterfaceResult class

Result data returned by getServiceLinkVirtualInterface.

Constructors

GetServiceLinkVirtualInterfaceResult({String? arn, String? configurationState, List<GetServiceLinkVirtualInterfaceFilter>? filters, String? id, String? localAddress, String? outpostArn, String? outpostId, String? outpostLagId, String? ownerId, String? peerAddress, int? peerBgpAsn, String? region, Map<String, String>? tags, int? vlan})
Creates a new GetServiceLinkVirtualInterfaceResult. arn ARN of the Service Link Virtual Interface. configurationState Current state of the Service Link Virtual Interface. filters Optional. id Optional. localAddress IPv4 address assigned to the local gateway virtual interface on the Outpost side. outpostArn Outpost ARN for the Service Link Virtual Interface. outpostId Outpost ID for the Service Link Virtual Interface. outpostLagId Link aggregation group (LAG) ID for the Service Link Virtual Interface. ownerId ID of the AWS account that owns the Service Link Virtual Interface. peerAddress IPv4 peer address for the Service Link Virtual Interface. peerBgpAsn BGP Autonomous System Number (ASN) of the peer. region Optional. tags Key-value map of resource tags. vlan Virtual Local Area Network.
const
GetServiceLinkVirtualInterfaceResult.fromMap(Map<String, dynamic> map)
factory

Properties

arn String?
ARN of the Service Link Virtual Interface.
final
configurationState String?
Current state of the Service Link Virtual Interface.
final
filters List<GetServiceLinkVirtualInterfaceFilter>?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
localAddress String?
IPv4 address assigned to the local gateway virtual interface on the Outpost side.
final
outpostArn String?
Outpost ARN for the Service Link Virtual Interface.
final
outpostId String?
Outpost ID for the Service Link Virtual Interface.
final
outpostLagId String?
Link aggregation group (LAG) ID for the Service Link Virtual Interface.
final
ownerId String?
ID of the AWS account that owns the Service Link Virtual Interface.
final
peerAddress String?
IPv4 peer address for the Service Link Virtual Interface.
final
peerBgpAsn int?
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>?
Key-value map of resource tags.
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