models.nas_protocol_nas_env_job_parameters_enum module

class models.nas_protocol_nas_env_job_parameters_enum.NasProtocolNasEnvJobParametersEnum[source]

Bases: object

Implementation of the ‘NasProtocol_NasEnvJobParameters’ enum.

Specifies the preferred protocol to use for backup. This does not apply to generic NAS and will be ignored. 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'