Source code for models_v2.supported_nas_mount_protocol_3_enum
# -*- coding: utf-8 -*-
[docs]class SupportedNasMountProtocol3Enum(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.
"""
KNFS = 'kNfs'
KCIFS2 = 'kCifs2'
KHTTP = 'kHttp'