public class VirtualDeviceURIBackingOption extends VirtualDeviceBackingOption
Java class for VirtualDeviceURIBackingOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDeviceURIBackingOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceBackingOption">
<sequence>
<element name="directions" type="{urn:vim25}ChoiceOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChoiceOption |
directions |
type| Constructor and Description |
|---|
VirtualDeviceURIBackingOption() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceOption |
getDirections()
Gets the value of the directions property.
|
void |
setDirections(ChoiceOption value)
Sets the value of the directions property.
|
getType, setTypeprotected ChoiceOption directions
public ChoiceOption getDirections()
ChoiceOptionpublic void setDirections(ChoiceOption value)
value - allowed object is
ChoiceOptionCopyright © 2018. All rights reserved.