public class HostPciPassthruConfig extends DynamicData
Java class for HostPciPassthruConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostPciPassthruConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="passthruEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected boolean |
passthruEnabled |
| Constructor and Description |
|---|
HostPciPassthruConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
boolean |
isPassthruEnabled()
Gets the value of the passthruEnabled property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPassthruEnabled(boolean value)
Sets the value of the passthruEnabled property.
|
protected String id
protected boolean passthruEnabled
public void setId(String value)
value - allowed object is
Stringpublic boolean isPassthruEnabled()
public void setPassthruEnabled(boolean value)
Copyright © 2018. All rights reserved.