Data Object - VslmDatastoreSyncStatus(vslm.vso.DatastoreSyncStatus)

Returned by
VslmQueryGlobalCatalogSyncStatus, VslmQueryGlobalCatalogSyncStatusForDatastore
Extends
DynamicData
See also
LocalizedMethodFault
Since
VSLM API 6.7.2

Data Object Description

DatastoreSyncStatus shows the catalog sync status of a datastore and is returned as a result of the VStorageObjectManager getGlobalCatalogSyncStatus API. When syncVClock == objectVClock the global catalog is in sync with the local catalog

Properties

Name Type Description
datastoreURLxsd:string

The datastore URL as specified in url
error*LocalizedMethodFault

The fault is set in case of error conditions. If the fault is set, the objectVClock and syncVClock will be set to -1L. Possible Faults: SyncFault If specified datastoreURL failed to sync.
numberOfRetries*xsd:int

The number of retries for the Datastore synchronization in failure cases.
objectVClockxsd:long


syncTime*xsd:dateTime

The time representing the last successfull sync of the datastore.
syncVClockxsd:long


Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition