VsanAddStoragePoolDiskSpec

VsanAddStoragePoolDiskSpec
VsanAddStoragePoolDiskSpec

Specification to create/add disks to the storage pool in the vSAN host.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "disks": [
        {
            "_typeName": "string",
            "diskName": "string",
            "diskType": "string"
        }
    ]
}
host
Required

Target host to which the disks need to be added to.

disks
Required

Storage pool disk properties like diskName, diskType.