pulumi-digitalocean 4.53.0a1756359896__py3-none-any.whl → 4.53.0a1756506684__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-digitalocean might be problematic. Click here for more details.

@@ -36,9 +36,7 @@ class DatabaseValkeyConfigArgs:
36
36
  The set of arguments for constructing a DatabaseValkeyConfig resource.
37
37
  :param pulumi.Input[_builtins.str] cluster_id: The ID of the target Valkey cluster.
38
38
  :param pulumi.Input[_builtins.str] acl_channels_default: Determines default pub/sub channels' ACL for new users if an ACL is not supplied. When this option is not defined, `allchannels` is assumed to keep backward compatibility. This option doesn't affect Valkey' `acl-pubsub-default` configuration. Supported values are: `allchannels` and `resetchannels`
39
- :param pulumi.Input[_builtins.bool] frequent_snapshots: Frequent RDB snapshots. When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only
40
- take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when
41
- valkey_persistence is set to off.
39
+ :param pulumi.Input[_builtins.bool] frequent_snapshots: Frequent RDB snapshots. When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when valkey_persistence is set to off.
42
40
  :param pulumi.Input[_builtins.int] io_threads: The Valkey IO thread count.
43
41
  :param pulumi.Input[_builtins.int] lfu_decay_time: The LFU maxmemory policy counter decay time in minutes.
44
42
  :param pulumi.Input[_builtins.int] lfu_log_factor: The counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory policies.
@@ -48,9 +46,7 @@ class DatabaseValkeyConfigArgs:
48
46
  :param pulumi.Input[_builtins.int] pubsub_client_output_buffer_limit: The output buffer limit for pub/sub clients in MB. The value is the hard limit, the soft limit is 1/4 of the hard limit. When setting the limit, be mindful of the available memory in the selected service plan.
49
47
  :param pulumi.Input[_builtins.bool] ssl: A boolean indicating whether to require SSL to access Valkey.
50
48
  :param pulumi.Input[_builtins.int] timeout: The Valkey idle connection timeout in seconds.
51
- :param pulumi.Input[_builtins.int] valkey_active_expire_effort: Active expire effort. Valkey reclaims expired keys both when accessed and in the background. The background process
52
- scans for expired keys to free memory. Increasing the active-expire-effort setting (default 1, max 10) uses more CPU to
53
- reclaim expired keys faster, reducing memory usage but potentially increasing latency.
49
+ :param pulumi.Input[_builtins.int] valkey_active_expire_effort: Active expire effort. Valkey reclaims expired keys both when accessed and in the background. The background process scans for expired keys to free memory. Increasing the active-expire-effort setting (default 1, max 10) uses more CPU to reclaim expired keys faster, reducing memory usage but potentially increasing latency.
54
50
  """
55
51
  pulumi.set(__self__, "cluster_id", cluster_id)
56
52
  if acl_channels_default is not None:
@@ -106,9 +102,7 @@ class DatabaseValkeyConfigArgs:
106
102
  @pulumi.getter(name="frequentSnapshots")
107
103
  def frequent_snapshots(self) -> Optional[pulumi.Input[_builtins.bool]]:
108
104
  """
109
- Frequent RDB snapshots. When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only
110
- take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when
111
- valkey_persistence is set to off.
105
+ Frequent RDB snapshots. When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when valkey_persistence is set to off.
112
106
  """
113
107
  return pulumi.get(self, "frequent_snapshots")
114
108
 
@@ -228,9 +222,7 @@ class DatabaseValkeyConfigArgs:
228
222
  @pulumi.getter(name="valkeyActiveExpireEffort")
229
223
  def valkey_active_expire_effort(self) -> Optional[pulumi.Input[_builtins.int]]:
230
224
  """
