HbrManagerReplicationVmInfo
This data object represents the essential information about the state of a given replicated VirtualMachine.
{
"_typeName": "string",
"state": "string",
"progressInfo": {
"_typeName": "string",
"progress": 0,
"bytesTransferred": 0,
"bytesToTransfer": 0,
"checksumTotalBytes": 0,
"checksumComparedBytes": 0
},
"imageId": "string",
"lastError": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
A string representing the current ReplicationVmStateEnum of the virtual machine.
Progress stats for the current operation.
Never present if the state is not "syncing" or "active". If not present while in one of these states, the host is still gathering initial operation statistics (progress can be assumed to be 0).
An optional imageId that identifies the instance being created, this is the imagId string that is passed to HbrCreateInstance_Task or HbrStartOfflineInstance_Task
A MethodFault representing the last replication specific error that the VirtualMachine encountered during a create instance operation.
The successful creation of an instance will clear any error.