Source code for models_v2.netapp_object_type_enum
# -*- coding: utf-8 -*-
[docs]class NetappObjectTypeEnum(object):
    """Implementation of the 'netappObjectType' enum.
    TODO: type enum description here.
    Attributes:
        KCLUSTER: TODO: type description here.
        KVSERVER: TODO: type description here.
        KVOLUME: TODO: type description here.
    """
    KCLUSTER = 'kCluster'
    KVSERVER = 'kVserver'
    KVOLUME = 'kVolume'