pulumi-linode 5.2.0a1756506768__tar.gz → 5.3.0__tar.gz

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.

Files changed (132) hide show
  1. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/PKG-INFO +1 -1
  2. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/__init__.py +1 -0
  3. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/_inputs.py +360 -5
  4. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/account_settings.py +47 -0
  5. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_account_settings.py +15 -1
  6. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_lke_cluster.py +47 -5
  7. pulumi_linode-5.3.0/pulumi_linode/get_maintenance_policies.py +129 -0
  8. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/instance.py +47 -0
  9. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/lke_cluster.py +144 -3
  10. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/lke_node_pool.py +47 -0
  11. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/outputs.py +224 -4
  12. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/pulumi-plugin.json +1 -1
  13. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode.egg-info/PKG-INFO +1 -1
  14. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode.egg-info/SOURCES.txt +1 -0
  15. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pyproject.toml +1 -1
  16. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/README.md +0 -0
  17. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/_utilities.py +0 -0
  18. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/config/__init__.py +0 -0
  19. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/config/__init__.pyi +0 -0
  20. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/config/vars.py +0 -0
  21. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/database_access_controls.py +0 -0
  22. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/database_mysql.py +0 -0
  23. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/database_mysql_v2.py +0 -0
  24. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/database_postgresql.py +0 -0
  25. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/database_postgresql_v2.py +0 -0
  26. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/domain.py +0 -0
  27. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/domain_record.py +0 -0
  28. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/firewall.py +0 -0
  29. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/firewall_device.py +0 -0
  30. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_account.py +0 -0
  31. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_account_availabilities.py +0 -0
  32. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_account_availability.py +0 -0
  33. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_account_login.py +0 -0
  34. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_account_logins.py +0 -0
  35. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_child_account.py +0 -0
  36. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_child_accounts.py +0 -0
  37. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_database_backups.py +0 -0
  38. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_database_engines.py +0 -0
  39. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_database_mysql.py +0 -0
  40. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_database_mysql_backups.py +0 -0
  41. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_database_mysql_config.py +0 -0
  42. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_database_mysql_v2.py +0 -0
  43. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_database_postgresql.py +0 -0
  44. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_database_postgresql_config.py +0 -0
  45. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_database_postgresql_v2.py +0 -0
  46. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_databases.py +0 -0
  47. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_domain.py +0 -0
  48. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_domain_record.py +0 -0
  49. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_domain_zonefile.py +0 -0
  50. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_domains.py +0 -0
  51. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_firewall.py +0 -0
  52. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_firewalls.py +0 -0
  53. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_image.py +0 -0
  54. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_images.py +0 -0
  55. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_instance_backups.py +0 -0
  56. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_instance_networking.py +0 -0
  57. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_instance_type.py +0 -0
  58. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_instance_types.py +0 -0
  59. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_instances.py +0 -0
  60. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_ipv6_range.py +0 -0
  61. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_ipv6_ranges.py +0 -0
  62. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_kernel.py +0 -0
  63. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_kernels.py +0 -0
  64. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_linode_object_storage_bucket.py +0 -0
  65. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_lke_clusters.py +0 -0
  66. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_lke_types.py +0 -0
  67. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_lke_version.py +0 -0
  68. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_lke_versions.py +0 -0
  69. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_nb_types.py +0 -0
  70. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_network_transfer_prices.py +0 -0
  71. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_networking_ip.py +0 -0
  72. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_networking_ips.py +0 -0
  73. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_node_balancer.py +0 -0
  74. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_node_balancer_config.py +0 -0
  75. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_node_balancer_node.py +0 -0
  76. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_nodebalancer_configs.py +0 -0
  77. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_nodebalancers.py +0 -0
  78. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_object_storage_cluster.py +0 -0
  79. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_object_storage_endpoints.py +0 -0
  80. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_object_storage_quota.py +0 -0
  81. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_object_storage_quotas.py +0 -0
  82. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_placement_group.py +0 -0
  83. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_placement_groups.py +0 -0
  84. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_profile.py +0 -0
  85. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_region.py +0 -0
  86. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_regions.py +0 -0
  87. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_ssh_key.py +0 -0
  88. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_sshkeys.py +0 -0
  89. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_stack_script.py +0 -0
  90. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_stack_scripts.py +0 -0
  91. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_user.py +0 -0
  92. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_users.py +0 -0
  93. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_vlans.py +0 -0
  94. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_volume.py +0 -0
  95. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_volume_types.py +0 -0
  96. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_volumes.py +0 -0
  97. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_vpc.py +0 -0
  98. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_vpc_ips.py +0 -0
  99. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_vpc_subnet.py +0 -0
  100. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_vpc_subnets.py +0 -0
  101. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/get_vpcs.py +0 -0
  102. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/image.py +0 -0
  103. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/instance_config.py +0 -0
  104. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/instance_disk.py +0 -0
  105. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/instance_ip.py +0 -0
  106. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/instance_shared_ips.py +0 -0
  107. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/ipv6_range.py +0 -0
  108. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/networking_ip.py +0 -0
  109. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/networking_ip_assignment.py +0 -0
  110. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/node_balancer.py +0 -0
  111. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/node_balancer_config.py +0 -0
  112. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/node_balancer_node.py +0 -0
  113. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/object_storage_bucket.py +0 -0
  114. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/object_storage_key.py +0 -0
  115. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/object_storage_object.py +0 -0
  116. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/placement_group.py +0 -0
  117. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/placement_group_assignment.py +0 -0
  118. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/provider.py +0 -0
  119. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/py.typed +0 -0
  120. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/rdns.py +0 -0
  121. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/reserved_ip_assignment.py +0 -0
  122. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/ssh_key.py +0 -0
  123. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/stack_script.py +0 -0
  124. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/token.py +0 -0
  125. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/user.py +0 -0
  126. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/volume.py +0 -0
  127. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/vpc.py +0 -0
  128. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode/vpc_subnet.py +0 -0
  129. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode.egg-info/dependency_links.txt +0 -0
  130. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode.egg-info/requires.txt +0 -0
  131. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/pulumi_linode.egg-info/top_level.txt +0 -0
  132. {pulumi_linode-5.2.0a1756506768 → pulumi_linode-5.3.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_linode
3
- Version: 5.2.0a1756506768
3
+ Version: 5.3.0
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
@@ -57,6 +57,7 @@ from .get_lke_clusters import *
57
57
  from .get_lke_types import *
58
58
  from .get_lke_version import *
59
59
  from .get_lke_versions import *
60
+ from .get_maintenance_policies import *
60
61
  from .get_nb_types import *
61
62
  from .get_network_transfer_prices import *
62
63
  from .get_networking_ip import *
@@ -281,6 +281,10 @@ __all__ = [
281
281
  'GetLkeTypesTypeRegionPriceArgsDict',
282
282
  'GetLkeVersionsVersionArgs',
283
283
  'GetLkeVersionsVersionArgsDict',
284
+ 'GetMaintenancePoliciesFilterArgs',
285
+ 'GetMaintenancePoliciesFilterArgsDict',
286
+ 'GetMaintenancePoliciesMaintenancePolicyArgs',
287
+ 'GetMaintenancePoliciesMaintenancePolicyArgsDict',
284
288
  'GetNbTypesFilterArgs',
285
289
  'GetNbTypesFilterArgsDict',
286
290
  'GetNbTypesTypeArgs',
@@ -4040,12 +4044,16 @@ if not MYPY:
4040
4044
  """
4041
4045
  Defines the ACL configuration for an LKE cluster's control plane.
4042
4046
  """
4043
- high_availability: NotRequired[pulumi.Input[_builtins.bool]]
4047
+ audit_logs_enabled: NotRequired[pulumi.Input[_builtins.bool]]
4044
4048
  """
4045
- Defines whether High Availability is enabled for the cluster Control Plane. This is an **irreversible** change.
4049
+ Enables audit logs on the cluster's control plane.
4046
4050
 
4047
4051
  * `acl` - (Optional) Defines the ACL configuration for an LKE cluster's control plane.
4048
4052
  """
4053
+ high_availability: NotRequired[pulumi.Input[_builtins.bool]]
4054
+ """
4055
+ Defines whether High Availability is enabled for the cluster Control Plane. This is an **irreversible** change.
4056
+ """
4049
4057
  elif False:
4050
4058
  LkeClusterControlPlaneArgsDict: TypeAlias = Mapping[str, Any]
4051
4059
 
@@ -4053,15 +4061,19 @@ elif False:
4053
4061
  class LkeClusterControlPlaneArgs:
4054
4062
  def __init__(__self__, *,
4055
4063
  acl: Optional[pulumi.Input['LkeClusterControlPlaneAclArgs']] = None,
4064
+ audit_logs_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
4056
4065
  high_availability: Optional[pulumi.Input[_builtins.bool]] = None):
4057
4066
  """
4058
4067
  :param pulumi.Input['LkeClusterControlPlaneAclArgs'] acl: Defines the ACL configuration for an LKE cluster's control plane.
4059
- :param pulumi.Input[_builtins.bool] high_availability: Defines whether High Availability is enabled for the cluster Control Plane. This is an **irreversible** change.
4068
+ :param pulumi.Input[_builtins.bool] audit_logs_enabled: Enables audit logs on the cluster's control plane.
4060
4069
 
4061
4070
  * `acl` - (Optional) Defines the ACL configuration for an LKE cluster's control plane.
4071
+ :param pulumi.Input[_builtins.bool] high_availability: Defines whether High Availability is enabled for the cluster Control Plane. This is an **irreversible** change.
4062
4072
  """
4063
4073
  if acl is not None:
4064
4074
  pulumi.set(__self__, "acl", acl)
4075
+ if audit_logs_enabled is not None:
4076
+ pulumi.set(__self__, "audit_logs_enabled", audit_logs_enabled)
4065
4077
  if high_availability is not None:
4066
4078
  pulumi.set(__self__, "high_availability", high_availability)
4067
4079
 
@@ -4077,13 +4089,25 @@ class LkeClusterControlPlaneArgs:
4077
4089
  def acl(self, value: Optional[pulumi.Input['LkeClusterControlPlaneAclArgs']]):
4078
4090
  pulumi.set(self, "acl", value)
4079
4091
 
4092
+ @_builtins.property
4093
+ @pulumi.getter(name="auditLogsEnabled")
4094
+ def audit_logs_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
4095
+ """
4096
+ Enables audit logs on the cluster's control plane.
4097
+
4098
+ * `acl` - (Optional) Defines the ACL configuration for an LKE cluster's control plane.
4099
+ """
4100
+ return pulumi.get(self, "audit_logs_enabled")
4101
+
4102
+ @audit_logs_enabled.setter
4103
+ def audit_logs_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
4104
+ pulumi.set(self, "audit_logs_enabled", value)
4105
+
4080
4106
  @_builtins.property
4081
4107
  @pulumi.getter(name="highAvailability")
4082
4108
  def high_availability(self) -> Optional[pulumi.Input[_builtins.bool]]:
4083
4109
  """
4084
4110
  Defines whether High Availability is enabled for the cluster Control Plane. This is an **irreversible** change.
4085
-
4086
- * `acl` - (Optional) Defines the ACL configuration for an LKE cluster's control plane.
4087
4111
  """
4088
4112
  return pulumi.get(self, "high_availability")
4089
4113
 
@@ -4228,6 +4252,10 @@ if not MYPY:
4228
4252
  """
4229
4253
  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.
4230
4254
  """
4255
+ label: NotRequired[pulumi.Input[_builtins.str]]
4256
+ """
4257
+ A label for the Node Pool. If not provided, it defaults to empty string.
4258
+ """
4231
4259
  labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
4232
4260
  """
4233
4261
  A map of key/value pairs to apply to all nodes in the pool. Labels are used to identify and organize Kubernetes resources within your cluster.
@@ -4260,6 +4288,7 @@ class LkeClusterPoolArgs:
4260
4288
  disk_encryption: Optional[pulumi.Input[_builtins.str]] = None,
4261
4289
  id: Optional[pulumi.Input[_builtins.int]] = None,
4262
4290
  k8s_version: Optional[pulumi.Input[_builtins.str]] = None,
4291
+ label: Optional[pulumi.Input[_builtins.str]] = None,
4263
4292
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
4264
4293
  nodes: Optional[pulumi.Input[Sequence[pulumi.Input['LkeClusterPoolNodeArgs']]]] = None,
4265
4294
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
@@ -4272,6 +4301,7 @@ class LkeClusterPoolArgs:
4272
4301
  :param pulumi.Input[_builtins.str] disk_encryption: The disk encryption policy for nodes in this pool.
4273
4302
  :param pulumi.Input[_builtins.int] id: The ID of the node.
4274
4303
  :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.
4304
+ :param pulumi.Input[_builtins.str] label: A label for the Node Pool. If not provided, it defaults to empty string.
4275
4305
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: A map of key/value pairs to apply to all nodes in the pool. Labels are used to identify and organize Kubernetes resources within your cluster.
4276
4306
  :param pulumi.Input[Sequence[pulumi.Input['LkeClusterPoolNodeArgs']]] nodes: The nodes in the node pool.
4277
4307
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: A set of tags applied to this node pool. Tags can be used to flag node pools as externally managed. See Externally Managed Node Pools for more details.
@@ -4289,6 +4319,8 @@ class LkeClusterPoolArgs:
4289
4319
  pulumi.set(__self__, "id", id)
4290
4320
  if k8s_version is not None:
4291
4321
  pulumi.set(__self__, "k8s_version", k8s_version)
4322
+ if label is not None:
4323
+ pulumi.set(__self__, "label", label)
4292
4324
  if labels is not None:
4293
4325
  pulumi.set(__self__, "labels", labels)
4294
4326
  if nodes is not None:
@@ -4372,6 +4404,18 @@ class LkeClusterPoolArgs:
4372
4404
  def k8s_version(self, value: Optional[pulumi.Input[_builtins.str]]):
4373
4405
  pulumi.set(self, "k8s_version", value)
4374
4406
 
4407
+ @_builtins.property
4408
+ @pulumi.getter
4409
+ def label(self) -> Optional[pulumi.Input[_builtins.str]]:
4410
+ """
4411
+ A label for the Node Pool. If not provided, it defaults to empty string.
4412
+ """
4413
+ return pulumi.get(self, "label")
4414
+
4415
+ @label.setter
4416
+ def label(self, value: Optional[pulumi.Input[_builtins.str]]):
4417
+ pulumi.set(self, "label", value)
4418
+
4375
4419
  @_builtins.property
4376
4420
  @pulumi.getter
4377
4421
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
@@ -11304,6 +11348,10 @@ class GetKernelsKernelArgs:
11304
11348
 
11305
11349
  if not MYPY:
11306
11350
  class GetLkeClusterControlPlaneArgsDict(TypedDict):
11351
+ audit_logs_enabled: _builtins.bool
11352
+ """
11353
+ Enables audit logs on the cluster's control plane.
11354
+ """
11307
11355
  high_availability: _builtins.bool
11308
11356
  """
11309
11357
  Whether High Availability is enabled for the cluster Control Plane.
@@ -11318,16 +11366,31 @@ elif False:
11318
11366
  @pulumi.input_type
11319
11367
  class GetLkeClusterControlPlaneArgs:
11320
11368
  def __init__(__self__, *,
11369
+ audit_logs_enabled: _builtins.bool,
11321
11370
  high_availability: _builtins.bool,
11322
11371
  acls: Optional[Sequence['GetLkeClusterControlPlaneAclArgs']] = None):
11323
11372
  """
11373
+ :param _builtins.bool audit_logs_enabled: Enables audit logs on the cluster's control plane.
11324
11374
  :param _builtins.bool high_availability: Whether High Availability is enabled for the cluster Control Plane.
11325
11375
  :param Sequence['GetLkeClusterControlPlaneAclArgs'] acls: The ACL configuration for an LKE cluster's control plane.
11326
11376
  """
11377
+ pulumi.set(__self__, "audit_logs_enabled", audit_logs_enabled)
11327
11378
  pulumi.set(__self__, "high_availability", high_availability)
11328
11379
  if acls is not None:
11329
11380
  pulumi.set(__self__, "acls", acls)
11330
11381
 
11382
+ @_builtins.property
11383
+ @pulumi.getter(name="auditLogsEnabled")
11384
+ def audit_logs_enabled(self) -> _builtins.bool:
11385
+ """
11386
+ Enables audit logs on the cluster's control plane.
11387
+ """
11388
+ return pulumi.get(self, "audit_logs_enabled")
11389
+
11390
+ @audit_logs_enabled.setter
11391
+ def audit_logs_enabled(self, value: _builtins.bool):
11392
+ pulumi.set(self, "audit_logs_enabled", value)
11393
+
11331
11394
  @_builtins.property
11332
11395
  @pulumi.getter(name="highAvailability")
11333
11396
  def high_availability(self) -> _builtins.bool:
@@ -11500,6 +11563,10 @@ if not MYPY:
11500
11563
  """
11501
11564
  This Node Pool’s custom disk layout.
11502
11565
  """
11566
+ label: NotRequired[_builtins.str]
11567
+ """
11568
+ The label of the Node Pool.
11569
+ """
11503
11570
  nodes: NotRequired[Sequence['GetLkeClusterPoolNodeArgsDict']]
11504
11571
  """
11505
11572
  The nodes in the Node Pool.
@@ -11521,6 +11588,7 @@ class GetLkeClusterPoolArgs:
11521
11588
  update_strategy: _builtins.str,
11522
11589
  autoscalers: Optional[Sequence['GetLkeClusterPoolAutoscalerArgs']] = None,
11523
11590
  disks: Optional[Sequence['GetLkeClusterPoolDiskArgs']] = None,
11591
+ label: Optional[_builtins.str] = None,
11524
11592
  nodes: Optional[Sequence['GetLkeClusterPoolNodeArgs']] = None):
11525
11593
  """
11526
11594
  :param _builtins.int count: The number of nodes in the Node Pool.
@@ -11534,6 +11602,7 @@ class GetLkeClusterPoolArgs:
11534
11602
  :param _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.
11535
11603
  :param Sequence['GetLkeClusterPoolAutoscalerArgs'] autoscalers: The configuration options for the autoscaler. This field only contains an autoscaler configuration if autoscaling is enabled on this cluster.
11536
11604
  :param Sequence['GetLkeClusterPoolDiskArgs'] disks: This Node Pool’s custom disk layout.
11605
+ :param _builtins.str label: The label of the Node Pool.
11537
11606
  :param Sequence['GetLkeClusterPoolNodeArgs'] nodes: The nodes in the Node Pool.
11538
11607
  """
11539
11608
  pulumi.set(__self__, "count", count)
@@ -11549,6 +11618,8 @@ class GetLkeClusterPoolArgs:
11549
11618
  pulumi.set(__self__, "autoscalers", autoscalers)
11550
11619
  if disks is not None:
11551
11620
  pulumi.set(__self__, "disks", disks)
11621
+ if label is not None:
11622
+ pulumi.set(__self__, "label", label)
11552
11623
  if nodes is not None:
11553
11624
  pulumi.set(__self__, "nodes", nodes)
11554
11625
 
@@ -11684,6 +11755,18 @@ class GetLkeClusterPoolArgs:
11684
11755
  def disks(self, value: Optional[Sequence['GetLkeClusterPoolDiskArgs']]):
11685
11756
  pulumi.set(self, "disks", value)
11686
11757
 
11758
+ @_builtins.property
11759
+ @pulumi.getter
11760
+ def label(self) -> Optional[_builtins.str]:
11761
+ """
11762
+ The label of the Node Pool.
11763
+ """
11764
+ return pulumi.get(self, "label")
11765
+
11766
+ @label.setter
11767
+ def label(self, value: Optional[_builtins.str]):
11768
+ pulumi.set(self, "label", value)
11769
+
11687
11770
  @_builtins.property
11688
11771
  @pulumi.getter
11689
11772
  def nodes(self) -> Optional[Sequence['GetLkeClusterPoolNodeArgs']]:
@@ -12050,10 +12133,18 @@ if not MYPY:
12050
12133
  """
12051
12134
  This Kubernetes cluster's location.
12052
12135
  """
12136
+ stack_type: _builtins.str
12137
+ """
12138
+ The networking stack type of the Kubernetes cluster.
12139
+ """
12053
12140
  status: _builtins.str
12054
12141
  """
12055
12142
  The status of the cluster.
12056
12143
  """
12144
+ subnet_id: _builtins.int
12145
+ """
12146
+ The ID of the VPC subnet to use for the Kubernetes cluster. This subnet must be dual stack (IPv4 and IPv6 should both be enabled).
12147
+ """
12057
12148
  tags: Sequence[_builtins.str]
12058
12149
  """
12059
12150
  An array of tags applied to this object. Tags are case-insensitive and are for organizational purposes only.
@@ -12066,6 +12157,10 @@ if not MYPY:
12066
12157
  """
12067
12158
  When this Kubernetes cluster was updated.
12068
12159
  """
12160
+ vpc_id: _builtins.int
12161
+ """
12162
+ The ID of the VPC to use for the Kubernetes cluster.
12163
+ """
12069
12164
  control_plane: NotRequired['GetLkeClustersLkeClusterControlPlaneArgsDict']
12070
12165
  """
12071
12166
  Defines settings for the Kubernetes Control Plane.
@@ -12082,10 +12177,13 @@ class GetLkeClustersLkeClusterArgs:
12082
12177
  k8s_version: _builtins.str,
12083
12178
  label: _builtins.str,
12084
12179
  region: _builtins.str,
12180
+ stack_type: _builtins.str,
12085
12181
  status: _builtins.str,
12182
+ subnet_id: _builtins.int,
12086
12183
  tags: Sequence[_builtins.str],
12087
12184
  tier: _builtins.str,
12088
12185
  updated: _builtins.str,
12186
+ vpc_id: _builtins.int,
12089
12187
  control_plane: Optional['GetLkeClustersLkeClusterControlPlaneArgs'] = None):
12090
12188
  """
12091
12189
  :param _builtins.bool apl_enabled: Enables the App Platform Layer for this cluster. Note: v4beta only and may not currently be available to all users.
@@ -12094,10 +12192,13 @@ class GetLkeClustersLkeClusterArgs:
12094
12192
  :param _builtins.str k8s_version: The Kubernetes version for this Kubernetes cluster in the format of `major.minor` (e.g. `1.17`).
12095
12193
  :param _builtins.str label: The unique label for the cluster.
12096
12194
  :param _builtins.str region: This Kubernetes cluster's location.
12195
+ :param _builtins.str stack_type: The networking stack type of the Kubernetes cluster.
12097
12196
  :param _builtins.str status: The status of the cluster.
12197
+ :param _builtins.int subnet_id: The ID of the VPC subnet to use for the Kubernetes cluster. This subnet must be dual stack (IPv4 and IPv6 should both be enabled).
12098
12198
  :param Sequence[_builtins.str] tags: An array of tags applied to this object. Tags are case-insensitive and are for organizational purposes only.
12099
12199
  :param _builtins.str tier: The desired Kubernetes tier. (**Note: v4beta only and may not currently be available to all users.**)
12100
12200
  :param _builtins.str updated: When this Kubernetes cluster was updated.
12201
+ :param _builtins.int vpc_id: The ID of the VPC to use for the Kubernetes cluster.
12101
12202
  :param 'GetLkeClustersLkeClusterControlPlaneArgs' control_plane: Defines settings for the Kubernetes Control Plane.
12102
12203
  """
12103
12204
  pulumi.set(__self__, "apl_enabled", apl_enabled)
@@ -12106,10 +12207,13 @@ class GetLkeClustersLkeClusterArgs:
12106
12207
  pulumi.set(__self__, "k8s_version", k8s_version)
12107
12208
  pulumi.set(__self__, "label", label)
12108
12209
  pulumi.set(__self__, "region", region)
12210
+ pulumi.set(__self__, "stack_type", stack_type)
12109
12211
  pulumi.set(__self__, "status", status)
12212
+ pulumi.set(__self__, "subnet_id", subnet_id)
12110
12213
  pulumi.set(__self__, "tags", tags)
12111
12214
  pulumi.set(__self__, "tier", tier)
12112
12215
  pulumi.set(__self__, "updated", updated)
12216
+ pulumi.set(__self__, "vpc_id", vpc_id)
12113
12217
  if control_plane is not None:
12114
12218
  pulumi.set(__self__, "control_plane", control_plane)
12115
12219
 
@@ -12185,6 +12289,18 @@ class GetLkeClustersLkeClusterArgs:
12185
12289
  def region(self, value: _builtins.str):
12186
12290
  pulumi.set(self, "region", value)
12187
12291
 
12292
+ @_builtins.property
12293
+ @pulumi.getter(name="stackType")
12294
+ def stack_type(self) -> _builtins.str:
12295
+ """
12296
+ The networking stack type of the Kubernetes cluster.
12297
+ """
12298
+ return pulumi.get(self, "stack_type")
12299
+
12300
+ @stack_type.setter
12301
+ def stack_type(self, value: _builtins.str):
12302
+ pulumi.set(self, "stack_type", value)
12303
+
12188
12304
  @_builtins.property
12189
12305
  @pulumi.getter
12190
12306
  def status(self) -> _builtins.str:
@@ -12197,6 +12313,18 @@ class GetLkeClustersLkeClusterArgs:
12197
12313
  def status(self, value: _builtins.str):
12198
12314
  pulumi.set(self, "status", value)
12199
12315
 
12316
+ @_builtins.property
12317
+ @pulumi.getter(name="subnetId")
12318
+ def subnet_id(self) -> _builtins.int:
12319
+ """
12320
+ The ID of the VPC subnet to use for the Kubernetes cluster. This subnet must be dual stack (IPv4 and IPv6 should both be enabled).
12321
+ """
12322
+ return pulumi.get(self, "subnet_id")
12323
+
12324
+ @subnet_id.setter
12325
+ def subnet_id(self, value: _builtins.int):
12326
+ pulumi.set(self, "subnet_id", value)
12327
+
12200
12328
  @_builtins.property
12201
12329
  @pulumi.getter
12202
12330
  def tags(self) -> Sequence[_builtins.str]:
@@ -12233,6 +12361,18 @@ class GetLkeClustersLkeClusterArgs:
12233
12361
  def updated(self, value: _builtins.str):
12234
12362
  pulumi.set(self, "updated", value)
12235
12363
 
12364
+ @_builtins.property
12365
+ @pulumi.getter(name="vpcId")
12366
+ def vpc_id(self) -> _builtins.int:
12367
+ """
12368
+ The ID of the VPC to use for the Kubernetes cluster.
12369
+ """
12370
+ return pulumi.get(self, "vpc_id")
12371
+
12372
+ @vpc_id.setter
12373
+ def vpc_id(self, value: _builtins.int):
12374
+ pulumi.set(self, "vpc_id", value)
12375
+
12236
12376
  @_builtins.property
12237
12377
  @pulumi.getter(name="controlPlane")
12238
12378
  def control_plane(self) -> Optional['GetLkeClustersLkeClusterControlPlaneArgs']:
@@ -12248,6 +12388,10 @@ class GetLkeClustersLkeClusterArgs:
12248
12388
 
12249
12389
  if not MYPY:
12250
12390
  class GetLkeClustersLkeClusterControlPlaneArgsDict(TypedDict):
12391
+ audit_logs_enabled: _builtins.bool
12392
+ """
12393
+ Enables audit logs on the cluster's control plane.
12394
+ """
12251
12395
  high_availability: _builtins.bool
12252
12396
  """
12253
12397
  Whether High Availability is enabled for the cluster Control Plane.
@@ -12258,12 +12402,27 @@ elif False:
12258
12402
  @pulumi.input_type
12259
12403
  class GetLkeClustersLkeClusterControlPlaneArgs:
12260
12404
  def __init__(__self__, *,
12405
+ audit_logs_enabled: _builtins.bool,
12261
12406
  high_availability: _builtins.bool):
12262
12407
  """
12408
+ :param _builtins.bool audit_logs_enabled: Enables audit logs on the cluster's control plane.
12263
12409
  :param _builtins.bool high_availability: Whether High Availability is enabled for the cluster Control Plane.
12264
12410
  """
12411
+ pulumi.set(__self__, "audit_logs_enabled", audit_logs_enabled)
12265
12412
  pulumi.set(__self__, "high_availability", high_availability)
12266
12413
 
12414
+ @_builtins.property
12415
+ @pulumi.getter(name="auditLogsEnabled")
12416
+ def audit_logs_enabled(self) -> _builtins.bool:
12417
+ """
12418
+ Enables audit logs on the cluster's control plane.
12419
+ """
12420
+ return pulumi.get(self, "audit_logs_enabled")
12421
+
12422
+ @audit_logs_enabled.setter
12423
+ def audit_logs_enabled(self, value: _builtins.bool):
12424
+ pulumi.set(self, "audit_logs_enabled", value)
12425
+
12267
12426
  @_builtins.property
12268
12427
  @pulumi.getter(name="highAvailability")
12269
12428
  def high_availability(self) -> _builtins.bool:
@@ -12609,6 +12768,202 @@ class GetLkeVersionsVersionArgs:
12609
12768
  pulumi.set(self, "tier", value)
12610
12769
 
12611
12770
 
12771
+ if not MYPY:
12772
+ class GetMaintenancePoliciesFilterArgsDict(TypedDict):
12773
+ name: _builtins.str
12774
+ """
12775
+ The name of the field to filter by. See the Filterable Fields section for a complete list of filterable fields.
12776
+ """
12777
+ values: Sequence[_builtins.str]
12778
+ """
12779
+ A list of values for the filter to allow. These values should all be in string form.
12780
+ """
12781
+ match_by: NotRequired[_builtins.str]
12782
+ """
12783
+ The method to match the field by. (`exact`, `regex`, `substring`; default `exact`)
12784
+ """
12785
+ elif False:
12786
+ GetMaintenancePoliciesFilterArgsDict: TypeAlias = Mapping[str, Any]
12787
+
12788
+ @pulumi.input_type
12789
+ class GetMaintenancePoliciesFilterArgs:
12790
+ def __init__(__self__, *,
12791
+ name: _builtins.str,
12792
+ values: Sequence[_builtins.str],
12793
+ match_by: Optional[_builtins.str] = None):
12794
+ """
12795
+ :param _builtins.str name: The name of the field to filter by. See the Filterable Fields section for a complete list of filterable fields.
12796
+ :param Sequence[_builtins.str] values: A list of values for the filter to allow. These values should all be in string form.
12797
+ :param _builtins.str match_by: The method to match the field by. (`exact`, `regex`, `substring`; default `exact`)
12798
+ """
12799
+ pulumi.set(__self__, "name", name)
12800
+ pulumi.set(__self__, "values", values)
12801
+ if match_by is not None:
12802
+ pulumi.set(__self__, "match_by", match_by)
12803
+
12804
+ @_builtins.property
12805
+ @pulumi.getter
12806
+ def name(self) -> _builtins.str:
12807
+ """
12808
+ The name of the field to filter by. See the Filterable Fields section for a complete list of filterable fields.
12809
+ """
12810
+ return pulumi.get(self, "name")
12811
+
12812
+ @name.setter
12813
+ def name(self, value: _builtins.str):
12814
+ pulumi.set(self, "name", value)
12815
+
12816
+ @_builtins.property
12817
+ @pulumi.getter
12818
+ def values(self) -> Sequence[_builtins.str]:
12819
+ """
12820
+ A list of values for the filter to allow. These values should all be in string form.
12821
+ """
12822
+ return pulumi.get(self, "values")
12823
+
12824
+ @values.setter
12825
+ def values(self, value: Sequence[_builtins.str]):
12826
+ pulumi.set(self, "values", value)
12827
+
12828
+ @_builtins.property
12829
+ @pulumi.getter(name="matchBy")
12830
+ def match_by(self) -> Optional[_builtins.str]:
12831
+ """
12832
+ The method to match the field by. (`exact`, `regex`, `substring`; default `exact`)
12833
+ """
12834
+ return pulumi.get(self, "match_by")
12835
+
12836
+ @match_by.setter
12837
+ def match_by(self, value: Optional[_builtins.str]):
12838
+ pulumi.set(self, "match_by", value)
12839
+
12840
+
12841
+ if not MYPY:
12842
+ class GetMaintenancePoliciesMaintenancePolicyArgsDict(TypedDict):
12843
+ description: _builtins.str
12844
+ """
12845
+ Description of this policy
12846
+ """
12847
+ is_default: _builtins.bool
12848
+ """
12849
+ Whether this is the default policy for the account.
12850
+ """
12851
+ label: _builtins.str
12852
+ """
12853
+ The label for this policy.
12854
+ """
12855
+ notification_period_sec: _builtins.int
12856
+ """
12857
+ The notification lead time in seconds.
12858
+ """
12859
+ slug: _builtins.str
12860
+ """
12861
+ Unique identifier for this policy
12862
+ """
12863
+ type: _builtins.str
12864
+ """
12865
+ The type of action taken during maintenance.
12866
+ """
12867
+ elif False:
12868
+ GetMaintenancePoliciesMaintenancePolicyArgsDict: TypeAlias = Mapping[str, Any]
12869
+
12870
+ @pulumi.input_type
12871
+ class GetMaintenancePoliciesMaintenancePolicyArgs:
12872
+ def __init__(__self__, *,
12873
+ description: _builtins.str,
12874
+ is_default: _builtins.bool,
12875
+ label: _builtins.str,
12876
+ notification_period_sec: _builtins.int,
12877
+ slug: _builtins.str,
12878
+ type: _builtins.str):
12879
+ """
12880
+ :param _builtins.str description: Description of this policy
12881
+ :param _builtins.bool is_default: Whether this is the default policy for the account.
12882
+ :param _builtins.str label: The label for this policy.
12883
+ :param _builtins.int notification_period_sec: The notification lead time in seconds.
12884
+ :param _builtins.str slug: Unique identifier for this policy
12885
+ :param _builtins.str type: The type of action taken during maintenance.
12886
+ """
12887
+ pulumi.set(__self__, "description", description)
12888
+ pulumi.set(__self__, "is_default", is_default)
12889
+ pulumi.set(__self__, "label", label)
12890
+ pulumi.set(__self__, "notification_period_sec", notification_period_sec)
12891
+ pulumi.set(__self__, "slug", slug)
12892
+ pulumi.set(__self__, "type", type)
12893
+
12894
+ @_builtins.property
12895
+ @pulumi.getter
12896
+ def description(self) -> _builtins.str:
12897
+ """
12898
+ Description of this policy
12899
+ """
12900
+ return pulumi.get(self, "description")
12901
+
12902
+ @description.setter
12903
+ def description(self, value: _builtins.str):
12904
+ pulumi.set(self, "description", value)
12905
+
12906
+ @_builtins.property
12907
+ @pulumi.getter(name="isDefault")
12908
+ def is_default(self) -> _builtins.bool:
12909
+ """
12910
+ Whether this is the default policy for the account.
12911
+ """
12912
+ return pulumi.get(self, "is_default")
12913
+
12914
+ @is_default.setter
12915
+ def is_default(self, value: _builtins.bool):
12916
+ pulumi.set(self, "is_default", value)
12917
+
12918
+ @_builtins.property
12919
+ @pulumi.getter
12920
+ def label(self) -> _builtins.str:
12921
+ """
12922
+ The label for this policy.
12923
+ """
12924
+ return pulumi.get(self, "label")
12925
+
12926
+ @label.setter
12927
+ def label(self, value: _builtins.str):
12928
+ pulumi.set(self, "label", value)
12929
+
12930
+ @_builtins.property
12931
+ @pulumi.getter(name="notificationPeriodSec")
12932
+ def notification_period_sec(self) -> _builtins.int:
12933
+ """
12934
+ The notification lead time in seconds.
12935
+ """
12936
+ return pulumi.get(self, "notification_period_sec")
12937
+
12938
+ @notification_period_sec.setter
12939
+ def notification_period_sec(self, value: _builtins.int):
12940
+ pulumi.set(self, "notification_period_sec", value)
12941
+
12942
+ @_builtins.property
12943
+ @pulumi.getter
12944
+ def slug(self) -> _builtins.str:
12945
+ """
12946
+ Unique identifier for this policy
12947
+ """
12948
+ return pulumi.get(self, "slug")
12949
+
12950
+ @slug.setter
12951
+ def slug(self, value: _builtins.str):
12952
+ pulumi.set(self, "slug", value)
12953
+
12954
+ @_builtins.property
12955
+ @pulumi.getter
12956
+ def type(self) -> _builtins.str:
12957
+ """
12958
+ The type of action taken during maintenance.
12959
+ """
12960
+ return pulumi.get(self, "type")
12961
+
12962
+ @type.setter
12963
+ def type(self, value: _builtins.str):
12964
+ pulumi.set(self, "type", value)
12965
+
12966
+
12612
12967
  if not MYPY:
12613
12968
  class GetNbTypesFilterArgsDict(TypedDict):
12614
12969
  name: _builtins.str