| Name | Type | Description |
|---|---|---|
| bindInterface | String | Bind interface (host, IP or wildcard IP) |
| bindPort | Number | Display name of this NetworkInterfaces |
| displayName | String | Display name of this NetworkInterfaces |
| id | String | Unique identifier of this NetworkInterfaces |
| validBindInterfaces | String[] | Get a list of valid bind interfaces (host, IP or wildcard IP) |
| Name | Returns |
|---|---|
| getBindInterface() | String |
| getBindPort() | Number |
| getValidBindInterfaces() | String[] |
| setBindInterface(String host) | void |
| setBindPort(Number port) | void |
| Method | Returns |
|---|---|
| Config.getNetworkInterfaces() | ConfiguratorNetworkInterfaces |
| ConfiguratorNetworkInterfaceAction.getModel() | ConfiguratorNetworkInterfaces |
| None |
|---|