models.destroy_clone_app_task_info_proto module¶
-
class
models.destroy_clone_app_task_info_proto.
DestroyCloneAppTaskInfoProto
(app_env=None, error=None, finished=None, target_entity=None, target_entity_credentials=None)[source]¶ Bases:
object
Implementation of the ‘DestroyCloneAppTaskInfoProto’ model.
Each available extension is listed below along with the location of the proto file (relative to magneto/connectors) where it is defined. DestroyCloneAppTaskInfoProto extension Location Extension =========================================================================== == sql::DestroyCloneTaskInfo::sql_destroy_clone_app_task_info sql/sql.proto 100 oracle::DestroyCloneTaskInfo::oracle_destroy_clone_app_task_info oracle/oracle.proto 101 ad::DestroyTaskInfo::ad_destroy_app_task_info ad/ad.proto 102 exchange::DestroyTaskInfo::exchange_destroy_app_task_info exchange/exchange.proto 103 =========================================================================== ==
- Attributes:
app_env (int): The application environment. error (ErrorProto): TODO: type description here. finished (bool): This will be set to true if the task is complete on
the slave.
- target_entity (EntityProto): Specifies the attributes and the latest
statistics about an entity.
- target_entity_credentials (Credentials): Specifies credentials to
access a target source.
-
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.