Share via


2.2.4.111 DhcpFailoverScopesEnumerationParameters

The DhcpFailoverScopesEnumerationParameters complex type allows extended attributes on an EnumerationParametersBase type (section 2.2.4.229). It creates objects whose ObjectType is DhcpScope and associates them to a DhcpFailover object. This type is used while enumerating the DHCP scopes that are a part of a failover relationship.

 <xs:complexType name="DhcpFailoverScopesEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="Failover" nillable="true" type="ipam:DhcpFailover" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Failover: A DhcpFailover type (section 2.2.4.104) that represents the DHCP failover whose scopes are to be enumerated.