Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VslmDatastoreSyncStatus(vslm.vso.DatastoreSyncStatus)
- Returned by
- VslmQueryGlobalCatalogSyncStatus, VslmQueryGlobalCatalogSyncStatusForDatastore
- Extends
- DynamicData
- See also
- LocalizedMethodFault
- Since
- 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 catalogProperties
Name | Type | Description |
---|---|---|
datastoreURL | xsd: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.
|
objectVClock | xsd:long |
|
syncTime* | xsd:dateTime |
The time representing the last successfull sync of the datastore.
|
syncVClock | xsd:long |
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |