Class NovaHostResource

    • Field Detail

      • serialVersionUID

        public static final long serialVersionUID
        Deprecated.
        See Also:
        Constant Field Values
      • hostName

        public String hostName
        Deprecated.
      • service

        public String service
        Deprecated.
      • zone

        public String zone
        Deprecated.
    • Constructor Detail

      • NovaHostResource

        public NovaHostResource()
        Deprecated.
    • Method Detail

      • getCpu

        public int getCpu()
        Deprecated.
        Specified by:
        getCpu in interface HostResource
        Returns:
        the number of CPUs of the compute host
      • getDiskInGb

        public int getDiskInGb()
        Deprecated.
        Specified by:
        getDiskInGb in interface HostResource
        Returns:
        the size of Disk the compute host has, in GB
      • getHost

        public String getHost()
        Deprecated.
        Specified by:
        getHost in interface HostResource
        Returns:
        the Hostname of the compute host
      • getMemoryInMb

        public int getMemoryInMb()
        Deprecated.
        Specified by:
        getMemoryInMb in interface HostResource
        Returns:
        the size of Memory of the compute host has, in MB
      • getProject

        public String getProject()
        Deprecated.
        Specified by:
        getProject in interface HostResource
        Returns:
        the project id (or special name like total, used_now, used_max)
      • getService

        public String getService()
        Deprecated.

        Author:Wang Ting/王婷

        Specified by:
        getService in interface HostResource
        Returns:
        service
      • getZone

        public String getZone()
        Deprecated.

        Author:Wang Ting/王婷

        Specified by:
        getZone in interface HostResource
        Returns:
        zone
      • getHostName

        public String getHostName()
        Deprecated.

        Author:Wang Ting/王婷

        Specified by:
        getHostName in interface HostResource
        Returns:
        host name