models.protocol_nas_protection_source_enum module¶
-
class
models.protocol_nas_protection_source_enum.ProtocolNasProtectionSourceEnum[source]¶ Bases:
objectImplementation of the ‘Protocol_NasProtectionSource’ enum.
Specifies the protocol used by the NAS server. Specifies the protocol used by a NAS server. ‘kNfs3’ indicates NFS v3 protocol. ‘kCifs1’ indicates CIFS v1.0 protocol.
- Attributes:
KNFS3: TODO: type description here. KCIFS1: TODO: type description here.
-
KCIFS1= 'kCifs1'¶
-
KNFS3= 'kNfs3'¶