2.2.4.104 IpamIPv6Address

The IpamIPv6Address complex type enables extension of attributes of the IpamIPAddress complex type. This is used to specify the details pertaining to the IPv6 address instance. The IPAddress, ParentIPRangeEndIP, ParentIPRangeStartIP, and DhcpScopeSubnetId MUST be of address family InternetV6 where they are applicable.

 <xs:complexType name="IpamIPv6Address">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamIPAddress">
       <xs:sequence>
         <xs:element minOccurs="0" name="Duid" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="Iaid" nillable="true" type="xsd:unsignedInt" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Duid: This specifies the DUID of the host or device to which the DHCP reservation is associated with.

Iaid: This specifies the interface identifier within the host or device identified by Duid to which the DHCP reservation is associated with.