Spoke

class Spoke : KotlinCustomResource

Creates a Network Connectivity Center spoke.

Properties

Link copied to clipboard
val createTime: Output<String>

The time the spoke was created.

Link copied to clipboard
val description: Output<String>

An optional description of the spoke.

Link copied to clipboard
val hub: Output<String>

Immutable. The name of the hub that this spoke is attached to.

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

VLAN attachments that are associated with the spoke.

Link copied to clipboard

Router appliance instances that are associated with the spoke.

Link copied to clipboard

VPN tunnels that are associated with the spoke.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Immutable. The name of the spoke. Spoke names must be unique. They use the following form: projects/{project_number}/locations/{region}/spokes/{spoke_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
val spokeId: Output<String>

Required. Unique id for the spoke to create.

Link copied to clipboard
val state: Output<String>

The current lifecycle state of this spoke.

Link copied to clipboard
val uniqueId: Output<String>

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

Link copied to clipboard
val updateTime: Output<String>

The time the spoke was last updated.

Link copied to clipboard
val urn: Output<String>