Skip to main content

workstation_clusters

Overview

Nameworkstation_clusters
TypeResource
Idgoogle.workstations.workstation_clusters

Fields

NameDatatypeDescription
namestringFull name of this workstation cluster.
reconcilingbooleanOutput only. Indicates whether this workstation cluster is currently being updated to match its intended state.
networkstringImmutable. Name of the Compute Engine network in which instances associated with this workstation cluster will be created.
etagstringOptional. 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.
conditionsarrayOutput only. Status conditions describing the workstation cluster's current state.
deleteTimestringOutput only. Time when this workstation cluster was soft-deleted.
controlPlaneIpstringOutput only. The private IP address of the control plane for this workstation 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.
createTimestringOutput only. Time when this workstation cluster was created.
labelsobjectOptional. Labels that are applied to the workstation cluster and that are also propagated to the underlying Compute Engine resources.
privateClusterConfigobjectConfiguration options for private workstation clusters.
updateTimestringOutput only. Time when this workstation cluster was most recently updated.
degradedbooleanOutput only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in conditions.
displayNamestringOptional. Human-readable name for this workstation cluster.
annotationsobjectOptional. Client-specified annotations.
uidstringOutput only. A system-assigned unique identifier for this workstation cluster.
subnetworkstringImmutable. Name of the Compute Engine subnetwork in which instances associated with this workstation cluster will be created. Must be part of the subnetwork specified for this workstation cluster.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, projectsId, workstationClustersIdReturns the requested workstation cluster.
listSELECTlocationsId, projectsIdReturns all workstation clusters in the specified location.
createINSERTlocationsId, projectsIdCreates a new workstation cluster.
deleteDELETElocationsId, projectsId, workstationClustersIdDeletes the specified workstation cluster.
_listEXEClocationsId, projectsIdReturns all workstation clusters in the specified location.
patchEXEClocationsId, projectsId, workstationClustersIdUpdates an existing workstation cluster.