Google Cloud Dataproc v1 API - Class NodeGroupOperationMetadata (5.2.0)

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

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

Metadata describing the node group operation.

Inheritance

Object > NodeGroupOperationMetadata

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

NodeGroupOperationMetadata()

public NodeGroupOperationMetadata()

NodeGroupOperationMetadata(NodeGroupOperationMetadata)

public NodeGroupOperationMetadata(NodeGroupOperationMetadata other)
Parameter
NameDescription
otherNodeGroupOperationMetadata

Properties

ClusterUuid

public string ClusterUuid { get; set; }

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

Property Value
TypeDescription
String

Description

public string Description { get; set; }

Output only. Short description of operation.

Property Value
TypeDescription
String

Labels

public MapField<string, string> Labels { get; }

Output only. Labels associated with the operation.

Property Value
TypeDescription
MapField<String, String>

NodeGroupId

public string NodeGroupId { get; set; }

Output only. Node group ID for the operation.

Property Value
TypeDescription
String

OperationType

public NodeGroupOperationMetadata.Types.NodeGroupOperationType OperationType { get; set; }

The operation type.

Property Value
TypeDescription
NodeGroupOperationMetadata.Types.NodeGroupOperationType

Status

public ClusterOperationStatus Status { get; set; }

Output only. Current operation status.

Property Value
TypeDescription
ClusterOperationStatus

StatusHistory

public RepeatedField<ClusterOperationStatus> StatusHistory { get; }

Output only. The previous operation status.

Property Value
TypeDescription
RepeatedField<ClusterOperationStatus>

Warnings

public RepeatedField<string> Warnings { get; }

Output only. Errors encountered during operation execution.

Property Value
TypeDescription
RepeatedField<String>