models_v2.parameters_to_connect_and_query_hdfs_config_file module

class models_v2.parameters_to_connect_and_query_hdfs_config_file.ParametersToConnectAndQueryHdfsConfigFile(host=None, configuration_directory=None, ssh_password_credentials=None, ssh_private_key_credentials=None)[source]

Bases: object

Implementation of the ‘Parameters to connect and query hdfs config file.’ model.

Specifies the parameters to connect to a seed node and fetch information from its config file.

Attributes:
host (string): IP or hostname of any host from which the

configuration file can be read.

configuration_directory (string): The directory containing the

application specific config file. .

ssh_password_credentials (SshPasswordCredentials2): SSH username +

password required for reading configuration file and for scp backup.Either ‘sshPasswordCredential’ or ‘sshPrivateKeyCredential’ are required.

ssh_private_key_credentials (SshPrivateKeyCredentials): SSH userID +

privateKey required for reading configuration file and for scp 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.