public static interface MemoryGiBPerVCpu.Builder extends SdkPojo, CopyableBuilder<MemoryGiBPerVCpu.Builder,MemoryGiBPerVCpu>
Modifier and Type | Method and Description |
---|---|
MemoryGiBPerVCpu.Builder |
max(Double max)
The maximum amount of memory per vCPU, in GiB.
|
MemoryGiBPerVCpu.Builder |
min(Double min)
The minimum amount of memory per vCPU, in GiB.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
MemoryGiBPerVCpu.Builder min(Double min)
The minimum amount of memory per vCPU, in GiB. If this parameter is not specified, there is no minimum limit.
min
- The minimum amount of memory per vCPU, in GiB. If this parameter is not specified, there is no minimum
limit.MemoryGiBPerVCpu.Builder max(Double max)
The maximum amount of memory per vCPU, in GiB. If this parameter is not specified, there is no maximum limit.
max
- The maximum amount of memory per vCPU, in GiB. If this parameter is not specified, there is no maximum
limit.Copyright © 2023. All rights reserved.