Spoke class
A Spoke is an abstraction of a network attachment being attached to a Hub.
A Spoke can be underlying a VPN tunnel, a VLAN (interconnect) attachment, a Router appliance, etc.
Constructors
-
Spoke({String? createTime, String? description, String? hub, Map<
String, String> ? labels, List<String> ? linkedInterconnectAttachments, List<RouterApplianceInstance> ? linkedRouterApplianceInstances, List<String> ? linkedVpnTunnels, String? name, String? state, String? uniqueId, String? updateTime}) - Spoke.fromJson(Map _json)
Properties
- createTime ↔ String?
-
The time when the Spoke was created.
getter/setter pair
- description ↔ String?
-
Short description of the spoke resource
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hub ↔ String?
-
The resource URL of the hub resource that the spoke is attached to
getter/setter pair
-
labels
↔ Map<
String, String> ? -
User-defined labels.
getter/setter pair
-
linkedInterconnectAttachments
↔ List<
String> ? -
The URIs of linked interconnect attachment resources
getter/setter pair
-
linkedRouterApplianceInstances
↔ List<
RouterApplianceInstance> ? -
The URIs of linked Router appliance resources
getter/setter pair
-
linkedVpnTunnels
↔ List<
String> ? -
The URIs of linked VPN tunnel resources
getter/setter pair
- name ↔ String?
-
The name of a Spoke resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The current lifecycle state of this Hub.
getter/setter pair
- uniqueId ↔ String?
-
Google-generated UUID for this resource.
getter/setter pair
- updateTime ↔ String?
-
The time when the Spoke 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