GetServiceLinkVirtualInterfaceResult constructor

const GetServiceLinkVirtualInterfaceResult({
  1. String? arn,
  2. String? configurationState,
  3. List<GetServiceLinkVirtualInterfaceFilter>? filters,
  4. String? id,
  5. String? localAddress,
  6. String? outpostArn,
  7. String? outpostId,
  8. String? outpostLagId,
  9. String? ownerId,
  10. String? peerAddress,
  11. int? peerBgpAsn,
  12. String? region,
  13. Map<String, String>? tags,
  14. 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.

Implementation

const GetServiceLinkVirtualInterfaceResult({
  this.arn,
  this.configurationState,
  this.filters,
  this.id,
  this.localAddress,
  this.outpostArn,
  this.outpostId,
  this.outpostLagId,
  this.ownerId,
  this.peerAddress,
  this.peerBgpAsn,
  this.region,
  this.tags,
  this.vlan,
});