pulumi-oci 1.30.0a1711740723__py3-none-any.whl → 1.30.0a1712219839__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.
Files changed (44) hide show
  1. pulumi_oci/cloudguard/_inputs.py +10 -2
  2. pulumi_oci/cloudguard/cloud_guard_configuration.py +2 -2
  3. pulumi_oci/cloudguard/cloud_guard_data_source.py +45 -24
  4. pulumi_oci/cloudguard/data_mask_rule.py +2 -2
  5. pulumi_oci/cloudguard/detector_recipe.py +2 -2
  6. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +2 -2
  7. pulumi_oci/cloudguard/get_data_mask_rule.py +2 -2
  8. pulumi_oci/cloudguard/get_data_mask_rules.py +2 -2
  9. pulumi_oci/cloudguard/get_detector_recipe.py +2 -2
  10. pulumi_oci/cloudguard/get_detector_recipes.py +2 -2
  11. pulumi_oci/cloudguard/get_managed_list.py +2 -2
  12. pulumi_oci/cloudguard/get_managed_lists.py +2 -2
  13. pulumi_oci/cloudguard/managed_list.py +2 -2
  14. pulumi_oci/cloudguard/outputs.py +10 -2
  15. pulumi_oci/disasterrecovery/dr_protection_group.py +1 -1
  16. pulumi_oci/email/__init__.py +1 -0
  17. pulumi_oci/email/dkim.py +21 -21
  18. pulumi_oci/email/email_domain.py +7 -7
  19. pulumi_oci/email/get_configuration.py +138 -0
  20. pulumi_oci/email/get_dkim.py +2 -2
  21. pulumi_oci/email/get_dkims.py +2 -2
  22. pulumi_oci/email/get_email_domain.py +2 -2
  23. pulumi_oci/email/get_email_domains.py +1 -1
  24. pulumi_oci/email/get_sender.py +15 -2
  25. pulumi_oci/email/get_suppression.py +2 -2
  26. pulumi_oci/email/get_suppressions.py +4 -4
  27. pulumi_oci/email/outputs.py +23 -12
  28. pulumi_oci/email/sender.py +32 -4
  29. pulumi_oci/email/suppression.py +8 -8
  30. pulumi_oci/loadbalancer/_inputs.py +2 -2
  31. pulumi_oci/loadbalancer/outputs.py +4 -4
  32. pulumi_oci/loadbalancer/ssl_cipher_suite.py +42 -0
  33. pulumi_oci/managementagent/_inputs.py +0 -44
  34. pulumi_oci/managementagent/get_management_agents.py +20 -3
  35. pulumi_oci/managementagent/management_agent.py +27 -79
  36. pulumi_oci/managementagent/outputs.py +0 -44
  37. pulumi_oci/networkloadbalancer/_inputs.py +4 -4
  38. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +31 -1
  39. pulumi_oci/networkloadbalancer/network_load_balancer.py +184 -23
  40. pulumi_oci/networkloadbalancer/outputs.py +25 -4
  41. {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.30.0a1712219839.dist-info}/METADATA +1 -1
  42. {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.30.0a1712219839.dist-info}/RECORD +44 -43
  43. {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.30.0a1712219839.dist-info}/WHEEL +0 -0
  44. {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.30.0a1712219839.dist-info}/top_level.txt +0 -0
@@ -58,7 +58,7 @@ class GetDkimsDkimCollectionItemResult(dict):
58
58
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains this DKIM.
59
59
  :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
60
60
  :param str description: The description of the DKIM. Avoid entering confidential information.
61
- :param str dns_subdomain_name: The name of the DNS subdomain that must be provisioned to enable email recipients to verify DKIM signatures. It is usually created with a CNAME record set to the cnameRecordValue
61
+ :param str dns_subdomain_name: The name of the DNS subdomain that must be provisioned to enable email recipients to verify DKIM signatures. It is usually created with a CNAME record set to the cnameRecordValue.
62
62
  :param str email_domain_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the email domain to which this DKIM belongs.
63
63
  :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
64
64
  :param str id: A filter to only return resources that match the given id exactly.
@@ -68,7 +68,7 @@ class GetDkimsDkimCollectionItemResult(dict):
68
68
  :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
69
69
  :param str time_created: The time the DKIM was created. Times are expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, "YYYY-MM-ddThh:mmZ". Example: `2021-02-12T22:47:12.613Z`
70
70
  :param str time_updated: The time of the last change to the DKIM configuration, due to a state change or an update operation. Times are expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, "YYYY-MM-ddThh:mmZ".
