Class: Google::Cloud::Workstations::V1::DeleteWorkstationClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1::DeleteWorkstationClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1/workstations.rb
Overview
Message for deleting a workstation cluster.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#force ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#etag ⇒ ::String
Returns Optional. If set, the request will be rejected if the latest version of the workstation cluster on the server does not have this ETag.
801 802 803 804 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 801 class DeleteWorkstationClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#force ⇒ ::Boolean
Returns 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.
801 802 803 804 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 801 class DeleteWorkstationClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Name of the workstation cluster to delete.
801 802 803 804 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 801 class DeleteWorkstationClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. If set, validate the request and preview the review, but do not apply it.
801 802 803 804 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 801 class DeleteWorkstationClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |