Class Host.ResourceWrapper.Resource

java.lang.Object
com.woorea.openstack.nova.model.Host.ResourceWrapper.Resource
All Implemented Interfaces:
Serializable
Enclosing class:
Host.ResourceWrapper

public static final class Host.ResourceWrapper.Resource extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • Resource

      public Resource()
  • Method Details

    • getProject

      public String getProject()
      Returns:
      the project
    • getMemoryMb

      public Integer getMemoryMb()
      Returns:
      the memoryMb
    • getHost

      public String getHost()
      Returns:
      the host
    • getCpu

      public Integer getCpu()
      Returns:
      the cpu
    • getDiskGb

      public Integer getDiskGb()
      Returns:
      the diskGb
    • toString

      public String toString()
      Overrides:
      toString in class Object