public static interface Compute.Builder extends SdkPojo, CopyableBuilder<Compute.Builder,Compute>
| Modifier and Type | Method and Description |
|---|---|
Compute.Builder |
simulationUnitLimit(Integer simulationUnitLimit)
The simulation unit limit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCompute.Builder simulationUnitLimit(Integer simulationUnitLimit)
The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximim value provided. The default is 15.
simulationUnitLimit - The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied
simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU
utilization you consume up to the maximim value provided. The default is 15.Copyright © 2020. All rights reserved.