Hub

class Hub : KotlinCustomResource

Creates a new Network Connectivity Center hub in the specified project. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val createTime: Output<String>

The time the hub was created.

Link copied to clipboard
val description: Output<String>

An optional description of the hub.

Link copied to clipboard
val hubId: Output<String>

Required. A unique identifier for the hub.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

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

Link copied to clipboard
val name: Output<String>

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
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requestId: Output<String>?

Optional. A unique request ID (optional). If you specify this ID, you can use it in cases when you need to retry your request. When you need to retry, this ID lets the server know that it can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

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
val state: Output<String>

The current lifecycle state of this hub.

Link copied to clipboard
val uniqueId: Output<String>

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
val updateTime: Output<String>

The time the hub was last updated.

Link copied to clipboard
val urn: Output<String>