71
- :param str txt_record_value: The DNS TXT record value to provision to the DKIM DNS subdomain in place of using a CNAME record. This is used in cases where a CNAME can not be used, such as when the cnameRecordValue would exceed the maximum length for a DNS entry. This can also be used by customers who have an existing procedure to directly provision TXT records for DKIM. Be aware that many DNS APIs will require you to break this string into segments of less than 255 characters.
71
+ :param str txt_record_value: The DNS TXT record value to provision to the DKIM DNS subdomain in place of using a CNAME record. This is used in cases where a CNAME cannot be used, such as when the cnameRecordValue would exceed the maximum length for a DNS entry. You can also use this if you have an existing procedure to directly provision TXT records for DKIM. Many DNS APIs require you to break this string into segments of fewer than 255 characters.
72
72
  """
73
73
  pulumi.set(__self__, "cname_record_value", cname_record_value)
74
74
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -122,7 +122,7 @@ class GetDkimsDkimCollectionItemResult(dict):
122
122
  @pulumi.getter(name="dnsSubdomainName")
123
123
  def dns_subdomain_name(self) -> str:
124
124
  """
125
- The name of the DNS subdomain that must be provisioned to enable email recipients to verify DKIM signatures. It is usually created with a CNAME record set to the cnameRecordValue
125
+ The name of the DNS subdomain that must be provisioned to enable email recipients to verify DKIM signatures. It is usually created with a CNAME record set to the cnameRecordValue.
126
126
  """
127
127
  return pulumi.get(self, "dns_subdomain_name")
128
128
 
@@ -202,7 +202,7 @@ class GetDkimsDkimCollectionItemResult(dict):
202
202
  @pulumi.getter(name="txtRecordValue")
203
203
  def txt_record_value(self) -> str:
204
204
  """
205
- The DNS TXT record value to provision to the DKIM DNS subdomain in place of using a CNAME record. This is used in cases where a CNAME can not be used, such as when the cnameRecordValue would exceed the maximum length for a DNS entry. This can also be used by customers who have an existing procedure to directly provision TXT records for DKIM. Be aware that many DNS APIs will require you to break this string into segments of less than 255 characters.
205
+ The DNS TXT record value to provision to the DKIM DNS subdomain in place of using a CNAME record. This is used in cases where a CNAME cannot be used, such as when the cnameRecordValue would exceed the maximum length for a DNS entry. You can also use this if you have an existing procedure to directly provision TXT records for DKIM. Many DNS APIs require you to break this string into segments of fewer than 255 characters.
206
206
  """
207
207
  return pulumi.get(self, "txt_record_value")
208
208
 
@@ -270,7 +270,7 @@ class GetEmailDomainsEmailDomainCollectionItemResult(dict):
270
270
  :param str active_dkim_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DKIM key that will be used to sign mail sent from this email domain.
271
271
  :param str compartment_id: The OCID for the compartment.
272
272
  :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
273
- :param str description: The description of a email domain.
273
+ :param str description: The description of an email domain.
274
274
  :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
275
275
  :param str id: A filter to only return resources that match the given id exactly.
276
276
  :param bool is_spf: Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
@@ -319,7 +319,7 @@ class GetEmailDomainsEmailDomainCollectionItemResult(dict):
319
319
  @pulumi.getter
320
320
  def description(self) -> str:
321
321
  """
322
- The description of a email domain.
322
+ The description of an email domain.
323
323
  """
324
324
  return pulumi.get(self, "description")
325
325
 
@@ -451,6 +451,7 @@ class GetSendersSenderResult(dict):
451
451
  id: str,
452
452
  is_spf: bool,
453
453
  state: str,
454
+ system_tags: Mapping[str, Any],
454
455
  time_created: str):
455
456
  """
456
457
  :param str compartment_id: The OCID for the compartment.
@@ -461,7 +462,8 @@ class GetSendersSenderResult(dict):
461
462
  :param str id: The unique OCID of the sender.
462
463
  :param bool is_spf: Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
463
464
  :param str state: The current state of a sender.
464
- :param str time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
465
+ :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
466
+ :param str time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
465
467
  """
466
468
  pulumi.set(__self__, "compartment_id", compartment_id)
467
469
  pulumi.set(__self__, "defined_tags", defined_tags)
@@ -471,6 +473,7 @@ class GetSendersSenderResult(dict):
471
473
  pulumi.set(__self__, "id", id)
472
474
  pulumi.set(__self__, "is_spf", is_spf)
473
475
  pulumi.set(__self__, "state", state)
476
+ pulumi.set(__self__, "system_tags", system_tags)
474
477
  pulumi.set(__self__, "time_created", time_created)
475
478
 
476
479
  @property
@@ -537,11 +540,19 @@ class GetSendersSenderResult(dict):
537
540
  """
