Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Capacity

Service instance capacity metadata (e.g.: OLPU count, number of users, ...etc...).

Properties

capacityType

capacityType: CapacityType

The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT

capacityValue

capacityValue: number

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. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Capacity): object

getJsonObj