Uses of Class
kubevirt.io.V1Devices
-
Packages that use V1Devices Package Description kubevirt.io -
-
Uses of V1Devices in kubevirt.io
Fields in kubevirt.io declared as V1Devices Modifier and Type Field Description private V1DevicesV1DomainSpec. devicesMethods in kubevirt.io that return V1Devices Modifier and Type Method Description V1DevicesV1Devices. addDisksItem(V1Disk disksItem)V1DevicesV1Devices. addGpusItem(V1GPU gpusItem)V1DevicesV1Devices. addInputsItem(V1Input inputsItem)V1DevicesV1Devices. addInterfacesItem(V1Interface interfacesItem)V1DevicesV1Devices. autoattachGraphicsDevice(java.lang.Boolean autoattachGraphicsDevice)V1DevicesV1Devices. autoattachPodInterface(java.lang.Boolean autoattachPodInterface)V1DevicesV1Devices. blockMultiQueue(java.lang.Boolean blockMultiQueue)V1DevicesV1Devices. disks(java.util.List<V1Disk> disks)V1DevicesV1DomainSpec. getDevices()Devices allows adding disks, network interfaces, ...V1DevicesV1Devices. gpus(java.util.List<V1GPU> gpus)V1DevicesV1Devices. inputs(java.util.List<V1Input> inputs)V1DevicesV1Devices. interfaces(java.util.List<V1Interface> interfaces)V1DevicesV1Devices. networkInterfaceMultiqueue(java.lang.Boolean networkInterfaceMultiqueue)V1DevicesV1Devices. rng(V1Rng rng)V1DevicesV1Devices. watchdog(V1Watchdog watchdog)Methods in kubevirt.io with parameters of type V1Devices Modifier and Type Method Description V1DomainSpecV1DomainSpec. devices(V1Devices devices)voidV1DomainSpec. setDevices(V1Devices devices)
-