| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The UUID of the operation. | |
| self_link | str | The URI of the operation, e.g., /tenants/<t>/tenant-spaces/<ts>/volumes/<v>. | |
| request | OperationRequest | [optional] | |
| request_type | str | Request type is a combination of action and resource kind, e.g., "CreateVolume". | |
| request_id | str | The request ID specified with the REST call (or system generated) used for idempotence when making API calls. Any name is valid. | |
| request_collection | str | The URI of the request collection in which this operation was created. Valid values are "/", "/<tenants>/<t>" or "/<tenants>/<t>/tenant-spaces<ts>". | [optional] |
| state | OperationState | [optional] | |
| result | OperationResult | [optional] | |
| status | str | The latest status of the operation indicates if it is waiting (Pending), active (Running, Aborting) or complete (Succeeded, Failed). | |
| retry_in | int | Recommended time to wait before getting the operation again to observe status change (polling interval). Unit is milliseconds, e.g., 100. | |
| error | Error | [optional] | |
| created_at | int | The time that the operation was created, in milliseconds since the Unix epoch. | |
| started_at | int | The time that the operation was admitted, in milliseconds since the Unix epoch. | |
| ended_at | int | The time that the operation ended with status Succeeded or Failed, in milliseconds since the Unix epoch. | |
| update_fields | dict(str, str) | Key/value pairs of the fields this operation is updating, if it is an Update operation. E.g. destroyed:true or size:1048576. |