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 DhcpFailoverParameters allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It associates a DhcpFailover (section 2.2.4.104) object to an object of this type. This type is used during the update of a DHCP failover object in the IPAM data store.
-
<xs:complexType name="DhcpFailoverParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamOperationWithProgressParameters"> <xs:sequence> <xs:element minOccurs="0" name="Failover" nillable="true" type="ipam:DhcpFailover" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Failover: A DhcpFailover that represents the DHCP failover object whose data is used to update the data store values for that failover relation.