@zeroc/ice
    Preparing search index...

    Class ApplicationUpdateDescriptor

    An application update descriptor to describe the updates to apply to a deployed application.

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

    Index

    Constructors

    Properties

    description: BoxedString

    The updated description (or null if the description wasn't updated).

    The updated distribution application descriptor.

    name: string

    The name of the application to update.

    The application nodes to update.

    propertySets: Map<string, PropertySetDescriptor>

    The property sets to update.

    removeNodes: string[]

    The nodes to remove.

    removePropertySets: string[]

    The property sets to remove.

    removeReplicaGroups: string[]

    The replica groups to remove.

    removeServerTemplates: string[]

    The IDs of the server template to remove.

    removeServiceTemplates: string[]

    The IDs of the service template to remove.

    removeVariables: string[]

    The variables to remove.

    replicaGroups: ReplicaGroupDescriptor[]

    The replica groups to update.

    serverTemplates: Map<string, TemplateDescriptor>

    The server templates to update.

    serviceTemplates: Map<string, TemplateDescriptor>

    The service templates to update.

    variables: Map<string, string>

    The variables to update.

    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.