models_v2.externally_triggered_job_params module¶
-
class
models_v2.externally_triggered_job_params.
ExternallyTriggeredJobParams
(client_type=None, sbt_params=None, tags=None)[source]¶ Bases:
object
Implementation of the ‘ExternallyTriggeredJobParams’ model.
Specifies the externally triggered job paramters.
- Attributes:
- client_type (ClientTypeEnum): Specifies the client type of the
externally triggered backup job.
- sbt_params (ExternallyTriggeredSbtParams): Specifies the SBT
parameters for the externally triggered backup job.
- tags (list of string): Specifies all the tags of the externally
triggered job.
-
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.