You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/schemas/infrastructure/servers/Server.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,16 @@ properties:
57
57
ephemeral:
58
58
type: boolean
59
59
description: Set to true when a server is created as part of an auto-scale event.
60
+
evacuate:
61
+
nullable: true
62
+
description: Details about a server's evacuation status. When an evacuation is in progress, no new container instances will be permitted on the server.
63
+
type: object
64
+
required:
65
+
- started
66
+
properties:
67
+
started:
68
+
description: The time when this server began evacuating instances.
0 commit comments