models.magneto_instance_id module¶
-
class
models.magneto_instance_id.
MagnetoInstanceId
(attempt_num=None, job_instance_id=None, job_start_time_usecs=None)[source]¶ Bases:
object
Implementation of the ‘MagnetoInstanceId’ model.
TODO: type model description here.
- Attributes:
- attempt_num (long|int): The attempt of the job instance that took the
snapshot.
- job_instance_id (long|int): Instance of the job that took the
snapshot.
job_start_time_usecs (long|int): Start time of the job instance.
-
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.