models.protocol_enum module

class models.protocol_enum.ProtocolEnum[source]

Bases: object

Implementation of the ‘Protocol’ enum.

TODO: type enum description here.

Attributes:

KNFS: TODO: type description here. KSMB: TODO: type description here.

KNFS = 'kNfs'
KSMB = 'kSmb'