CnsVolumePolicyReconfigSpec

CnsVolumePolicyReconfigSpec
CnsVolumePolicyReconfigSpec

Specifications for volume policy update.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "volumeId": {
        "_typeName": "string",
        "id": "string"
    },
    "profile": [
        {
            "_typeName": "string"
        }
    ]
}
volumeId
Required

Unique identifier for the volume.

profile
Optional

Target volume policy.

Currently user need to use only DefinedProfileSpec. i.e. EmptyProfileSpec and DefaultProfileSpec are not supported.