pulumi-digitalocean 4.42.0a1743486281__py3-none-any.whl → 4.42.0a1744183362__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 +1 -0
- pulumi_digitalocean/_enums.py +10 -8
- pulumi_digitalocean/_inputs.py +2714 -2713
- pulumi_digitalocean/app.py +64 -63
- pulumi_digitalocean/cdn.py +85 -84
- pulumi_digitalocean/certificate.py +111 -110
- pulumi_digitalocean/config/__init__.py +1 -0
- pulumi_digitalocean/config/__init__.pyi +1 -0
- pulumi_digitalocean/config/vars.py +1 -0
- pulumi_digitalocean/container_registry.py +71 -70
- pulumi_digitalocean/container_registry_docker_credentials.py +57 -56
- pulumi_digitalocean/custom_image.py +141 -140
- pulumi_digitalocean/database_cluster.py +274 -273
- pulumi_digitalocean/database_connection_pool.py +127 -126
- pulumi_digitalocean/database_db.py +29 -28
- pulumi_digitalocean/database_firewall.py +15 -14
- pulumi_digitalocean/database_kafka_config.py +253 -252
- pulumi_digitalocean/database_kafka_topic.py +64 -63
- pulumi_digitalocean/database_mongodb_config.py +85 -84
- pulumi_digitalocean/database_mysql_config.py +393 -392
- pulumi_digitalocean/database_opensearch_config.py +547 -546
- pulumi_digitalocean/database_postgresql_config.py +701 -700
- pulumi_digitalocean/database_redis_config.py +169 -168
- pulumi_digitalocean/database_replica.py +158 -157
- pulumi_digitalocean/database_user.py +71 -70
- pulumi_digitalocean/dns_record.py +148 -147
- pulumi_digitalocean/domain.py +43 -42
- pulumi_digitalocean/droplet.py +312 -311
- pulumi_digitalocean/droplet_autoscale.py +36 -35
- pulumi_digitalocean/droplet_snapshot.py +57 -56
- pulumi_digitalocean/firewall.py +57 -56
- pulumi_digitalocean/floating_ip.py +50 -49
- pulumi_digitalocean/floating_ip_assignment.py +29 -28
- pulumi_digitalocean/get_account.py +9 -8
- pulumi_digitalocean/get_app.py +15 -14
- pulumi_digitalocean/get_certificate.py +13 -12
- pulumi_digitalocean/get_container_registry.py +13 -12
- pulumi_digitalocean/get_database_ca.py +8 -7
- pulumi_digitalocean/get_database_cluster.py +33 -32
- pulumi_digitalocean/get_database_connection_pool.py +22 -21
- pulumi_digitalocean/get_database_replica.py +29 -28
- pulumi_digitalocean/get_database_user.py +17 -16
- pulumi_digitalocean/get_domain.py +10 -9
- pulumi_digitalocean/get_domains.py +2 -1
- pulumi_digitalocean/get_droplet.py +44 -43
- pulumi_digitalocean/get_droplet_autoscale.py +14 -13
- pulumi_digitalocean/get_droplet_snapshot.py +27 -26
- pulumi_digitalocean/get_droplets.py +7 -6
- pulumi_digitalocean/get_firewall.py +20 -19
- pulumi_digitalocean/get_floating_ip.py +10 -9
- pulumi_digitalocean/get_image.py +33 -32
- pulumi_digitalocean/get_images.py +2 -1
- pulumi_digitalocean/get_kubernetes_cluster.py +29 -28
- pulumi_digitalocean/get_kubernetes_versions.py +9 -8
- pulumi_digitalocean/get_load_balancer.py +31 -30
- pulumi_digitalocean/get_project.py +20 -19
- pulumi_digitalocean/get_projects.py +2 -1
- pulumi_digitalocean/get_record.py +20 -19
- pulumi_digitalocean/get_records.py +7 -6
- pulumi_digitalocean/get_region.py +11 -10
- pulumi_digitalocean/get_regions.py +2 -1
- pulumi_digitalocean/get_reserved_ip.py +10 -9
- pulumi_digitalocean/get_reserved_ipv6.py +10 -9
- pulumi_digitalocean/get_sizes.py +2 -1
- pulumi_digitalocean/get_spaces_bucket.py +15 -14
- pulumi_digitalocean/get_spaces_bucket_object.py +38 -37
- pulumi_digitalocean/get_spaces_bucket_objects.py +35 -34
- pulumi_digitalocean/get_spaces_buckets.py +2 -1
- pulumi_digitalocean/get_spaces_key.py +9 -8
- pulumi_digitalocean/get_ssh_key.py +9 -8
- pulumi_digitalocean/get_ssh_keys.py +2 -1
- pulumi_digitalocean/get_tag.py +13 -12
- pulumi_digitalocean/get_tags.py +2 -1
- pulumi_digitalocean/get_volume.py +23 -22
- pulumi_digitalocean/get_volume_snapshot.py +28 -27
- pulumi_digitalocean/get_vpc.py +21 -20
- pulumi_digitalocean/get_vpc_peering.py +18 -17
- pulumi_digitalocean/kubernetes_cluster.py +225 -224
- pulumi_digitalocean/kubernetes_node_pool.py +134 -133
- pulumi_digitalocean/load_balancer.py +277 -276
- pulumi_digitalocean/monitor_alert.py +120 -119
- pulumi_digitalocean/outputs.py +3008 -3007
- pulumi_digitalocean/project.py +113 -112
- pulumi_digitalocean/project_resources.py +29 -28
- pulumi_digitalocean/provider.py +69 -68
- pulumi_digitalocean/pulumi-plugin.json +1 -1
- pulumi_digitalocean/reserved_ip.py +50 -49
- pulumi_digitalocean/reserved_ip_assignment.py +29 -28
- pulumi_digitalocean/reserved_ipv6.py +44 -43
- pulumi_digitalocean/reserved_ipv6_assignment.py +29 -28
- pulumi_digitalocean/spaces_bucket.py +78 -77
- pulumi_digitalocean/spaces_bucket_cors_configuration.py +29 -28
- pulumi_digitalocean/spaces_bucket_object.py +232 -231
- pulumi_digitalocean/spaces_bucket_policy.py +43 -42
- pulumi_digitalocean/spaces_key.py +36 -35
- pulumi_digitalocean/ssh_key.py +36 -35
- pulumi_digitalocean/tag.py +57 -56
- pulumi_digitalocean/uptime_alert.py +85 -84
- pulumi_digitalocean/uptime_check.py +71 -70
- pulumi_digitalocean/volume.py +148 -147
- pulumi_digitalocean/volume_attachment.py +29 -28
- pulumi_digitalocean/volume_snapshot.py +71 -70
- pulumi_digitalocean/vpc.py +78 -77
- pulumi_digitalocean/vpc_peering.py +43 -42
- {pulumi_digitalocean-4.42.0a1743486281.dist-info → pulumi_digitalocean-4.42.0a1744183362.dist-info}/METADATA +1 -1
- pulumi_digitalocean-4.42.0a1744183362.dist-info/RECORD +110 -0
- pulumi_digitalocean-4.42.0a1743486281.dist-info/RECORD +0 -110
- {pulumi_digitalocean-4.42.0a1743486281.dist-info → pulumi_digitalocean-4.42.0a1744183362.dist-info}/WHEEL +0 -0
- {pulumi_digitalocean-4.42.0a1743486281.dist-info → pulumi_digitalocean-4.42.0a1744183362.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -19,50 +20,50 @@ __all__ = ['FloatingIpAssignmentArgs', 'FloatingIpAssignment']
|
|
|
19
20
|
@pulumi.input_type
|
|
20
21
|
class FloatingIpAssignmentArgs:
|
|
21
22
|
def __init__(__self__, *,
|
|
22
|
-
droplet_id: pulumi.Input[int],
|
|
23
|
-
ip_address: pulumi.Input[str]):
|
|
23
|
+
droplet_id: pulumi.Input[builtins.int],
|
|
24
|
+
ip_address: pulumi.Input[builtins.str]):
|
|
24
25
|
"""
|
|
25
26
|
The set of arguments for constructing a FloatingIpAssignment resource.
|
|
26
|
-
:param pulumi.Input[int] droplet_id: The ID of Droplet that the Floating IP will be assigned to.
|
|
27
|
-
:param pulumi.Input[str] ip_address: The Floating IP to assign to the Droplet.
|
|
27
|
+
:param pulumi.Input[builtins.int] droplet_id: The ID of Droplet that the Floating IP will be assigned to.
|
|
28
|
+
:param pulumi.Input[builtins.str] ip_address: The Floating IP to assign to the Droplet.
|
|
28
29
|
"""
|
|
29
30
|
pulumi.set(__self__, "droplet_id", droplet_id)
|
|
30
31
|
pulumi.set(__self__, "ip_address", ip_address)
|
|
31
32
|
|
|
32
33
|
@property
|
|
33
34
|
@pulumi.getter(name="dropletId")
|
|
34
|
-
def droplet_id(self) -> pulumi.Input[int]:
|
|
35
|
+
def droplet_id(self) -> pulumi.Input[builtins.int]:
|
|
35
36
|
"""
|
|
36
37
|
The ID of Droplet that the Floating IP will be assigned to.
|
|
37
38
|
"""
|
|
38
39
|
return pulumi.get(self, "droplet_id")
|
|
39
40
|
|
|
40
41
|
@droplet_id.setter
|
|
41
|
-
def droplet_id(self, value: pulumi.Input[int]):
|
|
42
|
+
def droplet_id(self, value: pulumi.Input[builtins.int]):
|
|
42
43
|
pulumi.set(self, "droplet_id", value)
|
|
43
44
|
|
|
44
45
|
@property
|
|
45
46
|
@pulumi.getter(name="ipAddress")
|
|
46
|
-
def ip_address(self) -> pulumi.Input[str]:
|
|
47
|
+
def ip_address(self) -> pulumi.Input[builtins.str]:
|
|
47
48
|
"""
|
|
48
49
|
The Floating IP to assign to the Droplet.
|
|
49
50
|
"""
|
|
50
51
|
return pulumi.get(self, "ip_address")
|
|
51
52
|
|
|
52
53
|
@ip_address.setter
|
|
53
|
-
def ip_address(self, value: pulumi.Input[str]):
|
|
54
|
+
def ip_address(self, value: pulumi.Input[builtins.str]):
|
|
54
55
|
pulumi.set(self, "ip_address", value)
|
|
55
56
|
|
|
56
57
|
|
|
57
58
|
@pulumi.input_type
|
|
58
59
|
class _FloatingIpAssignmentState:
|
|
59
60
|
def __init__(__self__, *,
|
|
60
|
-
droplet_id: Optional[pulumi.Input[int]] = None,
|
|
61
|
-
ip_address: Optional[pulumi.Input[str]] = None):
|
|
61
|
+
droplet_id: Optional[pulumi.Input[builtins.int]] = None,
|
|
62
|
+
ip_address: Optional[pulumi.Input[builtins.str]] = None):
|
|
62
63
|
"""
|
|
63
64
|
Input properties used for looking up and filtering FloatingIpAssignment resources.
|
|
64
|
-
:param pulumi.Input[int] droplet_id: The ID of Droplet that the Floating IP will be assigned to.
|
|
65
|
-
:param pulumi.Input[str] ip_address: The Floating IP to assign to the Droplet.
|
|
65
|
+
:param pulumi.Input[builtins.int] droplet_id: The ID of Droplet that the Floating IP will be assigned to.
|
|
66
|
+
:param pulumi.Input[builtins.str] ip_address: The Floating IP to assign to the Droplet.
|
|
66
67
|
"""
|
|
67
68
|
if droplet_id is not None:
|
|
68
69
|
pulumi.set(__self__, "droplet_id", droplet_id)
|
|
@@ -71,26 +72,26 @@ class _FloatingIpAssignmentState:
|
|
|
71
72
|
|
|
72
73
|
@property
|
|
73
74
|
@pulumi.getter(name="dropletId")
|
|
74
|
-
def droplet_id(self) -> Optional[pulumi.Input[int]]:
|
|
75
|
+
def droplet_id(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
75
76
|
"""
|
|
76
77
|
The ID of Droplet that the Floating IP will be assigned to.
|
|
77
78
|
"""
|
|
78
79
|
return pulumi.get(self, "droplet_id")
|
|
79
80
|
|
|
80
81
|
@droplet_id.setter
|
|
81
|
-
def droplet_id(self, value: Optional[pulumi.Input[int]]):
|
|
82
|
+
def droplet_id(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
82
83
|
pulumi.set(self, "droplet_id", value)
|
|
83
84
|
|
|
84
85
|
@property
|
|
85
86
|
@pulumi.getter(name="ipAddress")
|
|
86
|
-
def ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
87
|
+
def ip_address(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
87
88
|
"""
|
|
88
89
|
The Floating IP to assign to the Droplet.
|
|
89
90
|
"""
|
|
90
91
|
return pulumi.get(self, "ip_address")
|
|
91
92
|
|
|
92
93
|
@ip_address.setter
|
|
93
|
-
def ip_address(self, value: Optional[pulumi.Input[str]]):
|
|
94
|
+
def ip_address(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
94
95
|
pulumi.set(self, "ip_address", value)
|
|
95
96
|
|
|
96
97
|
|
|
@@ -99,8 +100,8 @@ class FloatingIpAssignment(pulumi.CustomResource):
|
|
|
99
100
|
def __init__(__self__,
|
|
100
101
|
resource_name: str,
|
|
101
102
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
102
|
-
droplet_id: Optional[pulumi.Input[int]] = None,
|
|
103
|
-
ip_address: Optional[pulumi.Input[str]] = None,
|
|
103
|
+
droplet_id: Optional[pulumi.Input[builtins.int]] = None,
|
|
104
|
+
ip_address: Optional[pulumi.Input[builtins.str]] = None,
|
|
104
105
|
__props__=None):
|
|
105
106
|
"""
|
|
106
107
|
> **Deprecated:** DigitalOcean Floating IPs have been renamed reserved IPs. This resource will be removed in a future release. Please use `ReservedIpAssignment` instead.
|
|
@@ -140,8 +141,8 @@ class FloatingIpAssignment(pulumi.CustomResource):
|
|
|
140
141
|
|
|
141
142
|
:param str resource_name: The name of the resource.
|
|
142
143
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
143
|
-
:param pulumi.Input[int] droplet_id: The ID of Droplet that the Floating IP will be assigned to.
|
|
144
|
-
:param pulumi.Input[str] ip_address: The Floating IP to assign to the Droplet.
|
|
144
|
+
:param pulumi.Input[builtins.int] droplet_id: The ID of Droplet that the Floating IP will be assigned to.
|
|
145
|
+
:param pulumi.Input[builtins.str] ip_address: The Floating IP to assign to the Droplet.
|
|
145
146
|
"""
|
|
146
147
|
...
|
|
147
148
|
@overload
|
|
@@ -200,8 +201,8 @@ class FloatingIpAssignment(pulumi.CustomResource):
|
|
|
200
201
|
def _internal_init(__self__,
|
|
201
202
|
resource_name: str,
|
|
202
203
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
203
|
-
droplet_id: Optional[pulumi.Input[int]] = None,
|
|
204
|
-
ip_address: Optional[pulumi.Input[str]] = None,
|
|
204
|
+
droplet_id: Optional[pulumi.Input[builtins.int]] = None,
|
|
205
|
+
ip_address: Optional[pulumi.Input[builtins.str]] = None,
|
|
205
206
|
__props__=None):
|
|
206
207
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
207
208
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -227,8 +228,8 @@ class FloatingIpAssignment(pulumi.CustomResource):
|
|
|
227
228
|
def get(resource_name: str,
|
|
228
229
|
id: pulumi.Input[str],
|
|
229
230
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
230
|
-
droplet_id: Optional[pulumi.Input[int]] = None,
|
|
231
|
-
ip_address: Optional[pulumi.Input[str]] = None) -> 'FloatingIpAssignment':
|
|
231
|
+
droplet_id: Optional[pulumi.Input[builtins.int]] = None,
|
|
232
|
+
ip_address: Optional[pulumi.Input[builtins.str]] = None) -> 'FloatingIpAssignment':
|
|
232
233
|
"""
|
|
233
234
|
Get an existing FloatingIpAssignment resource's state with the given name, id, and optional extra
|
|
234
235
|
properties used to qualify the lookup.
|
|
@@ -236,8 +237,8 @@ class FloatingIpAssignment(pulumi.CustomResource):
|
|
|
236
237
|
:param str resource_name: The unique name of the resulting resource.
|
|
237
238
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
238
239
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
239
|
-
:param pulumi.Input[int] droplet_id: The ID of Droplet that the Floating IP will be assigned to.
|
|
240
|
-
:param pulumi.Input[str] ip_address: The Floating IP to assign to the Droplet.
|
|
240
|
+
:param pulumi.Input[builtins.int] droplet_id: The ID of Droplet that the Floating IP will be assigned to.
|
|
241
|
+
:param pulumi.Input[builtins.str] ip_address: The Floating IP to assign to the Droplet.
|
|
241
242
|
"""
|
|
242
243
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
243
244
|
|
|
@@ -249,7 +250,7 @@ class FloatingIpAssignment(pulumi.CustomResource):
|
|
|
249
250
|
|
|
250
251
|
@property
|
|
251
252
|
@pulumi.getter(name="dropletId")
|
|
252
|
-
def droplet_id(self) -> pulumi.Output[int]:
|
|
253
|
+
def droplet_id(self) -> pulumi.Output[builtins.int]:
|
|
253
254
|
"""
|
|
254
255
|
The ID of Droplet that the Floating IP will be assigned to.
|
|
255
256
|
"""
|
|
@@ -257,7 +258,7 @@ class FloatingIpAssignment(pulumi.CustomResource):
|
|
|
257
258
|
|
|
258
259
|
@property
|
|
259
260
|
@pulumi.getter(name="ipAddress")
|
|
260
|
-
def ip_address(self) -> pulumi.Output[str]:
|
|
261
|
+
def ip_address(self) -> pulumi.Output[builtins.str]:
|
|
261
262
|
"""
|
|
262
263
|
The Floating IP to assign to the Droplet.
|
|
263
264
|
"""
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -54,7 +55,7 @@ class GetAccountResult:
|
|
|
54
55
|
|
|
55
56
|
@property
|
|
56
57
|
@pulumi.getter(name="dropletLimit")
|
|
57
|
-
def droplet_limit(self) -> int:
|
|
58
|
+
def droplet_limit(self) -> builtins.int:
|
|
58
59
|
"""
|
|
59
60
|
The total number of droplets current user or team may have active at one time.
|
|
60
61
|
"""
|
|
@@ -62,7 +63,7 @@ class GetAccountResult:
|
|
|
62
63
|
|
|
63
64
|
@property
|
|
64
65
|
@pulumi.getter
|
|
65
|
-
def email(self) -> str:
|
|
66
|
+
def email(self) -> builtins.str:
|
|
66
67
|
"""
|
|
67
68
|
The email address used by the current user to register for DigitalOcean.
|
|
68
69
|
"""
|
|
@@ -70,7 +71,7 @@ class GetAccountResult:
|
|
|
70
71
|
|
|
71
72
|
@property
|
|
72
73
|
@pulumi.getter(name="emailVerified")
|
|
73
|
-
def email_verified(self) -> bool:
|
|
74
|
+
def email_verified(self) -> builtins.bool:
|
|
74
75
|
"""
|
|
75
76
|
If true, the user has verified their account via email. False otherwise.
|
|
76
77
|
"""
|
|
@@ -78,7 +79,7 @@ class GetAccountResult:
|
|
|
78
79
|
|
|
79
80
|
@property
|
|
80
81
|
@pulumi.getter(name="floatingIpLimit")
|
|
81
|
-
def floating_ip_limit(self) -> int:
|
|
82
|
+
def floating_ip_limit(self) -> builtins.int:
|
|
82
83
|
"""
|
|
83
84
|
The total number of floating IPs the current user or team may have.
|
|
84
85
|
"""
|
|
@@ -86,7 +87,7 @@ class GetAccountResult:
|
|
|
86
87
|
|
|
87
88
|
@property
|
|
88
89
|
@pulumi.getter
|
|
89
|
-
def id(self) -> str:
|
|
90
|
+
def id(self) -> builtins.str:
|
|
90
91
|
"""
|
|
91
92
|
The provider-assigned unique ID for this managed resource.
|
|
92
93
|
"""
|
|
@@ -94,7 +95,7 @@ class GetAccountResult:
|
|
|
94
95
|
|
|
95
96
|
@property
|
|
96
97
|
@pulumi.getter
|
|
97
|
-
def status(self) -> str:
|
|
98
|
+
def status(self) -> builtins.str:
|
|
98
99
|
"""
|
|
99
100
|
This value is one of "active", "warning" or "locked".
|
|
100
101
|
"""
|
|
@@ -102,7 +103,7 @@ class GetAccountResult:
|
|
|
102
103
|
|
|
103
104
|
@property
|
|
104
105
|
@pulumi.getter(name="statusMessage")
|
|
105
|
-
def status_message(self) -> str:
|
|
106
|
+
def status_message(self) -> builtins.str:
|
|
106
107
|
"""
|
|
107
108
|
A human-readable message giving more details about the status of the account.
|
|
108
109
|
"""
|
|
@@ -110,7 +111,7 @@ class GetAccountResult:
|
|
|
110
111
|
|
|
111
112
|
@property
|
|
112
113
|
@pulumi.getter
|
|
113
|
-
def uuid(self) -> str:
|
|
114
|
+
def uuid(self) -> builtins.str:
|
|
114
115
|
"""
|
|
115
116
|
The unique universal identifier for the current user.
|
|
116
117
|
"""
|
pulumi_digitalocean/get_app.py
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -68,7 +69,7 @@ class GetAppResult:
|
|
|
68
69
|
|
|
69
70
|
@property
|
|
70
71
|
@pulumi.getter(name="activeDeploymentId")
|
|
71
|
-
def active_deployment_id(self) -> str:
|
|
72
|
+
def active_deployment_id(self) -> builtins.str:
|
|
72
73
|
"""
|
|
73
74
|
The ID the app's currently active deployment.
|
|
74
75
|
"""
|
|
@@ -76,12 +77,12 @@ class GetAppResult:
|
|
|
76
77
|
|
|
77
78
|
@property
|
|
78
79
|
@pulumi.getter(name="appId")
|
|
79
|
-
def app_id(self) -> str:
|
|
80
|
+
def app_id(self) -> builtins.str:
|
|
80
81
|
return pulumi.get(self, "app_id")
|
|
81
82
|
|
|
82
83
|
@property
|
|
83
84
|
@pulumi.getter(name="createdAt")
|
|
84
|
-
def created_at(self) -> str:
|
|
85
|
+
def created_at(self) -> builtins.str:
|
|
85
86
|
"""
|
|
86
87
|
The date and time of when the app was created.
|
|
87
88
|
"""
|
|
@@ -97,7 +98,7 @@ class GetAppResult:
|
|
|
97
98
|
|
|
98
99
|
@property
|
|
99
100
|
@pulumi.getter(name="defaultIngress")
|
|
100
|
-
def default_ingress(self) -> str:
|
|
101
|
+
def default_ingress(self) -> builtins.str:
|
|
101
102
|
"""
|
|
102
103
|
The default URL to access the app.
|
|
103
104
|
"""
|
|
@@ -105,7 +106,7 @@ class GetAppResult:
|
|
|
105
106
|
|
|
106
107
|
@property
|
|
107
108
|
@pulumi.getter
|
|
108
|
-
def id(self) -> str:
|
|
109
|
+
def id(self) -> builtins.str:
|
|
109
110
|
"""
|
|
110
111
|
The provider-assigned unique ID for this managed resource.
|
|
111
112
|
"""
|
|
@@ -113,7 +114,7 @@ class GetAppResult:
|
|
|
113
114
|
|
|
114
115
|
@property
|
|
115
116
|
@pulumi.getter(name="liveDomain")
|
|
116
|
-
def live_domain(self) -> str:
|
|
117
|
+
def live_domain(self) -> builtins.str:
|
|
117
118
|
"""
|
|
118
119
|
The live domain of the app.
|
|
119
120
|
"""
|
|
@@ -121,7 +122,7 @@ class GetAppResult:
|
|
|
121
122
|
|
|
122
123
|
@property
|
|
123
124
|
@pulumi.getter(name="liveUrl")
|
|
124
|
-
def live_url(self) -> str:
|
|
125
|
+
def live_url(self) -> builtins.str:
|
|
125
126
|
"""
|
|
126
127
|
The live URL of the app.
|
|
127
128
|
"""
|
|
@@ -129,7 +130,7 @@ class GetAppResult:
|
|
|
129
130
|
|
|
130
131
|
@property
|
|
131
132
|
@pulumi.getter(name="projectId")
|
|
132
|
-
def project_id(self) -> str:
|
|
133
|
+
def project_id(self) -> builtins.str:
|
|
133
134
|
"""
|
|
134
135
|
The ID of the project that the app is assigned to.
|
|
135
136
|
"""
|
|
@@ -145,7 +146,7 @@ class GetAppResult:
|
|
|
145
146
|
|
|
146
147
|
@property
|
|
147
148
|
@pulumi.getter(name="updatedAt")
|
|
148
|
-
def updated_at(self) -> str:
|
|
149
|
+
def updated_at(self) -> builtins.str:
|
|
149
150
|
"""
|
|
150
151
|
The date and time of when the app was last updated.
|
|
151
152
|
"""
|
|
@@ -153,7 +154,7 @@ class GetAppResult:
|
|
|
153
154
|
|
|
154
155
|
@property
|
|
155
156
|
@pulumi.getter
|
|
156
|
-
def urn(self) -> str:
|
|
157
|
+
def urn(self) -> builtins.str:
|
|
157
158
|
"""
|
|
158
159
|
The uniform resource identifier for the app.
|
|
159
160
|
"""
|
|
@@ -180,7 +181,7 @@ class AwaitableGetAppResult(GetAppResult):
|
|
|
180
181
|
urn=self.urn)
|
|
181
182
|
|
|
182
183
|
|
|
183
|
-
def get_app(app_id: Optional[str] = None,
|
|
184
|
+
def get_app(app_id: Optional[builtins.str] = None,
|
|
184
185
|
dedicated_ips: Optional[Sequence[Union['GetAppDedicatedIpArgs', 'GetAppDedicatedIpArgsDict']]] = None,
|
|
185
186
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAppResult:
|
|
186
187
|
"""
|
|
@@ -199,7 +200,7 @@ def get_app(app_id: Optional[str] = None,
|
|
|
199
200
|
```
|
|
200
201
|
|
|
201
202
|
|
|
202
|
-
:param str app_id: The ID of the app to retrieve information about.
|
|
203
|
+
:param builtins.str app_id: The ID of the app to retrieve information about.
|
|
203
204
|
:param Sequence[Union['GetAppDedicatedIpArgs', 'GetAppDedicatedIpArgsDict']] dedicated_ips: A list of dedicated egress IP addresses associated with the app.
|
|
204
205
|
"""
|
|
205
206
|
__args__ = dict()
|
|
@@ -221,7 +222,7 @@ def get_app(app_id: Optional[str] = None,
|
|
|
221
222
|
specs=pulumi.get(__ret__, 'specs'),
|
|
222
223
|
updated_at=pulumi.get(__ret__, 'updated_at'),
|
|
223
224
|
urn=pulumi.get(__ret__, 'urn'))
|
|
224
|
-
def get_app_output(app_id: Optional[pulumi.Input[str]] = None,
|
|
225
|
+
def get_app_output(app_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
225
226
|
dedicated_ips: Optional[pulumi.Input[Optional[Sequence[Union['GetAppDedicatedIpArgs', 'GetAppDedicatedIpArgsDict']]]]] = None,
|
|
226
227
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAppResult]:
|
|
227
228
|
"""
|
|
@@ -240,7 +241,7 @@ def get_app_output(app_id: Optional[pulumi.Input[str]] = None,
|
|
|
240
241
|
```
|
|
241
242
|
|
|
242
243
|
|
|
243
|
-
:param str app_id: The ID of the app to retrieve information about.
|
|
244
|
+
:param builtins.str app_id: The ID of the app to retrieve information about.
|
|
244
245
|
:param Sequence[Union['GetAppDedicatedIpArgs', 'GetAppDedicatedIpArgsDict']] dedicated_ips: A list of dedicated egress IP addresses associated with the app.
|
|
245
246
|
"""
|
|
246
247
|
__args__ = dict()
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -54,7 +55,7 @@ class GetCertificateResult:
|
|
|
54
55
|
|
|
55
56
|
@property
|
|
56
57
|
@pulumi.getter
|
|
57
|
-
def domains(self) -> Sequence[str]:
|
|
58
|
+
def domains(self) -> Sequence[builtins.str]:
|
|
58
59
|
"""
|
|
59
60
|
Domains for which the certificate was issued.
|
|
60
61
|
"""
|
|
@@ -62,7 +63,7 @@ class GetCertificateResult:
|
|
|
62
63
|
|
|
63
64
|
@property
|
|
64
65
|
@pulumi.getter
|
|
65
|
-
def id(self) -> str:
|
|
66
|
+
def id(self) -> builtins.str:
|
|
66
67
|
"""
|
|
67
68
|
The provider-assigned unique ID for this managed resource.
|
|
68
69
|
"""
|
|
@@ -70,12 +71,12 @@ class GetCertificateResult:
|
|
|
70
71
|
|
|
71
72
|
@property
|
|
72
73
|
@pulumi.getter
|
|
73
|
-
def name(self) -> str:
|
|
74
|
+
def name(self) -> builtins.str:
|
|
74
75
|
return pulumi.get(self, "name")
|
|
75
76
|
|
|
76
77
|
@property
|
|
77
78
|
@pulumi.getter(name="notAfter")
|
|
78
|
-
def not_after(self) -> str:
|
|
79
|
+
def not_after(self) -> builtins.str:
|
|
79
80
|
"""
|
|
80
81
|
The expiration date and time of the certificate.
|
|
81
82
|
"""
|
|
@@ -83,7 +84,7 @@ class GetCertificateResult:
|
|
|
83
84
|
|
|
84
85
|
@property
|
|
85
86
|
@pulumi.getter(name="sha1Fingerprint")
|
|
86
|
-
def sha1_fingerprint(self) -> str:
|
|
87
|
+
def sha1_fingerprint(self) -> builtins.str:
|
|
87
88
|
"""
|
|
88
89
|
The SHA1 fingerprint of the certificate.
|
|
89
90
|
"""
|
|
@@ -91,7 +92,7 @@ class GetCertificateResult:
|
|
|
91
92
|
|
|
92
93
|
@property
|
|
93
94
|
@pulumi.getter
|
|
94
|
-
def state(self) -> str:
|
|
95
|
+
def state(self) -> builtins.str:
|
|
95
96
|
"""
|
|
96
97
|
the current state of the certificate.
|
|
97
98
|
"""
|
|
@@ -99,7 +100,7 @@ class GetCertificateResult:
|
|
|
99
100
|
|
|
100
101
|
@property
|
|
101
102
|
@pulumi.getter
|
|
102
|
-
def type(self) -> str:
|
|
103
|
+
def type(self) -> builtins.str:
|
|
103
104
|
"""
|
|
104
105
|
The type of the certificate.
|
|
105
106
|
"""
|
|
@@ -107,7 +108,7 @@ class GetCertificateResult:
|
|
|
107
108
|
|
|
108
109
|
@property
|
|
109
110
|
@pulumi.getter
|
|
110
|
-
def uuid(self) -> str:
|
|
111
|
+
def uuid(self) -> builtins.str:
|
|
111
112
|
"""
|
|
112
113
|
The ID of the certificate.
|
|
113
114
|
"""
|
|
@@ -130,7 +131,7 @@ class AwaitableGetCertificateResult(GetCertificateResult):
|
|
|
130
131
|
uuid=self.uuid)
|
|
131
132
|
|
|
132
133
|
|
|
133
|
-
def get_certificate(name: Optional[str] = None,
|
|
134
|
+
def get_certificate(name: Optional[builtins.str] = None,
|
|
134
135
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCertificateResult:
|
|
135
136
|
"""
|
|
136
137
|
Get information on a certificate. This data source provides the name, type, state,
|
|
@@ -152,7 +153,7 @@ def get_certificate(name: Optional[str] = None,
|
|
|
152
153
|
```
|
|
153
154
|
|
|
154
155
|
|
|
155
|
-
:param str name: The name of certificate.
|
|
156
|
+
:param builtins.str name: The name of certificate.
|
|
156
157
|
"""
|
|
157
158
|
__args__ = dict()
|
|
158
159
|
__args__['name'] = name
|
|
@@ -168,7 +169,7 @@ def get_certificate(name: Optional[str] = None,
|
|
|
168
169
|
state=pulumi.get(__ret__, 'state'),
|
|
169
170
|
type=pulumi.get(__ret__, 'type'),
|
|
170
171
|
uuid=pulumi.get(__ret__, 'uuid'))
|
|
171
|
-
def get_certificate_output(name: Optional[pulumi.Input[str]] = None,
|
|
172
|
+
def get_certificate_output(name: Optional[pulumi.Input[builtins.str]] = None,
|
|
172
173
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCertificateResult]:
|
|
173
174
|
"""
|
|
174
175
|
Get information on a certificate. This data source provides the name, type, state,
|
|
@@ -190,7 +191,7 @@ def get_certificate_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
190
191
|
```
|
|
191
192
|
|
|
192
193
|
|
|
193
|
-
:param str name: The name of certificate.
|
|
194
|
+
:param builtins.str name: The name of certificate.
|
|
194
195
|
"""
|
|
195
196
|
__args__ = dict()
|
|
196
197
|
__args__['name'] = name
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -54,7 +55,7 @@ class GetContainerRegistryResult:
|
|
|
54
55
|
|
|
55
56
|
@property
|
|
56
57
|
@pulumi.getter(name="createdAt")
|
|
57
|
-
def created_at(self) -> str:
|
|
58
|
+
def created_at(self) -> builtins.str:
|
|
58
59
|
"""
|
|
59
60
|
The date and time when the registry was created
|
|
60
61
|
"""
|
|
@@ -62,7 +63,7 @@ class GetContainerRegistryResult:
|
|
|
62
63
|
|
|
63
64
|
@property
|
|
64
65
|
@pulumi.getter
|
|
65
|
-
def endpoint(self) -> str:
|
|
66
|
+
def endpoint(self) -> builtins.str:
|
|
66
67
|
"""
|
|
67
68
|
The URL endpoint of the container registry. Ex: `registry.digitalocean.com/my_registry`
|
|
68
69
|
"""
|
|
@@ -70,7 +71,7 @@ class GetContainerRegistryResult:
|
|
|
70
71
|
|
|
71
72
|
@property
|
|
72
73
|
@pulumi.getter
|
|
73
|
-
def id(self) -> str:
|
|
74
|
+
def id(self) -> builtins.str:
|
|
74
75
|
"""
|
|
75
76
|
The provider-assigned unique ID for this managed resource.
|
|
76
77
|
"""
|
|
@@ -78,7 +79,7 @@ class GetContainerRegistryResult:
|
|
|
78
79
|
|
|
79
80
|
@property
|
|
80
81
|
@pulumi.getter
|
|
81
|
-
def name(self) -> str:
|
|
82
|
+
def name(self) -> builtins.str:
|
|
82
83
|
"""
|
|
83
84
|
The name of the container registry
|
|
84
85
|
"""
|
|
@@ -86,7 +87,7 @@ class GetContainerRegistryResult:
|
|
|
86
87
|
|
|
87
88
|
@property
|
|
88
89
|
@pulumi.getter
|
|
89
|
-
def region(self) -> str:
|
|
90
|
+
def region(self) -> builtins.str:
|
|
90
91
|
"""
|
|
91
92
|
The slug identifier for the region
|
|
92
93
|
"""
|
|
@@ -94,7 +95,7 @@ class GetContainerRegistryResult:
|
|
|
94
95
|
|
|
95
96
|
@property
|
|
96
97
|
@pulumi.getter(name="serverUrl")
|
|
97
|
-
def server_url(self) -> str:
|
|
98
|
+
def server_url(self) -> builtins.str:
|
|
98
99
|
"""
|
|
99
100
|
The domain of the container registry. Ex: `registry.digitalocean.com`
|
|
100
101
|
"""
|
|
@@ -102,7 +103,7 @@ class GetContainerRegistryResult:
|
|
|
102
103
|
|
|
103
104
|
@property
|
|
104
105
|
@pulumi.getter(name="storageUsageBytes")
|
|
105
|
-
def storage_usage_bytes(self) -> int:
|
|
106
|
+
def storage_usage_bytes(self) -> builtins.int:
|
|
106
107
|
"""
|
|
107
108
|
The amount of storage used in the registry in bytes.
|
|
108
109
|
"""
|
|
@@ -110,7 +111,7 @@ class GetContainerRegistryResult:
|
|
|
110
111
|
|
|
111
112
|
@property
|
|
112
113
|
@pulumi.getter(name="subscriptionTierSlug")
|
|
113
|
-
def subscription_tier_slug(self) -> str:
|
|
114
|
+
def subscription_tier_slug(self) -> builtins.str:
|
|
114
115
|
"""
|
|
115
116
|
The slug identifier for the subscription tier
|
|
116
117
|
"""
|
|
@@ -133,7 +134,7 @@ class AwaitableGetContainerRegistryResult(GetContainerRegistryResult):
|
|
|
133
134
|
subscription_tier_slug=self.subscription_tier_slug)
|
|
134
135
|
|
|
135
136
|
|
|
136
|
-
def get_container_registry(name: Optional[str] = None,
|
|
137
|
+
def get_container_registry(name: Optional[builtins.str] = None,
|
|
137
138
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetContainerRegistryResult:
|
|
138
139
|
"""
|
|
139
140
|
Get information on a container registry. This data source provides the name as
|
|
@@ -157,7 +158,7 @@ def get_container_registry(name: Optional[str] = None,
|
|
|
157
158
|
```
|
|
158
159
|
|
|
159
160
|
|
|
160
|
-
:param str name: The name of the container registry.
|
|
161
|
+
:param builtins.str name: The name of the container registry.
|
|
161
162
|
"""
|
|
162
163
|
__args__ = dict()
|
|
163
164
|
__args__['name'] = name
|
|
@@ -173,7 +174,7 @@ def get_container_registry(name: Optional[str] = None,
|
|
|
173
174
|
server_url=pulumi.get(__ret__, 'server_url'),
|
|
174
175
|
storage_usage_bytes=pulumi.get(__ret__, 'storage_usage_bytes'),
|
|
175
176
|
subscription_tier_slug=pulumi.get(__ret__, 'subscription_tier_slug'))
|
|
176
|
-
def get_container_registry_output(name: Optional[pulumi.Input[str]] = None,
|
|
177
|
+
def get_container_registry_output(name: Optional[pulumi.Input[builtins.str]] = None,
|
|
177
178
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetContainerRegistryResult]:
|
|
178
179
|
"""
|
|
179
180
|
Get information on a container registry. This data source provides the name as
|
|
@@ -197,7 +198,7 @@ def get_container_registry_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
197
198
|
```
|
|
198
199
|
|
|
199
200
|
|
|
200
|
-
:param str name: The name of the container registry.
|
|
201
|
+
:param builtins.str name: The name of the container registry.
|
|
201
202
|
"""
|
|
202
203
|
__args__ = dict()
|
|
203
204
|
__args__['name'] = name
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -39,7 +40,7 @@ class GetDatabaseCaResult:
|
|
|
39
40
|
|
|
40
41
|
@property
|
|
41
42
|
@pulumi.getter
|
|
42
|
-
def certificate(self) -> str:
|
|
43
|
+
def certificate(self) -> builtins.str:
|
|
43
44
|
"""
|
|
44
45
|
The CA certificate used to secure database connections decoded to a string.
|
|
45
46
|
"""
|
|
@@ -47,12 +48,12 @@ class GetDatabaseCaResult:
|
|
|
47
48
|
|
|
48
49
|
@property
|
|
49
50
|
@pulumi.getter(name="clusterId")
|
|
50
|
-
def cluster_id(self) -> str:
|
|
51
|
+
def cluster_id(self) -> builtins.str:
|
|
51
52
|
return pulumi.get(self, "cluster_id")
|
|
52
53
|
|
|
53
54
|
@property
|
|
54
55
|
@pulumi.getter
|
|
55
|
-
def id(self) -> str:
|
|
56
|
+
def id(self) -> builtins.str:
|
|
56
57
|
"""
|
|
57
58
|
The provider-assigned unique ID for this managed resource.
|
|
58
59
|
"""
|
|
@@ -70,7 +71,7 @@ class AwaitableGetDatabaseCaResult(GetDatabaseCaResult):
|
|
|
70
71
|
id=self.id)
|
|
71
72
|
|
|
72
73
|
|
|
73
|
-
def get_database_ca(cluster_id: Optional[str] = None,
|
|
74
|
+
def get_database_ca(cluster_id: Optional[builtins.str] = None,
|
|
74
75
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseCaResult:
|
|
75
76
|
"""
|
|
76
77
|
Provides the CA certificate for a DigitalOcean database.
|
|
@@ -86,7 +87,7 @@ def get_database_ca(cluster_id: Optional[str] = None,
|
|
|
86
87
|
```
|
|
87
88
|
|
|
88
89
|
|
|
89
|
-
:param str cluster_id: The ID of the source database cluster.
|
|
90
|
+
:param builtins.str cluster_id: The ID of the source database cluster.
|
|
90
91
|
"""
|
|
91
92
|
__args__ = dict()
|
|
92
93
|
__args__['clusterId'] = cluster_id
|
|
@@ -97,7 +98,7 @@ def get_database_ca(cluster_id: Optional[str] = None,
|
|
|
97
98
|
certificate=pulumi.get(__ret__, 'certificate'),
|
|
98
99
|
cluster_id=pulumi.get(__ret__, 'cluster_id'),
|
|
99
100
|
id=pulumi.get(__ret__, 'id'))
|
|
100
|
-
def get_database_ca_output(cluster_id: Optional[pulumi.Input[str]] = None,
|
|
101
|
+
def get_database_ca_output(cluster_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
101
102
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabaseCaResult]:
|
|
102
103
|
"""
|
|
103
104
|
Provides the CA certificate for a DigitalOcean database.
|
|
@@ -113,7 +114,7 @@ def get_database_ca_output(cluster_id: Optional[pulumi.Input[str]] = None,
|
|
|
113
114
|
```
|
|
114
115
|
|
|
115
116
|
|
|
116
|
-
:param str cluster_id: The ID of the source database cluster.
|
|
117
|
+
:param builtins.str cluster_id: The ID of the source database cluster.
|
|
117
118
|
"""
|
|
118
119
|
__args__ = dict()
|
|
119
120
|
__args__['clusterId'] = cluster_id
|