DeploymentReport Complex Type
Defines a deployment report. A deployment report lists information about a System Definition Model, such as information about logical server systems, application systems, resources, and endpoints.
<xs:complexType name="DeploymentReport">
<xs:sequence>
<xs:element name="Import"
type="DeploymentImport"
minOccurs="0"
maxOccurs="unbounded"
/>
<xs:element name="Applications"
type="Applications"
minOccurs="0"
maxOccurs="1"
/>
<xs:element name="Binding"
type="Binding"
minOccurs="0"
maxOccurs="1"
/>
<xs:element name="LogicalServers"
type="LogicalServers"
minOccurs="0"
maxOccurs="1"
/>
<xs:element name="Errors"
type="ErrorCollection"
minOccurs="0"
maxOccurs="1"
/>
</xs:sequence>
</xs:complexType>
Child Elements
Element | Type | Description |
---|---|---|
A group of application systems in the deployment report. |
||
The binding relationship between a zone and the logical server system within the zone. |
||
A collection of errors in the deployment report. The errors come from the constraints on systems, endpoints, and resources. |
||
The namespace of a .sdm document imported by the deployment report. |
||
A group of logical server systems in the deployment report. |