ClientDetails#
- class ClientDetails(address=None, port=None, is_backup=False, *args, **kwargs)#
Bases:
object
Client details entity.
- Parameters:
- property address#
- Type:
- 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