AutoscaleSchedule Class
Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and capacity.
Constructor
AutoscaleSchedule(*, days: list[typing.Union[str, ForwardRef('_models.DaysOfWeek')]] | None = None, time_and_capacity: _models.AutoscaleTimeAndCapacity | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
days
|
Days of the week for a schedule-based autoscale rule. Default value: None
|
|
time_and_capacity
|
Time and capacity for a schedule-based autoscale rule. Default value: None
|
Variables
| Name | Description |
|---|---|
|
days
|
Days of the week for a schedule-based autoscale rule. |
|
time_and_capacity
|
Time and capacity for a schedule-based autoscale rule. |