Optionalname: stringOptionaldescription: BoxedStringOptionaldistrib: BoxedDistributionDescriptorOptionalvariables: Map<string, string>OptionalremoveVariables: string[]OptionalpropertySets: Map<string, PropertySetDescriptor>OptionalremovePropertySets: string[]OptionalreplicaGroups: ReplicaGroupDescriptor[]OptionalremoveReplicaGroups: string[]OptionalserverTemplates: Map<string, TemplateDescriptor>OptionalremoveServerTemplates: string[]OptionalserviceTemplates: Map<string, TemplateDescriptor>OptionalremoveServiceTemplates: string[]Optionalnodes: NodeUpdateDescriptor[]OptionalremoveNodes: string[]The updated description (or null if the description wasn't updated).
The updated distribution application descriptor.
The name of the application to update.
The application nodes to update.
The property sets to update.
The nodes to remove.
The property sets to remove.
The replica groups to remove.
The IDs of the server template to remove.
The IDs of the service template to remove.
The variables to remove.
The replica groups to update.
The server templates to update.
The service templates to update.
The variables to update.
A deep copy of the current object.
A deep copy of the current object.
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object, false otherwise.
StaticreadReads ApplicationUpdateDescriptor from the given InputStream.
The InputStream to read from.
The read ApplicationUpdateDescriptor value.
StaticwriteWrites the ApplicationUpdateDescriptor value to the given OutputStream.
The OutputStream to write to.
The value to write.
An application update descriptor to describe the updates to apply to a deployed application.
Remarks
The Slice compiler generated this class from Slice struct
::IceGrid::ApplicationUpdateDescriptor.