models_v2.run_now_action_object_level_params module¶
-
class
models_v2.run_now_action_object_level_params.
RunNowActionObjectLevelParams
(id=None, name=None, take_local_snapshot_only=None, backup_type=None)[source]¶ Bases:
object
Implementation of the ‘RunNowActionObjectLevelParams’ model.
Specifies the request parameters for RunNow action on a Protected object.
- Attributes:
id (long|int): Specifies the ID of the object. name (string): Specifies the name of the object. take_local_snapshot_only (bool): If sepcified as true then runNow will
only take local snapshot ignoring all other targets such as replication, archivals etc. If not sepcified or specified as false then runNow will follow the policy settings.
- backup_type (BackupTypeEnum): Specifies the backup type should be used
for RunNow action.
-
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.