models_v2.generic_nas_protection_source module¶
-
class
models_v2.generic_nas_protection_source.
GenericNASProtectionSource
(mount_point=None, mode=None, description=None, skip_validation=None, smb_mount_credentials=None, throttling_config=None)[source]¶ Bases:
object
Implementation of the ‘Generic NAS Protection Source.’ model.
Specifies parameters to register GenericNas MountPoint.
- Attributes:
- mount_point (string): Specifies the MountPoint for Generic NAS
Source.
- mode (Mode4Enum): Specifies the mode of the source. ‘kNfs3’ indicates
NFS mode. ‘kCifs1’ indicates SMB mode.
- description (string): Specifies the Description for Generic NAS
Source.
- skip_validation (bool): Specifies if validation has to be skipped
while registering the mount point.
- smb_mount_credentials (SMBMountCredentials): Specifies the credentials
to mount a view.
- throttling_config (NasSourceAndProtectionThrottlingConfiguration):
Specifies the source throttling parameters to be used during full or incremental backup of the NAS source.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.