IPService - Global

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • 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.

    表 : 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.

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

    IPService - description

    Description of the IPService.

    表 : 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.

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

    IPService - port

    The TCP or UDP port used by the service.

    表 : 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").

    表 : 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.

    表 : 8. Field
    Name Type Description
    name String Name of the IPService

    IPService - serviceName

    A long, descriptive English name for the IPService.

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

    IPService - sysID

    The sys_id of this record.

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