AntivirusServer#

class AntivirusServer(description=None, address=None, port=None, connection_status=None, partner_service_name=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ExternalizableAbstractModel

Antivirus server model.

Parameters:
  • description (max=180 chars) – (description) Antivirus server description.

  • address (required) – (address)

  • port – (port) Antivirus server port.

  • connection_status – (connection_status)

  • partner_service_name (max=2048 chars) – (partner_service_name) Internet Content Adaptation Protocol (ICAP) service name.

property address#
Type:

IPAddressOrFQDN

property connection_status#
Type:

ConnectionStatus

property description#

Antivirus server description.

Type:

str

property partner_service_name#

Internet Content Adaptation Protocol (ICAP) service name.

Type:

str

property port#

Antivirus server port.

Type:

int

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model