538
541
  return pulumi.get(self, "state")
539
542
 
543
+ @property
544
+ @pulumi.getter(name="systemTags")
545
+ def system_tags(self) -> Mapping[str, Any]:
546
+ """
547
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
548
+ """
549
+ return pulumi.get(self, "system_tags")
550
+
540
551
  @property
541
552
  @pulumi.getter(name="timeCreated")
542
553
  def time_created(self) -> str:
543
554
  """
544
- The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
555
+ The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
545
556
  """
546
557
  return pulumi.get(self, "time_created")
547
558
 
@@ -593,8 +604,8 @@ class GetSuppressionsSuppressionResult(dict):
593
604
  :param str id: The unique OCID of the suppression.
594
605
  :param str message_id: The value of the Message-ID header from the email that triggered a suppression. This value is as defined in RFC 5322 section 3.6.4, excluding angle-brackets. Not provided for all types of suppressions.
595
606
  :param str reason: The reason that the email address was suppressed. For more information on the types of bounces, see [Suppression List](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
596
- :param str time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
597
- :param str time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
607
+ :param str time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
608
+ :param str time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
598
609
  """
599
610
  pulumi.set(__self__, "compartment_id", compartment_id)
600
611
  pulumi.set(__self__, "email_address", email_address)
@@ -666,7 +677,7 @@ class GetSuppressionsSuppressionResult(dict):
666
677
  @pulumi.getter(name="timeCreated")
667
678
  def time_created(self) -> str:
668
679
  """
669
- The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
680
+ The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
670
681
  """
671
682
  return pulumi.get(self, "time_created")
672
683
 
@@ -674,7 +685,7 @@ class GetSuppressionsSuppressionResult(dict):
674
685
  @pulumi.getter(name="timeLastSuppressed")
675
686
  def time_last_suppressed(self) -> str:
676
687
  """
677
- The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
688
+ The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
678
689
  """
679
690
  return pulumi.get(self, "time_last_suppressed")
680
691
 
@@ -99,6 +99,7 @@ class _SenderState:
99
99
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
100
100
  is_spf: Optional[pulumi.Input[bool]] = None,
101
101
  state: Optional[pulumi.Input[str]] = None,
102
+ system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
102
103
  time_created: Optional[pulumi.Input[str]] = None):
103
104
  """
104
105
  Input properties used for looking up and filtering Sender resources.
@@ -113,7 +114,8 @@ class _SenderState:
113
114
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
114
115
  :param pulumi.Input[bool] is_spf: Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
115
116
  :param pulumi.Input[str] state: The current status of the approved sender.
116
- :param pulumi.Input[str] time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
117
+ :param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
118
+ :param pulumi.Input[str] time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
117
119
  """
118
120
  if compartment_id is not None:
119
121
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -129,6 +131,8 @@ class _SenderState:
129
131
  pulumi.set(__self__, "is_spf", is_spf)
130
132
  if state is not None:
131
133
  pulumi.set(__self__, "state", state)
134
+ if system_tags is not None:
135
+ pulumi.set(__self__, "system_tags", system_tags)
132
136
  if time_created is not None:
133
137
  pulumi.set(__self__, "time_created", time_created)
134
138
 
@@ -220,11 +224,23 @@ class _SenderState:
220
224
  def state(self, value: Optional[pulumi.Input[str]]):
221
225
  pulumi.set(self, "state", value)
222
226
 
227
+ @property
228
+ @pulumi.getter(name="systemTags")
229
+ def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
230
+ """
231
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
232
+ """
233
+ return pulumi.get(self, "system_tags")
234
+
235
+ @system_tags.setter
236
+ def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
237
+ pulumi.set(self, "system_tags", value)
238
+
223
239
  @property
224
240
  @pulumi.getter(name="timeCreated")
225
241
  def time_created(self) -> Optional[pulumi.Input[str]]:
226
242
  """
227
- The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
243
+ The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
228
244
  """
229
245
  return pulumi.get(self, "time_created")
230
246
 
@@ -363,6 +379,7 @@ class Sender(pulumi.CustomResource):
363
379
  __props__.__dict__["email_domain_id"] = None
364
380
  __props__.__dict__["is_spf"] = None
365
381
  __props__.__dict__["state"] = None
382
+ __props__.__dict__["system_tags"] = None
366
383
  __props__.__dict__["time_created"] = None
367
384
  super(Sender, __self__).__init__(
368
385
  'oci:Email/sender:Sender',
@@ -381,6 +398,7 @@ class Sender(pulumi.CustomResource):
381
398
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
382
399
  is_spf: Optional[pulumi.Input[bool]] = None,
383
400
  state: Optional[pulumi.Input[str]] = None,
401
+ system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
384
402
  time_created: Optional[pulumi.Input[str]] = None) -> 'Sender':
385
403
  """
386
404
  Get an existing Sender resource's state with the given name, id, and optional extra
@@ -400,7 +418,8 @@ class Sender(pulumi.CustomResource):
400
418
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
401
419
  :param pulumi.Input[bool] is_spf: Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
402
420
  :param pulumi.Input[str] state: The current status of the approved sender.
403
- :param pulumi.Input[str] time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
421
+ :param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
422
+ :param pulumi.Input[str] time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
404
423
  """
405
424
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
406
425
 
@@ -413,6 +432,7 @@ class Sender(pulumi.CustomResource):
413
432
  __props__.__dict__["freeform_tags"] = freeform_tags
414
433
  __props__.__dict__["is_spf"] = is_spf
415
434
  __props__.__dict__["state"] = state
435
+ __props__.__dict__["system_tags"] = system_tags
416
436
  __props__.__dict__["time_created"] = time_created
417
437
  return Sender(resource_name, opts=opts, __props__=__props__)
418
438
 
@@ -476,11 +496,19 @@ class Sender(pulumi.CustomResource):
476
496
  """
477
497
  return pulumi.get(self, "state")
478
498
 
499
+ @property
500
+ @pulumi.getter(name="systemTags")
501
+ def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
502
+ """
503
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
504
+ """
505
+ return pulumi.get(self, "system_tags")
506
+
479
507
  @property
480
508
  @pulumi.getter(name="timeCreated")
481
509
  def time_created(self) -> pulumi.Output[str]:
482
510
  """
483
- The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
511
+ The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
484
512
  """
485
513
  return pulumi.get(self, "time_created")
486
514
 
@@ -80,8 +80,8 @@ class _SuppressionState:
80
80
  :param pulumi.Input[str] error_source: DNS name of the source of the error that caused the suppression. Will be set to either the remote-mta or reporting-mta field from a delivery status notification (RFC 3464) when available. Not provided for all types of suppressions, and not always known.
81
81
  :param pulumi.Input[str] message_id: The value of the Message-ID header from the email that triggered a suppression. This value is as defined in RFC 5322 section 3.6.4, excluding angle-brackets. Not provided for all types of suppressions.
82
82
  :param pulumi.Input[str] reason: The reason that the email address was suppressed. For more information on the types of bounces, see [Suppression List](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
83
- :param pulumi.Input[str] time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
84
- :param pulumi.Input[str] time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
83
+ :param pulumi.Input[str] time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
84
+ :param pulumi.Input[str] time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
85
85
  """
86
86
  if compartment_id is not None:
87
87
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -180,7 +180,7 @@ class _SuppressionState:
180
180
  @pulumi.getter(name="timeCreated")
181
181
  def time_created(self) -> Optional[pulumi.Input[str]]:
182
182
  """
183
- The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
183
+ The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
184
184
  """
185
185
  return pulumi.get(self, "time_created")
186
186
 
@@ -192,7 +192,7 @@ class _SuppressionState:
192
192
  @pulumi.getter(name="timeLastSuppressed")
193
193
  def time_last_suppressed(self) -> Optional[pulumi.Input[str]]:
194
194
  """
195
- The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
195
+ The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
196
196
  """
197
197
  return pulumi.get(self, "time_last_suppressed")
198
198
 
@@ -355,8 +355,8 @@ class Suppression(pulumi.CustomResource):
355
355
  :param pulumi.Input[str] error_source: DNS name of the source of the error that caused the suppression. Will be set to either the remote-mta or reporting-mta field from a delivery status notification (RFC 3464) when available. Not provided for all types of suppressions, and not always known.
356
356
  :param pulumi.Input[str] message_id: The value of the Message-ID header from the email that triggered a suppression. This value is as defined in RFC 5322 section 3.6.4, excluding angle-brackets. Not provided for all types of suppressions.
357
357
  :param pulumi.Input[str] reason: The reason that the email address was suppressed. For more information on the types of bounces, see [Suppression List](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
358
- :param pulumi.Input[str] time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
359
- :param pulumi.Input[str] time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
358
+ :param pulumi.Input[str] time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
359
+ :param pulumi.Input[str] time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
360
360
  """
361
361
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
362
362
 
@@ -428,7 +428,7 @@ class Suppression(pulumi.CustomResource):
428
428
  @pulumi.getter(name="timeCreated")
429
429
  def time_created(self) -> pulumi.Output[str]:
430
430
  """
431
- The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
431
+ The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
432
432
  """
433
433
  return pulumi.get(self, "time_created")
434
434
 
@@ -436,7 +436,7 @@ class Suppression(pulumi.CustomResource):
436
436
  @pulumi.getter(name="timeLastSuppressed")
437
437
  def time_last_suppressed(self) -> pulumi.Output[str]:
438
438
  """
439
- The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
439
+ The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
440
440
  """
441
441
  return pulumi.get(self, "time_last_suppressed")
442
442
 
@@ -2219,7 +2219,7 @@ class GetLoadBalancersFilterArgs:
2219
2219
  values: Sequence[str],
2220
2220
  regex: Optional[bool] = None):
2221
2221
  """
2222
- :param str name: A unique name for the routing policy rule. Avoid entering confidential information.
2222
+ :param str name: A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
2223
2223
  """
2224
2224
  pulumi.set(__self__, "name", name)
2225
2225
  pulumi.set(__self__, "values", values)
@@ -2230,7 +2230,7 @@ class GetLoadBalancersFilterArgs:
2230
2230
  @pulumi.getter
2231
2231
  def name(self) -> str:
2232
2232
  """
2233
- A unique name for the routing policy rule. Avoid entering confidential information.
2233
+ A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
2234
2234
  """
2235
2235
  return pulumi.get(self, "name")
2236
2236
 
@@ -3458,7 +3458,7 @@ class GetLoadBalancersFilterResult(dict):
3458
3458
  values: Sequence[str],
3459
3459
  regex: Optional[bool] = None):
