Uses of Class
kubevirt.io.V1Input
-
Packages that use V1Input Package Description kubevirt.io -
-
Uses of V1Input in kubevirt.io
Methods in kubevirt.io that return V1Input Modifier and Type Method Description V1Input
V1Input. bus(java.lang.String bus)
V1Input
V1Input. name(java.lang.String name)
V1Input
V1Input. type(java.lang.String type)
Methods in kubevirt.io that return types with arguments of type V1Input Modifier and Type Method Description java.util.List<V1Input>
V1Devices. getInputs()
Inputs describe input devicesMethods in kubevirt.io with parameters of type V1Input Modifier and Type Method Description V1Devices
V1Devices. addInputsItem(V1Input inputsItem)
Method parameters in kubevirt.io with type arguments of type V1Input Modifier and Type Method Description V1Devices
V1Devices. inputs(java.util.List<V1Input> inputs)
void
V1Devices. setInputs(java.util.List<V1Input> inputs)
-