pulumi-oci 1.36.0__py3-none-any.whl → 1.36.0a1715707046__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 (119) hide show
  1. pulumi_oci/__init__.py +0 -208
  2. pulumi_oci/core/__init__.py +0 -3
  3. pulumi_oci/core/_inputs.py +0 -40
  4. pulumi_oci/core/outputs.py +0 -261
  5. pulumi_oci/database/_inputs.py +0 -192
  6. pulumi_oci/database/exadata_infrastructure.py +0 -28
  7. pulumi_oci/database/get_exadata_infrastructure.py +1 -14
  8. pulumi_oci/database/get_vm_cluster.py +1 -14
  9. pulumi_oci/database/outputs.py +0 -418
  10. pulumi_oci/database/vm_cluster.py +0 -55
  11. pulumi_oci/database/vm_cluster_add_virtual_network.py +0 -28
  12. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +0 -28
  13. pulumi_oci/datasafe/__init__.py +0 -1
  14. pulumi_oci/email/__init__.py +0 -3
  15. pulumi_oci/email/_inputs.py +0 -46
  16. pulumi_oci/email/dkim.py +4 -4
  17. pulumi_oci/email/email_domain.py +0 -77
  18. pulumi_oci/email/get_email_domain.py +1 -27
  19. pulumi_oci/email/outputs.py +0 -231
  20. pulumi_oci/loadbalancer/_inputs.py +0 -16
  21. pulumi_oci/loadbalancer/listener.py +0 -2
  22. pulumi_oci/loadbalancer/outputs.py +0 -14
  23. pulumi_oci/loganalytics/namespace.py +4 -4
  24. pulumi_oci/networkloadbalancer/get_listener.py +1 -14
  25. pulumi_oci/networkloadbalancer/listener.py +2 -51
  26. pulumi_oci/networkloadbalancer/outputs.py +0 -11
  27. pulumi_oci/osmanagementhub/__init__.py +0 -48
  28. pulumi_oci/osmanagementhub/_inputs.py +507 -3649
  29. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +13 -26
  30. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +11 -48
  31. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +15 -28
  32. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +19 -86
  33. pulumi_oci/osmanagementhub/get_managed_instance_group.py +10 -62
  34. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +9 -7
  35. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  36. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +10 -8
  37. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +16 -71
  38. pulumi_oci/osmanagementhub/get_management_station.py +19 -42
  39. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  40. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  41. pulumi_oci/osmanagementhub/get_profile.py +12 -51
  42. pulumi_oci/osmanagementhub/get_profiles.py +16 -76
  43. pulumi_oci/osmanagementhub/get_software_source.py +18 -109
  44. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  45. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  46. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  47. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  48. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  49. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  50. pulumi_oci/osmanagementhub/get_software_source_software_package.py +10 -23
  51. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  52. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  53. pulumi_oci/osmanagementhub/get_software_sources.py +21 -78
  54. pulumi_oci/osmanagementhub/lifecycle_environment.py +86 -159
  55. pulumi_oci/osmanagementhub/managed_instance_group.py +86 -264
  56. pulumi_oci/osmanagementhub/management_station.py +81 -184
  57. pulumi_oci/osmanagementhub/outputs.py +2364 -10866
  58. pulumi_oci/osmanagementhub/profile.py +78 -200
  59. pulumi_oci/osmanagementhub/software_source.py +181 -365
  60. pulumi_oci/pulumi-plugin.json +1 -1
  61. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/METADATA +1 -1
  62. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/RECORD +64 -119
  63. pulumi_oci/core/get_ip_inventory_subnet.py +0 -171
  64. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +0 -171
  65. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +0 -206
  66. pulumi_oci/datasafe/masking_report_management.py +0 -693
  67. pulumi_oci/email/email_return_path.py +0 -642
  68. pulumi_oci/email/get_email_return_path.py +0 -274
  69. pulumi_oci/email/get_email_return_paths.py +0 -203
  70. pulumi_oci/osmanagementhub/event.py +0 -701
  71. pulumi_oci/osmanagementhub/get_entitlements.py +0 -178
  72. pulumi_oci/osmanagementhub/get_errata.py +0 -283
  73. pulumi_oci/osmanagementhub/get_erratum.py +0 -308
  74. pulumi_oci/osmanagementhub/get_event.py +0 -314
  75. pulumi_oci/osmanagementhub/get_events.py +0 -314
  76. pulumi_oci/osmanagementhub/get_managed_instance.py +0 -587
  77. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +0 -187
  78. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +0 -190
  79. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +0 -238
  80. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +0 -204
  81. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +0 -220
  82. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +0 -244
  83. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +0 -221
  84. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +0 -204
  85. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +0 -187
  86. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +0 -221
  87. pulumi_oci/osmanagementhub/get_managed_instances.py +0 -537
  88. pulumi_oci/osmanagementhub/get_scheduled_job.py +0 -426
  89. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +0 -433
  90. pulumi_oci/osmanagementhub/get_software_package.py +0 -301
  91. pulumi_oci/osmanagementhub/get_software_package_software_source.py +0 -329
  92. pulumi_oci/osmanagementhub/get_software_packages.py +0 -232
  93. pulumi_oci/osmanagementhub/get_windows_update.py +0 -222
  94. pulumi_oci/osmanagementhub/get_windows_updates.py +0 -187
  95. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +0 -249
  96. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +0 -249
  97. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +0 -296
  98. pulumi_oci/osmanagementhub/managed_instance.py +0 -1327
  99. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +0 -266
  100. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +0 -214
  101. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +0 -293
  102. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +0 -293
  103. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +0 -264
  104. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +0 -293
  105. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +0 -293
  106. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +0 -293
  107. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +0 -526
  108. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +0 -293
  109. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +0 -292
  110. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +0 -341
  111. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +0 -341
  112. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +0 -264
  113. pulumi_oci/osmanagementhub/management_station_refresh_management.py +0 -212
  114. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +0 -264
  115. pulumi_oci/osmanagementhub/scheduled_job.py +0 -1331
  116. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +0 -266
  117. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +0 -194
  118. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/top_level.txt +0 -0
@@ -17,7 +17,6 @@ class EmailDomainArgs:
17
17
  compartment_id: pulumi.Input[str],
18
18
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
19
19
  description: Optional[pulumi.Input[str]] = None,
20
- domain_verification_id: Optional[pulumi.Input[str]] = None,
21
20
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
22
21
  name: Optional[pulumi.Input[str]] = None):
23
22
  """
@@ -25,7 +24,6 @@ class EmailDomainArgs:
25
24
  :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for this email domain.
26
25
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) 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"}`
27
26
  :param pulumi.Input[str] description: (Updatable) A string that describes the details about the domain. It does not have to be unique, and you can change it. Avoid entering confidential information.
28
- :param pulumi.Input[str] domain_verification_id: (Updatable) Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
29
27
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) 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"}`
30
28
  :param pulumi.Input[str] name: The name of the email domain in the Internet Domain Name System (DNS). The email domain name must be unique in the region for this tenancy. Domain names limited to ASCII characters use alphanumeric, dash ("-"), and dot (".") characters. The dash and dot are only allowed between alphanumeric characters. For details, see [RFC 5321, section 4.1.2](https://tools.ietf.org/html/rfc5321#section-4.1.2) Non-ASCII domain names should adopt IDNA2008 normalization (RFC 5891-5892).
31
29
 
@@ -38,8 +36,6 @@ class EmailDomainArgs:
38
36
  pulumi.set(__self__, "defined_tags", defined_tags)
39
37
  if description is not None:
40
38
  pulumi.set(__self__, "description", description)
41
- if domain_verification_id is not None:
42
- pulumi.set(__self__, "domain_verification_id", domain_verification_id)
43
39
  if freeform_tags is not None:
44
40
  pulumi.set(__self__, "freeform_tags", freeform_tags)
45
41
  if name is not None:
@@ -81,18 +77,6 @@ class EmailDomainArgs:
81
77
  def description(self, value: Optional[pulumi.Input[str]]):
82
78
  pulumi.set(self, "description", value)
83
79
 
84
- @property
85
- @pulumi.getter(name="domainVerificationId")
86
- def domain_verification_id(self) -> Optional[pulumi.Input[str]]:
87
- """
88
- (Updatable) Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
89
- """
90
- return pulumi.get(self, "domain_verification_id")
91
-
92
- @domain_verification_id.setter
93
- def domain_verification_id(self, value: Optional[pulumi.Input[str]]):
94
- pulumi.set(self, "domain_verification_id", value)
95
-
96
80
  @property
97
81
  @pulumi.getter(name="freeformTags")
98
82
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
@@ -129,8 +113,6 @@ class _EmailDomainState:
129
113
  compartment_id: Optional[pulumi.Input[str]] = None,
130
114
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
131
115
  description: Optional[pulumi.Input[str]] = None,
132
- domain_verification_id: Optional[pulumi.Input[str]] = None,
133
- domain_verification_status: Optional[pulumi.Input[str]] = None,
134
116
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
135
117
  is_spf: Optional[pulumi.Input[bool]] = None,
136
118
  name: Optional[pulumi.Input[str]] = None,
@@ -143,8 +125,6 @@ class _EmailDomainState:
143
125
  :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for this email domain.
144
126
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) 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"}`
145
127
  :param pulumi.Input[str] description: (Updatable) A string that describes the details about the domain. It does not have to be unique, and you can change it. Avoid entering confidential information.
146
- :param pulumi.Input[str] domain_verification_id: (Updatable) Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
147
- :param pulumi.Input[str] domain_verification_status: The current domain verification status.
148
128
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) 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"}`
149
129
  :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).
150
130
  :param pulumi.Input[str] name: The name of the email domain in the Internet Domain Name System (DNS). The email domain name must be unique in the region for this tenancy. Domain names limited to ASCII characters use alphanumeric, dash ("-"), and dot (".") characters. The dash and dot are only allowed between alphanumeric characters. For details, see [RFC 5321, section 4.1.2](https://tools.ietf.org/html/rfc5321#section-4.1.2) Non-ASCII domain names should adopt IDNA2008 normalization (RFC 5891-5892).
@@ -164,10 +144,6 @@ class _EmailDomainState:
164
144
  pulumi.set(__self__, "defined_tags", defined_tags)
165
145
  if description is not None:
166
146
  pulumi.set(__self__, "description", description)
167
- if domain_verification_id is not None:
168
- pulumi.set(__self__, "domain_verification_id", domain_verification_id)
169
- if domain_verification_status is not None:
170
- pulumi.set(__self__, "domain_verification_status", domain_verification_status)
171
147
  if freeform_tags is not None:
172
148
  pulumi.set(__self__, "freeform_tags", freeform_tags)
173
149
  if is_spf is not None:
@@ -229,30 +205,6 @@ class _EmailDomainState:
229
205
  def description(self, value: Optional[pulumi.Input[str]]):
230
206
  pulumi.set(self, "description", value)
231
207
 
232
- @property
233
- @pulumi.getter(name="domainVerificationId")
234
- def domain_verification_id(self) -> Optional[pulumi.Input[str]]:
235
- """
236
- (Updatable) Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
237
- """
238
- return pulumi.get(self, "domain_verification_id")
239
-
240
- @domain_verification_id.setter
241
- def domain_verification_id(self, value: Optional[pulumi.Input[str]]):
242
- pulumi.set(self, "domain_verification_id", value)
243
-
244
- @property
245
- @pulumi.getter(name="domainVerificationStatus")
246
- def domain_verification_status(self) -> Optional[pulumi.Input[str]]:
247
- """
248
- The current domain verification status.
249
- """
250
- return pulumi.get(self, "domain_verification_status")
251
-
252
- @domain_verification_status.setter
253
- def domain_verification_status(self, value: Optional[pulumi.Input[str]]):
254
- pulumi.set(self, "domain_verification_status", value)
255
-
256
208
  @property
257
209
  @pulumi.getter(name="freeformTags")
258
210
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
@@ -338,7 +290,6 @@ class EmailDomain(pulumi.CustomResource):
338
290
  compartment_id: Optional[pulumi.Input[str]] = None,
339
291
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
340
292
  description: Optional[pulumi.Input[str]] = None,
341
- domain_verification_id: Optional[pulumi.Input[str]] = None,
342
293
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
343
294
  name: Optional[pulumi.Input[str]] = None,
344
295
  __props__=None):
@@ -360,7 +311,6 @@ class EmailDomain(pulumi.CustomResource):
360
311
  "Operations.CostCenter": "42",
361
312
  },
362
313
  description=email_domain_description,
363
- domain_verification_id=test_domain_verification["id"],
364
314
  freeform_tags={
365
315
  "Department": "Finance",
366
316
  })
@@ -379,7 +329,6 @@ class EmailDomain(pulumi.CustomResource):
379
329
  :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for this email domain.
380
330
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) 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"}`
381
331
  :param pulumi.Input[str] description: (Updatable) A string that describes the details about the domain. It does not have to be unique, and you can change it. Avoid entering confidential information.
382
- :param pulumi.Input[str] domain_verification_id: (Updatable) Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
383
332
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) 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"}`
384
333
  :param pulumi.Input[str] name: The name of the email domain in the Internet Domain Name System (DNS). The email domain name must be unique in the region for this tenancy. Domain names limited to ASCII characters use alphanumeric, dash ("-"), and dot (".") characters. The dash and dot are only allowed between alphanumeric characters. For details, see [RFC 5321, section 4.1.2](https://tools.ietf.org/html/rfc5321#section-4.1.2) Non-ASCII domain names should adopt IDNA2008 normalization (RFC 5891-5892).
385
334
 
@@ -411,7 +360,6 @@ class EmailDomain(pulumi.CustomResource):
411
360
  "Operations.CostCenter": "42",
412
361
  },
413
362
  description=email_domain_description,
414
- domain_verification_id=test_domain_verification["id"],
415
363
  freeform_tags={
416
364
  "Department": "Finance",
417
365
  })
@@ -443,7 +391,6 @@ class EmailDomain(pulumi.CustomResource):
443
391
  compartment_id: Optional[pulumi.Input[str]] = None,
444
392
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
445
393
  description: Optional[pulumi.Input[str]] = None,
446
- domain_verification_id: Optional[pulumi.Input[str]] = None,
447
394
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
448
395
  name: Optional[pulumi.Input[str]] = None,
449
396
  __props__=None):
@@ -460,11 +407,9 @@ class EmailDomain(pulumi.CustomResource):
460
407
  __props__.__dict__["compartment_id"] = compartment_id
461
408
  __props__.__dict__["defined_tags"] = defined_tags
462
409
  __props__.__dict__["description"] = description
463
- __props__.__dict__["domain_verification_id"] = domain_verification_id
464
410
  __props__.__dict__["freeform_tags"] = freeform_tags
465
411
  __props__.__dict__["name"] = name
466
412
  __props__.__dict__["active_dkim_id"] = None
467
- __props__.__dict__["domain_verification_status"] = None
468
413
  __props__.__dict__["is_spf"] = None
469
414
  __props__.__dict__["state"] = None
470
415
  __props__.__dict__["system_tags"] = None
@@ -483,8 +428,6 @@ class EmailDomain(pulumi.CustomResource):
483
428
  compartment_id: Optional[pulumi.Input[str]] = None,
484
429
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
485
430
  description: Optional[pulumi.Input[str]] = None,
486
- domain_verification_id: Optional[pulumi.Input[str]] = None,
487
- domain_verification_status: Optional[pulumi.Input[str]] = None,
488
431
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
489
432
  is_spf: Optional[pulumi.Input[bool]] = None,
490
433
  name: Optional[pulumi.Input[str]] = None,
@@ -502,8 +445,6 @@ class EmailDomain(pulumi.CustomResource):
502
445
  :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for this email domain.
503
446
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) 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"}`
504
447
  :param pulumi.Input[str] description: (Updatable) A string that describes the details about the domain. It does not have to be unique, and you can change it. Avoid entering confidential information.
505
- :param pulumi.Input[str] domain_verification_id: (Updatable) Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
506
- :param pulumi.Input[str] domain_verification_status: The current domain verification status.
507
448
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) 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"}`
508
449
  :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).
509
450
  :param pulumi.Input[str] name: The name of the email domain in the Internet Domain Name System (DNS). The email domain name must be unique in the region for this tenancy. Domain names limited to ASCII characters use alphanumeric, dash ("-"), and dot (".") characters. The dash and dot are only allowed between alphanumeric characters. For details, see [RFC 5321, section 4.1.2](https://tools.ietf.org/html/rfc5321#section-4.1.2) Non-ASCII domain names should adopt IDNA2008 normalization (RFC 5891-5892).
@@ -523,8 +464,6 @@ class EmailDomain(pulumi.CustomResource):
523
464
  __props__.__dict__["compartment_id"] = compartment_id
524
465
  __props__.__dict__["defined_tags"] = defined_tags
525
466
  __props__.__dict__["description"] = description
526
- __props__.__dict__["domain_verification_id"] = domain_verification_id
527
- __props__.__dict__["domain_verification_status"] = domain_verification_status
528
467
  __props__.__dict__["freeform_tags"] = freeform_tags
529
468
  __props__.__dict__["is_spf"] = is_spf
530
469
  __props__.__dict__["name"] = name
@@ -565,22 +504,6 @@ class EmailDomain(pulumi.CustomResource):
565
504
  """
