Package kubevirt.io

Class V1Machine

java.lang.Object
kubevirt.io.V1Machine

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

  • Constructor Details

    • V1Machine

      public V1Machine()
  • Method Details

    • type

      public V1Machine type(String type)
    • getType

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

      public void setType(String type)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).