Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VCpuInfo |
VCpuInfo.clone() |
VCpuInfo |
InstanceTypeInfo.getVCpuInfo()
Describes the vCPU configurations for the instance type.
|
VCpuInfo |
VCpuInfo.withDefaultCores(Integer defaultCores)
The default number of cores for the instance type.
|
VCpuInfo |
VCpuInfo.withDefaultThreadsPerCore(Integer defaultThreadsPerCore)
The default number of threads per core for the instance type.
|
VCpuInfo |
VCpuInfo.withDefaultVCpus(Integer defaultVCpus)
The default number of vCPUs for the instance type.
|
VCpuInfo |
VCpuInfo.withValidCores(Collection<Integer> validCores)
The valid number of cores that can be configured for the instance type.
|
VCpuInfo |
VCpuInfo.withValidCores(Integer... validCores)
The valid number of cores that can be configured for the instance type.
|
VCpuInfo |
VCpuInfo.withValidThreadsPerCore(Collection<Integer> validThreadsPerCore)
The valid number of threads per core that can be configured for the instance type.
|
VCpuInfo |
VCpuInfo.withValidThreadsPerCore(Integer... validThreadsPerCore)
The valid number of threads per core that can be configured for the instance type.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceTypeInfo.setVCpuInfo(VCpuInfo vCpuInfo)
Describes the vCPU configurations for the instance type.
|
InstanceTypeInfo |
InstanceTypeInfo.withVCpuInfo(VCpuInfo vCpuInfo)
Describes the vCPU configurations for the instance type.
|
Copyright © 2022. All rights reserved.