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
- (::Google::Cloud::Workstations::V1::WorkstationCluster) — Required. Workstation cluster to create.
#workstation_cluster=
def workstation_cluster=(value) -> ::Google::Cloud::Workstations::V1::WorkstationCluster
Parameter
- value (::Google::Cloud::Workstations::V1::WorkstationCluster) — Required. Workstation cluster to create.
Returns
- (::Google::Cloud::Workstations::V1::WorkstationCluster) — Required. Workstation cluster to create.
#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.