com.hyper9.simdk.stubs.dao
Class IpPool
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.IpPool
- All Implemented Interfaces:
- Serializable
public class IpPool
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
IpPool
public IpPool()
getId
public Integer getId()
setId
public void setId(Integer toSet)
getName
public String getName()
setName
public void setName(String toSet)
getIpv4Config
public IpPoolIpPoolConfigInfo getIpv4Config()
setIpv4Config
public void setIpv4Config(IpPoolIpPoolConfigInfo toSet)
getIpv6Config
public IpPoolIpPoolConfigInfo getIpv6Config()
setIpv6Config
public void setIpv6Config(IpPoolIpPoolConfigInfo toSet)
getDnsDomain
public String getDnsDomain()
setDnsDomain
public void setDnsDomain(String toSet)
getDnsSearchPath
public String getDnsSearchPath()
setDnsSearchPath
public void setDnsSearchPath(String toSet)
getHostPrefix
public String getHostPrefix()
setHostPrefix
public void setHostPrefix(String toSet)
getHttpProxy
public String getHttpProxy()
setHttpProxy
public void setHttpProxy(String toSet)
getNetworkAssociation
public List<IpPoolAssociation> getNetworkAssociation()
setNetworkAssociation
public void setNetworkAssociation(List<IpPoolAssociation> toSet)
Copyright © 2009-2010 Hyper9. All Rights Reserved.