ConnectionStatus#

class ConnectionStatus(*args, **kwargs)[source]#

Bases: object

Allowed enum values:

  • _UNKNOWN

  • _REDACTED

  • SUCCESS: Indicates that the connection to the remote tunnel was successful.

  • FAILED: Indicates that the connection to the remote tunnel has failed.

  • RETRYING: Indicates that the connection to the remote tunnel is being retried.

  • DISABLED: Indicates that the connection to the remote tunnel has been disabled.

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model