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.
Implements
IMessageDiagnoseClusterRequest, IEquatableDiagnoseClusterRequest, IDeepCloneableDiagnoseClusterRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
DiagnoseClusterRequest()
public DiagnoseClusterRequest()
DiagnoseClusterRequest(DiagnoseClusterRequest)
public DiagnoseClusterRequest(DiagnoseClusterRequest other)
Parameter | |
---|---|
Name | Description |
other |
DiagnoseClusterRequest |
Properties
ClusterName
public string ClusterName { get; set; }
Required. The cluster name.
Property Value | |
---|---|
Type | Description |
string |
DiagnosisInterval
public Interval DiagnosisInterval { get; set; }
Optional. Time interval in which diagnosis should be carried out on the cluster.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldstring |
ProjectId
public string ProjectId { get; set; }
Required. The ID of the Google Cloud Platform project that the cluster belongs to.
Property Value | |
---|---|
Type | Description |
string |
Region
public string Region { get; set; }
Required. The Dataproc region in which to handle the request.
Property Value | |
---|---|
Type | Description |
string |
TarballAccess
public DiagnoseClusterRequest.Types.TarballAccess TarballAccess { get; set; }
Optional. (Optional) The access type to the diagnostic tarball. If not specified, falls back to default access of the bucket
Property Value | |
---|---|
Type | Description |
DiagnoseClusterRequestTypesTarballAccess |
TarballGcsDir
public string TarballGcsDir { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
YarnApplicationIds
public RepeatedField<string> YarnApplicationIds { get; }
Optional. Specifies a list of yarn applications on which diagnosis is to be performed.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |