Class Hypervisor

java.lang.Object
com.woorea.openstack.nova.model.Hypervisor
All Implemented Interfaces:
Serializable

public class Hypervisor extends Object implements Serializable
Model for Hypervisor
See Also:
  • Field Details

    • id

      private String id
    • hypervisor_hostname

      private String hypervisor_hostname
  • Constructor Details

    • Hypervisor

      public Hypervisor()
  • Method Details

    • getId

      public String getId()
    • setHypervisor_hostname

      public void setHypervisor_hostname(String hypervisor_hostname)
    • getHypervisor_hostname

      public String getHypervisor_hostname()
    • toString

      public String toString()
      Overrides:
      toString in class Object