3460
3460
  """
3461
- :param str name: A unique name for the routing policy rule. Avoid entering confidential information.
3461
+ :param str name: A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
3462
3462
  """
3463
3463
  pulumi.set(__self__, "name", name)
3464
3464
  pulumi.set(__self__, "values", values)
@@ -3469,7 +3469,7 @@ class GetLoadBalancersFilterResult(dict):
3469
3469
  @pulumi.getter
3470
3470
  def name(self) -> str:
3471
3471
  """
3472
- A unique name for the routing policy rule. Avoid entering confidential information.
3472
+ A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
3473
3473
  """
3474
3474
  return pulumi.get(self, "name")
3475
3475
 
@@ -3756,7 +3756,7 @@ class GetLoadBalancersLoadBalancerShapeDetailResult(dict):
3756
3756
  minimum_bandwidth_in_mbps: int):
3757
3757
  """
3758
3758
  :param int maximum_bandwidth_in_mbps: Bandwidth in Mbps that determines the maximum bandwidth (ingress plus egress) that the load balancer can achieve. This bandwidth cannot be always guaranteed. For a guaranteed bandwidth use the minimumBandwidthInMbps parameter.
3759
- :param int minimum_bandwidth_in_mbps: Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 0 and the maximumBandwidthInMbps in multiples of 10. The current allowed maximum value is defined in [Service Limits](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/servicelimits.htm). Example: `150`
3759
+ :param int minimum_bandwidth_in_mbps: Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 10 and the maximumBandwidthInMbps. Example: `150`
3760
3760
  """
