models_v2.hb_ase_additional_params module

class models_v2.hb_ase_additional_params.HBAseAdditionalParams(zookeeper_quorum=None, data_root_directory=None, auth_type=None)[source]

Bases: object

Implementation of the ‘HBAse Additional Params.’ model.

Additional params for HBase protection source.

Attributes:
zookeeper_quorum (list of string): The ‘Zookeeper Quorum’ for this

HBase.

data_root_directory (string): The ‘Data root directory’ for this

HBase.

auth_type (AuthTypeEnum): Authentication type.

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.