231
- Active expire effort. Valkey reclaims expired keys both when accessed and in the background. The background process
232
- scans for expired keys to free memory. Increasing the active-expire-effort setting (default 1, max 10) uses more CPU to
233
- reclaim expired keys faster, reducing memory usage but potentially increasing latency.
225
+ Active expire effort. Valkey reclaims expired keys both when accessed and in the background. The background process scans for expired keys to free memory. Increasing the active-expire-effort setting (default 1, max 10) uses more CPU to reclaim expired keys faster, reducing memory usage but potentially increasing latency.
234
226
  """
235
227
  return pulumi.get(self, "valkey_active_expire_effort")
236
228
 
@@ -259,9 +251,7 @@ class _DatabaseValkeyConfigState:
259
251
  Input properties used for looking up and filtering DatabaseValkeyConfig resources.
260
252
  :param pulumi.Input[_builtins.str] acl_channels_default: Determines default pub/sub channels' ACL for new users if an ACL is not supplied. When this option is not defined, `allchannels` is assumed to keep backward compatibility. This option doesn't affect Valkey' `acl-pubsub-default` configuration. Supported values are: `allchannels` and `resetchannels`
261
253
  :param pulumi.Input[_builtins.str] cluster_id: The ID of the target Valkey cluster.
262
- :param pulumi.Input[_builtins.bool] frequent_snapshots: Frequent RDB snapshots. When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only
263
- take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when
264
- valkey_persistence is set to off.
254
+ :param pulumi.Input[_builtins.bool] frequent_snapshots: Frequent RDB snapshots. When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when valkey_persistence is set to off.
265
255
  :param pulumi.Input[_builtins.int] io_threads: The Valkey IO thread count.
266
256
  :param pulumi.Input[_builtins.int] lfu_decay_time: The LFU maxmemory policy counter decay time in minutes.
267
257
  :param pulumi.Input[_builtins.int] lfu_log_factor: The counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory policies.
@@ -271,9 +261,7 @@ class _DatabaseValkeyConfigState:
271
261
  :param pulumi.Input[_builtins.int] pubsub_client_output_buffer_limit: The output buffer limit for pub/sub clients in MB. The value is the hard limit, the soft limit is 1/4 of the hard limit. When setting the limit, be mindful of the available memory in the selected service plan.
272
262
  :param pulumi.Input[_builtins.bool] ssl: A boolean indicating whether to require SSL to access Valkey.
273
263
  :param pulumi.Input[_builtins.int] timeout: The Valkey idle connection timeout in seconds.
274
- :param pulumi.Input[_builtins.int] valkey_active_expire_effort: Active expire effort. Valkey reclaims expired keys both when accessed and in the background. The background process
275
- scans for expired keys to free memory. Increasing the active-expire-effort setting (default 1, max 10) uses more CPU to
276
- reclaim expired keys faster, reducing memory usage but potentially increasing latency.
264
+ :param pulumi.Input[_builtins.int] valkey_active_expire_effort: Active expire effort. Valkey reclaims expired keys both when accessed and in the background. The background process scans for expired keys to free memory. Increasing the active-expire-effort setting (default 1, max 10) uses more CPU to reclaim expired keys faster, reducing memory usage but potentially increasing latency.
277
265
  """
278
266
  if acl_channels_default is not None:
279
267
  pulumi.set(__self__, "acl_channels_default", acl_channels_default)
@@ -330,9 +318,7 @@ class _DatabaseValkeyConfigState:
330
318
  @pulumi.getter(name="frequentSnapshots")
331
319
  def frequent_snapshots(self) -> Optional[pulumi.Input[_builtins.bool]]:
332
320
  """
333
- Frequent RDB snapshots. When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only
334
- take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when
335
- valkey_persistence is set to off.
321
+ Frequent RDB snapshots. When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when valkey_persistence is set to off.
336
322
  """
337
323
  return pulumi.get(self, "frequent_snapshots")
338
324
 
@@ -452,9 +438,7 @@ class _DatabaseValkeyConfigState:
452
438
  @pulumi.getter(name="valkeyActiveExpireEffort")
453
439
  def valkey_active_expire_effort(self) -> Optional[pulumi.Input[_builtins.int]]:
454
440
  """
455
- Active expire effort. Valkey reclaims expired keys both when accessed and in the background. The background process
456
- scans for expired keys to free memory. Increasing the active-expire-effort setting (default 1, max 10) uses more CPU to
457
- reclaim expired keys faster, reducing memory usage but potentially increasing latency.
441
+ Active expire effort. Valkey reclaims expired keys both when accessed and in the background. The background process scans for expired keys to free memory. Increasing the active-expire-effort setting (default 1, max 10) uses more CPU to reclaim expired keys faster, reducing memory usage but potentially increasing latency.
458
442
  """
