pulumi-oci 3.6.0a1756509375__py3-none-any.whl → 3.7.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +48 -0
- pulumi_oci/aivision/__init__.py +12 -0
- pulumi_oci/aivision/_inputs.py +787 -51
- pulumi_oci/aivision/get_model.py +4 -4
- pulumi_oci/aivision/get_models.py +11 -11
- pulumi_oci/aivision/get_project.py +15 -15
- pulumi_oci/aivision/get_projects.py +10 -10
- pulumi_oci/aivision/get_stream_group.py +268 -0
- pulumi_oci/aivision/get_stream_groups.py +177 -0
- pulumi_oci/aivision/get_stream_job.py +296 -0
- pulumi_oci/aivision/get_stream_jobs.py +199 -0
- pulumi_oci/aivision/get_stream_source.py +240 -0
- pulumi_oci/aivision/get_stream_sources.py +199 -0
- pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
- pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
- pulumi_oci/aivision/model.py +149 -157
- pulumi_oci/aivision/outputs.py +1920 -116
- pulumi_oci/aivision/project.py +61 -69
- pulumi_oci/aivision/stream_group.py +632 -0
- pulumi_oci/aivision/stream_job.py +744 -0
- pulumi_oci/aivision/stream_source.py +519 -0
- pulumi_oci/aivision/vision_private_endpoint.py +606 -0
- pulumi_oci/cloudguard/_inputs.py +1198 -72
- pulumi_oci/cloudguard/get_managed_list.py +15 -1
- pulumi_oci/cloudguard/managed_list.py +47 -0
- pulumi_oci/cloudguard/outputs.py +2104 -67
- pulumi_oci/database/_inputs.py +41 -1
- pulumi_oci/database/exascale_db_storage_vault.py +98 -0
- pulumi_oci/database/get_db_system_storage_performances.py +26 -2
- pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
- pulumi_oci/database/outputs.py +121 -5
- pulumi_oci/email/_inputs.py +342 -0
- pulumi_oci/email/email_domain.py +26 -4
- pulumi_oci/email/email_return_path.py +34 -4
- pulumi_oci/email/get_email_domain.py +17 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_email_return_path.py +17 -2
- pulumi_oci/email/get_email_return_paths.py +1 -1
- pulumi_oci/email/get_sender.py +17 -2
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/outputs.py +678 -0
- pulumi_oci/email/sender.py +30 -0
- pulumi_oci/filestorage/_inputs.py +3 -3
- pulumi_oci/filestorage/mount_target.py +63 -7
- pulumi_oci/filestorage/outputs.py +15 -4
- pulumi_oci/mysql/_inputs.py +221 -0
- pulumi_oci/mysql/get_mysql_backup.py +40 -4
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +119 -3
- pulumi_oci/mysql/outputs.py +343 -957
- pulumi_oci/oci/__init__.py +8 -0
- pulumi_oci/oci/_inputs.py +256 -15
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
- pulumi_oci/oci/outputs.py +1042 -142
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/RECORD +86 -66
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/top_level.txt +0 -0
pulumi_oci/database/_inputs.py
CHANGED
@@ -6667,6 +6667,10 @@ class AutonomousDatabaseRemoteDisasterRecoveryConfigurationArgs:
|
|
6667
6667
|
|
6668
6668
|
if not MYPY:
|
6669
6669
|
class AutonomousDatabaseResourcePoolSummaryArgsDict(TypedDict):
|
6670
|
+
available_compute_capacity: NotRequired[pulumi.Input[_builtins.int]]
|
6671
|
+
"""
|
6672
|
+
Available capacity left for new elastic pool members provision
|
6673
|
+
"""
|
6670
6674
|
is_disabled: NotRequired[pulumi.Input[_builtins.bool]]
|
6671
6675
|
"""
|
6672
6676
|
(Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
|
@@ -6675,22 +6679,46 @@ if not MYPY:
|
|
6675
6679
|
"""
|
6676
6680
|
(Updatable) Resource pool size.
|
6677
6681
|
"""
|
6682
|
+
total_compute_capacity: NotRequired[pulumi.Input[_builtins.int]]
|
6683
|
+
"""
|
6684
|
+
Resource Pool total capacity, it's currently 4x of pool size
|
6685
|
+
"""
|
6678
6686
|
elif False:
|
6679
6687
|
AutonomousDatabaseResourcePoolSummaryArgsDict: TypeAlias = Mapping[str, Any]
|
6680
6688
|
|
6681
6689
|
@pulumi.input_type
|
6682
6690
|
class AutonomousDatabaseResourcePoolSummaryArgs:
|
6683
6691
|
def __init__(__self__, *,
|
6692
|
+
available_compute_capacity: Optional[pulumi.Input[_builtins.int]] = None,
|
6684
6693
|
is_disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
6685
|
-
pool_size: Optional[pulumi.Input[_builtins.int]] = None
|
6694
|
+
pool_size: Optional[pulumi.Input[_builtins.int]] = None,
|
6695
|
+
total_compute_capacity: Optional[pulumi.Input[_builtins.int]] = None):
|
6686
6696
|
"""
|
6697
|
+
:param pulumi.Input[_builtins.int] available_compute_capacity: Available capacity left for new elastic pool members provision
|
6687
6698
|
:param pulumi.Input[_builtins.bool] is_disabled: (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
|
6688
6699
|
:param pulumi.Input[_builtins.int] pool_size: (Updatable) Resource pool size.
|
6700
|
+
:param pulumi.Input[_builtins.int] total_compute_capacity: Resource Pool total capacity, it's currently 4x of pool size
|
6689
6701
|
"""
|
6702
|
+
if available_compute_capacity is not None:
|
6703
|
+
pulumi.set(__self__, "available_compute_capacity", available_compute_capacity)
|
6690
6704
|
if is_disabled is not None:
|
6691
6705
|
pulumi.set(__self__, "is_disabled", is_disabled)
|
6692
6706
|
if pool_size is not None:
|
6693
6707
|
pulumi.set(__self__, "pool_size", pool_size)
|
6708
|
+
if total_compute_capacity is not None:
|
6709
|
+
pulumi.set(__self__, "total_compute_capacity", total_compute_capacity)
|
6710
|
+
|
6711
|
+
@_builtins.property
|
6712
|
+
@pulumi.getter(name="availableComputeCapacity")
|
6713
|
+
def available_compute_capacity(self) -> Optional[pulumi.Input[_builtins.int]]:
|
6714
|
+
"""
|
6715
|
+
Available capacity left for new elastic pool members provision
|
6716
|
+
"""
|
6717
|
+
return pulumi.get(self, "available_compute_capacity")
|
6718
|
+
|
6719
|
+
@available_compute_capacity.setter
|
6720
|
+
def available_compute_capacity(self, value: Optional[pulumi.Input[_builtins.int]]):
|
6721
|
+
pulumi.set(self, "available_compute_capacity", value)
|
6694
6722
|
|
6695
6723
|
@_builtins.property
|
6696
6724
|
@pulumi.getter(name="isDisabled")
|
@@ -6716,6 +6744,18 @@ class AutonomousDatabaseResourcePoolSummaryArgs:
|
|
6716
6744
|
def pool_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
6717
6745
|
pulumi.set(self, "pool_size", value)
|
6718
6746
|
|
6747
|
+
@_builtins.property
|
6748
|
+
@pulumi.getter(name="totalComputeCapacity")
|
6749
|
+
def total_compute_capacity(self) -> Optional[pulumi.Input[_builtins.int]]:
|
6750
|
+
"""
|
6751
|
+
Resource Pool total capacity, it's currently 4x of pool size
|
6752
|
+
"""
|
6753
|
+
return pulumi.get(self, "total_compute_capacity")
|
6754
|
+
|
6755
|
+
@total_compute_capacity.setter
|
6756
|
+
def total_compute_capacity(self, value: Optional[pulumi.Input[_builtins.int]]):
|
6757
|
+
pulumi.set(self, "total_compute_capacity", value)
|
6758
|
+
|
6719
6759
|
|
6720
6760
|
if not MYPY:
|
6721
6761
|
class AutonomousDatabaseScheduledOperationArgsDict(TypedDict):
|
@@ -26,11 +26,13 @@ class ExascaleDbStorageVaultArgs:
|
|
26
26
|
display_name: pulumi.Input[_builtins.str],
|
27
27
|
high_capacity_database_storage: pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs'],
|
28
28
|
additional_flash_cache_in_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
29
|
+
autoscale_limit_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
29
30
|
cluster_placement_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
30
31
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
31
32
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
32
33
|
exadata_infrastructure_id: Optional[pulumi.Input[_builtins.str]] = None,
|
33
34
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
35
|
+
is_autoscale_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
34
36
|
subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
35
37
|
time_zone: Optional[pulumi.Input[_builtins.str]] = None):
|
36
38
|
"""
|
@@ -40,11 +42,13 @@ class ExascaleDbStorageVaultArgs:
|
|
40
42
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
|
41
43
|
:param pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs'] high_capacity_database_storage: (Updatable) Create exadata Database Storage Details
|
42
44
|
:param pulumi.Input[_builtins.int] additional_flash_cache_in_percent: (Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
45
|
+
:param pulumi.Input[_builtins.int] autoscale_limit_in_gbs: (Updatable) Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
43
46
|
:param pulumi.Input[_builtins.str] cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
|
44
47
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
45
48
|
:param pulumi.Input[_builtins.str] description: (Updatable) Exadata Database Storage Vault description.
|
46
49
|
:param pulumi.Input[_builtins.str] exadata_infrastructure_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata infrastructure.
|
47
50
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
51
|
+
:param pulumi.Input[_builtins.bool] is_autoscale_enabled: (Updatable) Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
48
52
|
:param pulumi.Input[_builtins.str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
49
53
|
:param pulumi.Input[_builtins.str] time_zone: The time zone that you want to use for the Exadata Database Storage Vault. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
50
54
|
|
@@ -58,6 +62,8 @@ class ExascaleDbStorageVaultArgs:
|
|
58
62
|
pulumi.set(__self__, "high_capacity_database_storage", high_capacity_database_storage)
|
59
63
|
if additional_flash_cache_in_percent is not None:
|
60
64
|
pulumi.set(__self__, "additional_flash_cache_in_percent", additional_flash_cache_in_percent)
|
65
|
+
if autoscale_limit_in_gbs is not None:
|
66
|
+
pulumi.set(__self__, "autoscale_limit_in_gbs", autoscale_limit_in_gbs)
|
61
67
|
if cluster_placement_group_id is not None:
|
62
68
|
pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
|
63
69
|
if defined_tags is not None:
|
@@ -68,6 +74,8 @@ class ExascaleDbStorageVaultArgs:
|
|
68
74
|
pulumi.set(__self__, "exadata_infrastructure_id", exadata_infrastructure_id)
|
69
75
|
if freeform_tags is not None:
|
70
76
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
77
|
+
if is_autoscale_enabled is not None:
|
78
|
+
pulumi.set(__self__, "is_autoscale_enabled", is_autoscale_enabled)
|
71
79
|
if subscription_id is not None:
|
72
80
|
pulumi.set(__self__, "subscription_id", subscription_id)
|
73
81
|
if time_zone is not None:
|
@@ -133,6 +141,18 @@ class ExascaleDbStorageVaultArgs:
|
|
133
141
|
def additional_flash_cache_in_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
134
142
|
pulumi.set(self, "additional_flash_cache_in_percent", value)
|
135
143
|
|
144
|
+
@_builtins.property
|
145
|
+
@pulumi.getter(name="autoscaleLimitInGbs")
|
146
|
+
def autoscale_limit_in_gbs(self) -> Optional[pulumi.Input[_builtins.int]]:
|
147
|
+
"""
|
148
|
+
(Updatable) Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
149
|
+
"""
|
150
|
+
return pulumi.get(self, "autoscale_limit_in_gbs")
|
151
|
+
|
152
|
+
@autoscale_limit_in_gbs.setter
|
153
|
+
def autoscale_limit_in_gbs(self, value: Optional[pulumi.Input[_builtins.int]]):
|
154
|
+
pulumi.set(self, "autoscale_limit_in_gbs", value)
|
155
|
+
|
136
156
|
@_builtins.property
|
137
157
|
@pulumi.getter(name="clusterPlacementGroupId")
|
138
158
|
def cluster_placement_group_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -193,6 +213,18 @@ class ExascaleDbStorageVaultArgs:
|
|
193
213
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
194
214
|
pulumi.set(self, "freeform_tags", value)
|
195
215
|
|
216
|
+
@_builtins.property
|
217
|
+
@pulumi.getter(name="isAutoscaleEnabled")
|
218
|
+
def is_autoscale_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
219
|
+
"""
|
220
|
+
(Updatable) Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
221
|
+
"""
|
222
|
+
return pulumi.get(self, "is_autoscale_enabled")
|
223
|
+
|
224
|
+
@is_autoscale_enabled.setter
|
225
|
+
def is_autoscale_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
226
|
+
pulumi.set(self, "is_autoscale_enabled", value)
|
227
|
+
|
196
228
|
@_builtins.property
|
197
229
|
@pulumi.getter(name="subscriptionId")
|
198
230
|
def subscription_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -227,6 +259,7 @@ class _ExascaleDbStorageVaultState:
|
|
227
259
|
def __init__(__self__, *,
|
228
260
|
additional_flash_cache_in_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
229
261
|
attached_shape_attributes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
262
|
+
autoscale_limit_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
230
263
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
231
264
|
cluster_placement_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
232
265
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -236,6 +269,7 @@ class _ExascaleDbStorageVaultState:
|
|
236
269
|
exadata_infrastructure_id: Optional[pulumi.Input[_builtins.str]] = None,
|
237
270
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
238
271
|
high_capacity_database_storage: Optional[pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs']] = None,
|
272
|
+
is_autoscale_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
239
273
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
240
274
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
241
275
|
subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -248,6 +282,7 @@ class _ExascaleDbStorageVaultState:
|
|
248
282
|
Input properties used for looking up and filtering ExascaleDbStorageVault resources.
|
249
283
|
:param pulumi.Input[_builtins.int] additional_flash_cache_in_percent: (Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
250
284
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] attached_shape_attributes: The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
|
285
|
+
:param pulumi.Input[_builtins.int] autoscale_limit_in_gbs: (Updatable) Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
251
286
|
:param pulumi.Input[_builtins.str] availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
|
252
287
|
:param pulumi.Input[_builtins.str] cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
|
253
288
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
@@ -257,6 +292,7 @@ class _ExascaleDbStorageVaultState:
|
|
257
292
|
:param pulumi.Input[_builtins.str] exadata_infrastructure_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata infrastructure.
|
258
293
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
259
294
|
:param pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs'] high_capacity_database_storage: (Updatable) Create exadata Database Storage Details
|
295
|
+
:param pulumi.Input[_builtins.bool] is_autoscale_enabled: (Updatable) Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
260
296
|
:param pulumi.Input[_builtins.str] lifecycle_details: Additional information about the current lifecycle state.
|
261
297
|
:param pulumi.Input[_builtins.str] state: The current state of the Exadata Database Storage Vault.
|
262
298
|
:param pulumi.Input[_builtins.str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
@@ -274,6 +310,8 @@ class _ExascaleDbStorageVaultState:
|
|
274
310
|
pulumi.set(__self__, "additional_flash_cache_in_percent", additional_flash_cache_in_percent)
|
275
311
|
if attached_shape_attributes is not None:
|
276
312
|
pulumi.set(__self__, "attached_shape_attributes", attached_shape_attributes)
|
313
|
+
if autoscale_limit_in_gbs is not None:
|
314
|
+
pulumi.set(__self__, "autoscale_limit_in_gbs", autoscale_limit_in_gbs)
|
277
315
|
if availability_domain is not None:
|
278
316
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
279
317
|
if cluster_placement_group_id is not None:
|
@@ -292,6 +330,8 @@ class _ExascaleDbStorageVaultState:
|
|
292
330
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
293
331
|
if high_capacity_database_storage is not None:
|
294
332
|
pulumi.set(__self__, "high_capacity_database_storage", high_capacity_database_storage)
|
333
|
+
if is_autoscale_enabled is not None:
|
334
|
+
pulumi.set(__self__, "is_autoscale_enabled", is_autoscale_enabled)
|
295
335
|
if lifecycle_details is not None:
|
296
336
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
297
337
|
if state is not None:
|
@@ -333,6 +373,18 @@ class _ExascaleDbStorageVaultState:
|
|
333
373
|
def attached_shape_attributes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
334
374
|
pulumi.set(self, "attached_shape_attributes", value)
|
335
375
|
|
376
|
+
@_builtins.property
|
377
|
+
@pulumi.getter(name="autoscaleLimitInGbs")
|
378
|
+
def autoscale_limit_in_gbs(self) -> Optional[pulumi.Input[_builtins.int]]:
|
379
|
+
"""
|
380
|
+
(Updatable) Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
381
|
+
"""
|
382
|
+
return pulumi.get(self, "autoscale_limit_in_gbs")
|
383
|
+
|
384
|
+
@autoscale_limit_in_gbs.setter
|
385
|
+
def autoscale_limit_in_gbs(self, value: Optional[pulumi.Input[_builtins.int]]):
|
386
|
+
pulumi.set(self, "autoscale_limit_in_gbs", value)
|
387
|
+
|
336
388
|
@_builtins.property
|
337
389
|
@pulumi.getter(name="availabilityDomain")
|
338
390
|
def availability_domain(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -441,6 +493,18 @@ class _ExascaleDbStorageVaultState:
|
|
441
493
|
def high_capacity_database_storage(self, value: Optional[pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs']]):
|
442
494
|
pulumi.set(self, "high_capacity_database_storage", value)
|
443
495
|
|
496
|
+
@_builtins.property
|
497
|
+
@pulumi.getter(name="isAutoscaleEnabled")
|
498
|
+
def is_autoscale_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
499
|
+
"""
|
500
|
+
(Updatable) Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
501
|
+
"""
|
502
|
+
return pulumi.get(self, "is_autoscale_enabled")
|
503
|
+
|
504
|
+
@is_autoscale_enabled.setter
|
505
|
+
def is_autoscale_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
506
|
+
pulumi.set(self, "is_autoscale_enabled", value)
|
507
|
+
|
444
508
|
@_builtins.property
|
445
509
|
@pulumi.getter(name="lifecycleDetails")
|
446
510
|
def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -549,6 +613,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
549
613
|
resource_name: str,
|
550
614
|
opts: Optional[pulumi.ResourceOptions] = None,
|
551
615
|
additional_flash_cache_in_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
616
|
+
autoscale_limit_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
552
617
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
553
618
|
cluster_placement_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
554
619
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -558,6 +623,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
558
623
|
exadata_infrastructure_id: Optional[pulumi.Input[_builtins.str]] = None,
|
559
624
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
560
625
|
high_capacity_database_storage: Optional[pulumi.Input[Union['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs', 'ExascaleDbStorageVaultHighCapacityDatabaseStorageArgsDict']]] = None,
|
626
|
+
is_autoscale_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
561
627
|
subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
562
628
|
time_zone: Optional[pulumi.Input[_builtins.str]] = None,
|
563
629
|
__props__=None):
|
@@ -580,6 +646,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
580
646
|
"total_size_in_gbs": exascale_db_storage_vault_high_capacity_database_storage_total_size_in_gbs,
|
581
647
|
},
|
582
648
|
additional_flash_cache_in_percent=exascale_db_storage_vault_additional_flash_cache_in_percent,
|
649
|
+
autoscale_limit_in_gbs=exascale_db_storage_vault_autoscale_limit_in_gbs,
|
583
650
|
cluster_placement_group_id=test_cluster_placement_group["id"],
|
584
651
|
defined_tags=exascale_db_storage_vault_defined_tags,
|
585
652
|
description=exascale_db_storage_vault_description,
|
@@ -587,6 +654,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
587
654
|
freeform_tags={
|
588
655
|
"Department": "Finance",
|
589
656
|
},
|
657
|
+
is_autoscale_enabled=exascale_db_storage_vault_is_autoscale_enabled,
|
590
658
|
subscription_id=tenant_subscription_id,
|
591
659
|
time_zone=exascale_db_storage_vault_time_zone)
|
592
660
|
```
|
@@ -602,6 +670,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
602
670
|
:param str resource_name: The name of the resource.
|
603
671
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
604
672
|
:param pulumi.Input[_builtins.int] additional_flash_cache_in_percent: (Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
673
|
+
:param pulumi.Input[_builtins.int] autoscale_limit_in_gbs: (Updatable) Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
605
674
|
:param pulumi.Input[_builtins.str] availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
|
606
675
|
:param pulumi.Input[_builtins.str] cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
|
607
676
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
@@ -611,6 +680,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
611
680
|
:param pulumi.Input[_builtins.str] exadata_infrastructure_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata infrastructure.
|
612
681
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
613
682
|
:param pulumi.Input[Union['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs', 'ExascaleDbStorageVaultHighCapacityDatabaseStorageArgsDict']] high_capacity_database_storage: (Updatable) Create exadata Database Storage Details
|
683
|
+
:param pulumi.Input[_builtins.bool] is_autoscale_enabled: (Updatable) Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
614
684
|
:param pulumi.Input[_builtins.str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
615
685
|
:param pulumi.Input[_builtins.str] time_zone: The time zone that you want to use for the Exadata Database Storage Vault. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
616
686
|
|
@@ -643,6 +713,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
643
713
|
"total_size_in_gbs": exascale_db_storage_vault_high_capacity_database_storage_total_size_in_gbs,
|
644
714
|
},
|
645
715
|
additional_flash_cache_in_percent=exascale_db_storage_vault_additional_flash_cache_in_percent,
|
716
|
+
autoscale_limit_in_gbs=exascale_db_storage_vault_autoscale_limit_in_gbs,
|
646
717
|
cluster_placement_group_id=test_cluster_placement_group["id"],
|
647
718
|
defined_tags=exascale_db_storage_vault_defined_tags,
|
648
719
|
description=exascale_db_storage_vault_description,
|
@@ -650,6 +721,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
650
721
|
freeform_tags={
|
651
722
|
"Department": "Finance",
|
652
723
|
},
|
724
|
+
is_autoscale_enabled=exascale_db_storage_vault_is_autoscale_enabled,
|
653
725
|
subscription_id=tenant_subscription_id,
|
654
726
|
time_zone=exascale_db_storage_vault_time_zone)
|
655
727
|
```
|
@@ -678,6 +750,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
678
750
|
resource_name: str,
|
679
751
|
opts: Optional[pulumi.ResourceOptions] = None,
|
680
752
|
additional_flash_cache_in_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
753
|
+
autoscale_limit_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
681
754
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
682
755
|
cluster_placement_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
683
756
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -687,6 +760,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
687
760
|
exadata_infrastructure_id: Optional[pulumi.Input[_builtins.str]] = None,
|
688
761
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
689
762
|
high_capacity_database_storage: Optional[pulumi.Input[Union['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs', 'ExascaleDbStorageVaultHighCapacityDatabaseStorageArgsDict']]] = None,
|
763
|
+
is_autoscale_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
690
764
|
subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
691
765
|
time_zone: Optional[pulumi.Input[_builtins.str]] = None,
|
692
766
|
__props__=None):
|
@@ -699,6 +773,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
699
773
|
__props__ = ExascaleDbStorageVaultArgs.__new__(ExascaleDbStorageVaultArgs)
|
700
774
|
|
701
775
|
__props__.__dict__["additional_flash_cache_in_percent"] = additional_flash_cache_in_percent
|
776
|
+
__props__.__dict__["autoscale_limit_in_gbs"] = autoscale_limit_in_gbs
|
702
777
|
if availability_domain is None and not opts.urn:
|
703
778
|
raise TypeError("Missing required property 'availability_domain'")
|
704
779
|
__props__.__dict__["availability_domain"] = availability_domain
|
@@ -716,6 +791,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
716
791
|
if high_capacity_database_storage is None and not opts.urn:
|
717
792
|
raise TypeError("Missing required property 'high_capacity_database_storage'")
|
718
793
|
__props__.__dict__["high_capacity_database_storage"] = high_capacity_database_storage
|
794
|
+
__props__.__dict__["is_autoscale_enabled"] = is_autoscale_enabled
|
719
795
|
__props__.__dict__["subscription_id"] = subscription_id
|
720
796
|
__props__.__dict__["time_zone"] = time_zone
|
721
797
|
__props__.__dict__["attached_shape_attributes"] = None
|
@@ -737,6 +813,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
737
813
|
opts: Optional[pulumi.ResourceOptions] = None,
|
738
814
|
additional_flash_cache_in_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
739
815
|
attached_shape_attributes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
816
|
+
autoscale_limit_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
740
817
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
741
818
|
cluster_placement_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
742
819
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -746,6 +823,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
746
823
|
exadata_infrastructure_id: Optional[pulumi.Input[_builtins.str]] = None,
|
747
824
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
748
825
|
high_capacity_database_storage: Optional[pulumi.Input[Union['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs', 'ExascaleDbStorageVaultHighCapacityDatabaseStorageArgsDict']]] = None,
|
826
|
+
is_autoscale_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
749
827
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
750
828
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
751
829
|
subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -763,6 +841,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
763
841
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
764
842
|
:param pulumi.Input[_builtins.int] additional_flash_cache_in_percent: (Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
765
843
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] attached_shape_attributes: The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
|
844
|
+
:param pulumi.Input[_builtins.int] autoscale_limit_in_gbs: (Updatable) Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
766
845
|
:param pulumi.Input[_builtins.str] availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
|
767
846
|
:param pulumi.Input[_builtins.str] cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
|
768
847
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
@@ -772,6 +851,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
772
851
|
:param pulumi.Input[_builtins.str] exadata_infrastructure_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata infrastructure.
|
773
852
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
774
853
|
:param pulumi.Input[Union['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs', 'ExascaleDbStorageVaultHighCapacityDatabaseStorageArgsDict']] high_capacity_database_storage: (Updatable) Create exadata Database Storage Details
|
854
|
+
:param pulumi.Input[_builtins.bool] is_autoscale_enabled: (Updatable) Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
775
855
|
:param pulumi.Input[_builtins.str] lifecycle_details: Additional information about the current lifecycle state.
|
776
856
|
:param pulumi.Input[_builtins.str] state: The current state of the Exadata Database Storage Vault.
|
777
857
|
:param pulumi.Input[_builtins.str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
@@ -791,6 +871,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
791
871
|
|
792
872
|
__props__.__dict__["additional_flash_cache_in_percent"] = additional_flash_cache_in_percent
|
793
873
|
__props__.__dict__["attached_shape_attributes"] = attached_shape_attributes
|
874
|
+
__props__.__dict__["autoscale_limit_in_gbs"] = autoscale_limit_in_gbs
|
794
875
|
__props__.__dict__["availability_domain"] = availability_domain
|
795
876
|
__props__.__dict__["cluster_placement_group_id"] = cluster_placement_group_id
|
796
877
|
__props__.__dict__["compartment_id"] = compartment_id
|
@@ -800,6 +881,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
800
881
|
__props__.__dict__["exadata_infrastructure_id"] = exadata_infrastructure_id
|
801
882
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
802
883
|
__props__.__dict__["high_capacity_database_storage"] = high_capacity_database_storage
|
884
|
+
__props__.__dict__["is_autoscale_enabled"] = is_autoscale_enabled
|
803
885
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
804
886
|
__props__.__dict__["state"] = state
|
805
887
|
__props__.__dict__["subscription_id"] = subscription_id
|
@@ -826,6 +908,14 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
826
908
|
"""
|
827
909
|
return pulumi.get(self, "attached_shape_attributes")
|
828
910
|
|
911
|
+
@_builtins.property
|
912
|
+
@pulumi.getter(name="autoscaleLimitInGbs")
|
913
|
+
def autoscale_limit_in_gbs(self) -> pulumi.Output[_builtins.int]:
|
914
|
+
"""
|
915
|
+
(Updatable) Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
916
|
+
"""
|
917
|
+
return pulumi.get(self, "autoscale_limit_in_gbs")
|
918
|
+
|
829
919
|
@_builtins.property
|
830
920
|
@pulumi.getter(name="availabilityDomain")
|
831
921
|
def availability_domain(self) -> pulumi.Output[_builtins.str]:
|
@@ -898,6 +988,14 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
898
988
|
"""
|
899
989
|
return pulumi.get(self, "high_capacity_database_storage")
|
900
990
|
|
991
|
+
@_builtins.property
|
992
|
+
@pulumi.getter(name="isAutoscaleEnabled")
|
993
|
+
def is_autoscale_enabled(self) -> pulumi.Output[_builtins.bool]:
|
994
|
+
"""
|
995
|
+
(Updatable) Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
996
|
+
"""
|
997
|
+
return pulumi.get(self, "is_autoscale_enabled")
|
998
|
+
|
901
999
|
@_builtins.property
|
902
1000
|
@pulumi.getter(name="lifecycleDetails")
|
903
1001
|
def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
|
@@ -122,13 +122,25 @@ def get_db_system_storage_performances(compartment_id: Optional[_builtins.str] =
|
|
122
122
|
|
123
123
|
Gets a list of possible expected storage performance parameters of a VMDB System based on Configuration.
|
124
124
|
|
125
|
+
## Example Usage
|
126
|
+
|
127
|
+
```python
|
128
|
+
import pulumi
|
129
|
+
import pulumi_oci as oci
|
130
|
+
|
131
|
+
test_db_system_storage_performances = oci.Database.get_db_system_storage_performances(storage_management=db_system_storage_performance_storage_management,
|
132
|
+
shape_type=db_system_storage_performance_shape_type,
|
133
|
+
database_edition=db_system_storage_performance_database_edition,
|
134
|
+
compartment_id=compartment_id)
|
135
|
+
```
|
136
|
+
|
125
137
|
|
126
138
|
:param _builtins.str compartment_id: Optional. The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
127
139
|
:param _builtins.str database_edition: Optional. Filters the performance results by database edition. Valid values are:
|
128
140
|
* STANDARD_EDITION
|
129
141
|
* ENTERPRISE_EDITION
|
130
142
|
* ENTERPRISE_EDITION_HIGH_PERFORMANCE
|
131
|
-
*
|
143
|
+
* ENTERPRISE_EDITION_EXTREME_PERFORMANCE
|
132
144
|
* ENTERPRISE_EDITION_DEVELOPER
|
133
145
|
:param _builtins.str shape_type: Optional. Filters the performance results by shape type.
|
134
146
|
:param _builtins.str storage_management: The DB system storage management option. Used to list database versions available for that storage manager. Valid values are `ASM` and `LVM`.
|
@@ -163,13 +175,25 @@ def get_db_system_storage_performances_output(compartment_id: Optional[pulumi.In
|
|
163
175
|
|
164
176
|
Gets a list of possible expected storage performance parameters of a VMDB System based on Configuration.
|
165
177
|
|
178
|
+
## Example Usage
|
179
|
+
|
180
|
+
```python
|
181
|
+
import pulumi
|
182
|
+
import pulumi_oci as oci
|
183
|
+
|
184
|
+
test_db_system_storage_performances = oci.Database.get_db_system_storage_performances(storage_management=db_system_storage_performance_storage_management,
|
185
|
+
shape_type=db_system_storage_performance_shape_type,
|
186
|
+
database_edition=db_system_storage_performance_database_edition,
|
187
|
+
compartment_id=compartment_id)
|
188
|
+
```
|
189
|
+
|
166
190
|
|
167
191
|
:param _builtins.str compartment_id: Optional. The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
168
192
|
:param _builtins.str database_edition: Optional. Filters the performance results by database edition. Valid values are:
|
169
193
|
* STANDARD_EDITION
|
170
194
|
* ENTERPRISE_EDITION
|
171
195
|
* ENTERPRISE_EDITION_HIGH_PERFORMANCE
|
172
|
-
*
|
196
|
+
* ENTERPRISE_EDITION_EXTREME_PERFORMANCE
|
173
197
|
* ENTERPRISE_EDITION_DEVELOPER
|
174
198
|
:param _builtins.str shape_type: Optional. Filters the performance results by shape type.
|
175
199
|
:param _builtins.str storage_management: The DB system storage management option. Used to list database versions available for that storage manager. Valid values are `ASM` and `LVM`.
|
@@ -27,13 +27,16 @@ class GetExascaleDbStorageVaultResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getExascaleDbStorageVault.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, additional_flash_cache_in_percent=None, attached_shape_attributes=None, availability_domain=None, cluster_placement_group_id=None, compartment_id=None, defined_tags=None, description=None, display_name=None, exadata_infrastructure_id=None, exascale_db_storage_vault_id=None, freeform_tags=None, high_capacity_database_storages=None, id=None, lifecycle_details=None, state=None, subscription_id=None, system_tags=None, time_created=None, time_zone=None, vm_cluster_count=None, vm_cluster_ids=None):
|
30
|
+
def __init__(__self__, additional_flash_cache_in_percent=None, attached_shape_attributes=None, autoscale_limit_in_gbs=None, availability_domain=None, cluster_placement_group_id=None, compartment_id=None, defined_tags=None, description=None, display_name=None, exadata_infrastructure_id=None, exascale_db_storage_vault_id=None, freeform_tags=None, high_capacity_database_storages=None, id=None, is_autoscale_enabled=None, lifecycle_details=None, state=None, subscription_id=None, system_tags=None, time_created=None, time_zone=None, vm_cluster_count=None, vm_cluster_ids=None):
|
31
31
|
if additional_flash_cache_in_percent and not isinstance(additional_flash_cache_in_percent, int):
|
32
32
|
raise TypeError("Expected argument 'additional_flash_cache_in_percent' to be a int")
|
33
33
|
pulumi.set(__self__, "additional_flash_cache_in_percent", additional_flash_cache_in_percent)
|
34
34
|
if attached_shape_attributes and not isinstance(attached_shape_attributes, list):
|
35
35
|
raise TypeError("Expected argument 'attached_shape_attributes' to be a list")
|
36
36
|
pulumi.set(__self__, "attached_shape_attributes", attached_shape_attributes)
|
37
|
+
if autoscale_limit_in_gbs and not isinstance(autoscale_limit_in_gbs, int):
|
38
|
+
raise TypeError("Expected argument 'autoscale_limit_in_gbs' to be a int")
|
39
|
+
pulumi.set(__self__, "autoscale_limit_in_gbs", autoscale_limit_in_gbs)
|
37
40
|
if availability_domain and not isinstance(availability_domain, str):
|
38
41
|
raise TypeError("Expected argument 'availability_domain' to be a str")
|
39
42
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
@@ -67,6 +70,9 @@ class GetExascaleDbStorageVaultResult:
|
|
67
70
|
if id and not isinstance(id, str):
|
68
71
|
raise TypeError("Expected argument 'id' to be a str")
|
69
72
|
pulumi.set(__self__, "id", id)
|
73
|
+
if is_autoscale_enabled and not isinstance(is_autoscale_enabled, bool):
|
74
|
+
raise TypeError("Expected argument 'is_autoscale_enabled' to be a bool")
|
75
|
+
pulumi.set(__self__, "is_autoscale_enabled", is_autoscale_enabled)
|
70
76
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
71
77
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
72
78
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -108,6 +114,14 @@ class GetExascaleDbStorageVaultResult:
|
|
108
114
|
"""
|
109
115
|
return pulumi.get(self, "attached_shape_attributes")
|
110
116
|
|
117
|
+
@_builtins.property
|
118
|
+
@pulumi.getter(name="autoscaleLimitInGbs")
|
119
|
+
def autoscale_limit_in_gbs(self) -> _builtins.int:
|
120
|
+
"""
|
121
|
+
Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
122
|
+
"""
|
123
|
+
return pulumi.get(self, "autoscale_limit_in_gbs")
|
124
|
+
|
111
125
|
@_builtins.property
|
112
126
|
@pulumi.getter(name="availabilityDomain")
|
113
127
|
def availability_domain(self) -> _builtins.str:
|
@@ -193,6 +207,14 @@ class GetExascaleDbStorageVaultResult:
|
|
193
207
|
"""
|
194
208
|
return pulumi.get(self, "id")
|
195
209
|
|
210
|
+
@_builtins.property
|
211
|
+
@pulumi.getter(name="isAutoscaleEnabled")
|
212
|
+
def is_autoscale_enabled(self) -> _builtins.bool:
|
213
|
+
"""
|
214
|
+
Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
215
|
+
"""
|
216
|
+
return pulumi.get(self, "is_autoscale_enabled")
|
217
|
+
|
196
218
|
@_builtins.property
|
197
219
|
@pulumi.getter(name="lifecycleDetails")
|
198
220
|
def lifecycle_details(self) -> _builtins.str:
|
@@ -266,6 +288,7 @@ class AwaitableGetExascaleDbStorageVaultResult(GetExascaleDbStorageVaultResult):
|
|
266
288
|
return GetExascaleDbStorageVaultResult(
|
267
289
|
additional_flash_cache_in_percent=self.additional_flash_cache_in_percent,
|
268
290
|
attached_shape_attributes=self.attached_shape_attributes,
|
291
|
+
autoscale_limit_in_gbs=self.autoscale_limit_in_gbs,
|
269
292
|
availability_domain=self.availability_domain,
|
270
293
|
cluster_placement_group_id=self.cluster_placement_group_id,
|
271
294
|
compartment_id=self.compartment_id,
|
@@ -277,6 +300,7 @@ class AwaitableGetExascaleDbStorageVaultResult(GetExascaleDbStorageVaultResult):
|
|
277
300
|
freeform_tags=self.freeform_tags,
|
278
301
|
high_capacity_database_storages=self.high_capacity_database_storages,
|
279
302
|
id=self.id,
|
303
|
+
is_autoscale_enabled=self.is_autoscale_enabled,
|
280
304
|
lifecycle_details=self.lifecycle_details,
|
281
305
|
state=self.state,
|
282
306
|
subscription_id=self.subscription_id,
|
@@ -314,6 +338,7 @@ def get_exascale_db_storage_vault(exascale_db_storage_vault_id: Optional[_builti
|
|
314
338
|
return AwaitableGetExascaleDbStorageVaultResult(
|
315
339
|
additional_flash_cache_in_percent=pulumi.get(__ret__, 'additional_flash_cache_in_percent'),
|
316
340
|
attached_shape_attributes=pulumi.get(__ret__, 'attached_shape_attributes'),
|
341
|
+
autoscale_limit_in_gbs=pulumi.get(__ret__, 'autoscale_limit_in_gbs'),
|
317
342
|
availability_domain=pulumi.get(__ret__, 'availability_domain'),
|
318
343
|
cluster_placement_group_id=pulumi.get(__ret__, 'cluster_placement_group_id'),
|
319
344
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
@@ -325,6 +350,7 @@ def get_exascale_db_storage_vault(exascale_db_storage_vault_id: Optional[_builti
|
|
325
350
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
326
351
|
high_capacity_database_storages=pulumi.get(__ret__, 'high_capacity_database_storages'),
|
327
352
|
id=pulumi.get(__ret__, 'id'),
|
353
|
+
is_autoscale_enabled=pulumi.get(__ret__, 'is_autoscale_enabled'),
|
328
354
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
329
355
|
state=pulumi.get(__ret__, 'state'),
|
330
356
|
subscription_id=pulumi.get(__ret__, 'subscription_id'),
|
@@ -359,6 +385,7 @@ def get_exascale_db_storage_vault_output(exascale_db_storage_vault_id: Optional[
|
|
359
385
|
return __ret__.apply(lambda __response__: GetExascaleDbStorageVaultResult(
|
360
386
|
additional_flash_cache_in_percent=pulumi.get(__response__, 'additional_flash_cache_in_percent'),
|
361
387
|
attached_shape_attributes=pulumi.get(__response__, 'attached_shape_attributes'),
|
388
|
+
autoscale_limit_in_gbs=pulumi.get(__response__, 'autoscale_limit_in_gbs'),
|
362
389
|
availability_domain=pulumi.get(__response__, 'availability_domain'),
|
363
390
|
cluster_placement_group_id=pulumi.get(__response__, 'cluster_placement_group_id'),
|
364
391
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
@@ -370,6 +397,7 @@ def get_exascale_db_storage_vault_output(exascale_db_storage_vault_id: Optional[
|
|
370
397
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
371
398
|
high_capacity_database_storages=pulumi.get(__response__, 'high_capacity_database_storages'),
|
372
399
|
id=pulumi.get(__response__, 'id'),
|
400
|
+
is_autoscale_enabled=pulumi.get(__response__, 'is_autoscale_enabled'),
|
373
401
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
374
402
|
state=pulumi.get(__response__, 'state'),
|
375
403
|
subscription_id=pulumi.get(__response__, 'subscription_id'),
|