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

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

Message for creating a CreateWorkstationCluster.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Parent resource name.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Parent resource name.
Returns
  • (::String) — Required. Parent resource name.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Optional. If set, validate the request and preview the review, but do not actually 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 actually apply it.
Returns
  • (::Boolean) — Optional. If set, validate the request and preview the review, but do not actually apply it.

#workstation_cluster

def workstation_cluster() -> ::Google::Cloud::Workstations::V1::WorkstationCluster
Returns

#workstation_cluster=

def workstation_cluster=(value) -> ::Google::Cloud::Workstations::V1::WorkstationCluster
Parameter
Returns

#workstation_cluster_id

def workstation_cluster_id() -> ::String
Returns
  • (::String) — Required. ID to use for the workstation cluster.

#workstation_cluster_id=

def workstation_cluster_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID to use for the workstation cluster.
Returns
  • (::String) — Required. ID to use for the workstation cluster.