public static class InstanceReservationShapeConfigDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InstanceReservationShapeConfigDetails |
build() |
InstanceReservationShapeConfigDetails.Builder |
copy(InstanceReservationShapeConfigDetails model) |
InstanceReservationShapeConfigDetails.Builder |
memoryInGBs(Float memoryInGBs)
The total amount of memory available to the instance, in gigabytes.
|
InstanceReservationShapeConfigDetails.Builder |
ocpus(Float ocpus)
The total number of OCPUs available to the instance.
|
public InstanceReservationShapeConfigDetails.Builder ocpus(Float ocpus)
The total number of OCPUs available to the instance.
ocpus
- the value to setpublic InstanceReservationShapeConfigDetails.Builder memoryInGBs(Float memoryInGBs)
The total amount of memory available to the instance, in gigabytes.
memoryInGBs
- the value to setpublic InstanceReservationShapeConfigDetails build()
public InstanceReservationShapeConfigDetails.Builder copy(InstanceReservationShapeConfigDetails model)
Copyright © 2016–2025. All rights reserved.