BlockedClient#

class BlockedClient(ro_access_filters=None, no_access_filters=None, rw_access_filters=None, *args, **kwargs)#

Bases: object

Blocked clients due to read-only, no access or read-write access.

Parameters:
  • ro_access_filters – (ro_access_filters) List of clients with read only access.

  • no_access_filters – (no_access_filters) List of clients with no access.

  • rw_access_filters – (rw_access_filters) List of clients with read-write access This filter is only applicable for mount target.

property no_access_filters#

List of clients with no access.

Type:

list[ ClientBlockingFilter ]

property ro_access_filters#

List of clients with read only access.

Type:

list[ ClientBlockingFilter ]

property rw_access_filters#

List of clients with read-write access This filter is only applicable for mount target.

Type:

list[ ClientBlockingFilter ]

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model