Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Action

The action to take when autoscaling is triggered.

Enumerations

Properties

Functions

Properties

type

type: Type

The type of action to take.

value

value: number

To scale out (increase the number of instances), provide a positive value. To scale in (decrease the number of instances), provide a negative value. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Action): object

getJsonObj

  • getJsonObj(obj: Action): object