models_v2.cluster_proxy_server_config module

class models_v2.cluster_proxy_server_config.ClusterProxyServerConfig(ip=None, port=None, name=None, username=None, password=None)[source]

Bases: object

Implementation of the ‘Cluster Proxy Server Config.’ model.

Specifies the parameters of the proxy server to be used for external traffic.

Attributes:

name (string): Specifies the unique name of the proxy server. ip (string): Specifies the IP address of the proxy server. port (int): Specifies the port on which the server is listening. username (string): Specifies the username for the proxy. password (string): Specifies the password for the proxy.

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.