public class IpRange extends IpAddress
Java class for IpRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IpRange">
<complexContent>
<extension base="{urn:vim25}IpAddress">
<sequence>
<element name="addressPrefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="prefixLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
addressPrefix |
protected Integer |
prefixLength |
negate| Constructor and Description |
|---|
IpRange() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressPrefix()
Gets the value of the addressPrefix property.
|
Integer |
getPrefixLength()
Gets the value of the prefixLength property.
|
void |
setAddressPrefix(String value)
Sets the value of the addressPrefix property.
|
void |
setPrefixLength(Integer value)
Sets the value of the prefixLength property.
|
isNegate, setNegateprotected String addressPrefix
protected Integer prefixLength
public String getAddressPrefix()
Stringpublic void setAddressPrefix(String value)
value - allowed object is
Stringpublic Integer getPrefixLength()
IntegerCopyright © 2018. All rights reserved.