models_v2.isilon_object_type_enum module

class models_v2.isilon_object_type_enum.IsilonObjectTypeEnum[source]

Bases: object

Implementation of the ‘isilonObjectType’ enum.

TODO: type enum description here.

Attributes:

KCLUSTER: TODO: type description here. KZONE: TODO: type description here. KMOUNTPOINT: TODO: type description here.

KCLUSTER = 'kCluster'
KMOUNTPOINT = 'kMountPoint'
KZONE = 'kZone'