566
505
  return pulumi.get(self, "description")
567
506
 
568
- @property
569
- @pulumi.getter(name="domainVerificationId")
570
- def domain_verification_id(self) -> pulumi.Output[str]:
571
- """
572
- (Updatable) Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
573
- """
574
- return pulumi.get(self, "domain_verification_id")
575
-
576
- @property
577
- @pulumi.getter(name="domainVerificationStatus")
578
- def domain_verification_status(self) -> pulumi.Output[str]:
579
- """
580
- The current domain verification status.
581
- """
582
- return pulumi.get(self, "domain_verification_status")
583
-
584
507
  @property
585
508
  @pulumi.getter(name="freeformTags")
586
509
  def freeform_tags(self) -> pulumi.Output[Mapping[str, Any]]:
@@ -21,7 +21,7 @@ class GetEmailDomainResult:
21
21
  """
22
22
  A collection of values returned by getEmailDomain.
23
23
  """
24
- def __init__(__self__, active_dkim_id=None, compartment_id=None, defined_tags=None, description=None, domain_verification_id=None, domain_verification_status=None, email_domain_id=None, freeform_tags=None, id=None, is_spf=None, name=None, state=None, system_tags=None, time_created=None):
24
+ def __init__(__self__, active_dkim_id=None, compartment_id=None, defined_tags=None, description=None, email_domain_id=None, freeform_tags=None, id=None, is_spf=None, name=None, state=None, system_tags=None, time_created=None):
25
25
  if active_dkim_id and not isinstance(active_dkim_id, str):
