Show / Hide Table of Contents

Class DiagnoseClusterRequest

A request to collect cluster diagnostic information.

Inheritance
object
DiagnoseClusterRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

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>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX