google_api_replica_pool v0.1.0 GoogleApi.ReplicaPool.V1beta2.Model.Operation View Source
An operation resource, used to manage asynchronous API requests.
Attributes
- clientOperationId (String): [Output only] An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project. Defaults to:
null. - creationTimestamp (String): [Output Only] The time that this operation was requested, in RFC3339 text format. Defaults to:
null. - endTime (String): [Output Only] The time that this operation was completed, in RFC3339 text format. Defaults to:
null. - error (OperationError): Defaults to:
null. - httpErrorMessage (String): [Output only] If operation fails, the HTTP error message returned. Defaults to:
null. - httpErrorStatusCode (Integer): [Output only] If operation fails, the HTTP error status code returned. Defaults to:
null. - id (String): [Output Only] Unique identifier for the resource, generated by the server. Defaults to:
null. - insertTime (String): [Output Only] The time that this operation was requested, in RFC3339 text format. Defaults to:
null. - kind (String): [Output only] Type of the resource. Defaults to:
null. - name (String): [Output Only] Name of the resource. Defaults to:
null. - operationType (String): [Output only] Type of the operation. Operations include insert, update, and delete. Defaults to:
null. - progress (Integer): [Output only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses. Defaults to:
null. - region (String): [Output Only] URL of the region where the operation resides. Only available when performing regional operations. Defaults to:
null. - selfLink (String): [Output Only] Server-defined fully-qualified URL for this resource. Defaults to:
null. - startTime (String): [Output Only] The time that this operation was started by the server, in RFC3339 text format. Defaults to:
null. status (String): [Output Only] Status of the operation. Defaults to:
null.- Enum - one of [DONE, PENDING, RUNNING]
- statusMessage (String): [Output Only] An optional textual description of the current status of the operation. Defaults to:
null. - targetId (String): [Output Only] Unique target ID which identifies a particular incarnation of the target. Defaults to:
null. - targetLink (String): [Output only] URL of the resource the operation is mutating. Defaults to:
null. - user (String): [Output Only] User who requested the operation, for example: user@example.com. Defaults to:
null. - warnings (List[OperationWarnings]): [Output Only] If there are issues with this operation, a warning is returned. Defaults to:
null. - zone (String): [Output Only] URL of the zone where the operation resides. Only available when performing per-zone operations. Defaults to:
null.