ReplicationImageDrResponseEntity
ReplicationImageDrResponseEntity
Replication image represents a valid, point in time replica for the associated replication.There are two types of images: test-bubble and failover. A test-bubble image is expected to be reverted after any testing is completed. Optionally, it's possible to promote the image to a recovery image. A failover image will either be reverted or committed.
AllOf
JSON Example
{
"id": "string",
"created_time": "string",
"snapshots_for_pit_instances": false,
"instance_id": "string",
"committed": false,
"vm_ids": [
{}
],
"test_bubble_image": false,
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}