IPService - Global

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • The IPService script include provides methods that encapsulate an IP Service.

    Use this class during the discovery scanning phase.

    See also AbstractDBObject - isValid().

    IPService - IPService(Object source)

    Creates an instance of the IPService class.

    Tabela 1. Parameters
    Name Type Description
    source Object Either a GlideRecord instance or a sys_id string

    IPService - creates

    The table where this service creates entries.

    Tabela 2. Field
    Name Type Description
    creates String The table where this service creates entries.

    IPService - description

    Description of the IPService.

    Tabela 3. Field
    Name Type Description
    description String Description of the IPService.

    IPService - getFromArrayList(Array list)

    Returns an array of IPService instances specified by a Java ArrayList of sys_ids.

    Tabela 4. Parameters
    Name Type Description
    list Array List of sys_ids.
    Tabela 5. Returns
    Type Description
    Array IPService instances

    IPService - port

    The TCP or UDP port used by the service.

    Tabela 6. Field
    Name Type Description
    port String The TCP or UDP port used by the service.

    IPService - protocol

    The protocol used by the service ("UDP", "TCP", or "TCP/UDP").

    Tabela 7. Field
    Name Type Description
    protocol String The protocol used by the service ("UDP", "TCP", or "TCP/UDP").

    IPService - name

    A short name or handle for the IPService.

    Tabela 8. Field
    Name Type Description
    name String Name of the IPService

    IPService - serviceName

    A long, descriptive English name for the IPService.

    Tabela 9. Field
    Name Type Description
    serviceName String A long, descriptive English name for the IPService.

    IPService - sysID

    The sys_id of this record.

    Tabela 10. Field
    Name Type Description
    sysID String The sys_id of this record.