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