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
Request re-sizing of your cluster to a Linode Type with more disk space. For example, you could request a Linode Type that uses a higher plan.
3866
+
3867
+
* Needs to be a Linode Type with more disk space than your current Linode.
3868
+
3869
+
* Resizing to a larger Linode Type can accrue additional cost. Review the `price` output in the [Types List](/docs/api/linode-types/#types-list) operation for more information.
3870
+
3871
+
* You can't update the `allow_list` and set a new `type` in the same request.
3872
+
3873
+
* Any active updates to your cluster need to complete before you can request a resize. The reverse is also true: An active resizing needs to complete before you can perform any other update.
Request re-sizing of your cluster to a Linode Type with more disk space. For example, you could request a Linode Type that uses a higher plan.
4665
+
4666
+
* Needs to be a Linode Type with more disk space than your current Linode.
4667
+
4668
+
* Resizing to a larger Linode Type can accrue additional cost. Review the `price` output in the [Types List](/docs/api/linode-types/#types-list) operation for more information.
4669
+
4670
+
* You can't update the `allow_list` and set a new `type` in the same request.
4671
+
4672
+
* Any active updates to your cluster need to complete before you can request a resize. The reverse is also true: An active resizing needs to complete before you can perform any other update.
Creates a NodeBalancer in the requested Region. Only available in [Regions](/docs/api/regions/#regions-list) with "NodeBalancers" in their `capabilities`.
14626
14656
14627
14657
NodeBalancers require a port Config with at least one backend Node to start serving requests.
14628
14658
@@ -22246,6 +22276,9 @@ components:
22246
22276
- stackscript_update
22247
22277
- stackscript_publicize
22248
22278
- stackscript_revise
22279
+
- subnet_create
22280
+
- subnet_delete
22281
+
- subnet_update
22249
22282
- tag_create
22250
22283
- tag_delete
22251
22284
- tfa_disabled
@@ -22271,6 +22304,9 @@ components:
22271
22304
- volume_update
22272
22305
- volume_detach
22273
22306
- volume_resize
22307
+
- vpc_create
22308
+
- vpc_delete
22309
+
- vpc_update
22274
22310
readOnly: true
22275
22311
description: >
22276
22312
The action that caused this Event. New actions may be added in the future.
@@ -22629,7 +22665,7 @@ components:
22629
22665
- 198.51.100.2/32
22630
22666
ipv6:
22631
22667
description: |
22632
-
A list of IPv6 addresses or networks. Addresses must be in IP/mask format. Must not be an empty list.
22668
+
A list of IPv6 addresses or networks. Addresses must be in IP/mask format and must not include zone_id notation as described in [RFC 4007](https://www.rfc-editor.org/rfc/rfc4007). Must not be an empty list.
22633
22669
22634
22670
If "::/0" is included in this list, all IPv6 addresses are affected by this rule.
22635
22671
type: array
@@ -28536,6 +28572,7 @@ components:
28536
28572
# * A VPC Subnet requires either `ipv4`, `ipv6`, or both.
28537
28573
# * In requests, only the prefix length is allowed, for example: `/64`. The address range is then automatically assigned.
28538
28574
# * Allowed prefix lengths: 64-125.
28575
+
# * Must not include zone_id notation as described in [RFC 4007](https://www.rfc-editor.org/rfc/rfc4007)
28539
28576
# * The range must not overlap with other Subnets on the same VPC.
0 commit comments