Delen via


LogicalServers Complex Type 

Defines the deployment report information for a group of logical server systems. This report lists the name, description, and other information about each logical server system.

<xs:complexType name="LogicalServers">
    <xs:choice
        minOccurs="0"
        maxOccurs="unbounded"
    >
        <xs:element name="Zone"
            type="Zone"
         />
        <xs:element name="LogicalServer"
            type="LogicalServer"
         />
    </xs:choice>
</xs:complexType>

Child Elements

Element Type Description

LogicalServer (LogicalServers) Element

LogicalServer Complex Type

Deployment report information for a logical server system.

Zone (LogicalServers) Element

Zone Complex Type

Deployment report information for a zone that contains the logical server systems.