2.2.4.107 DhcpFailoverDeleteParameters
The DhcpFailoverDeleteParameters allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It associates a DhcpFailover object with a force delete flag. The force delete flag identifies if the failover relationship deletion can be attempted on the selected server even if it fails on the partner server.
-
<xs:complexType name="DhcpFailoverDeleteParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamOperationWithProgressParameters"> <xs:sequence> <xs:element minOccurs="0" name="Failover" nillable="true" type="ipam:DhcpFailover" /> <xs:element minOccurs="0" name="Force" type="xsd:boolean" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Failover: A DhcpFailover (section 2.2.4.104) and represents the DHCP failover relationship to be deleted.
Force: A Boolean that indicates whether deletion of the DHCP failover relationship can continue even if the operation is unsuccessful on the partner server.