459
443
  return pulumi.get(self, "valkey_active_expire_effort")
460
444
 
@@ -520,9 +504,7 @@ class DatabaseValkeyConfig(pulumi.CustomResource):
520
504
  :param pulumi.ResourceOptions opts: Options for the resource.
521
505
  :param pulumi.Input[_builtins.str] acl_channels_default: Determines default pub/sub channels' ACL for new users if an ACL is not supplied. When this option is not defined, `allchannels` is assumed to keep backward compatibility. This option doesn't affect Valkey' `acl-pubsub-default` configuration. Supported values are: `allchannels` and `resetchannels`
522
506
  :param pulumi.Input[_builtins.str] cluster_id: The ID of the target Valkey cluster.
523
- :param pulumi.Input[_builtins.bool] frequent_snapshots: Frequent RDB snapshots. When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only
524
- take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when
525
- valkey_persistence is set to off.
507
+ :param pulumi.Input[_builtins.bool] frequent_snapshots: Frequent RDB snapshots. When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when valkey_persistence is set to off.
526
508
  :param pulumi.Input[_builtins.int] io_threads: The Valkey IO thread count.
527
509
  :param pulumi.Input[_builtins.int] lfu_decay_time: The LFU maxmemory policy counter decay time in minutes.
528
510
  :param pulumi.Input[_builtins.int] lfu_log_factor: The counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory policies.
@@ -532,9 +514,7 @@ class DatabaseValkeyConfig(pulumi.CustomResource):
532
514
  :param pulumi.Input[_builtins.int] pubsub_client_output_buffer_limit: The output buffer limit for pub/sub clients in MB. The value is the hard limit, the soft limit is 1/4 of the hard limit. When setting the limit, be mindful of the available memory in the selected service plan.
533
515
  :param pulumi.Input[_builtins.bool] ssl: A boolean indicating whether to require SSL to access Valkey.
534
516
  :param pulumi.Input[_builtins.int] timeout: The Valkey idle connection timeout in seconds.
535
- :param pulumi.Input[_builtins.int] valkey_active_expire_effort: Active expire effort. Valkey reclaims expired keys both when accessed and in the background. The background process
536
- scans for expired keys to free memory. Increasing the active-expire-effort setting (default 1, max 10) uses more CPU to
537
- reclaim expired keys faster, reducing memory usage but potentially increasing latency.
517
+ :param pulumi.Input[_builtins.int] valkey_active_expire_effort: Active expire effort. Valkey reclaims expired keys both when accessed and in the background. The background process scans for expired keys to free memory. Increasing the active-expire-effort setting (default 1, max 10) uses more CPU to reclaim expired keys faster, reducing memory usage but potentially increasing latency.
538
518
  """
539
519
  ...
540
520
  @overload
@@ -659,9 +639,7 @@ class DatabaseValkeyConfig(pulumi.CustomResource):
659
639
  :param pulumi.ResourceOptions opts: Options for the resource.
660
640
  :param pulumi.Input[_builtins.str] acl_channels_default: Determines default pub/sub channels' ACL for new users if an ACL is not supplied. When this option is not defined, `allchannels` is assumed to keep backward compatibility. This option doesn't affect Valkey' `acl-pubsub-default` configuration. Supported values are: `allchannels` and `resetchannels`
661
641
  :param pulumi.Input[_builtins.str] cluster_id: The ID of the target Valkey cluster.
662
- :param pulumi.Input[_builtins.bool] frequent_snapshots: Frequent RDB snapshots. When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only
663
- take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when
664
- valkey_persistence is set to off.
642
+ :param pulumi.Input[_builtins.bool] frequent_snapshots: Frequent RDB snapshots. When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when valkey_persistence is set to off.
665
643
  :param pulumi.Input[_builtins.int] io_threads: The Valkey IO thread count.
666
644
  :param pulumi.Input[_builtins.int] lfu_decay_time: The LFU maxmemory policy counter decay time in minutes.
667
645
  :param pulumi.Input[_builtins.int] lfu_log_factor: The counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory policies.
@@ -671,9 +649,7 @@ class DatabaseValkeyConfig(pulumi.CustomResource):
671
649
  :param pulumi.Input[_builtins.int] pubsub_client_output_buffer_limit: The output buffer limit for pub/sub clients in MB. The value is the hard limit, the soft limit is 1/4 of the hard limit. When setting the limit, be mindful of the available memory in the selected service plan.
672
650
  :param pulumi.Input[_builtins.bool] ssl: A boolean indicating whether to require SSL to access Valkey.
673
651
  :param pulumi.Input[_builtins.int] timeout: The Valkey idle connection timeout in seconds.
674
- :param pulumi.Input[_builtins.int] valkey_active_expire_effort: Active expire effort. Valkey reclaims expired keys both when accessed and in the background. The background process
675
- scans for expired keys to free memory. Increasing the active-expire-effort setting (default 1, max 10) uses more CPU to
676
- reclaim expired keys faster, reducing memory usage but potentially increasing latency.
652
+ :param pulumi.Input[_builtins.int] valkey_active_expire_effort: Active expire effort. Valkey reclaims expired keys both when accessed and in the background. The background process scans for expired keys to free memory. Increasing the active-expire-effort setting (default 1, max 10) uses more CPU to reclaim expired keys faster, reducing memory usage but potentially increasing latency.
677
653
  """
