com.hyper9.simdk.stubs.dao
Class IpPoolIpPoolConfigInfo
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.IpPoolIpPoolConfigInfo
- All Implemented Interfaces:
- Serializable
public class IpPoolIpPoolConfigInfo
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
IpPoolIpPoolConfigInfo
public IpPoolIpPoolConfigInfo()
getSubnetAddress
public String getSubnetAddress()
setSubnetAddress
public void setSubnetAddress(String toSet)
getNetmask
public String getNetmask()
setNetmask
public void setNetmask(String toSet)
getGateway
public String getGateway()
setGateway
public void setGateway(String toSet)
getRange
public String getRange()
setRange
public void setRange(String toSet)
getDns
public List<String> getDns()
setDns
public void setDns(List<String> toSet)
getDhcpServerAvailable
public Boolean getDhcpServerAvailable()
setDhcpServerAvailable
public void setDhcpServerAvailable(Boolean toSet)
getIpPoolEnabled
public Boolean getIpPoolEnabled()
setIpPoolEnabled
public void setIpPoolEnabled(Boolean toSet)
Copyright © 2009-2010 Hyper9. All Rights Reserved.