Zone Complex Type
Defines the deployment report information for a zone that can contain logical server systems and other zones.
<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>
Child Elements
Element |
Type |
Description |
---|---|---|
Deployment report information about a logical server system contained by a zone. |
||
Deployment report information about a logical server system. |
||
Deployment report information for a zone contained within this zone. |
Attributes
Name |
Type |
Description |
---|---|---|
Name |
string |
The name of the zone. |