DiskSettings

DiskSettings
DiskSettings

Configuration settings for replicated disks. Currently all disks that are not excluded are replicated.

JSON Example
{
    "disks": [
        {
            "diskKey": 2000,
            "datastoreId": "datastore-12",
            "diskPath": "v2v-replicas-vm-31-1674466955049/r001_SEtf.vmdk",
            "isSeed": true,
            "storageProfileId": "86dae29f-d727-4a1c-9571-a03bdf74b923",
            "contentId": "95d35bba-ca6e-451b-ad52-5d83c75ef5a7"
        }
    ],
    "excludedDiskKeys": [
        2000
    ],
    "validateSeedUuids": true
}
disks
Optional

Placement of the disks.

array of integer
excludedDiskKeys
Optional

Keys of the disks to exclude.

boolean
validateSeedUuids
Optional

Whether to validate UUIDs of the seed disks.