2.2.4.110 DhcpFailoverRemoveScopesParameters

The DhcpFailoverRemoveScopesParameters allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It associates its objects with a list of DhcpScope (section 2.2.4.141) objects and a Boolean member, Force.

 <xs:complexType name="DhcpFailoverRemoveScopesParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="Force" type="xsd:boolean" />
         <xs:element minOccurs="0" name="ScopeIds" nillable="true" type="serarr:ArrayOflong" />      </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Force: A Boolean that indicates whether removal of a DHCP scope from a failover relationship can continue even if the operation is unsuccessful on the partner scope.

ScopeIds: This is of type serarr:ArrayOflong and represents the list of identifiers of DHCP scopes to be removed from the failover relationship.