VmReplicationInfo

VmReplicationInfo
VmReplicationInfo
JSON Example
{
    "computerName": "null",
    "dataConnectionState": "SYNCING",
    "destinationState": {
        "currentRpoViolation": 25,
        "isMovingReplica": false,
        "lastError": {
            "args": [
                "string"
            ],
            "code": "string",
            "msg": "string",
            "stacktrace": "string"
        },
        "latestInstance": {
            "key": "replica-52f3e775-a8fa-13e3-e9be-39264ed2dfe2",
            "quiescedType": "fileSystemQuiesced",
            "sequenceNumber": 11,
            "timestamp": 1469701818743,
            "transferBytes": 512000,
            "transferSeconds": 4
        },
        "recoveryInfo": {
            "recoveryState": "NOT_STARTED",
            "vAppId": "null",
            "vcdVmId": "null"
        },
        "spaceRequirement": 0,
        "state": "opened",
        "stateAge": 0
    },
    "id": "C4-11111111-af9d-446a-8599-5b693842c4a3",
    "isMigration": true,
    "isPaused": false,
    "isReversed": false,
    "lastUpdated": 618094800000,
    "metadata": {},
    "overallHealth": "GREEN",
    "settings": {
        "dataConnectionType": "ENCRYPTED_COMPRESSED",
        "description": "new description",
        "excludedDiskKeys": [
            0
        ],
        "initialSyncTime": 0,
        "quiesced": true,
        "retentionPolicy": {
            "rules": [
                {
                    "distance": 15,
                    "numberOfInstances": 3
                }
            ]
        },
        "rpo": 15
    },
    "sourceState": {
        "progress": {
            "bytesToTransfer": 1000,
            "bytesTransferred": 400,
            "checksumComparedBytes": 1000,
            "checksumTotalBytes": 1000,
            "progress": 40
        },
        "state": "idle",
        "stateAge": 0
    },
    "startupInfo": {
        "order": 0,
        "startAction": "powerOn",
        "startDelay": 0,
        "stopAction": "powerOff",
        "stopDelay": 0
    },
    "storageProfile": "null",
    "vimLocation": {
        "datastore": "datastore",
        "datastoreMoref": "datastore-33",
        "datastoreName": "test datastore",
        "vimServer": "vim server",
        "vimServerInstanceUuid": "b260ac0-eec6-4437-9184-54ee34a1e28d"
    },
    "vmDescription": "null",
    "vmId": "d1d9739f-9e3b-4c24-9cbb-3a9fdddaf47c",
    "vmName": "my vm 1"
}
string
computerName
Optional

vCloud VM computer name.

string
dataConnectionState
Optional

Shows the replication traffic (data) connection health. Possible values: [SYNCING, INITIAL_SYNCING, OK, PAUSED, POWERED_OFF, PRUNING, FINISHED, UNKNOWN, ERROR]

Possible values are : SYNCING, INITIAL_SYNCING, OK, PAUSED, POWERED_OFF, PRUNING, FINISHED, UNKNOWN, ERROR,
destinationState
Optional

destinationState

string
id
Optional

The VM-level replication ID.

boolean
isMigration
Optional

True if the VM replication is a migration. Otherwise, it's a protection.

boolean
isPaused
Optional

Indicates whether the underlying VM replication is paused.

boolean
isReversed
Optional

Whether the replication is reversed. Note this flag gets inverted on each reverse, so only the odd reversed replication will show 'true'.

integer As int64 As int64
lastUpdated
Optional

The startTime of the latest task associated with this vm replication.

object
metadata
Optional

vCloud Director metadata for the VM.

string
overallHealth
Optional

Representation of the replication health suitable for UI purposes.

Possible values are : GREEN, YELLOW, RED,
settings
Optional

settings

sourceState
Optional

sourceState

startupInfo
Optional

startupInfo

string
storageProfile
Optional

Destination storage profile.

vimLocation
Optional

vimLocation

string
vmDescription
Optional

vCloud VM description.

string
vmId
Optional

vCloud VM ID.

string
vmName
Optional

vCloud VM name.