Interface Quota

  • All Superinterfaces:
    Identified
    All Known Implementing Classes:
    QuotaContainer

    public interface Quota
    extends Identified
    Represents a quota object. An example XML representation of a quota: [source,xml] ---- My Quota A quota for my oVirt environment 0 0 0 0 ----
    • Method Detail

      • clusterHardLimitPct

        BigInteger clusterHardLimitPct()
      • clusterHardLimitPctAsByte

        Byte clusterHardLimitPctAsByte()
      • clusterHardLimitPctAsShort

        Short clusterHardLimitPctAsShort()
      • clusterHardLimitPctAsInteger

        Integer clusterHardLimitPctAsInteger()
      • clusterHardLimitPctAsLong

        Long clusterHardLimitPctAsLong()
      • clusterHardLimitPctPresent

        boolean clusterHardLimitPctPresent()
      • clusterSoftLimitPct

        BigInteger clusterSoftLimitPct()
      • clusterSoftLimitPctAsByte

        Byte clusterSoftLimitPctAsByte()
      • clusterSoftLimitPctAsShort

        Short clusterSoftLimitPctAsShort()
      • clusterSoftLimitPctAsInteger

        Integer clusterSoftLimitPctAsInteger()
      • clusterSoftLimitPctAsLong

        Long clusterSoftLimitPctAsLong()
      • clusterSoftLimitPctPresent

        boolean clusterSoftLimitPctPresent()
      • dataCenterPresent

        boolean dataCenterPresent()
      • disksPresent

        boolean disksPresent()
      • storageHardLimitPct

        BigInteger storageHardLimitPct()
      • storageHardLimitPctAsByte

        Byte storageHardLimitPctAsByte()
      • storageHardLimitPctAsShort

        Short storageHardLimitPctAsShort()
      • storageHardLimitPctAsInteger

        Integer storageHardLimitPctAsInteger()
      • storageHardLimitPctAsLong

        Long storageHardLimitPctAsLong()
      • storageHardLimitPctPresent

        boolean storageHardLimitPctPresent()
      • storageSoftLimitPct

        BigInteger storageSoftLimitPct()
      • storageSoftLimitPctAsByte

        Byte storageSoftLimitPctAsByte()
      • storageSoftLimitPctAsShort

        Short storageSoftLimitPctAsShort()
      • storageSoftLimitPctAsInteger

        Integer storageSoftLimitPctAsInteger()
      • storageSoftLimitPctAsLong

        Long storageSoftLimitPctAsLong()
      • storageSoftLimitPctPresent

        boolean storageSoftLimitPctPresent()
      • usersPresent

        boolean usersPresent()
      • vmsPresent

        boolean vmsPresent()
      • permissionsPresent

        boolean permissionsPresent()
      • quotaClusterLimitsPresent

        boolean quotaClusterLimitsPresent()
      • quotaStorageLimitsPresent

        boolean quotaStorageLimitsPresent()