pulumi-linode 5.2.0a1756361460__py3-none-any.whl → 5.2.0a1756506768__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-linode might be problematic. Click here for more details.

@@ -81,8 +81,7 @@ The secret key to be used in ObjectStorageBucket and linode_object_storage_objec
81
81
 
82
82
  objUseTempKeys: Optional[bool]
83
83
  """
84
- If true, temporary object keys will be created implicitly at apply-time for the ObjectStorageObject and
85
- linode_object_sorage_bucket resource.
84
+ If true, temporary object keys will be created implicitly at apply-time for the ObjectStorageObject and linode_object_sorage_bucket resource.
86
85
  """
87
86
 
88
87
  skipImplicitReboots: Optional[bool]
@@ -114,8 +114,7 @@ class _ExportableConfig(types.ModuleType):
114
114
  @_builtins.property
115
115
  def obj_use_temp_keys(self) -> Optional[bool]:
116
116
  """
117
- If true, temporary object keys will be created implicitly at apply-time for the ObjectStorageObject and
118
- linode_object_sorage_bucket resource.
117
+ If true, temporary object keys will be created implicitly at apply-time for the ObjectStorageObject and linode_object_sorage_bucket resource.
119
118
  """
120
119
  return __config__.get_bool('objUseTempKeys')
121
120
 
