AbstractNetworkAddress

AbstractNetworkAddress ⇐ BusinessModel

Kind: global abstract class
Extends: BusinessModel
Model:
Properties

NameTypeDescription
isNetworkAddressboolean

flag (always true)

enableboolean

The Network address enable state

domainString

The Network address protocol (DOMAIN_IP_V4 | DOMAIN_IP_V6)

configString

The Network address configuration type (CONFIG_DHCP | CONFIG_STATIC)

ipString

The Network address IP (xxx.xxx.xxx.xxx)

netmaskString

The Network mask (xxx.xxx.xxx.xxx)

broadcastString

The Network broadcast (xxx.xxx.xxx.xxx)

gatewayString

The Network broadcast (xxx.xxx.xxx.xxx)

AbstractNetworkAddress()

Model holding a Networking address.