pulumi-oci 2.20.0a1734416680__py3-none-any.whl → 2.20.0a1734744214__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 +16 -0
- pulumi_oci/bigdataservice/__init__.py +4 -0
- pulumi_oci/bigdataservice/_inputs.py +672 -6
- pulumi_oci/bigdataservice/bds_instance.py +169 -7
- pulumi_oci/bigdataservice/bds_instance_api_key.py +66 -3
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +859 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +4 -0
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +123 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +48 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +17 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +3 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +322 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +207 -0
- pulumi_oci/bigdataservice/outputs.py +1466 -98
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/outputs.py +4 -0
- pulumi_oci/database/autonomous_database.py +47 -0
- pulumi_oci/database/exadb_vm_cluster.py +104 -0
- pulumi_oci/database/get_autonomous_database.py +15 -1
- pulumi_oci/database/outputs.py +22 -0
- pulumi_oci/datascience/_inputs.py +32 -12
- pulumi_oci/datascience/get_job_run.py +3 -3
- pulumi_oci/datascience/get_job_runs.py +2 -2
- pulumi_oci/datascience/job_run.py +7 -7
- pulumi_oci/datascience/model_deployment.py +2 -0
- pulumi_oci/datascience/outputs.py +62 -26
- pulumi_oci/generativeai/dedicated_ai_cluster.py +21 -0
- pulumi_oci/goldengate/__init__.py +7 -0
- pulumi_oci/goldengate/_inputs.py +665 -0
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_pipeline.py +408 -0
- pulumi_oci/goldengate/get_pipeline_running_processes.py +144 -0
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +207 -0
- pulumi_oci/goldengate/get_pipeline_schemas.py +163 -0
- pulumi_oci/goldengate/get_pipelines.py +213 -0
- pulumi_oci/goldengate/get_recipes.py +188 -0
- pulumi_oci/goldengate/get_trail_files.py +4 -2
- pulumi_oci/goldengate/get_trail_sequences.py +4 -2
- pulumi_oci/goldengate/outputs.py +1500 -0
- pulumi_oci/goldengate/pipeline.py +928 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +94 -14
- pulumi_oci/stackmonitoring/get_metric_extensions.py +22 -3
- pulumi_oci/stackmonitoring/metric_extension.py +8 -0
- pulumi_oci/stackmonitoring/outputs.py +166 -24
- {pulumi_oci-2.20.0a1734416680.dist-info → pulumi_oci-2.20.0a1734744214.dist-info}/METADATA +3 -3
- {pulumi_oci-2.20.0a1734416680.dist-info → pulumi_oci-2.20.0a1734744214.dist-info}/RECORD +50 -39
- {pulumi_oci-2.20.0a1734416680.dist-info → pulumi_oci-2.20.0a1734744214.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.20.0a1734416680.dist-info → pulumi_oci-2.20.0a1734744214.dist-info}/top_level.txt +0 -0
@@ -146,7 +146,7 @@ class GetBlockchainPlatformResult:
|
|
146
146
|
@pulumi.getter(name="computeShape")
|
147
147
|
def compute_shape(self) -> str:
|
148
148
|
"""
|
149
|
-
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
|
149
|
+
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM or DIGITAL_ASSETS_MEDIUM or DIGITAL_ASSETS_LARGE or DIGITAL_ASSETS_EXTRA_LARGE
|
150
150
|
"""
|
151
151
|
return pulumi.get(self, "compute_shape")
|
152
152
|
|
pulumi_oci/blockchain/outputs.py
CHANGED
@@ -989,7 +989,7 @@ class GetBlockchainPlatformsBlockchainPlatformCollectionItemResult(dict):
|
|
989
989
|
"""
|
990
990
|
:param str compartment_id: The ID of the compartment in which to list resources.
|
991
991
|
:param Sequence['GetBlockchainPlatformsBlockchainPlatformCollectionItemComponentDetailArgs'] component_details: Blockchain Platform component details.
|
992
|
-
:param str compute_shape: Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
|
992
|
+
:param str compute_shape: Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM or DIGITAL_ASSETS_MEDIUM or DIGITAL_ASSETS_LARGE or DIGITAL_ASSETS_EXTRA_LARGE
|
993
993
|
: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"}`
|
994
994
|
:param str description: Platform Instance Description
|
995
995
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
|
@@ -1067,7 +1067,7 @@ class GetBlockchainPlatformsBlockchainPlatformCollectionItemResult(dict):
|
|
1067
1067
|
@pulumi.getter(name="computeShape")
|
1068
1068
|
def compute_shape(self) -> str:
|
1069
1069
|
"""
|
1070
|
-
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
|
1070
|
+
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM or DIGITAL_ASSETS_MEDIUM or DIGITAL_ASSETS_LARGE or DIGITAL_ASSETS_EXTRA_LARGE
|
1071
1071
|
"""
|
1072
1072
|
return pulumi.get(self, "compute_shape")
|
1073
1073
|
|
pulumi_oci/core/outputs.py
CHANGED
@@ -46869,6 +46869,7 @@ class GetVolumeAttachmentsVolumeAttachmentResult(dict):
|
|
46869
46869
|
:param bool is_multipath: Whether the Iscsi or Paravirtualized attachment is multipath or not, it is not applicable to NVMe attachment.
|
46870
46870
|
:param bool is_pv_encryption_in_transit_enabled: Whether in-transit encryption for the data volume's paravirtualized attachment is enabled or not.
|
46871
46871
|
:param bool is_read_only: Whether the attachment was created in read-only mode.
|
46872
|
+
:param bool is_shareable: Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
|
46872
46873
|
:param bool is_volume_created_during_launch: Flag indicating if this volume was created for the customer as part of a simplified launch. Used to determine whether the volume requires deletion on instance termination.
|
46873
46874
|
:param str iscsi_login_state: The iscsi login state of the volume attachment. For a Iscsi volume attachment, all iscsi sessions need to be all logged-in or logged-out to be in logged-in or logged-out state.
|
46874
46875
|
:param Sequence['GetVolumeAttachmentsVolumeAttachmentMultipathDeviceArgs'] multipath_devices: A list of secondary multipath devices
|
@@ -47035,6 +47036,9 @@ class GetVolumeAttachmentsVolumeAttachmentResult(dict):
|
|
47035
47036
|
@property
|
47036
47037
|
@pulumi.getter(name="isShareable")
|
47037
47038
|
def is_shareable(self) -> bool:
|
47039
|
+
"""
|
47040
|
+
Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
|
47041
|
+
"""
|
47038
47042
|
return pulumi.get(self, "is_shareable")
|
47039
47043
|
|
47040
47044
|
@property
|
@@ -56,6 +56,7 @@ class AutonomousDatabaseArgs:
|
|
56
56
|
is_access_control_enabled: Optional[pulumi.Input[bool]] = None,
|
57
57
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
58
58
|
is_auto_scaling_for_storage_enabled: Optional[pulumi.Input[bool]] = None,
|
59
|
+
is_backup_retention_locked: Optional[pulumi.Input[bool]] = None,
|
59
60
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
60
61
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
61
62
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -168,6 +169,7 @@ class AutonomousDatabaseArgs:
|
|
168
169
|
This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, `whitelistedIps` is used.
|
169
170
|
:param pulumi.Input[bool] is_auto_scaling_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
170
171
|
:param pulumi.Input[bool] is_auto_scaling_for_storage_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
172
|
+
:param pulumi.Input[bool] is_backup_retention_locked: (Updatable) True if the Autonomous Database is backup retention locked.
|
171
173
|
:param pulumi.Input[bool] is_data_guard_enabled: (Updatable) **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
172
174
|
:param pulumi.Input[bool] is_dedicated: True if the database is on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm).
|
173
175
|
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
@@ -332,6 +334,8 @@ class AutonomousDatabaseArgs:
|
|
332
334
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
333
335
|
if is_auto_scaling_for_storage_enabled is not None:
|
334
336
|
pulumi.set(__self__, "is_auto_scaling_for_storage_enabled", is_auto_scaling_for_storage_enabled)
|
337
|
+
if is_backup_retention_locked is not None:
|
338
|
+
pulumi.set(__self__, "is_backup_retention_locked", is_backup_retention_locked)
|
335
339
|
if is_data_guard_enabled is not None:
|
336
340
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
337
341
|
if is_dedicated is not None:
|
@@ -876,6 +880,18 @@ class AutonomousDatabaseArgs:
|
|
876
880
|
def is_auto_scaling_for_storage_enabled(self, value: Optional[pulumi.Input[bool]]):
|
877
881
|
pulumi.set(self, "is_auto_scaling_for_storage_enabled", value)
|
878
882
|
|
883
|
+
@property
|
884
|
+
@pulumi.getter(name="isBackupRetentionLocked")
|
885
|
+
def is_backup_retention_locked(self) -> Optional[pulumi.Input[bool]]:
|
886
|
+
"""
|
887
|
+
(Updatable) True if the Autonomous Database is backup retention locked.
|
888
|
+
"""
|
889
|
+
return pulumi.get(self, "is_backup_retention_locked")
|
890
|
+
|
891
|
+
@is_backup_retention_locked.setter
|
892
|
+
def is_backup_retention_locked(self, value: Optional[pulumi.Input[bool]]):
|
893
|
+
pulumi.set(self, "is_backup_retention_locked", value)
|
894
|
+
|
879
895
|
@property
|
880
896
|
@pulumi.getter(name="isDataGuardEnabled")
|
881
897
|
def is_data_guard_enabled(self) -> Optional[pulumi.Input[bool]]:
|
@@ -1541,6 +1557,7 @@ class _AutonomousDatabaseState:
|
|
1541
1557
|
is_access_control_enabled: Optional[pulumi.Input[bool]] = None,
|
1542
1558
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
1543
1559
|
is_auto_scaling_for_storage_enabled: Optional[pulumi.Input[bool]] = None,
|
1560
|
+
is_backup_retention_locked: Optional[pulumi.Input[bool]] = None,
|
1544
1561
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
1545
1562
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
1546
1563
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -1713,6 +1730,7 @@ class _AutonomousDatabaseState:
|
|
1713
1730
|
This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, `whitelistedIps` is used.
|
1714
1731
|
:param pulumi.Input[bool] is_auto_scaling_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
1715
1732
|
:param pulumi.Input[bool] is_auto_scaling_for_storage_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
1733
|
+
:param pulumi.Input[bool] is_backup_retention_locked: (Updatable) True if the Autonomous Database is backup retention locked.
|
1716
1734
|
:param pulumi.Input[bool] is_data_guard_enabled: (Updatable) **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
1717
1735
|
:param pulumi.Input[bool] is_dedicated: True if the database is on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm).
|
1718
1736
|
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
@@ -1952,6 +1970,8 @@ class _AutonomousDatabaseState:
|
|
1952
1970
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
1953
1971
|
if is_auto_scaling_for_storage_enabled is not None:
|
1954
1972
|
pulumi.set(__self__, "is_auto_scaling_for_storage_enabled", is_auto_scaling_for_storage_enabled)
|
1973
|
+
if is_backup_retention_locked is not None:
|
1974
|
+
pulumi.set(__self__, "is_backup_retention_locked", is_backup_retention_locked)
|
1955
1975
|
if is_data_guard_enabled is not None:
|
1956
1976
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
1957
1977
|
if is_dedicated is not None:
|
@@ -2766,6 +2786,18 @@ class _AutonomousDatabaseState:
|
|
2766
2786
|
def is_auto_scaling_for_storage_enabled(self, value: Optional[pulumi.Input[bool]]):
|
2767
2787
|
pulumi.set(self, "is_auto_scaling_for_storage_enabled", value)
|
2768
2788
|
|
2789
|
+
@property
|
2790
|
+
@pulumi.getter(name="isBackupRetentionLocked")
|
2791
|
+
def is_backup_retention_locked(self) -> Optional[pulumi.Input[bool]]:
|
2792
|
+
"""
|
2793
|
+
(Updatable) True if the Autonomous Database is backup retention locked.
|
2794
|
+
"""
|
2795
|
+
return pulumi.get(self, "is_backup_retention_locked")
|
2796
|
+
|
2797
|
+
@is_backup_retention_locked.setter
|
2798
|
+
def is_backup_retention_locked(self, value: Optional[pulumi.Input[bool]]):
|
2799
|
+
pulumi.set(self, "is_backup_retention_locked", value)
|
2800
|
+
|
2769
2801
|
@property
|
2770
2802
|
@pulumi.getter(name="isDataGuardEnabled")
|
2771
2803
|
def is_data_guard_enabled(self) -> Optional[pulumi.Input[bool]]:
|
@@ -3952,6 +3984,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3952
3984
|
is_access_control_enabled: Optional[pulumi.Input[bool]] = None,
|
3953
3985
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
3954
3986
|
is_auto_scaling_for_storage_enabled: Optional[pulumi.Input[bool]] = None,
|
3987
|
+
is_backup_retention_locked: Optional[pulumi.Input[bool]] = None,
|
3955
3988
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
3956
3989
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
3957
3990
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -4080,6 +4113,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4080
4113
|
This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, `whitelistedIps` is used.
|
4081
4114
|
:param pulumi.Input[bool] is_auto_scaling_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
4082
4115
|
:param pulumi.Input[bool] is_auto_scaling_for_storage_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
4116
|
+
:param pulumi.Input[bool] is_backup_retention_locked: (Updatable) True if the Autonomous Database is backup retention locked.
|
4083
4117
|
:param pulumi.Input[bool] is_data_guard_enabled: (Updatable) **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
4084
4118
|
:param pulumi.Input[bool] is_dedicated: True if the database is on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm).
|
4085
4119
|
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
@@ -4247,6 +4281,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4247
4281
|
is_access_control_enabled: Optional[pulumi.Input[bool]] = None,
|
4248
4282
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
4249
4283
|
is_auto_scaling_for_storage_enabled: Optional[pulumi.Input[bool]] = None,
|
4284
|
+
is_backup_retention_locked: Optional[pulumi.Input[bool]] = None,
|
4250
4285
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
4251
4286
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
4252
4287
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -4342,6 +4377,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4342
4377
|
__props__.__dict__["is_access_control_enabled"] = is_access_control_enabled
|
4343
4378
|
__props__.__dict__["is_auto_scaling_enabled"] = is_auto_scaling_enabled
|
4344
4379
|
__props__.__dict__["is_auto_scaling_for_storage_enabled"] = is_auto_scaling_for_storage_enabled
|
4380
|
+
__props__.__dict__["is_backup_retention_locked"] = is_backup_retention_locked
|
4345
4381
|
__props__.__dict__["is_data_guard_enabled"] = is_data_guard_enabled
|
4346
4382
|
__props__.__dict__["is_dedicated"] = is_dedicated
|
4347
4383
|
__props__.__dict__["is_dev_tier"] = is_dev_tier
|
@@ -4511,6 +4547,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4511
4547
|
is_access_control_enabled: Optional[pulumi.Input[bool]] = None,
|
4512
4548
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
4513
4549
|
is_auto_scaling_for_storage_enabled: Optional[pulumi.Input[bool]] = None,
|
4550
|
+
is_backup_retention_locked: Optional[pulumi.Input[bool]] = None,
|
4514
4551
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
4515
4552
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
4516
4553
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -4688,6 +4725,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4688
4725
|
This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, `whitelistedIps` is used.
|
4689
4726
|
:param pulumi.Input[bool] is_auto_scaling_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
4690
4727
|
:param pulumi.Input[bool] is_auto_scaling_for_storage_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
4728
|
+
:param pulumi.Input[bool] is_backup_retention_locked: (Updatable) True if the Autonomous Database is backup retention locked.
|
4691
4729
|
:param pulumi.Input[bool] is_data_guard_enabled: (Updatable) **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
4692
4730
|
:param pulumi.Input[bool] is_dedicated: True if the database is on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm).
|
4693
4731
|
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
@@ -4881,6 +4919,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4881
4919
|
__props__.__dict__["is_access_control_enabled"] = is_access_control_enabled
|
4882
4920
|
__props__.__dict__["is_auto_scaling_enabled"] = is_auto_scaling_enabled
|
4883
4921
|
__props__.__dict__["is_auto_scaling_for_storage_enabled"] = is_auto_scaling_for_storage_enabled
|
4922
|
+
__props__.__dict__["is_backup_retention_locked"] = is_backup_retention_locked
|
4884
4923
|
__props__.__dict__["is_data_guard_enabled"] = is_data_guard_enabled
|
4885
4924
|
__props__.__dict__["is_dedicated"] = is_dedicated
|
4886
4925
|
__props__.__dict__["is_dev_tier"] = is_dev_tier
|
@@ -5401,6 +5440,14 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5401
5440
|
"""
|
5402
5441
|
return pulumi.get(self, "is_auto_scaling_for_storage_enabled")
|
5403
5442
|
|
5443
|
+
@property
|
5444
|
+
@pulumi.getter(name="isBackupRetentionLocked")
|
5445
|
+
def is_backup_retention_locked(self) -> pulumi.Output[bool]:
|
5446
|
+
"""
|
5447
|
+
(Updatable) True if the Autonomous Database is backup retention locked.
|
5448
|
+
"""
|
5449
|
+
return pulumi.get(self, "is_backup_retention_locked")
|
5450
|
+
|
5404
5451
|
@property
|
5405
5452
|
@pulumi.getter(name="isDataGuardEnabled")
|
5406
5453
|
def is_data_guard_enabled(self) -> pulumi.Output[bool]:
|
@@ -1160,6 +1160,58 @@ class ExadbVmCluster(pulumi.CustomResource):
|
|
1160
1160
|
|
1161
1161
|
Creates an Exadata VM cluster on Exascale Infrastructure
|
1162
1162
|
|
1163
|
+
## Example Usage
|
1164
|
+
|
1165
|
+
```python
|
1166
|
+
import pulumi
|
1167
|
+
import pulumi_oci as oci
|
1168
|
+
|
1169
|
+
test_exadb_vm_cluster = oci.database.ExadbVmCluster("test_exadb_vm_cluster",
|
1170
|
+
availability_domain=exadb_vm_cluster_availability_domain,
|
1171
|
+
backup_subnet_id=test_subnet["id"],
|
1172
|
+
compartment_id=compartment_id,
|
1173
|
+
display_name=exadb_vm_cluster_display_name,
|
1174
|
+
exascale_db_storage_vault_id=test_exascale_db_storage_vault["id"],
|
1175
|
+
grid_image_id=test_image["id"],
|
1176
|
+
hostname=exadb_vm_cluster_hostname,
|
1177
|
+
shape=exadb_vm_cluster_shape,
|
1178
|
+
node_config={
|
1179
|
+
"enabled_ecpu_count_per_node": exadb_vm_cluster_enabled_ecpu_count_per_node,
|
1180
|
+
"total_ecpu_count_per_node": exadb_vm_cluster_total_ecpu_count_per_node,
|
1181
|
+
"vm_file_system_storage_size_gbs_per_node": exadb_vm_cluster_vm_file_system_storage_size_in_gbs_per_node,
|
1182
|
+
},
|
1183
|
+
node_resources=[
|
1184
|
+
{
|
1185
|
+
"node_name": "node1",
|
1186
|
+
},
|
1187
|
+
{
|
1188
|
+
"node_name": "node2",
|
1189
|
+
},
|
1190
|
+
],
|
1191
|
+
ssh_public_keys=exadb_vm_cluster_ssh_public_keys,
|
1192
|
+
subnet_id=test_subnet["id"],
|
1193
|
+
backup_network_nsg_ids=exadb_vm_cluster_backup_network_nsg_ids,
|
1194
|
+
cluster_name=exadb_vm_cluster_cluster_name,
|
1195
|
+
data_collection_options={
|
1196
|
+
"is_diagnostics_events_enabled": exadb_vm_cluster_data_collection_options_is_diagnostics_events_enabled,
|
1197
|
+
"is_health_monitoring_enabled": exadb_vm_cluster_data_collection_options_is_health_monitoring_enabled,
|
1198
|
+
"is_incident_logs_enabled": exadb_vm_cluster_data_collection_options_is_incident_logs_enabled,
|
1199
|
+
},
|
1200
|
+
defined_tags=exadb_vm_cluster_defined_tags,
|
1201
|
+
domain=exadb_vm_cluster_domain,
|
1202
|
+
freeform_tags={
|
1203
|
+
"Department": "Finance",
|
1204
|
+
},
|
1205
|
+
license_model=exadb_vm_cluster_license_model,
|
1206
|
+
nsg_ids=exadb_vm_cluster_nsg_ids,
|
1207
|
+
private_zone_id=test_zone["id"],
|
1208
|
+
scan_listener_port_tcp=exadb_vm_cluster_scan_listener_port_tcp,
|
1209
|
+
scan_listener_port_tcp_ssl=exadb_vm_cluster_scan_listener_port_tcp_ssl,
|
1210
|
+
security_attributes=exadb_vm_cluster_security_attributes,
|
1211
|
+
system_version=exadb_vm_cluster_system_version,
|
1212
|
+
time_zone=exadb_vm_cluster_time_zone)
|
1213
|
+
```
|
1214
|
+
|
1163
1215
|
## Import
|
1164
1216
|
|
1165
1217
|
ExadbVmClusters can be imported using the `id`, e.g.
|
@@ -1219,6 +1271,58 @@ class ExadbVmCluster(pulumi.CustomResource):
|
|
1219
1271
|
|
1220
1272
|
Creates an Exadata VM cluster on Exascale Infrastructure
|
1221
1273
|
|
1274
|
+
## Example Usage
|
1275
|
+
|
1276
|
+
```python
|
1277
|
+
import pulumi
|
1278
|
+
import pulumi_oci as oci
|
1279
|
+
|
1280
|
+
test_exadb_vm_cluster = oci.database.ExadbVmCluster("test_exadb_vm_cluster",
|
1281
|
+
availability_domain=exadb_vm_cluster_availability_domain,
|
1282
|
+
backup_subnet_id=test_subnet["id"],
|
1283
|
+
compartment_id=compartment_id,
|
1284
|
+
display_name=exadb_vm_cluster_display_name,
|
1285
|
+
exascale_db_storage_vault_id=test_exascale_db_storage_vault["id"],
|
1286
|
+
grid_image_id=test_image["id"],
|
1287
|
+
hostname=exadb_vm_cluster_hostname,
|
1288
|
+
shape=exadb_vm_cluster_shape,
|
1289
|
+
node_config={
|
1290
|
+
"enabled_ecpu_count_per_node": exadb_vm_cluster_enabled_ecpu_count_per_node,
|
1291
|
+
"total_ecpu_count_per_node": exadb_vm_cluster_total_ecpu_count_per_node,
|
1292
|
+
"vm_file_system_storage_size_gbs_per_node": exadb_vm_cluster_vm_file_system_storage_size_in_gbs_per_node,
|
1293
|
+
},
|
1294
|
+
node_resources=[
|
1295
|
+
{
|
1296
|
+
"node_name": "node1",
|
1297
|
+
},
|
1298
|
+
{
|
1299
|
+
"node_name": "node2",
|
1300
|
+
},
|
1301
|
+
],
|
1302
|
+
ssh_public_keys=exadb_vm_cluster_ssh_public_keys,
|
1303
|
+
subnet_id=test_subnet["id"],
|
1304
|
+
backup_network_nsg_ids=exadb_vm_cluster_backup_network_nsg_ids,
|
1305
|
+
cluster_name=exadb_vm_cluster_cluster_name,
|
1306
|
+
data_collection_options={
|
1307
|
+
"is_diagnostics_events_enabled": exadb_vm_cluster_data_collection_options_is_diagnostics_events_enabled,
|
1308
|
+
"is_health_monitoring_enabled": exadb_vm_cluster_data_collection_options_is_health_monitoring_enabled,
|
1309
|
+
"is_incident_logs_enabled": exadb_vm_cluster_data_collection_options_is_incident_logs_enabled,
|
1310
|
+
},
|
1311
|
+
defined_tags=exadb_vm_cluster_defined_tags,
|
1312
|
+
domain=exadb_vm_cluster_domain,
|
1313
|
+
freeform_tags={
|
1314
|
+
"Department": "Finance",
|
1315
|
+
},
|
1316
|
+
license_model=exadb_vm_cluster_license_model,
|
1317
|
+
nsg_ids=exadb_vm_cluster_nsg_ids,
|
1318
|
+
private_zone_id=test_zone["id"],
|
1319
|
+
scan_listener_port_tcp=exadb_vm_cluster_scan_listener_port_tcp,
|
1320
|
+
scan_listener_port_tcp_ssl=exadb_vm_cluster_scan_listener_port_tcp_ssl,
|
1321
|
+
security_attributes=exadb_vm_cluster_security_attributes,
|
1322
|
+
system_version=exadb_vm_cluster_system_version,
|
1323
|
+
time_zone=exadb_vm_cluster_time_zone)
|
1324
|
+
```
|
1325
|
+
|
1222
1326
|
## Import
|
1223
1327
|
|
1224
1328
|
ExadbVmClusters can be imported using the `id`, e.g.
|
@@ -27,7 +27,7 @@ class GetAutonomousDatabaseResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getAutonomousDatabase.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, auto_refresh_frequency_in_seconds=None, auto_refresh_point_lag_in_seconds=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, availability_domain=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, byol_compute_count_limit=None, character_set=None, clone_type=None, cluster_placement_group_id=None, compartment_id=None, compute_count=None, compute_model=None, connection_strings=None, connection_urls=None, cpu_core_count=None, customer_contacts=None, data_safe_status=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, database_edition=None, database_management_status=None, dataguard_region_type=None, db_name=None, db_tools_details=None, db_version=None, db_workload=None, defined_tags=None, disaster_recovery_region_type=None, disaster_recovery_type=None, display_name=None, encryption_key_history_entries=None, encryption_keys=None, failed_data_recovery_in_seconds=None, freeform_tags=None, id=None, in_memory_area_in_gbs=None, in_memory_percentage=None, infrastructure_type=None, is_access_control_enabled=None, is_auto_scaling_enabled=None, is_auto_scaling_for_storage_enabled=None, is_data_guard_enabled=None, is_dedicated=None, is_dev_tier=None, is_free_tier=None, is_local_data_guard_enabled=None, is_mtls_connection_required=None, is_preview=None, is_preview_version_with_service_terms_accepted=None, is_reconnect_clone_enabled=None, is_refreshable_clone=None, is_remote_data_guard_enabled=None, is_replicate_automatic_backups=None, is_shrink_only=None, key_history_entries=None, key_store_id=None, key_store_wallet_name=None, key_version_id=None, kms_key_id=None, kms_key_lifecycle_details=None, kms_key_version_id=None, license_model=None, lifecycle_details=None, local_adg_auto_failover_max_data_loss_limit=None, local_disaster_recovery_type=None, local_standby_dbs=None, long_term_backup_schedules=None, max_cpu_core_count=None, memory_per_oracle_compute_unit_in_gbs=None, ncharacter_set=None, net_services_architecture=None, next_long_term_backup_time_stamp=None, nsg_ids=None, ocpu_count=None, open_mode=None, operations_insights_status=None, peer_db_ids=None, permission_level=None, private_endpoint=None, private_endpoint_ip=None, private_endpoint_label=None, provisionable_cpuses=None, public_connection_urls=None, public_endpoint=None, refreshable_mode=None, refreshable_status=None, remote_disaster_recovery_configurations=None, remote_disaster_recovery_type=None, resource_pool_leader_id=None, resource_pool_summaries=None, role=None, rotate_key_trigger=None, scheduled_operations=None, secret_id=None, secret_version_number=None, security_attributes=None, service_console_url=None, shrink_adb_trigger=None, source=None, source_id=None, standby_dbs=None, standby_whitelisted_ips=None, state=None, subnet_id=None, subscription_id=None, supported_regions_to_clone_tos=None, switchover_to=None, switchover_to_remote_peer_id=None, system_tags=None, time_created=None, time_data_guard_role_changed=None, time_deletion_of_free_autonomous_database=None, time_disaster_recovery_role_changed=None, time_local_data_guard_enabled=None, time_maintenance_begin=None, time_maintenance_end=None, time_of_auto_refresh_start=None, time_of_joining_resource_pool=None, time_of_last_failover=None, time_of_last_refresh=None, time_of_last_refresh_point=None, time_of_last_switchover=None, time_of_next_refresh=None, time_reclamation_of_free_autonomous_database=None, time_undeleted=None, time_until_reconnect_clone_enabled=None, timestamp=None, total_backup_storage_size_in_gbs=None, use_latest_available_backup_time_stamp=None, used_data_storage_size_in_gbs=None, used_data_storage_size_in_tbs=None, vault_id=None, whitelisted_ips=None):
|
30
|
+
def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, auto_refresh_frequency_in_seconds=None, auto_refresh_point_lag_in_seconds=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, availability_domain=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, byol_compute_count_limit=None, character_set=None, clone_type=None, cluster_placement_group_id=None, compartment_id=None, compute_count=None, compute_model=None, connection_strings=None, connection_urls=None, cpu_core_count=None, customer_contacts=None, data_safe_status=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, database_edition=None, database_management_status=None, dataguard_region_type=None, db_name=None, db_tools_details=None, db_version=None, db_workload=None, defined_tags=None, disaster_recovery_region_type=None, disaster_recovery_type=None, display_name=None, encryption_key_history_entries=None, encryption_keys=None, failed_data_recovery_in_seconds=None, freeform_tags=None, id=None, in_memory_area_in_gbs=None, in_memory_percentage=None, infrastructure_type=None, is_access_control_enabled=None, is_auto_scaling_enabled=None, is_auto_scaling_for_storage_enabled=None, is_backup_retention_locked=None, is_data_guard_enabled=None, is_dedicated=None, is_dev_tier=None, is_free_tier=None, is_local_data_guard_enabled=None, is_mtls_connection_required=None, is_preview=None, is_preview_version_with_service_terms_accepted=None, is_reconnect_clone_enabled=None, is_refreshable_clone=None, is_remote_data_guard_enabled=None, is_replicate_automatic_backups=None, is_shrink_only=None, key_history_entries=None, key_store_id=None, key_store_wallet_name=None, key_version_id=None, kms_key_id=None, kms_key_lifecycle_details=None, kms_key_version_id=None, license_model=None, lifecycle_details=None, local_adg_auto_failover_max_data_loss_limit=None, local_disaster_recovery_type=None, local_standby_dbs=None, long_term_backup_schedules=None, max_cpu_core_count=None, memory_per_oracle_compute_unit_in_gbs=None, ncharacter_set=None, net_services_architecture=None, next_long_term_backup_time_stamp=None, nsg_ids=None, ocpu_count=None, open_mode=None, operations_insights_status=None, peer_db_ids=None, permission_level=None, private_endpoint=None, private_endpoint_ip=None, private_endpoint_label=None, provisionable_cpuses=None, public_connection_urls=None, public_endpoint=None, refreshable_mode=None, refreshable_status=None, remote_disaster_recovery_configurations=None, remote_disaster_recovery_type=None, resource_pool_leader_id=None, resource_pool_summaries=None, role=None, rotate_key_trigger=None, scheduled_operations=None, secret_id=None, secret_version_number=None, security_attributes=None, service_console_url=None, shrink_adb_trigger=None, source=None, source_id=None, standby_dbs=None, standby_whitelisted_ips=None, state=None, subnet_id=None, subscription_id=None, supported_regions_to_clone_tos=None, switchover_to=None, switchover_to_remote_peer_id=None, system_tags=None, time_created=None, time_data_guard_role_changed=None, time_deletion_of_free_autonomous_database=None, time_disaster_recovery_role_changed=None, time_local_data_guard_enabled=None, time_maintenance_begin=None, time_maintenance_end=None, time_of_auto_refresh_start=None, time_of_joining_resource_pool=None, time_of_last_failover=None, time_of_last_refresh=None, time_of_last_refresh_point=None, time_of_last_switchover=None, time_of_next_refresh=None, time_reclamation_of_free_autonomous_database=None, time_undeleted=None, time_until_reconnect_clone_enabled=None, timestamp=None, total_backup_storage_size_in_gbs=None, use_latest_available_backup_time_stamp=None, used_data_storage_size_in_gbs=None, used_data_storage_size_in_tbs=None, vault_id=None, whitelisted_ips=None):
|
31
31
|
if actual_used_data_storage_size_in_tbs and not isinstance(actual_used_data_storage_size_in_tbs, float):
|
32
32
|
raise TypeError("Expected argument 'actual_used_data_storage_size_in_tbs' to be a float")
|
33
33
|
pulumi.set(__self__, "actual_used_data_storage_size_in_tbs", actual_used_data_storage_size_in_tbs)
|
@@ -181,6 +181,9 @@ class GetAutonomousDatabaseResult:
|
|
181
181
|
if is_auto_scaling_for_storage_enabled and not isinstance(is_auto_scaling_for_storage_enabled, bool):
|
182
182
|
raise TypeError("Expected argument 'is_auto_scaling_for_storage_enabled' to be a bool")
|
183
183
|
pulumi.set(__self__, "is_auto_scaling_for_storage_enabled", is_auto_scaling_for_storage_enabled)
|
184
|
+
if is_backup_retention_locked and not isinstance(is_backup_retention_locked, bool):
|
185
|
+
raise TypeError("Expected argument 'is_backup_retention_locked' to be a bool")
|
186
|
+
pulumi.set(__self__, "is_backup_retention_locked", is_backup_retention_locked)
|
184
187
|
if is_data_guard_enabled and not isinstance(is_data_guard_enabled, bool):
|
185
188
|
raise TypeError("Expected argument 'is_data_guard_enabled' to be a bool")
|
186
189
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
@@ -855,6 +858,14 @@ class GetAutonomousDatabaseResult:
|
|
855
858
|
"""
|
856
859
|
return pulumi.get(self, "is_auto_scaling_for_storage_enabled")
|
857
860
|
|
861
|
+
@property
|
862
|
+
@pulumi.getter(name="isBackupRetentionLocked")
|
863
|
+
def is_backup_retention_locked(self) -> bool:
|
864
|
+
"""
|
865
|
+
Indicates if the Autonomous Database is backup retention locked.
|
866
|
+
"""
|
867
|
+
return pulumi.get(self, "is_backup_retention_locked")
|
868
|
+
|
858
869
|
@property
|
859
870
|
@pulumi.getter(name="isDataGuardEnabled")
|
860
871
|
def is_data_guard_enabled(self) -> bool:
|
@@ -1616,6 +1627,7 @@ class AwaitableGetAutonomousDatabaseResult(GetAutonomousDatabaseResult):
|
|
1616
1627
|
is_access_control_enabled=self.is_access_control_enabled,
|
1617
1628
|
is_auto_scaling_enabled=self.is_auto_scaling_enabled,
|
1618
1629
|
is_auto_scaling_for_storage_enabled=self.is_auto_scaling_for_storage_enabled,
|
1630
|
+
is_backup_retention_locked=self.is_backup_retention_locked,
|
1619
1631
|
is_data_guard_enabled=self.is_data_guard_enabled,
|
1620
1632
|
is_dedicated=self.is_dedicated,
|
1621
1633
|
is_dev_tier=self.is_dev_tier,
|
@@ -1786,6 +1798,7 @@ def get_autonomous_database(autonomous_database_id: Optional[str] = None,
|
|
1786
1798
|
is_access_control_enabled=pulumi.get(__ret__, 'is_access_control_enabled'),
|
1787
1799
|
is_auto_scaling_enabled=pulumi.get(__ret__, 'is_auto_scaling_enabled'),
|
1788
1800
|
is_auto_scaling_for_storage_enabled=pulumi.get(__ret__, 'is_auto_scaling_for_storage_enabled'),
|
1801
|
+
is_backup_retention_locked=pulumi.get(__ret__, 'is_backup_retention_locked'),
|
1789
1802
|
is_data_guard_enabled=pulumi.get(__ret__, 'is_data_guard_enabled'),
|
1790
1803
|
is_dedicated=pulumi.get(__ret__, 'is_dedicated'),
|
1791
1804
|
is_dev_tier=pulumi.get(__ret__, 'is_dev_tier'),
|
@@ -1953,6 +1966,7 @@ def get_autonomous_database_output(autonomous_database_id: Optional[pulumi.Input
|
|
1953
1966
|
is_access_control_enabled=pulumi.get(__response__, 'is_access_control_enabled'),
|
1954
1967
|
is_auto_scaling_enabled=pulumi.get(__response__, 'is_auto_scaling_enabled'),
|
1955
1968
|
is_auto_scaling_for_storage_enabled=pulumi.get(__response__, 'is_auto_scaling_for_storage_enabled'),
|
1969
|
+
is_backup_retention_locked=pulumi.get(__response__, 'is_backup_retention_locked'),
|
1956
1970
|
is_data_guard_enabled=pulumi.get(__response__, 'is_data_guard_enabled'),
|
1957
1971
|
is_dedicated=pulumi.get(__response__, 'is_dedicated'),
|
1958
1972
|
is_dev_tier=pulumi.get(__response__, 'is_dev_tier'),
|
pulumi_oci/database/outputs.py
CHANGED
@@ -18800,6 +18800,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18800
18800
|
is_access_control_enabled: bool,
|
18801
18801
|
is_auto_scaling_enabled: bool,
|
18802
18802
|
is_auto_scaling_for_storage_enabled: bool,
|
18803
|
+
is_backup_retention_locked: bool,
|
18803
18804
|
is_data_guard_enabled: bool,
|
18804
18805
|
is_dedicated: bool,
|
18805
18806
|
is_dev_tier: bool,
|
@@ -18939,6 +18940,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18939
18940
|
:param bool is_access_control_enabled: Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the `whitelistedIps` property. While specifying `whitelistedIps` rules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the `UpdateAutonomousDatabase` API operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.
|
18940
18941
|
:param bool is_auto_scaling_enabled: Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
18941
18942
|
:param bool is_auto_scaling_for_storage_enabled: Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
18943
|
+
:param bool is_backup_retention_locked: Indicates if the Autonomous Database is backup retention locked.
|
18942
18944
|
:param bool is_data_guard_enabled: A filter to return only resources that have Data Guard enabled.
|
18943
18945
|
:param bool is_dedicated: True if the database uses [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
18944
18946
|
:param bool is_dev_tier: Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
@@ -19073,6 +19075,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
19073
19075
|
pulumi.set(__self__, "is_access_control_enabled", is_access_control_enabled)
|
19074
19076
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
19075
19077
|
pulumi.set(__self__, "is_auto_scaling_for_storage_enabled", is_auto_scaling_for_storage_enabled)
|
19078
|
+
pulumi.set(__self__, "is_backup_retention_locked", is_backup_retention_locked)
|
19076
19079
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
19077
19080
|
pulumi.set(__self__, "is_dedicated", is_dedicated)
|
19078
19081
|
pulumi.set(__self__, "is_dev_tier", is_dev_tier)
|
@@ -19559,6 +19562,14 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
19559
19562
|
"""
|
19560
19563
|
return pulumi.get(self, "is_auto_scaling_for_storage_enabled")
|
19561
19564
|
|
19565
|
+
@property
|
19566
|
+
@pulumi.getter(name="isBackupRetentionLocked")
|
19567
|
+
def is_backup_retention_locked(self) -> bool:
|
19568
|
+
"""
|
19569
|
+
Indicates if the Autonomous Database is backup retention locked.
|
19570
|
+
"""
|
19571
|
+
return pulumi.get(self, "is_backup_retention_locked")
|
19572
|
+
|
19562
19573
|
@property
|
19563
19574
|
@pulumi.getter(name="isDataGuardEnabled")
|
19564
19575
|
def is_data_guard_enabled(self) -> bool:
|
@@ -21539,6 +21550,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
21539
21550
|
is_access_control_enabled: bool,
|
21540
21551
|
is_auto_scaling_enabled: bool,
|
21541
21552
|
is_auto_scaling_for_storage_enabled: bool,
|
21553
|
+
is_backup_retention_locked: bool,
|
21542
21554
|
is_data_guard_enabled: bool,
|
21543
21555
|
is_dedicated: bool,
|
21544
21556
|
is_dev_tier: bool,
|
@@ -21664,6 +21676,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
21664
21676
|
:param bool is_access_control_enabled: Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the `whitelistedIps` property. While specifying `whitelistedIps` rules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the `UpdateAutonomousDatabase` API operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.
|
21665
21677
|
:param bool is_auto_scaling_enabled: Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
21666
21678
|
:param bool is_auto_scaling_for_storage_enabled: Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
21679
|
+
:param bool is_backup_retention_locked: Indicates if the Autonomous Database is backup retention locked.
|
21667
21680
|
:param bool is_data_guard_enabled: **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
21668
21681
|
:param bool is_dedicated: True if the database uses [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
21669
21682
|
:param bool is_dev_tier: Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
@@ -21790,6 +21803,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
21790
21803
|
pulumi.set(__self__, "is_access_control_enabled", is_access_control_enabled)
|
21791
21804
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
21792
21805
|
pulumi.set(__self__, "is_auto_scaling_for_storage_enabled", is_auto_scaling_for_storage_enabled)
|
21806
|
+
pulumi.set(__self__, "is_backup_retention_locked", is_backup_retention_locked)
|
21793
21807
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
21794
21808
|
pulumi.set(__self__, "is_dedicated", is_dedicated)
|
21795
21809
|
pulumi.set(__self__, "is_dev_tier", is_dev_tier)
|
@@ -22233,6 +22247,14 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
22233
22247
|
"""
|
22234
22248
|
return pulumi.get(self, "is_auto_scaling_for_storage_enabled")
|
22235
22249
|
|
22250
|
+
@property
|
22251
|
+
@pulumi.getter(name="isBackupRetentionLocked")
|
22252
|
+
def is_backup_retention_locked(self) -> bool:
|
22253
|
+
"""
|
22254
|
+
Indicates if the Autonomous Database is backup retention locked.
|
22255
|
+
"""
|
22256
|
+
return pulumi.get(self, "is_backup_retention_locked")
|
22257
|
+
|
22236
22258
|
@property
|
22237
22259
|
@pulumi.getter(name="isDataGuardEnabled")
|
22238
22260
|
def is_data_guard_enabled(self) -> bool:
|