Interface MDevType

  • All Known Implementing Classes:
    MDevTypeContainer

    public interface MDevType
    Mediated device is a software device that allows to divide physical device's resources. See https://libvirt.org/drvnodedev.html#MDEV[Libvirt-MDEV] for further details.
    • Method Detail

      • availableInstances

        BigInteger availableInstances()
      • availableInstancesAsByte

        Byte availableInstancesAsByte()
      • availableInstancesAsShort

        Short availableInstancesAsShort()
      • availableInstancesAsInteger

        Integer availableInstancesAsInteger()
      • availableInstancesAsLong

        Long availableInstancesAsLong()
      • availableInstancesPresent

        boolean availableInstancesPresent()
      • description

        String description()
      • descriptionPresent

        boolean descriptionPresent()
      • humanReadableName

        String humanReadableName()
      • humanReadableNamePresent

        boolean humanReadableNamePresent()
      • namePresent

        boolean namePresent()