@zeroc/ice
    Preparing search index...

    Class ApplicationDescriptor

    Describes an application.

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

    Index

    Constructors

    Properties

    description: string

    The description of this application.

    The application distribution.

    name: string

    The application name.

    nodes: Map<string, NodeDescriptor>

    The node descriptors.

    propertySets: Map<string, PropertySetDescriptor>

    Property set descriptors.

    replicaGroups: ReplicaGroupDescriptor[]

    The replica groups.

    serverTemplates: Map<string, TemplateDescriptor>

    The server templates.

    serviceTemplates: Map<string, TemplateDescriptor>

    The service templates.

    variables: Map<string, string>

    The variables defined in the application descriptor.

    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.