@zeroc/ice
    Preparing search index...

    Class ServerInfo

    Information about a server managed by an IceGrid node.

    The Slice compiler generated this class from Slice struct ::IceGrid::ServerInfo.

    Index

    Constructors

    • Parameters

      • Optionalapplication: string
      • Optionaluuid: string
      • Optionalrevision: number
      • Optionalnode: string
      • Optionaldescriptor: ServerDescriptor
      • OptionalsessionId: string

      Returns ServerInfo

    Properties

    application: string

    The application to which this server belongs.

    descriptor: ServerDescriptor

    The server descriptor.

    node: string

    The IceGrid node where this server is deployed.

    revision: number

    The application revision.

    sessionId: string

    The ID of the session which allocated the server.

    uuid: string

    The application UUID.

    Methods

    • A deep copy of the current object.

      Returns ServerInfo

      A deep copy of the current object.

    • Determines whether the specified object is equal to the current object.

      Parameters

      • other: any

        The object to compare with the current object.

      Returns boolean

      true if the specified object is equal to the current object, false otherwise.