vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VslmCreateSpec(vim.vslm.CreateSpec)
- Parameter to
- CreateDisk_Task, HostCreateDisk_Task
- Extends
- DynamicData
- See also
- VirtualMachineProfileSpec, VslmCreateSpecBackingSpec
- Since
- vSphere API 6.5
Data Object Description
Specification to create a virtual storage object.Properties
| Name | Type | Description |
|---|---|---|
| backingSpec | VslmCreateSpecBackingSpec |
Specification of the backings of the virtual storage object.
|
| capacityInMB | xsd:long |
Size in MB of the virtual storage object.
|
| keepAfterDeleteVm* | xsd:boolean |
Choice of the deletion behavior of this virtual storage object.
If not set, the default value is false.
Since vSphere API 6.7 |
| name | xsd:string |
Descriptive name of this virtual storage object.
|
| profile* | VirtualMachineProfileSpec[] |
Virtual storage object Profile requirement. If unset,
the default behavior will apply.
Since vSphere API 6.7 |
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |