@zeroc/ice
    Preparing search index...

    Class NodeDescriptor

    Describes an IceGrid node.

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

    Index

    Constructors

    Properties

    description: string

    The description of this node.

    loadFactor: string

    Load factor of the node.

    propertySets: Map<string, PropertySetDescriptor>

    Property set descriptors.

    serverInstances: ServerInstanceDescriptor[]

    The server instances (template instances).

    servers: ServerDescriptor[]

    Servers that are not template instances.

    variables: Map<string, string>

    The variables defined for the node.

    Methods

    • 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.