VirtualRouterRef class

An object that represents a virtual router returned by a list operation.

Constructors

VirtualRouterRef({required String arn, required DateTime createdAt, required DateTime lastUpdatedAt, required String meshName, required String meshOwner, required String resourceOwner, required int version, required String virtualRouterName})
VirtualRouterRef.fromJson(Map<String, dynamic> json)
factory

Properties

arn String
The full Amazon Resource Name (ARN) for the virtual router.
final
createdAt DateTime
The Unix epoch timestamp in seconds for when the resource was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedAt DateTime
The Unix epoch timestamp in seconds for when the resource was last updated.
final
meshName String
The name of the service mesh that the virtual router resides in.
final
meshOwner String
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
final
resourceOwner String
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.
final
virtualRouterName String
The name of the virtual router.
final

Methods

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

Operators

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