public class VirtualPCIPassthroughVmiopBackingOption extends VirtualPCIPassthroughPluginBackingOption
Java class for VirtualPCIPassthroughVmiopBackingOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualPCIPassthroughVmiopBackingOption">
<complexContent>
<extension base="{urn:vim25}VirtualPCIPassthroughPluginBackingOption">
<sequence>
<element name="vgpu" type="{urn:vim25}StringOption"/>
<element name="maxInstances" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxInstances |
protected StringOption |
vgpu |
type| Constructor and Description |
|---|
VirtualPCIPassthroughVmiopBackingOption() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxInstances()
Gets the value of the maxInstances property.
|
StringOption |
getVgpu()
Gets the value of the vgpu property.
|
void |
setMaxInstances(int value)
Sets the value of the maxInstances property.
|
void |
setVgpu(StringOption value)
Sets the value of the vgpu property.
|
getType, setTypeprotected StringOption vgpu
protected int maxInstances
public VirtualPCIPassthroughVmiopBackingOption()
public StringOption getVgpu()
StringOptionpublic void setVgpu(StringOption value)
value - allowed object is
StringOptionpublic int getMaxInstances()
public void setMaxInstances(int value)
Copyright © 2018. All rights reserved.