IpPoolCollection Data Type

A collection of Ip pools.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
IpPools list of IpPool element 0/unbounded Gets the items.

Example

<IpPoolCollection>
  <IpPools>
    <name>...</name>
    <networkConfig>
      <subnetMask>...</subnetMask>
      <defaultGateway>...</defaultGateway>
      <primaryDns>...</primaryDns>
      <secondaryDns>...</secondaryDns>
      <dnsSuffix>...</dnsSuffix>
    </networkConfig>
    <datacenter>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </datacenter>
    <networks>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </networks>
    <range>
      <from>...</from>
      <to>...</to>
    </range>
    <totalIps>...</totalIps>
    <freeIps>...</freeIps>
    <assignedIps>...</assignedIps>
    <reservedIps>...</reservedIps>
    <preemptedIps>...</preemptedIps>
    <conflictedIps>...</conflictedIps>
    <freeIpWarningThreshold>...</freeIpWarningThreshold>
  </IpPools>
</IpPoolCollection>