Previous page

Next page

Locate page in Contents

Print this page

resource_ip_poolType

Summary:

Contains the IP address pool configuration information.

Type specification:

Extends resource_poolType.

Adds the following elements:

Name

Min/Max

Type

Description

type

1..1

string

Resource type.

The type of the IP resource is resource_ip.

[

0..1

 

Denotes a choice between ip_range and ip. You can specify a single IP address or a range of IP addresses.

ip_range

1..1

 

A range of IP addresses.

{

 

 

 

start_ip

1..1

ip_type

First IP address in the range.

end_ip

1..1

ip_type

Last IP address in the range.

}

 

 

 

ip

1..1

ip_type

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>

Please send us your feedback on this help page