pulumi-linode 5.7.0__py3-none-any.whl → 5.7.0a1767074814__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.
pulumi_linode/_inputs.py CHANGED
@@ -6478,10 +6478,6 @@ if not MYPY:
6478
6478
  """
6479
6479
  The disk encryption policy for nodes in this pool.
6480
6480
  """
6481
- firewall_id: NotRequired[pulumi.Input[_builtins.int]]
6482
- """
6483
- The ID of the firewall to associate with this node pool. If not provided, default firewall will be associated.
6484
- """
6485
6481
  id: NotRequired[pulumi.Input[_builtins.int]]
6486
6482
  """
6487
6483
  The ID of the node.
@@ -6524,7 +6520,6 @@ class LkeClusterPoolArgs:
6524
6520
  autoscaler: Optional[pulumi.Input['LkeClusterPoolAutoscalerArgs']] = None,
6525
6521
  count: Optional[pulumi.Input[_builtins.int]] = None,
6526
6522
  disk_encryption: Optional[pulumi.Input[_builtins.str]] = None,
6527
- firewall_id: Optional[pulumi.Input[_builtins.int]] = None,
6528
6523
  id: Optional[pulumi.Input[_builtins.int]] = None,
6529
6524
  k8s_version: Optional[pulumi.Input[_builtins.str]] = None,
6530
6525
  label: Optional[pulumi.Input[_builtins.str]] = None,
@@ -6538,7 +6533,6 @@ class LkeClusterPoolArgs:
6538
6533
  :param pulumi.Input['LkeClusterPoolAutoscalerArgs'] autoscaler: When specified, the number of nodes autoscales within the defined minimum and maximum values.
6539
6534
  :param pulumi.Input[_builtins.int] count: The number of nodes in the Node Pool. If undefined with an autoscaler the initial node count will equal the autoscaler minimum.
6540
6535
  :param pulumi.Input[_builtins.str] disk_encryption: The disk encryption policy for nodes in this pool.
6541
- :param pulumi.Input[_builtins.int] firewall_id: The ID of the firewall to associate with this node pool. If not provided, default firewall will be associated.
6542
6536
  :param pulumi.Input[_builtins.int] id: The ID of the node.
6543
6537
  :param pulumi.Input[_builtins.str] k8s_version: The k8s version of the nodes in this Node Pool. For LKE enterprise only and may not currently available to all users even under v4beta.
6544
6538
  :param pulumi.Input[_builtins.str] label: A label for the Node Pool. If not provided, it defaults to empty string.
@@ -6555,8 +6549,6 @@ class LkeClusterPoolArgs:
6555
6549
  pulumi.set(__self__, "count", count)
6556
6550
  if disk_encryption is not None:
6557
6551
  pulumi.set(__self__, "disk_encryption", disk_encryption)
6558
- if firewall_id is not None:
6559
- pulumi.set(__self__, "firewall_id", firewall_id)
6560
6552
  if id is not None:
6561
6553
  pulumi.set(__self__, "id", id)
6562
6554
  if k8s_version is not None:
@@ -6622,18 +6614,6 @@ class LkeClusterPoolArgs:
6622
6614
  def disk_encryption(self, value: Optional[pulumi.Input[_builtins.str]]):
6623
6615
  pulumi.set(self, "disk_encryption", value)
6624
6616
 
6625
- @_builtins.property
6626
- @pulumi.getter(name="firewallId")
6627
- def firewall_id(self) -> Optional[pulumi.Input[_builtins.int]]:
6628
- """
6629
- The ID of the firewall to associate with this node pool. If not provided, default firewall will be associated.
6630
- """
6631
- return pulumi.get(self, "firewall_id")
6632
-
6633
- @firewall_id.setter
6634
- def firewall_id(self, value: Optional[pulumi.Input[_builtins.int]]):
6635
- pulumi.set(self, "firewall_id", value)
6636
-
6637
6617
  @_builtins.property
6638
6618
  @pulumi.getter
6639
6619
  def id(self) -> Optional[pulumi.Input[_builtins.int]]:
pulumi_linode/instance.py CHANGED
@@ -652,7 +652,6 @@ class _InstanceState:
652
652
  ipv6: Optional[pulumi.Input[_builtins.str]] = None,
653
653
  label: Optional[pulumi.Input[_builtins.str]] = None,
654
654
  lke_cluster_id: Optional[pulumi.Input[_builtins.int]] = None,
655
- locks: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
656
655
  maintenance_policy: Optional[pulumi.Input[_builtins.str]] = None,
657
656
  metadatas: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceMetadataArgs']]]] = None,
658
657
  migration_type: Optional[pulumi.Input[_builtins.str]] = None,
@@ -704,7 +703,6 @@ class _InstanceState:
704
703
  :param pulumi.Input[_builtins.str] ipv6: This Linode's IPv6 SLAAC addresses. This address is specific to a Linode, and may not be shared. The prefix (`/128`) is included in this attribute.
705
704
  :param pulumi.Input[_builtins.str] label: The Linode's label is for display purposes only. If no label is provided for a Linode, a default will be assigned.
706
705
  :param pulumi.Input[_builtins.int] lke_cluster_id: If applicable, the ID of the LKE cluster this instance is a part of.
707
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] locks: A list of locks applied to this Linode.
708
706
  :param pulumi.Input[_builtins.str] maintenance_policy: The maintenance policy of this Linode instance. Examples are `"linode/migrate"` and `"linode/power_off_on"`. Defaults to the default maintenance policy of the account. (**Note: v4beta only.**)
709
707
  :param pulumi.Input[Sequence[pulumi.Input['InstanceMetadataArgs']]] metadatas: Various fields related to the Linode Metadata service.
710
708
  :param pulumi.Input[_builtins.str] migration_type: The type of migration to use when updating the type or region of a Linode. (`cold`, `warm`; default `cold`)
@@ -804,8 +802,6 @@ class _InstanceState:
804
802
  pulumi.set(__self__, "label", label)
805
803
  if lke_cluster_id is not None:
806
804
  pulumi.set(__self__, "lke_cluster_id", lke_cluster_id)
807
- if locks is not None:
808
- pulumi.set(__self__, "locks", locks)
809
805
  if maintenance_policy is not None:
810
806
  pulumi.set(__self__, "maintenance_policy", maintenance_policy)
811
807
  if metadatas is not None:
@@ -1142,18 +1138,6 @@ class _InstanceState:
1142
1138
  def lke_cluster_id(self, value: Optional[pulumi.Input[_builtins.int]]):
1143
1139
  pulumi.set(self, "lke_cluster_id", value)
1144
1140
 
1145
- @_builtins.property
1146
- @pulumi.getter
1147
- def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1148
- """
1149
- A list of locks applied to this Linode.
1150
- """
1151
- return pulumi.get(self, "locks")
1152
-
1153
- @locks.setter
1154
- def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
1155
- pulumi.set(self, "locks", value)
1156
-
1157
1141
  @_builtins.property
1158
1142
  @pulumi.getter(name="maintenancePolicy")
1159
1143
  def maintenance_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -1891,7 +1875,6 @@ class Instance(pulumi.CustomResource):
1891
1875
  __props__.__dict__["ip_address"] = None
1892
1876
  __props__.__dict__["ipv6"] = None
1893
1877
  __props__.__dict__["lke_cluster_id"] = None
1894
- __props__.__dict__["locks"] = None
1895
1878
  __props__.__dict__["private_ip_address"] = None
1896
1879
  __props__.__dict__["specs"] = None
1897
1880
  __props__.__dict__["status"] = None
@@ -1931,7 +1914,6 @@ class Instance(pulumi.CustomResource):
1931
1914
  ipv6: Optional[pulumi.Input[_builtins.str]] = None,
1932
1915
  label: Optional[pulumi.Input[_builtins.str]] = None,
1933
1916
  lke_cluster_id: Optional[pulumi.Input[_builtins.int]] = None,
1934
- locks: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1935
1917
  maintenance_policy: Optional[pulumi.Input[_builtins.str]] = None,
1936
1918
  metadatas: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceMetadataArgs', 'InstanceMetadataArgsDict']]]]] = None,
1937
1919
  migration_type: Optional[pulumi.Input[_builtins.str]] = None,
@@ -1988,7 +1970,6 @@ class Instance(pulumi.CustomResource):
1988
1970
  :param pulumi.Input[_builtins.str] ipv6: This Linode's IPv6 SLAAC addresses. This address is specific to a Linode, and may not be shared. The prefix (`/128`) is included in this attribute.
1989
1971
  :param pulumi.Input[_builtins.str] label: The Linode's label is for display purposes only. If no label is provided for a Linode, a default will be assigned.
1990
1972
  :param pulumi.Input[_builtins.int] lke_cluster_id: If applicable, the ID of the LKE cluster this instance is a part of.
1991
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] locks: A list of locks applied to this Linode.
1992
1973
  :param pulumi.Input[_builtins.str] maintenance_policy: The maintenance policy of this Linode instance. Examples are `"linode/migrate"` and `"linode/power_off_on"`. Defaults to the default maintenance policy of the account. (**Note: v4beta only.**)
1993
1974
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceMetadataArgs', 'InstanceMetadataArgsDict']]]] metadatas: Various fields related to the Linode Metadata service.
1994
1975
  :param pulumi.Input[_builtins.str] migration_type: The type of migration to use when updating the type or region of a Linode. (`cold`, `warm`; default `cold`)
@@ -2056,7 +2037,6 @@ class Instance(pulumi.CustomResource):
2056
2037
  __props__.__dict__["ipv6"] = ipv6
2057
2038
  __props__.__dict__["label"] = label
2058
2039
  __props__.__dict__["lke_cluster_id"] = lke_cluster_id
2059
- __props__.__dict__["locks"] = locks
2060
2040
  __props__.__dict__["maintenance_policy"] = maintenance_policy
2061
2041
  __props__.__dict__["metadatas"] = metadatas
2062
2042
  __props__.__dict__["migration_type"] = migration_type
@@ -2278,14 +2258,6 @@ class Instance(pulumi.CustomResource):
2278
2258
  """
