Summary:
Contains the IP address pool configuration information.
Type specification:
Extends resource_poolType
.
Adds the following elements:
Name |
Min/Max |
Type |
Description |
|
|
|
Resource type. The type of the IP resource is |
|
|
|
Denotes a choice between |
|
|
|
A range of IP addresses. |
|
|
|
|
|
|
First IP address in the range. |
|
|
|
Last IP address in the range. |
|
|
|
|
|
|
|
A single IP address. |
|
|
|
|
|
Example:
The IP address range.
<type>resource_ip</type>
<ip_range>
<start_ip>10.17.3.121</start_ip>
<end_ip>10.17.3.125</end_ip>
</ip_range>
A single IP address
<type>resource_ip</type>
<ip>
<start_ip>10.17.3.121</start_ip>
</ip>