models_v2.view_protection_group_parameters module¶
-
class
models_v2.view_protection_group_parameters.
ViewProtectionGroupParameters
(objects=None, replication_params=None, indexing_policy=None, externally_triggered_job_params=None)[source]¶ Bases:
object
Implementation of the ‘View Protection Group Parameters’ model.
Specifies the parameters which are specific to view related Protection Groups.
- Attributes:
- objects (list of ViewProtectionGroupObjectParams): Specifies the
objects to be included in the Protection Group.
- replication_params (ReplicationParameters): Specifies the parameters
for view replication.
- indexing_policy (IndexingPolicy): Specifies settings for indexing
files found in an Object (such as a VM) so these files can be searched and recovered. This also specifies inclusion and exclusion rules that determine the directories to index.
- externally_triggered_job_params (ExternallyTriggeredJobParams):
Specifies the externally triggered job paramters.
-
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.