26
26
  raise TypeError("Expected argument 'active_dkim_id' to be a str")
27
27
  pulumi.set(__self__, "active_dkim_id", active_dkim_id)
@@ -34,12 +34,6 @@ class GetEmailDomainResult:
34
34
  if description and not isinstance(description, str):
35
35
  raise TypeError("Expected argument 'description' to be a str")
36
36
  pulumi.set(__self__, "description", description)
37
- if domain_verification_id and not isinstance(domain_verification_id, str):
38
- raise TypeError("Expected argument 'domain_verification_id' to be a str")
39
- pulumi.set(__self__, "domain_verification_id", domain_verification_id)
40
- if domain_verification_status and not isinstance(domain_verification_status, str):
41
- raise TypeError("Expected argument 'domain_verification_status' to be a str")
42
- pulumi.set(__self__, "domain_verification_status", domain_verification_status)
43
37
  if email_domain_id and not isinstance(email_domain_id, str):
44
38
  raise TypeError("Expected argument 'email_domain_id' to be a str")
45
39
  pulumi.set(__self__, "email_domain_id", email_domain_id)
@@ -97,22 +91,6 @@ class GetEmailDomainResult:
97
91
  """
98
92
  return pulumi.get(self, "description")
99
93
 
100
- @property
101
- @pulumi.getter(name="domainVerificationId")
102
- def domain_verification_id(self) -> str:
103
- """
104
- Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
105
- """
106
- return pulumi.get(self, "domain_verification_id")
107
-
108
- @property
109
- @pulumi.getter(name="domainVerificationStatus")
110
- def domain_verification_status(self) -> str:
111
- """
112
- The current domain verification status.
113
- """
114
- return pulumi.get(self, "domain_verification_status")
115
-
116
94
  @property
117
95
  @pulumi.getter(name="emailDomainId")
118
96
  def email_domain_id(self) -> str:
@@ -185,8 +163,6 @@ class AwaitableGetEmailDomainResult(GetEmailDomainResult):
185
163
  compartment_id=self.compartment_id,
186
164
  defined_tags=self.defined_tags,
187
165
  description=self.description,
188
- domain_verification_id=self.domain_verification_id,
189
- domain_verification_status=self.domain_verification_status,
190
166
  email_domain_id=self.email_domain_id,
191
167
  freeform_tags=self.freeform_tags,
192
168
  id=self.id,
@@ -226,8 +202,6 @@ def get_email_domain(email_domain_id: Optional[str] = None,
226
202
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
227
203
  defined_tags=pulumi.get(__ret__, 'defined_tags'),
228
204
  description=pulumi.get(__ret__, 'description'),
229
- domain_verification_id=pulumi.get(__ret__, 'domain_verification_id'),
230
- domain_verification_status=pulumi.get(__ret__, 'domain_verification_status'),
231
205
  email_domain_id=pulumi.get(__ret__, 'email_domain_id'),
232
206
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
233
207
  id=pulumi.get(__ret__, 'id'),
@@ -17,9 +17,6 @@ __all__ = [
17
17
  'GetEmailDomainsEmailDomainCollectionResult',
18
18
  'GetEmailDomainsEmailDomainCollectionItemResult',
19
19
  'GetEmailDomainsFilterResult',
20
- 'GetEmailReturnPathsEmailReturnPathCollectionResult',
21
- 'GetEmailReturnPathsEmailReturnPathCollectionItemResult',
22
- 'GetEmailReturnPathsFilterResult',
23
20
  'GetSendersFilterResult',
24
21
  'GetSendersSenderResult',
25
22
  'GetSuppressionsFilterResult',
@@ -262,8 +259,6 @@ class GetEmailDomainsEmailDomainCollectionItemResult(dict):
262
259
  compartment_id: str,
263
260
  defined_tags: Mapping[str, Any],
264
261
  description: str,
265
- domain_verification_id: str,
266
- domain_verification_status: str,
267
262
  freeform_tags: Mapping[str, Any],
268
263
  id: str,
269
264
  is_spf: bool,
@@ -276,8 +271,6 @@ class GetEmailDomainsEmailDomainCollectionItemResult(dict):
276
271
  :param str compartment_id: The OCID for the compartment.
277
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"}`
278
273
  :param str description: The description of an email domain.
279
- :param str domain_verification_id: Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
280
- :param str domain_verification_status: The current domain verification status.
281
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"}`
282
275
  :param str id: A filter to only return resources that match the given id exactly.
283
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).
@@ -290,8 +283,6 @@ class GetEmailDomainsEmailDomainCollectionItemResult(dict):
290
283
  pulumi.set(__self__, "compartment_id", compartment_id)
291
284
  pulumi.set(__self__, "defined_tags", defined_tags)
292
285
  pulumi.set(__self__, "description", description)
293
- pulumi.set(__self__, "domain_verification_id", domain_verification_id)
294
- pulumi.set(__self__, "domain_verification_status", domain_verification_status)
295
286
  pulumi.set(__self__, "freeform_tags", freeform_tags)
296
287
  pulumi.set(__self__, "id", id)
297
288
  pulumi.set(__self__, "is_spf", is_spf)
@@ -332,22 +323,6 @@ class GetEmailDomainsEmailDomainCollectionItemResult(dict):
332
323
  """
