pulumi-oci 2.8.0__py3-none-any.whl → 2.8.0a1724220787__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.
- pulumi_oci/analytics/_inputs.py +4 -4
- pulumi_oci/analytics/analytics_instance.py +25 -199
- pulumi_oci/analytics/get_analytics_instance.py +2 -51
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +12 -52
- pulumi_oci/database/get_maintenance_run.py +1 -14
- pulumi_oci/database/maintenance_run.py +7 -56
- pulumi_oci/database/outputs.py +0 -33
- pulumi_oci/disasterrecovery/_inputs.py +2 -66
- pulumi_oci/disasterrecovery/dr_protection_group.py +0 -8
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +0 -24
- pulumi_oci/disasterrecovery/outputs.py +10 -150
- pulumi_oci/integration/get_integration_instance.py +2 -25
- pulumi_oci/integration/integration_instance.py +0 -88
- pulumi_oci/integration/outputs.py +6 -24
- pulumi_oci/mysql/_inputs.py +2 -202
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +2 -15
- pulumi_oci/mysql/mysql_backup.py +4 -4
- pulumi_oci/mysql/mysql_db_system.py +0 -55
- pulumi_oci/mysql/outputs.py +10 -503
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/__init__.py +0 -1
- pulumi_oci/redis/_inputs.py +0 -40
- pulumi_oci/redis/get_redis_cluster.py +21 -47
- pulumi_oci/redis/get_redis_clusters.py +8 -8
- pulumi_oci/redis/outputs.py +28 -160
- pulumi_oci/redis/redis_cluster.py +79 -177
- {pulumi_oci-2.8.0.dist-info → pulumi_oci-2.8.0a1724220787.dist-info}/METADATA +1 -1
- {pulumi_oci-2.8.0.dist-info → pulumi_oci-2.8.0a1724220787.dist-info}/RECORD +32 -33
- pulumi_oci/redis/get_redis_cluster_nodes.py +0 -156
- {pulumi_oci-2.8.0.dist-info → pulumi_oci-2.8.0a1724220787.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.8.0.dist-info → pulumi_oci-2.8.0a1724220787.dist-info}/top_level.txt +0 -0
pulumi_oci/mysql/outputs.py
CHANGED
@@ -20,7 +20,6 @@ __all__ = [
|
|
20
20
|
'MysqlBackupDbSystemSnapshot',
|
21
21
|
'MysqlBackupDbSystemSnapshotBackupPolicy',
|
22
22
|
'MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy',
|
23
|
-
'MysqlBackupDbSystemSnapshotDataStorage',
|
24
23
|
'MysqlBackupDbSystemSnapshotDeletionPolicy',
|
25
24
|
'MysqlBackupDbSystemSnapshotEndpoint',
|
26
25
|
'MysqlBackupDbSystemSnapshotMaintenance',
|
@@ -38,7 +37,6 @@ __all__ = [
|
|
38
37
|
'MysqlDbSystemChannelTarget',
|
39
38
|
'MysqlDbSystemChannelTargetFilter',
|
40
39
|
'MysqlDbSystemCurrentPlacement',
|
41
|
-
'MysqlDbSystemDataStorage',
|
42
40
|
'MysqlDbSystemDeletionPolicy',
|
43
41
|
'MysqlDbSystemEndpoint',
|
44
42
|
'MysqlDbSystemHeatWaveCluster',
|
@@ -64,7 +62,6 @@ __all__ = [
|
|
64
62
|
'GetMysqlBackupDbSystemSnapshotResult',
|
65
63
|
'GetMysqlBackupDbSystemSnapshotBackupPolicyResult',
|
66
64
|
'GetMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyResult',
|
67
|
-
'GetMysqlBackupDbSystemSnapshotDataStorageResult',
|
68
65
|
'GetMysqlBackupDbSystemSnapshotDeletionPolicyResult',
|
69
66
|
'GetMysqlBackupDbSystemSnapshotEndpointResult',
|
70
67
|
'GetMysqlBackupDbSystemSnapshotMaintenanceResult',
|
@@ -75,7 +72,6 @@ __all__ = [
|
|
75
72
|
'GetMysqlBackupsBackupDbSystemSnapshotResult',
|
76
73
|
'GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyResult',
|
77
74
|
'GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult',
|
78
|
-
'GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult',
|
79
75
|
'GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult',
|
80
76
|
'GetMysqlBackupsBackupDbSystemSnapshotEndpointResult',
|
81
77
|
'GetMysqlBackupsBackupDbSystemSnapshotMaintenanceResult',
|
@@ -98,7 +94,6 @@ __all__ = [
|
|
98
94
|
'GetMysqlDbSystemChannelTargetResult',
|
99
95
|
'GetMysqlDbSystemChannelTargetFilterResult',
|
100
96
|
'GetMysqlDbSystemCurrentPlacementResult',
|
101
|
-
'GetMysqlDbSystemDataStorageResult',
|
102
97
|
'GetMysqlDbSystemDeletionPolicyResult',
|
103
98
|
'GetMysqlDbSystemEndpointResult',
|
104
99
|
'GetMysqlDbSystemHeatWaveClusterResult',
|
@@ -116,7 +111,6 @@ __all__ = [
|
|
116
111
|
'GetMysqlDbSystemsDbSystemChannelTargetResult',
|
117
112
|
'GetMysqlDbSystemsDbSystemChannelTargetFilterResult',
|
118
113
|
'GetMysqlDbSystemsDbSystemCurrentPlacementResult',
|
119
|
-
'GetMysqlDbSystemsDbSystemDataStorageResult',
|
120
114
|
'GetMysqlDbSystemsDbSystemDeletionPolicyResult',
|
121
115
|
'GetMysqlDbSystemsDbSystemEndpointResult',
|
122
116
|
'GetMysqlDbSystemsDbSystemHeatWaveClusterResult',
|
@@ -636,8 +630,6 @@ class MysqlBackupDbSystemSnapshot(dict):
|
|
636
630
|
suggest = "crash_recovery"
|
637
631
|
elif key == "dataStorageSizeInGb":
|
638
632
|
suggest = "data_storage_size_in_gb"
|
639
|
-
elif key == "dataStorages":
|
640
|
-
suggest = "data_storages"
|
641
633
|
elif key == "databaseManagement":
|
642
634
|
suggest = "database_management"
|
643
635
|
elif key == "definedTags":
|
@@ -686,7 +678,6 @@ class MysqlBackupDbSystemSnapshot(dict):
|
|
686
678
|
configuration_id: Optional[str] = None,
|
687
679
|
crash_recovery: Optional[str] = None,
|
688
680
|
data_storage_size_in_gb: Optional[int] = None,
|
689
|
-
data_storages: Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotDataStorage']] = None,
|
690
681
|
database_management: Optional[str] = None,
|
691
682
|
defined_tags: Optional[Mapping[str, str]] = None,
|
692
683
|
deletion_policies: Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotDeletionPolicy']] = None,
|
@@ -714,8 +705,7 @@ class MysqlBackupDbSystemSnapshot(dict):
|
|
714
705
|
:param str compartment_id: (Updatable) The OCID of the compartment the backup exists in.
|
715
706
|
:param str configuration_id: The OCID of the Configuration to be used for Instances in this DB System.
|
716
707
|
: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.
|
717
|
-
:param int data_storage_size_in_gb:
|
718
|
-
:param Sequence['MysqlBackupDbSystemSnapshotDataStorageArgs'] data_storages: Data Storage information.
|
708
|
+
:param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
|
719
709
|
:param str database_management: Whether to enable monitoring via the Database Management service.
|
720
710
|
: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"}`
|
721
711
|
:param Sequence['MysqlBackupDbSystemSnapshotDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
|
@@ -751,8 +741,6 @@ class MysqlBackupDbSystemSnapshot(dict):
|
|
751
741
|
pulumi.set(__self__, "crash_recovery", crash_recovery)
|
752
742
|
if data_storage_size_in_gb is not None:
|
753
743
|
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)
|
756
744
|
if database_management is not None:
|
757
745
|
pulumi.set(__self__, "database_management", database_management)
|
758
746
|
if defined_tags is not None:
|
@@ -846,18 +834,10 @@ class MysqlBackupDbSystemSnapshot(dict):
|
|
846
834
|
@pulumi.getter(name="dataStorageSizeInGb")
|
847
835
|
def data_storage_size_in_gb(self) -> Optional[int]:
|
848
836
|
"""
|
849
|
-
|
837
|
+
Initial size of the data volume in GiBs that will be created and attached.
|
850
838
|
"""
|
851
839
|
return pulumi.get(self, "data_storage_size_in_gb")
|
852
840
|
|
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
|
-
|
861
841
|
@property
|
862
842
|
@pulumi.getter(name="databaseManagement")
|
863
843
|
def database_management(self) -> Optional[str]:
|
@@ -1161,98 +1141,6 @@ class MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy(dict):
|
|
1161
1141
|
return pulumi.get(self, "is_enabled")
|
1162
1142
|
|
1163
1143
|
|
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
|
-
|
1256
1144
|
@pulumi.output_type
|
1257
1145
|
class MysqlBackupDbSystemSnapshotDeletionPolicy(dict):
|
1258
1146
|
@staticmethod
|
@@ -3826,106 +3714,6 @@ class MysqlDbSystemCurrentPlacement(dict):
|
|
3826
3714
|
return pulumi.get(self, "fault_domain")
|
3827
3715
|
|
3828
3716
|
|
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
|
-
|
3929
3717
|
@pulumi.output_type
|
3930
3718
|
class MysqlDbSystemDeletionPolicy(dict):
|
3931
3719
|
@staticmethod
|
@@ -5405,7 +5193,6 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
|
|
5405
5193
|
configuration_id: str,
|
5406
5194
|
crash_recovery: str,
|
5407
5195
|
data_storage_size_in_gb: int,
|
5408
|
-
data_storages: Sequence['outputs.GetMysqlBackupDbSystemSnapshotDataStorageResult'],
|
5409
5196
|
database_management: str,
|
5410
5197
|
defined_tags: Mapping[str, str],
|
5411
5198
|
deletion_policies: Sequence['outputs.GetMysqlBackupDbSystemSnapshotDeletionPolicyResult'],
|
@@ -5433,8 +5220,7 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
|
|
5433
5220
|
:param str compartment_id: The OCID of the compartment the DB System belongs in.
|
5434
5221
|
:param str configuration_id: The OCID of the Configuration to be used for Instances in this DB System.
|
5435
5222
|
: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.
|
5436
|
-
:param int data_storage_size_in_gb:
|
5437
|
-
:param Sequence['GetMysqlBackupDbSystemSnapshotDataStorageArgs'] data_storages: Data Storage information.
|
5223
|
+
:param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
|
5438
5224
|
:param str database_management: Whether to enable monitoring via the Database Management service.
|
5439
5225
|
: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"}`
|
5440
5226
|
:param Sequence['GetMysqlBackupDbSystemSnapshotDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
|
@@ -5463,7 +5249,6 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
|
|
5463
5249
|
pulumi.set(__self__, "configuration_id", configuration_id)
|
5464
5250
|
pulumi.set(__self__, "crash_recovery", crash_recovery)
|
5465
5251
|
pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
|
5466
|
-
pulumi.set(__self__, "data_storages", data_storages)
|
5467
5252
|
pulumi.set(__self__, "database_management", database_management)
|
5468
5253
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
5469
5254
|
pulumi.set(__self__, "deletion_policies", deletion_policies)
|
@@ -5537,18 +5322,10 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
|
|
5537
5322
|
@pulumi.getter(name="dataStorageSizeInGb")
|
5538
5323
|
def data_storage_size_in_gb(self) -> int:
|
5539
5324
|
"""
|
5540
|
-
|
5325
|
+
Initial size of the data volume in GiBs that will be created and attached.
|
5541
5326
|
"""
|
5542
5327
|
return pulumi.get(self, "data_storage_size_in_gb")
|
5543
5328
|
|
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
|
-
|
5552
5329
|
@property
|
5553
5330
|
@pulumi.getter(name="databaseManagement")
|
5554
5331
|
def database_management(self) -> str:
|
@@ -5801,68 +5578,6 @@ class GetMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyResult(dict):
|
|
5801
5578
|
return pulumi.get(self, "is_enabled")
|
5802
5579
|
|
5803
5580
|
|
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
|
-
|
5866
5581
|
@pulumi.output_type
|
5867
5582
|
class GetMysqlBackupDbSystemSnapshotDeletionPolicyResult(dict):
|
5868
5583
|
def __init__(__self__, *,
|
@@ -6168,7 +5883,7 @@ class GetMysqlBackupsBackupResult(dict):
|
|
6168
5883
|
:param str backup_type: The type of backup.
|
6169
5884
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
6170
5885
|
:param str creation_type: Backup creationType
|
6171
|
-
:param int data_storage_size_in_gb:
|
5886
|
+
:param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
|
6172
5887
|
:param str db_system_id: The DB System [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
6173
5888
|
:param Sequence['GetMysqlBackupsBackupDbSystemSnapshotArgs'] db_system_snapshots: Snapshot of the DbSystem details at the time of the backup
|
6174
5889
|
: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"}`
|
@@ -6248,7 +5963,7 @@ class GetMysqlBackupsBackupResult(dict):
|
|
6248
5963
|
@pulumi.getter(name="dataStorageSizeInGb")
|
6249
5964
|
def data_storage_size_in_gb(self) -> int:
|
6250
5965
|
"""
|
6251
|
-
|
5966
|
+
Initial size of the data volume in GiBs that will be created and attached.
|
6252
5967
|
"""
|
6253
5968
|
return pulumi.get(self, "data_storage_size_in_gb")
|
6254
5969
|
|
@@ -6409,7 +6124,6 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
|
|
6409
6124
|
configuration_id: str,
|
6410
6125
|
crash_recovery: str,
|
6411
6126
|
data_storage_size_in_gb: int,
|
6412
|
-
data_storages: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult'],
|
6413
6127
|
database_management: str,
|
6414
6128
|
defined_tags: Mapping[str, str],
|
6415
6129
|
deletion_policies: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult'],
|
@@ -6437,8 +6151,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
|
|
6437
6151
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
6438
6152
|
:param str configuration_id: The OCID of the Configuration to be used for Instances in this DB System.
|
6439
6153
|
: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.
|
6440
|
-
:param int data_storage_size_in_gb:
|
6441
|
-
:param Sequence['GetMysqlBackupsBackupDbSystemSnapshotDataStorageArgs'] data_storages: Data Storage information.
|
6154
|
+
:param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
|
6442
6155
|
:param str database_management: Whether to enable monitoring via the Database Management service.
|
6443
6156
|
: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"}`
|
6444
6157
|
:param Sequence['GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
|
@@ -6467,7 +6180,6 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
|
|
6467
6180
|
pulumi.set(__self__, "configuration_id", configuration_id)
|
6468
6181
|
pulumi.set(__self__, "crash_recovery", crash_recovery)
|
6469
6182
|
pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
|
6470
|
-
pulumi.set(__self__, "data_storages", data_storages)
|
6471
6183
|
pulumi.set(__self__, "database_management", database_management)
|
6472
6184
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
6473
6185
|
pulumi.set(__self__, "deletion_policies", deletion_policies)
|
@@ -6541,18 +6253,10 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
|
|
6541
6253
|
@pulumi.getter(name="dataStorageSizeInGb")
|
6542
6254
|
def data_storage_size_in_gb(self) -> int:
|
6543
6255
|
"""
|
6544
|
-
|
6256
|
+
Initial size of the data volume in GiBs that will be created and attached.
|
6545
6257
|
"""
|
6546
6258
|
return pulumi.get(self, "data_storage_size_in_gb")
|
6547
6259
|
|
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
|
-
|
6556
6260
|
@property
|
6557
6261
|
@pulumi.getter(name="databaseManagement")
|
6558
6262
|
def database_management(self) -> str:
|
@@ -6805,68 +6509,6 @@ class GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult(dict):
|
|
6805
6509
|
return pulumi.get(self, "is_enabled")
|
6806
6510
|
|
6807
6511
|
|
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
|
-
|
6870
6512
|
@pulumi.output_type
|
6871
6513
|
class GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult(dict):
|
6872
6514
|
def __init__(__self__, *,
|
@@ -9709,68 +9351,6 @@ class GetMysqlDbSystemCurrentPlacementResult(dict):
|
|
9709
9351
|
return pulumi.get(self, "fault_domain")
|
9710
9352
|
|
9711
9353
|
|
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
|
-
|
9774
9354
|
@pulumi.output_type
|
9775
9355
|
class GetMysqlDbSystemDeletionPolicyResult(dict):
|
9776
9356
|
def __init__(__self__, *,
|
@@ -10137,7 +9717,6 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10137
9717
|
crash_recovery: str,
|
10138
9718
|
current_placements: Sequence['outputs.GetMysqlDbSystemsDbSystemCurrentPlacementResult'],
|
10139
9719
|
data_storage_size_in_gb: int,
|
10140
|
-
data_storages: Sequence['outputs.GetMysqlDbSystemsDbSystemDataStorageResult'],
|
10141
9720
|
database_management: str,
|
10142
9721
|
defined_tags: Mapping[str, str],
|
10143
9722
|
deletion_policies: Sequence['outputs.GetMysqlDbSystemsDbSystemDeletionPolicyResult'],
|
@@ -10174,8 +9753,7 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10174
9753
|
:param str configuration_id: The requested Configuration instance.
|
10175
9754
|
: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.
|
10176
9755
|
:param Sequence['GetMysqlDbSystemsDbSystemCurrentPlacementArgs'] current_placements: The availability domain and fault domain a DB System is placed in.
|
10177
|
-
:param int data_storage_size_in_gb:
|
10178
|
-
:param Sequence['GetMysqlDbSystemsDbSystemDataStorageArgs'] data_storages: Data Storage information.
|
9756
|
+
:param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
|
10179
9757
|
:param str database_management: Filter DB Systems by their Database Management configuration.
|
10180
9758
|
: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"}`
|
10181
9759
|
:param Sequence['GetMysqlDbSystemsDbSystemDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
|
@@ -10214,7 +9792,6 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10214
9792
|
pulumi.set(__self__, "crash_recovery", crash_recovery)
|
10215
9793
|
pulumi.set(__self__, "current_placements", current_placements)
|
10216
9794
|
pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
|
10217
|
-
pulumi.set(__self__, "data_storages", data_storages)
|
10218
9795
|
pulumi.set(__self__, "database_management", database_management)
|
10219
9796
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
10220
9797
|
pulumi.set(__self__, "deletion_policies", deletion_policies)
|
@@ -10314,18 +9891,10 @@ class GetMysqlDbSystemsDbSystemResult(dict):
|
|
10314
9891
|
@pulumi.getter(name="dataStorageSizeInGb")
|
10315
9892
|
def data_storage_size_in_gb(self) -> int:
|
10316
9893
|
"""
|
10317
|
-
|
9894
|
+
Initial size of the data volume in GiBs that will be created and attached.
|
10318
9895
|
"""
|
10319
9896
|
return pulumi.get(self, "data_storage_size_in_gb")
|
10320
9897
|
|
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
|
-
|
10329
9898
|
@property
|
10330
9899
|
@pulumi.getter(name="databaseManagement")
|
10331
9900
|
def database_management(self) -> str:
|
@@ -11084,68 +10653,6 @@ class GetMysqlDbSystemsDbSystemCurrentPlacementResult(dict):
|
|
11084
10653
|
return pulumi.get(self, "fault_domain")
|
11085
10654
|
|
11086
10655
|
|
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
|
-
|
11149
10656
|
@pulumi.output_type
|
11150
10657
|
class GetMysqlDbSystemsDbSystemDeletionPolicyResult(dict):
|
11151
10658
|
def __init__(__self__, *,
|