pulumi-digitalocean 4.42.0a1743572464__py3-none-any.whl → 4.42.0a1744263700__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.0a1743572464.dist-info → pulumi_digitalocean-4.42.0a1744263700.dist-info}/METADATA +1 -1
- pulumi_digitalocean-4.42.0a1744263700.dist-info/RECORD +110 -0
- pulumi_digitalocean-4.42.0a1743572464.dist-info/RECORD +0 -110
- {pulumi_digitalocean-4.42.0a1743572464.dist-info → pulumi_digitalocean-4.42.0a1744263700.dist-info}/WHEEL +0 -0
- {pulumi_digitalocean-4.42.0a1743572464.dist-info → pulumi_digitalocean-4.42.0a1744263700.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
|
|
@@ -63,7 +64,7 @@ class GetRecordResult:
|
|
|
63
64
|
|
|
64
65
|
@property
|
|
65
66
|
@pulumi.getter
|
|
66
|
-
def data(self) -> str:
|
|
67
|
+
def data(self) -> builtins.str:
|
|
67
68
|
"""
|
|
68
69
|
Variable data depending on record type. For example, the "data" value for an A record would be the IPv4 address to which the domain will be mapped. For a CAA record, it would contain the domain name of the CA being granted permission to issue certificates.
|
|
69
70
|
"""
|
|
@@ -71,12 +72,12 @@ class GetRecordResult:
|
|
|
71
72
|
|
|
72
73
|
@property
|
|
73
74
|
@pulumi.getter
|
|
74
|
-
def domain(self) -> str:
|
|
75
|
+
def domain(self) -> builtins.str:
|
|
75
76
|
return pulumi.get(self, "domain")
|
|
76
77
|
|
|
77
78
|
@property
|
|
78
79
|
@pulumi.getter
|
|
79
|
-
def flags(self) -> int:
|
|
80
|
+
def flags(self) -> builtins.int:
|
|
80
81
|
"""
|
|
81
82
|
An unsigned integer between 0-255 used for CAA records.
|
|
82
83
|
"""
|
|
@@ -84,7 +85,7 @@ class GetRecordResult:
|
|
|
84
85
|
|
|
85
86
|
@property
|
|
86
87
|
@pulumi.getter
|
|
87
|
-
def id(self) -> str:
|
|
88
|
+
def id(self) -> builtins.str:
|
|
88
89
|
"""
|
|
89
90
|
The provider-assigned unique ID for this managed resource.
|
|
90
91
|
"""
|
|
@@ -92,12 +93,12 @@ class GetRecordResult:
|
|
|
92
93
|
|
|
93
94
|
@property
|
|
94
95
|
@pulumi.getter
|
|
95
|
-
def name(self) -> str:
|
|
96
|
+
def name(self) -> builtins.str:
|
|
96
97
|
return pulumi.get(self, "name")
|
|
97
98
|
|
|
98
99
|
@property
|
|
99
100
|
@pulumi.getter
|
|
100
|
-
def port(self) -> int:
|
|
101
|
+
def port(self) -> builtins.int:
|
|
101
102
|
"""
|
|
102
103
|
The port for SRV records.
|
|
103
104
|
"""
|
|
@@ -105,7 +106,7 @@ class GetRecordResult:
|
|
|
105
106
|
|
|
106
107
|
@property
|
|
107
108
|
@pulumi.getter
|
|
108
|
-
def priority(self) -> int:
|
|
109
|
+
def priority(self) -> builtins.int:
|
|
109
110
|
"""
|
|
110
111
|
The priority for SRV and MX records.
|
|
111
112
|
"""
|
|
@@ -113,7 +114,7 @@ class GetRecordResult:
|
|
|
113
114
|
|
|
114
115
|
@property
|
|
115
116
|
@pulumi.getter
|
|
116
|
-
def tag(self) -> str:
|
|
117
|
+
def tag(self) -> builtins.str:
|
|
117
118
|
"""
|
|
118
119
|
The parameter tag for CAA records.
|
|
119
120
|
"""
|
|
@@ -121,7 +122,7 @@ class GetRecordResult:
|
|
|
121
122
|
|
|
122
123
|
@property
|
|
123
124
|
@pulumi.getter
|
|
124
|
-
def ttl(self) -> int:
|
|
125
|
+
def ttl(self) -> builtins.int:
|
|
125
126
|
"""
|
|
126
127
|
This value is the time to live for the record, in seconds. This defines the time frame that clients can cache queried information before a refresh should be requested.
|
|
127
128
|
"""
|
|
@@ -129,7 +130,7 @@ class GetRecordResult:
|
|
|
129
130
|
|
|
130
131
|
@property
|
|
131
132
|
@pulumi.getter
|
|
132
|
-
def type(self) -> str:
|
|
133
|
+
def type(self) -> builtins.str:
|
|
133
134
|
"""
|
|
134
135
|
The type of the DNS record.
|
|
135
136
|
"""
|
|
@@ -137,7 +138,7 @@ class GetRecordResult:
|
|
|
137
138
|
|
|
138
139
|
@property
|
|
139
140
|
@pulumi.getter
|
|
140
|
-
def weight(self) -> int:
|
|
141
|
+
def weight(self) -> builtins.int:
|
|
141
142
|
"""
|
|
142
143
|
The weight for SRV records.
|
|
143
144
|
"""
|
|
@@ -163,8 +164,8 @@ class AwaitableGetRecordResult(GetRecordResult):
|
|
|
163
164
|
weight=self.weight)
|
|
164
165
|
|
|
165
166
|
|
|
166
|
-
def get_record(domain: Optional[str] = None,
|
|
167
|
-
name: Optional[str] = None,
|
|
167
|
+
def get_record(domain: Optional[builtins.str] = None,
|
|
168
|
+
name: Optional[builtins.str] = None,
|
|
168
169
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRecordResult:
|
|
169
170
|
"""
|
|
170
171
|
Get information on a DNS record. This data source provides the name, TTL, and zone
|
|
@@ -189,8 +190,8 @@ def get_record(domain: Optional[str] = None,
|
|
|
189
190
|
```
|
|
190
191
|
|
|
191
192
|
|
|
192
|
-
:param str domain: The domain name of the record.
|
|
193
|
-
:param str name: The name of the record.
|
|
193
|
+
:param builtins.str domain: The domain name of the record.
|
|
194
|
+
:param builtins.str name: The name of the record.
|
|
194
195
|
"""
|
|
195
196
|
__args__ = dict()
|
|
196
197
|
__args__['domain'] = domain
|
|
@@ -210,8 +211,8 @@ def get_record(domain: Optional[str] = None,
|
|
|
210
211
|
ttl=pulumi.get(__ret__, 'ttl'),
|
|
211
212
|
type=pulumi.get(__ret__, 'type'),
|
|
212
213
|
weight=pulumi.get(__ret__, 'weight'))
|
|
213
|
-
def get_record_output(domain: Optional[pulumi.Input[str]] = None,
|
|
214
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
214
|
+
def get_record_output(domain: Optional[pulumi.Input[builtins.str]] = None,
|
|
215
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
215
216
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRecordResult]:
|
|
216
217
|
"""
|
|
217
218
|
Get information on a DNS record. This data source provides the name, TTL, and zone
|
|
@@ -236,8 +237,8 @@ def get_record_output(domain: Optional[pulumi.Input[str]] = None,
|
|
|
236
237
|
```
|
|
237
238
|
|
|
238
239
|
|
|
239
|
-
:param str domain: The domain name of the record.
|
|
240
|
-
:param str name: The name of the record.
|
|
240
|
+
:param builtins.str domain: The domain name of the record.
|
|
241
|
+
:param builtins.str name: The name of the record.
|
|
241
242
|
"""
|
|
242
243
|
__args__ = dict()
|
|
243
244
|
__args__['domain'] = domain
|
|
@@ -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
|
|
@@ -47,7 +48,7 @@ class GetRecordsResult:
|
|
|
47
48
|
|
|
48
49
|
@property
|
|
49
50
|
@pulumi.getter
|
|
50
|
-
def domain(self) -> str:
|
|
51
|
+
def domain(self) -> builtins.str:
|
|
51
52
|
"""
|
|
52
53
|
Domain of the DNS record.
|
|
53
54
|
"""
|
|
@@ -60,7 +61,7 @@ class GetRecordsResult:
|
|
|
60
61
|
|
|
61
62
|
@property
|
|
62
63
|
@pulumi.getter
|
|
63
|
-
def id(self) -> str:
|
|
64
|
+
def id(self) -> builtins.str:
|
|
64
65
|
"""
|
|
65
66
|
The provider-assigned unique ID for this managed resource.
|
|
66
67
|
"""
|
|
@@ -90,7 +91,7 @@ class AwaitableGetRecordsResult(GetRecordsResult):
|
|
|
90
91
|
sorts=self.sorts)
|
|
91
92
|
|
|
92
93
|
|
|
93
|
-
def get_records(domain: Optional[str] = None,
|
|
94
|
+
def get_records(domain: Optional[builtins.str] = None,
|
|
94
95
|
filters: Optional[Sequence[Union['GetRecordsFilterArgs', 'GetRecordsFilterArgsDict']]] = None,
|
|
95
96
|
sorts: Optional[Sequence[Union['GetRecordsSortArgs', 'GetRecordsSortArgsDict']]] = None,
|
|
96
97
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRecordsResult:
|
|
@@ -117,7 +118,7 @@ def get_records(domain: Optional[str] = None,
|
|
|
117
118
|
```
|
|
118
119
|
|
|
119
120
|
|
|
120
|
-
:param str domain: The domain name to search for DNS records
|
|
121
|
+
:param builtins.str domain: The domain name to search for DNS records
|
|
121
122
|
:param Sequence[Union['GetRecordsFilterArgs', 'GetRecordsFilterArgsDict']] filters: Filter the results.
|
|
122
123
|
The `filter` block is documented below.
|
|
123
124
|
:param Sequence[Union['GetRecordsSortArgs', 'GetRecordsSortArgsDict']] sorts: Sort the results.
|
|
@@ -136,7 +137,7 @@ def get_records(domain: Optional[str] = None,
|
|
|
136
137
|
id=pulumi.get(__ret__, 'id'),
|
|
137
138
|
records=pulumi.get(__ret__, 'records'),
|
|
138
139
|
sorts=pulumi.get(__ret__, 'sorts'))
|
|
139
|
-
def get_records_output(domain: Optional[pulumi.Input[str]] = None,
|
|
140
|
+
def get_records_output(domain: Optional[pulumi.Input[builtins.str]] = None,
|
|
140
141
|
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetRecordsFilterArgs', 'GetRecordsFilterArgsDict']]]]] = None,
|
|
141
142
|
sorts: Optional[pulumi.Input[Optional[Sequence[Union['GetRecordsSortArgs', 'GetRecordsSortArgsDict']]]]] = None,
|
|
142
143
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRecordsResult]:
|
|
@@ -163,7 +164,7 @@ def get_records_output(domain: Optional[pulumi.Input[str]] = None,
|
|
|
163
164
|
```
|
|
164
165
|
|
|
165
166
|
|
|
166
|
-
:param str domain: The domain name to search for DNS records
|
|
167
|
+
:param builtins.str domain: The domain name to search for DNS records
|
|
167
168
|
:param Sequence[Union['GetRecordsFilterArgs', 'GetRecordsFilterArgsDict']] filters: Filter the results.
|
|
168
169
|
The `filter` block is documented below.
|
|
169
170
|
:param Sequence[Union['GetRecordsSortArgs', 'GetRecordsSortArgsDict']] sorts: Sort the results.
|
|
@@ -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
|
|
@@ -48,7 +49,7 @@ class GetRegionResult:
|
|
|
48
49
|
|
|
49
50
|
@property
|
|
50
51
|
@pulumi.getter
|
|
51
|
-
def available(self) -> bool:
|
|
52
|
+
def available(self) -> builtins.bool:
|
|
52
53
|
"""
|
|
53
54
|
A boolean value that represents whether new Droplets can be created in this region.
|
|
54
55
|
"""
|
|
@@ -56,7 +57,7 @@ class GetRegionResult:
|
|
|
56
57
|
|
|
57
58
|
@property
|
|
58
59
|
@pulumi.getter
|
|
59
|
-
def features(self) -> Sequence[str]:
|
|
60
|
+
def features(self) -> Sequence[builtins.str]:
|
|
60
61
|
"""
|
|
61
62
|
A set of features available in this region.
|
|
62
63
|
"""
|
|
@@ -64,7 +65,7 @@ class GetRegionResult:
|
|
|
64
65
|
|
|
65
66
|
@property
|
|
66
67
|
@pulumi.getter
|
|
67
|
-
def id(self) -> str:
|
|
68
|
+
def id(self) -> builtins.str:
|
|
68
69
|
"""
|
|
69
70
|
The provider-assigned unique ID for this managed resource.
|
|
70
71
|
"""
|
|
@@ -72,7 +73,7 @@ class GetRegionResult:
|
|
|
72
73
|
|
|
73
74
|
@property
|
|
74
75
|
@pulumi.getter
|
|
75
|
-
def name(self) -> str:
|
|
76
|
+
def name(self) -> builtins.str:
|
|
76
77
|
"""
|
|
77
78
|
The display name of the region.
|
|
78
79
|
"""
|
|
@@ -80,7 +81,7 @@ class GetRegionResult:
|
|
|
80
81
|
|
|
81
82
|
@property
|
|
82
83
|
@pulumi.getter
|
|
83
|
-
def sizes(self) -> Sequence[str]:
|
|
84
|
+
def sizes(self) -> Sequence[builtins.str]:
|
|
84
85
|
"""
|
|
85
86
|
A set of identifying slugs for the Droplet sizes available in this region.
|
|
86
87
|
"""
|
|
@@ -88,7 +89,7 @@ class GetRegionResult:
|
|
|
88
89
|
|
|
89
90
|
@property
|
|
90
91
|
@pulumi.getter
|
|
91
|
-
def slug(self) -> str:
|
|
92
|
+
def slug(self) -> builtins.str:
|
|
92
93
|
"""
|
|
93
94
|
A human-readable string that is used as a unique identifier for each region.
|
|
94
95
|
"""
|
|
@@ -109,7 +110,7 @@ class AwaitableGetRegionResult(GetRegionResult):
|
|
|
109
110
|
slug=self.slug)
|
|
110
111
|
|
|
111
112
|
|
|
112
|
-
def get_region(slug: Optional[str] = None,
|
|
113
|
+
def get_region(slug: Optional[builtins.str] = None,
|
|
113
114
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRegionResult:
|
|
114
115
|
"""
|
|
115
116
|
Get information on a single DigitalOcean region. This is useful to find out
|
|
@@ -126,7 +127,7 @@ def get_region(slug: Optional[str] = None,
|
|
|
126
127
|
```
|
|
127
128
|
|
|
128
129
|
|
|
129
|
-
:param str slug: A human-readable string that is used as a unique identifier for each region.
|
|
130
|
+
:param builtins.str slug: A human-readable string that is used as a unique identifier for each region.
|
|
130
131
|
"""
|
|
131
132
|
__args__ = dict()
|
|
132
133
|
__args__['slug'] = slug
|
|
@@ -140,7 +141,7 @@ def get_region(slug: Optional[str] = None,
|
|
|
140
141
|
name=pulumi.get(__ret__, 'name'),
|
|
141
142
|
sizes=pulumi.get(__ret__, 'sizes'),
|
|
142
143
|
slug=pulumi.get(__ret__, 'slug'))
|
|
143
|
-
def get_region_output(slug: Optional[pulumi.Input[str]] = None,
|
|
144
|
+
def get_region_output(slug: Optional[pulumi.Input[builtins.str]] = None,
|
|
144
145
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRegionResult]:
|
|
145
146
|
"""
|
|
146
147
|
Get information on a single DigitalOcean region. This is useful to find out
|
|
@@ -157,7 +158,7 @@ def get_region_output(slug: Optional[pulumi.Input[str]] = None,
|
|
|
157
158
|
```
|
|
158
159
|
|
|
159
160
|
|
|
160
|
-
:param str slug: A human-readable string that is used as a unique identifier for each region.
|
|
161
|
+
:param builtins.str slug: A human-readable string that is used as a unique identifier for each region.
|
|
161
162
|
"""
|
|
162
163
|
__args__ = dict()
|
|
163
164
|
__args__['slug'] = slug
|
|
@@ -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
|
|
@@ -49,7 +50,7 @@ class GetRegionsResult:
|
|
|
49
50
|
|
|
50
51
|
@property
|
|
51
52
|
@pulumi.getter
|
|
52
|
-
def id(self) -> str:
|
|
53
|
+
def id(self) -> builtins.str:
|
|
53
54
|
"""
|
|
54
55
|
The provider-assigned unique ID for this managed resource.
|
|
55
56
|
"""
|
|
@@ -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
|
|
@@ -45,7 +46,7 @@ class GetReservedIpResult:
|
|
|
45
46
|
|
|
46
47
|
@property
|
|
47
48
|
@pulumi.getter(name="dropletId")
|
|
48
|
-
def droplet_id(self) -> int:
|
|
49
|
+
def droplet_id(self) -> builtins.int:
|
|
49
50
|
"""
|
|
50
51
|
The Droplet id that the reserved IP has been assigned to.
|
|
51
52
|
"""
|
|
@@ -53,7 +54,7 @@ class GetReservedIpResult:
|
|
|
53
54
|
|
|
54
55
|
@property
|
|
55
56
|
@pulumi.getter
|
|
56
|
-
def id(self) -> str:
|
|
57
|
+
def id(self) -> builtins.str:
|
|
57
58
|
"""
|
|
58
59
|
The provider-assigned unique ID for this managed resource.
|
|
59
60
|
"""
|
|
@@ -61,12 +62,12 @@ class GetReservedIpResult:
|
|
|
61
62
|
|
|
62
63
|
@property
|
|
63
64
|
@pulumi.getter(name="ipAddress")
|
|
64
|
-
def ip_address(self) -> str:
|
|
65
|
+
def ip_address(self) -> builtins.str:
|
|
65
66
|
return pulumi.get(self, "ip_address")
|
|
66
67
|
|
|
67
68
|
@property
|
|
68
69
|
@pulumi.getter
|
|
69
|
-
def region(self) -> str:
|
|
70
|
+
def region(self) -> builtins.str:
|
|
70
71
|
"""
|
|
71
72
|
The region that the reserved IP is reserved to.
|
|
72
73
|
"""
|
|
@@ -74,7 +75,7 @@ class GetReservedIpResult:
|
|
|
74
75
|
|
|
75
76
|
@property
|
|
76
77
|
@pulumi.getter
|
|
77
|
-
def urn(self) -> str:
|
|
78
|
+
def urn(self) -> builtins.str:
|
|
78
79
|
"""
|
|
79
80
|
The uniform resource name of the reserved IP.
|
|
80
81
|
"""
|
|
@@ -94,7 +95,7 @@ class AwaitableGetReservedIpResult(GetReservedIpResult):
|
|
|
94
95
|
urn=self.urn)
|
|
95
96
|
|
|
96
97
|
|
|
97
|
-
def get_reserved_ip(ip_address: Optional[str] = None,
|
|
98
|
+
def get_reserved_ip(ip_address: Optional[builtins.str] = None,
|
|
98
99
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReservedIpResult:
|
|
99
100
|
"""
|
|
100
101
|
## Example Usage
|
|
@@ -112,7 +113,7 @@ def get_reserved_ip(ip_address: Optional[str] = None,
|
|
|
112
113
|
```
|
|
113
114
|
|
|
114
115
|
|
|
115
|
-
:param str ip_address: The allocated IP address of the specific reserved IP to retrieve.
|
|
116
|
+
:param builtins.str ip_address: The allocated IP address of the specific reserved IP to retrieve.
|
|
116
117
|
"""
|
|
117
118
|
__args__ = dict()
|
|
118
119
|
__args__['ipAddress'] = ip_address
|
|
@@ -125,7 +126,7 @@ def get_reserved_ip(ip_address: Optional[str] = None,
|
|
|
125
126
|
ip_address=pulumi.get(__ret__, 'ip_address'),
|
|
126
127
|
region=pulumi.get(__ret__, 'region'),
|
|
127
128
|
urn=pulumi.get(__ret__, 'urn'))
|
|
128
|
-
def get_reserved_ip_output(ip_address: Optional[pulumi.Input[str]] = None,
|
|
129
|
+
def get_reserved_ip_output(ip_address: Optional[pulumi.Input[builtins.str]] = None,
|
|
129
130
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetReservedIpResult]:
|
|
130
131
|
"""
|
|
131
132
|
## Example Usage
|
|
@@ -143,7 +144,7 @@ def get_reserved_ip_output(ip_address: Optional[pulumi.Input[str]] = None,
|
|
|
143
144
|
```
|
|
144
145
|
|
|
145
146
|
|
|
146
|
-
:param str ip_address: The allocated IP address of the specific reserved IP to retrieve.
|
|
147
|
+
:param builtins.str ip_address: The allocated IP address of the specific reserved IP to retrieve.
|
|
147
148
|
"""
|
|
148
149
|
__args__ = dict()
|
|
149
150
|
__args__['ipAddress'] = ip_address
|
|
@@ -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
|
|
@@ -45,7 +46,7 @@ class GetReservedIpv6Result:
|
|
|
45
46
|
|
|
46
47
|
@property
|
|
47
48
|
@pulumi.getter(name="dropletId")
|
|
48
|
-
def droplet_id(self) -> int:
|
|
49
|
+
def droplet_id(self) -> builtins.int:
|
|
49
50
|
"""
|
|
50
51
|
The Droplet id that the reserved IP has been assigned to.
|
|
51
52
|
"""
|
|
@@ -53,7 +54,7 @@ class GetReservedIpv6Result:
|
|
|
53
54
|
|
|
54
55
|
@property
|
|
55
56
|
@pulumi.getter
|
|
56
|
-
def id(self) -> str:
|
|
57
|
+
def id(self) -> builtins.str:
|
|
57
58
|
"""
|
|
58
59
|
The provider-assigned unique ID for this managed resource.
|
|
59
60
|
"""
|
|
@@ -61,12 +62,12 @@ class GetReservedIpv6Result:
|
|
|
61
62
|
|
|
62
63
|
@property
|
|
63
64
|
@pulumi.getter
|
|
64
|
-
def ip(self) -> str:
|
|
65
|
+
def ip(self) -> builtins.str:
|
|
65
66
|
return pulumi.get(self, "ip")
|
|
66
67
|
|
|
67
68
|
@property
|
|
68
69
|
@pulumi.getter(name="regionSlug")
|
|
69
|
-
def region_slug(self) -> str:
|
|
70
|
+
def region_slug(self) -> builtins.str:
|
|
70
71
|
"""
|
|
71
72
|
The region that the reserved IPv6 is reserved to.
|
|
72
73
|
"""
|
|
@@ -74,7 +75,7 @@ class GetReservedIpv6Result:
|
|
|
74
75
|
|
|
75
76
|
@property
|
|
76
77
|
@pulumi.getter
|
|
77
|
-
def urn(self) -> str:
|
|
78
|
+
def urn(self) -> builtins.str:
|
|
78
79
|
"""
|
|
79
80
|
The uniform resource name of the reserved IPv6.
|
|
80
81
|
"""
|
|
@@ -94,7 +95,7 @@ class AwaitableGetReservedIpv6Result(GetReservedIpv6Result):
|
|
|
94
95
|
urn=self.urn)
|
|
95
96
|
|
|
96
97
|
|
|
97
|
-
def get_reserved_ipv6(ip: Optional[str] = None,
|
|
98
|
+
def get_reserved_ipv6(ip: Optional[builtins.str] = None,
|
|
98
99
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReservedIpv6Result:
|
|
99
100
|
"""
|
|
100
101
|
## Example Usage
|
|
@@ -110,7 +111,7 @@ def get_reserved_ipv6(ip: Optional[str] = None,
|
|
|
110
111
|
```
|
|
111
112
|
|
|
112
113
|
|
|
113
|
-
:param str ip: The allocated IPv6 address of the specific reserved IPv6 to retrieve.
|
|
114
|
+
:param builtins.str ip: The allocated IPv6 address of the specific reserved IPv6 to retrieve.
|
|
114
115
|
"""
|
|
115
116
|
__args__ = dict()
|
|
116
117
|
__args__['ip'] = ip
|
|
@@ -123,7 +124,7 @@ def get_reserved_ipv6(ip: Optional[str] = None,
|
|
|
123
124
|
ip=pulumi.get(__ret__, 'ip'),
|
|
124
125
|
region_slug=pulumi.get(__ret__, 'region_slug'),
|
|
125
126
|
urn=pulumi.get(__ret__, 'urn'))
|
|
126
|
-
def get_reserved_ipv6_output(ip: Optional[pulumi.Input[str]] = None,
|
|
127
|
+
def get_reserved_ipv6_output(ip: Optional[pulumi.Input[builtins.str]] = None,
|
|
127
128
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetReservedIpv6Result]:
|
|
128
129
|
"""
|
|
129
130
|
## Example Usage
|
|
@@ -139,7 +140,7 @@ def get_reserved_ipv6_output(ip: Optional[pulumi.Input[str]] = None,
|
|
|
139
140
|
```
|
|
140
141
|
|
|
141
142
|
|
|
142
|
-
:param str ip: The allocated IPv6 address of the specific reserved IPv6 to retrieve.
|
|
143
|
+
:param builtins.str ip: The allocated IPv6 address of the specific reserved IPv6 to retrieve.
|
|
143
144
|
"""
|
|
144
145
|
__args__ = dict()
|
|
145
146
|
__args__['ip'] = ip
|
pulumi_digitalocean/get_sizes.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
|
|
@@ -49,7 +50,7 @@ class GetSizesResult:
|
|
|
49
50
|
|
|
50
51
|
@property
|
|
51
52
|
@pulumi.getter
|
|
52
|
-
def id(self) -> str:
|
|
53
|
+
def id(self) -> builtins.str:
|
|
53
54
|
"""
|
|
54
55
|
The provider-assigned unique ID for this managed resource.
|
|
55
56
|
"""
|
|
@@ -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
|
|
@@ -48,7 +49,7 @@ class GetSpacesBucketResult:
|
|
|
48
49
|
|
|
49
50
|
@property
|
|
50
51
|
@pulumi.getter(name="bucketDomainName")
|
|
51
|
-
def bucket_domain_name(self) -> str:
|
|
52
|
+
def bucket_domain_name(self) -> builtins.str:
|
|
52
53
|
"""
|
|
53
54
|
The FQDN of the bucket (e.g. bucket-name.nyc3.digitaloceanspaces.com)
|
|
54
55
|
"""
|
|
@@ -56,7 +57,7 @@ class GetSpacesBucketResult:
|
|
|
56
57
|
|
|
57
58
|
@property
|
|
58
59
|
@pulumi.getter
|
|
59
|
-
def endpoint(self) -> str:
|
|
60
|
+
def endpoint(self) -> builtins.str:
|
|
60
61
|
"""
|
|
61
62
|
The FQDN of the bucket without the bucket name (e.g. nyc3.digitaloceanspaces.com)
|
|
62
63
|
"""
|
|
@@ -64,7 +65,7 @@ class GetSpacesBucketResult:
|
|
|
64
65
|
|
|
65
66
|
@property
|
|
66
67
|
@pulumi.getter
|
|
67
|
-
def id(self) -> str:
|
|
68
|
+
def id(self) -> builtins.str:
|
|
68
69
|
"""
|
|
69
70
|
The provider-assigned unique ID for this managed resource.
|
|
70
71
|
"""
|
|
@@ -72,7 +73,7 @@ class GetSpacesBucketResult:
|
|
|
72
73
|
|
|
73
74
|
@property
|
|
74
75
|
@pulumi.getter
|
|
75
|
-
def name(self) -> str:
|
|
76
|
+
def name(self) -> builtins.str:
|
|
76
77
|
"""
|
|
77
78
|
The name of the Spaces bucket
|
|
78
79
|
"""
|
|
@@ -80,7 +81,7 @@ class GetSpacesBucketResult:
|
|
|
80
81
|
|
|
81
82
|
@property
|
|
82
83
|
@pulumi.getter
|
|
83
|
-
def region(self) -> str:
|
|
84
|
+
def region(self) -> builtins.str:
|
|
84
85
|
"""
|
|
85
86
|
The slug of the region where the bucket is stored.
|
|
86
87
|
"""
|
|
@@ -88,7 +89,7 @@ class GetSpacesBucketResult:
|
|
|
88
89
|
|
|
89
90
|
@property
|
|
90
91
|
@pulumi.getter
|
|
91
|
-
def urn(self) -> str:
|
|
92
|
+
def urn(self) -> builtins.str:
|
|
92
93
|
"""
|
|
93
94
|
The uniform resource name of the bucket
|
|
94
95
|
"""
|
|
@@ -109,8 +110,8 @@ class AwaitableGetSpacesBucketResult(GetSpacesBucketResult):
|
|
|
109
110
|
urn=self.urn)
|
|
110
111
|
|
|
111
112
|
|
|
112
|
-
def get_spaces_bucket(name: Optional[str] = None,
|
|
113
|
-
region: Optional[str] = None,
|
|
113
|
+
def get_spaces_bucket(name: Optional[builtins.str] = None,
|
|
114
|
+
region: Optional[builtins.str] = None,
|
|
114
115
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSpacesBucketResult:
|
|
115
116
|
"""
|
|
116
117
|
Get information on a Spaces bucket for use in other resources. This is useful if the Spaces bucket in question
|
|
@@ -130,8 +131,8 @@ def get_spaces_bucket(name: Optional[str] = None,
|
|
|
130
131
|
```
|
|
131
132
|
|
|
132
133
|
|
|
133
|
-
:param str name: The name of the Spaces bucket.
|
|
134
|
-
:param str region: The slug of the region where the bucket is stored.
|
|
134
|
+
:param builtins.str name: The name of the Spaces bucket.
|
|
135
|
+
:param builtins.str region: The slug of the region where the bucket is stored.
|
|
135
136
|
"""
|
|
136
137
|
__args__ = dict()
|
|
137
138
|
__args__['name'] = name
|
|
@@ -146,8 +147,8 @@ def get_spaces_bucket(name: Optional[str] = None,
|
|
|
146
147
|
name=pulumi.get(__ret__, 'name'),
|
|
147
148
|
region=pulumi.get(__ret__, 'region'),
|
|
148
149
|
urn=pulumi.get(__ret__, 'urn'))
|
|
149
|
-
def get_spaces_bucket_output(name: Optional[pulumi.Input[str]] = None,
|
|
150
|
-
region: Optional[pulumi.Input[str]] = None,
|
|
150
|
+
def get_spaces_bucket_output(name: Optional[pulumi.Input[builtins.str]] = None,
|
|
151
|
+
region: Optional[pulumi.Input[builtins.str]] = None,
|
|
151
152
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSpacesBucketResult]:
|
|
152
153
|
"""
|
|
153
154
|
Get information on a Spaces bucket for use in other resources. This is useful if the Spaces bucket in question
|
|
@@ -167,8 +168,8 @@ def get_spaces_bucket_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
167
168
|
```
|
|
168
169
|
|
|
169
170
|
|
|
170
|
-
:param str name: The name of the Spaces bucket.
|
|
171
|
-
:param str region: The slug of the region where the bucket is stored.
|
|
171
|
+
:param builtins.str name: The name of the Spaces bucket.
|
|
172
|
+
:param builtins.str region: The slug of the region where the bucket is stored.
|
|
172
173
|
"""
|
|
173
174
|
__args__ = dict()
|
|
174
175
|
__args__['name'] = name
|