models_v2.hive_additional_params module

class models_v2.hive_additional_params.HiveAdditionalParams(metastore_address=None, metastore_port=None, auth_type=None)[source]

Bases: object

Implementation of the ‘Hive Additional Params.’ model.

Additional params for Hive protection source.

Attributes:

metastore_address (string): The MetastoreAddress for this Hive. metastore_port (int): The MetastorePort for this Hive. 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.