public class HostPciPassthruInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
dependentDevice |
String |
id |
boolean |
passthruActive |
boolean |
passthruCapable |
boolean |
passthruEnabled |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostPciPassthruInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDependentDevice() |
String |
getId() |
boolean |
isPassthruActive() |
boolean |
isPassthruCapable() |
boolean |
isPassthruEnabled() |
void |
setDependentDevice(String dependentDevice) |
void |
setId(String id) |
void |
setPassthruActive(boolean passthruActive) |
void |
setPassthruCapable(boolean passthruCapable) |
void |
setPassthruEnabled(boolean passthruEnabled) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String id
public String dependentDevice
public boolean passthruEnabled
public boolean passthruCapable
public boolean passthruActive
public String getId()
public String getDependentDevice()
public boolean isPassthruEnabled()
public boolean isPassthruCapable()
public boolean isPassthruActive()
public void setId(String id)
public void setDependentDevice(String dependentDevice)
public void setPassthruEnabled(boolean passthruEnabled)
public void setPassthruCapable(boolean passthruCapable)
public void setPassthruActive(boolean passthruActive)
Copyright © 2011-2012. All Rights Reserved.