2279
2259
  return pulumi.get(self, "lke_cluster_id")
2280
2260
 
2281
- @_builtins.property
2282
- @pulumi.getter
2283
- def locks(self) -> pulumi.Output[Sequence[_builtins.str]]:
2284
- """
2285
- A list of locks applied to this Linode.
2286
- """
2287
- return pulumi.get(self, "locks")
2288
-
2289
2261
  @_builtins.property
2290
2262
  @pulumi.getter(name="maintenancePolicy")
2291
2263
  def maintenance_policy(self) -> pulumi.Output[_builtins.str]:
@@ -24,7 +24,6 @@ class LkeNodePoolArgs:
24
24
  cluster_id: pulumi.Input[_builtins.int],
25
25
  type: pulumi.Input[_builtins.str],
26
26
  autoscaler: Optional[pulumi.Input['LkeNodePoolAutoscalerArgs']] = None,
27
- firewall_id: Optional[pulumi.Input[_builtins.int]] = None,
28
27
  k8s_version: Optional[pulumi.Input[_builtins.str]] = None,
29
28
  label: Optional[pulumi.Input[_builtins.str]] = None,
30
29
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
@@ -36,7 +35,6 @@ class LkeNodePoolArgs:
36
35
  The set of arguments for constructing a LkeNodePool resource.
