pulumi-oci 2.8.0a1724220787__py3-none-any.whl → 2.9.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 (142) hide show
  1. pulumi_oci/__init__.py +86 -38
  2. pulumi_oci/analytics/_inputs.py +4 -4
  3. pulumi_oci/analytics/analytics_instance.py +199 -25
  4. pulumi_oci/analytics/get_analytics_instance.py +51 -2
  5. pulumi_oci/analytics/get_analytics_instances.py +1 -1
  6. pulumi_oci/analytics/outputs.py +52 -12
  7. pulumi_oci/announcementsservice/__init__.py +1 -0
  8. pulumi_oci/announcementsservice/_inputs.py +46 -6
  9. pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
  10. pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
  11. pulumi_oci/announcementsservice/get_services.py +173 -0
  12. pulumi_oci/announcementsservice/outputs.py +195 -18
  13. pulumi_oci/bigdataservice/_inputs.py +1 -49
  14. pulumi_oci/bigdataservice/bds_instance.py +0 -128
  15. pulumi_oci/bigdataservice/get_bds_instance.py +1 -31
  16. pulumi_oci/bigdataservice/outputs.py +3 -132
  17. pulumi_oci/database/_inputs.py +32 -0
  18. pulumi_oci/database/autonomous_database.py +28 -0
  19. pulumi_oci/database/data_guard_association.py +49 -0
  20. pulumi_oci/database/get_autonomous_database.py +14 -1
  21. pulumi_oci/database/get_autonomous_databases.py +32 -95
  22. pulumi_oci/database/get_data_guard_association.py +11 -1
  23. pulumi_oci/database/get_maintenance_run.py +14 -1
  24. pulumi_oci/database/maintenance_run.py +56 -7
  25. pulumi_oci/database/outputs.py +196 -42
  26. pulumi_oci/databasemanagement/__init__.py +1 -0
  27. pulumi_oci/databasemanagement/_inputs.py +873 -10
  28. pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +275 -0
  29. pulumi_oci/databasemanagement/database_dbm_features_management.py +37 -3
  30. pulumi_oci/databasemanagement/db_management_private_endpoint.py +49 -0
  31. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +14 -1
  32. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +21 -1
  33. pulumi_oci/databasemanagement/get_managed_database.py +47 -3
  34. pulumi_oci/databasemanagement/managed_database.py +56 -0
  35. pulumi_oci/databasemanagement/outputs.py +3331 -1397
  36. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +35 -1
  37. pulumi_oci/datasafe/__init__.py +6 -0
  38. pulumi_oci/datasafe/_inputs.py +18 -0
  39. pulumi_oci/datasafe/database_security_config_management.py +244 -2
  40. pulumi_oci/datasafe/masking_policy_health_report_management.py +453 -0
  41. pulumi_oci/datasafe/masking_report_management.py +693 -0
  42. pulumi_oci/datasafe/outputs.py +18 -0
  43. pulumi_oci/datasafe/security_policy_deployment_management.py +180 -2
  44. pulumi_oci/datasafe/security_policy_management.py +172 -2
  45. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  46. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  47. pulumi_oci/datasafe/sql_firewall_policy_management.py +354 -2
  48. pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +264 -0
  49. pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +264 -0
  50. pulumi_oci/delegateaccesscontrol/__init__.py +24 -0
  51. pulumi_oci/delegateaccesscontrol/_inputs.py +306 -0
  52. pulumi_oci/delegateaccesscontrol/delegation_control.py +1082 -0
  53. pulumi_oci/{globallydistributeddatabase/private_endpoint.py → delegateaccesscontrol/delegation_subscription.py} +162 -267
  54. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +535 -0
  55. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +174 -0
  56. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +133 -0
  57. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +250 -0
  58. pulumi_oci/delegateaccesscontrol/get_delegation_control.py +378 -0
  59. pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +133 -0
  60. pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +213 -0
  61. pulumi_oci/{globallydistributeddatabase/get_private_endpoint.py → delegateaccesscontrol/get_delegation_subscription.py} +66 -105
  62. pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +176 -0
  63. pulumi_oci/delegateaccesscontrol/get_service_provider.py +274 -0
  64. pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +210 -0
  65. pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +210 -0
  66. pulumi_oci/delegateaccesscontrol/get_service_providers.py +213 -0
  67. pulumi_oci/delegateaccesscontrol/outputs.py +1679 -0
  68. pulumi_oci/{fleetsoftwareupdate → desktops}/__init__.py +7 -6
  69. pulumi_oci/desktops/_inputs.py +483 -0
  70. pulumi_oci/desktops/desktop_pool.py +1348 -0
  71. pulumi_oci/desktops/get_desktop.py +223 -0
  72. pulumi_oci/desktops/get_desktop_pool.py +418 -0
  73. pulumi_oci/desktops/get_desktop_pool_desktops.py +208 -0
  74. pulumi_oci/desktops/get_desktop_pool_volumes.py +214 -0
  75. pulumi_oci/desktops/get_desktop_pools.py +203 -0
  76. pulumi_oci/desktops/get_desktops.py +214 -0
  77. pulumi_oci/desktops/outputs.py +1738 -0
  78. pulumi_oci/disasterrecovery/_inputs.py +66 -2
  79. pulumi_oci/disasterrecovery/dr_protection_group.py +8 -0
  80. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +24 -0
  81. pulumi_oci/disasterrecovery/outputs.py +150 -10
  82. pulumi_oci/filestorage/mount_target.py +143 -38
  83. pulumi_oci/filestorage/outputs.py +44 -0
  84. pulumi_oci/identity/domains_group.py +34 -0
  85. pulumi_oci/identity/domains_user.py +34 -0
  86. pulumi_oci/identity/get_domains_group.py +11 -1
  87. pulumi_oci/identity/get_domains_user.py +11 -1
  88. pulumi_oci/identity/outputs.py +14 -0
  89. pulumi_oci/integration/get_integration_instance.py +25 -2
  90. pulumi_oci/integration/integration_instance.py +88 -0
  91. pulumi_oci/integration/outputs.py +24 -6
  92. pulumi_oci/kms/_inputs.py +10 -10
  93. pulumi_oci/kms/get_vault.py +14 -1
  94. pulumi_oci/kms/outputs.py +41 -30
  95. pulumi_oci/kms/vault.py +28 -0
  96. pulumi_oci/loadbalancer/load_balancer.py +224 -0
  97. pulumi_oci/loadbalancer/outputs.py +22 -0
  98. pulumi_oci/mysql/_inputs.py +225 -2
  99. pulumi_oci/mysql/get_mysql_backup.py +1 -1
  100. pulumi_oci/mysql/get_mysql_db_system.py +27 -1
  101. pulumi_oci/mysql/mysql_backup.py +4 -4
  102. pulumi_oci/mysql/mysql_db_system.py +108 -0
  103. pulumi_oci/mysql/outputs.py +569 -8
  104. pulumi_oci/ocvp/get_cluster.py +2 -2
  105. pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
  106. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +22 -5
  107. pulumi_oci/ocvp/outputs.py +2 -2
  108. pulumi_oci/pulumi-plugin.json +1 -1
  109. pulumi_oci/recoverymod/_inputs.py +0 -8
  110. pulumi_oci/recoverymod/get_protected_database.py +14 -1
  111. pulumi_oci/recoverymod/get_protection_policy.py +14 -1
  112. pulumi_oci/recoverymod/outputs.py +22 -8
  113. pulumi_oci/recoverymod/protected_database.py +80 -3
  114. pulumi_oci/recoverymod/protection_policy.py +49 -0
  115. pulumi_oci/redis/__init__.py +1 -0
  116. pulumi_oci/redis/_inputs.py +40 -0
  117. pulumi_oci/redis/get_redis_cluster.py +47 -21
  118. pulumi_oci/redis/get_redis_cluster_nodes.py +156 -0
  119. pulumi_oci/redis/get_redis_clusters.py +8 -8
  120. pulumi_oci/redis/outputs.py +160 -28
  121. pulumi_oci/redis/redis_cluster.py +177 -79
  122. pulumi_oci/waf/_inputs.py +29 -16
  123. pulumi_oci/waf/outputs.py +33 -10
  124. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/METADATA +1 -1
  125. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/RECORD +127 -108
  126. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/WHEEL +1 -1
  127. pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -553
  128. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -514
  129. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -812
  130. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -225
  131. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -141
  132. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -325
  133. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -167
  134. pulumi_oci/fleetsoftwareupdate/outputs.py +0 -1481
  135. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  136. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1003
  137. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -176
  138. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -610
  139. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -176
  140. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2058
  141. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1816
  142. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/top_level.txt +0 -0
