Uses of Class
kubevirt.io.V1CPU
-
Packages that use V1CPU Package Description kubevirt.io -
-
Uses of V1CPU in kubevirt.io
Methods in kubevirt.io that return V1CPU Modifier and Type Method Description V1CPU
V1CPU. addFeaturesItem(V1CPUFeature featuresItem)
V1CPU
V1CPU. cores(java.lang.Integer cores)
V1CPU
V1CPU. dedicatedCpuPlacement(java.lang.Boolean dedicatedCpuPlacement)
V1CPU
V1CPU. features(java.util.List<V1CPUFeature> features)
V1CPU
V1DomainSpec. getCpu()
CPU allow specified the detailed CPU topology inside the vmi.V1CPU
V1CPU. model(java.lang.String model)
V1CPU
V1CPU. sockets(java.lang.Integer sockets)
V1CPU
V1CPU. threads(java.lang.Integer threads)
Methods in kubevirt.io with parameters of type V1CPU Modifier and Type Method Description V1DomainSpec
V1DomainSpec. cpu(V1CPU cpu)
void
V1DomainSpec. setCpu(V1CPU cpu)
-