models_v2.new_source_config_18 module¶
-
class
models_v2.new_source_config_18.
NewSourceConfig18
(volume=None, parent_source=None, overwrite_existing_file=None, preserve_file_attributes=None, continue_on_error=None, encryption_enabled=None, filter_ip_config=None, vlan_config=None)[source]¶ Bases:
object
Implementation of the ‘NewSourceConfig18’ model.
Specifies the new destination Source configuration parameters where the volumes will be recovered. This is mandatory if recoverToNewSource is set to true.
- Attributes:
- volume (Volume1): Specifies the id and name of the parent volume to
recover to. This volume will be the target of the recovery.
- parent_source (ParentSource): Specifies the id of the parent source of
the recovery target.
- overwrite_existing_file (bool): Specifies whether to overwrite
existing file/folder during recovery.
- preserve_file_attributes (bool): Specifies whether to preserve
file/folder attributes during recovery.
- continue_on_error (bool): Specifies whether to continue recovering
other volumes if one of the volumes fails to recover. Default value is false.
- encryption_enabled (bool): Specifies whether encryption should be
enabled during recovery.
- filter_ip_config (FilterIPConfiguration): Specifies the list of IP
addresses that are allowed or denied during recovery. Allowed IPs and Denied IPs cannot be used together.
- vlan_config (RecoveryVLANConfig): Specifies the VLAN configuration for
Recovery.
-
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.