GatewayRouteData class
An object that represents a gateway route returned by a describe operation.
Constructors
- GatewayRouteData({required String gatewayRouteName, required String meshName, required ResourceMetadata metadata, required GatewayRouteSpec spec, required GatewayRouteStatus status, required String virtualGatewayName})
-
GatewayRouteData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- gatewayRouteName → String
-
The name of the gateway route.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- meshName → String
-
The name of the service mesh that the resource resides in.
final
- metadata → ResourceMetadata
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spec → GatewayRouteSpec
-
The specifications of the gateway route.
final
- status → GatewayRouteStatus
-
The status of the gateway route.
final
- virtualGatewayName → String
-
The virtual gateway that the gateway route is associated with.
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