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

BlockId: A foreign key (ADM_IPBlocksTable, RecordId) on delete cascade on update cascade.

MultiValuePropertyDetail: Specifies the details of a specific property associated with the IPBlock. It consists of the following elements:

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

Property Code

Property

0

None – this is an invalid value.

1

VLAN

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