@zeroc/ice
    Preparing search index...

    Class ServerInstanceDescriptor

    Describes a template instantiation that creates a server.

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

    Index

    Constructors

    Properties

    parameterValues: Map<string, string>

    The template parameter values.

    The property set.

    servicePropertySets: Map<string, PropertySetDescriptor>

    The services property sets. It's only valid to set these property sets when the template is an IceBox server template.

    template: string

    The template used by this instance. It's never empty.

    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.