public class VirtualVideoCardOption extends VirtualDeviceOption
Java class for VirtualVideoCardOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualVideoCardOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceOption">
<sequence>
<element name="videoRamSizeInKB" type="{urn:vim25}LongOption" minOccurs="0"/>
<element name="numDisplays" type="{urn:vim25}IntOption" minOccurs="0"/>
<element name="useAutoDetect" type="{urn:vim25}BoolOption" minOccurs="0"/>
<element name="support3D" type="{urn:vim25}BoolOption" minOccurs="0"/>
<element name="use3dRendererSupported" type="{urn:vim25}BoolOption" minOccurs="0"/>
<element name="graphicsMemorySizeInKB" type="{urn:vim25}LongOption" minOccurs="0"/>
<element name="graphicsMemorySizeSupported" type="{urn:vim25}BoolOption" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LongOption |
graphicsMemorySizeInKB |
protected BoolOption |
graphicsMemorySizeSupported |
protected IntOption |
numDisplays |
protected BoolOption |
support3D |
protected BoolOption |
use3DRendererSupported |
protected BoolOption |
useAutoDetect |
protected LongOption |
videoRamSizeInKB |
autoAssignController, backingOption, busSlotOption, connectOption, controllerType, defaultBackingOptionIndex, deprecated, hotRemoveSupported, licensingLimit, plugAndPlay, type| Constructor and Description |
|---|
VirtualVideoCardOption() |
| Modifier and Type | Method and Description |
|---|---|
LongOption |
getGraphicsMemorySizeInKB()
Gets the value of the graphicsMemorySizeInKB property.
|
BoolOption |
getGraphicsMemorySizeSupported()
Gets the value of the graphicsMemorySizeSupported property.
|
IntOption |
getNumDisplays()
Gets the value of the numDisplays property.
|
BoolOption |
getSupport3D()
Gets the value of the support3D property.
|
BoolOption |
getUse3DRendererSupported()
Gets the value of the use3DRendererSupported property.
|
BoolOption |
getUseAutoDetect()
Gets the value of the useAutoDetect property.
|
LongOption |
getVideoRamSizeInKB()
Gets the value of the videoRamSizeInKB property.
|
void |
setGraphicsMemorySizeInKB(LongOption value)
Sets the value of the graphicsMemorySizeInKB property.
|
void |
setGraphicsMemorySizeSupported(BoolOption value)
Sets the value of the graphicsMemorySizeSupported property.
|
void |
setNumDisplays(IntOption value)
Sets the value of the numDisplays property.
|
void |
setSupport3D(BoolOption value)
Sets the value of the support3D property.
|
void |
setUse3DRendererSupported(BoolOption value)
Sets the value of the use3DRendererSupported property.
|
void |
setUseAutoDetect(BoolOption value)
Sets the value of the useAutoDetect property.
|
void |
setVideoRamSizeInKB(LongOption value)
Sets the value of the videoRamSizeInKB property.
|
getAutoAssignController, getBackingOption, getBusSlotOption, getConnectOption, getControllerType, getDefaultBackingOptionIndex, getLicensingLimit, getType, isDeprecated, isHotRemoveSupported, isPlugAndPlay, setAutoAssignController, setBusSlotOption, setConnectOption, setControllerType, setDefaultBackingOptionIndex, setDeprecated, setHotRemoveSupported, setPlugAndPlay, setTypeprotected LongOption videoRamSizeInKB
protected IntOption numDisplays
protected BoolOption useAutoDetect
protected BoolOption support3D
protected BoolOption use3DRendererSupported
protected LongOption graphicsMemorySizeInKB
protected BoolOption graphicsMemorySizeSupported
public LongOption getVideoRamSizeInKB()
LongOptionpublic void setVideoRamSizeInKB(LongOption value)
value - allowed object is
LongOptionpublic IntOption getNumDisplays()
IntOptionpublic void setNumDisplays(IntOption value)
value - allowed object is
IntOptionpublic BoolOption getUseAutoDetect()
BoolOptionpublic void setUseAutoDetect(BoolOption value)
value - allowed object is
BoolOptionpublic BoolOption getSupport3D()
BoolOptionpublic void setSupport3D(BoolOption value)
value - allowed object is
BoolOptionpublic BoolOption getUse3DRendererSupported()
BoolOptionpublic void setUse3DRendererSupported(BoolOption value)
value - allowed object is
BoolOptionpublic LongOption getGraphicsMemorySizeInKB()
LongOptionpublic void setGraphicsMemorySizeInKB(LongOption value)
value - allowed object is
LongOptionpublic BoolOption getGraphicsMemorySizeSupported()
BoolOptionpublic void setGraphicsMemorySizeSupported(BoolOption value)
value - allowed object is
BoolOptionCopyright © 2018. All rights reserved.