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="@lt:Zone@lid:2561b2ad-f25e-4c45-b6d5-cacc357a099a"
         />
        <xs:element name="LogicalServer"
            type="@lt:LogicalServer@lid:127bab79-3492-4907-82cb-1e2f5f5cd82d"
         />
    </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.