Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,26 @@ type: object
properties:
down:
title: AutoScaleGroupScaleDown
type: object
properties:
min_ttl:
description: "The minimum TTL for the server once deployed through an autoscale event."
$ref: ../../../Duration.yml
inactivity_period:
description: "The amount of time between last instance deployed and when the server can begin to get deleted."
$ref: ../../../Duration.yml
method:
type: string
enum:
- fifo
- lifo
oneOf:
- type: object
properties:
min_ttl:
description: "The minimum TTL for the server once deployed through an autoscale event."
$ref: ../../../Duration.yml
inactivity_period:
description: "The amount of time between last instance deployed and when the server can begin to get deleted."
$ref: ../../../Duration.yml
method:
type: string
enum:
- fifo
- lifo
- type: "null"
up:
title: AutoScaleGroupScaleUp
type: object
properties:
maximum:
type: integer
oneOf:
- type: object
properties:
maximum:
type: integer
- type: "null"