更新:2007 年 11 月
定义某个区域的部署报告信息,该区域可以包含逻辑服务器系统以及其他区域。
<xs:complexType name="Zone">
<xs:choice
minOccurs="0"
maxOccurs="unbounded"
>
<xs:element name="Zone"
type="Zone"
/>
<xs:element name="BoundLogicalServer"
type="@lt:BoundLogicalServer@lid:d01bb7ce-da9a-4b81-a376-913cc1f1fd5f"
/>
<xs:element name="LogicalServer"
type="@lt:LogicalServer@lid:127bab79-3492-4907-82cb-1e2f5f5cd82d"
/>
</xs:choice>
<xs:attribute name="Name"
type="string"
use="required"
/>
</xs:complexType>
子元素
元素 |
类型 |
说明 |
---|---|---|
有关由区域包含的逻辑服务器系统的部署报告信息。 |
||
有关逻辑服务器系统的部署报告信息。 |
||
有关此区域中包含的某个区域的部署报告信息。 |
属性
名称 |
类型 |
说明 |
---|---|---|
Name |
string |
区域的名称。 |