2.2.4.133 IPv6Utilization

The IPv6Utilization complex type allows extending the attributes of a IPUtilization complex type. This is used to specify the address utilization corresponding to IPv6-specific address space.

 <xs:complexType name="IPv6Utilization">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IPUtilization">
       <xs:sequence>
         <xs:element minOccurs="0" name="TotalStatefulAddresses" type="xsd:double" />
         <xs:element minOccurs="0" name="TotalStatelessAddresses" type="xsd:double" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

TotalStatefulAddresses: This specifies the total number of addresses that are part of the address space having address assignment type being Dynamic and with the address family being InternetV6.

TotalStatelessAddresses: This specifies the total number of addresses that are part of the address space having address assignment type being Auto and with the address family being InternetV6.