Class ClusterOperationMetadata
Metadata describing the operation.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ClusterOperationMetadata : IDirectResponseSchema
Properties
ChildOperationIds
Output only. Child operation ids
Declaration
[JsonProperty("childOperationIds")]
public virtual IList<string> ChildOperationIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ClusterName
Output only. Name of the cluster for the operation.
Declaration
[JsonProperty("clusterName")]
public virtual string ClusterName { get; set; }
Property Value
Type | Description |
---|---|
string |
ClusterUuid
Output only. Cluster UUID for the 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> |
OperationType
Output only. 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> |