File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -274,6 +274,7 @@ def instance_create(
274274 :param firewall: The firewall to attach this Linode to.
275275 :type firewall: int or Firewall
276276 :param disk_encryption: The disk encryption policy for this Linode.
277+ NOTE: Disk encryption may not currently be available to all users.
277278 :type disk_encryption: InstanceDiskEncryptionType or str
278279 :param interfaces: An array of Network Interfaces to add to this Linode’s Configuration Profile.
279280 At least one and up to three Interface objects can exist in this array.
Original file line number Diff line number Diff line change @@ -1435,6 +1435,7 @@ def rebuild(
14351435 the key.
14361436 :type authorized_keys: list or str
14371437 :param disk_encryption: The disk encryption policy for this Linode.
1438+ NOTE: Disk encryption may not currently be available to all users.
14381439 :type disk_encryption: InstanceDiskEncryptionType or str
14391440
14401441 :returns: The newly generated password, if one was not provided
You can’t perform that action at this time.
0 commit comments