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.
Implements
IMessage<NodeGroupOperationMetadata>, IEquatable<NodeGroupOperationMetadata>, IDeepCloneable<NodeGroupOperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
NodeGroupOperationMetadata()
public NodeGroupOperationMetadata()
NodeGroupOperationMetadata(NodeGroupOperationMetadata)
public NodeGroupOperationMetadata(NodeGroupOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other | NodeGroupOperationMetadata |
Properties
ClusterUuid
public string ClusterUuid { get; set; }
Output only. Cluster UUID associated with the node group operation.
Property Value | |
---|---|
Type | Description |
String |
Description
public string Description { get; set; }
Output only. Short description of operation.
Property Value | |
---|---|
Type | Description |
String |
Labels
public MapField<string, string> Labels { get; }
Output only. Labels associated with the operation.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
NodeGroupId
public string NodeGroupId { get; set; }
Output only. Node group ID for the operation.
Property Value | |
---|---|
Type | Description |
String |
OperationType
public NodeGroupOperationMetadata.Types.NodeGroupOperationType OperationType { get; set; }
The operation type.
Property Value | |
---|---|
Type | Description |
NodeGroupOperationMetadata.Types.NodeGroupOperationType |
Status
public ClusterOperationStatus Status { get; set; }
Output only. Current operation status.
Property Value | |
---|---|
Type | Description |
ClusterOperationStatus |
StatusHistory
public RepeatedField<ClusterOperationStatus> StatusHistory { get; }
Output only. The previous operation status.
Property Value | |
---|---|
Type | Description |
RepeatedField<ClusterOperationStatus> |
Warnings
public RepeatedField<string> Warnings { get; }
Output only. Errors encountered during operation execution.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |