VirtualRouterData class

An object representing a virtual router returned by a describe operation.

Constructors

VirtualRouterData({required String meshName, required String virtualRouterName, ResourceMetadata? metadata, VirtualRouterSpec? spec, VirtualRouterStatus? status})
VirtualRouterData.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
meshName String
The name of the service mesh in which the virtual router resides.
final
metadata ResourceMetadata?
The associated metadata for the virtual router.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spec VirtualRouterSpec?
The specifications of the virtual router.
final
status VirtualRouterStatus?
The current status of the virtual router.
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