CreateClusterRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for CreateCluster.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. Parent location in which the cluster should be created, in the format projects/{project}/locations/{location}.
|
cluster_id |
str
Required. ID of the cluster to create. Must conform to RFC-1034 __
(lower-case, alphanumeric, and at most 63 characters).
|
cluster |
google.cloud.hypercomputecluster_v1beta.types.Cluster
Required. Cluster to create. |
request_id |
str
Optional. A unique identifier for this request. A random UUID is recommended. This request is idempotent if and only if request_id is provided.
|