org.netxms.client.objects
Class ClusterSyncNetwork
java.lang.Object
org.netxms.client.objects.ClusterSyncNetwork
public class ClusterSyncNetwork
- extends java.lang.Object
Cluster sync network
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterSyncNetwork
public ClusterSyncNetwork(java.net.InetAddress subnetAddress,
java.net.InetAddress subnetMask)
- Create cluster sync network object
- Parameters:
subnetAddress - Subnet addresssubnetMask - Subnet mask
ClusterSyncNetwork
public ClusterSyncNetwork(ClusterSyncNetwork src)
- Copy constructor
- Parameters:
src - source object
getSubnetAddress
public java.net.InetAddress getSubnetAddress()
- Returns:
- the subnetAddress
getSubnetMask
public java.net.InetAddress getSubnetMask()
- Returns:
- the subnetMask
setSubnetAddress
public void setSubnetAddress(java.net.InetAddress subnetAddress)
- Parameters:
subnetAddress - the subnetAddress to set
setSubnetMask
public void setSubnetMask(java.net.InetAddress subnetMask)
- Parameters:
subnetMask - the subnetMask to set
Copyright © 2012. All Rights Reserved.