models_v2.test_connection_request_parameters module¶
-
class
models_v2.test_connection_request_parameters.
TestConnectionRequestParameters
(environment=None, cassandra_connection_params=None, hive_connection_params=None, hbase_connection_params=None, hdfs_connection_params=None)[source]¶ Bases:
object
Implementation of the ‘Test connection request parameters.’ model.
Specifies the parameters to test connectivity with a source.
- Attributes:
- environment (Environment8Enum): Specifies the environment type of the
Protection Source.
- cassandra_connection_params
(ParametersToConnectAndQueryCassandraConfigFile): Specifies the parameters to connect to a Cassandra seed node and fetch information from its cassandra config file.
- hive_connection_params (ParametersToConnectAndQueryHdfsConfigFile):
Specifies the parameters to connect to a seed node and fetch information from its config file.
- hbase_connection_params (ParametersToConnectAndQueryHdfsConfigFile):
Specifies the parameters to connect to a seed node and fetch information from its config file.
- hdfs_connection_params (ParametersToConnectAndQueryHdfsConfigFile):
Specifies the parameters to connect to a seed node and fetch information from its config file.
-
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.