Package com.vmware.vim25
Class HostPciPassthruInfo
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostPciPassthruInfo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HostSriovInfo
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanbooleanbooleanvoidsetDependentDevice(String dependentDevice) voidvoidsetPassthruActive(boolean passthruActive) voidsetPassthruCapable(boolean passthruCapable) voidsetPassthruEnabled(boolean passthruEnabled) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
id
-
dependentDevice
-
passthruEnabled
public boolean passthruEnabled -
passthruCapable
public boolean passthruCapable -
passthruActive
public boolean passthruActive
-
-
Constructor Details
-
HostPciPassthruInfo
public HostPciPassthruInfo()
-
-
Method Details
-
getId
-
getDependentDevice
-
isPassthruEnabled
public boolean isPassthruEnabled() -
isPassthruCapable
public boolean isPassthruCapable() -
isPassthruActive
public boolean isPassthruActive() -
setId
-
setDependentDevice
-
setPassthruEnabled
public void setPassthruEnabled(boolean passthruEnabled) -
setPassthruCapable
public void setPassthruCapable(boolean passthruCapable) -
setPassthruActive
public void setPassthruActive(boolean passthruActive)
-