VirtualServiceData class
An object that represents a virtual service returned by a describe operation.
Constructors
- VirtualServiceData({required String meshName, required ResourceMetadata metadata, required VirtualServiceSpec spec, required VirtualServiceStatus status, required String virtualServiceName})
-
VirtualServiceData.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 service resides in.
final
- metadata → ResourceMetadata
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spec → VirtualServiceSpec
-
The specifications of the virtual service.
final
- status → VirtualServiceStatus
-
The current status of the virtual service.
final
- virtualServiceName → String
-
The name of the virtual service.
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