Data Object - CnsVolumeOperationBatchResult(vim.cns.VolumeOperationBatchResult)

Extends
DynamicData
See also
CnsVolumeOperationResult
Since
vSAN API vSAN 6.7U3

Data Object Description

Wrapper class to pass array of CnsVolumeOperationResult as Task result field, which can only be set to a single object otherwise.

Properties

Name Type Description
volumeResults*CnsVolumeOperationResult[]

Result for volume operation, performed for multiple input entries.
This is a mandatory field and should be set to non-empty array. For create operation, all objects in this array would be of type CnsVolumeCreateResult. For attach operation, all objects in this array would be of type CnsVolumeAttachResult.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition