Class HostPciPassthruInfo

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostPciPassthruInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HostSriovInfo

public class HostPciPassthruInfo extends DynamicData
See Also:
  • Field Details

    • id

      public String id
    • dependentDevice

      public String dependentDevice
    • passthruEnabled

      public boolean passthruEnabled
    • passthruCapable

      public boolean passthruCapable
    • passthruActive

      public boolean passthruActive
  • Constructor Details

    • HostPciPassthruInfo

      public HostPciPassthruInfo()
  • Method Details

    • getId

      public String getId()
    • getDependentDevice

      public String getDependentDevice()
    • isPassthruEnabled

      public boolean isPassthruEnabled()
    • isPassthruCapable

      public boolean isPassthruCapable()
    • isPassthruActive

      public boolean isPassthruActive()
    • setId

      public void setId(String id)
    • setDependentDevice

      public void setDependentDevice(String dependentDevice)
    • setPassthruEnabled

      public void setPassthruEnabled(boolean passthruEnabled)
    • setPassthruCapable

      public void setPassthruCapable(boolean passthruCapable)
    • setPassthruActive

      public void setPassthruActive(boolean passthruActive)