pulumi-oci 2.20.0__py3-none-any.whl → 2.20.0a1734071208__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 +0 -16
- pulumi_oci/bigdataservice/__init__.py +0 -4
- pulumi_oci/bigdataservice/_inputs.py +6 -672
- pulumi_oci/bigdataservice/bds_instance.py +7 -169
- pulumi_oci/bigdataservice/bds_instance_api_key.py +3 -66
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +0 -4
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -48
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -17
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +0 -3
- pulumi_oci/bigdataservice/outputs.py +98 -1466
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/outputs.py +0 -4
- pulumi_oci/database/autonomous_database.py +0 -47
- pulumi_oci/database/exadb_vm_cluster.py +0 -104
- pulumi_oci/database/get_autonomous_database.py +1 -15
- pulumi_oci/database/outputs.py +0 -22
- pulumi_oci/datascience/_inputs.py +12 -32
- 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 +0 -2
- pulumi_oci/datascience/outputs.py +26 -62
- pulumi_oci/generativeai/dedicated_ai_cluster.py +0 -21
- pulumi_oci/goldengate/__init__.py +0 -7
- pulumi_oci/goldengate/_inputs.py +0 -665
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_trail_files.py +2 -4
- pulumi_oci/goldengate/get_trail_sequences.py +2 -4
- pulumi_oci/goldengate/outputs.py +0 -1500
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +14 -94
- pulumi_oci/stackmonitoring/get_metric_extensions.py +3 -22
- pulumi_oci/stackmonitoring/metric_extension.py +0 -8
- pulumi_oci/stackmonitoring/outputs.py +24 -166
- {pulumi_oci-2.20.0.dist-info → pulumi_oci-2.20.0a1734071208.dist-info}/METADATA +3 -3
- {pulumi_oci-2.20.0.dist-info → pulumi_oci-2.20.0a1734071208.dist-info}/RECORD +39 -50
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +0 -859
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +0 -123
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +0 -322
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +0 -207
- pulumi_oci/goldengate/get_pipeline.py +0 -408
- pulumi_oci/goldengate/get_pipeline_running_processes.py +0 -144
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +0 -207
- pulumi_oci/goldengate/get_pipeline_schemas.py +0 -163
- pulumi_oci/goldengate/get_pipelines.py +0 -213
- pulumi_oci/goldengate/get_recipes.py +0 -188
- pulumi_oci/goldengate/pipeline.py +0 -928
- {pulumi_oci-2.20.0.dist-info → pulumi_oci-2.20.0a1734071208.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.20.0.dist-info → pulumi_oci-2.20.0a1734071208.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
|
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
|
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
|
1071
1071
|
"""
|
1072
1072
|
return pulumi.get(self, "compute_shape")
|
1073
1073
|
|
pulumi_oci/core/outputs.py
CHANGED
@@ -46869,7 +46869,6 @@ 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.
|
46873
46872
|
: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.
|
46874
46873
|
: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.
|
46875
46874
|
:param Sequence['GetVolumeAttachmentsVolumeAttachmentMultipathDeviceArgs'] multipath_devices: A list of secondary multipath devices
|
@@ -47036,9 +47035,6 @@ class GetVolumeAttachmentsVolumeAttachmentResult(dict):
|
|
47036
47035
|
@property
|
47037
47036
|
@pulumi.getter(name="isShareable")
|
47038
47037
|
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
|
-
"""
|
47042
47038
|
return pulumi.get(self, "is_shareable")
|
47043
47039
|
|
47044
47040
|
@property
|
@@ -56,7 +56,6 @@ 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,
|
60
59
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
61
60
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
62
61
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -169,7 +168,6 @@ class AutonomousDatabaseArgs:
|
|
169
168
|
This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, `whitelistedIps` is used.
|
170
169
|
: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`.
|
171
170
|
: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.
|
173
171
|
: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.
|
174
172
|
: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).
|
175
173
|
: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.
|
@@ -334,8 +332,6 @@ class AutonomousDatabaseArgs:
|
|
334
332
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
335
333
|
if is_auto_scaling_for_storage_enabled is not None:
|
336
334
|
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)
|
339
335
|
if is_data_guard_enabled is not None:
|
340
336
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
341
337
|
if is_dedicated is not None:
|
@@ -880,18 +876,6 @@ class AutonomousDatabaseArgs:
|
|
880
876
|
def is_auto_scaling_for_storage_enabled(self, value: Optional[pulumi.Input[bool]]):
|
881
877
|
pulumi.set(self, "is_auto_scaling_for_storage_enabled", value)
|
882
878
|
|
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
|
-
|
895
879
|
@property
|
896
880
|
@pulumi.getter(name="isDataGuardEnabled")
|
897
881
|
def is_data_guard_enabled(self) -> Optional[pulumi.Input[bool]]:
|
@@ -1557,7 +1541,6 @@ class _AutonomousDatabaseState:
|
|
1557
1541
|
is_access_control_enabled: Optional[pulumi.Input[bool]] = None,
|
1558
1542
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
1559
1543
|
is_auto_scaling_for_storage_enabled: Optional[pulumi.Input[bool]] = None,
|
1560
|
-
is_backup_retention_locked: Optional[pulumi.Input[bool]] = None,
|
1561
1544
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
1562
1545
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
1563
1546
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -1730,7 +1713,6 @@ class _AutonomousDatabaseState:
|
|
1730
1713
|
This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, `whitelistedIps` is used.
|
1731
1714
|
: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`.
|
1732
1715
|
: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.
|
1734
1716
|
: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.
|
1735
1717
|
: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).
|
1736
1718
|
: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.
|
@@ -1970,8 +1952,6 @@ class _AutonomousDatabaseState:
|
|
1970
1952
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
1971
1953
|
if is_auto_scaling_for_storage_enabled is not None:
|
1972
1954
|
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)
|
1975
1955
|
if is_data_guard_enabled is not None:
|
1976
1956
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
1977
1957
|
if is_dedicated is not None:
|
@@ -2786,18 +2766,6 @@ class _AutonomousDatabaseState:
|
|
2786
2766
|
def is_auto_scaling_for_storage_enabled(self, value: Optional[pulumi.Input[bool]]):
|
2787
2767
|
pulumi.set(self, "is_auto_scaling_for_storage_enabled", value)
|
2788
2768
|
|
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
|
-
|
2801
2769
|
@property
|
2802
2770
|
@pulumi.getter(name="isDataGuardEnabled")
|
2803
2771
|
def is_data_guard_enabled(self) -> Optional[pulumi.Input[bool]]:
|
@@ -3984,7 +3952,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3984
3952
|
is_access_control_enabled: Optional[pulumi.Input[bool]] = None,
|
3985
3953
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
3986
3954
|
is_auto_scaling_for_storage_enabled: Optional[pulumi.Input[bool]] = None,
|
3987
|
-
is_backup_retention_locked: Optional[pulumi.Input[bool]] = None,
|
3988
3955
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
3989
3956
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
3990
3957
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -4113,7 +4080,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4113
4080
|
This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, `whitelistedIps` is used.
|
4114
4081
|
: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`.
|
4115
4082
|
: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.
|
4117
4083
|
: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.
|
4118
4084
|
: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).
|
4119
4085
|
: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.
|
@@ -4281,7 +4247,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4281
4247
|
is_access_control_enabled: Optional[pulumi.Input[bool]] = None,
|
4282
4248
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
4283
4249
|
is_auto_scaling_for_storage_enabled: Optional[pulumi.Input[bool]] = None,
|
4284
|
-
is_backup_retention_locked: Optional[pulumi.Input[bool]] = None,
|
4285
4250
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
4286
4251
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
4287
4252
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -4377,7 +4342,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4377
4342
|
__props__.__dict__["is_access_control_enabled"] = is_access_control_enabled
|
4378
4343
|
__props__.__dict__["is_auto_scaling_enabled"] = is_auto_scaling_enabled
|
4379
4344
|
__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
|
4381
4345
|
__props__.__dict__["is_data_guard_enabled"] = is_data_guard_enabled
|
4382
4346
|
__props__.__dict__["is_dedicated"] = is_dedicated
|
4383
4347
|
__props__.__dict__["is_dev_tier"] = is_dev_tier
|
@@ -4547,7 +4511,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4547
4511
|
is_access_control_enabled: Optional[pulumi.Input[bool]] = None,
|
4548
4512
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
4549
4513
|
is_auto_scaling_for_storage_enabled: Optional[pulumi.Input[bool]] = None,
|
4550
|
-
is_backup_retention_locked: Optional[pulumi.Input[bool]] = None,
|
4551
4514
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
4552
4515
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
4553
4516
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -4725,7 +4688,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4725
4688
|
This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, `whitelistedIps` is used.
|
4726
4689
|
: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`.
|
4727
4690
|
: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.
|
4729
4691
|
: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.
|
4730
4692
|
: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).
|
4731
4693
|
: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.
|
@@ -4919,7 +4881,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4919
4881
|
__props__.__dict__["is_access_control_enabled"] = is_access_control_enabled
|
4920
4882
|
__props__.__dict__["is_auto_scaling_enabled"] = is_auto_scaling_enabled
|
4921
4883
|
__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
|
4923
4884
|
__props__.__dict__["is_data_guard_enabled"] = is_data_guard_enabled
|
4924
4885
|
__props__.__dict__["is_dedicated"] = is_dedicated
|
4925
4886
|
__props__.__dict__["is_dev_tier"] = is_dev_tier
|
@@ -5440,14 +5401,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5440
5401
|
"""
|
5441
5402
|
return pulumi.get(self, "is_auto_scaling_for_storage_enabled")
|
5442
5403
|
|
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
|
-
|
5451
5404
|
@property
|
5452
5405
|
@pulumi.getter(name="isDataGuardEnabled")
|
5453
5406
|
def is_data_guard_enabled(self) -> pulumi.Output[bool]:
|
@@ -1160,58 +1160,6 @@ 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
|
-
|
1215
1163
|
## Import
|
1216
1164
|
|
1217
1165
|
ExadbVmClusters can be imported using the `id`, e.g.
|
@@ -1271,58 +1219,6 @@ class ExadbVmCluster(pulumi.CustomResource):
|
|
1271
1219
|
|
1272
1220
|
Creates an Exadata VM cluster on Exascale Infrastructure
|
1273
1221
|
|
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
|
-
|
1326
1222
|
## Import
|
1327
1223
|
|
1328
1224
|
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,
|
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):
|
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,9 +181,6 @@ 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)
|
187
184
|
if is_data_guard_enabled and not isinstance(is_data_guard_enabled, bool):
|
188
185
|
raise TypeError("Expected argument 'is_data_guard_enabled' to be a bool")
|
189
186
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
@@ -858,14 +855,6 @@ class GetAutonomousDatabaseResult:
|
|
858
855
|
"""
|
859
856
|
return pulumi.get(self, "is_auto_scaling_for_storage_enabled")
|
860
857
|
|
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
|
-
|
869
858
|
@property
|
870
859
|
@pulumi.getter(name="isDataGuardEnabled")
|
871
860
|
def is_data_guard_enabled(self) -> bool:
|
@@ -1627,7 +1616,6 @@ class AwaitableGetAutonomousDatabaseResult(GetAutonomousDatabaseResult):
|
|
1627
1616
|
is_access_control_enabled=self.is_access_control_enabled,
|
1628
1617
|
is_auto_scaling_enabled=self.is_auto_scaling_enabled,
|
1629
1618
|
is_auto_scaling_for_storage_enabled=self.is_auto_scaling_for_storage_enabled,
|
1630
|
-
is_backup_retention_locked=self.is_backup_retention_locked,
|
1631
1619
|
is_data_guard_enabled=self.is_data_guard_enabled,
|
1632
1620
|
is_dedicated=self.is_dedicated,
|
1633
1621
|
is_dev_tier=self.is_dev_tier,
|
@@ -1798,7 +1786,6 @@ def get_autonomous_database(autonomous_database_id: Optional[str] = None,
|
|
1798
1786
|
is_access_control_enabled=pulumi.get(__ret__, 'is_access_control_enabled'),
|
1799
1787
|
is_auto_scaling_enabled=pulumi.get(__ret__, 'is_auto_scaling_enabled'),
|
1800
1788
|
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'),
|
1802
1789
|
is_data_guard_enabled=pulumi.get(__ret__, 'is_data_guard_enabled'),
|
1803
1790
|
is_dedicated=pulumi.get(__ret__, 'is_dedicated'),
|
1804
1791
|
is_dev_tier=pulumi.get(__ret__, 'is_dev_tier'),
|
@@ -1966,7 +1953,6 @@ def get_autonomous_database_output(autonomous_database_id: Optional[pulumi.Input
|
|
1966
1953
|
is_access_control_enabled=pulumi.get(__response__, 'is_access_control_enabled'),
|
1967
1954
|
is_auto_scaling_enabled=pulumi.get(__response__, 'is_auto_scaling_enabled'),
|
1968
1955
|
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'),
|
1970
1956
|
is_data_guard_enabled=pulumi.get(__response__, 'is_data_guard_enabled'),
|
1971
1957
|
is_dedicated=pulumi.get(__response__, 'is_dedicated'),
|
1972
1958
|
is_dev_tier=pulumi.get(__response__, 'is_dev_tier'),
|
pulumi_oci/database/outputs.py
CHANGED
@@ -18800,7 +18800,6 @@ 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,
|
18804
18803
|
is_data_guard_enabled: bool,
|
18805
18804
|
is_dedicated: bool,
|
18806
18805
|
is_dev_tier: bool,
|
@@ -18940,7 +18939,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18940
18939
|
: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.
|
18941
18940
|
:param bool is_auto_scaling_enabled: Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
18942
18941
|
: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.
|
18944
18942
|
:param bool is_data_guard_enabled: A filter to return only resources that have Data Guard enabled.
|
18945
18943
|
:param bool is_dedicated: True if the database uses [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
18946
18944
|
: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.
|
@@ -19075,7 +19073,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
19075
19073
|
pulumi.set(__self__, "is_access_control_enabled", is_access_control_enabled)
|
19076
19074
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
19077
19075
|
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)
|
19079
19076
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
19080
19077
|
pulumi.set(__self__, "is_dedicated", is_dedicated)
|
19081
19078
|
pulumi.set(__self__, "is_dev_tier", is_dev_tier)
|
@@ -19562,14 +19559,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
19562
19559
|
"""
|
19563
19560
|
return pulumi.get(self, "is_auto_scaling_for_storage_enabled")
|
19564
19561
|
|
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
|
-
|
19573
19562
|
@property
|
19574
19563
|
@pulumi.getter(name="isDataGuardEnabled")
|
19575
19564
|
def is_data_guard_enabled(self) -> bool:
|
@@ -21550,7 +21539,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
21550
21539
|
is_access_control_enabled: bool,
|
21551
21540
|
is_auto_scaling_enabled: bool,
|
21552
21541
|
is_auto_scaling_for_storage_enabled: bool,
|
21553
|
-
is_backup_retention_locked: bool,
|
21554
21542
|
is_data_guard_enabled: bool,
|
21555
21543
|
is_dedicated: bool,
|
21556
21544
|
is_dev_tier: bool,
|
@@ -21676,7 +21664,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
21676
21664
|
: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.
|
21677
21665
|
:param bool is_auto_scaling_enabled: Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
21678
21666
|
: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.
|
21680
21667
|
: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.
|
21681
21668
|
:param bool is_dedicated: True if the database uses [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
21682
21669
|
: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.
|
@@ -21803,7 +21790,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
21803
21790
|
pulumi.set(__self__, "is_access_control_enabled", is_access_control_enabled)
|
21804
21791
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
21805
21792
|
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)
|
21807
21793
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
21808
21794
|
pulumi.set(__self__, "is_dedicated", is_dedicated)
|
21809
21795
|
pulumi.set(__self__, "is_dev_tier", is_dev_tier)
|
@@ -22247,14 +22233,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
22247
22233
|
"""
|
22248
22234
|
return pulumi.get(self, "is_auto_scaling_for_storage_enabled")
|
22249
22235
|
|
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
|
-
|
22258
22236
|
@property
|
22259
22237
|
@pulumi.getter(name="isDataGuardEnabled")
|
22260
22238
|
def is_data_guard_enabled(self) -> bool:
|