Class DeleteWorkstationConfigRequest (0.3.0)

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

Message for deleting a workstation configuration.

Attributes

NameDescription
name str
Required. Name of the config to delete.
validate_only bool
If set, validate the request and preview the review, but do not actually apply it.
etag str
If set, the request will be rejected if the latest version of the config on the server does not have this etag.
force bool
If set, any Workstations in the config will also be deleted. Otherwise, the request will work only if the config has no workstations.