2.2.5.58 IPUtilizationCalculationType
The IPUtilizationCalculationType simple type is an enumeration that specifies the address utilization calculation mechanisms available for an IP address range.
-
<xs:simpleType name="IPUtilizationCalculationType"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="Auto" /> <xs:enumeration value="Manual" /> </xs:restriction> </xs:simpleType>
The following table describes the various values of this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
Auto |
Utilization for the IP address range is calculated automatically by IPAM. |
|
Manual |
Utilization for the IP address range is specified by the user. |