BoundLogicalServer Complex Type
Defines the deployment report information about a logical server system that is bound to an application system. This logical server system can contain application systems and settings.
<xs:complexType name="BoundLogicalServer">
<xs:sequence
minOccurs="0"
maxOccurs="unbounded"
>
<xs:element name="Setting"
type="Setting"
/>
<xs:element name="Application"
type="Application"
/>
</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>
Child Elements
Element | Type | Description |
---|---|---|
An application system contained in the logical server system. |
||
A setting for the logical server system. |
Attributes
Name | Type | Description |
---|---|---|
Definition |
string |
The definition of the logical server system bound by a zone. |
Extends |
string |
The base definition from which the Definition attribute inherits settings. |
Name |
string |
The name of the logical server system. |