Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::CreateClusterRequest.
A request to create a cluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action_on_failed_primary_workers
def action_on_failed_primary_workers() -> ::Google::Cloud::Dataproc::V1::FailureAction
- (::Google::Cloud::Dataproc::V1::FailureAction) — Optional. Failure action when primary worker creation fails.
#action_on_failed_primary_workers=
def action_on_failed_primary_workers=(value) -> ::Google::Cloud::Dataproc::V1::FailureAction
- value (::Google::Cloud::Dataproc::V1::FailureAction) — Optional. Failure action when primary worker creation fails.
- (::Google::Cloud::Dataproc::V1::FailureAction) — Optional. Failure action when primary worker creation fails.
#cluster
def cluster() -> ::Google::Cloud::Dataproc::V1::Cluster
- (::Google::Cloud::Dataproc::V1::Cluster) — Required. The cluster to create.
#cluster=
def cluster=(value) -> ::Google::Cloud::Dataproc::V1::Cluster
- value (::Google::Cloud::Dataproc::V1::Cluster) — Required. The cluster to create.
- (::Google::Cloud::Dataproc::V1::Cluster) — Required. The cluster to create.
#project_id
def project_id() -> ::String
- (::String) — Required. The ID of the Google Cloud Platform project that the cluster belongs to.
#project_id=
def project_id=(value) -> ::String
- value (::String) — Required. The ID of the Google Cloud Platform project that the cluster belongs to.
- (::String) — Required. The ID of the Google Cloud Platform project that the cluster belongs to.
#region
def region() -> ::String
- (::String) — Required. The Dataproc region in which to handle the request.
#region=
def region=(value) -> ::String
- value (::String) — Required. The Dataproc region in which to handle the request.
- (::String) — Required. The Dataproc region in which to handle the request.
#request_id
def request_id() -> ::String
-
(::String) — Optional. A unique ID used to identify the request. If the server receives
two
CreateClusterRequests
with the same id, then the second request will be ignored and the
first google.longrunning.Operation created
and stored in the backend is returned.
It is recommended to always set this value to a UUID.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
#request_id=
def request_id=(value) -> ::String
-
value (::String) — Optional. A unique ID used to identify the request. If the server receives
two
CreateClusterRequests
with the same id, then the second request will be ignored and the
first google.longrunning.Operation created
and stored in the backend is returned.
It is recommended to always set this value to a UUID.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
-
(::String) — Optional. A unique ID used to identify the request. If the server receives
two
CreateClusterRequests
with the same id, then the second request will be ignored and the
first google.longrunning.Operation created
and stored in the backend is returned.
It is recommended to always set this value to a UUID.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.