public class HostIpConfigIpV6AddressConfiguration extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Boolean |
autoConfigurationEnabled |
Boolean |
dhcpV6Enabled |
HostIpConfigIpV6Address[] |
ipV6Address |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostIpConfigIpV6AddressConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoConfigurationEnabled() |
Boolean |
getDhcpV6Enabled() |
HostIpConfigIpV6Address[] |
getIpV6Address() |
void |
setAutoConfigurationEnabled(Boolean autoConfigurationEnabled) |
void |
setDhcpV6Enabled(Boolean dhcpV6Enabled) |
void |
setIpV6Address(HostIpConfigIpV6Address[] ipV6Address) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic HostIpConfigIpV6Address[] ipV6Address
public Boolean autoConfigurationEnabled
public Boolean dhcpV6Enabled
public HostIpConfigIpV6AddressConfiguration()
public HostIpConfigIpV6Address[] getIpV6Address()
public Boolean getAutoConfigurationEnabled()
public Boolean getDhcpV6Enabled()
public void setIpV6Address(HostIpConfigIpV6Address[] ipV6Address)
public void setAutoConfigurationEnabled(Boolean autoConfigurationEnabled)
public void setDhcpV6Enabled(Boolean dhcpV6Enabled)
Copyright © 2011-2012. All Rights Reserved.