Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScalingSchedule

Package version

Scaling plan schedule.

Hierarchy

  • ScalingSchedule

Index

Properties

Optional daysOfWeek

Set of days of the week on which this schedule is active.

Optional name

name: undefined | string

Name of the scaling schedule.

Optional offPeakLoadBalancingAlgorithm

offPeakLoadBalancingAlgorithm: SessionHostLoadBalancingAlgorithm

Load balancing algorithm for off-peak period.

Optional offPeakStartTime

offPeakStartTime: Time

Starting time for off-peak period.

Optional peakLoadBalancingAlgorithm

peakLoadBalancingAlgorithm: SessionHostLoadBalancingAlgorithm

Load balancing algorithm for peak period.

Optional peakStartTime

peakStartTime: Time

Starting time for peak period.

Optional rampDownCapacityThresholdPct

rampDownCapacityThresholdPct: undefined | number

Capacity threshold for ramp down period.

Optional rampDownForceLogoffUsers

rampDownForceLogoffUsers: undefined | false | true

Should users be logged off forcefully from hosts.

Optional rampDownLoadBalancingAlgorithm

rampDownLoadBalancingAlgorithm: SessionHostLoadBalancingAlgorithm

Load balancing algorithm for ramp down period.

Optional rampDownMinimumHostsPct

rampDownMinimumHostsPct: undefined | number

Minimum host percentage for ramp down period.

Optional rampDownNotificationMessage

rampDownNotificationMessage: undefined | string

Notification message for users during ramp down period.

Optional rampDownStartTime

rampDownStartTime: Time

Starting time for ramp down period.

Optional rampDownStopHostsWhen

rampDownStopHostsWhen: StopHostsWhen

Specifies when to stop hosts during ramp down period.

Optional rampDownWaitTimeMinutes

rampDownWaitTimeMinutes: undefined | number

Number of minutes to wait to stop hosts during ramp down period.

Optional rampUpCapacityThresholdPct

rampUpCapacityThresholdPct: undefined | number

Capacity threshold for ramp up period.

Optional rampUpLoadBalancingAlgorithm

rampUpLoadBalancingAlgorithm: SessionHostLoadBalancingAlgorithm

Load balancing algorithm for ramp up period.

Optional rampUpMinimumHostsPct

rampUpMinimumHostsPct: undefined | number

Minimum host percentage for ramp up period.

Optional rampUpStartTime

rampUpStartTime: Time

Starting time for ramp up period.

Generated using TypeDoc