ScalingRuleTimeFrame object
Example JSON representation
{
"daysOfWeek": [
"sun"
],
"end": "2013-01-01T12:34:56.789Z",
"instanceCount": 1,
"start": "2013-01-01T12:34:56.789Z"
}
Properties
| property | attributes | valid values | description | filter option |
|---|---|---|---|---|
| daysOfWeek Array of string |
required |
The days this rule is applied on. |
||
| end string |
required |
End of the frame. |
||
| instanceCount integer |
required |
The number of instances which should be running. |
||
| start string |
required |
Start time. |