Interface protos.google.container.v1.IOperation (2.3.2)

Properties of an Operation.

Package

@google-cloud/container!

Properties

clusterConditions

clusterConditions?: (google.container.v1.IStatusCondition[]|null);

Operation clusterConditions

Property Value
TypeDescription
(google.container.v1.IStatusCondition[]|null)

detail

detail?: (string|null);

Operation detail

Property Value
TypeDescription
(string|null)

endTime

endTime?: (string|null);

Operation endTime

Property Value
TypeDescription
(string|null)

location

location?: (string|null);

Operation location

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Operation name

Property Value
TypeDescription
(string|null)

nodepoolConditions

nodepoolConditions?: (google.container.v1.IStatusCondition[]|null);

Operation nodepoolConditions

Property Value
TypeDescription
(google.container.v1.IStatusCondition[]|null)

operationType

operationType?: (google.container.v1.Operation.Type|keyof typeof google.container.v1.Operation.Type|null);

Operation operationType

Property Value
TypeDescription
(google.container.v1.Operation.Type|keyof typeof google.container.v1.Operation.Type|null)

progress

progress?: (google.container.v1.IOperationProgress|null);

Operation progress

Property Value
TypeDescription
(google.container.v1.IOperationProgress|null)
selfLink?: (string|null);

Operation selfLink

Property Value
TypeDescription
(string|null)

startTime

startTime?: (string|null);

Operation startTime

Property Value
TypeDescription
(string|null)

status

status?: (google.container.v1.Operation.Status|keyof typeof google.container.v1.Operation.Status|null);

Operation status

Property Value
TypeDescription
(google.container.v1.Operation.Status|keyof typeof google.container.v1.Operation.Status|null)

statusMessage

statusMessage?: (string|null);

Operation statusMessage

Property Value
TypeDescription
(string|null)
targetLink?: (string|null);

Operation targetLink

Property Value
TypeDescription
(string|null)

zone

zone?: (string|null);

Operation zone

Property Value
TypeDescription
(string|null)