public static interface VCpuCountRange.Builder extends SdkPojo, CopyableBuilder<VCpuCountRange.Builder,VCpuCountRange>
| Modifier and Type | Method and Description |
|---|---|
VCpuCountRange.Builder |
max(Integer max)
The maximum number of vCPUs.
|
VCpuCountRange.Builder |
min(Integer min)
The minimum number of vCPUs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVCpuCountRange.Builder min(Integer min)
The minimum number of vCPUs. If the value is 0, there is no minimum limit.
min - The minimum number of vCPUs. If the value is 0, there is no minimum limit.VCpuCountRange.Builder max(Integer max)
The maximum number of vCPUs. If this parameter is not specified, there is no maximum limit.
max - The maximum number of vCPUs. If this parameter is not specified, there is no maximum limit.Copyright © 2021. All rights reserved.