vCloud API - ReplicationGroupInstanceType
ReplicationGroupInstanceType
- Type:
- ReplicationGroupInstanceType
- Namespace:
- http://www.vmware.com/vr/v6.0
- Description:
- Information for a completed point-in-time replica. The data is available only when a replicated virtual machine finishes a consistent replication.
- Since:
- 1.0
- Schema:
- hcs-docs.xsd
- Media type(s):
- None
- Extends:
- anyType
- XML Representation:
- <ReplicationGroupInstanceType xmlns="http://www.vmware.com/vr/v6.0">
<Id> xs:string </Id>
<TransferStartTime> xs:anySimpleType </TransferStartTime>
<TransferSeconds> xs:long </TransferSeconds>
<TransferBytes> xs:long </TransferBytes>
</ReplicationGroupInstanceType>
Elements
-
Element Type Required Modifiable Since Deprecated Description Id string No 2.0 Id of the group instance. TransferBytes long No 1.0 Total bytes transferred for the replica instance. TransferSeconds long No 1.0 Total time in seconds used to create the replica instance. TransferStartTime anySimpleType No 1.0 The VR Server time when the replica instance was started. The data inside the replica instance reflects the state of the protection (target) site at that time.