GetHubResult

data class GetHubResult(val createTime: String, val description: String, val labels: Map<String, String>, val name: String, val routingVpcs: List<RoutingVPCResponse>, val state: String, val uniqueId: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetHubResult(createTime: String, description: String, labels: Map<String, String>, name: String, routingVpcs: List<RoutingVPCResponse>, state: String, uniqueId: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the hub was created.

Link copied to clipboard

An optional description of the hub.

Link copied to clipboard

Optional labels in key:value format. For more information about labels, see Requirements for labels.

Link copied to clipboard

Immutable. The name of the hub. Hub names must be unique. They use the following form: projects/{project_number}/locations/global/hubs/{hub_id}

Link copied to clipboard

The VPC networks associated with this hub's spokes. This field is read-only. Network Connectivity Center automatically populates it based on the set of spokes attached to the hub.

Link copied to clipboard

The current lifecycle state of this hub.

Link copied to clipboard

The Google-generated UUID for the hub. This value is unique across all hub resources. If a hub is deleted and another with the same name is created, the new hub is assigned a different unique_id.

Link copied to clipboard

The time the hub was last updated.