models_v2.test_connection_response_parameters module¶
-
class
models_v2.test_connection_response_parameters.
TestConnectionResponseParameters
(environment=None, cassandra_connection_response_params=None, hive_connection_response_params=None, hbase_connection_response_params=None, hdfs_connection_response_params=None)[source]¶ Bases:
object
Implementation of the ‘Test Connection response parameters.’ model.
Specifies the response from a test connection request.
- Attributes:
- environment (Environment8Enum): Specifies the environment type of the
Protection Source.
- cassandra_connection_response_params
(ParametersFetchedByReadingCassandraConfigFile): Specifies the parameters fetched by reading cassandra configuration on the seed node.
- hive_connection_response_params (HiveAdditionalParams): Additional
params for Hive protection source.
- hbase_connection_response_params (HBAseAdditionalParams): Additional
params for HBase protection source.
- hdfs_connection_response_params (HdfsAdditionalParams): Additional
params for Hdfs protection 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.