pulumi-oci 2.24.0a1738823453__py3-none-any.whl → 2.25.0__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 (213) hide show
  1. pulumi_oci/__init__.py +107 -0
  2. pulumi_oci/_utilities.py +8 -4
  3. pulumi_oci/config/__init__.pyi +2 -0
  4. pulumi_oci/config/vars.py +4 -0
  5. pulumi_oci/containerengine/_inputs.py +40 -0
  6. pulumi_oci/containerengine/cluster.py +2 -0
  7. pulumi_oci/containerengine/outputs.py +70 -0
  8. pulumi_oci/database/__init__.py +20 -0
  9. pulumi_oci/database/_inputs.py +2474 -1135
  10. pulumi_oci/database/autonomous_container_database.py +92 -0
  11. pulumi_oci/database/autonomous_database.py +97 -8
  12. pulumi_oci/database/backup_destination.py +84 -0
  13. pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
  14. pulumi_oci/database/data_guard_association.py +49 -0
  15. pulumi_oci/database/db_system.py +111 -8
  16. pulumi_oci/database/exadata_infrastructure.py +28 -0
  17. pulumi_oci/database/execution_action.py +812 -0
  18. pulumi_oci/database/execution_window.py +856 -0
  19. pulumi_oci/database/get_autonomous_container_database.py +43 -1
  20. pulumi_oci/database/get_autonomous_database.py +32 -1
  21. pulumi_oci/database/get_autonomous_databases.py +0 -26
  22. pulumi_oci/database/get_backup_destination.py +43 -1
  23. pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
  24. pulumi_oci/database/get_data_guard_association.py +12 -1
  25. pulumi_oci/database/get_database_maintenance_run_history.py +29 -1
  26. pulumi_oci/database/get_exadata_infrastructure.py +15 -1
  27. pulumi_oci/database/get_execution_action.py +352 -0
  28. pulumi_oci/database/get_execution_actions.py +213 -0
  29. pulumi_oci/database/get_execution_window.py +379 -0
  30. pulumi_oci/database/get_execution_windows.py +213 -0
  31. pulumi_oci/database/get_maintenance_run.py +32 -4
  32. pulumi_oci/database/get_maintenance_runs.py +20 -1
  33. pulumi_oci/database/get_scheduled_action.py +324 -0
  34. pulumi_oci/database/get_scheduled_action_params.py +144 -0
  35. pulumi_oci/database/get_scheduled_actions.py +240 -0
  36. pulumi_oci/database/get_scheduling_plan.py +323 -0
  37. pulumi_oci/database/get_scheduling_plans.py +243 -0
  38. pulumi_oci/database/get_scheduling_policies.py +191 -0
  39. pulumi_oci/database/get_scheduling_policy.py +268 -0
  40. pulumi_oci/database/get_scheduling_policy_recommended_scheduled_actions.py +182 -0
  41. pulumi_oci/database/get_scheduling_policy_scheduling_window.py +276 -0
  42. pulumi_oci/database/get_scheduling_policy_scheduling_windows.py +213 -0
  43. pulumi_oci/database/maintenance_run.py +58 -2
  44. pulumi_oci/database/outputs.py +13088 -8368
  45. pulumi_oci/database/scheduled_action.py +775 -0
  46. pulumi_oci/database/scheduling_plan.py +744 -0
  47. pulumi_oci/database/scheduling_policy.py +616 -0
  48. pulumi_oci/database/scheduling_policy_scheduling_window.py +584 -0
  49. pulumi_oci/datasafe/__init__.py +8 -0
  50. pulumi_oci/datasafe/_inputs.py +466 -12
  51. pulumi_oci/datasafe/alert.py +7 -7
  52. pulumi_oci/datasafe/alert_policy.py +7 -7
  53. pulumi_oci/datasafe/audit_archive_retrieval.py +7 -7
  54. pulumi_oci/datasafe/audit_policy.py +7 -7
  55. pulumi_oci/datasafe/audit_policy_management.py +21 -21
  56. pulumi_oci/datasafe/audit_profile.py +18 -18
  57. pulumi_oci/datasafe/audit_profile_management.py +21 -21
  58. pulumi_oci/datasafe/audit_trail.py +14 -14
  59. pulumi_oci/datasafe/audit_trail_management.py +14 -14
  60. pulumi_oci/datasafe/data_safe_configuration.py +4 -4
  61. pulumi_oci/datasafe/data_safe_private_endpoint.py +7 -7
  62. pulumi_oci/datasafe/database_security_config.py +7 -7
  63. pulumi_oci/datasafe/database_security_config_management.py +7 -7
  64. pulumi_oci/datasafe/discovery_mod.py +7 -7
  65. pulumi_oci/datasafe/get_alert.py +1 -1
  66. pulumi_oci/datasafe/get_alert_policy.py +1 -1
  67. pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
  68. pulumi_oci/datasafe/get_audit_events.py +2 -2
  69. pulumi_oci/datasafe/get_audit_policy.py +1 -1
  70. pulumi_oci/datasafe/get_audit_profile.py +2 -2
  71. pulumi_oci/datasafe/get_audit_trail.py +1 -1
  72. pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
  73. pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
  74. pulumi_oci/datasafe/get_database_security_config.py +1 -1
  75. pulumi_oci/datasafe/get_discovery_job.py +1 -1
  76. pulumi_oci/datasafe/get_library_masking_format.py +1 -1
  77. pulumi_oci/datasafe/get_masking_policy.py +1 -1
  78. pulumi_oci/datasafe/get_masking_policy_health_report.py +33 -5
  79. pulumi_oci/datasafe/get_masking_policy_referential_relations.py +232 -0
  80. pulumi_oci/datasafe/get_onprem_connector.py +1 -1
  81. pulumi_oci/datasafe/get_report.py +1 -1
  82. pulumi_oci/datasafe/get_report_definition.py +1 -1
  83. pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
  84. pulumi_oci/datasafe/get_security_assessment.py +1 -1
  85. pulumi_oci/datasafe/get_security_policy.py +1 -1
  86. pulumi_oci/datasafe/get_security_policy_deployment.py +1 -1
  87. pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
  88. pulumi_oci/datasafe/get_sensitive_data_model_referential_relation.py +186 -0
  89. pulumi_oci/datasafe/get_sensitive_data_model_referential_relations.py +254 -0
  90. pulumi_oci/datasafe/get_sensitive_type.py +1 -1
  91. pulumi_oci/datasafe/get_sensitive_types_export.py +267 -0
  92. pulumi_oci/datasafe/get_sensitive_types_exports.py +296 -0
  93. pulumi_oci/datasafe/get_sql_collection.py +1 -1
  94. pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +1 -1
  95. pulumi_oci/datasafe/get_sql_firewall_policy.py +1 -1
  96. pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
  97. pulumi_oci/datasafe/get_target_database.py +1 -1
  98. pulumi_oci/datasafe/get_user_assessment.py +1 -1
  99. pulumi_oci/datasafe/get_user_assessment_password_expiry_date_analytics.py +240 -0
  100. pulumi_oci/datasafe/get_user_assessment_user_analytics.py +41 -3
  101. pulumi_oci/datasafe/get_user_assessment_users.py +39 -1
  102. pulumi_oci/datasafe/library_masing_format.py +7 -7
  103. pulumi_oci/datasafe/masking_policy.py +7 -7
  104. pulumi_oci/datasafe/on_prem_connector.py +7 -7
  105. pulumi_oci/datasafe/outputs.py +1266 -151
  106. pulumi_oci/datasafe/report.py +7 -7
  107. pulumi_oci/datasafe/report_definition.py +7 -7
  108. pulumi_oci/datasafe/sdm_masking_policy_difference.py +7 -7
  109. pulumi_oci/datasafe/security_assessment.py +36 -37
  110. pulumi_oci/datasafe/security_policy.py +7 -7
  111. pulumi_oci/datasafe/security_policy_deployment.py +7 -7
  112. pulumi_oci/datasafe/security_policy_deployment_management.py +7 -7
  113. pulumi_oci/datasafe/security_policy_management.py +7 -7
  114. pulumi_oci/datasafe/sensitive_data_model.py +7 -7
  115. pulumi_oci/datasafe/sensitive_data_model_referential_relation.py +504 -0
  116. pulumi_oci/datasafe/sensitive_type.py +7 -7
  117. pulumi_oci/datasafe/sensitive_types_export.py +637 -0
  118. pulumi_oci/datasafe/sql_collection.py +7 -7
  119. pulumi_oci/datasafe/sql_firewall_policy.py +7 -7
  120. pulumi_oci/datasafe/sql_firewall_policy_management.py +56 -56
  121. pulumi_oci/datasafe/target_alert_policy_association.py +7 -7
  122. pulumi_oci/datasafe/target_database.py +7 -7
  123. pulumi_oci/datasafe/user_assessment.py +7 -7
  124. pulumi_oci/datascience/__init__.py +4 -0
  125. pulumi_oci/datascience/_inputs.py +1811 -0
  126. pulumi_oci/datascience/get_containers.py +270 -0
  127. pulumi_oci/datascience/get_schedule.py +366 -0
  128. pulumi_oci/datascience/get_schedules.py +221 -0
  129. pulumi_oci/datascience/outputs.py +8697 -4890
  130. pulumi_oci/datascience/schedule.py +1045 -0
  131. pulumi_oci/filestorage/file_system.py +28 -0
  132. pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -0
  133. pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +15 -1
  134. pulumi_oci/filestorage/get_outbound_connector.py +15 -1
  135. pulumi_oci/filestorage/get_replication.py +15 -1
  136. pulumi_oci/filestorage/get_replication_target.py +15 -1
  137. pulumi_oci/filestorage/get_snapshot.py +15 -1
  138. pulumi_oci/filestorage/mount_target.py +28 -0
  139. pulumi_oci/filestorage/outbound_connector.py +28 -0
  140. pulumi_oci/filestorage/outputs.py +77 -0
  141. pulumi_oci/filestorage/replication.py +28 -0
  142. pulumi_oci/filestorage/snapshot.py +28 -0
  143. pulumi_oci/goldengate/connection.py +561 -162
  144. pulumi_oci/goldengate/database_registration.py +14 -14
  145. pulumi_oci/goldengate/get_connection.py +117 -6
  146. pulumi_oci/goldengate/outputs.py +96 -10
  147. pulumi_oci/jms/__init__.py +4 -0
  148. pulumi_oci/jms/_inputs.py +196 -0
  149. pulumi_oci/jms/get_fleet_error_analytics.py +163 -0
  150. pulumi_oci/jms/get_fleet_errors.py +264 -0
  151. pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +23 -1
  152. pulumi_oci/jms/get_jms_plugins.py +23 -1
  153. pulumi_oci/jms/get_plugin_error_analytics.py +163 -0
  154. pulumi_oci/jms/get_plugin_errors.py +264 -0
  155. pulumi_oci/jms/outputs.py +566 -6
  156. pulumi_oci/mysql/_inputs.py +229 -9
  157. pulumi_oci/mysql/get_mysql_db_system.py +47 -1
  158. pulumi_oci/mysql/mysql_db_system.py +185 -0
  159. pulumi_oci/mysql/outputs.py +477 -26
  160. pulumi_oci/provider.py +20 -0
  161. pulumi_oci/pulumi-plugin.json +1 -1
  162. pulumi_oci/stackmonitoring/__init__.py +8 -0
  163. pulumi_oci/stackmonitoring/_inputs.py +372 -1
  164. pulumi_oci/stackmonitoring/get_defined_monitoring_templates.py +185 -0
  165. pulumi_oci/stackmonitoring/get_metric_extension.py +1 -1
  166. pulumi_oci/stackmonitoring/get_monitored_resource_type.py +15 -1
  167. pulumi_oci/stackmonitoring/get_monitoring_template.py +380 -0
  168. pulumi_oci/stackmonitoring/get_monitoring_template_alarm_condition.py +318 -0
  169. pulumi_oci/stackmonitoring/get_monitoring_template_alarm_conditions.py +262 -0
  170. pulumi_oci/stackmonitoring/get_monitoring_templates.py +289 -0
  171. pulumi_oci/stackmonitoring/metric_extension.py +4 -4
  172. pulumi_oci/stackmonitoring/monitored_resource_type.py +30 -0
  173. pulumi_oci/stackmonitoring/monitoring_template.py +954 -0
  174. pulumi_oci/stackmonitoring/monitoring_template_alarm_condition.py +780 -0
  175. pulumi_oci/stackmonitoring/monitoring_template_monitoring_template_on_given_resources_management.py +253 -0
  176. pulumi_oci/stackmonitoring/outputs.py +1305 -118
  177. pulumi_oci/tenantmanagercontrolplane/__init__.py +33 -0
  178. pulumi_oci/tenantmanagercontrolplane/_inputs.py +685 -0
  179. pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription.py +478 -0
  180. pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription_line_items.py +144 -0
  181. pulumi_oci/tenantmanagercontrolplane/get_assigned_subscriptions.py +188 -0
  182. pulumi_oci/tenantmanagercontrolplane/get_domain.py +253 -0
  183. pulumi_oci/tenantmanagercontrolplane/get_domain_governance.py +281 -0
  184. pulumi_oci/tenantmanagercontrolplane/get_domain_governances.py +226 -0
  185. pulumi_oci/tenantmanagercontrolplane/get_domains.py +226 -0
  186. pulumi_oci/tenantmanagercontrolplane/get_link.py +197 -0
  187. pulumi_oci/tenantmanagercontrolplane/get_links.py +191 -0
  188. pulumi_oci/tenantmanagercontrolplane/get_organization.py +211 -0
  189. pulumi_oci/tenantmanagercontrolplane/get_organization_tenancies.py +144 -0
  190. pulumi_oci/tenantmanagercontrolplane/get_organization_tenancy.py +233 -0
  191. pulumi_oci/tenantmanagercontrolplane/get_organizations.py +147 -0
  192. pulumi_oci/tenantmanagercontrolplane/get_recipient_invitation.py +295 -0
  193. pulumi_oci/tenantmanagercontrolplane/get_recipient_invitations.py +213 -0
  194. pulumi_oci/tenantmanagercontrolplane/get_sender_invitation.py +295 -0
  195. pulumi_oci/tenantmanagercontrolplane/get_sender_invitations.py +235 -0
  196. pulumi_oci/tenantmanagercontrolplane/get_subscription.py +464 -0
  197. pulumi_oci/tenantmanagercontrolplane/get_subscription_available_regions.py +144 -0
  198. pulumi_oci/tenantmanagercontrolplane/get_subscription_line_items.py +144 -0
  199. pulumi_oci/tenantmanagercontrolplane/get_subscription_mapping.py +211 -0
  200. pulumi_oci/tenantmanagercontrolplane/get_subscription_mappings.py +210 -0
  201. pulumi_oci/tenantmanagercontrolplane/get_subscriptions.py +188 -0
  202. pulumi_oci/tenantmanagercontrolplane/outputs.py +3257 -0
  203. pulumi_oci/tenantmanagercontrolplane/subscription_mapping.py +409 -0
  204. pulumi_oci/vault/__init__.py +1 -1
  205. pulumi_oci/vault/_inputs.py +92 -0
  206. pulumi_oci/vault/get_secret.py +40 -1
  207. pulumi_oci/vault/{get_secret_version.py → get_secret_version_sdk_v2.py} +32 -77
  208. pulumi_oci/vault/outputs.py +210 -0
  209. pulumi_oci/vault/secret.py +122 -0
  210. {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/METADATA +1 -1
  211. {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/RECORD +213 -142
  212. {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/WHEEL +0 -0
  213. {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/top_level.txt +0 -0
@@ -41,6 +41,8 @@ __all__ = [
41
41
  'MysqlBackupDbSystemSnapshotEndpointArgsDict',
42
42
  'MysqlBackupDbSystemSnapshotMaintenanceArgs',
43
43
  'MysqlBackupDbSystemSnapshotMaintenanceArgsDict',
44
+ 'MysqlBackupDbSystemSnapshotReadEndpointArgs',
45
+ 'MysqlBackupDbSystemSnapshotReadEndpointArgsDict',
44
46
  'MysqlBackupDbSystemSnapshotSecureConnectionArgs',
45
47
  'MysqlBackupDbSystemSnapshotSecureConnectionArgsDict',
46
48
  'MysqlBackupDbSystemSnapshotSummaryArgs',
@@ -83,6 +85,8 @@ __all__ = [
83
85
  'MysqlDbSystemMaintenanceArgsDict',
84
86
  'MysqlDbSystemPointInTimeRecoveryDetailArgs',
85
87
  'MysqlDbSystemPointInTimeRecoveryDetailArgsDict',
88
+ 'MysqlDbSystemReadEndpointArgs',
89
+ 'MysqlDbSystemReadEndpointArgsDict',
86
90
  'MysqlDbSystemSecureConnectionsArgs',
87
91
  'MysqlDbSystemSecureConnectionsArgsDict',
88
92
  'MysqlDbSystemSourceArgs',
@@ -834,6 +838,10 @@ if not MYPY:
834
838
  """
835
839
  The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
836
840
  """
841
+ read_endpoints: NotRequired[pulumi.Input[Sequence[pulumi.Input['MysqlBackupDbSystemSnapshotReadEndpointArgsDict']]]]
842
+ """
843
+ The read endpoint of a DB System.
844
+ """
837
845
  region: NotRequired[pulumi.Input[str]]
838
846
  """
839
847
  The region identifier of the region where the DB system exists. For more information, please see [Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm).
@@ -880,6 +888,7 @@ class MysqlBackupDbSystemSnapshotArgs:
880
888
  mysql_version: Optional[pulumi.Input[str]] = None,
881
889
  port: Optional[pulumi.Input[int]] = None,
882
890
  port_x: Optional[pulumi.Input[int]] = None,
891
+ read_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input['MysqlBackupDbSystemSnapshotReadEndpointArgs']]]] = None,
883
892
  region: Optional[pulumi.Input[str]] = None,
884
893
  secure_connections: Optional[pulumi.Input[Sequence[pulumi.Input['MysqlBackupDbSystemSnapshotSecureConnectionArgs']]]] = None,
885
894
  shape_name: Optional[pulumi.Input[str]] = None,
@@ -909,6 +918,7 @@ class MysqlBackupDbSystemSnapshotArgs:
909
918
  :param pulumi.Input[str] mysql_version: The MySQL server version of the DB System used for backup.
910
919
  :param pulumi.Input[int] port: The port for primary endpoint of the DB System to listen on.
911
920
  :param pulumi.Input[int] port_x: The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
921
+ :param pulumi.Input[Sequence[pulumi.Input['MysqlBackupDbSystemSnapshotReadEndpointArgs']]] read_endpoints: The read endpoint of a DB System.
912
922
  :param pulumi.Input[str] region: The region identifier of the region where the DB system exists. For more information, please see [Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm).
913
923
  :param pulumi.Input[Sequence[pulumi.Input['MysqlBackupDbSystemSnapshotSecureConnectionArgs']]] secure_connections: Secure connection configuration details.
914
924
  :param pulumi.Input[str] shape_name: The shape of the DB System instance used for backup.
@@ -962,6 +972,8 @@ class MysqlBackupDbSystemSnapshotArgs:
962
972
  pulumi.set(__self__, "port", port)
963
973
  if port_x is not None:
964
974
  pulumi.set(__self__, "port_x", port_x)
975
+ if read_endpoints is not None:
976
+ pulumi.set(__self__, "read_endpoints", read_endpoints)
965
977
  if region is not None:
966
978
  pulumi.set(__self__, "region", region)
967
979
  if secure_connections is not None:
@@ -1259,6 +1271,18 @@ class MysqlBackupDbSystemSnapshotArgs:
1259
1271
  def port_x(self, value: Optional[pulumi.Input[int]]):
1260
1272
  pulumi.set(self, "port_x", value)
1261
1273
 
1274
+ @property
1275
+ @pulumi.getter(name="readEndpoints")
1276
+ def read_endpoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MysqlBackupDbSystemSnapshotReadEndpointArgs']]]]:
1277
+ """
1278
+ The read endpoint of a DB System.
1279
+ """
1280
+ return pulumi.get(self, "read_endpoints")
1281
+
1282
+ @read_endpoints.setter
1283
+ def read_endpoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MysqlBackupDbSystemSnapshotReadEndpointArgs']]]]):
1284
+ pulumi.set(self, "read_endpoints", value)
1285
+
1262
1286
  @property
1263
1287
  @pulumi.getter
1264
1288
  def region(self) -> Optional[pulumi.Input[str]]:
@@ -1320,7 +1344,7 @@ if not MYPY:
1320
1344
  """
1321
1345
  is_enabled: NotRequired[pulumi.Input[bool]]
1322
1346
  """
1323
- Specifies if PITR is enabled or disabled.
1347
+ Specifies if the DB System read endpoint is enabled or not.
1324
1348
  """
1325
1349
  pitr_policies: NotRequired[pulumi.Input[Sequence[pulumi.Input['MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyArgsDict']]]]
1326
1350
  """
@@ -1349,7 +1373,7 @@ class MysqlBackupDbSystemSnapshotBackupPolicyArgs:
1349
1373
  """
1350
1374
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1351
1375
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1352
- :param pulumi.Input[bool] is_enabled: Specifies if PITR is enabled or disabled.
1376
+ :param pulumi.Input[bool] is_enabled: Specifies if the DB System read endpoint is enabled or not.
1353
1377
  :param pulumi.Input[Sequence[pulumi.Input['MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyArgs']]] pitr_policies: The PITR policy for the DB System.
1354
1378
  :param pulumi.Input[int] retention_in_days: (Updatable) Number of days to retain this backup.
1355
1379
  :param pulumi.Input[str] window_start_time: The start time of the maintenance window.
@@ -1395,7 +1419,7 @@ class MysqlBackupDbSystemSnapshotBackupPolicyArgs:
1395
1419
  @pulumi.getter(name="isEnabled")
1396
1420
  def is_enabled(self) -> Optional[pulumi.Input[bool]]:
1397
1421
  """
1398
- Specifies if PITR is enabled or disabled.
1422
+ Specifies if the DB System read endpoint is enabled or not.
1399
1423
  """
1400
1424
  return pulumi.get(self, "is_enabled")
1401
1425
 
@@ -1444,7 +1468,7 @@ if not MYPY:
1444
1468
  class MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyArgsDict(TypedDict):
1445
1469
  is_enabled: NotRequired[pulumi.Input[bool]]
1446
1470
  """
1447
- Specifies if PITR is enabled or disabled.
1471
+ Specifies if the DB System read endpoint is enabled or not.
1448
1472
  """
1449
1473
  elif False:
1450
1474
  MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyArgsDict: TypeAlias = Mapping[str, Any]
@@ -1454,7 +1478,7 @@ class MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyArgs:
1454
1478
  def __init__(__self__, *,
1455
1479
  is_enabled: Optional[pulumi.Input[bool]] = None):
1456
1480
  """
1457
- :param pulumi.Input[bool] is_enabled: Specifies if PITR is enabled or disabled.
1481
+ :param pulumi.Input[bool] is_enabled: Specifies if the DB System read endpoint is enabled or not.
1458
1482
  """
1459
1483
  if is_enabled is not None:
1460
1484
  pulumi.set(__self__, "is_enabled", is_enabled)
@@ -1463,7 +1487,7 @@ class MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyArgs:
1463
1487
  @pulumi.getter(name="isEnabled")
1464
1488
  def is_enabled(self) -> Optional[pulumi.Input[bool]]:
1465
1489
  """
1466
- Specifies if PITR is enabled or disabled.
1490
+ Specifies if the DB System read endpoint is enabled or not.
1467
1491
  """
1468
1492
  return pulumi.get(self, "is_enabled")
1469
1493
 
@@ -1880,6 +1904,98 @@ class MysqlBackupDbSystemSnapshotMaintenanceArgs:
1880
1904
  pulumi.set(self, "window_start_time", value)
1881
1905
 
1882
1906
 
1907
+ if not MYPY:
1908
+ class MysqlBackupDbSystemSnapshotReadEndpointArgsDict(TypedDict):
1909
+ exclude_ips: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1910
+ """
1911
+ A list of IP addresses of read replicas that are excluded from serving read requests.
1912
+ """
1913
+ is_enabled: NotRequired[pulumi.Input[bool]]
1914
+ """
1915
+ Specifies if the DB System read endpoint is enabled or not.
1916
+ """
1917
+ read_endpoint_hostname_label: NotRequired[pulumi.Input[str]]
1918
+ """
1919
+ The hostname for the read endpoint of the DB System. Used for DNS.
1920
+ """
1921
+ read_endpoint_ip_address: NotRequired[pulumi.Input[str]]
1922
+ """
1923
+ The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
1924
+ """
1925
+ elif False:
1926
+ MysqlBackupDbSystemSnapshotReadEndpointArgsDict: TypeAlias = Mapping[str, Any]
1927
+
1928
+ @pulumi.input_type
1929
+ class MysqlBackupDbSystemSnapshotReadEndpointArgs:
1930
+ def __init__(__self__, *,
1931
+ exclude_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1932
+ is_enabled: Optional[pulumi.Input[bool]] = None,
1933
+ read_endpoint_hostname_label: Optional[pulumi.Input[str]] = None,
1934
+ read_endpoint_ip_address: Optional[pulumi.Input[str]] = None):
1935
+ """
1936
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] exclude_ips: A list of IP addresses of read replicas that are excluded from serving read requests.
1937
+ :param pulumi.Input[bool] is_enabled: Specifies if the DB System read endpoint is enabled or not.
1938
+ :param pulumi.Input[str] read_endpoint_hostname_label: The hostname for the read endpoint of the DB System. Used for DNS.
1939
+ :param pulumi.Input[str] read_endpoint_ip_address: The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
1940
+ """
1941
+ if exclude_ips is not None:
1942
+ pulumi.set(__self__, "exclude_ips", exclude_ips)
1943
+ if is_enabled is not None:
1944
+ pulumi.set(__self__, "is_enabled", is_enabled)
1945
+ if read_endpoint_hostname_label is not None:
1946
+ pulumi.set(__self__, "read_endpoint_hostname_label", read_endpoint_hostname_label)
1947
+ if read_endpoint_ip_address is not None:
1948
+ pulumi.set(__self__, "read_endpoint_ip_address", read_endpoint_ip_address)
1949
+
1950
+ @property
1951
+ @pulumi.getter(name="excludeIps")
1952
+ def exclude_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1953
+ """
1954
+ A list of IP addresses of read replicas that are excluded from serving read requests.
1955
+ """
1956
+ return pulumi.get(self, "exclude_ips")
1957
+
1958
+ @exclude_ips.setter
1959
+ def exclude_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1960
+ pulumi.set(self, "exclude_ips", value)
1961
+
1962
+ @property
1963
+ @pulumi.getter(name="isEnabled")
1964
+ def is_enabled(self) -> Optional[pulumi.Input[bool]]:
1965
+ """
1966
+ Specifies if the DB System read endpoint is enabled or not.
1967
+ """
1968
+ return pulumi.get(self, "is_enabled")
1969
+
1970
+ @is_enabled.setter
1971
+ def is_enabled(self, value: Optional[pulumi.Input[bool]]):
1972
+ pulumi.set(self, "is_enabled", value)
1973
+
1974
+ @property
1975
+ @pulumi.getter(name="readEndpointHostnameLabel")
1976
+ def read_endpoint_hostname_label(self) -> Optional[pulumi.Input[str]]:
1977
+ """
1978
+ The hostname for the read endpoint of the DB System. Used for DNS.
1979
+ """
1980
+ return pulumi.get(self, "read_endpoint_hostname_label")
1981
+
1982
+ @read_endpoint_hostname_label.setter
1983
+ def read_endpoint_hostname_label(self, value: Optional[pulumi.Input[str]]):
1984
+ pulumi.set(self, "read_endpoint_hostname_label", value)
1985
+
1986
+ @property
1987
+ @pulumi.getter(name="readEndpointIpAddress")
1988
+ def read_endpoint_ip_address(self) -> Optional[pulumi.Input[str]]:
1989
+ """
1990
+ The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
1991
+ """
1992
+ return pulumi.get(self, "read_endpoint_ip_address")
1993
+
1994
+ @read_endpoint_ip_address.setter
1995
+ def read_endpoint_ip_address(self, value: Optional[pulumi.Input[str]]):
1996
+ pulumi.set(self, "read_endpoint_ip_address", value)
1997
+
1998
+
1883
1999
  if not MYPY:
1884
2000
  class MysqlBackupDbSystemSnapshotSecureConnectionArgsDict(TypedDict):
1885
2001
  certificate_generation_type: NotRequired[pulumi.Input[str]]
@@ -4243,7 +4359,7 @@ if not MYPY:
4243
4359
  """
4244
4360
  is_enabled: NotRequired[pulumi.Input[bool]]
4245
4361
  """
4246
- Whether the Channel has been enabled by the user.
4362
+ Specifies if the DB System read endpoint is enabled or not.
4247
4363
  """
4248
4364
  lifecycle_details: NotRequired[pulumi.Input[str]]
4249
4365
  """
@@ -4293,7 +4409,7 @@ class MysqlDbSystemChannelArgs:
4293
4409
  :param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the DB System. It does not have to be unique.
4294
4410
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
4295
4411
  :param pulumi.Input[str] id: The OCID of the DB System.
4296
- :param pulumi.Input[bool] is_enabled: Whether the Channel has been enabled by the user.
4412
+ :param pulumi.Input[bool] is_enabled: Specifies if the DB System read endpoint is enabled or not.
4297
4413
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycleState.
4298
4414
  :param pulumi.Input[Sequence[pulumi.Input['MysqlDbSystemChannelSourceArgs']]] sources: Parameters detailing how to provision the initial data of the system.
4299
4415
  :param pulumi.Input[str] state: (Updatable) The target state for the DB System. Could be set to `ACTIVE` or `INACTIVE`.
@@ -4390,7 +4506,7 @@ class MysqlDbSystemChannelArgs:
4390
4506
  @pulumi.getter(name="isEnabled")
4391
4507
  def is_enabled(self) -> Optional[pulumi.Input[bool]]:
4392
4508
  """
4393
- Whether the Channel has been enabled by the user.
4509
+ Specifies if the DB System read endpoint is enabled or not.
4394
4510
  """
4395
4511
  return pulumi.get(self, "is_enabled")
4396
4512
 
@@ -5708,6 +5824,110 @@ class MysqlDbSystemPointInTimeRecoveryDetailArgs:
5708
5824
  pulumi.set(self, "time_latest_recovery_point", value)
5709
5825
 
5710
5826
 
5827
+ if not MYPY:
5828
+ class MysqlDbSystemReadEndpointArgsDict(TypedDict):
5829
+ exclude_ips: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
5830
+ """
5831
+ (Updatable) A list of IP addresses of read replicas that are excluded from serving read requests.
5832
+ """
5833
+ is_enabled: NotRequired[pulumi.Input[bool]]
5834
+ """
5835
+ (Updatable) Specifies if the DB System read endpoint is enabled or not.
5836
+ """
5837
+ read_endpoint_hostname_label: NotRequired[pulumi.Input[str]]
5838
+ """
5839
+ (Updatable) The hostname for the read endpoint of the DB System. Used for DNS.
5840
+
5841
+ The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, "dbsystem-1" in FQDN "dbsystem-1.subnet123.vcn1.oraclevcn.com").
5842
+
5843
+ Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
5844
+ """
5845
+ read_endpoint_ip_address: NotRequired[pulumi.Input[str]]
5846
+ """
5847
+ (Updatable) The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
5848
+ """
5849
+ elif False:
5850
+ MysqlDbSystemReadEndpointArgsDict: TypeAlias = Mapping[str, Any]
5851
+
5852
+ @pulumi.input_type
5853
+ class MysqlDbSystemReadEndpointArgs:
5854
+ def __init__(__self__, *,
5855
+ exclude_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
5856
+ is_enabled: Optional[pulumi.Input[bool]] = None,
5857
+ read_endpoint_hostname_label: Optional[pulumi.Input[str]] = None,
5858
+ read_endpoint_ip_address: Optional[pulumi.Input[str]] = None):
5859
+ """
5860
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] exclude_ips: (Updatable) A list of IP addresses of read replicas that are excluded from serving read requests.
5861
+ :param pulumi.Input[bool] is_enabled: (Updatable) Specifies if the DB System read endpoint is enabled or not.
5862
+ :param pulumi.Input[str] read_endpoint_hostname_label: (Updatable) The hostname for the read endpoint of the DB System. Used for DNS.
5863
+
5864
+ The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, "dbsystem-1" in FQDN "dbsystem-1.subnet123.vcn1.oraclevcn.com").
5865
+
5866
+ Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
5867
+ :param pulumi.Input[str] read_endpoint_ip_address: (Updatable) The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
5868
+ """
5869
+ if exclude_ips is not None:
5870
+ pulumi.set(__self__, "exclude_ips", exclude_ips)
5871
+ if is_enabled is not None:
5872
+ pulumi.set(__self__, "is_enabled", is_enabled)
5873
+ if read_endpoint_hostname_label is not None:
5874
+ pulumi.set(__self__, "read_endpoint_hostname_label", read_endpoint_hostname_label)
5875
+ if read_endpoint_ip_address is not None:
5876
+ pulumi.set(__self__, "read_endpoint_ip_address", read_endpoint_ip_address)
5877
+
5878
+ @property
5879
+ @pulumi.getter(name="excludeIps")
5880
+ def exclude_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5881
+ """
5882
+ (Updatable) A list of IP addresses of read replicas that are excluded from serving read requests.
5883
+ """
5884
+ return pulumi.get(self, "exclude_ips")
5885
+
5886
+ @exclude_ips.setter
5887
+ def exclude_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
5888
+ pulumi.set(self, "exclude_ips", value)
5889
+
5890
+ @property
5891
+ @pulumi.getter(name="isEnabled")
5892
+ def is_enabled(self) -> Optional[pulumi.Input[bool]]:
5893
+ """
5894
+ (Updatable) Specifies if the DB System read endpoint is enabled or not.
5895
+ """
5896
+ return pulumi.get(self, "is_enabled")
5897
+
5898
+ @is_enabled.setter
5899
+ def is_enabled(self, value: Optional[pulumi.Input[bool]]):
5900
+ pulumi.set(self, "is_enabled", value)
5901
+
5902
+ @property
5903
+ @pulumi.getter(name="readEndpointHostnameLabel")
5904
+ def read_endpoint_hostname_label(self) -> Optional[pulumi.Input[str]]:
5905
+ """
5906
+ (Updatable) The hostname for the read endpoint of the DB System. Used for DNS.
5907
+
5908
+ The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, "dbsystem-1" in FQDN "dbsystem-1.subnet123.vcn1.oraclevcn.com").
5909
+
5910
+ Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
5911
+ """
5912
+ return pulumi.get(self, "read_endpoint_hostname_label")
5913
+
5914
+ @read_endpoint_hostname_label.setter
5915
+ def read_endpoint_hostname_label(self, value: Optional[pulumi.Input[str]]):
5916
+ pulumi.set(self, "read_endpoint_hostname_label", value)
5917
+
5918
+ @property
5919
+ @pulumi.getter(name="readEndpointIpAddress")
5920
+ def read_endpoint_ip_address(self) -> Optional[pulumi.Input[str]]:
5921
+ """
5922
+ (Updatable) The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
5923
+ """
5924
+ return pulumi.get(self, "read_endpoint_ip_address")
5925
+
5926
+ @read_endpoint_ip_address.setter
5927
+ def read_endpoint_ip_address(self, value: Optional[pulumi.Input[str]]):
5928
+ pulumi.set(self, "read_endpoint_ip_address", value)
5929
+
5930
+
5711
5931
  if not MYPY:
5712
5932
  class MysqlDbSystemSecureConnectionsArgsDict(TypedDict):
5713
5933
  certificate_generation_type: pulumi.Input[str]
@@ -27,7 +27,10 @@ class GetMysqlDbSystemResult:
27
27
  """
28
28
  A collection of values returned by getMysqlDbSystem.
29
29
  """
30
- def __init__(__self__, admin_password=None, admin_username=None, availability_domain=None, backup_policies=None, channels=None, compartment_id=None, configuration_id=None, crash_recovery=None, current_placements=None, customer_contacts=None, data_storage_size_in_gb=None, data_storages=None, database_management=None, db_system_id=None, defined_tags=None, deletion_policies=None, description=None, display_name=None, endpoints=None, fault_domain=None, freeform_tags=None, heat_wave_clusters=None, hostname_label=None, id=None, ip_address=None, is_heat_wave_cluster_attached=None, is_highly_available=None, lifecycle_details=None, maintenances=None, mysql_version=None, point_in_time_recovery_details=None, port=None, port_x=None, secure_connections=None, shape_name=None, shutdown_type=None, sources=None, state=None, subnet_id=None, time_created=None, time_updated=None):
30
+ def __init__(__self__, access_mode=None, admin_password=None, admin_username=None, availability_domain=None, backup_policies=None, channels=None, compartment_id=None, configuration_id=None, crash_recovery=None, current_placements=None, customer_contacts=None, data_storage_size_in_gb=None, data_storages=None, database_management=None, database_mode=None, db_system_id=None, defined_tags=None, deletion_policies=None, description=None, display_name=None, endpoints=None, fault_domain=None, freeform_tags=None, heat_wave_clusters=None, hostname_label=None, id=None, ip_address=None, is_heat_wave_cluster_attached=None, is_highly_available=None, lifecycle_details=None, maintenances=None, mysql_version=None, point_in_time_recovery_details=None, port=None, port_x=None, read_endpoints=None, secure_connections=None, shape_name=None, shutdown_type=None, sources=None, state=None, subnet_id=None, time_created=None, time_updated=None):
31
+ if access_mode and not isinstance(access_mode, str):
32
+ raise TypeError("Expected argument 'access_mode' to be a str")
33
+ pulumi.set(__self__, "access_mode", access_mode)
31
34
  if admin_password and not isinstance(admin_password, str):
32
35
  raise TypeError("Expected argument 'admin_password' to be a str")
33
36
  pulumi.set(__self__, "admin_password", admin_password)
@@ -67,6 +70,9 @@ class GetMysqlDbSystemResult:
67
70
  if database_management and not isinstance(database_management, str):
68
71
  raise TypeError("Expected argument 'database_management' to be a str")
69
72
  pulumi.set(__self__, "database_management", database_management)
73
+ if database_mode and not isinstance(database_mode, str):
74
+ raise TypeError("Expected argument 'database_mode' to be a str")
75
+ pulumi.set(__self__, "database_mode", database_mode)
70
76
  if db_system_id and not isinstance(db_system_id, str):
71
77
  raise TypeError("Expected argument 'db_system_id' to be a str")
72
78
  pulumi.set(__self__, "db_system_id", db_system_id)
@@ -127,6 +133,9 @@ class GetMysqlDbSystemResult:
127
133
  if port_x and not isinstance(port_x, int):
128
134
  raise TypeError("Expected argument 'port_x' to be a int")
129
135
  pulumi.set(__self__, "port_x", port_x)
136
+ if read_endpoints and not isinstance(read_endpoints, list):
137
+ raise TypeError("Expected argument 'read_endpoints' to be a list")
138
+ pulumi.set(__self__, "read_endpoints", read_endpoints)
130
139
  if secure_connections and not isinstance(secure_connections, list):
131
140
  raise TypeError("Expected argument 'secure_connections' to be a list")
132
141
  pulumi.set(__self__, "secure_connections", secure_connections)
@@ -152,6 +161,16 @@ class GetMysqlDbSystemResult:
152
161
  raise TypeError("Expected argument 'time_updated' to be a str")
153
162
  pulumi.set(__self__, "time_updated", time_updated)
154
163
 
164
+ @property
165
+ @pulumi.getter(name="accessMode")
166
+ def access_mode(self) -> str:
167
+ """
168
+ The access mode indicating if the database access is unrestricted (to all MySQL user accounts), or restricted (to only certain users with specific privileges):
169
+ * UNRESTRICTED: the access to the database is not restricted;
170
+ * RESTRICTED: the access is allowed only to users with specific privileges; RESTRICTED will correspond to setting the MySQL system variable [offline_mode](https://dev.mysql.com/doc/en/server-system-variables.html#sysvar_offline_mode) to ON.
171
+ """
172
+ return pulumi.get(self, "access_mode")
173
+
155
174
  @property
156
175
  @pulumi.getter(name="adminPassword")
157
176
  def admin_password(self) -> str:
@@ -250,6 +269,16 @@ class GetMysqlDbSystemResult:
250
269
  """
251
270
  return pulumi.get(self, "database_management")
252
271
 
272
+ @property
273
+ @pulumi.getter(name="databaseMode")
274
+ def database_mode(self) -> str:
275
+ """
276
+ The database mode indicating the types of statements that are allowed to run in the the DB system. This mode applies only to statements run by user connections. Replicated write statements continue to be allowed regardless of the DatabaseMode.
277
+ * READ_WRITE: allow running read and write statements on the DB system;
278
+ * READ_ONLY: only allow running read statements on the DB system.
279
+ """
280
+ return pulumi.get(self, "database_mode")
281
+
253
282
  @property
254
283
  @pulumi.getter(name="dbSystemId")
255
284
  def db_system_id(self) -> str:
@@ -410,6 +439,14 @@ class GetMysqlDbSystemResult:
410
439
  """
411
440
  return pulumi.get(self, "port_x")
412
441
 
442
+ @property
443
+ @pulumi.getter(name="readEndpoints")
444
+ def read_endpoints(self) -> Sequence['outputs.GetMysqlDbSystemReadEndpointResult']:
445
+ """
446
+ The read endpoint of a DB System.
447
+ """
448
+ return pulumi.get(self, "read_endpoints")
449
+
413
450
  @property
414
451
  @pulumi.getter(name="secureConnections")
415
452
  def secure_connections(self) -> Sequence['outputs.GetMysqlDbSystemSecureConnectionResult']:
@@ -478,6 +515,7 @@ class AwaitableGetMysqlDbSystemResult(GetMysqlDbSystemResult):
478
515
  if False:
479
516
  yield self
480
517
  return GetMysqlDbSystemResult(
518
+ access_mode=self.access_mode,
481
519
  admin_password=self.admin_password,
482
520
  admin_username=self.admin_username,
483
521
  availability_domain=self.availability_domain,
@@ -491,6 +529,7 @@ class AwaitableGetMysqlDbSystemResult(GetMysqlDbSystemResult):
491
529
  data_storage_size_in_gb=self.data_storage_size_in_gb,
492
530
  data_storages=self.data_storages,
493
531
  database_management=self.database_management,
532
+ database_mode=self.database_mode,
494
533
  db_system_id=self.db_system_id,
495
534
  defined_tags=self.defined_tags,
496
535
  deletion_policies=self.deletion_policies,
@@ -511,6 +550,7 @@ class AwaitableGetMysqlDbSystemResult(GetMysqlDbSystemResult):
511
550
  point_in_time_recovery_details=self.point_in_time_recovery_details,
512
551
  port=self.port,
513
552
  port_x=self.port_x,
553
+ read_endpoints=self.read_endpoints,
514
554
  secure_connections=self.secure_connections,
515
555
  shape_name=self.shape_name,
516
556
  shutdown_type=self.shutdown_type,
@@ -546,6 +586,7 @@ def get_mysql_db_system(db_system_id: Optional[str] = None,
546
586
  __ret__ = pulumi.runtime.invoke('oci:Mysql/getMysqlDbSystem:getMysqlDbSystem', __args__, opts=opts, typ=GetMysqlDbSystemResult).value
547
587
 
548
588
  return AwaitableGetMysqlDbSystemResult(
589
+ access_mode=pulumi.get(__ret__, 'access_mode'),
549
590
  admin_password=pulumi.get(__ret__, 'admin_password'),
550
591
  admin_username=pulumi.get(__ret__, 'admin_username'),
551
592
  availability_domain=pulumi.get(__ret__, 'availability_domain'),
@@ -559,6 +600,7 @@ def get_mysql_db_system(db_system_id: Optional[str] = None,
559
600
  data_storage_size_in_gb=pulumi.get(__ret__, 'data_storage_size_in_gb'),
560
601
  data_storages=pulumi.get(__ret__, 'data_storages'),
561
602
  database_management=pulumi.get(__ret__, 'database_management'),
603
+ database_mode=pulumi.get(__ret__, 'database_mode'),
562
604
  db_system_id=pulumi.get(__ret__, 'db_system_id'),
563
605
  defined_tags=pulumi.get(__ret__, 'defined_tags'),
564
606
  deletion_policies=pulumi.get(__ret__, 'deletion_policies'),
@@ -579,6 +621,7 @@ def get_mysql_db_system(db_system_id: Optional[str] = None,
579
621
  point_in_time_recovery_details=pulumi.get(__ret__, 'point_in_time_recovery_details'),
580
622
  port=pulumi.get(__ret__, 'port'),
581
623
  port_x=pulumi.get(__ret__, 'port_x'),
624
+ read_endpoints=pulumi.get(__ret__, 'read_endpoints'),
582
625
  secure_connections=pulumi.get(__ret__, 'secure_connections'),
583
626
  shape_name=pulumi.get(__ret__, 'shape_name'),
584
627
  shutdown_type=pulumi.get(__ret__, 'shutdown_type'),
@@ -611,6 +654,7 @@ def get_mysql_db_system_output(db_system_id: Optional[pulumi.Input[str]] = None,
611
654
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
612
655
  __ret__ = pulumi.runtime.invoke_output('oci:Mysql/getMysqlDbSystem:getMysqlDbSystem', __args__, opts=opts, typ=GetMysqlDbSystemResult)
613
656
  return __ret__.apply(lambda __response__: GetMysqlDbSystemResult(
657
+ access_mode=pulumi.get(__response__, 'access_mode'),
614
658
  admin_password=pulumi.get(__response__, 'admin_password'),
615
659
  admin_username=pulumi.get(__response__, 'admin_username'),
616
660
  availability_domain=pulumi.get(__response__, 'availability_domain'),
@@ -624,6 +668,7 @@ def get_mysql_db_system_output(db_system_id: Optional[pulumi.Input[str]] = None,
624
668
  data_storage_size_in_gb=pulumi.get(__response__, 'data_storage_size_in_gb'),
625
669
  data_storages=pulumi.get(__response__, 'data_storages'),
626
670
  database_management=pulumi.get(__response__, 'database_management'),
671
+ database_mode=pulumi.get(__response__, 'database_mode'),
627
672
  db_system_id=pulumi.get(__response__, 'db_system_id'),
628
673
  defined_tags=pulumi.get(__response__, 'defined_tags'),
629
674
  deletion_policies=pulumi.get(__response__, 'deletion_policies'),
@@ -644,6 +689,7 @@ def get_mysql_db_system_output(db_system_id: Optional[pulumi.Input[str]] = None,
644
689
  point_in_time_recovery_details=pulumi.get(__response__, 'point_in_time_recovery_details'),
645
690
  port=pulumi.get(__response__, 'port'),
646
691
  port_x=pulumi.get(__response__, 'port_x'),
692
+ read_endpoints=pulumi.get(__response__, 'read_endpoints'),
647
693
  secure_connections=pulumi.get(__response__, 'secure_connections'),
648
694
  shape_name=pulumi.get(__response__, 'shape_name'),
649
695
  shutdown_type=pulumi.get(__response__, 'shutdown_type'),