Cluster
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
Describes the identifying information, config, and status of a Dataproc cluster
Attributes
Name
Description
project_id
str
Required. The Google Cloud Platform project ID that the cluster belongs to.
cluster_name
str
Required. The cluster name, which must be unique within a project. The name must start with a lowercase letter, and can contain up to 51 lowercase letters, numbers, and hyphens. It cannot end with a hyphen. The name of a deleted cluster can be reused.
config
google.cloud.dataproc_v1.types.ClusterConfig
Optional. The cluster config for a cluster of Compute Engine Instances. Note that Dataproc may set default values, and values may change when clusters are updated. Exactly one of ClusterConfig or VirtualClusterConfig must be specified.
virtual_cluster_config
google.cloud.dataproc_v1.types.VirtualClusterConfig
Optional. The virtual cluster config is used when creating a Dataproc cluster that does not directly control the underlying compute resources, for example, when creating a `Dataproc-on-GKE cluster
labels
MutableMapping[str, str]
Optional. The labels to associate with this cluster. Label **keys** must contain 1 to 63 characters, and must conform to
RFC 1035
__.
Label **values** may be empty, but, if present, must contain
1 to 63 characters, and must conform to `RFC
1035status
status_history
MutableSequence[ google.cloud.dataproc_v1.types.ClusterStatus
]
Output only. The previous cluster status.
cluster_uuid
str
Output only. A cluster UUID (Unique Universal Identifier). Dataproc generates this value when it creates the cluster.
metrics
google.cloud.dataproc_v1.types.ClusterMetrics
Output only. Contains cluster daemon metrics such as HDFS and YARN stats. **Beta Feature**: This report is available for testing purposes only. It may be changed before final release.
Classes
LabelsEntry
LabelsEntry
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
The abstract base class for a message.
Parameters
Name
Description
kwargs
dict
Keys and values corresponding to the fields of the message.
mapping
Union[dict, .Message
]
A dictionary or message to be used to determine the values for this message.
ignore_unknown_fields
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if mapping
is a mapping type or there are keyword parameters.