subnet
The subnet table represents a logical collection of IP addresses collected within a subnet.
The following table describes the subnet table
| Column name | Type | Constraints | Description |
|---|---|---|---|
| entityId | 32-bit integer | Not null
Foreign key |
The identifier of a subnet entity from the entityData table. |
| network | 39-character string | Not null | The IP address of this subnet. |
| netmask | 39-character string | Not null | The netmask for this subnet. |
protocol |
String value |
An integer representation of the IP protocol used by the presently-defined zone:
|
|
netmaskBits |
32–bit integer | Netmask bits for the subnet |
|
addressSpace |
255–character string | Relevant NAT address space if network address translation is being used. |