Field
|
Description
|
id
|
string
ID of the operation.
|
project_id
|
string
ID of the project where operation performed.
|
description
|
string
Description of the operation.
|
created_by
|
string
ID of the user or service account who initiated the operation.
|
metadata
|
list
Operation metadata (e.g. cluster_id for create cluster operation).
|
metadata[]
|
doublecloud.v1.Operation.MetadataEntry
|
create_time
|
google.protobuf.Timestamp
The time when the operation was created.
|
start_time
|
google.protobuf.Timestamp
The time when the operation was started.
|
finish_time
|
google.protobuf.Timestamp
The time when the operation was finished.
|
status
|
doublecloud.v1.Operation.Status
The status of the operation.
|
error
|
google.rpc.Status
The error result of the operation in case of failure or cancellation.
|
resource_id
|
string
ID of the resource operation performed on.
|