public sealed class Operation : IMessage<Operation>, IEquatable<Operation>, IDeepCloneable<Operation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class Operation.
This operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.
Implements
IMessageOperation, IEquatableOperation, IDeepCloneableOperation, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.ContainerV1Assembly
Google.Cloud.Container.V1.dll
Constructors
Operation()
public Operation()
Operation(Operation)
public Operation(Operation other)
Parameter | |
---|---|
Name | Description |
other | Operation |
Properties
ClusterConditions
[Obsolete]
public RepeatedField<StatusCondition> ClusterConditions { get; }
Which conditions caused the current cluster state. Deprecated. Use field error instead.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStatusCondition |
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 |
Error
public Status Error { get; set; }
The error result of the operation in case of failure.
Property Value | |
---|---|
Type | Description |
Status |
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
[Obsolete]
public RepeatedField<StatusCondition> NodepoolConditions { get; }
Which conditions caused the current node pool state. Deprecated. Use field error instead.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStatusCondition |
OperationType
public Operation.Types.Type OperationType { get; set; }
The operation type.
Property Value | |
---|---|
Type | Description |
OperationTypesType |
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 |
OperationTypesStatus |
StatusMessage
[Obsolete]
public string StatusMessage { get; set; }
Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
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 |