678
654
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
679
655
 
@@ -714,9 +690,7 @@ class DatabaseValkeyConfig(pulumi.CustomResource):
714
690
  @pulumi.getter(name="frequentSnapshots")
715
691
  def frequent_snapshots(self) -> pulumi.Output[_builtins.bool]:
716
692
  """
717
- Frequent RDB snapshots. When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only
718
- take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when
719
- valkey_persistence is set to off.
693
+ Frequent RDB snapshots. When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when valkey_persistence is set to off.
720
694
  """
721
695
  return pulumi.get(self, "frequent_snapshots")
722
696
 
@@ -796,9 +770,7 @@ class DatabaseValkeyConfig(pulumi.CustomResource):
796
770
  @pulumi.getter(name="valkeyActiveExpireEffort")
797
771
  def valkey_active_expire_effort(self) -> pulumi.Output[_builtins.int]:
798
772
  """
799
- Active expire effort. Valkey reclaims expired keys both when accessed and in the background. The background process
800
- scans for expired keys to free memory. Increasing the active-expire-effort setting (default 1, max 10) uses more CPU to
801
- reclaim expired keys faster, reducing memory usage but potentially increasing latency.
773
+ Active expire effort. Valkey reclaims expired keys both when accessed and in the background. The background process scans for expired keys to free memory. Increasing the active-expire-effort setting (default 1, max 10) uses more CPU to reclaim expired keys faster, reducing memory usage but potentially increasing latency.
802
774
  """
803
775
  return pulumi.get(self, "valkey_active_expire_effort")
804
776
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "digitalocean",
4
- "version": "4.53.0-alpha.1756359896"
4
+ "version": "4.53.0-alpha.1756506684"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_digitalocean
3
- Version: 4.53.0a1756359896
3
+ Version: 4.53.0a1756506684
4
4
  Summary: A Pulumi package for creating and managing DigitalOcean cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -22,7 +22,7 @@ pulumi_digitalocean/database_postgresql_config.py,sha256=96-z7UpGLcInYAxM0BRu_eO
22
22
  pulumi_digitalocean/database_redis_config.py,sha256=AtEvBM6aIbgjHPrdnpkzcP5P9DSMGTa3ULdI05oh_5o,42314
23
23
  pulumi_digitalocean/database_replica.py,sha256=qkqzhiwKHCgv5ZQp-m8dmop8TRXYXCNz6l-CAnPaIUo,33732
24
24
  pulumi_digitalocean/database_user.py,sha256=tuvzSzPMe1A2yxEQ8BTDIUHJ4QR4ALSBehko4Iabwxk,25945
25
- pulumi_digitalocean/database_valkey_config.py,sha256=sIdnFT_0cq47cZWBlegdKmPy3KeoGpai1ZsjyrkC0q4,45892
25
+ pulumi_digitalocean/database_valkey_config.py,sha256=tOymIE07Uiyz0sAxR1A7koq4cX3GXNpyM-u26SEu0zI,45556
26
26
  pulumi_digitalocean/dns_record.py,sha256=bmj63Cxou9YkKsukMUbJPwJusb5O1Yg4ovYviG7P6fo,29112
27
27
  pulumi_digitalocean/domain.py,sha256=tRbBaWJiIFSEhKf-pEwu2astpKTb1uW91UsOnpHAClk,11282
28
28
  pulumi_digitalocean/droplet.py,sha256=SR6Qxc4lrDN2UT1_dRjvOFYtc_S6OUdeH8PRsxLTjCU,77291
@@ -104,7 +104,7 @@ pulumi_digitalocean/partner_attachment.py,sha256=87QyA1Utqqokna7LiHhxxSgypbuEiuU
104
104
  pulumi_digitalocean/project.py,sha256=790IbhJNTJUWzp8fqPFPufAgmhGJNRTM-XumHNv-tqc,26058
105
105
  pulumi_digitalocean/project_resources.py,sha256=hrnjVNtTaentjMbhlmFivfY0bqGT8DgO5DnMSlQzY_M,10859
106
106
  pulumi_digitalocean/provider.py,sha256=ughfy0OUJdK9ZupsUhb1NiZq18nzq3QxaI2QQ2Pcxhc,16389
107
- pulumi_digitalocean/pulumi-plugin.json,sha256=zdYzHZB4p_QQCC8qeiF3lXBzJ5REodyRcKH_gfUkdyo,89
107
+ pulumi_digitalocean/pulumi-plugin.json,sha256=SBp9ePNNmwC_ocB6XnuvUOTjFKfXrdmZDk_cbBRey1c,89
108
108
  pulumi_digitalocean/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
109
109
  pulumi_digitalocean/reserved_ip.py,sha256=6nadG79sbi7OQfGGUXS14R1ShYI8jf82Z2O03pzhLTs,13495
110
110
  pulumi_digitalocean/reserved_ip_assignment.py,sha256=bcJyGcJ4qVrsoq-02QXc8CbNzZbihsyejtTGqy2Oims,10779
@@ -129,7 +129,7 @@ pulumi_digitalocean/vpc_peering.py,sha256=gbvtHjLtydRs5a637xVOSozuWPwLsrOvWDU29o
129
129
  pulumi_digitalocean/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
130
130
  pulumi_digitalocean/config/__init__.pyi,sha256=14znViTkWM8dAhziCo0xx03AsaWPEY9Lg_eVKOdZ6zs,1317
131
131
  pulumi_digitalocean/config/vars.py,sha256=OaThQn6yyBN7URJkzZseWEqUCPW2nzsjERvHzyq0SS8,2595
132
- pulumi_digitalocean-4.53.0a1756359896.dist-info/METADATA,sha256=JVxK3wnIf3KlEaZpYFUagqGQ1h9VwMgONrL9W9k-Cn0,3852
133
- pulumi_digitalocean-4.53.0a1756359896.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
134
- pulumi_digitalocean-4.53.0a1756359896.dist-info/top_level.txt,sha256=XKSLMAXl7fDVTPZg8SJT7Hf8IqOk5hUr_uZtGCtKg8w,20
135
- pulumi_digitalocean-4.53.0a1756359896.dist-info/RECORD,,
132
+ pulumi_digitalocean-4.53.0a1756506684.dist-info/METADATA,sha256=LnRFFT8iq57D_DKT6JLa8iTD6Vbi-ArJsiocBrYT9TI,3852
133
+ pulumi_digitalocean-4.53.0a1756506684.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
134
+ pulumi_digitalocean-4.53.0a1756506684.dist-info/top_level.txt,sha256=XKSLMAXl7fDVTPZg8SJT7Hf8IqOk5hUr_uZtGCtKg8w,20
135
+ pulumi_digitalocean-4.53.0a1756506684.dist-info/RECORD,,