Cloud Workstations V1 API - Class Google::Cloud::Workstations::V1::DeleteWorkstationClusterRequest (v0.1.0)

Reference documentation and code samples for the Cloud Workstations V1 API class Google::Cloud::Workstations::V1::DeleteWorkstationClusterRequest.

Message for deleting a workstation cluster.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#etag

def etag() -> ::String
Returns
  • (::String) — Optional. If set, the request will be rejected if the latest version of the workstation cluster on the server does not have this ETag.

#etag=

def etag=(value) -> ::String
Parameter
  • value (::String) — Optional. If set, the request will be rejected if the latest version of the workstation cluster on the server does not have this ETag.
Returns
  • (::String) — 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

def force() -> ::Boolean
Returns
  • (::Boolean) — 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.

#force=

def force=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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.

#name

def name() -> ::String
Returns
  • (::String) — Required. Name of the workstation cluster to delete.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the workstation cluster to delete.
Returns
  • (::String) — Required. Name of the workstation cluster to delete.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Optional. If set, validate the request and preview the review, but do not apply it.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If set, validate the request and preview the review, but do not apply it.
Returns
  • (::Boolean) — Optional. If set, validate the request and preview the review, but do not apply it.