models.externally_triggered_job_params module¶
-
class
models.externally_triggered_job_params.
ExternallyTriggeredJobParams
(client_type=None, sbt_params=None, tags=None)[source]¶ Bases:
object
Implementation of the ‘ExternallyTriggeredJobParams’ model.
Message to capture any additional backup params specific to externally triggered backup job.
- Attributes:
client_type (int): The client type for this job. sbt_params (ExternallyTriggeredJobParams_ExternallyTriggeredSbtParams):
The SBT parameters.
- tags (list of string): All the tags populated in the runs of
the externally triggered job. This field is only for the convenience of UI filtering the runs based on the tag. It should be populated only for the Iris query requests and should never be persisted.
-
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.