Route class

The route resource is the child of the private connection resource, used for defining a route for a private connection.

Constructors

Route({String? createTime, String? destinationAddress, int? destinationPort, String? displayName, Map<String, String>? labels, String? name, String? updateTime})
Route.fromJson(Map json_)

Properties

createTime String?
The create time of the resource.
getter/setter pair
destinationAddress String?
Destination address for connection
getter/setter pair
destinationPort int?
Destination port for connection
getter/setter pair
displayName String?
Display name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Labels.
getter/setter pair
name String?
The resource's name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The update time of the resource.
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