AnonymousIdentifier#

class AnonymousIdentifier(uid=None, gid=None, *args, **kwargs)#

Bases: object

Anonymous identifier of the mount target.

Parameters:
  • uid (min=-2147483648, max=2147483647) – (uid) User identifier. Default value of the user identifier is -2.

  • gid (min=-2147483648, max=2147483647) – (gid) Group identifier. Default value of the group identifier is -2.

property gid#

Group identifier. Default value of the group identifier is -2.

Type:

int

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property uid#

User identifier. Default value of the user identifier is -2.

Type:

int