| Package | Description |
|---|---|
| org.netxms.base | |
| org.netxms.client | |
| org.netxms.client.objects |
| Modifier and Type | Method and Description |
|---|---|
InetAddressEx |
NXCPMessageField.getAsInetAddressEx()
Get field's value as IP address/mask pair
|
InetAddressEx |
NXCPMessage.getFieldAsInetAddressEx(long fieldId)
Get field as InetAddressEx
|
| Modifier and Type | Method and Description |
|---|---|
void |
NXCPMessage.setField(long fieldId,
InetAddressEx value)
Set field of INETADDR type
|
| Constructor and Description |
|---|
InetAddressEx(InetAddressEx src)
Copy constructor
|
NXCPMessageField(long varId,
InetAddressEx value) |
| Modifier and Type | Method and Description |
|---|---|
InetAddressEx |
NXCObjectModificationData.getIpAddress() |
InetAddressEx |
NXCObjectCreationData.getIpAddress() |
| Modifier and Type | Method and Description |
|---|---|
List<InetAddressEx> |
NXCObjectModificationData.getLocalNetworks() |
List<InetAddressEx> |
NXCObjectModificationData.getNetworkList() |
List<InetAddressEx> |
NXCObjectModificationData.getRemoteNetworks() |
| Modifier and Type | Method and Description |
|---|---|
void |
NXCObjectModificationData.setIpAddress(InetAddressEx ipAddress) |
void |
NXCObjectCreationData.setIpAddress(InetAddressEx ipAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
NXCObjectModificationData.setNetworkList(List<InetAddressEx> networkList) |
void |
NXCObjectModificationData.setVpnNetworks(List<InetAddressEx> localNetworks,
List<InetAddressEx> remoteNetworks) |
void |
NXCObjectModificationData.setVpnNetworks(List<InetAddressEx> localNetworks,
List<InetAddressEx> remoteNetworks) |
| Modifier and Type | Field and Description |
|---|---|
protected InetAddressEx |
AbstractNode.primaryIP |
| Modifier and Type | Method and Description |
|---|---|
InetAddressEx |
Interface.getFirstUnicastAddressEx()
Get first unicast address
|
InetAddressEx |
NetworkService.getIpAddress() |
InetAddressEx |
AccessPoint.getIpAddress() |
InetAddressEx |
Subnet.getNetworkAddress() |
InetAddressEx |
AbstractNode.getPrimaryIP()
Get primary IP address
|
| Modifier and Type | Method and Description |
|---|---|
List<InetAddressEx> |
Interface.getIpAddressList() |
List<InetAddressEx> |
VPNConnector.getLocalSubnets() |
List<InetAddressEx> |
VPNConnector.getRemoteSubnets() |
List<InetAddressEx> |
Cluster.getSyncNetworks() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Interface.hasAddress(InetAddressEx addr)
Check if given address present on interface
|
Copyright © 2018. All rights reserved.