Source code for models_v2.generic_nas_object_type_enum

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

[docs]class GenericNasObjectTypeEnum(object): """Implementation of the 'genericNasObjectType' enum. TODO: type enum description here. Attributes: KGROUP: TODO: type description here. KHOST: TODO: type description here. KDFSGROUP: TODO: type description here. KDFSTOPDIR: TODO: type description here. """ KGROUP = 'kGroup' KHOST = 'kHost' KDFSGROUP = 'kDfsGroup' KDFSTOPDIR = 'kDfsTopDir'