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