RouteData class
An object that represents a route returned by a describe operation.
Constructors
- RouteData({required String meshName, required ResourceMetadata metadata, required String routeName, required RouteSpec spec, required RouteStatus status, required String virtualRouterName})
-
RouteData.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 route resides in.
final
- metadata → ResourceMetadata
-
The associated metadata for the route.
final
- routeName → String
-
The name of the route.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spec → RouteSpec
-
The specifications of the route.
final
- status → RouteStatus
-
The status of the route.
final
- virtualRouterName → String
-
The virtual router that the 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