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 DhcpSuperscopeByDhcpServerIdListEnumerationParameters complex type allows extended attributes on an EnumerationParametersBase type (section 2.2.4.229). It creates objects whose ObjectType is DhcpSuperscope. It is used while enumerating superscopes belonging to a list of DHCP servers.
-
<xs:complexType name="DhcpSuperscopeByDhcpServerIdListEnumerationParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:EnumerationParametersBase"> <xs:sequence> <xs:element minOccurs="0" name="DhcpServers" nillable="true" type="ipam:ArrayOfDhcpServerV4" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
DhcpServers: An ArrayOfDhcpServerV4 that represents the DHCP servers whose superscopes are to be enumerated.