models.app_entity_backup_status_info module

class models.app_entity_backup_status_info.AppEntityBackupStatusInfo(app_id=None, error=None, name=None, owner_id=None, status=None, warnings=None)[source]

Bases: object

Implementation of the ‘AppEntityBackupStatusInfo’ model.

Specifies the app level backup status and information.

Attributes:
app_id (long|int): Specifies the Id of the App entity. This is

typically a database entity in case of SQL, Oracle jobs etc.

error (string): Specifies if an error occurred (if any) while

running this task. This field is populated when the status is equal to ‘kFailure’.

name (string): Specifies the name of the app entity. owner_id (string): Specifies the owner id of the the app. Owner is the

host under which the app is located. Example: SQL DB entities can be hosted by Physical host or virtual machine.

status (StatusAppEntityBackupStatusInfoEnum): Specifies the backup

status for this app entity.

warnings (list of string): Specifies the warnings that

occurred (if any) while running this task.

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.