| Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
None |
Methods
Methods defined in this Managed Object |
---|
VslmQueryDatastoreInfo, VslmSyncDatastore |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VslmStorageLifecycleManager used to make the method call. |
datastoreUrl P | xsd:string |
The datastore URL as specified in
url
Since VSLM API 6.7.2 |
Return Value
Type | Description |
---|---|
VslmQueryDatastoreInfoResult[] | Returns array of VslmQueryDatastoreInfoResult representing the mapping between datastores and datacenters. |
Faults
Type | Description |
---|---|
NotFound | Thrown if the specified datastoreUrl cannot be found. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
VslmFault | Thrown if a VSLM internal server error occurred. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VslmStorageLifecycleManager used to make the method call. |
datastoreUrl P | xsd:string |
The datastore URL as specified in
url
Since VSLM API 6.7.2 |
fullSync P | xsd:boolean |
If this is set to true, all information for this datastore
will be discarded from the catalog and reloaded from the
datastore's catalog
Since VSLM API 6.7.2 |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
InvalidDatastore | Thrown if the operation cannot be performed on the datastore. |
NotFound | Thrown if matching datastore could not be found for the given datastoreMoId. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
VslmFault | Thrown if a VSLM internal server error occurred. |
VslmSyncFault | Thrown if an exception occured during datastore sync. |
Events
Type | |
---|---|
None |
Top of page | Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |