Uses of Class
kubevirt.io.V1FeatureAPIC
-
Packages that use V1FeatureAPIC Package Description kubevirt.io -
-
Uses of V1FeatureAPIC in kubevirt.io
Fields in kubevirt.io declared as V1FeatureAPIC Modifier and Type Field Description private V1FeatureAPIC
V1Features. apic
Methods in kubevirt.io that return V1FeatureAPIC Modifier and Type Method Description V1FeatureAPIC
V1FeatureAPIC. enabled(java.lang.Boolean enabled)
V1FeatureAPIC
V1FeatureAPIC. endOfInterrupt(java.lang.Boolean endOfInterrupt)
V1FeatureAPIC
V1Features. getApic()
Defaults to the machine type setting.Methods in kubevirt.io with parameters of type V1FeatureAPIC Modifier and Type Method Description V1Features
V1Features. apic(V1FeatureAPIC apic)
void
V1Features. setApic(V1FeatureAPIC apic)
-