ClientAccessRight Class
The mapping between a particular client IP and the type of access client has on the NFS share.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ClientAccessRight
Constructor
ClientAccessRight(*, client: str, access_permission: Union[str, azure.mgmt.databoxedge.v2020_09_01.models._data_box_edge_management_client_enums.ClientPermissionType], **kwargs)
Parameters
- access_permission
- str or ClientPermissionType
Required
Required. Type of access to be allowed for the client. Possible values include: "NoAccess", "ReadOnly", "ReadWrite".
Feedback
Submit and view feedback for