Show / Hide Table of Contents

Class NodeGroupOperationMetadata

Metadata describing the node group operation.

Inheritance
object
NodeGroupOperationMetadata
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 NodeGroupOperationMetadata : IDirectResponseSchema

Properties

ClusterUuid

Output only. Cluster UUID associated with the node group operation.

Declaration
[JsonProperty("clusterUuid")]
public virtual string ClusterUuid { get; set; }
Property Value
Type Description
string

Description

Output only. Short description of operation.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Labels

Output only. Labels associated with the operation.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

NodeGroupId

Output only. Node group ID for the operation.

Declaration
[JsonProperty("nodeGroupId")]
public virtual string NodeGroupId { get; set; }
Property Value
Type Description
string

OperationType

The operation type.

Declaration
[JsonProperty("operationType")]
public virtual string OperationType { get; set; }
Property Value
Type Description
string

Status

Output only. Current operation status.

Declaration
[JsonProperty("status")]
public virtual ClusterOperationStatus Status { get; set; }
Property Value
Type Description
ClusterOperationStatus

StatusHistory

Output only. The previous operation status.

Declaration
[JsonProperty("statusHistory")]
public virtual IList<ClusterOperationStatus> StatusHistory { get; set; }
Property Value
Type Description
IList<ClusterOperationStatus>

Warnings

Output only. Errors encountered during operation execution.

Declaration
[JsonProperty("warnings")]
public virtual IList<string> Warnings { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX