Package com.ibm.cloud.is.vpc.v1.model
Class ReservationCapacityPatch
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ReservationCapacityPatch
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ReservationCapacityPatch extends com.ibm.cloud.sdk.core.service.model.GenericModel
The capacity reservation configuration to use. The configuration can only be changed for reservations with a `status` of `inactive`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReservationCapacityPatch.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReservationCapacityPatch.Builder
newBuilder()
New builder.Long
total()
Gets the total.
-
-
-
Method Detail
-
newBuilder
public ReservationCapacityPatch.Builder newBuilder()
New builder.- Returns:
- a ReservationCapacityPatch builder
-
total
public Long total()
Gets the total. The total amount to use for this capacity reservation.- Returns:
- the total
-
-