CommunicationStatus#

class CommunicationStatus(last_checked_time=None, last_changed_time=None, last_successful_transmission_time=None, status=None, message=None, *args, **kwargs)[source]#

Bases: object

Status of the remote tunnel or service that is running on top of the remote tunnel. For example, pulse, alert email and so on.

Parameters:
property last_changed_time#

Last changed time.

Type:

datetime

property last_checked_time#

Last checked time.

Type:

datetime

property last_successful_transmission_time#

Last successful transmission time.

Type:

datetime

property message#
Type:

ParameterizedMessage

property status#
Type:

ConnectionStatus

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model