public class VirtualMachineVMCIDeviceFilterSpec extends DynamicData
Java class for VirtualMachineVMCIDeviceFilterSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineVMCIDeviceFilterSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="rank" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="direction" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lowerDstPortBoundary" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="upperDstPortBoundary" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected String |
direction |
protected Long |
lowerDstPortBoundary |
protected String |
protocol |
protected long |
rank |
protected Long |
upperDstPortBoundary |
| Constructor and Description |
|---|
VirtualMachineVMCIDeviceFilterSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
String |
getDirection()
Gets the value of the direction property.
|
Long |
getLowerDstPortBoundary()
Gets the value of the lowerDstPortBoundary property.
|
String |
getProtocol()
Gets the value of the protocol property.
|
long |
getRank()
Gets the value of the rank property.
|
Long |
getUpperDstPortBoundary()
Gets the value of the upperDstPortBoundary property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setDirection(String value)
Sets the value of the direction property.
|
void |
setLowerDstPortBoundary(Long value)
Sets the value of the lowerDstPortBoundary property.
|
void |
setProtocol(String value)
Sets the value of the protocol property.
|
void |
setRank(long value)
Sets the value of the rank property.
|
void |
setUpperDstPortBoundary(Long value)
Sets the value of the upperDstPortBoundary property.
|
protected long rank
protected String action
protected String protocol
protected String direction
protected Long lowerDstPortBoundary
protected Long upperDstPortBoundary
public long getRank()
public void setRank(long value)
public String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic String getProtocol()
Stringpublic void setProtocol(String value)
value - allowed object is
Stringpublic String getDirection()
Stringpublic void setDirection(String value)
value - allowed object is
Stringpublic Long getLowerDstPortBoundary()
Longpublic void setLowerDstPortBoundary(Long value)
value - allowed object is
Longpublic Long getUpperDstPortBoundary()
LongCopyright © 2018. All rights reserved.