Class DeleteWorkstationClusterRequest (0.5.5)

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

Message for deleting a workstation cluster.

Attributes

NameDescription
name str
Required. Name of the workstation cluster to delete.
validate_only bool
Optional. If set, validate the request and preview the review, but do not apply it.
etag str
Optional. If set, the request will be rejected if the latest version of the workstation cluster on the server does not have this ETag.
force bool
Optional. If set, any workstation configurations and workstations in the workstation cluster are also deleted. Otherwise, the request only works if the workstation cluster has no configurations or workstations.