pulumi_linode/instance.py CHANGED
@@ -57,12 +57,8 @@ class InstanceArgs:
57
57
  :param pulumi.Input[_builtins.str] region: This is the location where the Linode is deployed. Examples are `"us-east"`, `"us-west"`, `"ap-south"`, etc. See all regions [here](https://api.linode.com/v4/regions). *Changing `region` will trigger a migration of this Linode. Migration operations are typically long-running operations, so the update timeout should be adjusted accordingly.*.
58
58
  :param pulumi.Input['InstanceAlertsArgs'] alerts: Configuration options for alert triggers on this Linode.
59
59
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_keys: A list of SSH public keys to deploy for the root user on the newly created Linode. Only accepted if 'image' is provided.
60
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: A list of Linode usernames. If the usernames have associated SSH keys, the keys will be appended to the `root` user's
61
- `~/.ssh/authorized_keys` file automatically. Only accepted if 'image' is provided.
62
- :param pulumi.Input[_builtins.int] backup_id: A Backup ID from another Linode's available backups. Your User must have read_write access to that Linode, the Backup
63
- must have a status of successful, and the Linode must be deployed to the same region as the Backup. See
64
- /linode/instances/{linodeId}/backups for a Linode's available backups. This field and the image field are mutually
65
- exclusive.
60
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: A list of Linode usernames. If the usernames have associated SSH keys, the keys will be appended to the `root` user's `~/.ssh/authorized_keys` file automatically. Only accepted if 'image' is provided.
61
+ :param pulumi.Input[_builtins.int] backup_id: A Backup ID from another Linode's available backups. Your User must have read_write access to that Linode, the Backup must have a status of successful, and the Linode must be deployed to the same region as the Backup. See /linode/instances/{linodeId}/backups for a Linode's available backups. This field and the image field are mutually exclusive.
66
62
  :param pulumi.Input[_builtins.bool] backups_enabled: If this field is set to true, the created Linode will automatically be enrolled in the Linode Backup service. This will incur an additional charge. The cost for the Backup service is dependent on the Type of Linode deployed.
67
63
  :param pulumi.Input[_builtins.str] boot_config_label: The Label of the Instance Config that should be used to boot the Linode instance.
68
64
  :param pulumi.Input[_builtins.bool] booted: If true, then the instance is kept or converted into in a running state. If false, the instance will be shutdown. If unspecified, the Linode's power status will not be managed by the Provider.
@@ -72,10 +68,8 @@ class InstanceArgs:
72
68
  * **NOTE: Disk encryption may not currently be available to all users.**
73
69
  :param pulumi.Input[_builtins.int] firewall_id: The ID of the Firewall to attach to the instance upon creation. *Changing `firewall_id` forces the creation of a new Linode Instance.*
74
70
  :param pulumi.Input[_builtins.str] group: A deprecated property denoting a group label for this Linode. We recommend using the `tags` attribute instead.
75
- :param pulumi.Input[_builtins.str] image: An Image ID to deploy the Disk from. Official Linode Images start with linode/, while your Images start with private/.
76
- See /images for more information on the Images available for you to use.
77
- :param pulumi.Input[Sequence[pulumi.Input['InstanceInterfaceArgs']]] interfaces: An array of Network Interfaces for this Linode to be created with. If an explicit config or disk is defined, interfaces
78
- must be declared in the config block.
71
+ :param pulumi.Input[_builtins.str] image: An Image ID to deploy the Disk from. Official Linode Images start with linode/, while your Images start with private/. See /images for more information on the Images available for you to use.
72
+ :param pulumi.Input[Sequence[pulumi.Input['InstanceInterfaceArgs']]] interfaces: An array of Network Interfaces for this Linode to be created with. If an explicit config or disk is defined, interfaces must be declared in the config block.
79
73
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4s: A set of reserved IPv4 addresses to assign to this Linode on creation.
80
74
 
81
75
  * **NOTE: IP reservation is not currently available to all users.**
@@ -104,12 +98,9 @@ class InstanceArgs:
104
98
  * `metadata.0.user_data` - (Optional) The base64-encoded user-defined data exposed to this instance through the Linode Metadata service. Refer to the base64encode(...) function for information on encoding content for this field.
105
99
 
106
100
  * `placement_group.0.id` - (Optional) The ID of the Placement Group to assign this Linode to.
107
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] stackscript_data: An object containing responses to any User Defined Fields present in the StackScript being deployed to this Linode. Only
108
- accepted if 'stackscript_id' is given. The required values depend on the StackScript being deployed.
109
- :param pulumi.Input[_builtins.int] stackscript_id: The StackScript to deploy to the newly created Linode. If provided, 'image' must also be provided, and must be an Image
110
- that is compatible with this StackScript.
111
- :param pulumi.Input[_builtins.int] swap_size: When deploying from an Image, this field is optional with a Linode API default of 512mb, otherwise it is ignored. This
112
- is used to set the swap disk size for the newly-created Linode.
101
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] stackscript_data: An object containing responses to any User Defined Fields present in the StackScript being deployed to this Linode. Only accepted if 'stackscript_id' is given. The required values depend on the StackScript being deployed.
102
+ :param pulumi.Input[_builtins.int] stackscript_id: The StackScript to deploy to the newly created Linode. If provided, 'image' must also be provided, and must be an Image that is compatible with this StackScript.
103
+ :param pulumi.Input[_builtins.int] swap_size: When deploying from an Image, this field is optional with a Linode API default of 512mb, otherwise it is ignored. This is used to set the swap disk size for the newly-created Linode.
113
104
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: A list of tags applied to this object. Tags are case-insensitive and are for organizational purposes only.
114
105
  :param pulumi.Input[_builtins.str] type: The Linode type defines the pricing, CPU, disk, and RAM specs of the instance. Examples are `"g6-nanode-1"`, `"g6-standard-2"`, `"g6-highmem-16"`, `"g6-dedicated-16"`, etc. See all types [here](https://api.linode.com/v4/linode/types).
115
106
 
@@ -227,8 +218,7 @@ class InstanceArgs:
227
218
  @pulumi.getter(name="authorizedUsers")
228
219
  def authorized_users(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
229
220
  """
230
- A list of Linode usernames. If the usernames have associated SSH keys, the keys will be appended to the `root` user's
231
- `~/.ssh/authorized_keys` file automatically. Only accepted if 'image' is provided.
221
+ A list of Linode usernames. If the usernames have associated SSH keys, the keys will be appended to the `root` user's `~/.ssh/authorized_keys` file automatically. Only accepted if 'image' is provided.
232
222
  """
233
223
  return pulumi.get(self, "authorized_users")
234
224
 
@@ -240,10 +230,7 @@ class InstanceArgs:
240
230
  @pulumi.getter(name="backupId")
241
231
  def backup_id(self) -> Optional[pulumi.Input[_builtins.int]]:
242
232
  """
243
- A Backup ID from another Linode's available backups. Your User must have read_write access to that Linode, the Backup
244
- must have a status of successful, and the Linode must be deployed to the same region as the Backup. See
245
- /linode/instances/{linodeId}/backups for a Linode's available backups. This field and the image field are mutually
246
- exclusive.
233
+ A Backup ID from another Linode's available backups. Your User must have read_write access to that Linode, the Backup must have a status of successful, and the Linode must be deployed to the same region as the Backup. See /linode/instances/{linodeId}/backups for a Linode's available backups. This field and the image field are mutually exclusive.
247
234
  """
248
235
  return pulumi.get(self, "backup_id")
249
236
 
@@ -353,8 +340,7 @@ class InstanceArgs:
353
340
  @pulumi.getter
354
341
  def image(self) -> Optional[pulumi.Input[_builtins.str]]:
355
342
  """
356
- An Image ID to deploy the Disk from. Official Linode Images start with linode/, while your Images start with private/.
357
- See /images for more information on the Images available for you to use.
343
+ An Image ID to deploy the Disk from. Official Linode Images start with linode/, while your Images start with private/. See /images for more information on the Images available for you to use.
358
344
  """
359
345
  return pulumi.get(self, "image")
360
346
 
@@ -366,8 +352,7 @@ class InstanceArgs:
366
352
  @pulumi.getter
367
353
  def interfaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceInterfaceArgs']]]]:
368
354
  """
369
- An array of Network Interfaces for this Linode to be created with. If an explicit config or disk is defined, interfaces
370
- must be declared in the config block.
355
+ An array of Network Interfaces for this Linode to be created with. If an explicit config or disk is defined, interfaces must be declared in the config block.
371
356
  """
372
357
  return pulumi.get(self, "interfaces")
373
358
 
@@ -517,8 +502,7 @@ class InstanceArgs:
517
502
  @pulumi.getter(name="stackscriptData")
518
503
  def stackscript_data(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
519
504
  """
520
- An object containing responses to any User Defined Fields present in the StackScript being deployed to this Linode. Only
521
- accepted if 'stackscript_id' is given. The required values depend on the StackScript being deployed.
505
+ An object containing responses to any User Defined Fields present in the StackScript being deployed to this Linode. Only accepted if 'stackscript_id' is given. The required values depend on the StackScript being deployed.
522
506
  """
523
507
  return pulumi.get(self, "stackscript_data")
524
508
 
@@ -530,8 +514,7 @@ class InstanceArgs:
530
514
  @pulumi.getter(name="stackscriptId")
531
515
  def stackscript_id(self) -> Optional[pulumi.Input[_builtins.int]]:
532
516
  """
533
- The StackScript to deploy to the newly created Linode. If provided, 'image' must also be provided, and must be an Image
534
- that is compatible with this StackScript.
517
+ The StackScript to deploy to the newly created Linode. If provided, 'image' must also be provided, and must be an Image that is compatible with this StackScript.
535
518
  """
536
519
  return pulumi.get(self, "stackscript_id")
537
520
 
@@ -543,8 +526,7 @@ class InstanceArgs:
543
526
  @pulumi.getter(name="swapSize")
544
527
  def swap_size(self) -> Optional[pulumi.Input[_builtins.int]]:
545
528
  """
546
- When deploying from an Image, this field is optional with a Linode API default of 512mb, otherwise it is ignored. This
547
- is used to set the swap disk size for the newly-created Linode.
529
+ When deploying from an Image, this field is optional with a Linode API default of 512mb, otherwise it is ignored. This is used to set the swap disk size for the newly-created Linode.
548
530
  """
549
531
  return pulumi.get(self, "swap_size")
550
532
 
@@ -639,12 +621,8 @@ class _InstanceState:
639
621
  Input properties used for looking up and filtering Instance resources.
640
622
  :param pulumi.Input['InstanceAlertsArgs'] alerts: Configuration options for alert triggers on this Linode.
641
623
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_keys: A list of SSH public keys to deploy for the root user on the newly created Linode. Only accepted if 'image' is provided.
642
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: A list of Linode usernames. If the usernames have associated SSH keys, the keys will be appended to the `root` user's
643
- `~/.ssh/authorized_keys` file automatically. Only accepted if 'image' is provided.
644
- :param pulumi.Input[_builtins.int] backup_id: A Backup ID from another Linode's available backups. Your User must have read_write access to that Linode, the Backup
645
- must have a status of successful, and the Linode must be deployed to the same region as the Backup. See
646
- /linode/instances/{linodeId}/backups for a Linode's available backups. This field and the image field are mutually
647
- exclusive.
624
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: A list of Linode usernames. If the usernames have associated SSH keys, the keys will be appended to the `root` user's `~/.ssh/authorized_keys` file automatically. Only accepted if 'image' is provided.
625
+ :param pulumi.Input[_builtins.int] backup_id: A Backup ID from another Linode's available backups. Your User must have read_write access to that Linode, the Backup must have a status of successful, and the Linode must be deployed to the same region as the Backup. See /linode/instances/{linodeId}/backups for a Linode's available backups. This field and the image field are mutually exclusive.
648
626
  :param pulumi.Input[Sequence[pulumi.Input['InstanceBackupArgs']]] backups: Information about this Linode's backups status.
649
627
  :param pulumi.Input[_builtins.bool] backups_enabled: If this field is set to true, the created Linode will automatically be enrolled in the Linode Backup service. This will incur an additional charge. The cost for the Backup service is dependent on the Type of Linode deployed.
650
628
  :param pulumi.Input[_builtins.str] boot_config_label: The Label of the Instance Config that should be used to boot the Linode instance.
@@ -658,10 +636,8 @@ class _InstanceState:
658
636
  :param pulumi.Input[_builtins.str] group: A deprecated property denoting a group label for this Linode. We recommend using the `tags` attribute instead.
659
637
  :param pulumi.Input[_builtins.bool] has_user_data: Whether this Instance was created with user-data.
660
638
  :param pulumi.Input[_builtins.str] host_uuid: The Linode’s host machine, as a UUID.
661
- :param pulumi.Input[_builtins.str] image: An Image ID to deploy the Disk from. Official Linode Images start with linode/, while your Images start with private/.
662
- See /images for more information on the Images available for you to use.
663
- :param pulumi.Input[Sequence[pulumi.Input['InstanceInterfaceArgs']]] interfaces: An array of Network Interfaces for this Linode to be created with. If an explicit config or disk is defined, interfaces
664
- must be declared in the config block.
639
+ :param pulumi.Input[_builtins.str] image: An Image ID to deploy the Disk from. Official Linode Images start with linode/, while your Images start with private/. See /images for more information on the Images available for you to use.
640
+ :param pulumi.Input[Sequence[pulumi.Input['InstanceInterfaceArgs']]] interfaces: An array of Network Interfaces for this Linode to be created with. If an explicit config or disk is defined, interfaces must be declared in the config block.
665
641
  :param pulumi.Input[_builtins.str] ip_address: A string containing the Linode's public IP address.
666
642
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4s: A set of reserved IPv4 addresses to assign to this Linode on creation.
667
643
 
@@ -696,13 +672,10 @@ class _InstanceState:
696
672
 
697
673
  * `placement_group.0.id` - (Optional) The ID of the Placement Group to assign this Linode to.
698
674
  :param pulumi.Input[Sequence[pulumi.Input['InstanceSpecArgs']]] specs: Information about the resources available to this Linode.
699
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] stackscript_data: An object containing responses to any User Defined Fields present in the StackScript being deployed to this Linode. Only
700
- accepted if 'stackscript_id' is given. The required values depend on the StackScript being deployed.
701
- :param pulumi.Input[_builtins.int] stackscript_id: The StackScript to deploy to the newly created Linode. If provided, 'image' must also be provided, and must be an Image
702
- that is compatible with this StackScript.
675
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] stackscript_data: An object containing responses to any User Defined Fields present in the StackScript being deployed to this Linode. Only accepted if 'stackscript_id' is given. The required values depend on the StackScript being deployed.
676
+ :param pulumi.Input[_builtins.int] stackscript_id: The StackScript to deploy to the newly created Linode. If provided, 'image' must also be provided, and must be an Image that is compatible with this StackScript.
703
677
  :param pulumi.Input[_builtins.str] status: The status of the instance, indicating the current readiness state. (`running`, `offline`, ...)
704
- :param pulumi.Input[_builtins.int] swap_size: When deploying from an Image, this field is optional with a Linode API default of 512mb, otherwise it is ignored. This
705
- is used to set the swap disk size for the newly-created Linode.
678
+ :param pulumi.Input[_builtins.int] swap_size: When deploying from an Image, this field is optional with a Linode API default of 512mb, otherwise it is ignored. This is used to set the swap disk size for the newly-created Linode.
706
679
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: A list of tags applied to this object. Tags are case-insensitive and are for organizational purposes only.
707
680
  :param pulumi.Input[_builtins.str] type: The Linode type defines the pricing, CPU, disk, and RAM specs of the instance. Examples are `"g6-nanode-1"`, `"g6-standard-2"`, `"g6-highmem-16"`, `"g6-dedicated-16"`, etc. See all types [here](https://api.linode.com/v4/linode/types).
708
681
 
@@ -832,8 +805,7 @@ class _InstanceState:
832
805
  @pulumi.getter(name="authorizedUsers")
833
806
  def authorized_users(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
834
807
  """
835
- A list of Linode usernames. If the usernames have associated SSH keys, the keys will be appended to the `root` user's
836
- `~/.ssh/authorized_keys` file automatically. Only accepted if 'image' is provided.
808
+ A list of Linode usernames. If the usernames have associated SSH keys, the keys will be appended to the `root` user's `~/.ssh/authorized_keys` file automatically. Only accepted if 'image' is provided.
837
809
  """
838
810
  return pulumi.get(self, "authorized_users")
839
811
 
@@ -845,10 +817,7 @@ class _InstanceState:
845
817
  @pulumi.getter(name="backupId")
846
818
  def backup_id(self) -> Optional[pulumi.Input[_builtins.int]]:
847
819
  """
848
- A Backup ID from another Linode's available backups. Your User must have read_write access to that Linode, the Backup
849
- must have a status of successful, and the Linode must be deployed to the same region as the Backup. See
850
- /linode/instances/{linodeId}/backups for a Linode's available backups. This field and the image field are mutually
851
- exclusive.
820
+ A Backup ID from another Linode's available backups. Your User must have read_write access to that Linode, the Backup must have a status of successful, and the Linode must be deployed to the same region as the Backup. See /linode/instances/{linodeId}/backups for a Linode's available backups. This field and the image field are mutually exclusive.
852
821
  """
853
822
  return pulumi.get(self, "backup_id")
854
823
 
@@ -1006,8 +975,7 @@ class _InstanceState:
1006
975
  @pulumi.getter
1007
976
  def image(self) -> Optional[pulumi.Input[_builtins.str]]:
1008
977
  """
1009
- An Image ID to deploy the Disk from. Official Linode Images start with linode/, while your Images start with private/.
1010
- See /images for more information on the Images available for you to use.
978
+ An Image ID to deploy the Disk from. Official Linode Images start with linode/, while your Images start with private/. See /images for more information on the Images available for you to use.
1011
979
  """
1012
980
  return pulumi.get(self, "image")
1013
981
 
@@ -1019,8 +987,7 @@ class _InstanceState:
1019
987
  @pulumi.getter
1020
988
  def interfaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceInterfaceArgs']]]]:
1021
989
  """
1022
- An array of Network Interfaces for this Linode to be created with. If an explicit config or disk is defined, interfaces
1023
- must be declared in the config block.
990
+ An array of Network Interfaces for this Linode to be created with. If an explicit config or disk is defined, interfaces must be declared in the config block.
1024
991
  """
1025
992
  return pulumi.get(self, "interfaces")
1026
993
 
@@ -1243,8 +1210,7 @@ class _InstanceState:
1243
1210
  @pulumi.getter(name="stackscriptData")
1244
1211
  def stackscript_data(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
1245
1212
  """
1246
- An object containing responses to any User Defined Fields present in the StackScript being deployed to this Linode. Only
1247
- accepted if 'stackscript_id' is given. The required values depend on the StackScript being deployed.
1213
+ An object containing responses to any User Defined Fields present in the StackScript being deployed to this Linode. Only accepted if 'stackscript_id' is given. The required values depend on the StackScript being deployed.
1248
1214
  """
1249
1215
  return pulumi.get(self, "stackscript_data")
1250
1216
 
@@ -1256,8 +1222,7 @@ class _InstanceState:
1256
1222
  @pulumi.getter(name="stackscriptId")
1257
1223
  def stackscript_id(self) -> Optional[pulumi.Input[_builtins.int]]:
1258
1224
  """
1259
- The StackScript to deploy to the newly created Linode. If provided, 'image' must also be provided, and must be an Image
1260
- that is compatible with this StackScript.
1225
+ The StackScript to deploy to the newly created Linode. If provided, 'image' must also be provided, and must be an Image that is compatible with this StackScript.
1261
1226
  """
1262
1227
  return pulumi.get(self, "stackscript_id")
1263
1228
 
@@ -1281,8 +1246,7 @@ class _InstanceState:
1281
1246
  @pulumi.getter(name="swapSize")
1282
1247
  def swap_size(self) -> Optional[pulumi.Input[_builtins.int]]:
1283
1248
  """
1284
- When deploying from an Image, this field is optional with a Linode API default of 512mb, otherwise it is ignored. This
1285
- is used to set the swap disk size for the newly-created Linode.
1249
+ When deploying from an Image, this field is optional with a Linode API default of 512mb, otherwise it is ignored. This is used to set the swap disk size for the newly-created Linode.
1286
1250
  """
1287
1251
  return pulumi.get(self, "swap_size")
1288
1252
 
@@ -1461,12 +1425,8 @@ class Instance(pulumi.CustomResource):
1461
1425
  :param pulumi.ResourceOptions opts: Options for the resource.
1462
1426
  :param pulumi.Input[Union['InstanceAlertsArgs', 'InstanceAlertsArgsDict']] alerts: Configuration options for alert triggers on this Linode.
1463
1427
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_keys: A list of SSH public keys to deploy for the root user on the newly created Linode. Only accepted if 'image' is provided.
1464
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: A list of Linode usernames. If the usernames have associated SSH keys, the keys will be appended to the `root` user's
1465
- `~/.ssh/authorized_keys` file automatically. Only accepted if 'image' is provided.
1466
- :param pulumi.Input[_builtins.int] backup_id: A Backup ID from another Linode's available backups. Your User must have read_write access to that Linode, the Backup
1467
- must have a status of successful, and the Linode must be deployed to the same region as the Backup. See
1468
- /linode/instances/{linodeId}/backups for a Linode's available backups. This field and the image field are mutually
1469
- exclusive.
1428
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: A list of Linode usernames. If the usernames have associated SSH keys, the keys will be appended to the `root` user's `~/.ssh/authorized_keys` file automatically. Only accepted if 'image' is provided.
1429
+ :param pulumi.Input[_builtins.int] backup_id: A Backup ID from another Linode's available backups. Your User must have read_write access to that Linode, the Backup must have a status of successful, and the Linode must be deployed to the same region as the Backup. See /linode/instances/{linodeId}/backups for a Linode's available backups. This field and the image field are mutually exclusive.
1470
1430
  :param pulumi.Input[_builtins.bool] backups_enabled: If this field is set to true, the created Linode will automatically be enrolled in the Linode Backup service. This will incur an additional charge. The cost for the Backup service is dependent on the Type of Linode deployed.
1471
1431
  :param pulumi.Input[_builtins.str] boot_config_label: The Label of the Instance Config that should be used to boot the Linode instance.
1472
1432
  :param pulumi.Input[_builtins.bool] booted: If true, then the instance is kept or converted into in a running state. If false, the instance will be shutdown. If unspecified, the Linode's power status will not be managed by the Provider.
@@ -1476,10 +1436,8 @@ class Instance(pulumi.CustomResource):
1476
1436
  * **NOTE: Disk encryption may not currently be available to all users.**
1477
1437
  :param pulumi.Input[_builtins.int] firewall_id: The ID of the Firewall to attach to the instance upon creation. *Changing `firewall_id` forces the creation of a new Linode Instance.*
1478
1438
  :param pulumi.Input[_builtins.str] group: A deprecated property denoting a group label for this Linode. We recommend using the `tags` attribute instead.
1479
- :param pulumi.Input[_builtins.str] image: An Image ID to deploy the Disk from. Official Linode Images start with linode/, while your Images start with private/.
1480
- See /images for more information on the Images available for you to use.
1481
- :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceInterfaceArgs', 'InstanceInterfaceArgsDict']]]] interfaces: An array of Network Interfaces for this Linode to be created with. If an explicit config or disk is defined, interfaces
1482
- must be declared in the config block.
1439
+ :param pulumi.Input[_builtins.str] image: An Image ID to deploy the Disk from. Official Linode Images start with linode/, while your Images start with private/. See /images for more information on the Images available for you to use.
1440
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceInterfaceArgs', 'InstanceInterfaceArgsDict']]]] interfaces: An array of Network Interfaces for this Linode to be created with. If an explicit config or disk is defined, interfaces must be declared in the config block.
1483
1441
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4s: A set of reserved IPv4 addresses to assign to this Linode on creation.
1484
1442
 
1485
1443
  * **NOTE: IP reservation is not currently available to all users.**
@@ -1509,12 +1467,9 @@ class Instance(pulumi.CustomResource):
1509
1467
  * `metadata.0.user_data` - (Optional) The base64-encoded user-defined data exposed to this instance through the Linode Metadata service. Refer to the base64encode(...) function for information on encoding content for this field.
1510
1468
 
1511
1469
  * `placement_group.0.id` - (Optional) The ID of the Placement Group to assign this Linode to.
1512
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] stackscript_data: An object containing responses to any User Defined Fields present in the StackScript being deployed to this Linode. Only
1513
- accepted if 'stackscript_id' is given. The required values depend on the StackScript being deployed.
1514
- :param pulumi.Input[_builtins.int] stackscript_id: The StackScript to deploy to the newly created Linode. If provided, 'image' must also be provided, and must be an Image
1515
- that is compatible with this StackScript.
1516
- :param pulumi.Input[_builtins.int] swap_size: When deploying from an Image, this field is optional with a Linode API default of 512mb, otherwise it is ignored. This
1517
- is used to set the swap disk size for the newly-created Linode.
1470
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] stackscript_data: An object containing responses to any User Defined Fields present in the StackScript being deployed to this Linode. Only accepted if 'stackscript_id' is given. The required values depend on the StackScript being deployed.
1471
+ :param pulumi.Input[_builtins.int] stackscript_id: The StackScript to deploy to the newly created Linode. If provided, 'image' must also be provided, and must be an Image that is compatible with this StackScript.
1472
+ :param pulumi.Input[_builtins.int] swap_size: When deploying from an Image, this field is optional with a Linode API default of 512mb, otherwise it is ignored. This is used to set the swap disk size for the newly-created Linode.
1518
1473
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: A list of tags applied to this object. Tags are case-insensitive and are for organizational purposes only.
1519
1474
  :param pulumi.Input[_builtins.str] type: The Linode type defines the pricing, CPU, disk, and RAM specs of the instance. Examples are `"g6-nanode-1"`, `"g6-standard-2"`, `"g6-highmem-16"`, `"g6-dedicated-16"`, etc. See all types [here](https://api.linode.com/v4/linode/types).
1520
1475
 
@@ -1777,12 +1732,8 @@ class Instance(pulumi.CustomResource):
1777
1732
  :param pulumi.ResourceOptions opts: Options for the resource.
1778
1733
  :param pulumi.Input[Union['InstanceAlertsArgs', 'InstanceAlertsArgsDict']] alerts: Configuration options for alert triggers on this Linode.
1779
1734
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_keys: A list of SSH public keys to deploy for the root user on the newly created Linode. Only accepted if 'image' is provided.
1780
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: A list of Linode usernames. If the usernames have associated SSH keys, the keys will be appended to the `root` user's
1781
- `~/.ssh/authorized_keys` file automatically. Only accepted if 'image' is provided.
1782
- :param pulumi.Input[_builtins.int] backup_id: A Backup ID from another Linode's available backups. Your User must have read_write access to that Linode, the Backup
1783
- must have a status of successful, and the Linode must be deployed to the same region as the Backup. See
1784
- /linode/instances/{linodeId}/backups for a Linode's available backups. This field and the image field are mutually
1785
- exclusive.
1735
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] authorized_users: A list of Linode usernames. If the usernames have associated SSH keys, the keys will be appended to the `root` user's `~/.ssh/authorized_keys` file automatically. Only accepted if 'image' is provided.
1736
+ :param pulumi.Input[_builtins.int] backup_id: A Backup ID from another Linode's available backups. Your User must have read_write access to that Linode, the Backup must have a status of successful, and the Linode must be deployed to the same region as the Backup. See /linode/instances/{linodeId}/backups for a Linode's available backups. This field and the image field are mutually exclusive.
1786
1737
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceBackupArgs', 'InstanceBackupArgsDict']]]] backups: Information about this Linode's backups status.
1787
1738
  :param pulumi.Input[_builtins.bool] backups_enabled: If this field is set to true, the created Linode will automatically be enrolled in the Linode Backup service. This will incur an additional charge. The cost for the Backup service is dependent on the Type of Linode deployed.
1788
1739
  :param pulumi.Input[_builtins.str] boot_config_label: The Label of the Instance Config that should be used to boot the Linode instance.
@@ -1796,10 +1747,8 @@ class Instance(pulumi.CustomResource):
1796
1747
  :param pulumi.Input[_builtins.str] group: A deprecated property denoting a group label for this Linode. We recommend using the `tags` attribute instead.
1797
1748
  :param pulumi.Input[_builtins.bool] has_user_data: Whether this Instance was created with user-data.
1798
1749
  :param pulumi.Input[_builtins.str] host_uuid: The Linode’s host machine, as a UUID.
1799
- :param pulumi.Input[_builtins.str] image: An Image ID to deploy the Disk from. Official Linode Images start with linode/, while your Images start with private/.
1800
- See /images for more information on the Images available for you to use.
1801
- :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceInterfaceArgs', 'InstanceInterfaceArgsDict']]]] interfaces: An array of Network Interfaces for this Linode to be created with. If an explicit config or disk is defined, interfaces
1802
- must be declared in the config block.
1750
+ :param pulumi.Input[_builtins.str] image: An Image ID to deploy the Disk from. Official Linode Images start with linode/, while your Images start with private/. See /images for more information on the Images available for you to use.
1751
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceInterfaceArgs', 'InstanceInterfaceArgsDict']]]] interfaces: An array of Network Interfaces for this Linode to be created with. If an explicit config or disk is defined, interfaces must be declared in the config block.
1803
1752
  :param pulumi.Input[_builtins.str] ip_address: A string containing the Linode's public IP address.
1804
1753
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ipv4s: A set of reserved IPv4 addresses to assign to this Linode on creation.
1805
1754
 
@@ -1834,13 +1783,10 @@ class Instance(pulumi.CustomResource):
1834
1783
 
1835
1784
  * `placement_group.0.id` - (Optional) The ID of the Placement Group to assign this Linode to.
1836
1785
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceSpecArgs', 'InstanceSpecArgsDict']]]] specs: Information about the resources available to this Linode.
1837
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] stackscript_data: An object containing responses to any User Defined Fields present in the StackScript being deployed to this Linode. Only
1838
- accepted if 'stackscript_id' is given. The required values depend on the StackScript being deployed.
1839
- :param pulumi.Input[_builtins.int] stackscript_id: The StackScript to deploy to the newly created Linode. If provided, 'image' must also be provided, and must be an Image
1840
- that is compatible with this StackScript.
1786
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] stackscript_data: An object containing responses to any User Defined Fields present in the StackScript being deployed to this Linode. Only accepted if 'stackscript_id' is given. The required values depend on the StackScript being deployed.
1787
+ :param pulumi.Input[_builtins.int] stackscript_id: The StackScript to deploy to the newly created Linode. If provided, 'image' must also be provided, and must be an Image that is compatible with this StackScript.
1841
1788
  :param pulumi.Input[_builtins.str] status: The status of the instance, indicating the current readiness state. (`running`, `offline`, ...)
