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.
array of
CnsAccessControlSpec
accessControlSpecList
Required
List of the permission settings of users based on the network information.
Note that only CnsNFSAccessControlSpec is supported.