public static interface VCpuInfo.Builder extends SdkPojo, CopyableBuilder<VCpuInfo.Builder,VCpuInfo>
| Modifier and Type | Method and Description |
|---|---|
VCpuInfo.Builder |
defaultCores(Integer defaultCores)
The default number of cores for the instance type.
|
VCpuInfo.Builder |
defaultThreadsPerCore(Integer defaultThreadsPerCore)
The default number of threads per core for the instance type.
|
VCpuInfo.Builder |
defaultVCpus(Integer defaultVCpus)
The default number of vCPUs for the instance type.
|
VCpuInfo.Builder |
validCores(Collection<Integer> validCores)
List of the valid number of cores that can be configured for the instance type.
|
VCpuInfo.Builder |
validCores(Integer... validCores)
List of the valid number of cores that can be configured for the instance type.
|
VCpuInfo.Builder |
validThreadsPerCore(Collection<Integer> validThreadsPerCore)
List of the valid number of threads per core that can be configured for the instance type.
|
VCpuInfo.Builder |
validThreadsPerCore(Integer... validThreadsPerCore)
List of the valid number of threads per core that can be configured for the instance type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVCpuInfo.Builder defaultVCpus(Integer defaultVCpus)
The default number of vCPUs for the instance type.
defaultVCpus - The default number of vCPUs for the instance type.VCpuInfo.Builder defaultCores(Integer defaultCores)
The default number of cores for the instance type.
defaultCores - The default number of cores for the instance type.VCpuInfo.Builder defaultThreadsPerCore(Integer defaultThreadsPerCore)
The default number of threads per core for the instance type.
defaultThreadsPerCore - The default number of threads per core for the instance type.VCpuInfo.Builder validCores(Collection<Integer> validCores)
List of the valid number of cores that can be configured for the instance type.
validCores - List of the valid number of cores that can be configured for the instance type.VCpuInfo.Builder validCores(Integer... validCores)
List of the valid number of cores that can be configured for the instance type.
validCores - List of the valid number of cores that can be configured for the instance type.VCpuInfo.Builder validThreadsPerCore(Collection<Integer> validThreadsPerCore)
List of the valid number of threads per core that can be configured for the instance type.
validThreadsPerCore - List of the valid number of threads per core that can be configured for the instance type.VCpuInfo.Builder validThreadsPerCore(Integer... validThreadsPerCore)
List of the valid number of threads per core that can be configured for the instance type.
validThreadsPerCore - List of the valid number of threads per core that can be configured for the instance type.Copyright © 2020. All rights reserved.