ReplicationImage

ReplicationImage
ReplicationImage

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.

JSON Example
{
    "id": "string",
    "created_time": "string",
    "snapshots_for_pit_instances": false,
    "instance_id": "string",
    "committed": false,
    "vm_ids": [
        {}
    ],
    "test_bubble_image": false
}
string
id
Optional

ID of the replication image.

string
created_time
Optional

The time when the image was created, in milliseconds.

boolean
snapshots_for_pit_instances
Optional

Whether snapshots are created for all point in time instances during image creation.

string
instance_id
Optional

ID of the point in time instance from which this image was created.

boolean
committed
Optional

Whether the replication has been committed to this image.

array of string
vm_ids
Optional

List of virtual machine IDs associated with this image.

boolean
test_bubble_image
Optional

test_bubble_image