Operation class

This operation resource represents operations that may have happened or are happening on the cluster.

All fields are output only.

Constructors

Operation({List<StatusCondition>? clusterConditions, String? detail, String? endTime, Status? error, String? location, String? name, List<StatusCondition>? nodepoolConditions, String? operationType, OperationProgress? progress, String? selfLink, String? startTime, String? status, String? statusMessage, String? targetLink, String? zone})
Operation.fromJson(Map json_)

Properties

clusterConditions List<StatusCondition>?
Which conditions caused the current cluster state.
getter/setter pair
detail String?
Detailed operation progress, if available.
getter/setter pair
endTime String?
The time the operation completed, in RFC3339 text format.
getter/setter pair
error Status?
The error result of the operation in case of failure.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
location String?
The name of the Google Compute Engine zone or region in which the cluster resides.
getter/setter pair
name String?
The server-assigned ID for the operation.
getter/setter pair
nodepoolConditions List<StatusCondition>?
Which conditions caused the current node pool state.
getter/setter pair
operationType String?
The operation type. Possible string values are:
getter/setter pair
progress OperationProgress?
Progress information for an operation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Server-defined URI for the operation.
getter/setter pair
startTime String?
The time the operation started, in RFC3339 text format.
getter/setter pair
status String?
The current status of the operation. Possible string values are:
getter/setter pair
statusMessage String?
If an error has occurred, a textual description of the error.
getter/setter pair
Server-defined URI for the target of the operation.
getter/setter pair
zone String?
The name of the Google Compute Engine zone in which the operation is taking place.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited