AgentVsanStoragePolicy

AgentVsanStoragePolicy
AgentVsanStoragePolicy

Deprecated as of vSphere 9.0. Please refer to vLCM APIs.

Specifies vSAN specific storage policy configured on Agent VMs.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "profileId": "string"
}
string
profileId
Required

ID of a storage policy profile created by the user.

The type of the profile must be VirtualMachineDefinedProfileSpec. The ID must be valid profileId.

Deprecated