Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PoolConfig

An object containing the details about the compute shapes and number of compute instances to provison.

Properties

Optional max

max: undefined | number

Maximum number of compute instances in the pool for a given compute shape. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional min

min: undefined | number

Minimum number of compute instances in the pool for a given compute shape. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional shape

shape: undefined | string

The compute shape of the resources you would like to provision.

Optional shapeConfig

shapeConfig: model.ShapeConfig

Functions

getDeserializedJsonObj

getJsonObj