Package com.oracle.bmc.opsi.model
Class HostMemoryConfiguration.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.HostMemoryConfiguration.Builder
-
- Enclosing class:
- HostMemoryConfiguration
public static class HostMemoryConfiguration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostMemoryConfiguration
build()
HostMemoryConfiguration.Builder
copy(HostMemoryConfiguration model)
HostMemoryConfiguration.Builder
hugePageSizeInKB(Double hugePageSizeInKB)
Size of huge pages in kilobytesHostMemoryConfiguration.Builder
hugePagesTotal(Integer hugePagesTotal)
Total number of huge pagesHostMemoryConfiguration.Builder
pageSizeInKB(Double pageSizeInKB)
Page size in kilobytesHostMemoryConfiguration.Builder
pageTablesInKB(Double pageTablesInKB)
Amount of memory used for page tables in kilobytesHostMemoryConfiguration.Builder
swapTotalInKB(Double swapTotalInKB)
Amount of total swap space in kilobytesHostMemoryConfiguration.Builder
timeCollected(Date timeCollected)
-
-
-
Method Detail
-
timeCollected
public HostMemoryConfiguration.Builder timeCollected(Date timeCollected)
-
pageSizeInKB
public HostMemoryConfiguration.Builder pageSizeInKB(Double pageSizeInKB)
Page size in kilobytes- Parameters:
pageSizeInKB
- the value to set- Returns:
- this builder
-
pageTablesInKB
public HostMemoryConfiguration.Builder pageTablesInKB(Double pageTablesInKB)
Amount of memory used for page tables in kilobytes- Parameters:
pageTablesInKB
- the value to set- Returns:
- this builder
-
swapTotalInKB
public HostMemoryConfiguration.Builder swapTotalInKB(Double swapTotalInKB)
Amount of total swap space in kilobytes- Parameters:
swapTotalInKB
- the value to set- Returns:
- this builder
-
hugePageSizeInKB
public HostMemoryConfiguration.Builder hugePageSizeInKB(Double hugePageSizeInKB)
Size of huge pages in kilobytes- Parameters:
hugePageSizeInKB
- the value to set- Returns:
- this builder
-
hugePagesTotal
public HostMemoryConfiguration.Builder hugePagesTotal(Integer hugePagesTotal)
Total number of huge pages- Parameters:
hugePagesTotal
- the value to set- Returns:
- this builder
-
build
public HostMemoryConfiguration build()
-
copy
public HostMemoryConfiguration.Builder copy(HostMemoryConfiguration model)
-
-