3.1.1.1.49.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.

RangeId: The foreign key (ADM_IPRangeTable, RecordId) on delete cascade on update cascade.

MultiValuePropertyDetail: Specifies the details of a specific property associated to the IPRange. It consists of the following elements:

PropertyId: This is of type signed integer and identifies the property for which the value is being specified. It MUST be one of following items specified in the following table.

Property Code

Property

0

None – this is an invalid value

1

DNS Server

2

WINS Server

3

Gateway Address

4

VIP

5

VIP Range

6

DNS Suffix

7

Reserved IP

8

Reserved IP Range

PropertyValue: This is an array of bytes with a maximum size of 900 bytes and specifies the value associated with the property.