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 V1InputV1Input. bus(java.lang.String bus)V1InputV1Input. name(java.lang.String name)V1InputV1Input. 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 V1DevicesV1Devices. addInputsItem(V1Input inputsItem)Method parameters in kubevirt.io with type arguments of type V1Input Modifier and Type Method Description V1DevicesV1Devices. inputs(java.util.List<V1Input> inputs)voidV1Devices. setInputs(java.util.List<V1Input> inputs)
-