models.type_nas_protection_source_enum module

class models.type_nas_protection_source_enum.TypeNasProtectionSourceEnum[source]

Bases: object

Implementation of the ‘Type_NasProtectionSource’ enum.

Specifies the type of a Protection Source Object in a generic NAS Source such as ‘kGroup’, or ‘kHost’. Specifies the kind of NAS mount. ‘kGroup’ indicates top level node that holds individual NAS hosts. ‘kHost’ indicates a single NAS path that can be mounted. ‘kDfsGroup’ indicates a DFS group containing top level directories mapped to different servers. ‘kDfsTopDir’ indicates a top level directory inside a DFS group, discovered when registering a DFS group.

Attributes:

KGROUP: TODO: type description here. KHOST: TODO: type description here. KDFSGROUP: TODO: type description here. KDFSTOPDIR: TODO: type description here.

KDFSGROUP = 'kDfsGroup'
KDFSTOPDIR = 'kDfsTopDir'
KGROUP = 'kGroup'
KHOST = 'kHost'