models_v2.hdfs_additional_params module

class models_v2.hdfs_additional_params.HdfsAdditionalParams(namenode_address=None, webhdfs_port=None, auth_type=None)[source]

Bases: object

Implementation of the ‘Hdfs Additional Params.’ model.

Additional params for Hdfs protection source.

Attributes:

namenode_address (string): The HDFS Namenode IP or hostname. webhdfs_port (int): The HDFS WebHDFS port. 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.