Package kubevirt.io
Class V1Hugepages
java.lang.Object
kubevirt.io.V1Hugepages
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1Hugepages
extends Object
Hugepages allow to use hugepages for the VirtualMachineInstance instead of regular memory.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanPageSize specifies the hugepage size, for x86_64 architecture valid values are 1Gi and 2Mi.inthashCode()voidsetPageSize(String pageSize) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
pageSize
-
-
Constructor Details
-
V1Hugepages
public V1Hugepages()
-
-
Method Details
-
pageSize
-
getPageSize
PageSize specifies the hugepage size, for x86_64 architecture valid values are 1Gi and 2Mi.- Returns:
- pageSize
-
setPageSize
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-