UpdateWorkstationClusterRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for UpdateWorkstationCluster.
Attributes |
|
---|---|
Name | Description |
workstation_cluster |
google.cloud.workstations_v1beta.types.WorkstationCluster
Required. Workstation cluster to update. |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Required. Mask that specifies which fields in the workstation cluster should be updated. |
validate_only |
bool
Optional. If set, validate the request and preview the review, but do not actually apply it. |
allow_missing |
bool
Optional. If set, and the workstation cluster is not found, a new workstation cluster will be created. In this situation, update_mask is ignored. |