Source code for models_v2.supported_nas_mount_protocol_2_enum

# -*- coding: utf-8 -*-

[docs]class SupportedNasMountProtocol2Enum(object): """Implementation of the 'SupportedNasMountProtocol2' enum. TODO: type enum description here. Attributes: KNFS: TODO: type description here. KSMB: TODO: type description here. """ KNFS = 'kNfs' KSMB = 'kSmb'