DiagnoseClusterRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A request to collect cluster diagnostic information.
Attributes |
|
---|---|
Name | Description |
project_id |
str
Required. The ID of the Google Cloud Platform project that the cluster belongs to. |
region |
str
Required. The Dataproc region in which to handle the request. |
cluster_name |
str
Required. The cluster name. |
tarball_gcs_dir |
str
Optional. (Optional) The output Cloud Storage directory for the diagnostic tarball. If not specified, a task-specific directory in the cluster's staging bucket will be used. |
tarball_access |
google.cloud.dataproc_v1.types.DiagnoseClusterRequest.TarballAccess
Optional. (Optional) The access type to the diagnostic tarball. If not specified, falls back to default access of the bucket |
diagnosis_interval |
google.type.interval_pb2.Interval
Optional. Time interval in which diagnosis should be carried out on the cluster. |
jobs |
MutableSequence[str]
Optional. Specifies a list of jobs on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job} |
yarn_application_ids |
MutableSequence[str]
Optional. Specifies a list of yarn applications on which diagnosis is to be performed. |
Classes
TarballAccess
TarballAccess(value)
Defines who has access to the diagnostic tarball