CnsVolumeACLConfigureSpec

CnsVolumeACLConfigureSpec
CnsVolumeACLConfigureSpec

Specifications for volume ACL reconfigure operation.

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"
    },
    "accessControlSpecList": [
        {
            "_typeName": "string"
        }
    ]
}
volumeId
Required

Unique identifier for the volume.

accessControlSpecList
Required

List of the permission settings of users based on the network information.

Note that only CnsNFSAccessControlSpec is supported.