public class SingleIp extends IpAddress
Java class for SingleIp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SingleIp">
<complexContent>
<extension base="{urn:vim25}IpAddress">
<sequence>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
negate| Constructor and Description |
|---|
SingleIp() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
isNegate, setNegateprotected String address
Copyright © 2018. All rights reserved.