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