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 server.

Constructor

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

Keyword-Only Parameters

Name Description
client
str

IP of the client. Required.

access_permission

Type of access to be allowed for the client. Required. Known values are: "NoAccess", "ReadOnly", and "ReadWrite".

Variables

Name Description
client
str

IP of the client. Required.

access_permission

Type of access to be allowed for the client. Required. Known values are: "NoAccess", "ReadOnly", and "ReadWrite".