Route class
The Route resource is the child of the PrivateConnection resource.
It used to define a route for a PrivateConnection setup.
Constructors
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