public class VirtualMachineVMCIDeviceOptionFilterSpecOption extends DynamicData
Java class for VirtualMachineVMCIDeviceOptionFilterSpecOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineVMCIDeviceOptionFilterSpecOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="action" type="{urn:vim25}ChoiceOption"/>
<element name="protocol" type="{urn:vim25}ChoiceOption"/>
<element name="direction" type="{urn:vim25}ChoiceOption"/>
<element name="lowerDstPortBoundary" type="{urn:vim25}LongOption"/>
<element name="upperDstPortBoundary" type="{urn:vim25}LongOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChoiceOption |
action |
protected ChoiceOption |
direction |
protected LongOption |
lowerDstPortBoundary |
protected ChoiceOption |
protocol |
protected LongOption |
upperDstPortBoundary |
| Constructor and Description |
|---|
VirtualMachineVMCIDeviceOptionFilterSpecOption() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceOption |
getAction()
Gets the value of the action property.
|
ChoiceOption |
getDirection()
Gets the value of the direction property.
|
LongOption |
getLowerDstPortBoundary()
Gets the value of the lowerDstPortBoundary property.
|
ChoiceOption |
getProtocol()
Gets the value of the protocol property.
|
LongOption |
getUpperDstPortBoundary()
Gets the value of the upperDstPortBoundary property.
|
void |
setAction(ChoiceOption value)
Sets the value of the action property.
|
void |
setDirection(ChoiceOption value)
Sets the value of the direction property.
|
void |
setLowerDstPortBoundary(LongOption value)
Sets the value of the lowerDstPortBoundary property.
|
void |
setProtocol(ChoiceOption value)
Sets the value of the protocol property.
|
void |
setUpperDstPortBoundary(LongOption value)
Sets the value of the upperDstPortBoundary property.
|
protected ChoiceOption action
protected ChoiceOption protocol
protected ChoiceOption direction
protected LongOption lowerDstPortBoundary
protected LongOption upperDstPortBoundary
public VirtualMachineVMCIDeviceOptionFilterSpecOption()
public ChoiceOption getAction()
ChoiceOptionpublic void setAction(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic ChoiceOption getProtocol()
ChoiceOptionpublic void setProtocol(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic ChoiceOption getDirection()
ChoiceOptionpublic void setDirection(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic LongOption getLowerDstPortBoundary()
LongOptionpublic void setLowerDstPortBoundary(LongOption value)
value - allowed object is
LongOptionpublic LongOption getUpperDstPortBoundary()
LongOptionpublic void setUpperDstPortBoundary(LongOption value)
value - allowed object is
LongOptionCopyright © 2018. All rights reserved.