models.application_special_parameters module¶
-
class
models.application_special_parameters.
ApplicationSpecialParameters
(application_entity_ids=None)[source]¶ Bases:
object
Implementation of the ‘ApplicationSpecialParameters’ model.
Specifies additional special settings applicable for a Protection Source of ‘kSQL’/’kOracle’ type in a Protection Job.
- Attributes:
- application_entity_ids (list of long|int): Array of Ids of Application
Entities like SQL/Oracle instances, and databases that should be protected in a Protection Source. Specifies the subset of application entities like SQL/Oracle instances, and databases to protect in a Protection Source of type ‘kSQL’/’kOracle’. If not specified, all application entities on the Protection 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.