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