3.1.1.1.44.1 Data Model

RecordId: A primary key. A 64-bit signed integer that is unique for each entry in the table. The data store assigns a unique value when a new row is inserted into the table.

For any row in the table, the combination of RelationshipName, Server1RecordId and Server2RecordId MUST be unique in the table. Server1RecordId and Server2RecordId can also be NULL.

RelationshipName: A string with a maximum length of 256 characters.

Server1RecordId: A foreign key (ADM_DhcpServerTable, RecordId); on delete no action.

Server2RecordId: A foreign key (ADM_DhcpServerTable, RecordId); on delete no action.

FailoverDetails: A number of DHCP failover-specific properties that are modeled as the following fields in the DhcpFailover (section 2.2.4.104) data structure:

  1. Mode

  2. MCLT

  3. AutoStateTransition

  4. StateSwitchInterval

  5. Server1Percentage

  6. SharedSecretEnabled

  7. SharedSecret

  8. Server1State

  9. Server2State

  10. Server1Name

  11. Server2Name

  12. Server1PSName

  13. Server2PSName

  14. Server1IPĀ 

  15. Server2IP