models.full_snapshot_info module

class models.full_snapshot_info.FullSnapshotInfo(restore_info=None, snapshot_target=None)[source]

Bases: object

Implementation of the ‘FullSnapshotInfo’ model.

Specifies the info regarding how to restore to a particular full or incremental snapshot.

Attributes:
restore_info (RestoreInfo): Specifies the info regarding a full SQL

snapshot.

snapshot_target (list of SnapshotTargetSettings): Specifies the

location holding snapshot copies that may be used for restore.

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.