MOUNT3
NamespaceΒΆ
Namespace: MOUNT3
.
- class zlogging.enum.mount3.auth_flavor_t(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Bases:
IntFlag
Enum:
MOUNT3::auth_flavor_t
.See also
- AUTH_NULL = 1
- AUTH_UNIX = 2
- AUTH_SHORT = 4
- AUTH_DES = 8
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.mount3.proc_t(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Bases:
IntFlag
Enum:
MOUNT3::proc_t
.See also
- PROC_NULL = 1
- PROC_MNT = 2
- PROC_DUMP = 4
- PROC_UMNT = 8
- PROC_UMNT_ALL = 16
- PROC_EXPORT = 32
- PROC_END_OF_PROCS = 64
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None
- class zlogging.enum.mount3.status_t(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Bases:
IntFlag
Enum:
MOUNT3::status_t
.See also
- MNT3_OK = 1
- MNT3ERR_PERM = 2
- MNT3ERR_NOENT = 4
- MNT3ERR_IO = 8
- MNT3ERR_ACCES = 16
- MNT3ERR_NOTDIR = 32
- MNT3ERR_INVAL = 64
- MNT3ERR_NAMETOOLONG = 128
- MNT3ERR_NOTSUPP = 256
- MNT3ERR_SERVERFAULT = 512
- MOUNT3ERR_UNKNOWN = 1024
- static _generate_next_value_(name, start, count, last_values)
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None