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