vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - CnsVolumeOperationBatchResult(vim.cns.VolumeOperationBatchResult)
- Extends
- DynamicData
- See also
- CnsVolumeOperationResult
- Since
- 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 |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |