public sealed class Operation : IMessage<Operation>, IEquatable<Operation>, IDeepCloneable<Operation>, IBufferMessage, IMessageThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.
Implements
IMessage<Operation>, IEquatable<Operation>, IDeepCloneable<Operation>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
Operation()
public Operation()Operation(Operation)
public Operation(Operation other)| Parameter | |
|---|---|
| Name | Description |
other |
Operation |
Properties
ClusterConditions
public RepeatedField<StatusCondition> ClusterConditions { get; }Which conditions caused the current cluster state.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<StatusCondition> |
|
Detail
public string Detail { get; set; }Detailed operation progress, if available.
| Property Value | |
|---|---|
| Type | Description |
String |
|
EndTime
public string EndTime { get; set; }[Output only] The time the operation completed, in RFC3339 text format.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Location
public string Location { get; set; }| Property Value | |
|---|---|
| Type | Description |
String |
|
Name
public string Name { get; set; }The server-assigned ID for the operation.
| Property Value | |
|---|---|
| Type | Description |
String |
|
NodepoolConditions
public RepeatedField<StatusCondition> NodepoolConditions { get; }Which conditions caused the current node pool state.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<StatusCondition> |
|
OperationType
public Operation.Types.Type OperationType { get; set; }The operation type.
| Property Value | |
|---|---|
| Type | Description |
Operation.Types.Type |
|
Progress
public OperationProgress Progress { get; set; }Output only. [Output only] Progress information for an operation.
| Property Value | |
|---|---|
| Type | Description |
OperationProgress |
|
SelfLink
public string SelfLink { get; set; }Server-defined URL for the resource.
| Property Value | |
|---|---|
| Type | Description |
String |
|
StartTime
public string StartTime { get; set; }[Output only] The time the operation started, in RFC3339 text format.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Status
public Operation.Types.Status Status { get; set; }The current status of the operation.
| Property Value | |
|---|---|
| Type | Description |
Operation.Types.Status |
|
StatusMessage
public string StatusMessage { get; set; }Output only. If an error has occurred, a textual description of the error.
| Property Value | |
|---|---|
| Type | Description |
String |
|
TargetLink
public string TargetLink { get; set; }Server-defined URL for the target of the operation.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Zone
[Obsolete]
public string Zone { get; set; }The name of the Google Compute Engine zone in which the operation is taking place. This field is deprecated, use location instead.
| Property Value | |
|---|---|
| Type | Description |
String |
|