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
msrest.serialization.Model
ClientAccessRight

Constructor

ClientAccessRight(*, client: str, access_permission: str | ClientPermissionType, **kwargs)

Parameters

Name Description
client
Required
str

Required. IP of the client.

access_permission
Required

Required. Type of access to be allowed for the client. Possible values include: "NoAccess", "ReadOnly", "ReadWrite".

Keyword-Only Parameters

Name Description
client
Required
access_permission
Required