Class DeviceNotSupported

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeviceBackingNotSupported, DeviceControllerNotSupported, DigestNotSupported, FileBackedPortNotSupported, MultiWriterNotSupported, NonPersistentDisksNotSupported, RawDiskNotSupported, RDMNotSupported, RemoteDeviceNotSupported, SharedBusControllerNotSupported, VirtualDiskModeNotSupported, VirtualEthernetCardNotSupported, VMINotSupported

public class DeviceNotSupported extends VirtualHardwareCompatibilityIssue
See Also:
  • Field Details

    • device

      public String device
    • reason

      public String reason
  • Constructor Details

    • DeviceNotSupported

      public DeviceNotSupported()
  • Method Details

    • getDevice

      public String getDevice()
    • getReason

      public String getReason()
    • setDevice

      public void setDevice(String device)
    • setReason

      public void setReason(String reason)