Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IPRangeAllForDhcpServerEnumerationParameters complex type is used to specify the criteria based on which the address ranges corresponding to the DHCP scope instances of a particular DHCP server are enumerated.
-
<xs:complexType name="IPRangeAllForDhcpServerEnumerationParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:EnumerationParametersBase"> <xs:sequence> <xs:element minOccurs="0" name="AddressFamily" type="syssock:AddressFamily" /> <xs:element minOccurs="0" name="IncludeAutoTypeRanges" type="xsd:boolean" /> <xs:element minOccurs="0" name="ServerGuid" nillable="true" type="xsd:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
AddressFamily: This specifies the address family of the address range instances that need to be enumerated.
IncludeAutoTypeRanges: This specifies whether the ranges whose address category is Auto also needs to be included in the enumeration. These are the ranges corresponding to the scopes configured for Stateless IPv6 address assignment.
ServerGuid: This specifies the guid of the DHCP server instance for which the ranges are to be enumerated.