2.2.5.16 DhcpFailoverConfigSyncStatus

The DhcpFailoverConfigSyncStatus simple type is an enumeration that specifies the configuration sync status between two partner DHCP servers in a failover setup.

 <xs:simpleType name="DhcpFailoverConfigSyncStatus">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="Unknown" />
     <xs:enumeration value="InSync" />
     <xs:enumeration value="OutOfSync" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

Unknown

Configuration sync status is not known.

InSync

The configuration between the partner DHCP servers is in sync.

OutOfSync

The configuration between the partner DHCP servers is not in sync.