Skip to main content

workstations

Overview

Nameworkstations
TypeResource
Idgoogle.workstations.workstations

Fields

NameDatatypeDescription
namestringFull name of this workstation.
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.
reconcilingbooleanOutput only. Indicates whether this workstation is currently being updated to match its intended state.
uidstringOutput only. A system-assigned unique identifier for this workstation.
hoststringOutput only. Host to which clients can send HTTPS traffic that will be received by the workstation. Authorized traffic will be received to the workstation as HTTP on port 80. To send traffic to a different port, clients may prefix the host with the destination port in the format {port}-{host}.
createTimestringOutput only. Time when this workstation was created.
labelsobjectOptional. Labels that are applied to the workstation and that are also propagated to the underlying Compute Engine resources.
statestringOutput only. Current state of the workstation.
displayNamestringOptional. Human-readable name for this workstation.
annotationsobjectOptional. Client-specified annotations.
envobjectOptional. Environment variables passed to the workstation container's entrypoint.
updateTimestringOutput only. Time when this workstation was most recently updated.
deleteTimestringOutput only. Time when this workstation was soft-deleted.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, projectsId, workstationClustersId, workstationConfigsId, workstationsIdReturns the requested workstation.
listSELECTlocationsId, projectsId, workstationClustersId, workstationConfigsIdReturns all Workstations using the specified workstation configuration.
createINSERTlocationsId, projectsId, workstationClustersId, workstationConfigsIdCreates a new workstation.
deleteDELETElocationsId, projectsId, workstationClustersId, workstationConfigsId, workstationsIdDeletes the specified workstation.
_listEXEClocationsId, projectsId, workstationClustersId, workstationConfigsIdReturns all Workstations using the specified workstation configuration.
generate_access_tokenEXEClocationsId, projectsId, workstationClustersId, workstationConfigsId, workstationsIdReturns a short-lived credential that can be used to send authenticated and authorized traffic to a workstation.
patchEXEClocationsId, projectsId, workstationClustersId, workstationConfigsId, workstationsIdUpdates an existing workstation.
startEXEClocationsId, projectsId, workstationClustersId, workstationConfigsId, workstationsIdStarts running a workstation so that users can connect to it.
stopEXEClocationsId, projectsId, workstationClustersId, workstationConfigsId, workstationsIdStops running a workstation, reducing costs.