models.dse_solar_info module

class models.dse_solar_info.DSESolrInfo(solr_node_vec=None, solr_port=None)[source]

Bases: object

Implementation of the ‘DSESolrInfo’ model.

Message to hold information about DSE Solr node.

Attributes:

solr_node_vec (list of string): Solr node IP Addresses. solr_port (int): Solr node Port.

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.