ClientDetails#

class ClientDetails(address=None, port=None, is_backup=False, *args, **kwargs)#

Bases: object

Client details entity.

Parameters:
  • address – (address)

  • port (min=1, max=65536) – (port) Client port.

  • is_backup – (is_backup) The flag that defines whether the client IP is a backup server or not. (Default False)

property address#
Type:

IPAddressOrFQDN

property is_backup#

The flag that defines whether the client IP is a backup server or not.

Type:

bool

property port#

Client port.

Type:

int

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model