models_v2.register_h_base_source_request_parameters module

class models_v2.register_h_base_source_request_parameters.RegisterHBaseSourceRequestParameters(host=None, configuration_directory=None, hdfs_source_registration_id=None, zookeeper_quorum=None, data_root_directory=None, auth_type=None, ssh_password_credentials=None, ssh_private_key_credentials=None, kerberos_principal=None)[source]

Bases: object

Implementation of the ‘Register HBase source request parameters.’ model.

Specifies parameters to register an HBase 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. host (string): IP or hostname of any host from which the HBase

configuration file hbase-site.xml can be read.

configuration_directory (string): The directory containing the

hbase-site.xml.

ssh_password_credentials (SshPasswordCredentials3): SSH username +

password required for reading configuration file. Either ‘sshPasswordCredentials’ or ‘sshPrivateKeyCredentials’ are required.

ssh_private_key_credentials (SshPrivateKeyCredentials3): SSH userID +

privateKey required for reading configuration file.

hdfs_source_registration_id (long|int): Protection Source registration

id of the HDFS on which this HBase is running.

kerberos_principal (string): The kerberos principal to be used to

connect to this Hbase source.

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.