Google Cloud Dataproc v1 API - Class DiagnoseClusterRequest (5.10.0)

public sealed class DiagnoseClusterRequest : IMessage<DiagnoseClusterRequest>, IEquatable<DiagnoseClusterRequest>, IDeepCloneable<DiagnoseClusterRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class DiagnoseClusterRequest.

A request to collect cluster diagnostic information.

Inheritance

object > DiagnoseClusterRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

DiagnoseClusterRequest()

public DiagnoseClusterRequest()

DiagnoseClusterRequest(DiagnoseClusterRequest)

public DiagnoseClusterRequest(DiagnoseClusterRequest other)
Parameter
NameDescription
otherDiagnoseClusterRequest

Properties

ClusterName

public string ClusterName { get; set; }

Required. The cluster name.

Property Value
TypeDescription
string

DiagnosisInterval

public Interval DiagnosisInterval { get; set; }

Optional. Time interval in which diagnosis should be carried out on the cluster.

Property Value
TypeDescription
Interval

Jobs

public RepeatedField<string> Jobs { get; }

Optional. Specifies a list of jobs on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}

Property Value
TypeDescription
RepeatedFieldstring

ProjectId

public string ProjectId { get; set; }

Required. The ID of the Google Cloud Platform project that the cluster belongs to.

Property Value
TypeDescription
string

Region

public string Region { get; set; }

Required. The Dataproc region in which to handle the request.

Property Value
TypeDescription
string

TarballGcsDir

public string TarballGcsDir { get; set; }

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.

Property Value
TypeDescription
string

YarnApplicationIds

public RepeatedField<string> YarnApplicationIds { get; }

Optional. Specifies a list of yarn applications on which diagnosis is to be performed.

Property Value
TypeDescription
RepeatedFieldstring