Package kubevirt.io

Class V1Input

java.lang.Object
kubevirt.io.V1Input

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

  • Constructor Details

    • V1Input

      public V1Input()
  • Method Details

    • bus

      public V1Input bus(String bus)
    • getBus

      public String getBus()
      Bus indicates the bus of input device to emulate. Supported values: virtio, usb.
      Returns:
      bus
    • setBus

      public void setBus(String bus)
    • name

      public V1Input name(String name)
    • getName

      public String getName()
      Name is the device name
      Returns:
      name
    • setName

      public void setName(String name)
    • type

      public V1Input type(String type)
    • getType

      public String getType()
      Type indicated the type of input device. Supported values: tablet.
      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).