Google Cloud Dataproc v1 API - Class NodeGroupOperationMetadata (5.10.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
MapFieldstringstring

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
NodeGroupOperationMetadataTypesNodeGroupOperationType

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
RepeatedFieldClusterOperationStatus

Warnings

public RepeatedField<string> Warnings { get; }

Output only. Errors encountered during operation execution.

Property Value
TypeDescription
RepeatedFieldstring