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