Data Object - HbrManagerReplicationVmInfo(vim.HbrManager.ReplicationVmInfo)

Extends
DynamicData
See also
LocalizedMethodFault, ReplicationVmProgressInfo
Since
vSphere API 5.0

Data Object Description

This data object represents the essential information about the state of a given replicated VirtualMachine.

Properties

Name Type Description
imageId*xsd:string

An optional imageId that identifies the instance being created, this is the imagId string that is passed to HbrCreateInstance_Task or HbrStartOfflineInstance_Task
lastError*LocalizedMethodFault

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.
progressInfo*ReplicationVmProgressInfo

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).
statexsd:string

A string representing the current State of the virtual machine.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition