Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddRemoveReplicaScalingMechanism

Package version

Describes the horizontal auto scaling mechanism that adds or removes replicas (containers or container groups).

Hierarchy

  • AddRemoveReplicaScalingMechanism

Index

Properties

kind

kind: "AddRemoveReplica"

Polymorphic Discriminator

maxCount

maxCount: number

Maximum number of containers (scale up won't be performed above this number).

minCount

minCount: number

Minimum number of containers (scale down won't be performed below this number).

scaleIncrement

scaleIncrement: number

Each time auto scaling is performed, this number of containers will be added or removed.

Generated using TypeDoc