3761
3761
  pulumi.set(__self__, "maximum_bandwidth_in_mbps", maximum_bandwidth_in_mbps)
3762
3762
  pulumi.set(__self__, "minimum_bandwidth_in_mbps", minimum_bandwidth_in_mbps)
@@ -3773,7 +3773,7 @@ class GetLoadBalancersLoadBalancerShapeDetailResult(dict):
3773
3773
  @pulumi.getter(name="minimumBandwidthInMbps")
3774
3774
  def minimum_bandwidth_in_mbps(self) -> int:
3775
3775
  """
3776
- Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 0 and the maximumBandwidthInMbps in multiples of 10. The current allowed maximum value is defined in [Service Limits](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/servicelimits.htm). Example: `150`
3776
+ Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 10 and the maximumBandwidthInMbps. Example: `150`
3777
3777
  """
3778
3778
  return pulumi.get(self, "minimum_bandwidth_in_mbps")
3779
3779
 
@@ -28,6 +28,12 @@ class SslCipherSuiteArgs:
28
28
  * oci-compatible-ssl-cipher-suite-v1
29
29
  * oci-wider-compatible-ssl-cipher-suite-v1
30
30
  * oci-customized-ssl-cipher-suite
31
+ * oci-default-http2-ssl-cipher-suite-v1
32
+ * oci-default-http2-tls-13-ssl-cipher-suite-v1
33
+ * oci-default-http2-tls-12-13-ssl-cipher-suite-v1
34
+ * oci-tls-13-recommended-ssl-cipher-suite-v1
35
+ * oci-tls-12-13-wider-ssl-cipher-suite-v1
36
+ * oci-tls-11-12-13-wider-ssl-cipher-suite-v1
31
37
 
