Data Object - VslmVsoVStorageObjectResult(vslm.vso.VStorageObjectResult)

Property of
VslmVsoVStorageObjectQueryResult
Returned by
VslmRetrieveVStorageObjects
Extends
DynamicData
See also
ID, KeyValue, LocalizedMethodFault, VslmVsoVStorageObjectSnapshotResult
Since
VSLM API 6.7.2

Data Object Description

The VslmVsoVStorageObjectResult contains the result objects of VslmVsoVStorageObjectQueryResult which is returned as a result of slm.vso.VStorageObjectManager#listVStorageObjectForSpec and slm.vso.VStorageObjectManager#retrieveVStorageObjects APIs.

Properties

Name Type Description
backingObjectId*ID

The ID of the backing object of the virtual storage object.

Since VSLM API 6.7.3
capacityInMBxsd:long

The size in MB of this object. If the faults are set, then the capacityInMB will be -1
createTime*xsd:dateTime

The create time information of the FCD.
datastoreUrl*xsd:string

The Datastore URL containing the FCD.
error*LocalizedMethodFault

The fault is set in case of error conditions and this property will have the reason. Possible Faults: NotFound If specified virtual storage object cannot be found.
idID

The ID of the virtual storage object.
metadata*KeyValue[]

Metadata array of key/value strings.
name*xsd:string

Name of FCD.
snapshotInfo*VslmVsoVStorageObjectSnapshotResult[]

VStorageObjectSnapshotResult array containing information about all the snapshots of the virtual storage object.

Since VSLM API 6.7.3
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition