Uses of Class
kubevirt.io.V1Memory
-
Packages that use V1Memory Package Description kubevirt.io -
-
Uses of V1Memory in kubevirt.io
Fields in kubevirt.io declared as V1Memory Modifier and Type Field Description private V1Memory
V1DomainSpec. memory
Methods in kubevirt.io that return V1Memory Modifier and Type Method Description V1Memory
V1DomainSpec. getMemory()
Memory allow specifying the VMI memory features.V1Memory
V1Memory. guest(java.lang.String guest)
V1Memory
V1Memory. hugepages(V1Hugepages hugepages)
Methods in kubevirt.io with parameters of type V1Memory Modifier and Type Method Description V1DomainSpec
V1DomainSpec. memory(V1Memory memory)
void
V1DomainSpec. setMemory(V1Memory memory)
-