VirtualNodeData class
An object representing a virtual node returned by a describe operation.
Constructors
- VirtualNodeData({required String meshName, required String virtualNodeName, ResourceMetadata? metadata, VirtualNodeSpec? spec, VirtualNodeStatus? status})
-
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 in which the virtual node resides.
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