models_v2.cluster_amqp_target_config module¶
-
class
models_v2.cluster_amqp_target_config.
ClusterAMQPTargetConfig
(server_ip=None, username=None, password=None, virtual_host=None, exchange=None, filer_id=None, certificate=None)[source]¶ Bases:
object
Implementation of the ‘ClusterAMQPTargetConfig’ model.
Specifies the AMQP target config.
- Attributes:
server_ip (string): Specifies the server ip. username (string): Specifies the username. password (string): Specifies the password. virtual_host (string): Specifies the virtual host. exchange (string): Specifies the exchange. filer_id (long|int): Specifies the filer id. certificate (string): Specifies the certificate.
-
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.