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
IMessageNodeGroupOperationMetadata, IEquatableNodeGroupOperationMetadata, IDeepCloneableNodeGroupOperationMetadata, 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 |
MapFieldstringstring |
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 |
NodeGroupOperationMetadataTypesNodeGroupOperationType |
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 |
RepeatedFieldClusterOperationStatus |
Warnings
public RepeatedField<string> Warnings { get; }
Output only. Errors encountered during operation execution.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |