public class VirtualMachinePciSharedGpuPassthroughInfo extends VirtualMachineTargetInfo
Java class for VirtualMachinePciSharedGpuPassthroughInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachinePciSharedGpuPassthroughInfo">
<complexContent>
<extension base="{urn:vim25}VirtualMachineTargetInfo">
<sequence>
<element name="vgpu" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
vgpu |
configurationTag, name| Constructor and Description |
|---|
VirtualMachinePciSharedGpuPassthroughInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVgpu()
Gets the value of the vgpu property.
|
void |
setVgpu(String value)
Sets the value of the vgpu property.
|
getConfigurationTag, getName, setNameprotected String vgpu
Copyright © 2018. All rights reserved.