RouteData class

An object representing a route returned by a describe operation.

Constructors

RouteData({required String meshName, required String routeName, required String virtualRouterName, ResourceMetadata? metadata, RouteSpec? spec, RouteStatus? status})
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 in which the route resides.
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 with which the route is associated.
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