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.
arnARN of the Service Link Virtual Interface.configurationStateCurrent state of the Service Link Virtual Interface.filtersOptional.idOptional.localAddressIPv4 address assigned to the local gateway virtual interface on the Outpost side.outpostArnOutpost ARN for the Service Link Virtual Interface.outpostIdOutpost ID for the Service Link Virtual Interface.outpostLagIdLink aggregation group (LAG) ID for the Service Link Virtual Interface.ownerIdID of the AWS account that owns the Service Link Virtual Interface.peerAddressIPv4 peer address for the Service Link Virtual Interface.peerBgpAsnBGP Autonomous System Number (ASN) of the peer.regionOptional.tagsKey-value map of resource tags.vlanVirtual 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
-
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