Package kubevirt.io

Class V1Input


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

      Fields 
      Modifier and Type Field Description
      private java.lang.String bus  
      private java.lang.String name  
      private java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      V1Input()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V1Input bus​(java.lang.String bus)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getBus()
      Bus indicates the bus of input device to emulate.
      java.lang.String getName()
      Name is the device name
      java.lang.String getType()
      Type indicated the type of input device.
      int hashCode()  
      V1Input name​(java.lang.String name)  
      void setBus​(java.lang.String bus)  
      void setName​(java.lang.String name)  
      void setType​(java.lang.String type)  
      private java.lang.String toIndentedString​(java.lang.Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).
      java.lang.String toString()  
      V1Input type​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

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

      • bus

        private java.lang.String bus
      • name

        private java.lang.String name
      • type

        private java.lang.String type
    • Constructor Detail

      • V1Input

        public V1Input()
    • Method Detail

      • bus

        public V1Input bus​(java.lang.String bus)
      • getBus

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

        public void setBus​(java.lang.String bus)
      • name

        public V1Input name​(java.lang.String name)
      • getName

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

        public void setName​(java.lang.String name)
      • type

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

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

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