pulumi-digitalocean 4.35.0__tar.gz → 4.35.0a1729897879__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-digitalocean might be problematic. Click here for more details.
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/PKG-INFO +1 -1
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/_enums.py +52 -131
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/_inputs.py +0 -74
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/database_cluster.py +14 -14
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/database_redis_config.py +0 -14
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/droplet.py +2 -63
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_database_cluster.py +1 -1
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_droplet.py +3 -24
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_droplets.py +1 -24
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/load_balancer.py +35 -14
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/outputs.py +0 -44
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/pulumi-plugin.json +1 -1
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean.egg-info/PKG-INFO +1 -1
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pyproject.toml +1 -1
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/README.md +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/__init__.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/_utilities.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/app.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/cdn.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/certificate.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/config/__init__.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/config/__init__.pyi +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/config/vars.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/container_registry.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/container_registry_docker_credentials.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/custom_image.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/database_connection_pool.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/database_db.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/database_firewall.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/database_kafka_config.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/database_kafka_topic.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/database_mongodb_config.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/database_mysql_config.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/database_opensearch_config.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/database_postgresql_config.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/database_replica.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/database_user.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/dns_record.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/domain.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/droplet_snapshot.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/firewall.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/floating_ip.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/floating_ip_assignment.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_account.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_app.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_certificate.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_container_registry.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_database_ca.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_database_connection_pool.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_database_replica.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_database_user.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_domain.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_domains.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_droplet_snapshot.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_firewall.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_floating_ip.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_image.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_images.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_kubernetes_cluster.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_kubernetes_versions.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_load_balancer.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_project.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_projects.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_record.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_records.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_region.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_regions.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_reserved_ip.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_sizes.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_spaces_bucket.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_spaces_bucket_object.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_spaces_bucket_objects.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_spaces_buckets.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_ssh_key.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_ssh_keys.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_tag.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_tags.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_volume.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_volume_snapshot.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_vpc.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/get_vpc_peering.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/kubernetes_cluster.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/kubernetes_node_pool.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/monitor_alert.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/project.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/project_resources.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/provider.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/py.typed +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/reserved_ip.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/reserved_ip_assignment.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/spaces_bucket.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/spaces_bucket_cors_configuration.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/spaces_bucket_object.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/spaces_bucket_policy.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/ssh_key.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/tag.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/uptime_alert.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/uptime_check.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/volume.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/volume_attachment.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/volume_snapshot.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/vpc.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/vpc_peering.py +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean.egg-info/SOURCES.txt +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean.egg-info/dependency_links.txt +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean.egg-info/requires.txt +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean.egg-info/top_level.txt +0 -0
- {pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/setup.cfg +0 -0
{pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/_enums.py
RENAMED
|
@@ -37,173 +37,94 @@ class DatabaseSlug(str, Enum):
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
class DropletSlug(str, Enum):
|
|
40
|
-
DROPLET_S1_VCPU512_MB10_GB = "s-1vcpu-512mb-10gb"
|
|
41
40
|
DROPLET_S1_VCPU1_GB = "s-1vcpu-1gb"
|
|
42
41
|
DROPLET_S1_VCPU1_G_B_AMD = "s-1vcpu-1gb-amd"
|
|
43
42
|
DROPLET_S1_VCPU1_G_B_INTEL = "s-1vcpu-1gb-intel"
|
|
44
|
-
DROPLET_S1_VCPU1_GB35_G_B_INTEL = "s-1vcpu-1gb-35gb-intel"
|
|
45
43
|
DROPLET_S1_VCPU2_GB = "s-1vcpu-2gb"
|
|
46
44
|
DROPLET_S1_VCPU2_G_B_AMD = "s-1vcpu-2gb-amd"
|
|
47
45
|
DROPLET_S1_VCPU2_G_B_INTEL = "s-1vcpu-2gb-intel"
|
|
48
|
-
DROPLET_S1_VCPU2_GB70_G_B_INTEL = "s-1vcpu-2gb-70gb-intel"
|
|
49
46
|
DROPLET_S2_VCPU2_GB = "s-2vcpu-2gb"
|
|
50
47
|
DROPLET_S2_VCPU2_G_B_AMD = "s-2vcpu-2gb-amd"
|
|
51
48
|
DROPLET_S2_VCPU2_G_B_INTEL = "s-2vcpu-2gb-intel"
|
|
52
|
-
DROPLET_S2_VCPU2_GB90_G_B_INTEL = "s-2vcpu-2gb-90gb-intel"
|
|
53
49
|
DROPLET_S2_VCPU4_GB = "s-2vcpu-4gb"
|
|
54
50
|
DROPLET_S2_VCPU4_G_B_AMD = "s-2vcpu-4gb-amd"
|
|
55
51
|
DROPLET_S2_VCPU4_G_B_INTEL = "s-2vcpu-4gb-intel"
|
|
56
|
-
DROPLET_S2_VCPU4_GB120_G_B_INTEL = "s-2vcpu-4gb-120gb-intel"
|
|
57
|
-
DROPLET_S2_VCPU8_G_B_AMD = "s-2vcpu-8gb-amd"
|
|
58
|
-
DROPLET_C2 = "c-2"
|
|
59
|
-
DROPLET_C22_VCPU4_GB = "c2-2vcpu-4gb"
|
|
60
|
-
DROPLET_S2_VCPU8_GB160_G_B_INTEL = "s-2vcpu-8gb-160gb-intel"
|
|
61
52
|
DROPLET_S4_VCPU8_GB = "s-4vcpu-8gb"
|
|
62
53
|
DROPLET_S4_VCPU8_G_B_AMD = "s-4vcpu-8gb-amd"
|
|
63
54
|
DROPLET_S4_VCPU8_G_B_INTEL = "s-4vcpu-8gb-intel"
|
|
64
|
-
DROPLET_G2_VCPU8_GB = "g-2vcpu-8gb"
|
|
65
|
-
DROPLET_S4_VCPU8_GB240_G_B_INTEL = "s-4vcpu-8gb-240gb-intel"
|
|
66
|
-
DROPLET_GD2_VCPU8_GB = "gd-2vcpu-8gb"
|
|
67
|
-
DROPLET_G2_VCPU8_G_B_INTEL = "g-2vcpu-8gb-intel"
|
|
68
|
-
DROPLET_GD2_VCPU8_G_B_INTEL = "gd-2vcpu-8gb-intel"
|
|
69
|
-
DROPLET_S4_VCPU16_G_B_AMD = "s-4vcpu-16gb-amd"
|
|
70
|
-
DROPLET_M2_VCPU16_GB = "m-2vcpu-16gb"
|
|
71
|
-
DROPLET_C4 = "c-4"
|
|
72
|
-
DROPLET_C24_VCPU8_GB = "c2-4vcpu-8gb"
|
|
73
|
-
DROPLET_S4_VCPU16_GB320_G_B_INTEL = "s-4vcpu-16gb-320gb-intel"
|
|
74
|
-
DROPLET_S8_VCPU16_GB = "s-8vcpu-16gb"
|
|
75
|
-
DROPLET_M2_VCPU16_G_B_INTEL = "m-2vcpu-16gb-intel"
|
|
76
|
-
DROPLET_M32_VCPU16_GB = "m3-2vcpu-16gb"
|
|
77
|
-
DROPLET_C4_INTEL = "c-4-intel"
|
|
78
|
-
DROPLET_M32_VCPU16_G_B_INTEL = "m3-2vcpu-16gb-intel"
|
|
79
55
|
DROPLET_S8_VCPU16_G_B_AMD = "s-8vcpu-16gb-amd"
|
|
80
56
|
DROPLET_S8_VCPU16_G_B_INTEL = "s-8vcpu-16gb-intel"
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
DROPLET_SO2_VCPU16_G_B_INTEL = "so-2vcpu-16gb-intel"
|
|
85
|
-
DROPLET_SO2_VCPU16_GB = "so-2vcpu-16gb"
|
|
86
|
-
DROPLET_M62_VCPU16_GB = "m6-2vcpu-16gb"
|
|
87
|
-
DROPLET_GD4_VCPU16_GB = "gd-4vcpu-16gb"
|
|
88
|
-
DROPLET_SO1_52_VCPU16_G_B_INTEL = "so1_5-2vcpu-16gb-intel"
|
|
89
|
-
DROPLET_G4_VCPU16_G_B_INTEL = "g-4vcpu-16gb-intel"
|
|
90
|
-
DROPLET_GD4_VCPU16_G_B_INTEL = "gd-4vcpu-16gb-intel"
|
|
91
|
-
DROPLET_SO1_52_VCPU16_GB = "so1_5-2vcpu-16gb"
|
|
92
|
-
DROPLET_S8_VCPU32_G_B_AMD = "s-8vcpu-32gb-amd"
|
|
93
|
-
DROPLET_M4_VCPU32_GB = "m-4vcpu-32gb"
|
|
94
|
-
DROPLET_C8 = "c-8"
|
|
57
|
+
DROPLET_C2 = "c-2"
|
|
58
|
+
DROPLET_C22_VCPU4_GB = "c2-2vcpu-4gb"
|
|
59
|
+
DROPLET_C22_VCPU8_GB = "c2-4vcpu-8gb"
|
|
95
60
|
DROPLET_C28_VCPU16_GB = "c2-8vcpu-16gb"
|
|
96
|
-
DROPLET_S8_VCPU32_GB640_G_B_INTEL = "s-8vcpu-32gb-640gb-intel"
|
|
97
|
-
DROPLET_M4_VCPU32_G_B_INTEL = "m-4vcpu-32gb-intel"
|
|
98
|
-
DROPLET_M34_VCPU32_GB = "m3-4vcpu-32gb"
|
|
99
|
-
DROPLET_C8_INTEL = "c-8-intel"
|
|
100
|
-
DROPLET_M34_VCPU32_G_B_INTEL = "m3-4vcpu-32gb-intel"
|
|
101
|
-
DROPLET_C28_VCPU16_G_B_INTEL = "c2-8vcpu-16gb-intel"
|
|
102
|
-
DROPLET_G8_VCPU32_GB = "g-8vcpu-32gb"
|
|
103
|
-
DROPLET_SO4_VCPU32_G_B_INTEL = "so-4vcpu-32gb-intel"
|
|
104
|
-
DROPLET_SO4_VCPU32_GB = "so-4vcpu-32gb"
|
|
105
|
-
DROPLET_M64_VCPU32_GB = "m6-4vcpu-32gb"
|
|
106
|
-
DROPLET_GD8_VCPU32_GB = "gd-8vcpu-32gb"
|
|
107
|
-
DROPLET_SO1_54_VCPU32_G_B_INTEL = "so1_5-4vcpu-32gb-intel"
|
|
108
|
-
DROPLET_G8_VCPU32_G_B_INTEL = "g-8vcpu-32gb-intel"
|
|
109
|
-
DROPLET_GD8_VCPU32_G_B_INTEL = "gd-8vcpu-32gb-intel"
|
|
110
|
-
DROPLET_SO1_54_VCPU32_GB = "so1_5-4vcpu-32gb"
|
|
111
|
-
DROPLET_M8_VCPU64_GB = "m-8vcpu-64gb"
|
|
112
|
-
DROPLET_C16 = "c-16"
|
|
113
61
|
DROPLET_C216_VCPU32_GB = "c2-16vcpu-32gb"
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
62
|
+
DROPLET_C232_VCPU64_GB = "c2-32vcpu-64gb"
|
|
63
|
+
DROPLET_C4 = "c-4"
|
|
64
|
+
DROPLET_C8 = "c-8"
|
|
65
|
+
DROPLET_C16 = "c-16"
|
|
66
|
+
DROPLET_C32 = "c-32"
|
|
67
|
+
DROPLET_G2_VCPU8_GB = "g-2vcpu-8gb"
|
|
68
|
+
DROPLET_G4_VCPU16_GB = "g-4vcpu-16gb"
|
|
69
|
+
DROPLET_G8_VCPU32_GB = "g-8vcpu-32gb"
|
|
119
70
|
DROPLET_G16_VCPU64_GB = "g-16vcpu-64gb"
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
71
|
+
DROPLET_G32_VCPU128_GB = "g-32vcpu-128gb"
|
|
72
|
+
DROPLET_G40_VCPU160_GB = "g-40vcpu-160gb"
|
|
73
|
+
DROPLET_GD2_VCPU8_GB = "gd-2vcpu-8gb"
|
|
74
|
+
DROPLET_GD4_VCPU16_GB = "gd-4vcpu-16gb"
|
|
75
|
+
DROPLET_GD8_VCPU32_GB = "gd-8vcpu-32gb"
|
|
123
76
|
DROPLET_GD16_VCPU64_GB = "gd-16vcpu-64gb"
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
77
|
+
DROPLET_GD32_VCPU128_GB = "gd-32vcpu-128gb"
|
|
78
|
+
DROPLET_GD40_VCPU160_GB = "gd-40vcpu-160gb"
|
|
79
|
+
DROPLET_S8_VCPU16_GB = "s-8vcpu-16gb"
|
|
80
|
+
DROPLET_M2_VCPU16_GB = "m-2vcpu-16gb"
|
|
81
|
+
DROPLET_M4_VCPU32_GB = "m-4vcpu-32gb"
|
|
82
|
+
DROPLET_M8_VCPU64_GB = "m-8vcpu-64gb"
|
|
128
83
|
DROPLET_M16_VCPU128_GB = "m-16vcpu-128gb"
|
|
129
|
-
DROPLET_C32 = "c-32"
|
|
130
|
-
DROPLET_C232_VCPU64_GB = "c2-32vcpu-64gb"
|
|
131
|
-
DROPLET_M16_VCPU128_G_B_INTEL = "m-16vcpu-128gb-intel"
|
|
132
|
-
DROPLET_M316_VCPU128_GB = "m3-16vcpu-128gb"
|
|
133
|
-
DROPLET_C32_INTEL = "c-32-intel"
|
|
134
|
-
DROPLET_M316_VCPU128_G_B_INTEL = "m3-16vcpu-128gb-intel"
|
|
135
|
-
DROPLET_C232_VCPU64_G_B_INTEL = "c2-32vcpu-64gb-intel"
|
|
136
|
-
DROPLET_C48 = "c-48"
|
|
137
84
|
DROPLET_M24_VCPU192_GB = "m-24vcpu-192gb"
|
|
138
|
-
DROPLET_G32_VCPU128_GB = "g-32vcpu-128gb"
|
|
139
|
-
DROPLET_SO16_VCPU128_G_B_INTEL = "so-16vcpu-128gb-intel"
|
|
140
|
-
DROPLET_SO16_VCPU128_GB = "so-16vcpu-128gb"
|
|
141
|
-
DROPLET_M616_VCPU128_GB = "m6-16vcpu-128gb"
|
|
142
|
-
DROPLET_GD32_VCPU128_GB = "gd-32vcpu-128gb"
|
|
143
|
-
DROPLET_SO1_516_VCPU128_G_B_INTEL = "so1_5-16vcpu-128gb-intel"
|
|
144
|
-
DROPLET_C248_VCPU96_GB = "c2-48vcpu-96gb"
|
|
145
|
-
DROPLET_M24_VCPU192_G_B_INTEL = "m-24vcpu-192gb-intel"
|
|
146
|
-
DROPLET_G32_VCPU128_G_B_INTEL = "g-32vcpu-128gb-intel"
|
|
147
|
-
DROPLET_M324_VCPU192_GB = "m3-24vcpu-192gb"
|
|
148
|
-
DROPLET_G40_VCPU160_GB = "g-40vcpu-160gb"
|
|
149
|
-
DROPLET_GD32_VCPU128_G_B_INTEL = "gd-32vcpu-128gb-intel"
|
|
150
|
-
DROPLET_SO1_516_VCPU128_GB = "so1_5-16vcpu-128gb"
|
|
151
|
-
DROPLET_C48_INTEL = "c-48-intel"
|
|
152
|
-
DROPLET_M324_VCPU192_G_B_INTEL = "m3-24vcpu-192gb-intel"
|
|
153
85
|
DROPLET_M32_VCPU256_GB = "m-32vcpu-256gb"
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
DROPLET_M32_VCPU256_G_B_INTEL = "m-32vcpu-256gb-intel"
|
|
160
|
-
DROPLET_C60_INTEL = "c-60-intel"
|
|
86
|
+
DROPLET_M32_VCPU16_GB = "m3-2vcpu-16gb"
|
|
87
|
+
DROPLET_M34_VCPU32_GB = "m3-4vcpu-32gb"
|
|
88
|
+
DROPLET_M38_VCPU64_GB = "m3-8vcpu-64gb"
|
|
89
|
+
DROPLET_M316_VCPU128_GB = "m3-16vcpu-128gb"
|
|
90
|
+
DROPLET_M324_VCPU192_GB = "m3-24vcpu-192gb"
|
|
161
91
|
DROPLET_M332_VCPU256_GB = "m3-32vcpu-256gb"
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
DROPLET_SO1_524_VCPU192_GB = "so1_5-24vcpu-192gb"
|
|
168
|
-
DROPLET_SO32_VCPU256_G_B_INTEL = "so-32vcpu-256gb-intel"
|
|
169
|
-
DROPLET_SO32_VCPU256_GB = "so-32vcpu-256gb"
|
|
92
|
+
DROPLET_M62_VCPU16_GB = "m6-2vcpu-16gb"
|
|
93
|
+
DROPLET_M64_VCPU32_GB = "m6-4vcpu-32gb"
|
|
94
|
+
DROPLET_M68_VCPU64_GB = "m6-8vcpu-64gb"
|
|
95
|
+
DROPLET_M616_VCPU128_GB = "m6-16vcpu-128gb"
|
|
96
|
+
DROPLET_M624_VCPU192_GB = "m6-24vcpu-192gb"
|
|
170
97
|
DROPLET_M632_VCPU256_GB = "m6-32vcpu-256gb"
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
98
|
+
DROPLET_SO2_VCPU16_GB = "so-2vcpu-16gb"
|
|
99
|
+
DROPLET_SO4_VCPU32_GB = "so-4vcpu-32gb"
|
|
100
|
+
DROPLET_SO8_VCPU64_GB = "so-8vcpu-64gb"
|
|
101
|
+
DROPLET_SO16_VCPU128_GB = "so-16vcpu-128gb"
|
|
102
|
+
DROPLET_SO24_VCPU192_GB = "so-24vcpu-192gb"
|
|
103
|
+
DROPLET_SO32_VCPU256_GB = "so-32vcpu-256gb"
|
|
104
|
+
DROPLET_SO152_VCPU16_GB = "so1_5-2vcpu-16gb"
|
|
105
|
+
DROPLET_SO154_VCPU32_GB = "so1_5-4vcpu-32gb"
|
|
106
|
+
DROPLET_SO158_VCPU64_GB = "so1_5-8vcpu-64gb"
|
|
107
|
+
DROPLET_SO1516_VCPU128_GB = "so1_5-16vcpu-128gb"
|
|
108
|
+
DROPLET_SO1524_VCPU192_GB = "so1_5-24vcpu-192gb"
|
|
109
|
+
DROPLET_SO1532_VCPU256_GB = "so1_5-32vcpu-256gb"
|
|
110
|
+
DROPLET512MB = "512mb"
|
|
183
111
|
DROPLET1_GB = "1gb"
|
|
184
112
|
DROPLET2_GB = "2gb"
|
|
113
|
+
DROPLET4_GB = "4gb"
|
|
114
|
+
DROPLET8_GB = "8gb"
|
|
115
|
+
DROPLET16_GB = "16gb"
|
|
185
116
|
DROPLET32_GB = "32gb"
|
|
186
117
|
DROPLET48_GB = "48gb"
|
|
187
|
-
DROPLET4_GB = "4gb"
|
|
188
|
-
DROPLET512MB = "512mb"
|
|
189
118
|
DROPLET64_GB = "64gb"
|
|
190
|
-
|
|
191
|
-
|
|
119
|
+
DROPLET_S1_VCPU3_GB = "s-1vcpu-3gb"
|
|
120
|
+
DROPLET_S3_VCPU1_GB = "s-3vcpu-1gb"
|
|
121
|
+
DROPLET_S6_VCPU16_GB = "s-6vcpu-16gb"
|
|
122
|
+
DROPLET_S8_VCPU32_GB = "s-8vcpu-32gb"
|
|
192
123
|
DROPLET_S12_VCPU48_GB = "s-12vcpu-48gb"
|
|
193
124
|
DROPLET_S16_VCPU64_GB = "s-16vcpu-64gb"
|
|
194
|
-
DROPLET_S1_VCPU3_GB = "s-1vcpu-3gb"
|
|
195
125
|
DROPLET_S20_VCPU96_GB = "s-20vcpu-96gb"
|
|
196
126
|
DROPLET_S24_VCPU128_GB = "s-24vcpu-128gb"
|
|
197
127
|
DROPLET_S32_VCPU192_GB = "s-32vcpu-192gb"
|
|
198
|
-
DROPLET_S3_VCPU1_GB = "s-3vcpu-1gb"
|
|
199
|
-
DROPLET_S6_VCPU16_GB = "s-6vcpu-16gb"
|
|
200
|
-
DROPLET_S8_VCPU32_GB = "s-8vcpu-32gb"
|
|
201
|
-
DROPLET_SO1516_VCPU128_GB = "so1_5-16vcpu-128gb"
|
|
202
|
-
DROPLET_SO1524_VCPU192_GB = "so1_5-24vcpu-192gb"
|
|
203
|
-
DROPLET_SO152_VCPU16_GB = "so1_5-2vcpu-16gb"
|
|
204
|
-
DROPLET_SO1532_VCPU256_GB = "so1_5-32vcpu-256gb"
|
|
205
|
-
DROPLET_SO154_VCPU32_GB = "so1_5-4vcpu-32gb"
|
|
206
|
-
DROPLET_SO158_VCPU64_GB = "so1_5-8vcpu-64gb"
|
|
207
128
|
|
|
208
129
|
|
|
209
130
|
class FileSystemType(str, Enum):
|
{pulumi_digitalocean-4.35.0 → pulumi_digitalocean-4.35.0a1729897879}/pulumi_digitalocean/_inputs.py
RENAMED
|
@@ -208,8 +208,6 @@ __all__ = [
|
|
|
208
208
|
'DatabaseUserSettingAclArgsDict',
|
|
209
209
|
'DatabaseUserSettingOpensearchAclArgs',
|
|
210
210
|
'DatabaseUserSettingOpensearchAclArgsDict',
|
|
211
|
-
'DropletBackupPolicyArgs',
|
|
212
|
-
'DropletBackupPolicyArgsDict',
|
|
213
211
|
'FirewallInboundRuleArgs',
|
|
214
212
|
'FirewallInboundRuleArgsDict',
|
|
215
213
|
'FirewallOutboundRuleArgs',
|
|
@@ -9174,78 +9172,6 @@ class DatabaseUserSettingOpensearchAclArgs:
|
|
|
9174
9172
|
pulumi.set(self, "permission", value)
|
|
9175
9173
|
|
|
9176
9174
|
|
|
9177
|
-
if not MYPY:
|
|
9178
|
-
class DropletBackupPolicyArgsDict(TypedDict):
|
|
9179
|
-
hour: NotRequired[pulumi.Input[int]]
|
|
9180
|
-
"""
|
|
9181
|
-
The hour of the day that the backup window will start (`0`, `4`, `8`, `12`, `16`, `20`).
|
|
9182
|
-
"""
|
|
9183
|
-
plan: NotRequired[pulumi.Input[str]]
|
|
9184
|
-
"""
|
|
9185
|
-
The backup plan used for the Droplet. The plan can be either `daily` or `weekly`.
|
|
9186
|
-
"""
|
|
9187
|
-
weekday: NotRequired[pulumi.Input[str]]
|
|
9188
|
-
"""
|
|
9189
|
-
The day of the week on which the backup will occur (`SUN`, `MON`, `TUE`, `WED`, `THU`, `FRI`, `SAT`).
|
|
9190
|
-
"""
|
|
9191
|
-
elif False:
|
|
9192
|
-
DropletBackupPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
9193
|
-
|
|
9194
|
-
@pulumi.input_type
|
|
9195
|
-
class DropletBackupPolicyArgs:
|
|
9196
|
-
def __init__(__self__, *,
|
|
9197
|
-
hour: Optional[pulumi.Input[int]] = None,
|
|
9198
|
-
plan: Optional[pulumi.Input[str]] = None,
|
|
9199
|
-
weekday: Optional[pulumi.Input[str]] = None):
|
|
9200
|
-
"""
|
|
9201
|
-
:param pulumi.Input[int] hour: The hour of the day that the backup window will start (`0`, `4`, `8`, `12`, `16`, `20`).
|
|
9202
|
-
:param pulumi.Input[str] plan: The backup plan used for the Droplet. The plan can be either `daily` or `weekly`.
|
|
9203
|
-
:param pulumi.Input[str] weekday: The day of the week on which the backup will occur (`SUN`, `MON`, `TUE`, `WED`, `THU`, `FRI`, `SAT`).
|
|
9204
|
-
"""
|
|
9205
|
-
if hour is not None:
|
|
9206
|
-
pulumi.set(__self__, "hour", hour)
|
|
9207
|
-
if plan is not None:
|
|
9208
|
-
pulumi.set(__self__, "plan", plan)
|
|
9209
|
-
if weekday is not None:
|
|
9210
|
-
pulumi.set(__self__, "weekday", weekday)
|
|
9211
|
-
|
|
9212
|
-
@property
|
|
9213
|
-
@pulumi.getter
|
|
9214
|
-
def hour(self) -> Optional[pulumi.Input[int]]:
|
|
9215
|
-
"""
|
|
9216
|
-
The hour of the day that the backup window will start (`0`, `4`, `8`, `12`, `16`, `20`).
|
|
9217
|
-
"""
|
|
9218
|
-
return pulumi.get(self, "hour")
|
|
9219
|
-
|
|
9220
|
-
@hour.setter
|
|
9221
|
-
def hour(self, value: Optional[pulumi.Input[int]]):
|
|
9222
|
-
pulumi.set(self, "hour", value)
|
|
9223
|
-
|
|
9224
|
-
@property
|
|
9225
|
-
@pulumi.getter
|
|
9226
|
-
def plan(self) -> Optional[pulumi.Input[str]]:
|
|
9227
|
-
"""
|
|
9228
|
-
The backup plan used for the Droplet. The plan can be either `daily` or `weekly`.
|
|
9229
|
-
"""
|
|
9230
|
-
return pulumi.get(self, "plan")
|
|
9231
|
-
|
|
9232
|
-
@plan.setter
|
|
9233
|
-
def plan(self, value: Optional[pulumi.Input[str]]):
|
|
9234
|
-
pulumi.set(self, "plan", value)
|
|
9235
|
-
|
|
9236
|
-
@property
|
|
9237
|
-
@pulumi.getter
|
|
9238
|
-
def weekday(self) -> Optional[pulumi.Input[str]]:
|
|
9239
|
-
"""
|
|
9240
|
-
The day of the week on which the backup will occur (`SUN`, `MON`, `TUE`, `WED`, `THU`, `FRI`, `SAT`).
|
|
9241
|
-
"""
|
|
9242
|
-
return pulumi.get(self, "weekday")
|
|
9243
|
-
|
|
9244
|
-
@weekday.setter
|
|
9245
|
-
def weekday(self, value: Optional[pulumi.Input[str]]):
|
|
9246
|
-
pulumi.set(self, "weekday", value)
|
|
9247
|
-
|
|
9248
|
-
|
|
9249
9175
|
if not MYPY:
|
|
9250
9176
|
class FirewallInboundRuleArgsDict(TypedDict):
|
|
9251
9177
|
protocol: pulumi.Input[str]
|
|
@@ -38,7 +38,7 @@ class DatabaseClusterArgs:
|
|
|
38
38
|
version: Optional[pulumi.Input[str]] = None):
|
|
39
39
|
"""
|
|
40
40
|
The set of arguments for constructing a DatabaseCluster resource.
|
|
41
|
-
:param pulumi.Input[str] engine: Database engine used by the cluster (ex. `pg` for
|
|
41
|
+
:param pulumi.Input[str] engine: Database engine used by the cluster (ex. `pg` for PostreSQL, `mysql` for MySQL, `redis` for Redis, `mongodb` for MongoDB, or `kafka` for Kafka).
|
|
42
42
|
:param pulumi.Input[int] node_count: Number of nodes that will be included in the cluster. For `kafka` clusters, this must be 3.
|
|
43
43
|
:param pulumi.Input[Union[str, 'Region']] region: DigitalOcean region where the cluster will reside.
|
|
44
44
|
:param pulumi.Input[Union[str, 'DatabaseSlug']] size: Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See here for a [list of valid size slugs](https://docs.digitalocean.com/reference/api/api-reference/#tag/Databases).
|
|
@@ -48,7 +48,7 @@ class DatabaseClusterArgs:
|
|
|
48
48
|
:param pulumi.Input[str] private_network_uuid: The ID of the VPC where the database cluster will be located.
|
|
49
49
|
:param pulumi.Input[str] project_id: The ID of the project that the database cluster is assigned to. If excluded when creating a new database cluster, it will be assigned to your default project.
|
|
50
50
|
:param pulumi.Input[str] sql_mode: A comma separated string specifying the SQL modes for a MySQL cluster.
|
|
51
|
-
:param pulumi.Input[str] storage_size_mib: Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and
|
|
51
|
+
:param pulumi.Input[str] storage_size_mib: Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and PostreSQL clusters based on predefined ranges for each slug/droplet size.
|
|
52
52
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag names to be applied to the database cluster.
|
|
53
53
|
:param pulumi.Input[str] version: Engine version used by the cluster (ex. `14` for PostgreSQL 14).
|
|
54
54
|
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/api-reference/#operation/databases_update_major_version) API operation is made with the new version.
|
|
@@ -82,7 +82,7 @@ class DatabaseClusterArgs:
|
|
|
82
82
|
@pulumi.getter
|
|
83
83
|
def engine(self) -> pulumi.Input[str]:
|
|
84
84
|
"""
|
|
85
|
-
Database engine used by the cluster (ex. `pg` for
|
|
85
|
+
Database engine used by the cluster (ex. `pg` for PostreSQL, `mysql` for MySQL, `redis` for Redis, `mongodb` for MongoDB, or `kafka` for Kafka).
|
|
86
86
|
"""
|
|
87
87
|
return pulumi.get(self, "engine")
|
|
88
88
|
|
|
@@ -211,7 +211,7 @@ class DatabaseClusterArgs:
|
|
|
211
211
|
@pulumi.getter(name="storageSizeMib")
|
|
212
212
|
def storage_size_mib(self) -> Optional[pulumi.Input[str]]:
|
|
213
213
|
"""
|
|
214
|
-
Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and
|
|
214
|
+
Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and PostreSQL clusters based on predefined ranges for each slug/droplet size.
|
|
215
215
|
"""
|
|
216
216
|
return pulumi.get(self, "storage_size_mib")
|
|
217
217
|
|
|
@@ -281,7 +281,7 @@ class _DatabaseClusterState:
|
|
|
281
281
|
Input properties used for looking up and filtering DatabaseCluster resources.
|
|
282
282
|
:param pulumi.Input[str] cluster_urn: The uniform resource name of the database cluster.
|
|
283
283
|
:param pulumi.Input[str] database: Name of the cluster's default database.
|
|
284
|
-
:param pulumi.Input[str] engine: Database engine used by the cluster (ex. `pg` for
|
|
284
|
+
:param pulumi.Input[str] engine: Database engine used by the cluster (ex. `pg` for PostreSQL, `mysql` for MySQL, `redis` for Redis, `mongodb` for MongoDB, or `kafka` for Kafka).
|
|
285
285
|
:param pulumi.Input[str] eviction_policy: A string specifying the eviction policy for a Redis cluster. Valid values are: `noeviction`, `allkeys_lru`, `allkeys_random`, `volatile_lru`, `volatile_random`, or `volatile_ttl`.
|
|
286
286
|
:param pulumi.Input[str] host: Database cluster's hostname.
|
|
287
287
|
:param pulumi.Input[Sequence[pulumi.Input['DatabaseClusterMaintenanceWindowArgs']]] maintenance_windows: Defines when the automatic maintenance should be performed for the database cluster.
|
|
@@ -296,7 +296,7 @@ class _DatabaseClusterState:
|
|
|
296
296
|
:param pulumi.Input[Union[str, 'Region']] region: DigitalOcean region where the cluster will reside.
|
|
297
297
|
:param pulumi.Input[Union[str, 'DatabaseSlug']] size: Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See here for a [list of valid size slugs](https://docs.digitalocean.com/reference/api/api-reference/#tag/Databases).
|
|
298
298
|
:param pulumi.Input[str] sql_mode: A comma separated string specifying the SQL modes for a MySQL cluster.
|
|
299
|
-
:param pulumi.Input[str] storage_size_mib: Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and
|
|
299
|
+
:param pulumi.Input[str] storage_size_mib: Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and PostreSQL clusters based on predefined ranges for each slug/droplet size.
|
|
300
300
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag names to be applied to the database cluster.
|
|
301
301
|
:param pulumi.Input[str] ui_database: Name of the OpenSearch dashboard db.
|
|
302
302
|
:param pulumi.Input[str] ui_host: Hostname for the OpenSearch dashboard.
|
|
@@ -405,7 +405,7 @@ class _DatabaseClusterState:
|
|
|
405
405
|
@pulumi.getter
|
|
406
406
|
def engine(self) -> Optional[pulumi.Input[str]]:
|
|
407
407
|
"""
|
|
408
|
-
Database engine used by the cluster (ex. `pg` for
|
|
408
|
+
Database engine used by the cluster (ex. `pg` for PostreSQL, `mysql` for MySQL, `redis` for Redis, `mongodb` for MongoDB, or `kafka` for Kafka).
|
|
409
409
|
"""
|
|
410
410
|
return pulumi.get(self, "engine")
|
|
411
411
|
|
|
@@ -585,7 +585,7 @@ class _DatabaseClusterState:
|
|
|
585
585
|
@pulumi.getter(name="storageSizeMib")
|
|
586
586
|
def storage_size_mib(self) -> Optional[pulumi.Input[str]]:
|
|
587
587
|
"""
|
|
588
|
-
Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and
|
|
588
|
+
Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and PostreSQL clusters based on predefined ranges for each slug/droplet size.
|
|
589
589
|
"""
|
|
590
590
|
return pulumi.get(self, "storage_size_mib")
|
|
591
591
|
|
|
@@ -862,7 +862,7 @@ class DatabaseCluster(pulumi.CustomResource):
|
|
|
862
862
|
|
|
863
863
|
:param str resource_name: The name of the resource.
|
|
864
864
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
865
|
-
:param pulumi.Input[str] engine: Database engine used by the cluster (ex. `pg` for
|
|
865
|
+
:param pulumi.Input[str] engine: Database engine used by the cluster (ex. `pg` for PostreSQL, `mysql` for MySQL, `redis` for Redis, `mongodb` for MongoDB, or `kafka` for Kafka).
|
|
866
866
|
:param pulumi.Input[str] eviction_policy: A string specifying the eviction policy for a Redis cluster. Valid values are: `noeviction`, `allkeys_lru`, `allkeys_random`, `volatile_lru`, `volatile_random`, or `volatile_ttl`.
|
|
867
867
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DatabaseClusterMaintenanceWindowArgs', 'DatabaseClusterMaintenanceWindowArgsDict']]]] maintenance_windows: Defines when the automatic maintenance should be performed for the database cluster.
|
|
868
868
|
:param pulumi.Input[str] name: The name of the database cluster.
|
|
@@ -872,7 +872,7 @@ class DatabaseCluster(pulumi.CustomResource):
|
|
|
872
872
|
:param pulumi.Input[Union[str, 'Region']] region: DigitalOcean region where the cluster will reside.
|
|
873
873
|
:param pulumi.Input[Union[str, 'DatabaseSlug']] size: Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See here for a [list of valid size slugs](https://docs.digitalocean.com/reference/api/api-reference/#tag/Databases).
|
|
874
874
|
:param pulumi.Input[str] sql_mode: A comma separated string specifying the SQL modes for a MySQL cluster.
|
|
875
|
-
:param pulumi.Input[str] storage_size_mib: Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and
|
|
875
|
+
:param pulumi.Input[str] storage_size_mib: Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and PostreSQL clusters based on predefined ranges for each slug/droplet size.
|
|
876
876
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag names to be applied to the database cluster.
|
|
877
877
|
:param pulumi.Input[str] version: Engine version used by the cluster (ex. `14` for PostgreSQL 14).
|
|
878
878
|
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/api-reference/#operation/databases_update_major_version) API operation is made with the new version.
|
|
@@ -1133,7 +1133,7 @@ class DatabaseCluster(pulumi.CustomResource):
|
|
|
1133
1133
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1134
1134
|
:param pulumi.Input[str] cluster_urn: The uniform resource name of the database cluster.
|
|
1135
1135
|
:param pulumi.Input[str] database: Name of the cluster's default database.
|
|
1136
|
-
:param pulumi.Input[str] engine: Database engine used by the cluster (ex. `pg` for
|
|
1136
|
+
:param pulumi.Input[str] engine: Database engine used by the cluster (ex. `pg` for PostreSQL, `mysql` for MySQL, `redis` for Redis, `mongodb` for MongoDB, or `kafka` for Kafka).
|
|
1137
1137
|
:param pulumi.Input[str] eviction_policy: A string specifying the eviction policy for a Redis cluster. Valid values are: `noeviction`, `allkeys_lru`, `allkeys_random`, `volatile_lru`, `volatile_random`, or `volatile_ttl`.
|
|
1138
1138
|
:param pulumi.Input[str] host: Database cluster's hostname.
|
|
1139
1139
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DatabaseClusterMaintenanceWindowArgs', 'DatabaseClusterMaintenanceWindowArgsDict']]]] maintenance_windows: Defines when the automatic maintenance should be performed for the database cluster.
|
|
@@ -1148,7 +1148,7 @@ class DatabaseCluster(pulumi.CustomResource):
|
|
|
1148
1148
|
:param pulumi.Input[Union[str, 'Region']] region: DigitalOcean region where the cluster will reside.
|
|
1149
1149
|
:param pulumi.Input[Union[str, 'DatabaseSlug']] size: Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See here for a [list of valid size slugs](https://docs.digitalocean.com/reference/api/api-reference/#tag/Databases).
|
|
1150
1150
|
:param pulumi.Input[str] sql_mode: A comma separated string specifying the SQL modes for a MySQL cluster.
|
|
1151
|
-
:param pulumi.Input[str] storage_size_mib: Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and
|
|
1151
|
+
:param pulumi.Input[str] storage_size_mib: Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and PostreSQL clusters based on predefined ranges for each slug/droplet size.
|
|
1152
1152
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag names to be applied to the database cluster.
|
|
1153
1153
|
:param pulumi.Input[str] ui_database: Name of the OpenSearch dashboard db.
|
|
1154
1154
|
:param pulumi.Input[str] ui_host: Hostname for the OpenSearch dashboard.
|
|
@@ -1221,7 +1221,7 @@ class DatabaseCluster(pulumi.CustomResource):
|
|
|
1221
1221
|
@pulumi.getter
|
|
1222
1222
|
def engine(self) -> pulumi.Output[str]:
|
|
1223
1223
|
"""
|
|
1224
|
-
Database engine used by the cluster (ex. `pg` for
|
|
1224
|
+
Database engine used by the cluster (ex. `pg` for PostreSQL, `mysql` for MySQL, `redis` for Redis, `mongodb` for MongoDB, or `kafka` for Kafka).
|
|
1225
1225
|
"""
|
|
1226
1226
|
return pulumi.get(self, "engine")
|
|
1227
1227
|
|
|
@@ -1341,7 +1341,7 @@ class DatabaseCluster(pulumi.CustomResource):
|
|
|
1341
1341
|
@pulumi.getter(name="storageSizeMib")
|
|
1342
1342
|
def storage_size_mib(self) -> pulumi.Output[str]:
|
|
1343
1343
|
"""
|
|
1344
|
-
Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and
|
|
1344
|
+
Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and PostreSQL clusters based on predefined ranges for each slug/droplet size.
|
|
1345
1345
|
"""
|
|
1346
1346
|
return pulumi.get(self, "storage_size_mib")
|
|
1347
1347
|
|
|
@@ -44,8 +44,6 @@ class DatabaseRedisConfigArgs:
|
|
|
44
44
|
:param pulumi.Input[str] persistence: When persistence is `rdb`, Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is `off`, no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
45
45
|
:param pulumi.Input[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.
|
|
46
46
|
:param pulumi.Input[bool] ssl: A boolean indicating whether to require SSL to access Redis.
|
|
47
|
-
- When enabled, Redis accepts only SSL connections on port `25061`.
|
|
48
|
-
- When disabled, port `25060` is opened for non-SSL connections, while port `25061` remains available for SSL connections.
|
|
49
47
|
:param pulumi.Input[int] timeout: The Redis idle connection timeout in seconds.
|
|
50
48
|
"""
|
|
51
49
|
pulumi.set(__self__, "cluster_id", cluster_id)
|
|
@@ -197,8 +195,6 @@ class DatabaseRedisConfigArgs:
|
|
|
197
195
|
def ssl(self) -> Optional[pulumi.Input[bool]]:
|
|
198
196
|
"""
|
|
199
197
|
A boolean indicating whether to require SSL to access Redis.
|
|
200
|
-
- When enabled, Redis accepts only SSL connections on port `25061`.
|
|
201
|
-
- When disabled, port `25060` is opened for non-SSL connections, while port `25061` remains available for SSL connections.
|
|
202
198
|
"""
|
|
203
199
|
return pulumi.get(self, "ssl")
|
|
204
200
|
|
|
@@ -247,8 +243,6 @@ class _DatabaseRedisConfigState:
|
|
|
247
243
|
:param pulumi.Input[str] persistence: When persistence is `rdb`, Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is `off`, no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
248
244
|
:param pulumi.Input[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.
|
|
249
245
|
:param pulumi.Input[bool] ssl: A boolean indicating whether to require SSL to access Redis.
|
|
250
|
-
- When enabled, Redis accepts only SSL connections on port `25061`.
|
|
251
|
-
- When disabled, port `25060` is opened for non-SSL connections, while port `25061` remains available for SSL connections.
|
|
252
246
|
:param pulumi.Input[int] timeout: The Redis idle connection timeout in seconds.
|
|
253
247
|
"""
|
|
254
248
|
if acl_channels_default is not None:
|
|
@@ -401,8 +395,6 @@ class _DatabaseRedisConfigState:
|
|
|
401
395
|
def ssl(self) -> Optional[pulumi.Input[bool]]:
|
|
402
396
|
"""
|
|
403
397
|
A boolean indicating whether to require SSL to access Redis.
|
|
404
|
-
- When enabled, Redis accepts only SSL connections on port `25061`.
|
|
405
|
-
- When disabled, port `25060` is opened for non-SSL connections, while port `25061` remains available for SSL connections.
|
|
406
398
|
"""
|
|
407
399
|
return pulumi.get(self, "ssl")
|
|
408
400
|
|
|
@@ -488,8 +480,6 @@ class DatabaseRedisConfig(pulumi.CustomResource):
|
|
|
488
480
|
:param pulumi.Input[str] persistence: When persistence is `rdb`, Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is `off`, no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
489
481
|
:param pulumi.Input[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.
|
|
490
482
|
:param pulumi.Input[bool] ssl: A boolean indicating whether to require SSL to access Redis.
|
|
491
|
-
- When enabled, Redis accepts only SSL connections on port `25061`.
|
|
492
|
-
- When disabled, port `25060` is opened for non-SSL connections, while port `25061` remains available for SSL connections.
|
|
493
483
|
:param pulumi.Input[int] timeout: The Redis idle connection timeout in seconds.
|
|
494
484
|
"""
|
|
495
485
|
...
|
|
@@ -622,8 +612,6 @@ class DatabaseRedisConfig(pulumi.CustomResource):
|
|
|
622
612
|
:param pulumi.Input[str] persistence: When persistence is `rdb`, Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is `off`, no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
623
613
|
:param pulumi.Input[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.
|
|
624
614
|
:param pulumi.Input[bool] ssl: A boolean indicating whether to require SSL to access Redis.
|
|
625
|
-
- When enabled, Redis accepts only SSL connections on port `25061`.
|
|
626
|
-
- When disabled, port `25060` is opened for non-SSL connections, while port `25061` remains available for SSL connections.
|
|
627
615
|
:param pulumi.Input[int] timeout: The Redis idle connection timeout in seconds.
|
|
628
616
|
"""
|
|
629
617
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -729,8 +717,6 @@ class DatabaseRedisConfig(pulumi.CustomResource):
|
|
|
729
717
|
def ssl(self) -> pulumi.Output[bool]:
|
|
730
718
|
"""
|
|
731
719
|
A boolean indicating whether to require SSL to access Redis.
|
|
732
|
-
- When enabled, Redis accepts only SSL connections on port `25061`.
|
|
733
|
-
- When disabled, port `25060` is opened for non-SSL connections, while port `25061` remains available for SSL connections.
|
|
734
720
|
"""
|
|
735
721
|
return pulumi.get(self, "ssl")
|
|
736
722
|
|