public static interface CpuOptionsRequest.Builder extends SdkPojo, CopyableBuilder<CpuOptionsRequest.Builder,CpuOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
CpuOptionsRequest.Builder |
coreCount(Integer coreCount)
The number of CPU cores for the instance.
|
CpuOptionsRequest.Builder |
threadsPerCore(Integer threadsPerCore)
The number of threads per CPU core.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCpuOptionsRequest.Builder coreCount(Integer coreCount)
The number of CPU cores for the instance.
coreCount - The number of CPU cores for the instance.CpuOptionsRequest.Builder threadsPerCore(Integer threadsPerCore)
The number of threads per CPU core. To disable multithreading for the instance, specify a value of
1. Otherwise, specify the default value of 2.
threadsPerCore - The number of threads per CPU core. To disable multithreading for the instance, specify a value of
1. Otherwise, specify the default value of 2.Copyright © 2019. All rights reserved.