Uses of Class
com.oracle.bmc.opsi.model.HostResourceAllocation.Builder
-
Packages that use HostResourceAllocation.Builder Package Description com.oracle.bmc.opsi.model -
-
Uses of HostResourceAllocation.Builder in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return HostResourceAllocation.Builder Modifier and Type Method Description static HostResourceAllocation.Builder
HostResourceAllocation. builder()
Create a new builder.HostResourceAllocation.Builder
HostResourceAllocation.Builder. copy(HostResourceAllocation model)
HostResourceAllocation.Builder
HostResourceAllocation.Builder. timeCollected(Date timeCollected)
HostResourceAllocation.Builder
HostResourceAllocation. toBuilder()
HostResourceAllocation.Builder
HostResourceAllocation.Builder. totalCpus(Integer totalCpus)
Total number of CPUs availableHostResourceAllocation.Builder
HostResourceAllocation.Builder. totalMemoryInGB(Double totalMemoryInGB)
Total amount of usable physical memory in gibabytes
-