InlineReplicationImageDrResponseEntity1

InlineReplicationImageDrResponseEntity1
InlineReplicationImageDrResponseEntity1
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"
            }
        ]
    }
}
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

_meta
Optional

Response meta data. Contains data about the response payload data.