PointInTimeInstance
PointInTimeInstance
Information about a point in time instance.
JSON Example
{
"id": "string",
"transfer_start_time": 0,
"transfer_seconds": 0,
"transfer_bytes": 0,
"quiesced_type": "string",
"promoted": false
}
string
id
Optional
ID of the point in time instance.
integer As int64
As int64
transfer_start_time
Optional
The time when the instance was started, in milliseconds.
integer As int64
As int64
transfer_seconds
Optional
Total time in seconds used for the instance.
integer As int64
As int64
transfer_bytes
Optional
Total bytes transferred for the instance.
string
quiesced_type
Optional
Type of quiescing.
- NONE - unquiesced
- APPLICATION - application-level quiescing
- FILE_SYSTEM - file-system quiescing
Possible values are :
NONE,
APPLICATION,
FILE_SYSTEM,
boolean
promoted
Optional
Whether the instance is a result of promote operation. In case of recovery without explicit instance selection, the promoted instance will be used instead of the latest one.