32
38
  example: `example_cipher_suite`
33
39
 
@@ -73,6 +79,12 @@ class SslCipherSuiteArgs:
73
79
  * oci-compatible-ssl-cipher-suite-v1
74
80
  * oci-wider-compatible-ssl-cipher-suite-v1
75
81
  * oci-customized-ssl-cipher-suite
82
+ * oci-default-http2-ssl-cipher-suite-v1
83
+ * oci-default-http2-tls-13-ssl-cipher-suite-v1
84
+ * oci-default-http2-tls-12-13-ssl-cipher-suite-v1
85
+ * oci-tls-13-recommended-ssl-cipher-suite-v1
86
+ * oci-tls-12-13-wider-ssl-cipher-suite-v1
87
+ * oci-tls-11-12-13-wider-ssl-cipher-suite-v1
76
88
 
77
89
  example: `example_cipher_suite`
78
90
 
@@ -105,6 +117,12 @@ class _SslCipherSuiteState:
105
117
  * oci-compatible-ssl-cipher-suite-v1
106
118
  * oci-wider-compatible-ssl-cipher-suite-v1
107
119
  * oci-customized-ssl-cipher-suite
120
+ * oci-default-http2-ssl-cipher-suite-v1
121
+ * oci-default-http2-tls-13-ssl-cipher-suite-v1
122
+ * oci-default-http2-tls-12-13-ssl-cipher-suite-v1
123
+ * oci-tls-13-recommended-ssl-cipher-suite-v1
124
+ * oci-tls-12-13-wider-ssl-cipher-suite-v1
125
+ * oci-tls-11-12-13-wider-ssl-cipher-suite-v1
108
126
 
109
127
  example: `example_cipher_suite`
110
128
 
@@ -154,6 +172,12 @@ class _SslCipherSuiteState:
154
172
  * oci-compatible-ssl-cipher-suite-v1
155
173
  * oci-wider-compatible-ssl-cipher-suite-v1
156
174
  * oci-customized-ssl-cipher-suite
175
+ * oci-default-http2-ssl-cipher-suite-v1
176
+ * oci-default-http2-tls-13-ssl-cipher-suite-v1
177
+ * oci-default-http2-tls-12-13-ssl-cipher-suite-v1
178
+ * oci-tls-13-recommended-ssl-cipher-suite-v1
179
+ * oci-tls-12-13-wider-ssl-cipher-suite-v1
180
+ * oci-tls-11-12-13-wider-ssl-cipher-suite-v1
157
181
 
158
182
  example: `example_cipher_suite`
159
183
 
@@ -223,6 +247,12 @@ class SslCipherSuite(pulumi.CustomResource):
223
247
  * oci-compatible-ssl-cipher-suite-v1
224
248
  * oci-wider-compatible-ssl-cipher-suite-v1
225
249
  * oci-customized-ssl-cipher-suite
250
+ * oci-default-http2-ssl-cipher-suite-v1
251
+ * oci-default-http2-tls-13-ssl-cipher-suite-v1
252
+ * oci-default-http2-tls-12-13-ssl-cipher-suite-v1
253
+ * oci-tls-13-recommended-ssl-cipher-suite-v1
254
+ * oci-tls-12-13-wider-ssl-cipher-suite-v1
255
+ * oci-tls-11-12-13-wider-ssl-cipher-suite-v1
226
256
 
227
257
  example: `example_cipher_suite`
228
258
 
@@ -327,6 +357,12 @@ class SslCipherSuite(pulumi.CustomResource):
327
357
  * oci-compatible-ssl-cipher-suite-v1
328
358
  * oci-wider-compatible-ssl-cipher-suite-v1
329
359
  * oci-customized-ssl-cipher-suite
