pulumi-oci 2.8.0a1724220787__py3-none-any.whl → 2.8.0a1724316519__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 (33) hide show
  1. pulumi_oci/analytics/_inputs.py +4 -4
  2. pulumi_oci/analytics/analytics_instance.py +199 -25
  3. pulumi_oci/analytics/get_analytics_instance.py +51 -2
  4. pulumi_oci/analytics/get_analytics_instances.py +1 -1
  5. pulumi_oci/analytics/outputs.py +52 -12
  6. pulumi_oci/database/get_maintenance_run.py +14 -1
  7. pulumi_oci/database/maintenance_run.py +56 -7
  8. pulumi_oci/database/outputs.py +33 -0
  9. pulumi_oci/disasterrecovery/_inputs.py +66 -2
  10. pulumi_oci/disasterrecovery/dr_protection_group.py +8 -0
  11. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +24 -0
  12. pulumi_oci/disasterrecovery/outputs.py +150 -10
  13. pulumi_oci/integration/get_integration_instance.py +25 -2
  14. pulumi_oci/integration/integration_instance.py +88 -0
  15. pulumi_oci/integration/outputs.py +24 -6
  16. pulumi_oci/mysql/_inputs.py +202 -2
  17. pulumi_oci/mysql/get_mysql_backup.py +1 -1
  18. pulumi_oci/mysql/get_mysql_db_system.py +15 -2
  19. pulumi_oci/mysql/mysql_backup.py +4 -4
  20. pulumi_oci/mysql/mysql_db_system.py +55 -0
  21. pulumi_oci/mysql/outputs.py +503 -10
  22. pulumi_oci/pulumi-plugin.json +1 -1
  23. pulumi_oci/redis/__init__.py +1 -0
  24. pulumi_oci/redis/_inputs.py +40 -0
  25. pulumi_oci/redis/get_redis_cluster.py +47 -21
  26. pulumi_oci/redis/get_redis_cluster_nodes.py +156 -0
  27. pulumi_oci/redis/get_redis_clusters.py +8 -8
  28. pulumi_oci/redis/outputs.py +160 -28
  29. pulumi_oci/redis/redis_cluster.py +177 -79
  30. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.8.0a1724316519.dist-info}/METADATA +1 -1
  31. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.8.0a1724316519.dist-info}/RECORD +33 -32
  32. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.8.0a1724316519.dist-info}/WHEEL +0 -0
  33. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.8.0a1724316519.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,7 @@ __all__ = [
37
38
  'MysqlDbSystemChannelTarget',
38
39
  'MysqlDbSystemChannelTargetFilter',
39
40
  'MysqlDbSystemCurrentPlacement',
41
+ 'MysqlDbSystemDataStorage',
40
42
  'MysqlDbSystemDeletionPolicy',
41
43
  'MysqlDbSystemEndpoint',
42
44
  'MysqlDbSystemHeatWaveCluster',
@@ -62,6 +64,7 @@ __all__ = [
62
64
  'GetMysqlBackupDbSystemSnapshotResult',
63
65
  'GetMysqlBackupDbSystemSnapshotBackupPolicyResult',
64
66
  'GetMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyResult',
67
+ 'GetMysqlBackupDbSystemSnapshotDataStorageResult',
65
68
  'GetMysqlBackupDbSystemSnapshotDeletionPolicyResult',
66
69
  'GetMysqlBackupDbSystemSnapshotEndpointResult',
67
70
  'GetMysqlBackupDbSystemSnapshotMaintenanceResult',
@@ -72,6 +75,7 @@ __all__ = [
72
75
  'GetMysqlBackupsBackupDbSystemSnapshotResult',
73
76
  'GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyResult',
74
77
  'GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult',
78
+ 'GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult',
75
79
  'GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult',
76
80
  'GetMysqlBackupsBackupDbSystemSnapshotEndpointResult',
77
81
  'GetMysqlBackupsBackupDbSystemSnapshotMaintenanceResult',
@@ -94,6 +98,7 @@ __all__ = [
94
98
  'GetMysqlDbSystemChannelTargetResult',
95
99
  'GetMysqlDbSystemChannelTargetFilterResult',
96
100
  'GetMysqlDbSystemCurrentPlacementResult',
101
+ 'GetMysqlDbSystemDataStorageResult',
97
102
  'GetMysqlDbSystemDeletionPolicyResult',
98
103
  'GetMysqlDbSystemEndpointResult',
99
104
  'GetMysqlDbSystemHeatWaveClusterResult',
@@ -111,6 +116,7 @@ __all__ = [
111
116
  'GetMysqlDbSystemsDbSystemChannelTargetResult',
112
117
  'GetMysqlDbSystemsDbSystemChannelTargetFilterResult',
113
118
  'GetMysqlDbSystemsDbSystemCurrentPlacementResult',
119
+ 'GetMysqlDbSystemsDbSystemDataStorageResult',
114
120
  'GetMysqlDbSystemsDbSystemDeletionPolicyResult',
115
121
  'GetMysqlDbSystemsDbSystemEndpointResult',
116
122
  'GetMysqlDbSystemsDbSystemHeatWaveClusterResult',
@@ -630,6 +636,8 @@ class MysqlBackupDbSystemSnapshot(dict):
630
636
  suggest = "crash_recovery"
631
637
  elif key == "dataStorageSizeInGb":
632
638
  suggest = "data_storage_size_in_gb"
639
+ elif key == "dataStorages":
640
+ suggest = "data_storages"
633
641
  elif key == "databaseManagement":
634
642
  suggest = "database_management"
635
643
  elif key == "definedTags":
@@ -678,6 +686,7 @@ class MysqlBackupDbSystemSnapshot(dict):
678
686
  configuration_id: Optional[str] = None,
679
687
  crash_recovery: Optional[str] = None,
680
688
  data_storage_size_in_gb: Optional[int] = None,
689
+ data_storages: Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotDataStorage']] = None,
681
690
  database_management: Optional[str] = None,
682
691
  defined_tags: Optional[Mapping[str, str]] = None,
683
692
  deletion_policies: Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotDeletionPolicy']] = None,
@@ -705,7 +714,8 @@ class MysqlBackupDbSystemSnapshot(dict):
705
714
  :param str compartment_id: (Updatable) The OCID of the compartment the backup exists in.
706
715
  :param str configuration_id: The OCID of the Configuration to be used for Instances in this DB System.
707
716
  :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.
717
+ :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.
718
+ :param Sequence['MysqlBackupDbSystemSnapshotDataStorageArgs'] data_storages: Data Storage information.
709
719
  :param str database_management: Whether to enable monitoring via the Database Management service.
710
720
  :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
721
  :param Sequence['MysqlBackupDbSystemSnapshotDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
@@ -741,6 +751,8 @@ class MysqlBackupDbSystemSnapshot(dict):
741
751
  pulumi.set(__self__, "crash_recovery", crash_recovery)
742
752
  if data_storage_size_in_gb is not None:
743
753
  pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
754
+ if data_storages is not None:
755
+ pulumi.set(__self__, "data_storages", data_storages)
744
756
  if database_management is not None:
745
757
  pulumi.set(__self__, "database_management", database_management)
746
758
  if defined_tags is not None:
@@ -834,10 +846,18 @@ class MysqlBackupDbSystemSnapshot(dict):
834
846
  @pulumi.getter(name="dataStorageSizeInGb")
835
847
  def data_storage_size_in_gb(self) -> Optional[int]:
836
848
  """
837
- Initial size of the data volume in GiBs that will be created and attached.
849
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
838
850
  """
839
851
  return pulumi.get(self, "data_storage_size_in_gb")
840
852
 
853
+ @property
854
+ @pulumi.getter(name="dataStorages")
855
+ def data_storages(self) -> Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotDataStorage']]:
856
+ """
857
+ Data Storage information.
858
+ """
859
+ return pulumi.get(self, "data_storages")
860
+
841
861
  @property
842
862
  @pulumi.getter(name="databaseManagement")
843
863
  def database_management(self) -> Optional[str]:
@@ -1141,6 +1161,98 @@ class MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy(dict):
1141
1161
  return pulumi.get(self, "is_enabled")
1142
1162
 
1143
1163
 
1164
+ @pulumi.output_type
1165
+ class MysqlBackupDbSystemSnapshotDataStorage(dict):
1166
+ @staticmethod
1167
+ def __key_warning(key: str):
1168
+ suggest = None
1169
+ if key == "allocatedStorageSizeInGbs":
1170
+ suggest = "allocated_storage_size_in_gbs"
1171
+ elif key == "dataStorageSizeInGb":
1172
+ suggest = "data_storage_size_in_gb"
1173
+ elif key == "dataStorageSizeLimitInGbs":
1174
+ suggest = "data_storage_size_limit_in_gbs"
1175
+ elif key == "isAutoExpandStorageEnabled":
1176
+ suggest = "is_auto_expand_storage_enabled"
1177
+ elif key == "maxStorageSizeInGbs":
1178
+ suggest = "max_storage_size_in_gbs"
1179
+
1180
+ if suggest:
1181
+ pulumi.log.warn(f"Key '{key}' not found in MysqlBackupDbSystemSnapshotDataStorage. Access the value via the '{suggest}' property getter instead.")
1182
+
1183
+ def __getitem__(self, key: str) -> Any:
1184
+ MysqlBackupDbSystemSnapshotDataStorage.__key_warning(key)
1185
+ return super().__getitem__(key)
1186
+
1187
+ def get(self, key: str, default = None) -> Any:
1188
+ MysqlBackupDbSystemSnapshotDataStorage.__key_warning(key)
1189
+ return super().get(key, default)
1190
+
1191
+ def __init__(__self__, *,
1192
+ allocated_storage_size_in_gbs: Optional[int] = None,
1193
+ data_storage_size_in_gb: Optional[int] = None,
1194
+ data_storage_size_limit_in_gbs: Optional[int] = None,
1195
+ is_auto_expand_storage_enabled: Optional[bool] = None,
1196
+ max_storage_size_in_gbs: Optional[int] = None):
1197
+ """
1198
+ :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.
1199
+ :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.
1200
+ :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.
1201
+ :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.
1202
+ :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.
1203
+ """
1204
+ if allocated_storage_size_in_gbs is not None:
1205
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
1206
+ if data_storage_size_in_gb is not None:
1207
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
1208
+ if data_storage_size_limit_in_gbs is not None:
1209
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
1210
+ if is_auto_expand_storage_enabled is not None:
1211
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
1212
+ if max_storage_size_in_gbs is not None:
1213
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
1214
+
1215
+ @property
1216
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
1217
+ def allocated_storage_size_in_gbs(self) -> Optional[int]:
1218
+ """
1219
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
1220
+ """
1221
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
1222
+
1223
+ @property
1224
+ @pulumi.getter(name="dataStorageSizeInGb")
1225
+ def data_storage_size_in_gb(self) -> Optional[int]:
1226
+ """
1227
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
1228
+ """
1229
+ return pulumi.get(self, "data_storage_size_in_gb")
1230
+
1231
+ @property
1232
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
1233
+ def data_storage_size_limit_in_gbs(self) -> Optional[int]:
1234
+ """
1235
+ 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.
1236
+ """
1237
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
1238
+
1239
+ @property
1240
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
1241
+ def is_auto_expand_storage_enabled(self) -> Optional[bool]:
1242
+ """
1243
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
1244
+ """
1245
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
1246
+
1247
+ @property
1248
+ @pulumi.getter(name="maxStorageSizeInGbs")
1249
+ def max_storage_size_in_gbs(self) -> Optional[int]:
1250
+ """
1251
+ 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.
1252
+ """
1253
+ return pulumi.get(self, "max_storage_size_in_gbs")
1254
+
1255
+
1144
1256
  @pulumi.output_type
1145
1257
  class MysqlBackupDbSystemSnapshotDeletionPolicy(dict):
1146
1258
  @staticmethod
@@ -3714,6 +3826,106 @@ class MysqlDbSystemCurrentPlacement(dict):
3714
3826
  return pulumi.get(self, "fault_domain")
3715
3827
 
3716
3828
 
3829
+ @pulumi.output_type
3830
+ class MysqlDbSystemDataStorage(dict):
3831
+ @staticmethod
3832
+ def __key_warning(key: str):
3833
+ suggest = None
3834
+ if key == "allocatedStorageSizeInGbs":
3835
+ suggest = "allocated_storage_size_in_gbs"
3836
+ elif key == "dataStorageSizeInGb":
3837
+ suggest = "data_storage_size_in_gb"
3838
+ elif key == "dataStorageSizeLimitInGbs":
3839
+ suggest = "data_storage_size_limit_in_gbs"
3840
+ elif key == "isAutoExpandStorageEnabled":
3841
+ suggest = "is_auto_expand_storage_enabled"
3842
+ elif key == "maxStorageSizeInGbs":
3843
+ suggest = "max_storage_size_in_gbs"
3844
+
3845
+ if suggest:
3846
+ pulumi.log.warn(f"Key '{key}' not found in MysqlDbSystemDataStorage. Access the value via the '{suggest}' property getter instead.")
3847
+
3848
+ def __getitem__(self, key: str) -> Any:
3849
+ MysqlDbSystemDataStorage.__key_warning(key)
3850
+ return super().__getitem__(key)
3851
+
3852
+ def get(self, key: str, default = None) -> Any:
3853
+ MysqlDbSystemDataStorage.__key_warning(key)
3854
+ return super().get(key, default)
3855
+
3856
+ def __init__(__self__, *,
3857
+ allocated_storage_size_in_gbs: Optional[int] = None,
3858
+ data_storage_size_in_gb: Optional[int] = None,
3859
+ data_storage_size_limit_in_gbs: Optional[int] = None,
3860
+ is_auto_expand_storage_enabled: Optional[bool] = None,
3861
+ max_storage_size_in_gbs: Optional[int] = None):
3862
+ """
3863
+ :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.
3864
+ :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.
3865
+ :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.
3866
+ :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.
3867
+ :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.
3868
+
3869
+ 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.
3870
+
3871
+ 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.
3872
+ """
3873
+ if allocated_storage_size_in_gbs is not None:
3874
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
3875
+ if data_storage_size_in_gb is not None:
3876
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
3877
+ if data_storage_size_limit_in_gbs is not None:
3878
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
3879
+ if is_auto_expand_storage_enabled is not None:
3880
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
3881
+ if max_storage_size_in_gbs is not None:
3882
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
3883
+
3884
+ @property
3885
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
3886
+ def allocated_storage_size_in_gbs(self) -> Optional[int]:
3887
+ """
3888
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
3889
+ """
3890
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
3891
+
3892
+ @property
3893
+ @pulumi.getter(name="dataStorageSizeInGb")
3894
+ def data_storage_size_in_gb(self) -> Optional[int]:
3895
+ """
3896
+ (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.
3897
+ """
3898
+ return pulumi.get(self, "data_storage_size_in_gb")
3899
+
3900
+ @property
3901
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
3902
+ def data_storage_size_limit_in_gbs(self) -> Optional[int]:
3903
+ """
3904
+ 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.
3905
+ """
3906
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
3907
+
3908
+ @property
3909
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
3910
+ def is_auto_expand_storage_enabled(self) -> Optional[bool]:
3911
+ """
3912
+ (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.
3913
+ """
3914
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
3915
+
3916
+ @property
3917
+ @pulumi.getter(name="maxStorageSizeInGbs")
3918
+ def max_storage_size_in_gbs(self) -> Optional[int]:
3919
+ """
3920
+ (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.
3921
+
3922
+ 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.
3923
+
3924
+ 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.
3925
+ """
3926
+ return pulumi.get(self, "max_storage_size_in_gbs")
3927
+
3928
+
3717
3929
  @pulumi.output_type
3718
3930
  class MysqlDbSystemDeletionPolicy(dict):
3719
3931
  @staticmethod
@@ -5193,6 +5405,7 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5193
5405
  configuration_id: str,
5194
5406
  crash_recovery: str,
5195
5407
  data_storage_size_in_gb: int,
5408
+ data_storages: Sequence['outputs.GetMysqlBackupDbSystemSnapshotDataStorageResult'],
5196
5409
  database_management: str,
5197
5410
  defined_tags: Mapping[str, str],
5198
5411
  deletion_policies: Sequence['outputs.GetMysqlBackupDbSystemSnapshotDeletionPolicyResult'],
@@ -5220,7 +5433,8 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5220
5433
  :param str compartment_id: The OCID of the compartment the DB System belongs in.
5221
5434
  :param str configuration_id: The OCID of the Configuration to be used for Instances in this DB System.
5222
5435
  :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.
5436
+ :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.
5437
+ :param Sequence['GetMysqlBackupDbSystemSnapshotDataStorageArgs'] data_storages: Data Storage information.
5224
5438
  :param str database_management: Whether to enable monitoring via the Database Management service.
5225
5439
  :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
5440
  :param Sequence['GetMysqlBackupDbSystemSnapshotDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
@@ -5249,6 +5463,7 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5249
5463
  pulumi.set(__self__, "configuration_id", configuration_id)
5250
5464
  pulumi.set(__self__, "crash_recovery", crash_recovery)
5251
5465
  pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
5466
+ pulumi.set(__self__, "data_storages", data_storages)
5252
5467
  pulumi.set(__self__, "database_management", database_management)
5253
5468
  pulumi.set(__self__, "defined_tags", defined_tags)
5254
5469
  pulumi.set(__self__, "deletion_policies", deletion_policies)
@@ -5322,10 +5537,18 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5322
5537
  @pulumi.getter(name="dataStorageSizeInGb")
5323
5538
  def data_storage_size_in_gb(self) -> int:
5324
5539
  """
5325
- Initial size of the data volume in GiBs that will be created and attached.
5540
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5326
5541
  """
5327
5542
  return pulumi.get(self, "data_storage_size_in_gb")
5328
5543
 
5544
+ @property
5545
+ @pulumi.getter(name="dataStorages")
5546
+ def data_storages(self) -> Sequence['outputs.GetMysqlBackupDbSystemSnapshotDataStorageResult']:
5547
+ """
5548
+ Data Storage information.
5549
+ """
5550
+ return pulumi.get(self, "data_storages")
5551
+
5329
5552
  @property
5330
5553
  @pulumi.getter(name="databaseManagement")
5331
5554
  def database_management(self) -> str:
@@ -5578,6 +5801,68 @@ class GetMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyResult(dict):
5578
5801
  return pulumi.get(self, "is_enabled")
5579
5802
 
5580
5803
 
5804
+ @pulumi.output_type
5805
+ class GetMysqlBackupDbSystemSnapshotDataStorageResult(dict):
5806
+ def __init__(__self__, *,
5807
+ allocated_storage_size_in_gbs: int,
5808
+ data_storage_size_in_gb: int,
5809
+ data_storage_size_limit_in_gbs: int,
5810
+ is_auto_expand_storage_enabled: bool,
5811
+ max_storage_size_in_gbs: int):
5812
+ """
5813
+ :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.
5814
+ :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.
5815
+ :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.
5816
+ :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.
5817
+ :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.
5818
+ """
5819
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
5820
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
5821
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
5822
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
5823
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
5824
+
5825
+ @property
5826
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
5827
+ def allocated_storage_size_in_gbs(self) -> int:
5828
+ """
5829
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
5830
+ """
5831
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
5832
+
5833
+ @property
5834
+ @pulumi.getter(name="dataStorageSizeInGb")
5835
+ def data_storage_size_in_gb(self) -> int:
5836
+ """
5837
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5838
+ """
5839
+ return pulumi.get(self, "data_storage_size_in_gb")
5840
+
5841
+ @property
5842
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
5843
+ def data_storage_size_limit_in_gbs(self) -> int:
5844
+ """
5845
+ 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.
5846
+ """
5847
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
5848
+
5849
+ @property
5850
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
5851
+ def is_auto_expand_storage_enabled(self) -> bool:
5852
+ """
5853
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
5854
+ """
5855
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
5856
+
5857
+ @property
5858
+ @pulumi.getter(name="maxStorageSizeInGbs")
5859
+ def max_storage_size_in_gbs(self) -> int:
5860
+ """
5861
+ 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.
5862
+ """
5863
+ return pulumi.get(self, "max_storage_size_in_gbs")
5864
+
5865
+
5581
5866
  @pulumi.output_type
5582
5867
  class GetMysqlBackupDbSystemSnapshotDeletionPolicyResult(dict):
5583
5868
  def __init__(__self__, *,
@@ -5883,7 +6168,7 @@ class GetMysqlBackupsBackupResult(dict):
5883
6168
  :param str backup_type: The type of backup.
5884
6169
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
5885
6170
  :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.
6171
+ :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
6172
  :param str db_system_id: The DB System [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
5888
6173
  :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotArgs'] db_system_snapshots: Snapshot of the DbSystem details at the time of the backup
5889
6174
  :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 +6248,7 @@ class GetMysqlBackupsBackupResult(dict):
5963
6248
  @pulumi.getter(name="dataStorageSizeInGb")
5964
6249
  def data_storage_size_in_gb(self) -> int:
5965
6250
  """
5966
- Initial size of the data volume in GiBs that will be created and attached.
6251
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5967
6252
  """
5968
6253
  return pulumi.get(self, "data_storage_size_in_gb")
5969
6254
 
@@ -6124,6 +6409,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6124
6409
  configuration_id: str,
6125
6410
  crash_recovery: str,
6126
6411
  data_storage_size_in_gb: int,
6412
+ data_storages: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult'],
6127
6413
  database_management: str,
6128
6414
  defined_tags: Mapping[str, str],
6129
6415
  deletion_policies: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult'],
@@ -6151,7 +6437,8 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6151
6437
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
6152
6438
  :param str configuration_id: The OCID of the Configuration to be used for Instances in this DB System.
6153
6439
  :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.
6440
+ :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.
6441
+ :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotDataStorageArgs'] data_storages: Data Storage information.
6155
6442
  :param str database_management: Whether to enable monitoring via the Database Management service.
6156
6443
  :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
6444
  :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
@@ -6180,6 +6467,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6180
6467
  pulumi.set(__self__, "configuration_id", configuration_id)
6181
6468
  pulumi.set(__self__, "crash_recovery", crash_recovery)
6182
6469
  pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
6470
+ pulumi.set(__self__, "data_storages", data_storages)
6183
6471
  pulumi.set(__self__, "database_management", database_management)
6184
6472
  pulumi.set(__self__, "defined_tags", defined_tags)
6185
6473
  pulumi.set(__self__, "deletion_policies", deletion_policies)
@@ -6253,10 +6541,18 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6253
6541
  @pulumi.getter(name="dataStorageSizeInGb")
6254
6542
  def data_storage_size_in_gb(self) -> int:
6255
6543
  """
6256
- Initial size of the data volume in GiBs that will be created and attached.
6544
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
6257
6545
  """
6258
6546
  return pulumi.get(self, "data_storage_size_in_gb")
6259
6547
 
6548
+ @property
6549
+ @pulumi.getter(name="dataStorages")
6550
+ def data_storages(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult']:
6551
+ """
6552
+ Data Storage information.
6553
+ """
6554
+ return pulumi.get(self, "data_storages")
6555
+
6260
6556
  @property
6261
6557
  @pulumi.getter(name="databaseManagement")
6262
6558
  def database_management(self) -> str:
@@ -6509,6 +6805,68 @@ class GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult(dict):
6509
6805
  return pulumi.get(self, "is_enabled")
6510
6806
 
6511
6807
 
6808
+ @pulumi.output_type
6809
+ class GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult(dict):
6810
+ def __init__(__self__, *,
6811
+ allocated_storage_size_in_gbs: int,
6812
+ data_storage_size_in_gb: int,
6813
+ data_storage_size_limit_in_gbs: int,
6814
+ is_auto_expand_storage_enabled: bool,
6815
+ max_storage_size_in_gbs: int):
6816
+ """
6817
+ :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.
6818
+ :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.
6819
+ :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.
6820
+ :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.
6821
+ :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.
6822
+ """
6823
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
6824
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
6825
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
6826
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
6827
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
6828
+
6829
+ @property
6830
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
6831
+ def allocated_storage_size_in_gbs(self) -> int:
6832
+ """
6833
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
6834
+ """
6835
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
6836
+
6837
+ @property
6838
+ @pulumi.getter(name="dataStorageSizeInGb")
6839
+ def data_storage_size_in_gb(self) -> int:
6840
+ """
6841
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
6842
+ """
6843
+ return pulumi.get(self, "data_storage_size_in_gb")
6844
+
6845
+ @property
6846
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
6847
+ def data_storage_size_limit_in_gbs(self) -> int:
6848
+ """
6849
+ 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.
6850
+ """
6851
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
6852
+
6853
+ @property
6854
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
6855
+ def is_auto_expand_storage_enabled(self) -> bool:
6856
+ """
6857
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
6858
+ """
6859
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
6860
+
6861
+ @property
6862
+ @pulumi.getter(name="maxStorageSizeInGbs")
6863
+ def max_storage_size_in_gbs(self) -> int:
6864
+ """
6865
+ 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.
6866
+ """
6867
+ return pulumi.get(self, "max_storage_size_in_gbs")
6868
+
6869
+
6512
6870
  @pulumi.output_type
6513
6871
  class GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult(dict):
6514
6872
  def __init__(__self__, *,
@@ -9351,6 +9709,68 @@ class GetMysqlDbSystemCurrentPlacementResult(dict):
9351
9709
  return pulumi.get(self, "fault_domain")
9352
9710
 
9353
9711
 
9712
+ @pulumi.output_type
9713
+ class GetMysqlDbSystemDataStorageResult(dict):
9714
+ def __init__(__self__, *,
9715
+ allocated_storage_size_in_gbs: int,
9716
+ data_storage_size_in_gb: int,
9717
+ data_storage_size_limit_in_gbs: int,
9718
+ is_auto_expand_storage_enabled: bool,
9719
+ max_storage_size_in_gbs: int):
9720
+ """
9721
+ :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.
9722
+ :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.
9723
+ :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.
9724
+ :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.
9725
+ :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.
9726
+ """
9727
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
9728
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
9729
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
9730
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
9731
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
9732
+
9733
+ @property
9734
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
9735
+ def allocated_storage_size_in_gbs(self) -> int:
9736
+ """
9737
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
9738
+ """
9739
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
9740
+
9741
+ @property
9742
+ @pulumi.getter(name="dataStorageSizeInGb")
9743
+ def data_storage_size_in_gb(self) -> int:
9744
+ """
9745
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
9746
+ """
9747
+ return pulumi.get(self, "data_storage_size_in_gb")
9748
+
9749
+ @property
9750
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
9751
+ def data_storage_size_limit_in_gbs(self) -> int:
9752
+ """
9753
+ 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.
9754
+ """
9755
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
9756
+
9757
+ @property
9758
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
9759
+ def is_auto_expand_storage_enabled(self) -> bool:
9760
+ """
9761
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
9762
+ """
9763
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
9764
+
9765
+ @property
9766
+ @pulumi.getter(name="maxStorageSizeInGbs")
9767
+ def max_storage_size_in_gbs(self) -> int:
9768
+ """
9769
+ 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.
9770
+ """
9771
+ return pulumi.get(self, "max_storage_size_in_gbs")
9772
+
9773
+
9354
9774
  @pulumi.output_type
9355
9775
  class GetMysqlDbSystemDeletionPolicyResult(dict):
9356
9776
  def __init__(__self__, *,
@@ -9717,6 +10137,7 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9717
10137
  crash_recovery: str,
9718
10138
  current_placements: Sequence['outputs.GetMysqlDbSystemsDbSystemCurrentPlacementResult'],
9719
10139
  data_storage_size_in_gb: int,
10140
+ data_storages: Sequence['outputs.GetMysqlDbSystemsDbSystemDataStorageResult'],
9720
10141
  database_management: str,
9721
10142
  defined_tags: Mapping[str, str],
9722
10143
  deletion_policies: Sequence['outputs.GetMysqlDbSystemsDbSystemDeletionPolicyResult'],
@@ -9753,7 +10174,8 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9753
10174
  :param str configuration_id: The requested Configuration instance.
9754
10175
  :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
10176
  :param Sequence['GetMysqlDbSystemsDbSystemCurrentPlacementArgs'] current_placements: The availability domain and fault domain a DB System is placed in.
9756
- :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
10177
+ :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.
10178
+ :param Sequence['GetMysqlDbSystemsDbSystemDataStorageArgs'] data_storages: Data Storage information.
9757
10179
  :param str database_management: Filter DB Systems by their Database Management configuration.
9758
10180
  :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
10181
  :param Sequence['GetMysqlDbSystemsDbSystemDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
@@ -9792,6 +10214,7 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9792
10214
  pulumi.set(__self__, "crash_recovery", crash_recovery)
9793
10215
  pulumi.set(__self__, "current_placements", current_placements)
9794
10216
  pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
10217
+ pulumi.set(__self__, "data_storages", data_storages)
9795
10218
  pulumi.set(__self__, "database_management", database_management)
9796
10219
  pulumi.set(__self__, "defined_tags", defined_tags)
9797
10220
  pulumi.set(__self__, "deletion_policies", deletion_policies)
@@ -9891,10 +10314,18 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9891
10314
  @pulumi.getter(name="dataStorageSizeInGb")
9892
10315
  def data_storage_size_in_gb(self) -> int:
9893
10316
  """
9894
- Initial size of the data volume in GiBs that will be created and attached.
10317
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
9895
10318
  """
9896
10319
  return pulumi.get(self, "data_storage_size_in_gb")
9897
10320
 
10321
+ @property
10322
+ @pulumi.getter(name="dataStorages")
10323
+ def data_storages(self) -> Sequence['outputs.GetMysqlDbSystemsDbSystemDataStorageResult']:
10324
+ """
10325
+ Data Storage information.
10326
+ """
10327
+ return pulumi.get(self, "data_storages")
10328
+
9898
10329
  @property
9899
10330
  @pulumi.getter(name="databaseManagement")
9900
10331
  def database_management(self) -> str:
@@ -10653,6 +11084,68 @@ class GetMysqlDbSystemsDbSystemCurrentPlacementResult(dict):
10653
11084
  return pulumi.get(self, "fault_domain")
10654
11085
 
10655
11086
 
11087
+ @pulumi.output_type
11088
+ class GetMysqlDbSystemsDbSystemDataStorageResult(dict):
11089
+ def __init__(__self__, *,
11090
+ allocated_storage_size_in_gbs: int,
11091
+ data_storage_size_in_gb: int,
11092
+ data_storage_size_limit_in_gbs: int,
11093
+ is_auto_expand_storage_enabled: bool,
11094
+ max_storage_size_in_gbs: int):
11095
+ """
11096
+ :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.
11097
+ :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.
11098
+ :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.
11099
+ :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.
11100
+ :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.
11101
+ """
11102
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
11103
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
11104
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
11105
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
11106
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
11107
+
11108
+ @property
11109
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
11110
+ def allocated_storage_size_in_gbs(self) -> int:
11111
+ """
11112
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
11113
+ """
11114
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
11115
+
11116
+ @property
11117
+ @pulumi.getter(name="dataStorageSizeInGb")
11118
+ def data_storage_size_in_gb(self) -> int:
11119
+ """
11120
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
11121
+ """
11122
+ return pulumi.get(self, "data_storage_size_in_gb")
11123
+
11124
+ @property
11125
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
11126
+ def data_storage_size_limit_in_gbs(self) -> int:
11127
+ """
11128
+ 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.
11129
+ """
11130
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
11131
+
11132
+ @property
11133
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
11134
+ def is_auto_expand_storage_enabled(self) -> bool:
11135
+ """
11136
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
11137
+ """
11138
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
11139
+
11140
+ @property
11141
+ @pulumi.getter(name="maxStorageSizeInGbs")
11142
+ def max_storage_size_in_gbs(self) -> int:
11143
+ """
11144
+ 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.
11145
+ """
11146
+ return pulumi.get(self, "max_storage_size_in_gbs")
11147
+
11148
+
10656
11149
  @pulumi.output_type
10657
11150
  class GetMysqlDbSystemsDbSystemDeletionPolicyResult(dict):
10658
11151
  def __init__(__self__, *,