com.hyper9.simdk.stubs.dao
Class HostIpConfig
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.HostIpConfig
- All Implemented Interfaces:
- Serializable
public class HostIpConfig
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
HostIpConfig
public HostIpConfig()
getDhcp
public Boolean getDhcp()
setDhcp
public void setDhcp(Boolean toSet)
getIpAddress
public String getIpAddress()
setIpAddress
public void setIpAddress(String toSet)
getSubnetMask
public String getSubnetMask()
setSubnetMask
public void setSubnetMask(String toSet)
getIpV6Config
public HostIpConfigIpV6AddressConfiguration getIpV6Config()
setIpV6Config
public void setIpV6Config(HostIpConfigIpV6AddressConfiguration toSet)
Copyright © 2009-2010 Hyper9. All Rights Reserved.