pulumi-digitalocean 4.38.0a1736228110__py3-none-any.whl → 4.38.0a1736250833__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/_inputs.py +427 -9
- pulumi_digitalocean/firewall.py +21 -14
- pulumi_digitalocean/outputs.py +566 -10
- pulumi_digitalocean/pulumi-plugin.json +1 -1
- {pulumi_digitalocean-4.38.0a1736228110.dist-info → pulumi_digitalocean-4.38.0a1736250833.dist-info}/METADATA +1 -1
- {pulumi_digitalocean-4.38.0a1736228110.dist-info → pulumi_digitalocean-4.38.0a1736250833.dist-info}/RECORD +8 -8
- {pulumi_digitalocean-4.38.0a1736228110.dist-info → pulumi_digitalocean-4.38.0a1736250833.dist-info}/WHEEL +0 -0
- {pulumi_digitalocean-4.38.0a1736228110.dist-info → pulumi_digitalocean-4.38.0a1736250833.dist-info}/top_level.txt +0 -0
pulumi_digitalocean/firewall.py
CHANGED
|
@@ -29,13 +29,14 @@ class FirewallArgs:
|
|
|
29
29
|
"""
|
|
30
30
|
The set of arguments for constructing a Firewall resource.
|
|
31
31
|
:param pulumi.Input[Sequence[pulumi.Input[int]]] droplet_ids: The list of the IDs of the Droplets assigned
|
|
32
|
-
to the Firewall.
|
|
32
|
+
to the Firewall (max. 10). If you want to assign more droplets to the
|
|
33
|
+
Firewall, add Tags to them and use the `tags` argument below.
|
|
33
34
|
:param pulumi.Input[Sequence[pulumi.Input['FirewallInboundRuleArgs']]] inbound_rules: The inbound access rule block for the Firewall.
|
|
34
35
|
The `inbound_rule` block is documented below.
|
|
35
36
|
:param pulumi.Input[str] name: The Firewall name
|
|
36
37
|
:param pulumi.Input[Sequence[pulumi.Input['FirewallOutboundRuleArgs']]] outbound_rules: The outbound access rule block for the Firewall.
|
|
37
38
|
The `outbound_rule` block is documented below.
|
|
38
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The names of the Tags assigned to the Firewall.
|
|
39
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The names of the Tags assigned to the Firewall (max. 5).
|
|
39
40
|
"""
|
|
40
41
|
if droplet_ids is not None:
|
|
41
42
|
pulumi.set(__self__, "droplet_ids", droplet_ids)
|
|
@@ -53,7 +54,8 @@ class FirewallArgs:
|
|
|
53
54
|
def droplet_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
|
54
55
|
"""
|
|
55
56
|
The list of the IDs of the Droplets assigned
|
|
56
|
-
to the Firewall.
|
|
57
|
+
to the Firewall (max. 10). If you want to assign more droplets to the
|
|
58
|
+
Firewall, add Tags to them and use the `tags` argument below.
|
|
57
59
|
"""
|
|
58
60
|
return pulumi.get(self, "droplet_ids")
|
|
59
61
|
|
|
@@ -103,7 +105,7 @@ class FirewallArgs:
|
|
|
103
105
|
@pulumi.getter
|
|
104
106
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
105
107
|
"""
|
|
106
|
-
The names of the Tags assigned to the Firewall.
|
|
108
|
+
The names of the Tags assigned to the Firewall (max. 5).
|
|
107
109
|
"""
|
|
108
110
|
return pulumi.get(self, "tags")
|
|
109
111
|
|
|
@@ -128,7 +130,8 @@ class _FirewallState:
|
|
|
128
130
|
:param pulumi.Input[str] created_at: A time value given in ISO8601 combined date and time format
|
|
129
131
|
that represents when the Firewall was created.
|
|
130
132
|
:param pulumi.Input[Sequence[pulumi.Input[int]]] droplet_ids: The list of the IDs of the Droplets assigned
|
|
131
|
-
to the Firewall.
|
|
133
|
+
to the Firewall (max. 10). If you want to assign more droplets to the
|
|
134
|
+
Firewall, add Tags to them and use the `tags` argument below.
|
|
132
135
|
:param pulumi.Input[Sequence[pulumi.Input['FirewallInboundRuleArgs']]] inbound_rules: The inbound access rule block for the Firewall.
|
|
133
136
|
The `inbound_rule` block is documented below.
|
|
134
137
|
:param pulumi.Input[str] name: The Firewall name
|
|
@@ -140,7 +143,7 @@ class _FirewallState:
|
|
|
140
143
|
have been successfully applied.
|
|
141
144
|
:param pulumi.Input[str] status: A status string indicating the current state of the Firewall.
|
|
142
145
|
This can be "waiting", "succeeded", or "failed".
|
|
143
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The names of the Tags assigned to the Firewall.
|
|
146
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The names of the Tags assigned to the Firewall (max. 5).
|
|
144
147
|
"""
|
|
145
148
|
if created_at is not None:
|
|
146
149
|
pulumi.set(__self__, "created_at", created_at)
|
|
@@ -177,7 +180,8 @@ class _FirewallState:
|
|
|
177
180
|
def droplet_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
|
178
181
|
"""
|
|
179
182
|
The list of the IDs of the Droplets assigned
|
|
180
|
-
to the Firewall.
|
|
183
|
+
to the Firewall (max. 10). If you want to assign more droplets to the
|
|
184
|
+
Firewall, add Tags to them and use the `tags` argument below.
|
|
181
185
|
"""
|
|
182
186
|
return pulumi.get(self, "droplet_ids")
|
|
183
187
|
|
|
@@ -255,7 +259,7 @@ class _FirewallState:
|
|
|
255
259
|
@pulumi.getter
|
|
256
260
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
257
261
|
"""
|
|
258
|
-
The names of the Tags assigned to the Firewall.
|
|
262
|
+
The names of the Tags assigned to the Firewall (max. 5).
|
|
259
263
|
"""
|
|
260
264
|
return pulumi.get(self, "tags")
|
|
261
265
|
|
|
@@ -364,13 +368,14 @@ class Firewall(pulumi.CustomResource):
|
|
|
364
368
|
:param str resource_name: The name of the resource.
|
|
365
369
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
366
370
|
:param pulumi.Input[Sequence[pulumi.Input[int]]] droplet_ids: The list of the IDs of the Droplets assigned
|
|
367
|
-
to the Firewall.
|
|
371
|
+
to the Firewall (max. 10). If you want to assign more droplets to the
|
|
372
|
+
Firewall, add Tags to them and use the `tags` argument below.
|
|
368
373
|
:param pulumi.Input[Sequence[pulumi.Input[Union['FirewallInboundRuleArgs', 'FirewallInboundRuleArgsDict']]]] inbound_rules: The inbound access rule block for the Firewall.
|
|
369
374
|
The `inbound_rule` block is documented below.
|
|
370
375
|
:param pulumi.Input[str] name: The Firewall name
|
|
371
376
|
:param pulumi.Input[Sequence[pulumi.Input[Union['FirewallOutboundRuleArgs', 'FirewallOutboundRuleArgsDict']]]] outbound_rules: The outbound access rule block for the Firewall.
|
|
372
377
|
The `outbound_rule` block is documented below.
|
|
373
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The names of the Tags assigned to the Firewall.
|
|
378
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The names of the Tags assigned to the Firewall (max. 5).
|
|
374
379
|
"""
|
|
375
380
|
...
|
|
376
381
|
@overload
|
|
@@ -529,7 +534,8 @@ class Firewall(pulumi.CustomResource):
|
|
|
529
534
|
:param pulumi.Input[str] created_at: A time value given in ISO8601 combined date and time format
|
|
530
535
|
that represents when the Firewall was created.
|
|
531
536
|
:param pulumi.Input[Sequence[pulumi.Input[int]]] droplet_ids: The list of the IDs of the Droplets assigned
|
|
532
|
-
to the Firewall.
|
|
537
|
+
to the Firewall (max. 10). If you want to assign more droplets to the
|
|
538
|
+
Firewall, add Tags to them and use the `tags` argument below.
|
|
533
539
|
:param pulumi.Input[Sequence[pulumi.Input[Union['FirewallInboundRuleArgs', 'FirewallInboundRuleArgsDict']]]] inbound_rules: The inbound access rule block for the Firewall.
|
|
534
540
|
The `inbound_rule` block is documented below.
|
|
535
541
|
:param pulumi.Input[str] name: The Firewall name
|
|
@@ -541,7 +547,7 @@ class Firewall(pulumi.CustomResource):
|
|
|
541
547
|
have been successfully applied.
|
|
542
548
|
:param pulumi.Input[str] status: A status string indicating the current state of the Firewall.
|
|
543
549
|
This can be "waiting", "succeeded", or "failed".
|
|
544
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The names of the Tags assigned to the Firewall.
|
|
550
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The names of the Tags assigned to the Firewall (max. 5).
|
|
545
551
|
"""
|
|
546
552
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
547
553
|
|
|
@@ -571,7 +577,8 @@ class Firewall(pulumi.CustomResource):
|
|
|
571
577
|
def droplet_ids(self) -> pulumi.Output[Optional[Sequence[int]]]:
|
|
572
578
|
"""
|
|
573
579
|
The list of the IDs of the Droplets assigned
|
|
574
|
-
to the Firewall.
|
|
580
|
+
to the Firewall (max. 10). If you want to assign more droplets to the
|
|
581
|
+
Firewall, add Tags to them and use the `tags` argument below.
|
|
575
582
|
"""
|
|
576
583
|
return pulumi.get(self, "droplet_ids")
|
|
577
584
|
|
|
@@ -625,7 +632,7 @@ class Firewall(pulumi.CustomResource):
|
|
|
625
632
|
@pulumi.getter
|
|
626
633
|
def tags(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
627
634
|
"""
|
|
628
|
-
The names of the Tags assigned to the Firewall.
|
|
635
|
+
The names of the Tags assigned to the Firewall (max. 5).
|
|
629
636
|
"""
|
|
630
637
|
return pulumi.get(self, "tags")
|
|
631
638
|
|