WorkstationCluster

class WorkstationCluster : KotlinCustomResource

Creates a new workstation cluster.

Properties

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

Client-specified annotations.

Link copied to clipboard

Status conditions describing the current resource state.

Link copied to clipboard
val controlPlaneIp: Output<String>

The private IP address of the control plane for this cluster. Workstation VMs need access to this IP address to work with the service, so make sure that your firewall rules allow egress from the workstation VMs to this address.

Link copied to clipboard
val createTime: Output<String>

Time when this resource was created.

Link copied to clipboard
val degraded: Output<Boolean>

Whether this resource is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in the conditions field.

Link copied to clipboard
val deleteTime: Output<String>

Time when this resource was soft-deleted.

Link copied to clipboard
val displayName: Output<String>

Human-readable name for this resource.

Link copied to clipboard
val etag: Output<String>

Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.

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

Client-specified labels that are applied to the resource and that are also propagated to the underlying Compute Engine resources.

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

Full name of this resource.

Link copied to clipboard
val network: Output<String>

Immutable. Name of the Compute Engine network in which instances associated with this cluster will be created.

Link copied to clipboard

Configuration for private cluster.

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 reconciling: Output<Boolean>

Indicates whether this resource is currently being updated to match its intended state.

Link copied to clipboard
val subnetwork: Output<String>

Immutable. Name of the Compute Engine subnetwork in which instances associated with this cluster will be created. Must be part of the subnetwork specified for this cluster.

Link copied to clipboard
val uid: Output<String>

A system-assigned unique identified for this resource.

Link copied to clipboard
val updateTime: Output<String>

Time when this resource was most recently updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Required. ID to use for the workstation cluster.