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