Hub class

Network Connectivity Center is a hub-and-spoke abstraction for network connectivity management in Google Cloud.

It reduces operational complexity through a simple, centralized connectivity management model. Following is the resource message of a hub.

Constructors

Hub({String? createTime, String? description, Map<String, String>? labels, String? name, List<String>? spokes, String? state, String? uniqueId, String? updateTime})
Hub.fromJson(Map _json)

Properties

createTime String?
Time when the Hub was created.
getter/setter pair
description String?
Short description of the hub resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User-defined labels.
getter/setter pair
name String?
The name of a Hub resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spokes List<String>?
A list of the URIs of all attached spokes.
getter/setter pair
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?
Time when the Hub 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