VirtualNodeData class

An object that represents a virtual node returned by a describe operation.

Constructors

VirtualNodeData({required String meshName, required ResourceMetadata metadata, required VirtualNodeSpec spec, required VirtualNodeStatus status, required String virtualNodeName})
VirtualNodeData.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 that the virtual node resides in.
final
metadata ResourceMetadata
The associated metadata for the virtual node.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spec VirtualNodeSpec
The specifications of the virtual node.
final
status VirtualNodeStatus
The current status for the virtual node.
final
virtualNodeName String
The name of the virtual node.
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