pulumi-digitalocean 4.44.0a1746675575__py3-none-any.whl → 4.45.0__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.
- pulumi_digitalocean/__init__.py +9 -0
- pulumi_digitalocean/_enums.py +9 -1
- pulumi_digitalocean/_inputs.py +45 -12
- pulumi_digitalocean/app.py +1 -3
- pulumi_digitalocean/cdn.py +1 -3
- pulumi_digitalocean/certificate.py +1 -3
- pulumi_digitalocean/container_registry.py +1 -3
- pulumi_digitalocean/container_registry_docker_credentials.py +1 -3
- pulumi_digitalocean/custom_image.py +1 -3
- pulumi_digitalocean/database_cluster.py +1 -3
- pulumi_digitalocean/database_connection_pool.py +1 -3
- pulumi_digitalocean/database_db.py +1 -3
- pulumi_digitalocean/database_firewall.py +1 -3
- pulumi_digitalocean/database_kafka_config.py +1 -3
- pulumi_digitalocean/database_kafka_topic.py +1 -3
- pulumi_digitalocean/database_mongodb_config.py +1 -3
- pulumi_digitalocean/database_mysql_config.py +1 -3
- pulumi_digitalocean/database_opensearch_config.py +1 -3
- pulumi_digitalocean/database_postgresql_config.py +1 -3
- pulumi_digitalocean/database_redis_config.py +1 -3
- pulumi_digitalocean/database_replica.py +1 -3
- pulumi_digitalocean/database_user.py +1 -3
- pulumi_digitalocean/dns_record.py +1 -3
- pulumi_digitalocean/domain.py +1 -3
- pulumi_digitalocean/droplet.py +1 -3
- pulumi_digitalocean/droplet_autoscale.py +1 -3
- pulumi_digitalocean/droplet_snapshot.py +1 -3
- pulumi_digitalocean/firewall.py +1 -3
- pulumi_digitalocean/floating_ip.py +1 -3
- pulumi_digitalocean/floating_ip_assignment.py +1 -3
- pulumi_digitalocean/kubernetes_cluster.py +14 -3
- pulumi_digitalocean/kubernetes_node_pool.py +1 -3
- pulumi_digitalocean/load_balancer.py +1 -3
- pulumi_digitalocean/monitor_alert.py +1 -3
- pulumi_digitalocean/outputs.py +41 -19
- pulumi_digitalocean/partner_attachment.py +1 -3
- pulumi_digitalocean/project.py +1 -3
- pulumi_digitalocean/project_resources.py +1 -3
- pulumi_digitalocean/provider.py +21 -3
- pulumi_digitalocean/pulumi-plugin.json +1 -1
- pulumi_digitalocean/reserved_ip.py +1 -3
- pulumi_digitalocean/reserved_ip_assignment.py +1 -3
- pulumi_digitalocean/reserved_ipv6.py +1 -3
- pulumi_digitalocean/reserved_ipv6_assignment.py +1 -3
- pulumi_digitalocean/spaces_bucket.py +1 -3
- pulumi_digitalocean/spaces_bucket_cors_configuration.py +1 -3
- pulumi_digitalocean/spaces_bucket_logging.py +347 -0
- pulumi_digitalocean/spaces_bucket_object.py +1 -3
- pulumi_digitalocean/spaces_bucket_policy.py +1 -3
- pulumi_digitalocean/spaces_key.py +1 -3
- pulumi_digitalocean/ssh_key.py +1 -3
- pulumi_digitalocean/tag.py +1 -3
- pulumi_digitalocean/uptime_alert.py +1 -3
- pulumi_digitalocean/uptime_check.py +1 -3
- pulumi_digitalocean/volume.py +1 -3
- pulumi_digitalocean/volume_attachment.py +1 -3
- pulumi_digitalocean/volume_snapshot.py +1 -3
- pulumi_digitalocean/vpc.py +1 -3
- pulumi_digitalocean/vpc_peering.py +1 -3
- {pulumi_digitalocean-4.44.0a1746675575.dist-info → pulumi_digitalocean-4.45.0.dist-info}/METADATA +3 -3
- pulumi_digitalocean-4.45.0.dist-info/RECORD +113 -0
- {pulumi_digitalocean-4.44.0a1746675575.dist-info → pulumi_digitalocean-4.45.0.dist-info}/WHEEL +1 -1
- pulumi_digitalocean-4.44.0a1746675575.dist-info/RECORD +0 -112
- {pulumi_digitalocean-4.44.0a1746675575.dist-info → pulumi_digitalocean-4.45.0.dist-info}/top_level.txt +0 -0
pulumi_digitalocean/__init__.py
CHANGED
|
@@ -93,6 +93,7 @@ from .reserved_ipv6 import *
|
|
|
93
93
|
from .reserved_ipv6_assignment import *
|
|
94
94
|
from .spaces_bucket import *
|
|
95
95
|
from .spaces_bucket_cors_configuration import *
|
|
96
|
+
from .spaces_bucket_logging import *
|
|
96
97
|
from .spaces_bucket_object import *
|
|
97
98
|
from .spaces_bucket_policy import *
|
|
98
99
|
from .spaces_key import *
|
|
@@ -438,6 +439,14 @@ _utilities.register(
|
|
|
438
439
|
"digitalocean:index/spacesBucketCorsConfiguration:SpacesBucketCorsConfiguration": "SpacesBucketCorsConfiguration"
|
|
439
440
|
}
|
|
440
441
|
},
|
|
442
|
+
{
|
|
443
|
+
"pkg": "digitalocean",
|
|
444
|
+
"mod": "index/spacesBucketLogging",
|
|
445
|
+
"fqn": "pulumi_digitalocean",
|
|
446
|
+
"classes": {
|
|
447
|
+
"digitalocean:index/spacesBucketLogging:SpacesBucketLogging": "SpacesBucketLogging"
|
|
448
|
+
}
|
|
449
|
+
},
|
|
441
450
|
{
|
|
442
451
|
"pkg": "digitalocean",
|
|
443
452
|
"mod": "index/spacesBucketObject",
|
pulumi_digitalocean/_enums.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
6
|
-
import
|
|
6
|
+
import pulumi
|
|
7
7
|
from enum import Enum
|
|
8
8
|
|
|
9
9
|
__all__ = [
|
|
@@ -18,16 +18,19 @@ __all__ = [
|
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
|
|
21
|
+
@pulumi.type_token("digitalocean:index:Algorithm")
|
|
21
22
|
class Algorithm(builtins.str, Enum):
|
|
22
23
|
ROUND_ROBIN = "round_robin"
|
|
23
24
|
LEAST_CONNECTIONS = "least_connections"
|
|
24
25
|
|
|
25
26
|
|
|
27
|
+
@pulumi.type_token("digitalocean:index:CertificateType")
|
|
26
28
|
class CertificateType(builtins.str, Enum):
|
|
27
29
|
LETS_ENCRYPT = "lets_encrypt"
|
|
28
30
|
CUSTOM = "custom"
|
|
29
31
|
|
|
30
32
|
|
|
33
|
+
@pulumi.type_token("digitalocean:index:DatabaseSlug")
|
|
31
34
|
class DatabaseSlug(builtins.str, Enum):
|
|
32
35
|
D_B_1_VPCU1_GB = "db-s-1vcpu-1gb"
|
|
33
36
|
D_B_1_VPCU2_GB = "db-s-1vcpu-2gb"
|
|
@@ -38,6 +41,7 @@ class DatabaseSlug(builtins.str, Enum):
|
|
|
38
41
|
D_B_16_VPCU64_GB = "db-s-16vcpu-64gb"
|
|
39
42
|
|
|
40
43
|
|
|
44
|
+
@pulumi.type_token("digitalocean:index:DropletSlug")
|
|
41
45
|
class DropletSlug(builtins.str, Enum):
|
|
42
46
|
DROPLET_S1_VCPU512_MB10_GB = "s-1vcpu-512mb-10gb"
|
|
43
47
|
DROPLET_S1_VCPU1_GB = "s-1vcpu-1gb"
|
|
@@ -208,11 +212,13 @@ class DropletSlug(builtins.str, Enum):
|
|
|
208
212
|
DROPLET_SO158_VCPU64_GB = "so1_5-8vcpu-64gb"
|
|
209
213
|
|
|
210
214
|
|
|
215
|
+
@pulumi.type_token("digitalocean:index:FileSystemType")
|
|
211
216
|
class FileSystemType(builtins.str, Enum):
|
|
212
217
|
EXT4 = "ext4"
|
|
213
218
|
XFS = "xfs"
|
|
214
219
|
|
|
215
220
|
|
|
221
|
+
@pulumi.type_token("digitalocean:index:Protocol")
|
|
216
222
|
class Protocol(builtins.str, Enum):
|
|
217
223
|
TCP = "tcp"
|
|
218
224
|
UDP = "udp"
|
|
@@ -221,6 +227,7 @@ class Protocol(builtins.str, Enum):
|
|
|
221
227
|
HTTPS = "https"
|
|
222
228
|
|
|
223
229
|
|
|
230
|
+
@pulumi.type_token("digitalocean:index:RecordType")
|
|
224
231
|
class RecordType(builtins.str, Enum):
|
|
225
232
|
A = "A"
|
|
226
233
|
AAAA = "AAAA"
|
|
@@ -232,6 +239,7 @@ class RecordType(builtins.str, Enum):
|
|
|
232
239
|
SRV = "SRV"
|
|
233
240
|
|
|
234
241
|
|
|
242
|
+
@pulumi.type_token("digitalocean:index:Region")
|
|
235
243
|
class Region(builtins.str, Enum):
|
|
236
244
|
NYC1 = "nyc1"
|
|
237
245
|
NYC2 = "nyc2"
|
pulumi_digitalocean/_inputs.py
CHANGED
|
@@ -10996,7 +10996,15 @@ class FirewallPendingChangeArgs:
|
|
|
10996
10996
|
if not MYPY:
|
|
10997
10997
|
class KubernetesClusterClusterAutoscalerConfigurationArgsDict(TypedDict):
|
|
10998
10998
|
scale_down_unneeded_time: NotRequired[pulumi.Input[builtins.str]]
|
|
10999
|
+
"""
|
|
11000
|
+
String setting how long a node should be unneeded before it's eligible for scale down.
|
|
11001
|
+
|
|
11002
|
+
This resource supports customized create timeouts. The default timeout is 30 minutes.
|
|
11003
|
+
"""
|
|
10999
11004
|
scale_down_utilization_threshold: NotRequired[pulumi.Input[builtins.float]]
|
|
11005
|
+
"""
|
|
11006
|
+
Float setting the Node utilization level, defined as sum of requested resources divided by capacity, in which a node can be considered for scale down.
|
|
11007
|
+
"""
|
|
11000
11008
|
elif False:
|
|
11001
11009
|
KubernetesClusterClusterAutoscalerConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
11002
11010
|
|
|
@@ -11005,6 +11013,12 @@ class KubernetesClusterClusterAutoscalerConfigurationArgs:
|
|
|
11005
11013
|
def __init__(__self__, *,
|
|
11006
11014
|
scale_down_unneeded_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
11007
11015
|
scale_down_utilization_threshold: Optional[pulumi.Input[builtins.float]] = None):
|
|
11016
|
+
"""
|
|
11017
|
+
:param pulumi.Input[builtins.str] scale_down_unneeded_time: String setting how long a node should be unneeded before it's eligible for scale down.
|
|
11018
|
+
|
|
11019
|
+
This resource supports customized create timeouts. The default timeout is 30 minutes.
|
|
11020
|
+
:param pulumi.Input[builtins.float] scale_down_utilization_threshold: Float setting the Node utilization level, defined as sum of requested resources divided by capacity, in which a node can be considered for scale down.
|
|
11021
|
+
"""
|
|
11008
11022
|
if scale_down_unneeded_time is not None:
|
|
11009
11023
|
pulumi.set(__self__, "scale_down_unneeded_time", scale_down_unneeded_time)
|
|
11010
11024
|
if scale_down_utilization_threshold is not None:
|
|
@@ -11013,6 +11027,11 @@ class KubernetesClusterClusterAutoscalerConfigurationArgs:
|
|
|
11013
11027
|
@property
|
|
11014
11028
|
@pulumi.getter(name="scaleDownUnneededTime")
|
|
11015
11029
|
def scale_down_unneeded_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
11030
|
+
"""
|
|
11031
|
+
String setting how long a node should be unneeded before it's eligible for scale down.
|
|
11032
|
+
|
|
11033
|
+
This resource supports customized create timeouts. The default timeout is 30 minutes.
|
|
11034
|
+
"""
|
|
11016
11035
|
return pulumi.get(self, "scale_down_unneeded_time")
|
|
11017
11036
|
|
|
11018
11037
|
@scale_down_unneeded_time.setter
|
|
@@ -11022,6 +11041,9 @@ class KubernetesClusterClusterAutoscalerConfigurationArgs:
|
|
|
11022
11041
|
@property
|
|
11023
11042
|
@pulumi.getter(name="scaleDownUtilizationThreshold")
|
|
11024
11043
|
def scale_down_utilization_threshold(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
11044
|
+
"""
|
|
11045
|
+
Float setting the Node utilization level, defined as sum of requested resources divided by capacity, in which a node can be considered for scale down.
|
|
11046
|
+
"""
|
|
11025
11047
|
return pulumi.get(self, "scale_down_utilization_threshold")
|
|
11026
11048
|
|
|
11027
11049
|
@scale_down_utilization_threshold.setter
|
|
@@ -11752,9 +11774,6 @@ if not MYPY:
|
|
|
11752
11774
|
enabled: pulumi.Input[builtins.bool]
|
|
11753
11775
|
"""
|
|
11754
11776
|
Boolean flag whether the routing-agent should be enabled or not.
|
|
11755
|
-
|
|
11756
|
-
|
|
11757
|
-
This resource supports customized create timeouts. The default timeout is 30 minutes.
|
|
11758
11777
|
"""
|
|
11759
11778
|
elif False:
|
|
11760
11779
|
KubernetesClusterRoutingAgentArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -11765,9 +11784,6 @@ class KubernetesClusterRoutingAgentArgs:
|
|
|
11765
11784
|
enabled: pulumi.Input[builtins.bool]):
|
|
11766
11785
|
"""
|
|
11767
11786
|
:param pulumi.Input[builtins.bool] enabled: Boolean flag whether the routing-agent should be enabled or not.
|
|
11768
|
-
|
|
11769
|
-
|
|
11770
|
-
This resource supports customized create timeouts. The default timeout is 30 minutes.
|
|
11771
11787
|
"""
|
|
11772
11788
|
pulumi.set(__self__, "enabled", enabled)
|
|
11773
11789
|
|
|
@@ -11776,9 +11792,6 @@ class KubernetesClusterRoutingAgentArgs:
|
|
|
11776
11792
|
def enabled(self) -> pulumi.Input[builtins.bool]:
|
|
11777
11793
|
"""
|
|
11778
11794
|
Boolean flag whether the routing-agent should be enabled or not.
|
|
11779
|
-
|
|
11780
|
-
|
|
11781
|
-
This resource supports customized create timeouts. The default timeout is 30 minutes.
|
|
11782
11795
|
"""
|
|
11783
11796
|
return pulumi.get(self, "enabled")
|
|
11784
11797
|
|
|
@@ -11994,9 +12007,13 @@ if not MYPY:
|
|
|
11994
12007
|
"""
|
|
11995
12008
|
The domain name to be used for ingressing traffic to a Global Load Balancer.
|
|
11996
12009
|
"""
|
|
12010
|
+
certificate_id: NotRequired[pulumi.Input[builtins.str]]
|
|
12011
|
+
"""
|
|
12012
|
+
The certificate id associated with the domain used for TLS handshaking.
|
|
12013
|
+
"""
|
|
11997
12014
|
certificate_name: NotRequired[pulumi.Input[builtins.str]]
|
|
11998
12015
|
"""
|
|
11999
|
-
name
|
|
12016
|
+
The certificate name to be used for TLS handshaking.
|
|
12000
12017
|
"""
|
|
12001
12018
|
is_managed: NotRequired[pulumi.Input[builtins.bool]]
|
|
12002
12019
|
"""
|
|
@@ -12017,18 +12034,22 @@ elif False:
|
|
|
12017
12034
|
class LoadBalancerDomainArgs:
|
|
12018
12035
|
def __init__(__self__, *,
|
|
12019
12036
|
name: pulumi.Input[builtins.str],
|
|
12037
|
+
certificate_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
12020
12038
|
certificate_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
12021
12039
|
is_managed: Optional[pulumi.Input[builtins.bool]] = None,
|
|
12022
12040
|
ssl_validation_error_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
12023
12041
|
verification_error_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
12024
12042
|
"""
|
|
12025
12043
|
:param pulumi.Input[builtins.str] name: The domain name to be used for ingressing traffic to a Global Load Balancer.
|
|
12026
|
-
:param pulumi.Input[builtins.str]
|
|
12044
|
+
:param pulumi.Input[builtins.str] certificate_id: The certificate id associated with the domain used for TLS handshaking.
|
|
12045
|
+
:param pulumi.Input[builtins.str] certificate_name: The certificate name to be used for TLS handshaking.
|
|
12027
12046
|
:param pulumi.Input[builtins.bool] is_managed: Control flag to specify whether the domain is managed by DigitalOcean.
|
|
12028
12047
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ssl_validation_error_reasons: list of domain SSL validation errors
|
|
12029
12048
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] verification_error_reasons: list of domain verification errors
|
|
12030
12049
|
"""
|
|
12031
12050
|
pulumi.set(__self__, "name", name)
|
|
12051
|
+
if certificate_id is not None:
|
|
12052
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
|
12032
12053
|
if certificate_name is not None:
|
|
12033
12054
|
pulumi.set(__self__, "certificate_name", certificate_name)
|
|
12034
12055
|
if is_managed is not None:
|
|
@@ -12050,11 +12071,23 @@ class LoadBalancerDomainArgs:
|
|
|
12050
12071
|
def name(self, value: pulumi.Input[builtins.str]):
|
|
12051
12072
|
pulumi.set(self, "name", value)
|
|
12052
12073
|
|
|
12074
|
+
@property
|
|
12075
|
+
@pulumi.getter(name="certificateId")
|
|
12076
|
+
def certificate_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
12077
|
+
"""
|
|
12078
|
+
The certificate id associated with the domain used for TLS handshaking.
|
|
12079
|
+
"""
|
|
12080
|
+
return pulumi.get(self, "certificate_id")
|
|
12081
|
+
|
|
12082
|
+
@certificate_id.setter
|
|
12083
|
+
def certificate_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
12084
|
+
pulumi.set(self, "certificate_id", value)
|
|
12085
|
+
|
|
12053
12086
|
@property
|
|
12054
12087
|
@pulumi.getter(name="certificateName")
|
|
12055
12088
|
def certificate_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
12056
12089
|
"""
|
|
12057
|
-
name
|
|
12090
|
+
The certificate name to be used for TLS handshaking.
|
|
12058
12091
|
"""
|
|
12059
12092
|
return pulumi.get(self, "certificate_name")
|
|
12060
12093
|
|
pulumi_digitalocean/app.py
CHANGED
|
@@ -259,10 +259,8 @@ class _AppState:
|
|
|
259
259
|
pulumi.set(self, "updated_at", value)
|
|
260
260
|
|
|
261
261
|
|
|
262
|
+
@pulumi.type_token("digitalocean:index/app:App")
|
|
262
263
|
class App(pulumi.CustomResource):
|
|
263
|
-
|
|
264
|
-
pulumi_type = "digitalocean:index/app:App"
|
|
265
|
-
|
|
266
264
|
@overload
|
|
267
265
|
def __init__(__self__,
|
|
268
266
|
resource_name: str,
|
pulumi_digitalocean/cdn.py
CHANGED
|
@@ -232,10 +232,8 @@ class _CdnState:
|
|
|
232
232
|
pulumi.set(self, "ttl", value)
|
|
233
233
|
|
|
234
234
|
|
|
235
|
+
@pulumi.type_token("digitalocean:index/cdn:Cdn")
|
|
235
236
|
class Cdn(pulumi.CustomResource):
|
|
236
|
-
|
|
237
|
-
pulumi_type = "digitalocean:index/cdn:Cdn"
|
|
238
|
-
|
|
239
237
|
@overload
|
|
240
238
|
def __init__(__self__,
|
|
241
239
|
resource_name: str,
|
|
@@ -314,10 +314,8 @@ class _CertificateState:
|
|
|
314
314
|
pulumi.set(self, "uuid", value)
|
|
315
315
|
|
|
316
316
|
|
|
317
|
+
@pulumi.type_token("digitalocean:index/certificate:Certificate")
|
|
317
318
|
class Certificate(pulumi.CustomResource):
|
|
318
|
-
|
|
319
|
-
pulumi_type = "digitalocean:index/certificate:Certificate"
|
|
320
|
-
|
|
321
319
|
@overload
|
|
322
320
|
def __init__(__self__,
|
|
323
321
|
resource_name: str,
|
|
@@ -192,10 +192,8 @@ class _ContainerRegistryState:
|
|
|
192
192
|
pulumi.set(self, "subscription_tier_slug", value)
|
|
193
193
|
|
|
194
194
|
|
|
195
|
+
@pulumi.type_token("digitalocean:index/containerRegistry:ContainerRegistry")
|
|
195
196
|
class ContainerRegistry(pulumi.CustomResource):
|
|
196
|
-
|
|
197
|
-
pulumi_type = "digitalocean:index/containerRegistry:ContainerRegistry"
|
|
198
|
-
|
|
199
197
|
@overload
|
|
200
198
|
def __init__(__self__,
|
|
201
199
|
resource_name: str,
|
|
@@ -160,10 +160,8 @@ class _ContainerRegistryDockerCredentialsState:
|
|
|
160
160
|
pulumi.set(self, "write", value)
|
|
161
161
|
|
|
162
162
|
|
|
163
|
+
@pulumi.type_token("digitalocean:index/containerRegistryDockerCredentials:ContainerRegistryDockerCredentials")
|
|
163
164
|
class ContainerRegistryDockerCredentials(pulumi.CustomResource):
|
|
164
|
-
|
|
165
|
-
pulumi_type = "digitalocean:index/containerRegistryDockerCredentials:ContainerRegistryDockerCredentials"
|
|
166
|
-
|
|
167
165
|
@overload
|
|
168
166
|
def __init__(__self__,
|
|
169
167
|
resource_name: str,
|
|
@@ -351,10 +351,8 @@ class _CustomImageState:
|
|
|
351
351
|
pulumi.set(self, "url", value)
|
|
352
352
|
|
|
353
353
|
|
|
354
|
+
@pulumi.type_token("digitalocean:index/customImage:CustomImage")
|
|
354
355
|
class CustomImage(pulumi.CustomResource):
|
|
355
|
-
|
|
356
|
-
pulumi_type = "digitalocean:index/customImage:CustomImage"
|
|
357
|
-
|
|
358
356
|
@overload
|
|
359
357
|
def __init__(__self__,
|
|
360
358
|
resource_name: str,
|
|
@@ -716,10 +716,8 @@ class _DatabaseClusterState:
|
|
|
716
716
|
pulumi.set(self, "version", value)
|
|
717
717
|
|
|
718
718
|
|
|
719
|
+
@pulumi.type_token("digitalocean:index/databaseCluster:DatabaseCluster")
|
|
719
720
|
class DatabaseCluster(pulumi.CustomResource):
|
|
720
|
-
|
|
721
|
-
pulumi_type = "digitalocean:index/databaseCluster:DatabaseCluster"
|
|
722
|
-
|
|
723
721
|
@overload
|
|
724
722
|
def __init__(__self__,
|
|
725
723
|
resource_name: str,
|
|
@@ -317,10 +317,8 @@ class _DatabaseConnectionPoolState:
|
|
|
317
317
|
pulumi.set(self, "user", value)
|
|
318
318
|
|
|
319
319
|
|
|
320
|
+
@pulumi.type_token("digitalocean:index/databaseConnectionPool:DatabaseConnectionPool")
|
|
320
321
|
class DatabaseConnectionPool(pulumi.CustomResource):
|
|
321
|
-
|
|
322
|
-
pulumi_type = "digitalocean:index/databaseConnectionPool:DatabaseConnectionPool"
|
|
323
|
-
|
|
324
322
|
@overload
|
|
325
323
|
def __init__(__self__,
|
|
326
324
|
resource_name: str,
|
|
@@ -96,10 +96,8 @@ class _DatabaseDbState:
|
|
|
96
96
|
pulumi.set(self, "name", value)
|
|
97
97
|
|
|
98
98
|
|
|
99
|
+
@pulumi.type_token("digitalocean:index/databaseDb:DatabaseDb")
|
|
99
100
|
class DatabaseDb(pulumi.CustomResource):
|
|
100
|
-
|
|
101
|
-
pulumi_type = "digitalocean:index/databaseDb:DatabaseDb"
|
|
102
|
-
|
|
103
101
|
@overload
|
|
104
102
|
def __init__(__self__,
|
|
105
103
|
resource_name: str,
|
|
@@ -97,10 +97,8 @@ class _DatabaseFirewallState:
|
|
|
97
97
|
pulumi.set(self, "rules", value)
|
|
98
98
|
|
|
99
99
|
|
|
100
|
+
@pulumi.type_token("digitalocean:index/databaseFirewall:DatabaseFirewall")
|
|
100
101
|
class DatabaseFirewall(pulumi.CustomResource):
|
|
101
|
-
|
|
102
|
-
pulumi_type = "digitalocean:index/databaseFirewall:DatabaseFirewall"
|
|
103
|
-
|
|
104
102
|
@overload
|
|
105
103
|
def __init__(__self__,
|
|
106
104
|
resource_name: str,
|
|
@@ -608,10 +608,8 @@ class _DatabaseKafkaConfigState:
|
|
|
608
608
|
pulumi.set(self, "message_max_bytes", value)
|
|
609
609
|
|
|
610
610
|
|
|
611
|
+
@pulumi.type_token("digitalocean:index/databaseKafkaConfig:DatabaseKafkaConfig")
|
|
611
612
|
class DatabaseKafkaConfig(pulumi.CustomResource):
|
|
612
|
-
|
|
613
|
-
pulumi_type = "digitalocean:index/databaseKafkaConfig:DatabaseKafkaConfig"
|
|
614
|
-
|
|
615
613
|
@overload
|
|
616
614
|
def __init__(__self__,
|
|
617
615
|
resource_name: str,
|
|
@@ -214,10 +214,8 @@ class _DatabaseKafkaTopicState:
|
|
|
214
214
|
pulumi.set(self, "state", value)
|
|
215
215
|
|
|
216
216
|
|
|
217
|
+
@pulumi.type_token("digitalocean:index/databaseKafkaTopic:DatabaseKafkaTopic")
|
|
217
218
|
class DatabaseKafkaTopic(pulumi.CustomResource):
|
|
218
|
-
|
|
219
|
-
pulumi_type = "digitalocean:index/databaseKafkaTopic:DatabaseKafkaTopic"
|
|
220
|
-
|
|
221
219
|
@overload
|
|
222
220
|
def __init__(__self__,
|
|
223
221
|
resource_name: str,
|
|
@@ -224,10 +224,8 @@ class _DatabaseMongodbConfigState:
|
|
|
224
224
|
pulumi.set(self, "verbosity", value)
|
|
225
225
|
|
|
226
226
|
|
|
227
|
+
@pulumi.type_token("digitalocean:index/databaseMongodbConfig:DatabaseMongodbConfig")
|
|
227
228
|
class DatabaseMongodbConfig(pulumi.CustomResource):
|
|
228
|
-
|
|
229
|
-
pulumi_type = "digitalocean:index/databaseMongodbConfig:DatabaseMongodbConfig"
|
|
230
|
-
|
|
231
229
|
@overload
|
|
232
230
|
def __init__(__self__,
|
|
233
231
|
resource_name: str,
|
|
@@ -928,10 +928,8 @@ class _DatabaseMysqlConfigState:
|
|
|
928
928
|
pulumi.set(self, "wait_timeout", value)
|
|
929
929
|
|
|
930
930
|
|
|
931
|
+
@pulumi.type_token("digitalocean:index/databaseMysqlConfig:DatabaseMysqlConfig")
|
|
931
932
|
class DatabaseMysqlConfig(pulumi.CustomResource):
|
|
932
|
-
|
|
933
|
-
pulumi_type = "digitalocean:index/databaseMysqlConfig:DatabaseMysqlConfig"
|
|
934
|
-
|
|
935
933
|
@overload
|
|
936
934
|
def __init__(__self__,
|
|
937
935
|
resource_name: str,
|
|
@@ -1280,10 +1280,8 @@ class _DatabaseOpensearchConfigState:
|
|
|
1280
1280
|
pulumi.set(self, "thread_pool_write_size", value)
|
|
1281
1281
|
|
|
1282
1282
|
|
|
1283
|
+
@pulumi.type_token("digitalocean:index/databaseOpensearchConfig:DatabaseOpensearchConfig")
|
|
1283
1284
|
class DatabaseOpensearchConfig(pulumi.CustomResource):
|
|
1284
|
-
|
|
1285
|
-
pulumi_type = "digitalocean:index/databaseOpensearchConfig:DatabaseOpensearchConfig"
|
|
1286
|
-
|
|
1287
1285
|
@overload
|
|
1288
1286
|
def __init__(__self__,
|
|
1289
1287
|
resource_name: str,
|
|
@@ -1698,10 +1698,8 @@ class _DatabasePostgresqlConfigState:
|
|
|
1698
1698
|
pulumi.set(self, "work_mem", value)
|
|
1699
1699
|
|
|
1700
1700
|
|
|
1701
|
+
@pulumi.type_token("digitalocean:index/databasePostgresqlConfig:DatabasePostgresqlConfig")
|
|
1701
1702
|
class DatabasePostgresqlConfig(pulumi.CustomResource):
|
|
1702
|
-
|
|
1703
|
-
pulumi_type = "digitalocean:index/databasePostgresqlConfig:DatabasePostgresqlConfig"
|
|
1704
|
-
|
|
1705
1703
|
@overload
|
|
1706
1704
|
def __init__(__self__,
|
|
1707
1705
|
resource_name: str,
|
|
@@ -424,10 +424,8 @@ class _DatabaseRedisConfigState:
|
|
|
424
424
|
pulumi.set(self, "timeout", value)
|
|
425
425
|
|
|
426
426
|
|
|
427
|
+
@pulumi.type_token("digitalocean:index/databaseRedisConfig:DatabaseRedisConfig")
|
|
427
428
|
class DatabaseRedisConfig(pulumi.CustomResource):
|
|
428
|
-
|
|
429
|
-
pulumi_type = "digitalocean:index/databaseRedisConfig:DatabaseRedisConfig"
|
|
430
|
-
|
|
431
429
|
@overload
|
|
432
430
|
def __init__(__self__,
|
|
433
431
|
resource_name: str,
|
|
@@ -393,10 +393,8 @@ class _DatabaseReplicaState:
|
|
|
393
393
|
pulumi.set(self, "uuid", value)
|
|
394
394
|
|
|
395
395
|
|
|
396
|
+
@pulumi.type_token("digitalocean:index/databaseReplica:DatabaseReplica")
|
|
396
397
|
class DatabaseReplica(pulumi.CustomResource):
|
|
397
|
-
|
|
398
|
-
pulumi_type = "digitalocean:index/databaseReplica:DatabaseReplica"
|
|
399
|
-
|
|
400
398
|
@overload
|
|
401
399
|
def __init__(__self__,
|
|
402
400
|
resource_name: str,
|
|
@@ -230,10 +230,8 @@ class _DatabaseUserState:
|
|
|
230
230
|
pulumi.set(self, "settings", value)
|
|
231
231
|
|
|
232
232
|
|
|
233
|
+
@pulumi.type_token("digitalocean:index/databaseUser:DatabaseUser")
|
|
233
234
|
class DatabaseUser(pulumi.CustomResource):
|
|
234
|
-
|
|
235
|
-
pulumi_type = "digitalocean:index/databaseUser:DatabaseUser"
|
|
236
|
-
|
|
237
235
|
@overload
|
|
238
236
|
def __init__(__self__,
|
|
239
237
|
resource_name: str,
|
|
@@ -367,10 +367,8 @@ class _DnsRecordState:
|
|
|
367
367
|
pulumi.set(self, "weight", value)
|
|
368
368
|
|
|
369
369
|
|
|
370
|
+
@pulumi.type_token("digitalocean:index/dnsRecord:DnsRecord")
|
|
370
371
|
class DnsRecord(pulumi.CustomResource):
|
|
371
|
-
|
|
372
|
-
pulumi_type = "digitalocean:index/dnsRecord:DnsRecord"
|
|
373
|
-
|
|
374
372
|
@overload
|
|
375
373
|
def __init__(__self__,
|
|
376
374
|
resource_name: str,
|
pulumi_digitalocean/domain.py
CHANGED
|
@@ -132,10 +132,8 @@ class _DomainState:
|
|
|
132
132
|
pulumi.set(self, "ttl", value)
|
|
133
133
|
|
|
134
134
|
|
|
135
|
+
@pulumi.type_token("digitalocean:index/domain:Domain")
|
|
135
136
|
class Domain(pulumi.CustomResource):
|
|
136
|
-
|
|
137
|
-
pulumi_type = "digitalocean:index/domain:Domain"
|
|
138
|
-
|
|
139
137
|
@overload
|
|
140
138
|
def __init__(__self__,
|
|
141
139
|
resource_name: str,
|
pulumi_digitalocean/droplet.py
CHANGED
|
@@ -878,10 +878,8 @@ class _DropletState:
|
|
|
878
878
|
pulumi.set(self, "vpc_uuid", value)
|
|
879
879
|
|
|
880
880
|
|
|
881
|
+
@pulumi.type_token("digitalocean:index/droplet:Droplet")
|
|
881
882
|
class Droplet(pulumi.CustomResource):
|
|
882
|
-
|
|
883
|
-
pulumi_type = "digitalocean:index/droplet:Droplet"
|
|
884
|
-
|
|
885
883
|
@overload
|
|
886
884
|
def __init__(__self__,
|
|
887
885
|
resource_name: str,
|
|
@@ -205,10 +205,8 @@ class _DropletAutoscaleState:
|
|
|
205
205
|
pulumi.set(self, "updated_at", value)
|
|
206
206
|
|
|
207
207
|
|
|
208
|
+
@pulumi.type_token("digitalocean:index/dropletAutoscale:DropletAutoscale")
|
|
208
209
|
class DropletAutoscale(pulumi.CustomResource):
|
|
209
|
-
|
|
210
|
-
pulumi_type = "digitalocean:index/dropletAutoscale:DropletAutoscale"
|
|
211
|
-
|
|
212
210
|
@overload
|
|
213
211
|
def __init__(__self__,
|
|
214
212
|
resource_name: str,
|
|
@@ -160,10 +160,8 @@ class _DropletSnapshotState:
|
|
|
160
160
|
pulumi.set(self, "size", value)
|
|
161
161
|
|
|
162
162
|
|
|
163
|
+
@pulumi.type_token("digitalocean:index/dropletSnapshot:DropletSnapshot")
|
|
163
164
|
class DropletSnapshot(pulumi.CustomResource):
|
|
164
|
-
|
|
165
|
-
pulumi_type = "digitalocean:index/dropletSnapshot:DropletSnapshot"
|
|
166
|
-
|
|
167
165
|
@overload
|
|
168
166
|
def __init__(__self__,
|
|
169
167
|
resource_name: str,
|
pulumi_digitalocean/firewall.py
CHANGED
|
@@ -269,10 +269,8 @@ class _FirewallState:
|
|
|
269
269
|
pulumi.set(self, "tags", value)
|
|
270
270
|
|
|
271
271
|
|
|
272
|
+
@pulumi.type_token("digitalocean:index/firewall:Firewall")
|
|
272
273
|
class Firewall(pulumi.CustomResource):
|
|
273
|
-
|
|
274
|
-
pulumi_type = "digitalocean:index/firewall:Firewall"
|
|
275
|
-
|
|
276
274
|
@overload
|
|
277
275
|
def __init__(__self__,
|
|
278
276
|
resource_name: str,
|
|
@@ -144,10 +144,8 @@ class _FloatingIpState:
|
|
|
144
144
|
pulumi.set(self, "region", value)
|
|
145
145
|
|
|
146
146
|
|
|
147
|
+
@pulumi.type_token("digitalocean:index/floatingIp:FloatingIp")
|
|
147
148
|
class FloatingIp(pulumi.CustomResource):
|
|
148
|
-
|
|
149
|
-
pulumi_type = "digitalocean:index/floatingIp:FloatingIp"
|
|
150
|
-
|
|
151
149
|
@overload
|
|
152
150
|
def __init__(__self__,
|
|
153
151
|
resource_name: str,
|
|
@@ -95,10 +95,8 @@ class _FloatingIpAssignmentState:
|
|
|
95
95
|
pulumi.set(self, "ip_address", value)
|
|
96
96
|
|
|
97
97
|
|
|
98
|
+
@pulumi.type_token("digitalocean:index/floatingIpAssignment:FloatingIpAssignment")
|
|
98
99
|
class FloatingIpAssignment(pulumi.CustomResource):
|
|
99
|
-
|
|
100
|
-
pulumi_type = "digitalocean:index/floatingIpAssignment:FloatingIpAssignment"
|
|
101
|
-
|
|
102
100
|
@overload
|
|
103
101
|
def __init__(__self__,
|
|
104
102
|
resource_name: str,
|