37
36
  :param pulumi.Input[_builtins.int] cluster_id: ID of the LKE Cluster where to create the current Node Pool.
38
37
  :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).
39
- :param pulumi.Input[_builtins.int] firewall_id: The ID of the firewall to associate with this node pool. If not provided, default firewall will be associated.
40
38
  :param pulumi.Input[_builtins.str] k8s_version: The k8s version of the nodes in this node pool. For LKE enterprise only and may not currently available to all users even under v4beta.
41
39
  :param pulumi.Input[_builtins.str] label: A label for the Node Pool. If not provided, it defaults to empty string.
42
40
  :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).
@@ -53,8 +51,6 @@ class LkeNodePoolArgs:
53
51
  pulumi.set(__self__, "type", type)
54
52
  if autoscaler is not None:
55
53
  pulumi.set(__self__, "autoscaler", autoscaler)
56
- if firewall_id is not None:
57
- pulumi.set(__self__, "firewall_id", firewall_id)
58
54
  if k8s_version is not None:
59
55
  pulumi.set(__self__, "k8s_version", k8s_version)
60
56
  if label is not None:
@@ -103,18 +99,6 @@ class LkeNodePoolArgs:
103
99
  def autoscaler(self, value: Optional[pulumi.Input['LkeNodePoolAutoscalerArgs']]):
104
100
  pulumi.set(self, "autoscaler", value)
105
101
 
106
- @_builtins.property
107
- @pulumi.getter(name="firewallId")
108
- def firewall_id(self) -> Optional[pulumi.Input[_builtins.int]]:
109
- """
110
- The ID of the firewall to associate with this node pool. If not provided, default firewall will be associated.
111
- """
112
- return pulumi.get(self, "firewall_id")
113
-
114
- @firewall_id.setter
115
- def firewall_id(self, value: Optional[pulumi.Input[_builtins.int]]):
116
- pulumi.set(self, "firewall_id", value)
117
-
118
102
  @_builtins.property
119
103
  @pulumi.getter(name="k8sVersion")
120
104
  def k8s_version(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -210,7 +194,6 @@ class _LkeNodePoolState:
210
194
  autoscaler: Optional[pulumi.Input['LkeNodePoolAutoscalerArgs']] = None,
211
195
  cluster_id: Optional[pulumi.Input[_builtins.int]] = None,
212
196
  disk_encryption: Optional[pulumi.Input[_builtins.str]] = None,
213
- firewall_id: Optional[pulumi.Input[_builtins.int]] = None,
214
197
  k8s_version: Optional[pulumi.Input[_builtins.str]] = None,
215
198
  label: Optional[pulumi.Input[_builtins.str]] = None,
216
199
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
@@ -224,7 +207,6 @@ class _LkeNodePoolState:
224
207
  Input properties used for looking up and filtering LkeNodePool resources.
225
208
  :param pulumi.Input[_builtins.int] cluster_id: ID of the LKE Cluster where to create the current Node Pool.
226
209
  :param pulumi.Input[_builtins.str] disk_encryption: The disk encryption policy for nodes in this pool.
227
- :param pulumi.Input[_builtins.int] firewall_id: The ID of the firewall to associate with this node pool. If not provided, default firewall will be associated.
228
210
  :param pulumi.Input[_builtins.str] k8s_version: The k8s version of the nodes in this node pool. For LKE enterprise only and may not currently available to all users even under v4beta.
229
211
  :param pulumi.Input[_builtins.str] label: A label for the Node Pool. If not provided, it defaults to empty string.
230
212
  :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).
