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 DhcpScopeAllEnumerationParameters complex type specifies the criteria to be used for enumerating the DHCP scopes.
-
<xs:complexType name="DhcpScopeAllEnumerationParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:EnumerationParametersBase"> <xs:sequence> <xs:element minOccurs="0" name="AddressCategory" nillable="true" type="ipam:AddressCategory" /> <xs:element minOccurs="0" name="AddressFamily" type="syssock:AddressFamily" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
AddressCategory: This specifies the address category of the scopes that need to be enumerated.
AddressFamily: This specifies the address family of the scopes that need to be enumerated.