Source code for models_v2.isilon_protocol_enum
# -*- coding: utf-8 -*-
[docs]class IsilonProtocolEnum(object):
"""Implementation of the 'IsilonProtocol' enum.
Specifies Isilon Protocol type.
Attributes:
KNFS: TODO: type description here.
KSMB: TODO: type description here.
"""
KNFS = 'kNfs'
KSMB = 'kSmb'