public class NetIpConfigInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Boolean |
autoConfigurationEnabled |
NetDhcpConfigInfo |
dhcp |
NetIpConfigInfoIpAddress[] |
ipAddress |
dynamicProperty, dynamicType| Constructor and Description |
|---|
NetIpConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoConfigurationEnabled() |
NetDhcpConfigInfo |
getDhcp() |
NetIpConfigInfoIpAddress[] |
getIpAddress() |
void |
setAutoConfigurationEnabled(Boolean autoConfigurationEnabled) |
void |
setDhcp(NetDhcpConfigInfo dhcp) |
void |
setIpAddress(NetIpConfigInfoIpAddress[] ipAddress) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic NetIpConfigInfoIpAddress[] ipAddress
public NetDhcpConfigInfo dhcp
public Boolean autoConfigurationEnabled
public NetIpConfigInfoIpAddress[] getIpAddress()
public NetDhcpConfigInfo getDhcp()
public Boolean getAutoConfigurationEnabled()
public void setIpAddress(NetIpConfigInfoIpAddress[] ipAddress)
public void setDhcp(NetDhcpConfigInfo dhcp)
public void setAutoConfigurationEnabled(Boolean autoConfigurationEnabled)
Copyright © 2011-2012. All Rights Reserved.