Sdílet prostřednictvím


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

Applications (DeploymentReport) Element

Applications Complex Type

A group of application systems in the deployment report.

Binding (DeploymentReport) Element

Binding Complex Type

The binding relationship between a zone and the logical server system within the zone.

Errors (DeploymentReport) Element

ErrorCollection Complex Type

A collection of errors in the deployment report. The errors come from the constraints on systems, endpoints, and resources.

Import (DeploymentReport) Element

DeploymentImport Complex Type

The namespace of a .sdm document imported by the deployment report.

LogicalServers (DeploymentReport) Element

LogicalServers Complex Type

A group of logical server systems in the deployment report.