2.2.4.161 DhcpServerV6
The DhcpServerV6 complex type allows specifying extensions to the DhcpServer complex type. This specifies the IPv6-specific information of the DHCP server instance. The OptionDefinitions MUST be a collection of DhcpOptionDefinitionV6 elements. The Options MUST be a collection of DhcpOptionV6 elements. The UserClasses MUST be a collection of DhcpUserClassV6 elements. The VendorClasses MUST be a collection of DhcpVendorClassV6 elements.
-
<xs:complexType name="DhcpServerV6"> <xs:complexContent mixed="false"> <xs:extension base="ipam:DhcpServer"> <xs:sequence> <xs:element minOccurs="0" name="PurgeInterval" type="ser:duration" /> <xs:element minOccurs="0" name="StatelessStatus" type="ipam:DhcpStatelessClientInventoryStatus" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
PurgeInterval: Specifies the interval at which the stateless client audit entries has to be purged at the DHCP server instance.
StatelessStatus: Specifies the state of stateless client audit logging on the DHCP server instance.