Package com.ibm.cloud.cloudant.v1.model
Class CapacityThroughputInformation
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.CapacityThroughputInformation
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CapacityThroughputInformation extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for information about the currently provisioned and target throughput capacity.
-
-
Constructor Summary
Constructors Constructor Description CapacityThroughputInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CapacityThroughputInformationCurrent
getCurrent()
Gets the current.CapacityThroughputInformationTarget
getTarget()
Gets the target.
-
-
-
Method Detail
-
getCurrent
public CapacityThroughputInformationCurrent getCurrent()
Gets the current. Detailed information about provisioned throughput capacity.- Returns:
- the current
-
getTarget
public CapacityThroughputInformationTarget getTarget()
Gets the target. Detailed information about target throughput capacity.- Returns:
- the target
-
-