models.h_base_backup_job_params module¶
-
class
models.h_base_backup_job_params.
HBaseBackupJobParams
(hdfs_connect_params=None)[source]¶ Bases:
object
Implementation of the ‘HBaseBackupJobParams’ model.
Contains any additional hbase environment specific backup params at the job level.
Attributes: hdfs_connect_params (HdfsConnectParams): Additional hdfs connection params
required for HBase Backup.
-
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.
-
classmethod