Skip to content

Commit 99993d4

Browse files
Update new migration types (#904)
* update new migration types * more thorough descriptions * corrected property name * fixed line spacing * use pipe rather than arrow for new lines
1 parent 875be60 commit 99993d4

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

openapi.yaml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8960,6 +8960,20 @@ paths:
89608960
will not be performed.
89618961
example: false
89628962
default: false
8963+
type:
8964+
type: string
8965+
enum:
8966+
- warm
8967+
- cold
8968+
description: |
8969+
Type of migration used in moving to a new host or Linode type.
8970+
8971+
`warm`: the Linode will not power down until the migration is complete.
8972+
8973+
`cold`: the Linode will be powered down and migrated. When the migration
8974+
is complete, the Linode will be powered on.
8975+
example: warm
8976+
default: cold
89638977
responses:
89648978
'200':
89658979
description: Scheduled migration started
@@ -9451,6 +9465,20 @@ paths:
94519465
data must fit within the smaller disk size.
94529466
example: true
94539467
default: true
9468+
migration_type:
9469+
type: string
9470+
enum:
9471+
- warm
9472+
- cold
9473+
description: |
9474+
Type of migration used in moving to a new host or Linode type.
9475+
9476+
`warm`: the Linode will not power down until the migration is complete.
9477+
9478+
`cold`: the Linode will be powered down and migrated. When the migration
9479+
is complete, the Linode will be powered on.
9480+
example: warm
9481+
default: cold
94549482
responses:
94559483
'200':
94569484
description: Resize started.
@@ -13779,7 +13807,7 @@ paths:
1377913807
* A Firewall can be assigned during Linode creation by utilizing the `firewall_id` [Linode Create Request](/docs/api/linode-instances/#linode-create__request-body-schema) property.
1378013808

1378113809
* A service can have one active, assigned Firewall at a time.
13782-
13810+
1378313811
Additional disabled Firewalls can be assigned to a service, but they cannot be enabled if another active Firewall is already assigned to the same service.
1378413812

1378513813
* Firewalls apply to all of a Linode's non-`vlan` purpose Configuration Profile Interfaces.

0 commit comments

Comments
 (0)