アプリケーション システムにバインドされている論理サーバー システムに関する配置レポート情報を定義します。論理サーバー システムには、アプリケーション システムと設定を含めることができます。
<xs:complexType name="BoundLogicalServer">
<xs:sequence
minOccurs="0"
maxOccurs="unbounded"
>
<xs:element name="Setting"
type="@lt:Setting@lid:4c7dbeed-dcea-4796-855b-48a8a6029d75"
/>
<xs:element name="Application"
type="@lt:Application@lid:fee5a4a7-63a5-4a37-b9b9-f239fd8472fd"
/>
</xs:sequence>
<xs:attribute name="Name"
type="string"
use="required"
/>
<xs:attribute name="Definition"
type="string"
use="required"
/>
<xs:attribute name="Extends"
type="string"
use="required"
/>
</xs:complexType>
子要素
要素 |
型 |
説明 |
---|---|---|
論理サーバー システムに含まれているアプリケーション システム。 |
||
論理サーバー システムの設定。 |
属性
名前 |
型 |
説明 |
---|---|---|
Definition |
string |
ゾーンによってバインドされる論理サーバー システムの定義。 |
Extends |
string |
基本定義。Definition 属性は、この定義から設定を継承します。 |
Name |
string |
論理サーバー システムの名前。 |