pulumi-digitalocean 4.38.0__py3-none-any.whl → 4.38.0a1734154537__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.

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