@@ -245,8 +227,6 @@ class _LkeNodePoolState:
245
227
  pulumi.set(__self__, "cluster_id", cluster_id)
246
228
  if disk_encryption is not None:
247
229
  pulumi.set(__self__, "disk_encryption", disk_encryption)
248
- if firewall_id is not None:
249
- pulumi.set(__self__, "firewall_id", firewall_id)
250
230
  if k8s_version is not None:
251
231
  pulumi.set(__self__, "k8s_version", k8s_version)
252
232
  if label is not None:
@@ -299,18 +279,6 @@ class _LkeNodePoolState:
299
279
  def disk_encryption(self, value: Optional[pulumi.Input[_builtins.str]]):
300
280
  pulumi.set(self, "disk_encryption", value)
301
281
 
302
- @_builtins.property
303
- @pulumi.getter(name="firewallId")
304
- def firewall_id(self) -> Optional[pulumi.Input[_builtins.int]]:
305
- """
306
- The ID of the firewall to associate with this node pool. If not provided, default firewall will be associated.
307
- """
308
- return pulumi.get(self, "firewall_id")
309
-
310
- @firewall_id.setter
311
- def firewall_id(self, value: Optional[pulumi.Input[_builtins.int]]):
312
- pulumi.set(self, "firewall_id", value)
313
-
314
282
  @_builtins.property
315
283
  @pulumi.getter(name="k8sVersion")
316
284
  def k8s_version(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -432,7 +400,6 @@ class LkeNodePool(pulumi.CustomResource):
432
400
  opts: Optional[pulumi.ResourceOptions] = None,
433
401
  autoscaler: Optional[pulumi.Input[Union['LkeNodePoolAutoscalerArgs', 'LkeNodePoolAutoscalerArgsDict']]] = None,
434
402
  cluster_id: Optional[pulumi.Input[_builtins.int]] = None,
435
- firewall_id: Optional[pulumi.Input[_builtins.int]] = None,
436
403
  k8s_version: Optional[pulumi.Input[_builtins.str]] = None,
437
404
  label: Optional[pulumi.Input[_builtins.str]] = None,
438
405
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
@@ -454,7 +421,6 @@ class LkeNodePool(pulumi.CustomResource):
454
421
  :param str resource_name: The name of the resource.
455
422
  :param pulumi.ResourceOptions opts: Options for the resource.
456
423
  :param pulumi.Input[_builtins.int] cluster_id: ID of the LKE Cluster where to create the current Node Pool.
457
- :param pulumi.Input[_builtins.int] firewall_id: The ID of the firewall to associate with this node pool. If not provided, default firewall will be associated.
458
424
  :param pulumi.Input[_builtins.str] k8s_version: The k8s version of the nodes in this node pool. For LKE enterprise only and may not currently available to all users even under v4beta.
459
425
  :param pulumi.Input[_builtins.str] label: A label for the Node Pool. If not provided, it defaults to empty string.
460
426
  :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).
@@ -500,7 +466,6 @@ class LkeNodePool(pulumi.CustomResource):
500
466
  opts: Optional[pulumi.ResourceOptions] = None,
501
467
  autoscaler: Optional[pulumi.Input[Union['LkeNodePoolAutoscalerArgs', 'LkeNodePoolAutoscalerArgsDict']]] = None,
502
468
  cluster_id: Optional[pulumi.Input[_builtins.int]] = None,
503
- firewall_id: Optional[pulumi.Input[_builtins.int]] = None,
504
469
  k8s_version: Optional[pulumi.Input[_builtins.str]] = None,
505
470
  label: Optional[pulumi.Input[_builtins.str]] = None,
506
471
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
@@ -522,7 +487,6 @@ class LkeNodePool(pulumi.CustomResource):
522
487
  if cluster_id is None and not opts.urn:
523
488
  raise TypeError("Missing required property 'cluster_id'")
524
489
  __props__.__dict__["cluster_id"] = cluster_id
525
- __props__.__dict__["firewall_id"] = firewall_id
526
490
  __props__.__dict__["k8s_version"] = k8s_version
527
491
  __props__.__dict__["label"] = label
528
492
  __props__.__dict__["labels"] = labels
@@ -548,7 +512,6 @@ class LkeNodePool(pulumi.CustomResource):
548
512
  autoscaler: Optional[pulumi.Input[Union['LkeNodePoolAutoscalerArgs', 'LkeNodePoolAutoscalerArgsDict']]] = None,
549
513
  cluster_id: Optional[pulumi.Input[_builtins.int]] = None,
550
514
  disk_encryption: Optional[pulumi.Input[_builtins.str]] = None,
551
- firewall_id: Optional[pulumi.Input[_builtins.int]] = None,
552
515
  k8s_version: Optional[pulumi.Input[_builtins.str]] = None,
553
516
  label: Optional[pulumi.Input[_builtins.str]] = None,
554
517
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
@@ -567,7 +530,6 @@ class LkeNodePool(pulumi.CustomResource):
567
530
  :param pulumi.ResourceOptions opts: Options for the resource.
568
531
  :param pulumi.Input[_builtins.int] cluster_id: ID of the LKE Cluster where to create the current Node Pool.
569
532
  :param pulumi.Input[_builtins.str] disk_encryption: The disk encryption policy for nodes in this pool.
570
- :param pulumi.Input[_builtins.int] firewall_id: The ID of the firewall to associate with this node pool. If not provided, default firewall will be associated.
571
533
  :param pulumi.Input[_builtins.str] k8s_version: The k8s version of the nodes in this node pool. For LKE enterprise only and may not currently available to all users even under v4beta.
572
534
  :param pulumi.Input[_builtins.str] label: A label for the Node Pool. If not provided, it defaults to empty string.
573
535
  :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).
@@ -589,7 +551,6 @@ class LkeNodePool(pulumi.CustomResource):
589
551
  __props__.__dict__["autoscaler"] = autoscaler
590
552
  __props__.__dict__["cluster_id"] = cluster_id
591
553
  __props__.__dict__["disk_encryption"] = disk_encryption
592
- __props__.__dict__["firewall_id"] = firewall_id
593
554
  __props__.__dict__["k8s_version"] = k8s_version
594
555
  __props__.__dict__["label"] = label
595
556
  __props__.__dict__["labels"] = labels
@@ -622,14 +583,6 @@ class LkeNodePool(pulumi.CustomResource):
622
583
  """
623
584
  return pulumi.get(self, "disk_encryption")
624
585
 
625
- @_builtins.property
626
- @pulumi.getter(name="firewallId")
627
- def firewall_id(self) -> pulumi.Output[_builtins.int]:
628
- """
629
- The ID of the firewall to associate with this node pool. If not provided, default firewall will be associated.
630
- """
631
- return pulumi.get(self, "firewall_id")
632
-
633
586
  @_builtins.property
634
587
  @pulumi.getter(name="k8sVersion")
635
588
  def k8s_version(self) -> pulumi.Output[_builtins.str]:
pulumi_linode/outputs.py CHANGED
@@ -5042,8 +5042,6 @@ class LkeClusterPool(dict):
5042
5042
  suggest = None
5043
5043
  if key == "diskEncryption":
5044
5044
  suggest = "disk_encryption"
5045
- elif key == "firewallId":
5046
- suggest = "firewall_id"
5047
5045
  elif key == "k8sVersion":
5048
5046
  suggest = "k8s_version"
5049
5047
  elif key == "updateStrategy":
@@ -5065,7 +5063,6 @@ class LkeClusterPool(dict):
5065
5063
  autoscaler: Optional['outputs.LkeClusterPoolAutoscaler'] = None,
5066
5064
  count: Optional[_builtins.int] = None,
5067
5065
  disk_encryption: Optional[_builtins.str] = None,
5068
- firewall_id: Optional[_builtins.int] = None,
5069
5066
  id: Optional[_builtins.int] = None,
5070
5067
  k8s_version: Optional[_builtins.str] = None,
5071
5068
  label: Optional[_builtins.str] = None,
@@ -5079,7 +5076,6 @@ class LkeClusterPool(dict):
5079
5076
  :param 'LkeClusterPoolAutoscalerArgs' autoscaler: When specified, the number of nodes autoscales within the defined minimum and maximum values.
5080
5077
  :param _builtins.int count: The number of nodes in the Node Pool. If undefined with an autoscaler the initial node count will equal the autoscaler minimum.
5081
5078
  :param _builtins.str disk_encryption: The disk encryption policy for nodes in this pool.
5082
- :param _builtins.int firewall_id: The ID of the firewall to associate with this node pool. If not provided, default firewall will be associated.
5083
5079
  :param _builtins.int id: The ID of the node.
5084
5080
  :param _builtins.str k8s_version: The k8s version of the nodes in this Node Pool. For LKE enterprise only and may not currently available to all users even under v4beta.
5085
5081
  :param _builtins.str label: A label for the Node Pool. If not provided, it defaults to empty string.
@@ -5096,8 +5092,6 @@ class LkeClusterPool(dict):
5096
5092
  pulumi.set(__self__, "count", count)
5097
5093
  if disk_encryption is not None:
5098
5094
  pulumi.set(__self__, "disk_encryption", disk_encryption)
5099
- if firewall_id is not None:
5100
- pulumi.set(__self__, "firewall_id", firewall_id)
5101
5095
  if id is not None:
5102
5096
  pulumi.set(__self__, "id", id)
5103
5097
  if k8s_version is not None:
@@ -5147,14 +5141,6 @@ class LkeClusterPool(dict):
5147
5141
  """
