Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Capacity |
build() |
Capacity.Builder |
capacityType(CapacityType capacityType)
The capacity model to use.
|
Capacity.Builder |
capacityValue(Integer capacityValue)
The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of
users (USER_COUNT).
|
Capacity.Builder |
copy(Capacity model) |
public Capacity.Builder capacityType(CapacityType capacityType)
The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
capacityType
- the value to setpublic Capacity.Builder capacityValue(Integer capacityValue)
The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the instance.
capacityValue
- the value to setpublic Capacity build()
public Capacity.Builder copy(Capacity model)
Copyright © 2016–2024. All rights reserved.