1842
- :param pulumi.Input[_builtins.int] swap_size: When deploying from an Image, this field is optional with a Linode API default of 512mb, otherwise it is ignored. This
1843
- is used to set the swap disk size for the newly-created Linode.
1789
+ :param pulumi.Input[_builtins.int] swap_size: When deploying from an Image, this field is optional with a Linode API default of 512mb, otherwise it is ignored. This is used to set the swap disk size for the newly-created Linode.
1844
1790
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: A list of tags applied to this object. Tags are case-insensitive and are for organizational purposes only.
1845
1791
  :param pulumi.Input[_builtins.str] type: The Linode type defines the pricing, CPU, disk, and RAM specs of the instance. Examples are `"g6-nanode-1"`, `"g6-standard-2"`, `"g6-highmem-16"`, `"g6-dedicated-16"`, etc. See all types [here](https://api.linode.com/v4/linode/types).
1846
1792
 
@@ -1914,8 +1860,7 @@ class Instance(pulumi.CustomResource):
1914
1860
  @pulumi.getter(name="authorizedUsers")
1915
1861
  def authorized_users(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
1916
1862
  """
1917
- A list of Linode usernames. If the usernames have associated SSH keys, the keys will be appended to the `root` user's
1918
- `~/.ssh/authorized_keys` file automatically. Only accepted if 'image' is provided.
1863
+ A list of Linode usernames. If the usernames have associated SSH keys, the keys will be appended to the `root` user's `~/.ssh/authorized_keys` file automatically. Only accepted if 'image' is provided.
1919
1864
  """
1920
1865
  return pulumi.get(self, "authorized_users")
1921
1866
 
@@ -1923,10 +1868,7 @@ class Instance(pulumi.CustomResource):
1923
1868
  @pulumi.getter(name="backupId")
1924
1869
  def backup_id(self) -> pulumi.Output[Optional[_builtins.int]]:
1925
1870
  """
1926
- A Backup ID from another Linode's available backups. Your User must have read_write access to that Linode, the Backup
1927
- must have a status of successful, and the Linode must be deployed to the same region as the Backup. See
1928
- /linode/instances/{linodeId}/backups for a Linode's available backups. This field and the image field are mutually
1929
- exclusive.
1871
+ A Backup ID from another Linode's available backups. Your User must have read_write access to that Linode, the Backup must have a status of successful, and the Linode must be deployed to the same region as the Backup. See /linode/instances/{linodeId}/backups for a Linode's available backups. This field and the image field are mutually exclusive.
1930
1872
  """
1931
1873
  return pulumi.get(self, "backup_id")
1932
1874
 
@@ -2032,8 +1974,7 @@ class Instance(pulumi.CustomResource):
2032
1974
  @pulumi.getter
2033
1975
  def image(self) -> pulumi.Output[Optional[_builtins.str]]:
2034
1976
  """
2035
- An Image ID to deploy the Disk from. Official Linode Images start with linode/, while your Images start with private/.
2036
- See /images for more information on the Images available for you to use.
1977
+ An Image ID to deploy the Disk from. Official Linode Images start with linode/, while your Images start with private/. See /images for more information on the Images available for you to use.
2037
1978
  """
2038
1979
  return pulumi.get(self, "image")
2039
1980
 
@@ -2041,8 +1982,7 @@ class Instance(pulumi.CustomResource):
2041
1982
  @pulumi.getter
2042
1983
  def interfaces(self) -> pulumi.Output[Optional[Sequence['outputs.InstanceInterface']]]:
2043
1984
  """
2044
- An array of Network Interfaces for this Linode to be created with. If an explicit config or disk is defined, interfaces
2045
- must be declared in the config block.
1985
+ An array of Network Interfaces for this Linode to be created with. If an explicit config or disk is defined, interfaces must be declared in the config block.
2046
1986
  """
2047
1987
  return pulumi.get(self, "interfaces")
2048
1988
 
@@ -2197,8 +2137,7 @@ class Instance(pulumi.CustomResource):
2197
2137
  @pulumi.getter(name="stackscriptData")
2198
2138
  def stackscript_data(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
2199
2139
  """
2200
- An object containing responses to any User Defined Fields present in the StackScript being deployed to this Linode. Only
2201
- accepted if 'stackscript_id' is given. The required values depend on the StackScript being deployed.
2140
+ An object containing responses to any User Defined Fields present in the StackScript being deployed to this Linode. Only accepted if 'stackscript_id' is given. The required values depend on the StackScript being deployed.
2202
2141
  """
2203
2142
  return pulumi.get(self, "stackscript_data")
2204
2143
 
@@ -2206,8 +2145,7 @@ class Instance(pulumi.CustomResource):
2206
2145
  @pulumi.getter(name="stackscriptId")
2207
2146
  def stackscript_id(self) -> pulumi.Output[Optional[_builtins.int]]:
2208
2147
  """
2209
- The StackScript to deploy to the newly created Linode. If provided, 'image' must also be provided, and must be an Image
2210
- that is compatible with this StackScript.
2148
+ The StackScript to deploy to the newly created Linode. If provided, 'image' must also be provided, and must be an Image that is compatible with this StackScript.
2211
2149
  """
2212
2150
  return pulumi.get(self, "stackscript_id")
2213
2151
 
@@ -2223,8 +2161,7 @@ class Instance(pulumi.CustomResource):
2223
2161
  @pulumi.getter(name="swapSize")
2224
2162
  def swap_size(self) -> pulumi.Output[_builtins.int]:
2225
2163
  """
2226
- When deploying from an Image, this field is optional with a Linode API default of 512mb, otherwise it is ignored. This
2227
- is used to set the swap disk size for the newly-created Linode.
2164
+ When deploying from an Image, this field is optional with a Linode API default of 512mb, otherwise it is ignored. This is used to set the swap disk size for the newly-created Linode.
2228
2165
  """
2229
2166
  return pulumi.get(self, "swap_size")
2230
2167
 
@@ -38,8 +38,7 @@ class LkeNodePoolArgs:
38
38
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A map attribute containing key-value pairs to be added as labels to nodes in the node pool. Labels help classify your nodes and to easily select subsets of objects. To learn more, review [Add Labels and Taints to your LKE Node Pools](https://www.linode.com/docs/products/compute/kubernetes/guides/deploy-and-manage-cluster-with-the-linode-api/#add-labels-and-taints-to-your-lke-node-pools).
39
39
  :param pulumi.Input[_builtins.int] node_count: The number of nodes in the Node Pool. If undefined with an autoscaler the initial node count will equal the autoscaler minimum.
40
40
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: An array of tags applied to the Node Pool. Tags can be used to flag node pools as externally managed, see Externally Managed Node Pools for more details.
41
- :param pulumi.Input[Sequence[pulumi.Input['LkeNodePoolTaintArgs']]] taints: Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically
42
- allowing them to repel certain pods.
41
+ :param pulumi.Input[Sequence[pulumi.Input['LkeNodePoolTaintArgs']]] taints: Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically allowing them to repel certain pods.
43
42
  :param pulumi.Input[_builtins.str] update_strategy: The strategy for updating the node pool k8s version. For LKE enterprise only and may not currently available to all users even under v4beta.
44
43
 
45
44
  * `autoscaler` - (Optional) If defined, an autoscaler will be enabled with the given configuration.
@@ -148,8 +147,7 @@ class LkeNodePoolArgs:
148
147
  @pulumi.getter
149
148
  def taints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LkeNodePoolTaintArgs']]]]:
150
149
  """
151
- Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically
152
- allowing them to repel certain pods.
150
+ Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically allowing them to repel certain pods.
153
151
  """
154
152
  return pulumi.get(self, "taints")
155
153
 
@@ -197,8 +195,7 @@ class _LkeNodePoolState:
197
195
  :param pulumi.Input[_builtins.int] node_count: The number of nodes in the Node Pool. If undefined with an autoscaler the initial node count will equal the autoscaler minimum.
198
196
  :param pulumi.Input[Sequence[pulumi.Input['LkeNodePoolNodeArgs']]] nodes: A list of nodes in the node pool.
199
197
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: An array of tags applied to the Node Pool. Tags can be used to flag node pools as externally managed, see Externally Managed Node Pools for more details.
200
- :param pulumi.Input[Sequence[pulumi.Input['LkeNodePoolTaintArgs']]] taints: Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically
201
- allowing them to repel certain pods.
198
+ :param pulumi.Input[Sequence[pulumi.Input['LkeNodePoolTaintArgs']]] taints: Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically allowing them to repel certain pods.
202
199
  :param pulumi.Input[_builtins.str] type: A Linode Type for all nodes in the Node Pool. See all node types [here](https://api.linode.com/v4/linode/types).
203
200
  :param pulumi.Input[_builtins.str] update_strategy: The strategy for updating the node pool k8s version. For LKE enterprise only and may not currently available to all users even under v4beta.
204
201
 
@@ -326,8 +323,7 @@ class _LkeNodePoolState:
326
323
  @pulumi.getter
327
324
  def taints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LkeNodePoolTaintArgs']]]]:
328
325
  """
329
- Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically
330
- allowing them to repel certain pods.
326
+ Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically allowing them to repel certain pods.
331
327
  """
332
328
  return pulumi.get(self, "taints")
333
329
 
@@ -396,8 +392,7 @@ class LkeNodePool(pulumi.CustomResource):
396
392
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A map attribute containing key-value pairs to be added as labels to nodes in the node pool. Labels help classify your nodes and to easily select subsets of objects. To learn more, review [Add Labels and Taints to your LKE Node Pools](https://www.linode.com/docs/products/compute/kubernetes/guides/deploy-and-manage-cluster-with-the-linode-api/#add-labels-and-taints-to-your-lke-node-pools).
397
393
  :param pulumi.Input[_builtins.int] node_count: The number of nodes in the Node Pool. If undefined with an autoscaler the initial node count will equal the autoscaler minimum.
398
394
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: An array of tags applied to the Node Pool. Tags can be used to flag node pools as externally managed, see Externally Managed Node Pools for more details.
399
- :param pulumi.Input[Sequence[pulumi.Input[Union['LkeNodePoolTaintArgs', 'LkeNodePoolTaintArgsDict']]]] taints: Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically
400
- allowing them to repel certain pods.
395
+ :param pulumi.Input[Sequence[pulumi.Input[Union['LkeNodePoolTaintArgs', 'LkeNodePoolTaintArgsDict']]]] taints: Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically allowing them to repel certain pods.
401
396
  :param pulumi.Input[_builtins.str] type: A Linode Type for all nodes in the Node Pool. See all node types [here](https://api.linode.com/v4/linode/types).
402
397
  :param pulumi.Input[_builtins.str] update_strategy: The strategy for updating the node pool k8s version. For LKE enterprise only and may not currently available to all users even under v4beta.
403
398
 
@@ -503,8 +498,7 @@ class LkeNodePool(pulumi.CustomResource):
503
498
  :param pulumi.Input[_builtins.int] node_count: The number of nodes in the Node Pool. If undefined with an autoscaler the initial node count will equal the autoscaler minimum.
504
499
  :param pulumi.Input[Sequence[pulumi.Input[Union['LkeNodePoolNodeArgs', 'LkeNodePoolNodeArgsDict']]]] nodes: A list of nodes in the node pool.
505
500
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: An array of tags applied to the Node Pool. Tags can be used to flag node pools as externally managed, see Externally Managed Node Pools for more details.
506
- :param pulumi.Input[Sequence[pulumi.Input[Union['LkeNodePoolTaintArgs', 'LkeNodePoolTaintArgsDict']]]] taints: Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically
507
- allowing them to repel certain pods.
501
+ :param pulumi.Input[Sequence[pulumi.Input[Union['LkeNodePoolTaintArgs', 'LkeNodePoolTaintArgsDict']]]] taints: Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically allowing them to repel certain pods.
508
502
  :param pulumi.Input[_builtins.str] type: A Linode Type for all nodes in the Node Pool. See all node types [here](https://api.linode.com/v4/linode/types).
509
503
  :param pulumi.Input[_builtins.str] update_strategy: The strategy for updating the node pool k8s version. For LKE enterprise only and may not currently available to all users even under v4beta.
510
504
 
@@ -594,8 +588,7 @@ class LkeNodePool(pulumi.CustomResource):
594
588
  @pulumi.getter
595
589
  def taints(self) -> pulumi.Output[Optional[Sequence['outputs.LkeNodePoolTaint']]]:
596
590
  """
597
- Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically
598
- allowing them to repel certain pods.
591
+ Kubernetes taints to add to node pool nodes. Taints help control how pods are scheduled onto nodes, specifically allowing them to repel certain pods.
599
592
  """
600
593
  return pulumi.get(self, "taints")
601
594
 
@@ -46,8 +46,7 @@ class NodeBalancerConfigArgs:
46
46
  :param pulumi.Input[_builtins.str] algorithm: What algorithm this NodeBalancer should use for routing traffic to backends. (`roundrobin`, `leastconn`, `source`)
47
47
  :param pulumi.Input[_builtins.str] check: The type of check to perform against backends to ensure they are serving requests. This is used to determine if backends are up or down. If none no check is performed. connection requires only a connection to the backend to succeed. http and http_body rely on the backend serving HTTP, and that the response returned matches what is expected. (`none`, `connection`, `http`, `http_body`)
48
48
  :param pulumi.Input[_builtins.int] check_attempts: How many times to attempt a check before considering a backend to be down. (1-30)
49
- :param pulumi.Input[_builtins.str] check_body: This value must be present in the response body of the check in order for it to pass. If this value is not present in
50
- the response body of a check request, the backend is considered to be down
49
+ :param pulumi.Input[_builtins.str] check_body: This value must be present in the response body of the check in order for it to pass. If this value is not present in the response body of a check request, the backend is considered to be down
51
50
  :param pulumi.Input[_builtins.int] check_interval: How often, in seconds, to check that backends are up and serving requests.
52
51
  :param pulumi.Input[_builtins.bool] check_passive: If true, any response from this backend with a 5xx status code will be enough for it to be considered unhealthy and taken out of rotation.
53
52
  :param pulumi.Input[_builtins.str] check_path: The URL path to check on each backend. If the backend does not respond to this request it is considered to be down.
@@ -151,8 +150,7 @@ class NodeBalancerConfigArgs:
151
150
  @pulumi.getter(name="checkBody")
152
151
  def check_body(self) -> Optional[pulumi.Input[_builtins.str]]:
153
152
  """
154
- This value must be present in the response body of the check in order for it to pass. If this value is not present in
155
- the response body of a check request, the backend is considered to be down
153
+ This value must be present in the response body of the check in order for it to pass. If this value is not present in the response body of a check request, the backend is considered to be down
156
154
  """
157
155
  return pulumi.get(self, "check_body")
158
156
 
@@ -336,15 +334,13 @@ class _NodeBalancerConfigState:
336
334
  :param pulumi.Input[_builtins.str] algorithm: What algorithm this NodeBalancer should use for routing traffic to backends. (`roundrobin`, `leastconn`, `source`)
337
335
  :param pulumi.Input[_builtins.str] check: The type of check to perform against backends to ensure they are serving requests. This is used to determine if backends are up or down. If none no check is performed. connection requires only a connection to the backend to succeed. http and http_body rely on the backend serving HTTP, and that the response returned matches what is expected. (`none`, `connection`, `http`, `http_body`)
338
336
  :param pulumi.Input[_builtins.int] check_attempts: How many times to attempt a check before considering a backend to be down. (1-30)
339
- :param pulumi.Input[_builtins.str] check_body: This value must be present in the response body of the check in order for it to pass. If this value is not present in
340
- the response body of a check request, the backend is considered to be down
337
+ :param pulumi.Input[_builtins.str] check_body: This value must be present in the response body of the check in order for it to pass. If this value is not present in the response body of a check request, the backend is considered to be down
341
338
  :param pulumi.Input[_builtins.int] check_interval: How often, in seconds, to check that backends are up and serving requests.
342
339
  :param pulumi.Input[_builtins.bool] check_passive: If true, any response from this backend with a 5xx status code will be enough for it to be considered unhealthy and taken out of rotation.
343
340
  :param pulumi.Input[_builtins.str] check_path: The URL path to check on each backend. If the backend does not respond to this request it is considered to be down.
344
341
  :param pulumi.Input[_builtins.int] check_timeout: How long, in seconds, to wait for a check attempt before considering it failed. (1-30)
345
342
  :param pulumi.Input[_builtins.str] cipher_suite: What ciphers to use for SSL connections served by this NodeBalancer. `legacy` is considered insecure and should only be used if necessary.
346
- :param pulumi.Input[Sequence[pulumi.Input['NodeBalancerConfigNodeStatusArgs']]] node_statuses: A structure containing information about the health of the backends for this port. This information is updated
347
- periodically as checks are performed against backends.
343
+ :param pulumi.Input[Sequence[pulumi.Input['NodeBalancerConfigNodeStatusArgs']]] node_statuses: A structure containing information about the health of the backends for this port. This information is updated periodically as checks are performed against backends.
348
344
  :param pulumi.Input[_builtins.int] nodebalancer_id: The ID of the NodeBalancer to access.
349
345
 
350
346
  - - -
@@ -444,8 +440,7 @@ class _NodeBalancerConfigState:
444
440
  @pulumi.getter(name="checkBody")
445
441
  def check_body(self) -> Optional[pulumi.Input[_builtins.str]]:
446
442
  """
447
- This value must be present in the response body of the check in order for it to pass. If this value is not present in
448
- the response body of a check request, the backend is considered to be down
443
+ This value must be present in the response body of the check in order for it to pass. If this value is not present in the response body of a check request, the backend is considered to be down
449
444
  """
450
445
  return pulumi.get(self, "check_body")
451
446
 
@@ -517,8 +512,7 @@ class _NodeBalancerConfigState:
517
512
  @pulumi.getter(name="nodeStatuses")
518
513
  def node_statuses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NodeBalancerConfigNodeStatusArgs']]]]:
519
514
  """
520
- A structure containing information about the health of the backends for this port. This information is updated
521
- periodically as checks are performed against backends.
515
+ A structure containing information about the health of the backends for this port. This information is updated periodically as checks are performed against backends.
522
516
  """
523
517
  return pulumi.get(self, "node_statuses")
524
518
 
@@ -729,8 +723,7 @@ class NodeBalancerConfig(pulumi.CustomResource):
729
723
  :param pulumi.Input[_builtins.str] algorithm: What algorithm this NodeBalancer should use for routing traffic to backends. (`roundrobin`, `leastconn`, `source`)
730
724
  :param pulumi.Input[_builtins.str] check: The type of check to perform against backends to ensure they are serving requests. This is used to determine if backends are up or down. If none no check is performed. connection requires only a connection to the backend to succeed. http and http_body rely on the backend serving HTTP, and that the response returned matches what is expected. (`none`, `connection`, `http`, `http_body`)
731
725
  :param pulumi.Input[_builtins.int] check_attempts: How many times to attempt a check before considering a backend to be down. (1-30)
732
- :param pulumi.Input[_builtins.str] check_body: This value must be present in the response body of the check in order for it to pass. If this value is not present in
733
- the response body of a check request, the backend is considered to be down
726
+ :param pulumi.Input[_builtins.str] check_body: This value must be present in the response body of the check in order for it to pass. If this value is not present in the response body of a check request, the backend is considered to be down
734
727
  :param pulumi.Input[_builtins.int] check_interval: How often, in seconds, to check that backends are up and serving requests.
735
728
  :param pulumi.Input[_builtins.bool] check_passive: If true, any response from this backend with a 5xx status code will be enough for it to be considered unhealthy and taken out of rotation.
736
729
  :param pulumi.Input[_builtins.str] check_path: The URL path to check on each backend. If the backend does not respond to this request it is considered to be down.
@@ -899,15 +892,13 @@ class NodeBalancerConfig(pulumi.CustomResource):
899
892
  :param pulumi.Input[_builtins.str] algorithm: What algorithm this NodeBalancer should use for routing traffic to backends. (`roundrobin`, `leastconn`, `source`)
900
893
  :param pulumi.Input[_builtins.str] check: The type of check to perform against backends to ensure they are serving requests. This is used to determine if backends are up or down. If none no check is performed. connection requires only a connection to the backend to succeed. http and http_body rely on the backend serving HTTP, and that the response returned matches what is expected. (`none`, `connection`, `http`, `http_body`)
901
894
  :param pulumi.Input[_builtins.int] check_attempts: How many times to attempt a check before considering a backend to be down. (1-30)
902
- :param pulumi.Input[_builtins.str] check_body: This value must be present in the response body of the check in order for it to pass. If this value is not present in
903
- the response body of a check request, the backend is considered to be down
895
+ :param pulumi.Input[_builtins.str] check_body: This value must be present in the response body of the check in order for it to pass. If this value is not present in the response body of a check request, the backend is considered to be down
904
896
  :param pulumi.Input[_builtins.int] check_interval: How often, in seconds, to check that backends are up and serving requests.
905
897
  :param pulumi.Input[_builtins.bool] check_passive: If true, any response from this backend with a 5xx status code will be enough for it to be considered unhealthy and taken out of rotation.
906
898
  :param pulumi.Input[_builtins.str] check_path: The URL path to check on each backend. If the backend does not respond to this request it is considered to be down.
907
899
  :param pulumi.Input[_builtins.int] check_timeout: How long, in seconds, to wait for a check attempt before considering it failed. (1-30)
908
900
  :param pulumi.Input[_builtins.str] cipher_suite: What ciphers to use for SSL connections served by this NodeBalancer. `legacy` is considered insecure and should only be used if necessary.
909
- :param pulumi.Input[Sequence[pulumi.Input[Union['NodeBalancerConfigNodeStatusArgs', 'NodeBalancerConfigNodeStatusArgsDict']]]] node_statuses: A structure containing information about the health of the backends for this port. This information is updated
910
- periodically as checks are performed against backends.
901
+ :param pulumi.Input[Sequence[pulumi.Input[Union['NodeBalancerConfigNodeStatusArgs', 'NodeBalancerConfigNodeStatusArgsDict']]]] node_statuses: A structure containing information about the health of the backends for this port. This information is updated periodically as checks are performed against backends.
911
902
  :param pulumi.Input[_builtins.int] nodebalancer_id: The ID of the NodeBalancer to access.
912
903
 
913
904
  - - -
@@ -979,8 +970,7 @@ class NodeBalancerConfig(pulumi.CustomResource):
979
970
  @pulumi.getter(name="checkBody")
980
971
  def check_body(self) -> pulumi.Output[_builtins.str]:
981
972
  """
982
- This value must be present in the response body of the check in order for it to pass. If this value is not present in
983
- the response body of a check request, the backend is considered to be down
973
+ This value must be present in the response body of the check in order for it to pass. If this value is not present in the response body of a check request, the backend is considered to be down
984
974
  """
985
975
  return pulumi.get(self, "check_body")
986
976
 
@@ -1028,8 +1018,7 @@ class NodeBalancerConfig(pulumi.CustomResource):
1028
1018
  @pulumi.getter(name="nodeStatuses")
1029
1019
  def node_statuses(self) -> pulumi.Output[Sequence['outputs.NodeBalancerConfigNodeStatus']]:
1030
1020
  """
1031
- A structure containing information about the health of the backends for this port. This information is updated
1032
- periodically as checks are performed against backends.
1021
+ A structure containing information about the health of the backends for this port. This information is updated periodically as checks are performed against backends.
1033
1022
  """
1034
1023
  return pulumi.get(self, "node_statuses")
1035
1024
 
@@ -268,8 +268,7 @@ class _ObjectStorageBucketState:
268
268
  :param pulumi.Input[_builtins.bool] cors_enabled: If true, the bucket will have CORS enabled for all origins.
269
269
  :param pulumi.Input[_builtins.str] endpoint: The endpoint for the bucket used for s3 connections.
270
270
  :param pulumi.Input[_builtins.str] endpoint_type: The type of `s3_endpoint` available to the user in this region. See [Endpoint types](https://techdocs.akamai.com/cloud-computing/docs/object-storage#endpoint-type) for more information.
271
- :param pulumi.Input[_builtins.str] hostname: The hostname where this bucket can be accessed. This hostname can be accessed through a browser if the bucket is made
272
- public.
271
+ :param pulumi.Input[_builtins.str] hostname: The hostname where this bucket can be accessed. This hostname can be accessed through a browser if the bucket is made public.
273
272
  :param pulumi.Input[_builtins.str] label: The label of the Linode Object Storage Bucket.
274
273
  :param pulumi.Input[Sequence[pulumi.Input['ObjectStorageBucketLifecycleRuleArgs']]] lifecycle_rules: Lifecycle rules to be applied to the bucket.
275
274
  :param pulumi.Input[_builtins.str] region: The region of the Linode Object Storage Bucket. Exactly one of `region` and `cluster` is required for creating a bucket.
@@ -411,8 +410,7 @@ class _ObjectStorageBucketState:
411
410
  @pulumi.getter
412
411
  def hostname(self) -> Optional[pulumi.Input[_builtins.str]]:
413
412
  """
414
- The hostname where this bucket can be accessed. This hostname can be accessed through a browser if the bucket is made
415
- public.
413
+ The hostname where this bucket can be accessed. This hostname can be accessed through a browser if the bucket is made public.
416
414
  """
417
415
  return pulumi.get(self, "hostname")
418
416
 
@@ -741,8 +739,7 @@ class ObjectStorageBucket(pulumi.CustomResource):
741
739
  :param pulumi.Input[_builtins.bool] cors_enabled: If true, the bucket will have CORS enabled for all origins.
742
740
  :param pulumi.Input[_builtins.str] endpoint: The endpoint for the bucket used for s3 connections.
743
741
  :param pulumi.Input[_builtins.str] endpoint_type: The type of `s3_endpoint` available to the user in this region. See [Endpoint types](https://techdocs.akamai.com/cloud-computing/docs/object-storage#endpoint-type) for more information.
744
- :param pulumi.Input[_builtins.str] hostname: The hostname where this bucket can be accessed. This hostname can be accessed through a browser if the bucket is made
745
- public.
742
+ :param pulumi.Input[_builtins.str] hostname: The hostname where this bucket can be accessed. This hostname can be accessed through a browser if the bucket is made public.
746
743
  :param pulumi.Input[_builtins.str] label: The label of the Linode Object Storage Bucket.
747
744
  :param pulumi.Input[Sequence[pulumi.Input[Union['ObjectStorageBucketLifecycleRuleArgs', 'ObjectStorageBucketLifecycleRuleArgsDict']]]] lifecycle_rules: Lifecycle rules to be applied to the bucket.
748
745
  :param pulumi.Input[_builtins.str] region: The region of the Linode Object Storage Bucket. Exactly one of `region` and `cluster` is required for creating a bucket.
@@ -841,8 +838,7 @@ class ObjectStorageBucket(pulumi.CustomResource):
841
838
  @pulumi.getter
842
839
  def hostname(self) -> pulumi.Output[_builtins.str]:
843
840
  """
844
- The hostname where this bucket can be accessed. This hostname can be accessed through a browser if the bucket is made
845
- public.
841
+ The hostname where this bucket can be accessed. This hostname can be accessed through a browser if the bucket is made public.
846
842
  """
847
843
  return pulumi.get(self, "hostname")
848
844
 
pulumi_linode/provider.py CHANGED
@@ -54,8 +54,7 @@ class ProviderArgs:
54
54
  :param pulumi.Input[_builtins.str] obj_access_key: The access key to be used in ObjectStorageBucket and linode_object_storage_object.
55
55
  :param pulumi.Input[_builtins.bool] obj_bucket_force_delete: If true, when deleting a ObjectStorageBucket any objects and versions will be force deleted.
56
56
  :param pulumi.Input[_builtins.str] obj_secret_key: The secret key to be used in ObjectStorageBucket and linode_object_storage_object.
57
- :param pulumi.Input[_builtins.bool] obj_use_temp_keys: If true, temporary object keys will be created implicitly at apply-time for the ObjectStorageObject and
58
- linode_object_sorage_bucket resource.
57
+ :param pulumi.Input[_builtins.bool] obj_use_temp_keys: If true, temporary object keys will be created implicitly at apply-time for the ObjectStorageObject and linode_object_sorage_bucket resource.
59
58
  :param pulumi.Input[_builtins.bool] skip_implicit_reboots: If true, Linode Instances will not be rebooted on config and interface changes.
60
59
  :param pulumi.Input[_builtins.bool] skip_instance_delete_poll: Skip waiting for a Instance resource to finish deleting.
61
60
  :param pulumi.Input[_builtins.bool] skip_instance_ready_poll: Skip waiting for a Instance resource to be running.
@@ -270,8 +269,7 @@ class ProviderArgs:
270
269
  @pulumi.getter(name="objUseTempKeys")
271
270
  def obj_use_temp_keys(self) -> Optional[pulumi.Input[_builtins.bool]]:
272
271
  """
273
- If true, temporary object keys will be created implicitly at apply-time for the ObjectStorageObject and
274
- linode_object_sorage_bucket resource.
272
+ If true, temporary object keys will be created implicitly at apply-time for the ObjectStorageObject and linode_object_sorage_bucket resource.
275
273
  """
276
274
  return pulumi.get(self, "obj_use_temp_keys")
277
275
 
@@ -400,8 +398,7 @@ class Provider(pulumi.ProviderResource):
400
398
  :param pulumi.Input[_builtins.str] obj_access_key: The access key to be used in ObjectStorageBucket and linode_object_storage_object.
401
399
  :param pulumi.Input[_builtins.bool] obj_bucket_force_delete: If true, when deleting a ObjectStorageBucket any objects and versions will be force deleted.
402
400
  :param pulumi.Input[_builtins.str] obj_secret_key: The secret key to be used in ObjectStorageBucket and linode_object_storage_object.
403
- :param pulumi.Input[_builtins.bool] obj_use_temp_keys: If true, temporary object keys will be created implicitly at apply-time for the ObjectStorageObject and
404
- linode_object_sorage_bucket resource.
401
+ :param pulumi.Input[_builtins.bool] obj_use_temp_keys: If true, temporary object keys will be created implicitly at apply-time for the ObjectStorageObject and linode_object_sorage_bucket resource.
405
402
  :param pulumi.Input[_builtins.bool] skip_implicit_reboots: If true, Linode Instances will not be rebooted on config and interface changes.
406
403
  :param pulumi.Input[_builtins.bool] skip_instance_delete_poll: Skip waiting for a Instance resource to finish deleting.
407
404
  :param pulumi.Input[_builtins.bool] skip_instance_ready_poll: Skip waiting for a Instance resource to be running.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "linode",
4
- "version": "5.2.0-alpha.1756361460"
4
+ "version": "5.2.0-alpha.1756506768"
5
5
  }
@@ -30,8 +30,7 @@ class ReservedIpAssignmentArgs:
30
30
  The set of arguments for constructing a ReservedIpAssignment resource.
31
31
  :param pulumi.Input[_builtins.str] address: The resulting IPv4 address.
32
32
  :param pulumi.Input[_builtins.int] linode_id: The ID of the Linode to allocate an IPv4 address for.
33
- :param pulumi.Input[_builtins.bool] apply_immediately: If true, the instance will be rebooted to update network interfaces. This functionality is not affected by the
34
- `skip_implicit_reboots` provider argument.
33
+ :param pulumi.Input[_builtins.bool] apply_immediately: If true, the instance will be rebooted to update network interfaces. This functionality is not affected by the `skip_implicit_reboots` provider argument.
35
34
  :param pulumi.Input[_builtins.bool] public: Whether the IPv4 address is public or private.
36
35
  :param pulumi.Input[_builtins.str] rdns: The reverse DNS assigned to this address.
37
36
  """
@@ -72,8 +71,7 @@ class ReservedIpAssignmentArgs:
72
71
  @pulumi.getter(name="applyImmediately")
73
72
  def apply_immediately(self) -> Optional[pulumi.Input[_builtins.bool]]:
74
73
  """
75
- If true, the instance will be rebooted to update network interfaces. This functionality is not affected by the
76
- `skip_implicit_reboots` provider argument.
74
+ If true, the instance will be rebooted to update network interfaces. This functionality is not affected by the `skip_implicit_reboots` provider argument.
77
75
  """
78
76
  return pulumi.get(self, "apply_immediately")
79
77
 
@@ -124,8 +122,7 @@ class _ReservedIpAssignmentState:
124
122
  """
125
123
  Input properties used for looking up and filtering ReservedIpAssignment resources.
126
124
  :param pulumi.Input[_builtins.str] address: The resulting IPv4 address.
127
- :param pulumi.Input[_builtins.bool] apply_immediately: If true, the instance will be rebooted to update network interfaces. This functionality is not affected by the
128
- `skip_implicit_reboots` provider argument.
125
+ :param pulumi.Input[_builtins.bool] apply_immediately: If true, the instance will be rebooted to update network interfaces. This functionality is not affected by the `skip_implicit_reboots` provider argument.
129
126
  :param pulumi.Input[_builtins.str] gateway: The default gateway for this address
130
127
  :param pulumi.Input[_builtins.int] linode_id: The ID of the Linode to allocate an IPv4 address for.
131
128
  :param pulumi.Input[_builtins.int] prefix: The number of bits set in the subnet mask.
@@ -178,8 +175,7 @@ class _ReservedIpAssignmentState:
178
175
  @pulumi.getter(name="applyImmediately")
179
176
  def apply_immediately(self) -> Optional[pulumi.Input[_builtins.bool]]:
180
177
  """
181
- If true, the instance will be rebooted to update network interfaces. This functionality is not affected by the
182
- `skip_implicit_reboots` provider argument.
178
+ If true, the instance will be rebooted to update network interfaces. This functionality is not affected by the `skip_implicit_reboots` provider argument.
183
179
  """
184
180
  return pulumi.get(self, "apply_immediately")
185
181
 
@@ -325,8 +321,7 @@ class ReservedIpAssignment(pulumi.CustomResource):
325
321
  :param str resource_name: The name of the resource.
326
322
  :param pulumi.ResourceOptions opts: Options for the resource.
327
323
  :param pulumi.Input[_builtins.str] address: The resulting IPv4 address.
328
- :param pulumi.Input[_builtins.bool] apply_immediately: If true, the instance will be rebooted to update network interfaces. This functionality is not affected by the
329
- `skip_implicit_reboots` provider argument.
324
+ :param pulumi.Input[_builtins.bool] apply_immediately: If true, the instance will be rebooted to update network interfaces. This functionality is not affected by the `skip_implicit_reboots` provider argument.
330
325
  :param pulumi.Input[_builtins.int] linode_id: The ID of the Linode to allocate an IPv4 address for.
331
326
  :param pulumi.Input[_builtins.bool] public: Whether the IPv4 address is public or private.
332
327
  :param pulumi.Input[_builtins.str] rdns: The reverse DNS assigned to this address.
@@ -414,8 +409,7 @@ class ReservedIpAssignment(pulumi.CustomResource):
414
409
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
415
410
  :param pulumi.ResourceOptions opts: Options for the resource.
416
411
  :param pulumi.Input[_builtins.str] address: The resulting IPv4 address.
417
- :param pulumi.Input[_builtins.bool] apply_immediately: If true, the instance will be rebooted to update network interfaces. This functionality is not affected by the
418
- `skip_implicit_reboots` provider argument.
412
+ :param pulumi.Input[_builtins.bool] apply_immediately: If true, the instance will be rebooted to update network interfaces. This functionality is not affected by the `skip_implicit_reboots` provider argument.
419
413
  :param pulumi.Input[_builtins.str] gateway: The default gateway for this address
420
414
  :param pulumi.Input[_builtins.int] linode_id: The ID of the Linode to allocate an IPv4 address for.
421
415
  :param pulumi.Input[_builtins.int] prefix: The number of bits set in the subnet mask.
@@ -457,8 +451,7 @@ class ReservedIpAssignment(pulumi.CustomResource):
457
451
  @pulumi.getter(name="applyImmediately")
458
452
  def apply_immediately(self) -> pulumi.Output[_builtins.bool]:
459
453
  """
460
- If true, the instance will be rebooted to update network interfaces. This functionality is not affected by the
461
- `skip_implicit_reboots` provider argument.
454
+ If true, the instance will be rebooted to update network interfaces. This functionality is not affected by the `skip_implicit_reboots` provider argument.
462
455
  """
463
456
  return pulumi.get(self, "apply_immediately")
464
457
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_linode
3
- Version: 5.2.0a1756361460
3
+ Version: 5.2.0a1756506768
4
4
  Summary: A Pulumi package for creating and managing linode cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -86,30 +86,30 @@ pulumi_linode/get_vpc_subnet.py,sha256=3Bn9dgHw9SP-BApXkw48UyaCuTPy-bLMhTlibXKJ_
86
86
  pulumi_linode/get_vpc_subnets.py,sha256=zTavCk8b26AscarN-3aj7JvDFYMT88M9dfkdFW2BSjw,6564
87
87
  pulumi_linode/get_vpcs.py,sha256=Bh1BaB91C2ISEXilEhFwin1pJBBqY0cIJ1KWT0RiK7g,4965
88
88
  pulumi_linode/image.py,sha256=nBKTAd7T24-kLbJrWPW87zI5YEmEYPjF7JscVQVUCBA,54747
89
- pulumi_linode/instance.py,sha256=AXpX1CopZvFQsYBrwp9yx4Ua_JP6nrBLW9r91si83Rg,138361
89
+ pulumi_linode/instance.py,sha256=oGOBo2H2WmC9p8DC8lytOxbnUT_nsVO1jQ18i_srWhc,137605
90
90
  pulumi_linode/instance_config.py,sha256=XkUreQSaVptB1OtvTnmmLOFozTKgeoE_P1INFs4S73g,42141
91
91
  pulumi_linode/instance_disk.py,sha256=d8IfpBkdsfd9qQPrgX80L-Ecl3oZYk9IX5NqrvWI1fM,40574
92
92
  pulumi_linode/instance_ip.py,sha256=FlQYwITmNUjSWFwFmXkRKV8qlQvBoVgErZUMcwXEHMQ,22323
93
93
  pulumi_linode/instance_shared_ips.py,sha256=IkNiLmaCJ8QPwXPg3Rs3sb8GsijGT8HKHSprgRPjHg4,14531
94
94
  pulumi_linode/ipv6_range.py,sha256=6GwFTV7TeSkc6bF5bs_Jd7xwXrl4N5A2Xmqxw9uYss4,16060
95
95
  pulumi_linode/lke_cluster.py,sha256=UU4KS6rmt1WQYuuQcHyfL-WPLvxHxfC7KiE5T4NMja0,34147
96
- pulumi_linode/lke_node_pool.py,sha256=WR_IN0ZRBZRweYDOegWS3YctKFFVYb0p6KzNEGswbVU,36444
96
+ pulumi_linode/lke_node_pool.py,sha256=oNmSPra7i1ZXogQfLHxGUJWdhhojcOSQvA5TOe2qQiA,36360
97
97
  pulumi_linode/networking_ip.py,sha256=FCygbQlP1QGgtL_p3LXdIRttfS-9-ou5F8Wc5nB_qRQ,23921
98
98
  pulumi_linode/networking_ip_assignment.py,sha256=dlmLRP8NhQjt9_fV5kU9qfa56sD7Dah_LfvjnhiYeTM,9650
99
99
  pulumi_linode/node_balancer.py,sha256=yRYsAKAHplmbShap8Nt1Hw0-kKfMO5m4mQ_q8hhV4h8,31035
100
- pulumi_linode/node_balancer_config.py,sha256=sYnYiJusDwR7AKhJ-rHbXykeAiWXAbzcOLjoUPQf6po,65475
100
+ pulumi_linode/node_balancer_config.py,sha256=bq-boWfPBwk0-gD7tX-B74IYmgKY3qnvx_AU3TcbyZc,65345
101
101
  pulumi_linode/node_balancer_node.py,sha256=4tEdbLGfGTI09kFP6o9Pjwbu4W3hhlSlU30AWRHPrBI,22634
102
- pulumi_linode/object_storage_bucket.py,sha256=RhTrJApqmamCj0iqUabaJdNWnkbQeoLdPgoUVKjHl8w,48361
102
+ pulumi_linode/object_storage_bucket.py,sha256=1KxXcawPw0XGJAn1A8BkgMdmbaIyMAc_u_ND1h_xAf0,48315
103
103
  pulumi_linode/object_storage_key.py,sha256=DCwmYlnipDM_tsqW6GSKMGlYL7kKDiQyQySjBuBugZk,21932
104
104
  pulumi_linode/object_storage_object.py,sha256=MQSDkOlFLNktHMmN1OcYm13E_t-XAaPCTUcQdZaE_UE,65505
105
105
  pulumi_linode/outputs.py,sha256=F_KZIX4hOgeUdTkEMg_mG8gRPzmVjOlD3piaq4ircb0,720516
106
106
  pulumi_linode/placement_group.py,sha256=VMkn_ZWb7nyU2d9uvPDq9WtpaO4VtP1_tWEet0tXZZg,17909
107
107
  pulumi_linode/placement_group_assignment.py,sha256=VS41EglL2bMz-OGO5ut-mI4qztJ1JOTwJdYYH_6T2rE,13127
108
- pulumi_linode/provider.py,sha256=as3yrkJqFBYkHidrS2kR92HHeQRD8qIkwNogO4po5v4,31192
109
- pulumi_linode/pulumi-plugin.json,sha256=Pw0iqQBiiqcHqzWE-PIgFVytVXbSluDgvvWZh7qF7Ls,82
108
+ pulumi_linode/provider.py,sha256=3u-3yR4HC0WM7nENM_fmVdnhTVkMVvofuNjqCek2dOY,31154
109
+ pulumi_linode/pulumi-plugin.json,sha256=rNOcl2Iay6oLDqrFTbEodWjTNLBFHA23KTud_nJrrhA,82
110
110
  pulumi_linode/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
111
111
  pulumi_linode/rdns.py,sha256=KSsmS3FJ-LTPL1TJgryhPV0S73hgZ5d3MXn71o3n9uE,16875
112
- pulumi_linode/reserved_ip_assignment.py,sha256=WWzTy3XuxKZ0BZYOhNLxKGD2gOX-SFmUoh1lt7ufOQ8,23578
112
+ pulumi_linode/reserved_ip_assignment.py,sha256=x0msvRRh3P4LocXq4FWGC_VMXUttMTzJMAISJ2O71qI,23494
113
113
  pulumi_linode/ssh_key.py,sha256=gkU9V_f_JvhSw2R7Y4wEsZEC-5vLh8eQq0CVZ7qg6Rw,11736
114
114
  pulumi_linode/stack_script.py,sha256=pqB5NcPgHEN2STPGsloRvrI9sRD_dCEDdkC6ZrSVnxg,33080
115
115
  pulumi_linode/token.py,sha256=3tHvmBggo7wb5VvUh6D4UeeD_Q6QByS4d-93gLgXkjQ,18606
@@ -118,9 +118,9 @@ pulumi_linode/volume.py,sha256=6IM9vsH2lbSDdphoyOHBiP6iw6t8GlH2jZ14mH32Gh8,28696
118
118
  pulumi_linode/vpc.py,sha256=DejZ76dtjHnx8Ow3GB-3I0t_D9k4NYx1ZMGbRWJj1TU,12937
119
119
  pulumi_linode/vpc_subnet.py,sha256=8hnZ0Qgag4ukZ780J6QzoQYRVOvcMKnLQwLtMMQy3EA,14903
120
120
  pulumi_linode/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
121
- pulumi_linode/config/__init__.pyi,sha256=QugHGBBgUkqxiWo3ht3axQdFcHcfR7IPnKiMCQBs570,2587
122
- pulumi_linode/config/vars.py,sha256=a43WkKOIxTBwmWMYshjLaW6MZ8tCK550R6XABD7NLdM,5155
123
- pulumi_linode-5.2.0a1756361460.dist-info/METADATA,sha256=469wN_CIZfk_geTMDPuE3-Kb41p5PFXG4l_0GLW70R0,2897
124
- pulumi_linode-5.2.0a1756361460.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
125
- pulumi_linode-5.2.0a1756361460.dist-info/top_level.txt,sha256=AWbmZiRcnH6wR1iM52uHc3e-Dy7bdm_0fyCSbLQVI84,14
126
- pulumi_linode-5.2.0a1756361460.dist-info/RECORD,,
121
+ pulumi_linode/config/__init__.pyi,sha256=LvOCsq3YYxRuU8teN4ZTDH2Nx_BlzOzM75EluLMpw80,2587
122
+ pulumi_linode/config/vars.py,sha256=Ypi1LOwkZcSV8Q4iq89-tWZGaG-4B8CAJCGefemZ-DY,5147
123
+ pulumi_linode-5.2.0a1756506768.dist-info/METADATA,sha256=7yE185_prXzyIQNh2NwYu4XCFqJi1LIGJNmUvWaSWxk,2897
124
+ pulumi_linode-5.2.0a1756506768.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
125
+ pulumi_linode-5.2.0a1756506768.dist-info/top_level.txt,sha256=AWbmZiRcnH6wR1iM52uHc3e-Dy7bdm_0fyCSbLQVI84,14
126
+ pulumi_linode-5.2.0a1756506768.dist-info/RECORD,,