5148
5142
  return pulumi.get(self, "disk_encryption")
5149
5143
 
5150
- @_builtins.property
5151
- @pulumi.getter(name="firewallId")
5152
- def firewall_id(self) -> Optional[_builtins.int]:
5153
- """
5154
- The ID of the firewall to associate with this node pool. If not provided, default firewall will be associated.
5155
- """
5156
- return pulumi.get(self, "firewall_id")
5157
-
5158
5144
  @_builtins.property
5159
5145
  @pulumi.getter
5160
5146
  def id(self) -> Optional[_builtins.int]:
@@ -14762,7 +14748,6 @@ class GetInstancesInstanceResult(dict):
14762
14748
  ipv6: _builtins.str,
14763
14749
  label: _builtins.str,
14764
14750
  lke_cluster_id: _builtins.int,
14765
- locks: Sequence[_builtins.str],
14766
14751
  maintenance_policy: _builtins.str,
14767
14752
  placement_groups: Sequence['outputs.GetInstancesInstancePlacementGroupResult'],
14768
14753
  private_ip_address: _builtins.str,
@@ -14791,7 +14776,6 @@ class GetInstancesInstanceResult(dict):
14791
14776
  :param _builtins.str ipv6: This Linode's IPv6 SLAAC addresses. This address is specific to a Linode, and may not be shared. The prefix (`/128`) is included in this attribute.
14792
14777
  :param _builtins.str label: The label of the Placement Group. This field can only contain ASCII letters, digits and dashes.
14793
14778
  :param _builtins.int lke_cluster_id: If applicable, the ID of the LKE cluster this instance is a part of.
14794
- :param Sequence[_builtins.str] locks: A list of locks applied to this Linode.
14795
14779
  :param _builtins.str maintenance_policy: The maintenance policy of this Linode instance. (**Note: v4beta only.**)
14796
14780
  :param _builtins.str private_ip_address: This Linode's Private IPv4 Address, if enabled. The regional private IP address range, 192.168.128.0/17, is shared by all Linode Instances in a region.
14797
14781
  :param _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).
@@ -14819,7 +14803,6 @@ class GetInstancesInstanceResult(dict):
14819
14803
  pulumi.set(__self__, "ipv6", ipv6)
14820
14804
  pulumi.set(__self__, "label", label)
14821
14805
  pulumi.set(__self__, "lke_cluster_id", lke_cluster_id)
14822
- pulumi.set(__self__, "locks", locks)
14823
14806
  pulumi.set(__self__, "maintenance_policy", maintenance_policy)
14824
14807
  pulumi.set(__self__, "placement_groups", placement_groups)
14825
14808
  pulumi.set(__self__, "private_ip_address", private_ip_address)
@@ -14972,14 +14955,6 @@ class GetInstancesInstanceResult(dict):
14972
14955
  """
14973
14956
  return pulumi.get(self, "lke_cluster_id")
14974
14957
 
14975
- @_builtins.property
14976
- @pulumi.getter
14977
- def locks(self) -> Sequence[_builtins.str]:
14978
- """
14979
- A list of locks applied to this Linode.
14980
- """
14981
- return pulumi.get(self, "locks")
14982
-
14983
14958
  @_builtins.property
14984
14959
  @pulumi.getter(name="maintenancePolicy")
14985
14960
  def maintenance_policy(self) -> _builtins.str:
@@ -17110,7 +17085,6 @@ class GetLkeClusterPoolResult(dict):
17110
17085
  count: _builtins.int,
17111
17086
  disk_encryption: _builtins.str,
17112
17087
  disks: Sequence['outputs.GetLkeClusterPoolDiskResult'],
17113
- firewall_id: _builtins.int,
17114
17088
  id: _builtins.int,
17115
17089
  k8s_version: _builtins.str,
17116
17090
  labels: Mapping[str, _builtins.str],
@@ -17125,7 +17099,6 @@ class GetLkeClusterPoolResult(dict):
17125
17099
  :param _builtins.int count: The number of nodes in the Node Pool.
17126
17100
  :param _builtins.str disk_encryption: The disk encryption policy for nodes in this pool.
17127
17101
  :param Sequence['GetLkeClusterPoolDiskArgs'] disks: This Node Pool’s custom disk layout.
17128
- :param _builtins.int firewall_id: The ID of the firewall associated with the Node Pool.
17129
17102
  :param _builtins.int id: The LKE Cluster's ID.
17130
17103
  :param _builtins.str k8s_version: The k8s version of the nodes in this Node Pool. For LKE enterprise only and may not currently available to all users even under v4beta.
17131
17104
  :param Mapping[str, _builtins.str] labels: Key-value pairs added as labels to nodes in the node pool. Labels help classify your nodes and to easily select subsets of objects.
@@ -17140,7 +17113,6 @@ class GetLkeClusterPoolResult(dict):
17140
17113
  pulumi.set(__self__, "count", count)
17141
17114
  pulumi.set(__self__, "disk_encryption", disk_encryption)
17142
17115
  pulumi.set(__self__, "disks", disks)
17143
- pulumi.set(__self__, "firewall_id", firewall_id)
17144
17116
  pulumi.set(__self__, "id", id)
17145
17117
  pulumi.set(__self__, "k8s_version", k8s_version)
17146
17118
  pulumi.set(__self__, "labels", labels)
@@ -17184,14 +17156,6 @@ class GetLkeClusterPoolResult(dict):
17184
17156
  """
