public class HostInternetScsiHbaIPv6Properties extends DynamicData
Java class for HostInternetScsiHbaIPv6Properties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostInternetScsiHbaIPv6Properties">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="iscsiIpv6Address" type="{urn:vim25}HostInternetScsiHbaIscsiIpv6Address" maxOccurs="unbounded" minOccurs="0"/>
<element name="ipv6DhcpConfigurationEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ipv6LinkLocalAutoConfigurationEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ipv6RouterAdvertisementConfigurationEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ipv6DefaultGateway" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ipv6DefaultGateway |
protected Boolean |
ipv6DhcpConfigurationEnabled |
protected Boolean |
ipv6LinkLocalAutoConfigurationEnabled |
protected Boolean |
ipv6RouterAdvertisementConfigurationEnabled |
protected List<HostInternetScsiHbaIscsiIpv6Address> |
iscsiIpv6Address |
| Constructor and Description |
|---|
HostInternetScsiHbaIPv6Properties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIpv6DefaultGateway()
Gets the value of the ipv6DefaultGateway property.
|
List<HostInternetScsiHbaIscsiIpv6Address> |
getIscsiIpv6Address()
Gets the value of the iscsiIpv6Address property.
|
Boolean |
isIpv6DhcpConfigurationEnabled()
Gets the value of the ipv6DhcpConfigurationEnabled property.
|
Boolean |
isIpv6LinkLocalAutoConfigurationEnabled()
Gets the value of the ipv6LinkLocalAutoConfigurationEnabled property.
|
Boolean |
isIpv6RouterAdvertisementConfigurationEnabled()
Gets the value of the ipv6RouterAdvertisementConfigurationEnabled property.
|
void |
setIpv6DefaultGateway(String value)
Sets the value of the ipv6DefaultGateway property.
|
void |
setIpv6DhcpConfigurationEnabled(Boolean value)
Sets the value of the ipv6DhcpConfigurationEnabled property.
|
void |
setIpv6LinkLocalAutoConfigurationEnabled(Boolean value)
Sets the value of the ipv6LinkLocalAutoConfigurationEnabled property.
|
void |
setIpv6RouterAdvertisementConfigurationEnabled(Boolean value)
Sets the value of the ipv6RouterAdvertisementConfigurationEnabled property.
|
protected List<HostInternetScsiHbaIscsiIpv6Address> iscsiIpv6Address
protected Boolean ipv6DhcpConfigurationEnabled
protected Boolean ipv6LinkLocalAutoConfigurationEnabled
protected Boolean ipv6RouterAdvertisementConfigurationEnabled
protected String ipv6DefaultGateway
public List<HostInternetScsiHbaIscsiIpv6Address> getIscsiIpv6Address()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the iscsiIpv6Address property.
For example, to add a new item, do as follows:
getIscsiIpv6Address().add(newItem);
Objects of the following type(s) are allowed in the list
HostInternetScsiHbaIscsiIpv6Address
public Boolean isIpv6DhcpConfigurationEnabled()
Booleanpublic void setIpv6DhcpConfigurationEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isIpv6LinkLocalAutoConfigurationEnabled()
Booleanpublic void setIpv6LinkLocalAutoConfigurationEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isIpv6RouterAdvertisementConfigurationEnabled()
Booleanpublic void setIpv6RouterAdvertisementConfigurationEnabled(Boolean value)
value - allowed object is
Booleanpublic String getIpv6DefaultGateway()
StringCopyright © 2018. All rights reserved.