Share via


2.2.4.106 DhcpFailoverByServerIdsEnumerationParameters

The DhcpFailoverByServerIdsEnumerationParameters allows extended attributes on an EnumerationParametersBase type. It creates objects whose ObjectType is DhcpFailover and associates them to a list of ServerIds whose type is long int. It is used to identify the DHCP servers whose failover relationships are to be enumerated from the IPAM data store.

 <xs:complexType name="DhcpFailoverByServerIdsEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="ServerIds" nillable="true" type="serarr:ArrayOflong" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ServerIds: Identifies the DHCP servers in the IPAM data store.