17185
17157
  return pulumi.get(self, "disks")
17186
17158
 
17187
- @_builtins.property
17188
- @pulumi.getter(name="firewallId")
17189
- def firewall_id(self) -> _builtins.int:
17190
- """
17191
- The ID of the firewall associated with the Node Pool.
17192
- """
17193
- return pulumi.get(self, "firewall_id")
17194
-
17195
17159
  @_builtins.property
17196
17160
  @pulumi.getter
17197
17161
  def id(self) -> _builtins.int:
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "linode",
4
- "version": "5.7.0"
4
+ "version": "5.7.0-alpha.1767074814"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_linode
3
- Version: 5.7.0
3
+ Version: 5.7.0a1767074814
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
@@ -1,5 +1,5 @@
1
1
  pulumi_linode/__init__.py,sha256=LUGUQydwimUYuZA7ZNBCYE2fZrHSPIiPwCywJcWsmY4,12655
2
- pulumi_linode/_inputs.py,sha256=TWe4GC_tENn7_3yqlkfQSLk50h7eGCf6SZHYumvuec8,592947
2
+ pulumi_linode/_inputs.py,sha256=5rss59ROMP2bwj1LJA0r8oTL_KFhZJPhn28AFlbHv7g,591936
3
3
  pulumi_linode/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
4
  pulumi_linode/account_settings.py,sha256=gR3PVEnTt4CHuTPls00r8lyNTkyJS_bI7SLXScrhSJ4,24738
5
5
  pulumi_linode/consumer_image_share_group_token.py,sha256=z7fQy-85xEm0drqn1JjwvFS2DoO2u2CP0nyWmWyLLeg,19096
@@ -106,7 +106,7 @@ pulumi_linode/get_vpc_subnet.py,sha256=TBiN66k02BNPZ3miP1BHcYey7rCkZOUlde9d-D6yy
106
106
  pulumi_linode/get_vpc_subnets.py,sha256=jfaUzvkBRC05h6ommVatroLi1rTqBodsNNS7OHFlGys,6673
107
107
  pulumi_linode/get_vpcs.py,sha256=lpUvIkBTEpvhxAuYhUVWFIDcctzWyu3HEZJBpa1my2Q,5128
108
108
  pulumi_linode/image.py,sha256=XXvdksEn0Lw-tVKDy_eYFOu84Zi5GCghehxfbGmV594,57946
109
- pulumi_linode/instance.py,sha256=DT4gGdeu0mH4pvRdLwmnH83xEuXXHhHIg8R4TV8lsmI,152909
109
+ pulumi_linode/instance.py,sha256=INVA5n4pg4eT0HPSGPuczVtcL69iktvILg46zwutOV4,151714
110
110
  pulumi_linode/instance_config.py,sha256=nQBOLqZOfmaHblKmFMa_181dGsGn05vAormXuDyqcwk,48025
111
111
  pulumi_linode/instance_disk.py,sha256=d8IfpBkdsfd9qQPrgX80L-Ecl3oZYk9IX5NqrvWI1fM,40574
112
112
  pulumi_linode/instance_ip.py,sha256=FlQYwITmNUjSWFwFmXkRKV8qlQvBoVgErZUMcwXEHMQ,22323
@@ -114,7 +114,7 @@ pulumi_linode/instance_shared_ips.py,sha256=IkNiLmaCJ8QPwXPg3Rs3sb8GsijGT8HKHSpr
114
114
  pulumi_linode/interface.py,sha256=u7pYCqoDXRIbCY6rJzgg0P5hSe5zzQP-6mX7hl1_JiQ,31285
115
115
  pulumi_linode/ipv6_range.py,sha256=6GwFTV7TeSkc6bF5bs_Jd7xwXrl4N5A2Xmqxw9uYss4,16060
116
116
  pulumi_linode/lke_cluster.py,sha256=r2NfPpv8ntaLu9IrvNvPyQTgWtFdvqI8eX3MLwE7FNM,42268
117
- pulumi_linode/lke_node_pool.py,sha256=6_IrBwhWmW3JtbXzk-J2KCMZYSdA1QmleUuQTnyFrm8,41045
117
+ pulumi_linode/lke_node_pool.py,sha256=-1MvgVnNprFgA73KUK6odlCxmhWUVOxSuwe5nMsz7ek,38448
118
118
  pulumi_linode/lock.py,sha256=IBSeUXDtDSk8xXIumVqf8MtiPx87ARcGHiaykdmEPmA,17196
119
119
  pulumi_linode/networking_ip.py,sha256=1-oeVFQeO2erRCY161ZebCw-I4PCVdshvqJopz-Xq7w,24222
120
120
  pulumi_linode/networking_ip_assignment.py,sha256=M75jGx1dBj6oqYC7PEpR6IfAhfyx8ottx8UTVH8Zn1M,10876
@@ -124,13 +124,13 @@ pulumi_linode/node_balancer_node.py,sha256=bn_4Hdp2q-EHiD6BIxVaIZQUYWl0uabBvYa-U
124
124
  pulumi_linode/object_storage_bucket.py,sha256=7Y7TTHnN87X0v3gUqGNCm9bQJbipSTU5ROxcWZs3_5c,48553
125
125
  pulumi_linode/object_storage_key.py,sha256=DCwmYlnipDM_tsqW6GSKMGlYL7kKDiQyQySjBuBugZk,21932
126
126
  pulumi_linode/object_storage_object.py,sha256=MQSDkOlFLNktHMmN1OcYm13E_t-XAaPCTUcQdZaE_UE,65505
127
- pulumi_linode/outputs.py,sha256=BDXXLWCRQQknJMcIZfdglDAdPwBCK1mbQ6_sNV0aHgo,924316
127
+ pulumi_linode/outputs.py,sha256=FTuy8sHhK__gZELsVP1BZk-STIJ5VTyJp2z-uDxzjPg,922804
128
128
  pulumi_linode/placement_group.py,sha256=VMkn_ZWb7nyU2d9uvPDq9WtpaO4VtP1_tWEet0tXZZg,17909
129
129
  pulumi_linode/placement_group_assignment.py,sha256=VS41EglL2bMz-OGO5ut-mI4qztJ1JOTwJdYYH_6T2rE,13127
130
130
  pulumi_linode/producer_image_share_group.py,sha256=owcvP_IxYZHh0Rh-OFWhZ0iy6woKWf2PIMwAmDaCRKU,21744
131
131
  pulumi_linode/producer_image_share_group_member.py,sha256=Q9uwFZ_EWRguYMlr8ODSBV3oxzVOT24TQAbmojhv06U,16930
132
132
  pulumi_linode/provider.py,sha256=3u-3yR4HC0WM7nENM_fmVdnhTVkMVvofuNjqCek2dOY,31154
133
- pulumi_linode/pulumi-plugin.json,sha256=k3yPpd2jVr-D2nNxTQ0CK5v30abeUA_K4KYXL_oZC18,65
133
+ pulumi_linode/pulumi-plugin.json,sha256=vTgpPhfd0-NydyRXYZ7NHLJHIWiS_6SaXfNEI6XWsh4,82
134
134
  pulumi_linode/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
135
135
  pulumi_linode/rdns.py,sha256=KSsmS3FJ-LTPL1TJgryhPV0S73hgZ5d3MXn71o3n9uE,16875
136
136
  pulumi_linode/reserved_ip_assignment.py,sha256=x0msvRRh3P4LocXq4FWGC_VMXUttMTzJMAISJ2O71qI,23494
@@ -144,7 +144,7 @@ pulumi_linode/vpc_subnet.py,sha256=mB_OJxGrKpKKQHyBzi_C64w1pewGuvkAZxfMIsELWLk,2
144
144
  pulumi_linode/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
145
145
  pulumi_linode/config/__init__.pyi,sha256=LvOCsq3YYxRuU8teN4ZTDH2Nx_BlzOzM75EluLMpw80,2587
146
146
  pulumi_linode/config/vars.py,sha256=Ypi1LOwkZcSV8Q4iq89-tWZGaG-4B8CAJCGefemZ-DY,5147
147
- pulumi_linode-5.7.0.dist-info/METADATA,sha256=0_hwLNf8a6kCPOr-tr5xER9rkDquhXP3z0Nz8SO2Vs4,2886
148
- pulumi_linode-5.7.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
149
- pulumi_linode-5.7.0.dist-info/top_level.txt,sha256=AWbmZiRcnH6wR1iM52uHc3e-Dy7bdm_0fyCSbLQVI84,14
150
- pulumi_linode-5.7.0.dist-info/RECORD,,
147
+ pulumi_linode-5.7.0a1767074814.dist-info/METADATA,sha256=6VYwZckOvXajsBOgR77zLaClbFd8WSUnuuqZfPl9RNk,2897
148
+ pulumi_linode-5.7.0a1767074814.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
149
+ pulumi_linode-5.7.0a1767074814.dist-info/top_level.txt,sha256=AWbmZiRcnH6wR1iM52uHc3e-Dy7bdm_0fyCSbLQVI84,14
150
+ pulumi_linode-5.7.0a1767074814.dist-info/RECORD,,