Package kubevirt.io

Class V1Machine


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2019-11-10T14:44:51.030+02:00")
    public class V1Machine
    extends java.lang.Object
    V1Machine
    • Constructor Summary

      Constructors 
      Constructor Description
      V1Machine()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getType()
      QEMU machine type is the actual chipset of the VirtualMachineInstance.
      int hashCode()  
      void setType​(java.lang.String type)  
      java.lang.String toString()  
      V1Machine type​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • V1Machine

        public V1Machine()
    • Method Detail

      • type

        public V1Machine type​(java.lang.String type)
      • getType

        public java.lang.String getType()
        QEMU machine type is the actual chipset of the VirtualMachineInstance.
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object