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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBus()Bus indicates the bus of input device to emulate.getName()Name is the device namegetType()Type indicated the type of input device.inthashCode()voidvoidvoidprivate StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
bus
-
name
-
type
-
-
Constructor Details
-
V1Input
public V1Input()
-
-
Method Details
-
bus
-
getBus
Bus indicates the bus of input device to emulate. Supported values: virtio, usb.- Returns:
- bus
-
setBus
-
name
-
getName
Name is the device name- Returns:
- name
-
setName
-
type
-
getType
Type indicated the type of input device. Supported values: tablet.- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-