public class HostIpConfigIpV6Address extends DynamicData
Java class for HostIpConfigIpV6Address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostIpConfigIpV6Address">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="prefixLength" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="origin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dadState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lifetime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dadState |
protected String |
ipAddress |
protected XMLGregorianCalendar |
lifetime |
protected String |
operation |
protected String |
origin |
protected int |
prefixLength |
| Constructor and Description |
|---|
HostIpConfigIpV6Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDadState()
Gets the value of the dadState property.
|
String |
getIpAddress()
Gets the value of the ipAddress property.
|
XMLGregorianCalendar |
getLifetime()
Gets the value of the lifetime property.
|
String |
getOperation()
Gets the value of the operation property.
|
String |
getOrigin()
Gets the value of the origin property.
|
int |
getPrefixLength()
Gets the value of the prefixLength property.
|
void |
setDadState(String value)
Sets the value of the dadState property.
|
void |
setIpAddress(String value)
Sets the value of the ipAddress property.
|
void |
setLifetime(XMLGregorianCalendar value)
Sets the value of the lifetime property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setPrefixLength(int value)
Sets the value of the prefixLength property.
|
protected String ipAddress
protected int prefixLength
protected String origin
protected String dadState
protected XMLGregorianCalendar lifetime
protected String operation
public String getIpAddress()
Stringpublic void setIpAddress(String value)
value - allowed object is
Stringpublic int getPrefixLength()
public void setPrefixLength(int value)
public String getOrigin()
Stringpublic void setOrigin(String value)
value - allowed object is
Stringpublic String getDadState()
Stringpublic void setDadState(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLifetime()
XMLGregorianCalendarpublic void setLifetime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getOperation()
StringCopyright © 2018. All rights reserved.