360
+ * oci-default-http2-ssl-cipher-suite-v1
361
+ * oci-default-http2-tls-13-ssl-cipher-suite-v1
362
+ * oci-default-http2-tls-12-13-ssl-cipher-suite-v1
363
+ * oci-tls-13-recommended-ssl-cipher-suite-v1
364
+ * oci-tls-12-13-wider-ssl-cipher-suite-v1
365
+ * oci-tls-11-12-13-wider-ssl-cipher-suite-v1
330
366
 
331
367
  example: `example_cipher_suite`
332
368
 
@@ -369,6 +405,12 @@ class SslCipherSuite(pulumi.CustomResource):
369
405
  * oci-compatible-ssl-cipher-suite-v1
370
406
  * oci-wider-compatible-ssl-cipher-suite-v1
371
407
  * oci-customized-ssl-cipher-suite
408
+ * oci-default-http2-ssl-cipher-suite-v1
409
+ * oci-default-http2-tls-13-ssl-cipher-suite-v1
410
+ * oci-default-http2-tls-12-13-ssl-cipher-suite-v1
411
+ * oci-tls-13-recommended-ssl-cipher-suite-v1
412
+ * oci-tls-12-13-wider-ssl-cipher-suite-v1
413
+ * oci-tls-11-12-13-wider-ssl-cipher-suite-v1
372
414
 
373
415
  example: `example_cipher_suite`
374
416
 
@@ -46,15 +46,7 @@ class ManagementAgentDataSourceListArgs:
46
46
  type: Optional[pulumi.Input[str]] = None,
47
47
  url: Optional[pulumi.Input[str]] = None):
48
48
  """
49
- :param pulumi.Input[str] allow_metrics: Comma separated metric name list. The complete set of desired scraped metrics. Use this property to limit the set of metrics uploaded if required.
50
- :param pulumi.Input[str] compartment_id: Compartment owning this DataSource.
51
- :param pulumi.Input[int] connection_timeout: Number in milliseconds. The timeout for connecting to the Prometheus Exporter's endpoint.
52
- :param pulumi.Input[bool] is_daemon_set: If the Kubernetes cluster type is Daemon set then this will be set to true.
53
- :param pulumi.Input[str] key: Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
54
- :param pulumi.Input[Sequence[pulumi.Input['ManagementAgentDataSourceListMetricDimensionArgs']]] metric_dimensions: The names of other user-supplied properties expressed as fixed values to be used as dimensions for every uploaded datapoint.
55
49
  :param pulumi.Input[str] name: Name of the property
56
- :param pulumi.Input[str] namespace: The Oracle Cloud Infrastructure monitoring namespace to which scraped metrics should be uploaded.
57
- :param pulumi.Input[str] proxy_url: The url of the network proxy that provides access to the Prometheus Exporter's endpoint (url required property).
58
50
  :param pulumi.Input[int] read_data_limit: Number in kilobytes. The limit on the data being sent, not to exceed the agent's fixed limit of 400 (KB).
59
51
  :param pulumi.Input[int] read_timeout: Number in milliseconds. The timeout for reading the response from the Prometheus Exporter's endpoint.
60
52
  :param pulumi.Input[str] resource_group: Oracle Cloud Infrastructure monitoring resource group to assign the metric to.
@@ -105,9 +97,6 @@ class ManagementAgentDataSourceListArgs:
105
97
  @property
106
98
  @pulumi.getter(name="allowMetrics")
107
99
  def allow_metrics(self) -> Optional[pulumi.Input[str]]:
108
- """
109
- Comma separated metric name list. The complete set of desired scraped metrics. Use this property to limit the set of metrics uploaded if required.
110
- """
111
100
  return pulumi.get(self, "allow_metrics")
112
101
 
113
102
  @allow_metrics.setter
@@ -117,9 +106,6 @@ class ManagementAgentDataSourceListArgs:
117
106
  @property
118
107
  @pulumi.getter(name="compartmentId")
119
108
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
120
- """
121
- Compartment owning this DataSource.
122
- """
123
109
  return pulumi.get(self, "compartment_id")
124
110
 
125
111
  @compartment_id.setter
@@ -129,9 +115,6 @@ class ManagementAgentDataSourceListArgs:
129
115
  @property
130
116
  @pulumi.getter(name="connectionTimeout")
131
117
  def connection_timeout(self) -> Optional[pulumi.Input[int]]:
132
- """
133
- Number in milliseconds. The timeout for connecting to the Prometheus Exporter's endpoint.
134
- """
135
118
  return pulumi.get(self, "connection_timeout")
136
119
 
137
120
  @connection_timeout.setter
@@ -141,9 +124,6 @@ class ManagementAgentDataSourceListArgs:
141
124
  @property
142
125
  @pulumi.getter(name="isDaemonSet")
143
126
  def is_daemon_set(self) -> Optional[pulumi.Input[bool]]:
144
- """
145
- If the Kubernetes cluster type is Daemon set then this will be set to true.
146
- """
147
127
  return pulumi.get(self, "is_daemon_set")
148
128
 
149
129
  @is_daemon_set.setter
@@ -153,9 +133,6 @@ class ManagementAgentDataSourceListArgs:
153
133
  @property
154
134
  @pulumi.getter
155
135
  def key(self) -> Optional[pulumi.Input[str]]:
156
- """
157
- Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
158
- """
159
136
  return pulumi.get(self, "key")
160
137
 
161
138
  @key.setter
@@ -165,9 +142,6 @@ class ManagementAgentDataSourceListArgs:
165
142
  @property
166
143
  @pulumi.getter(name="metricDimensions")
167
144
  def metric_dimensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagementAgentDataSourceListMetricDimensionArgs']]]]:
168
- """
169
- The names of other user-supplied properties expressed as fixed values to be used as dimensions for every uploaded datapoint.
170
- """
171
145
  return pulumi.get(self, "metric_dimensions")
172
146
 
173
147
  @metric_dimensions.setter
@@ -189,9 +163,6 @@ class ManagementAgentDataSourceListArgs:
189
163
  @property
190
164
  @pulumi.getter
191
165
  def namespace(self) -> Optional[pulumi.Input[str]]:
192
- """
193
- The Oracle Cloud Infrastructure monitoring namespace to which scraped metrics should be uploaded.
194
- """
195
166
  return pulumi.get(self, "namespace")
196
167
 
197
168
  @namespace.setter
@@ -201,9 +172,6 @@ class ManagementAgentDataSourceListArgs:
201
172
  @property
202
173
  @pulumi.getter(name="proxyUrl")
203
174
  def proxy_url(self) -> Optional[pulumi.Input[str]]:
204
- """
205
- The url of the network proxy that provides access to the Prometheus Exporter's endpoint (url required property).
206
- """
207
175
  return pulumi.get(self, "proxy_url")
208
176
 
209
177
  @proxy_url.setter
@@ -326,7 +294,6 @@ class ManagementAgentDataSourceListMetricDimensionArgs:
326
294
  value: Optional[pulumi.Input[str]] = None):
327
295
  """