@@ -20,6 +20,7 @@ __all__ = [
20
20
  'MysqlBackupDbSystemSnapshot',
21
21
  'MysqlBackupDbSystemSnapshotBackupPolicy',
22
22
  'MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy',
23
+ 'MysqlBackupDbSystemSnapshotDataStorage',
23
24
  'MysqlBackupDbSystemSnapshotDeletionPolicy',
24
25
  'MysqlBackupDbSystemSnapshotEndpoint',
25
26
  'MysqlBackupDbSystemSnapshotMaintenance',
@@ -37,6 +38,8 @@ __all__ = [
37
38
  'MysqlDbSystemChannelTarget',
38
39
  'MysqlDbSystemChannelTargetFilter',
39
40
  'MysqlDbSystemCurrentPlacement',
41
+ 'MysqlDbSystemCustomerContact',
42
+ 'MysqlDbSystemDataStorage',
40
43
  'MysqlDbSystemDeletionPolicy',
41
44
  'MysqlDbSystemEndpoint',
42
45
  'MysqlDbSystemHeatWaveCluster',
@@ -62,6 +65,7 @@ __all__ = [
62
65
  'GetMysqlBackupDbSystemSnapshotResult',
63
66
  'GetMysqlBackupDbSystemSnapshotBackupPolicyResult',
64
67
  'GetMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyResult',
68
+ 'GetMysqlBackupDbSystemSnapshotDataStorageResult',
65
69
  'GetMysqlBackupDbSystemSnapshotDeletionPolicyResult',
66
70
  'GetMysqlBackupDbSystemSnapshotEndpointResult',
67
71
  'GetMysqlBackupDbSystemSnapshotMaintenanceResult',
@@ -72,6 +76,7 @@ __all__ = [
72
76
  'GetMysqlBackupsBackupDbSystemSnapshotResult',
73
77
  'GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyResult',
74
78
  'GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult',
79
+ 'GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult',
75
80
  'GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult',
76
81
  'GetMysqlBackupsBackupDbSystemSnapshotEndpointResult',
77
82
  'GetMysqlBackupsBackupDbSystemSnapshotMaintenanceResult',
@@ -94,6 +99,8 @@ __all__ = [
94
99
  'GetMysqlDbSystemChannelTargetResult',
95
100
  'GetMysqlDbSystemChannelTargetFilterResult',
96
101
  'GetMysqlDbSystemCurrentPlacementResult',
102
+ 'GetMysqlDbSystemCustomerContactResult',
103
+ 'GetMysqlDbSystemDataStorageResult',
97
104
  'GetMysqlDbSystemDeletionPolicyResult',
98
105
  'GetMysqlDbSystemEndpointResult',
99
106
  'GetMysqlDbSystemHeatWaveClusterResult',
@@ -111,6 +118,8 @@ __all__ = [
111
118
  'GetMysqlDbSystemsDbSystemChannelTargetResult',
112
119
  'GetMysqlDbSystemsDbSystemChannelTargetFilterResult',
113
120
  'GetMysqlDbSystemsDbSystemCurrentPlacementResult',
121
+ 'GetMysqlDbSystemsDbSystemCustomerContactResult',
122
+ 'GetMysqlDbSystemsDbSystemDataStorageResult',
114
123
  'GetMysqlDbSystemsDbSystemDeletionPolicyResult',
115
124
  'GetMysqlDbSystemsDbSystemEndpointResult',
116
125
  'GetMysqlDbSystemsDbSystemHeatWaveClusterResult',
@@ -630,6 +639,8 @@ class MysqlBackupDbSystemSnapshot(dict):
630
639
  suggest = "crash_recovery"
631
640
  elif key == "dataStorageSizeInGb":
632
641
  suggest = "data_storage_size_in_gb"
642
+ elif key == "dataStorages":
643
+ suggest = "data_storages"
633
644
  elif key == "databaseManagement":
634
645
  suggest = "database_management"
635
646
  elif key == "definedTags":
@@ -678,6 +689,7 @@ class MysqlBackupDbSystemSnapshot(dict):
678
689
  configuration_id: Optional[str] = None,
679
690
  crash_recovery: Optional[str] = None,
680
691
  data_storage_size_in_gb: Optional[int] = None,
692
+ data_storages: Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotDataStorage']] = None,
681
693
  database_management: Optional[str] = None,
682
694
  defined_tags: Optional[Mapping[str, str]] = None,
683
695
  deletion_policies: Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotDeletionPolicy']] = None,
@@ -705,7 +717,8 @@ class MysqlBackupDbSystemSnapshot(dict):
705
717
  :param str compartment_id: (Updatable) The OCID of the compartment the backup exists in.
706
718
  :param str configuration_id: The OCID of the Configuration to be used for Instances in this DB System.
707
719
  :param str crash_recovery: Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
708
- :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
720
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
721
+ :param Sequence['MysqlBackupDbSystemSnapshotDataStorageArgs'] data_storages: Data Storage information.
709
722
  :param str database_management: Whether to enable monitoring via the Database Management service.
710
723
  :param Mapping[str, str] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
711
724
  :param Sequence['MysqlBackupDbSystemSnapshotDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
@@ -741,6 +754,8 @@ class MysqlBackupDbSystemSnapshot(dict):
741
754
  pulumi.set(__self__, "crash_recovery", crash_recovery)
742
755
  if data_storage_size_in_gb is not None:
743
756
  pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
757
+ if data_storages is not None:
758
+ pulumi.set(__self__, "data_storages", data_storages)
744
759
  if database_management is not None:
745
760
  pulumi.set(__self__, "database_management", database_management)
746
761
  if defined_tags is not None:
@@ -834,10 +849,18 @@ class MysqlBackupDbSystemSnapshot(dict):
834
849
  @pulumi.getter(name="dataStorageSizeInGb")
835
850
  def data_storage_size_in_gb(self) -> Optional[int]:
836
851
  """
837
- Initial size of the data volume in GiBs that will be created and attached.
852
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
838
853
  """
839
854
  return pulumi.get(self, "data_storage_size_in_gb")
840
855
 
856
+ @property
857
+ @pulumi.getter(name="dataStorages")
858
+ def data_storages(self) -> Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotDataStorage']]:
859
+ """
860
+ Data Storage information.
861
+ """
862
+ return pulumi.get(self, "data_storages")
863
+
841
864
  @property
842
865
  @pulumi.getter(name="databaseManagement")
843
866
  def database_management(self) -> Optional[str]:
@@ -1141,6 +1164,98 @@ class MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy(dict):
1141
1164
  return pulumi.get(self, "is_enabled")
1142
1165
 
1143
1166
 
1167
+ @pulumi.output_type
1168
+ class MysqlBackupDbSystemSnapshotDataStorage(dict):
1169
+ @staticmethod
1170
+ def __key_warning(key: str):
1171
+ suggest = None
1172
+ if key == "allocatedStorageSizeInGbs":
1173
+ suggest = "allocated_storage_size_in_gbs"
1174
+ elif key == "dataStorageSizeInGb":
1175
+ suggest = "data_storage_size_in_gb"
1176
+ elif key == "dataStorageSizeLimitInGbs":
1177
+ suggest = "data_storage_size_limit_in_gbs"
1178
+ elif key == "isAutoExpandStorageEnabled":
1179
+ suggest = "is_auto_expand_storage_enabled"
1180
+ elif key == "maxStorageSizeInGbs":
1181
+ suggest = "max_storage_size_in_gbs"
1182
+
1183
+ if suggest:
1184
+ pulumi.log.warn(f"Key '{key}' not found in MysqlBackupDbSystemSnapshotDataStorage. Access the value via the '{suggest}' property getter instead.")
1185
+
1186
+ def __getitem__(self, key: str) -> Any:
1187
+ MysqlBackupDbSystemSnapshotDataStorage.__key_warning(key)
1188
+ return super().__getitem__(key)
1189
+
1190
+ def get(self, key: str, default = None) -> Any:
1191
+ MysqlBackupDbSystemSnapshotDataStorage.__key_warning(key)
1192
+ return super().get(key, default)
1193
+
1194
+ def __init__(__self__, *,
1195
+ allocated_storage_size_in_gbs: Optional[int] = None,
1196
+ data_storage_size_in_gb: Optional[int] = None,
1197
+ data_storage_size_limit_in_gbs: Optional[int] = None,
1198
+ is_auto_expand_storage_enabled: Optional[bool] = None,
1199
+ max_storage_size_in_gbs: Optional[int] = None):
1200
+ """
1201
+ :param int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
1202
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
1203
+ :param int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
1204
+ :param bool is_auto_expand_storage_enabled: Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
1205
+ :param int max_storage_size_in_gbs: Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
1206
+ """
1207
+ if allocated_storage_size_in_gbs is not None:
1208
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
1209
+ if data_storage_size_in_gb is not None:
1210
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
1211
+ if data_storage_size_limit_in_gbs is not None:
1212
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
1213
+ if is_auto_expand_storage_enabled is not None:
1214
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
1215
+ if max_storage_size_in_gbs is not None:
1216
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
1217
+
1218
+ @property
1219
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
1220
+ def allocated_storage_size_in_gbs(self) -> Optional[int]:
1221
+ """
1222
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
1223
+ """
1224
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
1225
+
1226
+ @property
1227
+ @pulumi.getter(name="dataStorageSizeInGb")
1228
+ def data_storage_size_in_gb(self) -> Optional[int]:
1229
+ """
1230
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
1231
+ """
1232
+ return pulumi.get(self, "data_storage_size_in_gb")
1233
+
1234
+ @property
1235
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
1236
+ def data_storage_size_limit_in_gbs(self) -> Optional[int]:
1237
+ """
1238
+ The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
1239
+ """
1240
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
1241
+
1242
+ @property
1243
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
1244
+ def is_auto_expand_storage_enabled(self) -> Optional[bool]:
1245
+ """
1246
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
1247
+ """
1248
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
1249
+
1250
+ @property
1251
+ @pulumi.getter(name="maxStorageSizeInGbs")
1252
+ def max_storage_size_in_gbs(self) -> Optional[int]:
1253
+ """
1254
+ Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
1255
+ """
1256
+ return pulumi.get(self, "max_storage_size_in_gbs")
1257
+
1258
+
1144
1259
  @pulumi.output_type
1145
1260
  class MysqlBackupDbSystemSnapshotDeletionPolicy(dict):
1146
1261
  @staticmethod
@@ -3714,6 +3829,124 @@ class MysqlDbSystemCurrentPlacement(dict):
3714
3829
  return pulumi.get(self, "fault_domain")
3715
3830
 
3716
3831
 
3832
+ @pulumi.output_type
3833
+ class MysqlDbSystemCustomerContact(dict):
3834
+ def __init__(__self__, *,
3835
+ email: str):
3836
+ """
3837
+ :param str email: (Updatable) The email address used by Oracle to send notifications regarding the DB System.
3838
+ """
3839
+ pulumi.set(__self__, "email", email)
3840
+
3841
+ @property
3842
+ @pulumi.getter
3843
+ def email(self) -> str:
3844
+ """
3845
+ (Updatable) The email address used by Oracle to send notifications regarding the DB System.
3846
+ """
3847
+ return pulumi.get(self, "email")
3848
+
3849
+
3850
+ @pulumi.output_type
3851
+ class MysqlDbSystemDataStorage(dict):
3852
+ @staticmethod
3853
+ def __key_warning(key: str):
3854
+ suggest = None
3855
+ if key == "allocatedStorageSizeInGbs":
3856
+ suggest = "allocated_storage_size_in_gbs"
3857
+ elif key == "dataStorageSizeInGb":
3858
+ suggest = "data_storage_size_in_gb"
3859
+ elif key == "dataStorageSizeLimitInGbs":
3860
+ suggest = "data_storage_size_limit_in_gbs"
3861
+ elif key == "isAutoExpandStorageEnabled":
3862
+ suggest = "is_auto_expand_storage_enabled"
3863
+ elif key == "maxStorageSizeInGbs":
3864
+ suggest = "max_storage_size_in_gbs"
3865
+
3866
+ if suggest:
3867
+ pulumi.log.warn(f"Key '{key}' not found in MysqlDbSystemDataStorage. Access the value via the '{suggest}' property getter instead.")
3868
+
3869
+ def __getitem__(self, key: str) -> Any:
3870
+ MysqlDbSystemDataStorage.__key_warning(key)
3871
+ return super().__getitem__(key)
3872
+
3873
+ def get(self, key: str, default = None) -> Any:
3874
+ MysqlDbSystemDataStorage.__key_warning(key)
3875
+ return super().get(key, default)
3876
+
3877
+ def __init__(__self__, *,
3878
+ allocated_storage_size_in_gbs: Optional[int] = None,
3879
+ data_storage_size_in_gb: Optional[int] = None,
3880
+ data_storage_size_limit_in_gbs: Optional[int] = None,
3881
+ is_auto_expand_storage_enabled: Optional[bool] = None,
3882
+ max_storage_size_in_gbs: Optional[int] = None):
3883
+ """
3884
+ :param int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
3885
+ :param int data_storage_size_in_gb: (Updatable) Initial size of the data volume in GBs that will be created and attached. Keep in mind that this only specifies the size of the database data volume, the log volume for the database will be scaled appropriately with its shape. It is required if you are creating a new database. It cannot be set if you are creating a database from a backup.
3886
+ :param int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
3887
+ :param bool is_auto_expand_storage_enabled: (Updatable) Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
3888
+ :param int max_storage_size_in_gbs: (Updatable) Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
3889
+
3890
+ DB Systems with an initial storage size of 400 GB or less can be expanded up to 32 TB. DB Systems with an initial storage size between 401-800 GB can be expanded up to 64 TB. DB Systems with an initial storage size between 801-1200 GB can be expanded up to 96 TB. DB Systems with an initial storage size of 1201 GB or more can be expanded up to 128 TB.
3891
+
3892
+ It is not possible to decrease data storage size. You cannot set the maximum data storage size to less than either current DB System dataStorageSizeInGBs or allocatedStorageSizeInGBs.
3893
+ """
3894
+ if allocated_storage_size_in_gbs is not None:
3895
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
3896
+ if data_storage_size_in_gb is not None:
3897
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
3898
+ if data_storage_size_limit_in_gbs is not None:
3899
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
3900
+ if is_auto_expand_storage_enabled is not None:
3901
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
3902
+ if max_storage_size_in_gbs is not None:
3903
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
3904
+
3905
+ @property
3906
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
3907
+ def allocated_storage_size_in_gbs(self) -> Optional[int]:
3908
+ """
3909
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
3910
+ """
3911
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
3912
+
3913
+ @property
3914
+ @pulumi.getter(name="dataStorageSizeInGb")
3915
+ def data_storage_size_in_gb(self) -> Optional[int]:
3916
+ """
3917
+ (Updatable) Initial size of the data volume in GBs that will be created and attached. Keep in mind that this only specifies the size of the database data volume, the log volume for the database will be scaled appropriately with its shape. It is required if you are creating a new database. It cannot be set if you are creating a database from a backup.
3918
+ """
3919
+ return pulumi.get(self, "data_storage_size_in_gb")
3920
+
3921
+ @property
3922
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
3923
+ def data_storage_size_limit_in_gbs(self) -> Optional[int]:
3924
+ """
3925
+ The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
3926
+ """
3927
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
3928
+
3929
+ @property
3930
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
3931
+ def is_auto_expand_storage_enabled(self) -> Optional[bool]:
3932
+ """
3933
+ (Updatable) Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
3934
+ """
3935
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
3936
+
3937
+ @property
3938
+ @pulumi.getter(name="maxStorageSizeInGbs")
3939
+ def max_storage_size_in_gbs(self) -> Optional[int]:
3940
+ """
3941
+ (Updatable) Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
3942
+
3943
+ DB Systems with an initial storage size of 400 GB or less can be expanded up to 32 TB. DB Systems with an initial storage size between 401-800 GB can be expanded up to 64 TB. DB Systems with an initial storage size between 801-1200 GB can be expanded up to 96 TB. DB Systems with an initial storage size of 1201 GB or more can be expanded up to 128 TB.
3944
+
3945
+ It is not possible to decrease data storage size. You cannot set the maximum data storage size to less than either current DB System dataStorageSizeInGBs or allocatedStorageSizeInGBs.
3946
+ """
3947
+ return pulumi.get(self, "max_storage_size_in_gbs")
3948
+
3949
+
3717
3950
  @pulumi.output_type
3718
3951
  class MysqlDbSystemDeletionPolicy(dict):
3719
3952
  @staticmethod
@@ -5193,6 +5426,7 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5193
5426
  configuration_id: str,
5194
5427
  crash_recovery: str,
5195
5428
  data_storage_size_in_gb: int,
5429
+ data_storages: Sequence['outputs.GetMysqlBackupDbSystemSnapshotDataStorageResult'],
5196
5430
  database_management: str,
5197
5431
  defined_tags: Mapping[str, str],
5198
5432
  deletion_policies: Sequence['outputs.GetMysqlBackupDbSystemSnapshotDeletionPolicyResult'],
@@ -5220,7 +5454,8 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5220
5454
  :param str compartment_id: The OCID of the compartment the DB System belongs in.
5221
5455
  :param str configuration_id: The OCID of the Configuration to be used for Instances in this DB System.
5222
5456
  :param str crash_recovery: Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
5223
- :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
5457
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5458
+ :param Sequence['GetMysqlBackupDbSystemSnapshotDataStorageArgs'] data_storages: Data Storage information.
5224
5459
  :param str database_management: Whether to enable monitoring via the Database Management service.
5225
5460
  :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
5226
5461
  :param Sequence['GetMysqlBackupDbSystemSnapshotDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
@@ -5249,6 +5484,7 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5249
5484
  pulumi.set(__self__, "configuration_id", configuration_id)
5250
5485
  pulumi.set(__self__, "crash_recovery", crash_recovery)
5251
5486
  pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
5487
+ pulumi.set(__self__, "data_storages", data_storages)
5252
5488
  pulumi.set(__self__, "database_management", database_management)
5253
5489
  pulumi.set(__self__, "defined_tags", defined_tags)
5254
5490
  pulumi.set(__self__, "deletion_policies", deletion_policies)
@@ -5322,10 +5558,18 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5322
5558
  @pulumi.getter(name="dataStorageSizeInGb")
5323
5559
  def data_storage_size_in_gb(self) -> int:
5324
5560
  """
5325
- Initial size of the data volume in GiBs that will be created and attached.
5561
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5326
5562
  """
5327
5563
  return pulumi.get(self, "data_storage_size_in_gb")
5328
5564
 
5565
+ @property
5566
+ @pulumi.getter(name="dataStorages")
5567
+ def data_storages(self) -> Sequence['outputs.GetMysqlBackupDbSystemSnapshotDataStorageResult']:
5568
+ """
5569
+ Data Storage information.
5570
+ """
5571
+ return pulumi.get(self, "data_storages")
5572
+
5329
5573
  @property
5330
5574
  @pulumi.getter(name="databaseManagement")
5331
5575
  def database_management(self) -> str:
@@ -5578,6 +5822,68 @@ class GetMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyResult(dict):
5578
5822
  return pulumi.get(self, "is_enabled")
5579
5823
 
5580
5824
 
5825
+ @pulumi.output_type
5826
+ class GetMysqlBackupDbSystemSnapshotDataStorageResult(dict):
5827
+ def __init__(__self__, *,
5828
+ allocated_storage_size_in_gbs: int,
5829
+ data_storage_size_in_gb: int,
5830
+ data_storage_size_limit_in_gbs: int,
5831
+ is_auto_expand_storage_enabled: bool,
5832
+ max_storage_size_in_gbs: int):
5833
+ """
5834
+ :param int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
5835
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5836
+ :param int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
5837
+ :param bool is_auto_expand_storage_enabled: Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
5838
+ :param int max_storage_size_in_gbs: Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
5839
+ """
5840
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
5841
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
5842
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
5843
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
5844
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
5845
+
5846
+ @property
5847
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
5848
+ def allocated_storage_size_in_gbs(self) -> int:
5849
+ """
5850
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
5851
+ """
5852
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
5853
+
5854
+ @property
5855
+ @pulumi.getter(name="dataStorageSizeInGb")
5856
+ def data_storage_size_in_gb(self) -> int:
5857
+ """
5858
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5859
+ """
5860
+ return pulumi.get(self, "data_storage_size_in_gb")
5861
+
5862
+ @property
5863
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
5864
+ def data_storage_size_limit_in_gbs(self) -> int:
5865
+ """
5866
+ The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
5867
+ """
5868
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
5869
+
5870
+ @property
5871
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
5872
+ def is_auto_expand_storage_enabled(self) -> bool:
5873
+ """
5874
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
5875
+ """
5876
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
5877
+
5878
+ @property
5879
+ @pulumi.getter(name="maxStorageSizeInGbs")
5880
+ def max_storage_size_in_gbs(self) -> int:
5881
+ """
5882
+ Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
5883
+ """
5884
+ return pulumi.get(self, "max_storage_size_in_gbs")
5885
+
5886
+
5581
5887
  @pulumi.output_type
5582
5888
  class GetMysqlBackupDbSystemSnapshotDeletionPolicyResult(dict):
5583
5889
  def __init__(__self__, *,
@@ -5883,7 +6189,7 @@ class GetMysqlBackupsBackupResult(dict):
5883
6189
  :param str backup_type: The type of backup.
5884
6190
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
5885
6191
  :param str creation_type: Backup creationType
5886
- :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
6192
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5887
6193
  :param str db_system_id: The DB System [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
5888
6194
  :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotArgs'] db_system_snapshots: Snapshot of the DbSystem details at the time of the backup
5889
6195
  :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
@@ -5963,7 +6269,7 @@ class GetMysqlBackupsBackupResult(dict):
5963
6269
  @pulumi.getter(name="dataStorageSizeInGb")
5964
6270
  def data_storage_size_in_gb(self) -> int:
5965
6271
  """
5966
- Initial size of the data volume in GiBs that will be created and attached.
6272
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5967
6273
  """
5968
6274
  return pulumi.get(self, "data_storage_size_in_gb")
5969
6275
 
@@ -6124,6 +6430,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6124
6430
  configuration_id: str,
6125
6431
  crash_recovery: str,
6126
6432
  data_storage_size_in_gb: int,
6433
+ data_storages: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult'],
6127
6434
  database_management: str,
6128
6435
  defined_tags: Mapping[str, str],
6129
6436
  deletion_policies: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult'],
@@ -6151,7 +6458,8 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6151
6458
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
6152
6459
  :param str configuration_id: The OCID of the Configuration to be used for Instances in this DB System.
6153
6460
  :param str crash_recovery: Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
6154
- :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
6461
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
6462
+ :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotDataStorageArgs'] data_storages: Data Storage information.
6155
6463
  :param str database_management: Whether to enable monitoring via the Database Management service.
6156
6464
  :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
6157
6465
  :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
@@ -6180,6 +6488,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6180
6488
  pulumi.set(__self__, "configuration_id", configuration_id)
6181
6489
  pulumi.set(__self__, "crash_recovery", crash_recovery)
6182
6490
  pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
6491
+ pulumi.set(__self__, "data_storages", data_storages)
6183
6492
  pulumi.set(__self__, "database_management", database_management)
6184
6493
  pulumi.set(__self__, "defined_tags", defined_tags)
6185
6494
  pulumi.set(__self__, "deletion_policies", deletion_policies)
@@ -6253,10 +6562,18 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6253
6562
  @pulumi.getter(name="dataStorageSizeInGb")
6254
6563
  def data_storage_size_in_gb(self) -> int:
6255
6564
  """
6256
- Initial size of the data volume in GiBs that will be created and attached.
6565
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
6257
6566
  """
6258
6567
  return pulumi.get(self, "data_storage_size_in_gb")
6259
6568
 
6569
+ @property
6570
+ @pulumi.getter(name="dataStorages")
6571
+ def data_storages(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult']:
6572
+ """
6573
+ Data Storage information.
6574
+ """
6575
+ return pulumi.get(self, "data_storages")
6576
+
6260
6577
  @property
6261
6578
  @pulumi.getter(name="databaseManagement")
6262
6579
  def database_management(self) -> str:
@@ -6509,6 +6826,68 @@ class GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult(dict):
6509
6826
  return pulumi.get(self, "is_enabled")
6510
6827
 
6511
6828
 
6829
+ @pulumi.output_type
6830
+ class GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult(dict):
6831
+ def __init__(__self__, *,
6832
+ allocated_storage_size_in_gbs: int,
6833
+ data_storage_size_in_gb: int,
6834
+ data_storage_size_limit_in_gbs: int,
6835
+ is_auto_expand_storage_enabled: bool,
6836
+ max_storage_size_in_gbs: int):
6837
+ """
6838
+ :param int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
6839
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
6840
+ :param int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
6841
+ :param bool is_auto_expand_storage_enabled: Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
6842
+ :param int max_storage_size_in_gbs: Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
6843
+ """
6844
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
6845
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
6846
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
6847
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
6848
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
6849
+
6850
+ @property
6851
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
6852
+ def allocated_storage_size_in_gbs(self) -> int:
6853
+ """
6854
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
6855
+ """
6856
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
6857
+
6858
+ @property
6859
+ @pulumi.getter(name="dataStorageSizeInGb")
6860
+ def data_storage_size_in_gb(self) -> int:
6861
+ """
6862
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
6863
+ """
6864
+ return pulumi.get(self, "data_storage_size_in_gb")
6865
+
6866
+ @property
6867
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
6868
+ def data_storage_size_limit_in_gbs(self) -> int:
6869
+ """
6870
+ The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
6871
+ """
6872
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
6873
+
6874
+ @property
6875
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
6876
+ def is_auto_expand_storage_enabled(self) -> bool:
6877
+ """
6878
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
6879
+ """
6880
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
6881
+
6882
+ @property
6883
+ @pulumi.getter(name="maxStorageSizeInGbs")
6884
+ def max_storage_size_in_gbs(self) -> int:
6885
+ """
6886
+ Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
6887
+ """
6888
+ return pulumi.get(self, "max_storage_size_in_gbs")
6889
+
6890
+
6512
6891
  @pulumi.output_type
6513
6892
  class GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult(dict):
6514
6893
  def __init__(__self__, *,
@@ -9351,6 +9730,86 @@ class GetMysqlDbSystemCurrentPlacementResult(dict):
9351
9730
  return pulumi.get(self, "fault_domain")
9352
9731
 
9353
9732
 
9733
+ @pulumi.output_type
9734
+ class GetMysqlDbSystemCustomerContactResult(dict):
9735
+ def __init__(__self__, *,
9736
+ email: str):
9737
+ """
9738
+ :param str email: The email address used by Oracle to send notifications regarding the DB System.
9739
+ """
9740
+ pulumi.set(__self__, "email", email)
9741
+
9742
+ @property
9743
+ @pulumi.getter
9744
+ def email(self) -> str:
9745
+ """
9746
+ The email address used by Oracle to send notifications regarding the DB System.
9747
+ """
9748
+ return pulumi.get(self, "email")
9749
+
9750
+
9751
+ @pulumi.output_type
9752
+ class GetMysqlDbSystemDataStorageResult(dict):
9753
+ def __init__(__self__, *,
9754
+ allocated_storage_size_in_gbs: int,
9755
+ data_storage_size_in_gb: int,
9756
+ data_storage_size_limit_in_gbs: int,
9757
+ is_auto_expand_storage_enabled: bool,
9758
+ max_storage_size_in_gbs: int):
9759
+ """
9760
+ :param int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
9761
+ :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
9762
+ :param int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
9763
+ :param bool is_auto_expand_storage_enabled: Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
9764
+ :param int max_storage_size_in_gbs: Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
9765
+ """
9766
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
9767
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
9768
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
9769
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
9770
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
9771
+
9772
+ @property
9773
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
9774
+ def allocated_storage_size_in_gbs(self) -> int:
9775
+ """
9776
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
9777
+ """
9778
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
9779
+
9780
+ @property
9781
+ @pulumi.getter(name="dataStorageSizeInGb")
9782
+ def data_storage_size_in_gb(self) -> int:
9783
+ """
9784
+ Initial size of the data volume in GiBs that will be created and attached.
9785
+ """
9786
+ return pulumi.get(self, "data_storage_size_in_gb")
9787
+
9788
+ @property
9789
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
9790
+ def data_storage_size_limit_in_gbs(self) -> int:
9791
+ """
9792
+ The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
9793
+ """
9794
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
9795
+
9796
+ @property
9797
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
9798
+ def is_auto_expand_storage_enabled(self) -> bool:
9799
+ """
9800
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
9801
+ """
9802
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
9803
+
9804
+ @property
9805
+ @pulumi.getter(name="maxStorageSizeInGbs")
9806
+ def max_storage_size_in_gbs(self) -> int:
9807
+ """
9808
+ Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
9809
+ """
9810
+ return pulumi.get(self, "max_storage_size_in_gbs")
9811
+
9812
+
9354
9813
  @pulumi.output_type
9355
9814
  class GetMysqlDbSystemDeletionPolicyResult(dict):
9356
9815
  def __init__(__self__, *,
@@ -9716,7 +10175,9 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9716
10175
  configuration_id: str,
9717
10176
  crash_recovery: str,
9718
10177
  current_placements: Sequence['outputs.GetMysqlDbSystemsDbSystemCurrentPlacementResult'],
10178
+ customer_contacts: Sequence['outputs.GetMysqlDbSystemsDbSystemCustomerContactResult'],
9719
10179
  data_storage_size_in_gb: int,
10180
+ data_storages: Sequence['outputs.GetMysqlDbSystemsDbSystemDataStorageResult'],
9720
10181
  database_management: str,
9721
10182
  defined_tags: Mapping[str, str],
9722
10183
  deletion_policies: Sequence['outputs.GetMysqlDbSystemsDbSystemDeletionPolicyResult'],
@@ -9753,7 +10214,9 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9753
10214
  :param str configuration_id: The requested Configuration instance.
9754
10215
  :param str crash_recovery: Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
9755
10216
  :param Sequence['GetMysqlDbSystemsDbSystemCurrentPlacementArgs'] current_placements: The availability domain and fault domain a DB System is placed in.
10217
+ :param Sequence['GetMysqlDbSystemsDbSystemCustomerContactArgs'] customer_contacts: The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure DB System resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a DB System.
9756
10218
  :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
10219
+ :param Sequence['GetMysqlDbSystemsDbSystemDataStorageArgs'] data_storages: Data Storage information.
9757
10220
  :param str database_management: Filter DB Systems by their Database Management configuration.
9758
10221
  :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
9759
10222
  :param Sequence['GetMysqlDbSystemsDbSystemDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
@@ -9791,7 +10254,9 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9791
10254
  pulumi.set(__self__, "configuration_id", configuration_id)
9792
10255
  pulumi.set(__self__, "crash_recovery", crash_recovery)
9793
10256
  pulumi.set(__self__, "current_placements", current_placements)
10257
+ pulumi.set(__self__, "customer_contacts", customer_contacts)
9794
10258
  pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
10259
+ pulumi.set(__self__, "data_storages", data_storages)
9795
10260
  pulumi.set(__self__, "database_management", database_management)
9796
10261
  pulumi.set(__self__, "defined_tags", defined_tags)
9797
10262
  pulumi.set(__self__, "deletion_policies", deletion_policies)
@@ -9887,6 +10352,14 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9887
10352
  """
9888
10353
  return pulumi.get(self, "current_placements")
9889
10354
 
10355
+ @property
10356
+ @pulumi.getter(name="customerContacts")
10357
+ def customer_contacts(self) -> Sequence['outputs.GetMysqlDbSystemsDbSystemCustomerContactResult']:
10358
+ """
10359
+ The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure DB System resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a DB System.
10360
+ """
10361
+ return pulumi.get(self, "customer_contacts")
10362
+
9890
10363
  @property
9891
10364
  @pulumi.getter(name="dataStorageSizeInGb")
9892
10365
  def data_storage_size_in_gb(self) -> int:
@@ -9895,6 +10368,14 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9895
10368
  """
9896
10369
  return pulumi.get(self, "data_storage_size_in_gb")
9897
10370
 
10371
+ @property
10372
+ @pulumi.getter(name="dataStorages")
10373
+ def data_storages(self) -> Sequence['outputs.GetMysqlDbSystemsDbSystemDataStorageResult']:
10374
+ """
10375
+ Data Storage information.
10376
+ """
10377
+ return pulumi.get(self, "data_storages")
10378
+
9898
10379
  @property
9899
10380
  @pulumi.getter(name="databaseManagement")
9900
10381
  def database_management(self) -> str:
@@ -10653,6 +11134,86 @@ class GetMysqlDbSystemsDbSystemCurrentPlacementResult(dict):
10653
11134
  return pulumi.get(self, "fault_domain")
10654
11135
 
10655
11136
 
11137
+ @pulumi.output_type
11138
+ class GetMysqlDbSystemsDbSystemCustomerContactResult(dict):
11139
+ def __init__(__self__, *,
11140
+ email: str):
11141
+ """
11142
+ :param str email: The email address used by Oracle to send notifications regarding the DB System.
11143
+ """
11144
+ pulumi.set(__self__, "email", email)
11145
+
11146
+ @property
11147
+ @pulumi.getter
11148
+ def email(self) -> str:
11149
+ """
11150
+ The email address used by Oracle to send notifications regarding the DB System.
11151
+ """
11152
+ return pulumi.get(self, "email")
11153
+
11154
+
11155
+ @pulumi.output_type
11156
+ class GetMysqlDbSystemsDbSystemDataStorageResult(dict):
11157
+ def __init__(__self__, *,
11158
+ allocated_storage_size_in_gbs: int,
11159
+ data_storage_size_in_gb: int,
11160
+ data_storage_size_limit_in_gbs: int,
11161
+ is_auto_expand_storage_enabled: bool,
11162
+ max_storage_size_in_gbs: int):
11163
+ """
11164
+ :param int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
11165
+ :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
11166
+ :param int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
11167
+ :param bool is_auto_expand_storage_enabled: Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
11168
+ :param int max_storage_size_in_gbs: Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
11169
+ """
11170
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
11171
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
11172
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
11173
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
11174
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
11175
+
11176
+ @property
11177
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
11178
+ def allocated_storage_size_in_gbs(self) -> int:
11179
+ """
11180
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
11181
+ """
11182
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
11183
+
11184
+ @property
11185
+ @pulumi.getter(name="dataStorageSizeInGb")
11186
+ def data_storage_size_in_gb(self) -> int:
11187
+ """
11188
+ Initial size of the data volume in GiBs that will be created and attached.
11189
+ """
11190
+ return pulumi.get(self, "data_storage_size_in_gb")
11191
+
11192
+ @property
11193
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
11194
+ def data_storage_size_limit_in_gbs(self) -> int:
11195
+ """
11196
+ The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
11197
+ """
11198
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
11199
+
11200
+ @property
11201
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
11202
+ def is_auto_expand_storage_enabled(self) -> bool:
11203
+ """
11204
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
11205
+ """
11206
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
11207
+
11208
+ @property
11209
+ @pulumi.getter(name="maxStorageSizeInGbs")
11210
+ def max_storage_size_in_gbs(self) -> int:
11211
+ """
11212
+ Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
11213
+ """
11214
+ return pulumi.get(self, "max_storage_size_in_gbs")
11215
+
11216
+
10656
11217
  @pulumi.output_type
10657
11218
  class GetMysqlDbSystemsDbSystemDeletionPolicyResult(dict):
10658
11219
  def __init__(__self__, *,