models_v2.jmx_credentials module

class models_v2.jmx_credentials.JmxCredentials(password=None, username=None)[source]

Bases: object

Implementation of the ‘JmxCredentials’ model.

JMX Credentials for this cluster. These should be the same for all the nodes

Attributes:

password (string): JMX password. username (string): JMX username.

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.