models.site_backup_status module¶
-
class
models.site_backup_status.
SiteBackupStatus
(backup_file_vec=None, ipmi_password=None, ipmi_subnet_mask=None, ipmi_username=None)[source]¶ Bases:
object
Implementation of the ‘SiteBackupStatus’ model.
- Attributes:
- backup_file_vec (list of SiteBackupFile): List of backuped files. Its
PnP package and any other files required to recover the site.
ipmi_password (string): Specifies the IPMI Password. ipmi_subnet_mask (string): Specifies the subnet mask for the IPMI
network.
ipmi_username (string): Specifies the IPMI Username.
-
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.