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.datab.models._data_box_edge_management_client_enums.ClientPermissionType], **kwargs)

Parameters

client
str
Required

Required. IP of the client.

access_permission
str or <xref:azure.mgmt.databoxedge.v2020_12_01.models.ClientPermissionType>
Required

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