models_v2.supported_nas_mount_protocol_3_enum module

class models_v2.supported_nas_mount_protocol_3_enum.SupportedNasMountProtocol3Enum[source]

Bases: object

Implementation of the ‘SupportedNasMountProtocol3’ enum.

TODO: type enum description here.

Attributes:

KNFS: TODO: type description here. KCIFS2: TODO: type description here. KHTTP: TODO: type description here.

KCIFS2 = 'kCifs2'
KHTTP = 'kHttp'
KNFS = 'kNfs'