328
296
  :param pulumi.Input[str] name: Name of the property
329
- :param pulumi.Input[str] value: Value of the metric dimension
330
297
  """
331
298
  if name is not None:
332
299
  pulumi.set(__self__, "name", name)
@@ -348,9 +315,6 @@ class ManagementAgentDataSourceListMetricDimensionArgs:
348
315
  @property
349
316
  @pulumi.getter
350
317
  def value(self) -> Optional[pulumi.Input[str]]:
351
- """
352
- Value of the metric dimension
353
- """
354
318
  return pulumi.get(self, "value")
355
319
 
356
320
  @value.setter
@@ -403,8 +367,6 @@ class ManagementAgentDataSourceSummaryListArgs:
403
367
  name: Optional[pulumi.Input[str]] = None,
404
368
  type: Optional[pulumi.Input[str]] = None):
405
369
  """
406
- :param pulumi.Input[bool] is_daemon_set: If the Kubernetes cluster type is Daemon set then this will be set to true.
407
- :param pulumi.Input[str] key: Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
408
370
  :param pulumi.Input[str] name: Name of the property
409
371
  :param pulumi.Input[str] type: The type of the DataSource.
410
372
  """
@@ -420,9 +382,6 @@ class ManagementAgentDataSourceSummaryListArgs:
420
382
  @property
421
383
  @pulumi.getter(name="isDaemonSet")
422
384
  def is_daemon_set(self) -> Optional[pulumi.Input[bool]]:
423
- """
424
- If the Kubernetes cluster type is Daemon set then this will be set to true.
425
- """
426
385
  return pulumi.get(self, "is_daemon_set")
427
386
 
428
387
  @is_daemon_set.setter
@@ -432,9 +391,6 @@ class ManagementAgentDataSourceSummaryListArgs:
432
391
  @property
433
392
  @pulumi.getter
434
393
  def key(self) -> Optional[pulumi.Input[str]]:
435
- """
436
- Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
437
- """
438
394
  return pulumi.get(self, "key")
439
395
 
440
396
  @key.setter