Title here
Summary here
BusinessModel
Kind: global abstract class
Extends: BusinessModel
Model:
Properties
Name | Type | Description |
---|---|---|
isNetworkAddress | boolean | flag (always true) |
enable | boolean | The Network address enable state |
domain | String | The Network address protocol (DOMAIN_IP_V4 | DOMAIN_IP_V6) |
config | String | The Network address configuration type (CONFIG_DHCP | CONFIG_STATIC) |
ip | String | The Network address IP (xxx.xxx.xxx.xxx) |
netmask | String | The Network mask (xxx.xxx.xxx.xxx) |
broadcast | String | The Network broadcast (xxx.xxx.xxx.xxx) |
gateway | String | The Network broadcast (xxx.xxx.xxx.xxx) |
Model holding a Networking address.