Class DiagnoseClusterRequest
A request to collect cluster diagnostic information.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class DiagnoseClusterRequest : IDirectResponseSchema
Properties
DiagnosisInterval
Optional. Time interval in which diagnosis should be carried out on the cluster.
Declaration
[JsonProperty("diagnosisInterval")]
public virtual Interval DiagnosisInterval { get; set; }
Property Value
Type | Description |
---|---|
Interval |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Job
Optional. DEPRECATED Specifies the job on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}
Declaration
[JsonProperty("job")]
public virtual string Job { get; set; }
Property Value
Type | Description |
---|---|
string |
Jobs
Optional. Specifies a list of jobs on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}
Declaration
[JsonProperty("jobs")]
public virtual IList<string> Jobs { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
TarballAccess
Optional. (Optional) The access type to the diagnostic tarball. If not specified, falls back to default access of the bucket
Declaration
[JsonProperty("tarballAccess")]
public virtual string TarballAccess { get; set; }
Property Value
Type | Description |
---|---|
string |
TarballGcsDir
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.
Declaration
[JsonProperty("tarballGcsDir")]
public virtual string TarballGcsDir { get; set; }
Property Value
Type | Description |
---|---|
string |
YarnApplicationId
Optional. DEPRECATED Specifies the yarn application on which diagnosis is to be performed.
Declaration
[JsonProperty("yarnApplicationId")]
public virtual string YarnApplicationId { get; set; }
Property Value
Type | Description |
---|---|
string |
YarnApplicationIds
Optional. Specifies a list of yarn applications on which diagnosis is to be performed.
Declaration
[JsonProperty("yarnApplicationIds")]
public virtual IList<string> YarnApplicationIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |