PodDiskLocator

PodDiskLocator
PodDiskLocator

The disk locator class.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "diskId": 0,
    "diskMoveType": "string",
    "diskBackingInfo": {
        "_typeName": "string"
    },
    "profile": [
        {
            "_typeName": "string"
        }
    ]
}
integer As int32 As int32
diskId
Required

The disk ID.

string
diskMoveType
Optional

The disk move type.

diskBackingInfo
Optional

The disk backing info.

profile
Optional

Virtual Disk Profile requirement.

Profiles are solution specific. Profile Based Storage Management is a vSphere server extension. The API users who want to provision VMs using Storage Profiles, need to interact with it. This is an optional parameter and if user doesn't specify profile, the default behavior will apply.