333
324
  return pulumi.get(self, "description")
334
325
 
335
- @property
336
- @pulumi.getter(name="domainVerificationId")
337
- def domain_verification_id(self) -> str:
338
- """
339
- Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
340
- """
341
- return pulumi.get(self, "domain_verification_id")
342
-
343
- @property
344
- @pulumi.getter(name="domainVerificationStatus")
345
- def domain_verification_status(self) -> str:
346
- """
347
- The current domain verification status.
348
- """
349
- return pulumi.get(self, "domain_verification_status")
350
-
351
326
  @property
352
327
  @pulumi.getter(name="freeformTags")
353
328
  def freeform_tags(self) -> Mapping[str, Any]:
@@ -438,212 +413,6 @@ class GetEmailDomainsFilterResult(dict):
438
413
  return pulumi.get(self, "regex")
439
414
 
440
415
 
441
- @pulumi.output_type
442
- class GetEmailReturnPathsEmailReturnPathCollectionResult(dict):
443
- def __init__(__self__, *,
444
- items: Sequence['outputs.GetEmailReturnPathsEmailReturnPathCollectionItemResult']):
445
- pulumi.set(__self__, "items", items)
446
-
447
- @property
448
- @pulumi.getter
449
- def items(self) -> Sequence['outputs.GetEmailReturnPathsEmailReturnPathCollectionItemResult']:
450
- return pulumi.get(self, "items")
451
-
452
-
453
- @pulumi.output_type
454
- class GetEmailReturnPathsEmailReturnPathCollectionItemResult(dict):
455
- def __init__(__self__, *,
456
- cname_record_value: str,
457
- compartment_id: str,
458
- defined_tags: Mapping[str, Any],
459
- description: str,
460
- dns_subdomain_name: str,
461
- freeform_tags: Mapping[str, Any],
462
- id: str,
463
- lifecycle_details: str,
464
- name: str,
465
- parent_resource_id: str,
466
- state: str,
467
- system_tags: Mapping[str, Any],
468
- time_created: str,
469
- time_updated: str):
470
- """
471
- :param str cname_record_value: The DNS CNAME record value to provision to the Return Patn DNS subdomain, when using the CNAME method for Email Return Path setup (preferred).
472
- :param str compartment_id: The OCID for the compartment.
473
- :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"}`
474
- :param str description: The description of the email return path. Avoid entering confidential information.
475
- :param str dns_subdomain_name: The name of the DNS subdomain that must be provisioned to enable email recipients to verify Email Return Path. It is usually created with a CNAME record set to the cnameRecordValue.
476
- :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"}`
477
- :param str id: A filter to only return resources that match the given id exactly.
478
- :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
479
- :param str name: A filter to only return resources that match the given name exactly.
480
- :param str parent_resource_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Email Domain to which this Email Return Path belongs.
481
- :param str state: Filter returned list by specified lifecycle state. This parameter is case-insensitive.
482
- :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"}`
483
- :param str time_created: The time the email return path 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`
484
- :param str time_updated: The time of the last change to the Email Return Path 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".
485
- """
486
- pulumi.set(__self__, "cname_record_value", cname_record_value)
487
- pulumi.set(__self__, "compartment_id", compartment_id)
488
- pulumi.set(__self__, "defined_tags", defined_tags)
489
- pulumi.set(__self__, "description", description)
490
- pulumi.set(__self__, "dns_subdomain_name", dns_subdomain_name)
491
- pulumi.set(__self__, "freeform_tags", freeform_tags)
492
- pulumi.set(__self__, "id", id)
493
- pulumi.set(__self__, "lifecycle_details", lifecycle_details)
494
- pulumi.set(__self__, "name", name)
495
- pulumi.set(__self__, "parent_resource_id", parent_resource_id)
496
- pulumi.set(__self__, "state", state)
497
- pulumi.set(__self__, "system_tags", system_tags)
498
- pulumi.set(__self__, "time_created", time_created)
499
- pulumi.set(__self__, "time_updated", time_updated)
500
-
501
- @property
502
- @pulumi.getter(name="cnameRecordValue")
503
- def cname_record_value(self) -> str:
504
- """
505
- The DNS CNAME record value to provision to the Return Patn DNS subdomain, when using the CNAME method for Email Return Path setup (preferred).
506
- """
507
- return pulumi.get(self, "cname_record_value")
508
-
509
- @property
510
- @pulumi.getter(name="compartmentId")
511
- def compartment_id(self) -> str:
512
- """
513
- The OCID for the compartment.
514
- """
515
- return pulumi.get(self, "compartment_id")
516
-
517
- @property
518
- @pulumi.getter(name="definedTags")
519
- def defined_tags(self) -> Mapping[str, Any]:
520
- """
521
- 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"}`
522
- """
523
- return pulumi.get(self, "defined_tags")
524
-
525
- @property
526
- @pulumi.getter
527
- def description(self) -> str:
528
- """
529
- The description of the email return path. Avoid entering confidential information.
530
- """
531
- return pulumi.get(self, "description")
532
-
533
- @property
534
- @pulumi.getter(name="dnsSubdomainName")
535
- def dns_subdomain_name(self) -> str:
536
- """
537
- The name of the DNS subdomain that must be provisioned to enable email recipients to verify Email Return Path. It is usually created with a CNAME record set to the cnameRecordValue.
538
- """
539
- return pulumi.get(self, "dns_subdomain_name")
540
-
541
- @property
542
- @pulumi.getter(name="freeformTags")
543
- def freeform_tags(self) -> Mapping[str, Any]:
544
- """
545
- 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"}`
546
- """
547
- return pulumi.get(self, "freeform_tags")
548
-
549
- @property
550
- @pulumi.getter
551
- def id(self) -> str:
552
- """
553
- A filter to only return resources that match the given id exactly.
554
- """
555
- return pulumi.get(self, "id")
556
-
557
- @property
558
- @pulumi.getter(name="lifecycleDetails")
559
- def lifecycle_details(self) -> str:
560
- """
561
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
562
- """
563
- return pulumi.get(self, "lifecycle_details")
564
-
565
- @property
566
- @pulumi.getter
567
- def name(self) -> str:
568
- """
569
- A filter to only return resources that match the given name exactly.
570
- """
571
- return pulumi.get(self, "name")
572
-
573
- @property
574
- @pulumi.getter(name="parentResourceId")
575
- def parent_resource_id(self) -> str:
576
- """
577
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Email Domain to which this Email Return Path belongs.
578
- """
579
- return pulumi.get(self, "parent_resource_id")
580
-
581
- @property
582
- @pulumi.getter
583
- def state(self) -> str:
584
- """
585
- Filter returned list by specified lifecycle state. This parameter is case-insensitive.
586
- """
587
- return pulumi.get(self, "state")
588
-
589
- @property
590
- @pulumi.getter(name="systemTags")
591
- def system_tags(self) -> Mapping[str, Any]:
592
- """
593
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
594
- """
595
- return pulumi.get(self, "system_tags")
596
-
597
- @property
598
- @pulumi.getter(name="timeCreated")
599
- def time_created(self) -> str:
600
- """
601
- The time the email return path 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`
602
- """
603
- return pulumi.get(self, "time_created")
604
-
605
- @property
606
- @pulumi.getter(name="timeUpdated")
607
- def time_updated(self) -> str:
608
- """
609
- The time of the last change to the Email Return Path 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".
610
- """
611
- return pulumi.get(self, "time_updated")
612
-
613
-
614
- @pulumi.output_type
615
- class GetEmailReturnPathsFilterResult(dict):
616
- def __init__(__self__, *,
617
- name: str,
618
- values: Sequence[str],
619
- regex: Optional[bool] = None):
620
- """
621
- :param str name: A filter to only return resources that match the given name exactly.
622
- """
623
- pulumi.set(__self__, "name", name)
624
- pulumi.set(__self__, "values", values)
625
- if regex is not None:
626
- pulumi.set(__self__, "regex", regex)
627
-
628
- @property
629
- @pulumi.getter
630
- def name(self) -> str:
631
- """
632
- A filter to only return resources that match the given name exactly.
633
- """
634
- return pulumi.get(self, "name")
635
-
636
- @property
637
- @pulumi.getter
638
- def values(self) -> Sequence[str]:
639
- return pulumi.get(self, "values")
640
-
641
- @property
642
- @pulumi.getter
643
- def regex(self) -> Optional[bool]:
644
- return pulumi.get(self, "regex")
645
-
646
-
647
416
  @pulumi.output_type
