models_v2.syslog_server_status module

class models_v2.syslog_server_status.SyslogServerStatus(id=None, is_reachable=None, message=None)[source]

Bases: object

Implementation of the ‘SyslogServerStatus’ model.

Remote system logging server.

Attributes:

id (int): The id of the syslog server. is_reachable (bool): Specify if the syslog server is reachable or

not.

message (string): Description for current status.

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.