public class NetIpConfigSpecIpAddressSpec extends DynamicData
Java class for NetIpConfigSpecIpAddressSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetIpConfigSpecIpAddressSpec">
<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="operation" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ipAddress |
protected String |
operation |
protected int |
prefixLength |
| Constructor and Description |
|---|
NetIpConfigSpecIpAddressSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress()
Gets the value of the ipAddress property.
|
String |
getOperation()
Gets the value of the operation property.
|
int |
getPrefixLength()
Gets the value of the prefixLength property.
|
void |
setIpAddress(String value)
Sets the value of the ipAddress property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setPrefixLength(int value)
Sets the value of the prefixLength property.
|
protected String ipAddress
protected int prefixLength
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 getOperation()
StringCopyright © 2018. All rights reserved.