Optionalname: stringOptionalvariables: Map<string, string>OptionalreplicaGroups: ReplicaGroupDescriptor[]OptionalserverTemplates: Map<string, TemplateDescriptor>OptionalserviceTemplates: Map<string, TemplateDescriptor>Optionalnodes: Map<string, NodeDescriptor>Optionaldistrib: DistributionDescriptorOptionaldescription: stringOptionalpropertySets: Map<string, PropertySetDescriptor>The description of this application.
The application distribution.
The application name.
The node descriptors.
Property set descriptors.
The replica groups.
The server templates.
The service templates.
The variables defined in the application descriptor.
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 ApplicationDescriptor from the given InputStream.
The InputStream to read from.
The read ApplicationDescriptor value.
StaticwriteWrites the ApplicationDescriptor value to the given OutputStream.
The OutputStream to write to.
The value to write.
Describes an application.
Remarks
The Slice compiler generated this class from Slice struct
::IceGrid::ApplicationDescriptor.