Class CreateWorkstationRequest (0.8.1)

CreateWorkstationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message for creating a CreateWorkstation.

Attributes

Name Description
parent str
Required. Parent resource name.
workstation_id str
Required. ID to use for the workstation.
workstation google.cloud.workstations_v1beta.types.Workstation
Required. Workstation to create. If source_workstation is specified, the user must have workstations.workstations.use permission on the source workstation, and the Cloud Workstations Service Agent for the project where you are creating the new workstation must have compute.disks.createSnapshot and compute.snapshots.useReadOnly on the source project.
validate_only bool
Optional. If set, validate the request and preview the result, but do not actually apply it.