TlsRoute class

TlsRoute defines how traffic should be routed based on SNI and other matching L3 attributes.

Constructors

TlsRoute({String? createTime, String? description, List<String>? gateways, Map<String, String>? labels, List<String>? meshes, String? name, List<TlsRouteRouteRule>? rules, String? selfLink, String? updateTime})
TlsRoute.fromJson(Map json_)

Properties

createTime String?
The timestamp when the resource was created.
getter/setter pair
description String?
A free-text description of the resource.
getter/setter pair
gateways List<String>?
Gateways defines a list of gateways this TlsRoute is attached to, as one of the routing rules to route the requests served by the gateway.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Set of label tags associated with the TlsRoute resource.
getter/setter pair
meshes List<String>?
Meshes defines a list of meshes this TlsRoute is attached to, as one of the routing rules to route the requests served by the mesh.
getter/setter pair
name String?
Name of the TlsRoute resource.
getter/setter pair
rules List<TlsRouteRouteRule>?
Rules that define how traffic is routed and handled.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Server-defined URL of this resource
getter/setter pair
updateTime String?
The timestamp when the resource was updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited