Class NovaFlavor

    • Constructor Detail

      • NovaFlavor

        public NovaFlavor()
    • Method Detail

      • getId

        public String getId()
        Specified by:
        getId in interface Flavor
        Returns:
        the id for this flavor
      • getName

        public String getName()
        Specified by:
        getName in interface Flavor
        Returns:
        the descriptive name of the flavor
      • getRam

        public int getRam()
        Specified by:
        getRam in interface Flavor
        Returns:
        the Memory in MB for the flavor
      • getVcpus

        public int getVcpus()
        Specified by:
        getVcpus in interface Flavor
        Returns:
        the Number of VCPUs for the flavor
      • getDisk

        public int getDisk()
        Specified by:
        getDisk in interface Flavor
        Returns:
        the size of the local disk in GB
      • getSwap

        public int getSwap()
        Specified by:
        getSwap in interface Flavor
        Returns:
        the Swap space in MB
      • getRxtxFactor

        public float getRxtxFactor()
        Specified by:
        getRxtxFactor in interface Flavor
        Returns:
        the RX/TX factor
      • getEphemeral

        public int getEphemeral()
        Gets the ephemeral.
        Specified by:
        getEphemeral in interface Flavor
        Returns:
        the ephemeral
      • getRxtxQuota

        public int getRxtxQuota()
        Gets the rxtx quota.
        Specified by:
        getRxtxQuota in interface Flavor
        Returns:
        the rxtx quota
      • getRxtxCap

        public int getRxtxCap()
        Gets the rxtx cap.
        Specified by:
        getRxtxCap in interface Flavor
        Returns:
        the rxtx cap
      • isPublic

        public Boolean isPublic()
        Checks if is public.
        Specified by:
        isPublic in interface Flavor
        Returns:
        true, if is public
      • isDisabled

        public Boolean isDisabled()
        Checks if is disabled.
        Specified by:
        isDisabled in interface Flavor
        Returns:
        true, if is disabled
      • getLinks

        public List<? extends Link> getLinks()
        Gets the links.
        Specified by:
        getLinks in interface Flavor
        Returns:
        the links