Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManualScaleSettings

Package version

interface

An interface representing ManualScaleSettings. Manual scale settings for the cluster.

Hierarchy

  • ManualScaleSettings

Index

Properties

Optional nodeDeallocationOption

nodeDeallocationOption: DeallocationOption
member

{DeallocationOption} [nodeDeallocationOption] Node deallocation options. An action to be performed when the cluster size is decreasing. The default value is requeue. Possible values include: 'requeue', 'terminate', 'waitforjobcompletion'. Default value: 'requeue' .

targetNodeCount

targetNodeCount: number
member

{number} targetNodeCount Target node count. The desired number of compute nodes in the Cluster. Default is 0. Default value: 0 .

Generated using TypeDoc