models.amqp_target_config module

class models.amqp_target_config.AMQPTargetConfig(certificate=None, exchange=None, filer_id=None, password=None, server_ip=None, username=None, virtual_host=None)[source]

Bases: object

Implementation of the ‘AMQPTargetConfig’ model.

Specifies the AMQP target config.

Attributes:

certificate (string): Specifies the certificate. exchange (string): Specifies the exchange. filer_id (string): Specifies the filer id. password (string): Specifies the password. server_ip (string): Specifies the server ip. username (string): Specifies the username. virtual_host (string): Specifies the virtual host.

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.