648
417
  class GetSendersFilterResult(dict):
649
418
  def __init__(__self__, *,
@@ -819,7 +819,6 @@ class ListenerSslConfigurationArgs:
819
819
  certificate_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
820
820
  certificate_name: Optional[pulumi.Input[str]] = None,
821
821
  cipher_suite_name: Optional[pulumi.Input[str]] = None,
822
- has_session_resumption: Optional[pulumi.Input[bool]] = None,
823
822
  protocols: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
824
823
  server_order_preference: Optional[pulumi.Input[str]] = None,
825
824
  trusted_certificate_authority_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -842,7 +841,6 @@ class ListenerSslConfigurationArgs:
842
841
  * The `oci-customized-ssl-cipher-suite` Oracle reserved cipher suite name is not accepted as valid input for this field.
843
842
 
844
843
  example: `example_cipher_suite`
845
- :param pulumi.Input[bool] has_session_resumption: (Updatable) Whether the load balancer listener should resume an encrypted session by reusing the cryptographic parameters of a previous TLS session, without having to perform a full handshake again. If "true", the service resumes the previous TLS encrypted session. If "false", the service starts a new TLS encrypted session. Enabling session resumption improves performance but provides a lower level of security. Disabling session resumption improves security but reduces performance. Example: `true`
846
844
  :param pulumi.Input[Sequence[pulumi.Input[str]]] protocols: (Updatable) A list of SSL protocols the load balancer must support for HTTPS or SSL connections.
847
845
 
848
846
  The load balancer uses SSL protocols to establish a secure connection between a client and a server. A secure connection ensures that all data passed between the client and the server is private.
@@ -879,8 +877,6 @@ class ListenerSslConfigurationArgs:
879
877
  pulumi.set(__self__, "certificate_name", certificate_name)
880
878
  if cipher_suite_name is not None:
881
879
  pulumi.set(__self__, "cipher_suite_name", cipher_suite_name)
882
- if has_session_resumption is not None:
883
- pulumi.set(__self__, "has_session_resumption", has_session_resumption)
884
880
  if protocols is not None:
885
881
  pulumi.set(__self__, "protocols", protocols)
886
882
  if server_order_preference is not None:
@@ -941,18 +937,6 @@ class ListenerSslConfigurationArgs:
941
937
  def cipher_suite_name(self, value: Optional[pulumi.Input[str]]):
942
938
  pulumi.set(self, "cipher_suite_name", value)
943
939
 
944
- @property
945
- @pulumi.getter(name="hasSessionResumption")
946
- def has_session_resumption(self) -> Optional[pulumi.Input[bool]]:
947
- """
948
- (Updatable) Whether the load balancer listener should resume an encrypted session by reusing the cryptographic parameters of a previous TLS session, without having to perform a full handshake again. If "true", the service resumes the previous TLS encrypted session. If "false", the service starts a new TLS encrypted session. Enabling session resumption improves performance but provides a lower level of security. Disabling session resumption improves security but reduces performance. Example: `true`
949
- """
950
- return pulumi.get(self, "has_session_resumption")
951
-
952
- @has_session_resumption.setter
953
- def has_session_resumption(self, value: Optional[pulumi.Input[bool]]):
954
- pulumi.set(self, "has_session_resumption", value)
955
-
956
940
  @property
957
941
  @pulumi.getter
958
942
  def protocols(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
@@ -457,7 +457,6 @@ class Listener(pulumi.CustomResource):
457
457
  rule_set_names=[test_rule_set["name"]],
458
458
  ssl_configuration=oci.load_balancer.ListenerSslConfigurationArgs(
459
459
  certificate_name=test_certificate["name"],
460
- has_session_resumption=listener_ssl_configuration_has_session_resumption,
461
460
  certificate_ids=listener_ssl_configuration_certificate_ids,
462
461
  cipher_suite_name=listener_ssl_configuration_cipher_suite_name,
463
462
  protocols=listener_ssl_configuration_protocols,
@@ -529,7 +528,6 @@ class Listener(pulumi.CustomResource):
529
528
  rule_set_names=[test_rule_set["name"]],
530
529
  ssl_configuration=oci.load_balancer.ListenerSslConfigurationArgs(
531
530
  certificate_name=test_certificate["name"],
532
- has_session_resumption=listener_ssl_configuration_has_session_resumption,
533
531
  certificate_ids=listener_ssl_configuration_certificate_ids,
534
532
  cipher_suite_name=listener_ssl_configuration_cipher_suite_name,
535
533
  protocols=listener_ssl_configuration_protocols,
@@ -860,8 +860,6 @@ class ListenerSslConfiguration(dict):
860
860
  suggest = "certificate_name"
861
861
  elif key == "cipherSuiteName":
862
862
  suggest = "cipher_suite_name"
863
- elif key == "hasSessionResumption":
864
- suggest = "has_session_resumption"
865
863
  elif key == "serverOrderPreference":
866
864
  suggest = "server_order_preference"
867
865
  elif key == "trustedCertificateAuthorityIds":
@@ -886,7 +884,6 @@ class ListenerSslConfiguration(dict):
886
884
  certificate_ids: Optional[Sequence[str]] = None,
887
885
  certificate_name: Optional[str] = None,
888
886
  cipher_suite_name: Optional[str] = None,
889
- has_session_resumption: Optional[bool] = None,
890
887
  protocols: Optional[Sequence[str]] = None,
891
888
  server_order_preference: Optional[str] = None,
892
889
  trusted_certificate_authority_ids: Optional[Sequence[str]] = None,
@@ -909,7 +906,6 @@ class ListenerSslConfiguration(dict):
909
906
  * The `oci-customized-ssl-cipher-suite` Oracle reserved cipher suite name is not accepted as valid input for this field.
910
907
 
911
908
  example: `example_cipher_suite`
912
- :param bool has_session_resumption: (Updatable) Whether the load balancer listener should resume an encrypted session by reusing the cryptographic parameters of a previous TLS session, without having to perform a full handshake again. If "true", the service resumes the previous TLS encrypted session. If "false", the service starts a new TLS encrypted session. Enabling session resumption improves performance but provides a lower level of security. Disabling session resumption improves security but reduces performance. Example: `true`
913
909
  :param Sequence[str] protocols: (Updatable) A list of SSL protocols the load balancer must support for HTTPS or SSL connections.
914
910
 
915
911
  The load balancer uses SSL protocols to establish a secure connection between a client and a server. A secure connection ensures that all data passed between the client and the server is private.
@@ -946,8 +942,6 @@ class ListenerSslConfiguration(dict):
946
942
  pulumi.set(__self__, "certificate_name", certificate_name)
947
943
  if cipher_suite_name is not None:
948
944
  pulumi.set(__self__, "cipher_suite_name", cipher_suite_name)
949
- if has_session_resumption is not None:
950
- pulumi.set(__self__, "has_session_resumption", has_session_resumption)
951
945
  if protocols is not None:
952
946
  pulumi.set(__self__, "protocols", protocols)
953
947
  if server_order_preference is not None:
@@ -996,14 +990,6 @@ class ListenerSslConfiguration(dict):
996
990
  """
997
991
  return pulumi.get(self, "cipher_suite_name")
998
992
 
999
- @property
1000
- @pulumi.getter(name="hasSessionResumption")
1001
- def has_session_resumption(self) -> Optional[bool]:
1002
- """
1003
- (Updatable) Whether the load balancer listener should resume an encrypted session by reusing the cryptographic parameters of a previous TLS session, without having to perform a full handshake again. If "true", the service resumes the previous TLS encrypted session. If "false", the service starts a new TLS encrypted session. Enabling session resumption improves performance but provides a lower level of security. Disabling session resumption improves security but reduces performance. Example: `true`
1004
- """
1005
- return pulumi.get(self, "has_session_resumption")
1006
-
1007
993
  @property
1008
994
  @pulumi.getter
1009
995
  def protocols(self) -> Optional[Sequence[str]]: