次の方法で共有


LogicalServers 複合型

論理サーバー システムのグループに関する配置レポート情報を定義します。このレポートには、各論理サーバー システムの名前や説明などの情報が一覧表示されます。

<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>

子要素

要素

説明

LogicalServer (LogicalServers) 要素

LogicalServer 複合型

論理サーバー システムに関する配置レポート情報。

Zone (LogicalServers) 要素

Zone 複合型

論理サーバー システムを含むゾーンに関する配置レポート情報。