pulumi-oci 1.28.0__py3-none-any.whl → 1.28.0a1710997024__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 -8
- pulumi_oci/apmtraces/get_query_quick_picks.py +2 -2
- pulumi_oci/apmtraces/get_trace.py +5 -69
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +5 -73
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +6 -6
- pulumi_oci/apmtraces/outputs.py +0 -22
- pulumi_oci/database/_inputs.py +4 -4
- pulumi_oci/database/autonomous_database.py +165 -270
- pulumi_oci/database/outputs.py +4 -4
- pulumi_oci/integration/__init__.py +0 -1
- pulumi_oci/integration/_inputs.py +0 -58
- pulumi_oci/integration/get_integration_instance.py +1 -15
- pulumi_oci/integration/integration_instance.py +0 -42
- pulumi_oci/integration/outputs.py +4 -170
- {pulumi_oci-1.28.0.dist-info → pulumi_oci-1.28.0a1710997024.dist-info}/METADATA +1 -1
- {pulumi_oci-1.28.0.dist-info → pulumi_oci-1.28.0a1710997024.dist-info}/RECORD +18 -19
- pulumi_oci/integration/private_endpoint_outbound_connection.py +0 -234
- {pulumi_oci-1.28.0.dist-info → pulumi_oci-1.28.0a1710997024.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.28.0.dist-info → pulumi_oci-1.28.0a1710997024.dist-info}/top_level.txt +0 -0
@@ -98,24 +98,19 @@ class AutonomousDatabaseArgs:
|
|
98
98
|
:param pulumi.Input[str] autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Used only by Autonomous Database on Dedicated Exadata Infrastructure.
|
99
99
|
:param pulumi.Input[str] autonomous_database_backup_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
|
100
100
|
:param pulumi.Input[str] autonomous_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that you will clone to create a new Autonomous Database.
|
101
|
-
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database
|
101
|
+
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database on shared Exadata infrastructure. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
|
102
102
|
:param pulumi.Input[int] backup_retention_period_in_days: (Updatable) Retention period, in days, for backups.
|
103
|
-
:param pulumi.Input[str] character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on
|
103
|
+
:param pulumi.Input[str] character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on shared infrastructure as as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
104
104
|
|
105
105
|
For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
106
106
|
|
107
107
|
AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
|
108
|
-
:param pulumi.Input[str] clone_type: The Autonomous Database clone type.
|
108
|
+
:param pulumi.Input[str] clone_type: The Autonomous Database clone type.
|
109
109
|
:param pulumi.Input[float] compute_count: (Updatable) Compute used by database tools.
|
110
110
|
:param pulumi.Input[str] compute_model: (Updatable) The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
111
111
|
:param pulumi.Input[int] cpu_core_count: (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
112
|
+
|
112
113
|
**Note:** This parameter cannot be used with the `ocpuCount` parameter. This input is ignored for Always Free resources.
|
113
|
-
* The data type must be an *integer*.
|
114
|
-
* The minimum number of cores for all types of autonomous database is *1*
|
115
|
-
* The maximum number of cores is as follows:
|
116
|
-
* Autonomous Database Serverless instances: The maximum number of cores is *128*.
|
117
|
-
* Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
118
|
-
* Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
119
114
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseCustomerContactArgs']]] customer_contacts: (Updatable) Customer Contacts.
|
120
115
|
:param pulumi.Input[str] data_safe_status: (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
|
121
116
|
:param pulumi.Input[int] data_storage_size_in_gb: (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
@@ -126,7 +121,7 @@ class AutonomousDatabaseArgs:
|
|
126
121
|
:param pulumi.Input[int] data_storage_size_in_tbs: (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB).
|
127
122
|
|
128
123
|
**Note:** This parameter cannot be used with the `dataStorageSizeInGBs` parameter. This input is ignored for Always Free resources.
|
129
|
-
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
124
|
+
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
130
125
|
:param pulumi.Input[str] database_management_status: Status of Database Management for this Autonomous Database.
|
131
126
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseDbToolsDetailArgs']]] db_tools_details: (Updatable) The list of database tools details.
|
132
127
|
|
@@ -154,10 +149,10 @@ class AutonomousDatabaseArgs:
|
|
154
149
|
:param pulumi.Input[bool] is_free_tier: (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When `db_workload` is `AJD` or `APEX` it cannot be `true`.
|
155
150
|
:param pulumi.Input[bool] is_local_data_guard_enabled: (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
156
151
|
:param pulumi.Input[bool] is_mtls_connection_required: (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
157
|
-
:param pulumi.Input[bool] is_preview_version_with_service_terms_accepted: If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [
|
152
|
+
:param pulumi.Input[bool] is_preview_version_with_service_terms_accepted: If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
158
153
|
:param pulumi.Input[bool] is_refreshable_clone: (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
|
159
154
|
:param pulumi.Input[bool] is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
160
|
-
:param pulumi.Input[bool] is_shrink_only: (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on
|
155
|
+
:param pulumi.Input[bool] is_shrink_only: (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on shared databases i.e. where `is_dedicated` is false.
|
161
156
|
|
162
157
|
** IMPORTANT **
|
163
158
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -165,7 +160,7 @@ class AutonomousDatabaseArgs:
|
|
165
160
|
:param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm), this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using [shared Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adboverview.htm#AEI), if a value is not specified, the system will supply the value of `BRING_YOUR_OWN_LICENSE`. It is a required field when `db_workload` is AJD and needs to be set to `LICENSE_INCLUDED` as AJD does not support default `license_model` value `BRING_YOUR_OWN_LICENSE`.
|
166
161
|
:param pulumi.Input[int] local_adg_auto_failover_max_data_loss_limit: Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
|
167
162
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseLongTermBackupScheduleArgs']]] long_term_backup_schedules: Details for the long-term backup schedule.
|
168
|
-
:param pulumi.Input[int] max_cpu_core_count: (Updatable)
|
163
|
+
:param pulumi.Input[int] max_cpu_core_count: (Updatable) The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
169
164
|
:param pulumi.Input[str] ncharacter_set: The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
170
165
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). **NsgIds restrictions:**
|
171
166
|
* A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
|
@@ -175,7 +170,6 @@ class AutonomousDatabaseArgs:
|
|
175
170
|
* For Autonomous Databases on Dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Database Serverless instances.)
|
176
171
|
* To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
|
177
172
|
* For Autonomous Database Serverless instances, this parameter is not used.
|
178
|
-
* Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
179
173
|
|
180
174
|
For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
181
175
|
|
@@ -184,10 +178,7 @@ class AutonomousDatabaseArgs:
|
|
184
178
|
:param pulumi.Input[str] operations_insights_status: (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are `ENABLED` and `NOT_ENABLED`
|
185
179
|
:param pulumi.Input[str] permission_level: The Autonomous Database permission level. Restricted mode allows access only by admin users.
|
186
180
|
:param pulumi.Input[str] private_endpoint_ip: The private endpoint Ip address for the resource.
|
187
|
-
:param pulumi.Input[str] private_endpoint_label: (Updatable)
|
188
|
-
* Setting the endpoint label to a non-empty string creates a private endpoint database.
|
189
|
-
* Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
|
190
|
-
* Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
|
181
|
+
:param pulumi.Input[str] private_endpoint_label: (Updatable) The private endpoint label for the resource.
|
191
182
|
:param pulumi.Input[str] refreshable_mode: (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
|
192
183
|
:param pulumi.Input[str] remote_disaster_recovery_type: Indicates the cross-region disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
193
184
|
:param pulumi.Input[str] resource_pool_leader_id: (Updatable) The unique identifier for leader autonomous database OCID [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
@@ -200,27 +191,19 @@ class AutonomousDatabaseArgs:
|
|
200
191
|
|
201
192
|
This cannot be used in conjunction with adminPassword.
|
202
193
|
:param pulumi.Input[int] secret_version_number: (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
|
203
|
-
:param pulumi.Input[str] source: The source of the database:
|
204
|
-
* Use `NONE` for creating a new Autonomous Database.
|
205
|
-
* Use `DATABASE` for creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in the `source_id` parameter.
|
206
|
-
* Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region, also provide the remote primary database OCID in the `source_id` parameter.
|
207
|
-
* Use `CLONE_TO_REFRESHABLE` for creating a refreshable clone.
|
194
|
+
:param pulumi.Input[str] source: The source of the database: Use `NONE` for creating a new Autonomous Database. Use `DATABASE` for creating a new Autonomous Database by cloning an existing Autonomous Database. Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region.
|
208
195
|
|
209
|
-
For
|
210
|
-
* Use `BACKUP_FROM_ID` for creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in the `autonomous_database_backup_id` parameter.
|
211
|
-
* Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in the `timestamp` parameter. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
196
|
+
For Autonomous Databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), the following cloning options are available: Use `BACKUP_FROM_ID` for creating a new Autonomous Database from a specified backup. Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
212
197
|
:param pulumi.Input[str] source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
|
213
198
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] standby_whitelisted_ips: (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
214
199
|
|
215
|
-
For
|
200
|
+
For shared Exadata infrastructure, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
216
201
|
|
217
202
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
218
203
|
|
219
|
-
If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses `whitelisted_ips` primary's IP access control list (ACL) as `standbywhitelistedips` for the disaster recovery peer.
|
220
|
-
|
221
204
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
|
222
205
|
:param pulumi.Input[str] state: The current state of the Autonomous Database.
|
223
|
-
:param pulumi.Input[str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
206
|
+
:param pulumi.Input[str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
224
207
|
|
225
208
|
**Subnet Restrictions:**
|
226
209
|
* For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
|
@@ -228,18 +211,20 @@ class AutonomousDatabaseArgs:
|
|
228
211
|
* For Autonomous Database, setting this will disable public secure access to the database.
|
229
212
|
|
230
213
|
These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
|
231
|
-
:param pulumi.Input[str] switchover_to: It is applicable only when `
|
232
|
-
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `
|
214
|
+
:param pulumi.Input[str] switchover_to: It is applicable only when `is_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
215
|
+
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `role` is set, and `is_dedicated` is false. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to.
|
233
216
|
:param pulumi.Input[str] timestamp: The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
|
234
217
|
:param pulumi.Input[bool] use_latest_available_backup_time_stamp: Clone from latest available backup timestamp.
|
235
|
-
:param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
218
|
+
:param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
236
219
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] whitelisted_ips: (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
237
220
|
|
238
|
-
For
|
221
|
+
For shared Exadata infrastructure, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
239
222
|
|
240
223
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
241
224
|
|
242
225
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
226
|
+
|
227
|
+
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
243
228
|
"""
|
244
229
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
245
230
|
pulumi.set(__self__, "db_name", db_name)
|
@@ -477,7 +462,7 @@ class AutonomousDatabaseArgs:
|
|
477
462
|
@pulumi.getter(name="autonomousMaintenanceScheduleType")
|
478
463
|
def autonomous_maintenance_schedule_type(self) -> Optional[pulumi.Input[str]]:
|
479
464
|
"""
|
480
|
-
The maintenance schedule type of the Autonomous Database
|
465
|
+
The maintenance schedule type of the Autonomous Database on shared Exadata infrastructure. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
|
481
466
|
"""
|
482
467
|
return pulumi.get(self, "autonomous_maintenance_schedule_type")
|
483
468
|
|
@@ -501,7 +486,7 @@ class AutonomousDatabaseArgs:
|
|
501
486
|
@pulumi.getter(name="characterSet")
|
502
487
|
def character_set(self) -> Optional[pulumi.Input[str]]:
|
503
488
|
"""
|
504
|
-
The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on
|
489
|
+
The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on shared infrastructure as as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
505
490
|
|
506
491
|
For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
507
492
|
|
@@ -517,7 +502,7 @@ class AutonomousDatabaseArgs:
|
|
517
502
|
@pulumi.getter(name="cloneType")
|
518
503
|
def clone_type(self) -> Optional[pulumi.Input[str]]:
|
519
504
|
"""
|
520
|
-
The Autonomous Database clone type.
|
505
|
+
The Autonomous Database clone type.
|
521
506
|
"""
|
522
507
|
return pulumi.get(self, "clone_type")
|
523
508
|
|
@@ -554,13 +539,8 @@ class AutonomousDatabaseArgs:
|
|
554
539
|
def cpu_core_count(self) -> Optional[pulumi.Input[int]]:
|
555
540
|
"""
|
556
541
|
(Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
542
|
+
|
557
543
|
**Note:** This parameter cannot be used with the `ocpuCount` parameter. This input is ignored for Always Free resources.
|
558
|
-
* The data type must be an *integer*.
|
559
|
-
* The minimum number of cores for all types of autonomous database is *1*
|
560
|
-
* The maximum number of cores is as follows:
|
561
|
-
* Autonomous Database Serverless instances: The maximum number of cores is *128*.
|
562
|
-
* Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
563
|
-
* Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
564
544
|
"""
|
565
545
|
return pulumi.get(self, "cpu_core_count")
|
566
546
|
|
@@ -626,7 +606,7 @@ class AutonomousDatabaseArgs:
|
|
626
606
|
@pulumi.getter(name="databaseEdition")
|
627
607
|
def database_edition(self) -> Optional[pulumi.Input[str]]:
|
628
608
|
"""
|
629
|
-
(Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
609
|
+
(Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
630
610
|
"""
|
631
611
|
return pulumi.get(self, "database_edition")
|
632
612
|
|
@@ -852,7 +832,7 @@ class AutonomousDatabaseArgs:
|
|
852
832
|
@pulumi.getter(name="isPreviewVersionWithServiceTermsAccepted")
|
853
833
|
def is_preview_version_with_service_terms_accepted(self) -> Optional[pulumi.Input[bool]]:
|
854
834
|
"""
|
855
|
-
If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [
|
835
|
+
If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
856
836
|
"""
|
857
837
|
return pulumi.get(self, "is_preview_version_with_service_terms_accepted")
|
858
838
|
|
@@ -888,7 +868,7 @@ class AutonomousDatabaseArgs:
|
|
888
868
|
@pulumi.getter(name="isShrinkOnly")
|
889
869
|
def is_shrink_only(self) -> Optional[pulumi.Input[bool]]:
|
890
870
|
"""
|
891
|
-
(Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on
|
871
|
+
(Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on shared databases i.e. where `is_dedicated` is false.
|
892
872
|
|
893
873
|
** IMPORTANT **
|
894
874
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -954,7 +934,7 @@ class AutonomousDatabaseArgs:
|
|
954
934
|
@pulumi.getter(name="maxCpuCoreCount")
|
955
935
|
def max_cpu_core_count(self) -> Optional[pulumi.Input[int]]:
|
956
936
|
"""
|
957
|
-
(Updatable)
|
937
|
+
(Updatable) The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
958
938
|
"""
|
959
939
|
return pulumi.get(self, "max_cpu_core_count")
|
960
940
|
|
@@ -997,7 +977,6 @@ class AutonomousDatabaseArgs:
|
|
997
977
|
* For Autonomous Databases on Dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Database Serverless instances.)
|
998
978
|
* To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
|
999
979
|
* For Autonomous Database Serverless instances, this parameter is not used.
|
1000
|
-
* Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
1001
980
|
|
1002
981
|
For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
1003
982
|
|
@@ -1061,10 +1040,7 @@ class AutonomousDatabaseArgs:
|
|
1061
1040
|
@pulumi.getter(name="privateEndpointLabel")
|
1062
1041
|
def private_endpoint_label(self) -> Optional[pulumi.Input[str]]:
|
1063
1042
|
"""
|
1064
|
-
(Updatable)
|
1065
|
-
* Setting the endpoint label to a non-empty string creates a private endpoint database.
|
1066
|
-
* Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
|
1067
|
-
* Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
|
1043
|
+
(Updatable) The private endpoint label for the resource.
|
1068
1044
|
"""
|
1069
1045
|
return pulumi.get(self, "private_endpoint_label")
|
1070
1046
|
|
@@ -1185,15 +1161,9 @@ class AutonomousDatabaseArgs:
|
|
1185
1161
|
@pulumi.getter
|
1186
1162
|
def source(self) -> Optional[pulumi.Input[str]]:
|
1187
1163
|
"""
|
1188
|
-
The source of the database:
|
1189
|
-
* Use `NONE` for creating a new Autonomous Database.
|
1190
|
-
* Use `DATABASE` for creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in the `source_id` parameter.
|
1191
|
-
* Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region, also provide the remote primary database OCID in the `source_id` parameter.
|
1192
|
-
* Use `CLONE_TO_REFRESHABLE` for creating a refreshable clone.
|
1164
|
+
The source of the database: Use `NONE` for creating a new Autonomous Database. Use `DATABASE` for creating a new Autonomous Database by cloning an existing Autonomous Database. Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region.
|
1193
1165
|
|
1194
|
-
For
|
1195
|
-
* Use `BACKUP_FROM_ID` for creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in the `autonomous_database_backup_id` parameter.
|
1196
|
-
* Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in the `timestamp` parameter. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
1166
|
+
For Autonomous Databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), the following cloning options are available: Use `BACKUP_FROM_ID` for creating a new Autonomous Database from a specified backup. Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
1197
1167
|
"""
|
1198
1168
|
return pulumi.get(self, "source")
|
1199
1169
|
|
@@ -1219,12 +1189,10 @@ class AutonomousDatabaseArgs:
|
|
1219
1189
|
"""
|
1220
1190
|
(Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
1221
1191
|
|
1222
|
-
For
|
1192
|
+
For shared Exadata infrastructure, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
1223
1193
|
|
1224
1194
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
1225
1195
|
|
1226
|
-
If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses `whitelisted_ips` primary's IP access control list (ACL) as `standbywhitelistedips` for the disaster recovery peer.
|
1227
|
-
|
1228
1196
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
|
1229
1197
|
"""
|
1230
1198
|
return pulumi.get(self, "standby_whitelisted_ips")
|
@@ -1249,7 +1217,7 @@ class AutonomousDatabaseArgs:
|
|
1249
1217
|
@pulumi.getter(name="subnetId")
|
1250
1218
|
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
1251
1219
|
"""
|
1252
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
1220
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
1253
1221
|
|
1254
1222
|
**Subnet Restrictions:**
|
1255
1223
|
* For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
|
@@ -1268,7 +1236,7 @@ class AutonomousDatabaseArgs:
|
|
1268
1236
|
@pulumi.getter(name="switchoverTo")
|
1269
1237
|
def switchover_to(self) -> Optional[pulumi.Input[str]]:
|
1270
1238
|
"""
|
1271
|
-
It is applicable only when `
|
1239
|
+
It is applicable only when `is_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
1272
1240
|
"""
|
1273
1241
|
return pulumi.get(self, "switchover_to")
|
1274
1242
|
|
@@ -1280,7 +1248,7 @@ class AutonomousDatabaseArgs:
|
|
1280
1248
|
@pulumi.getter(name="switchoverToRemotePeerId")
|
1281
1249
|
def switchover_to_remote_peer_id(self) -> Optional[pulumi.Input[str]]:
|
1282
1250
|
"""
|
1283
|
-
(Updatable) It is applicable only when `
|
1251
|
+
(Updatable) It is applicable only when `role` is set, and `is_dedicated` is false. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to.
|
1284
1252
|
"""
|
1285
1253
|
return pulumi.get(self, "switchover_to_remote_peer_id")
|
1286
1254
|
|
@@ -1316,7 +1284,7 @@ class AutonomousDatabaseArgs:
|
|
1316
1284
|
@pulumi.getter(name="vaultId")
|
1317
1285
|
def vault_id(self) -> Optional[pulumi.Input[str]]:
|
1318
1286
|
"""
|
1319
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
1287
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
1320
1288
|
"""
|
1321
1289
|
return pulumi.get(self, "vault_id")
|
1322
1290
|
|
@@ -1330,10 +1298,12 @@ class AutonomousDatabaseArgs:
|
|
1330
1298
|
"""
|
1331
1299
|
(Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
1332
1300
|
|
1333
|
-
For
|
1301
|
+
For shared Exadata infrastructure, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
1334
1302
|
|
1335
1303
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
1336
1304
|
|
1305
|
+
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
1306
|
+
|
1337
1307
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
1338
1308
|
"""
|
1339
1309
|
return pulumi.get(self, "whitelisted_ips")
|
@@ -1483,29 +1453,24 @@ class _AutonomousDatabaseState:
|
|
1483
1453
|
:param pulumi.Input[str] autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Used only by Autonomous Database on Dedicated Exadata Infrastructure.
|
1484
1454
|
:param pulumi.Input[str] autonomous_database_backup_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
|
1485
1455
|
:param pulumi.Input[str] autonomous_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that you will clone to create a new Autonomous Database.
|
1486
|
-
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database
|
1456
|
+
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database on shared Exadata infrastructure. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
|
1487
1457
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] available_upgrade_versions: List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
|
1488
1458
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseBackupConfigArgs']]] backup_configs: Autonomous Database configuration details for storing [manual backups](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/backup-restore.html#GUID-9035DFB8-4702-4CEB-8281-C2A303820809) in the [Object Storage](https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm) service.
|
1489
1459
|
:param pulumi.Input[int] backup_retention_period_in_days: (Updatable) Retention period, in days, for backups.
|
1490
|
-
:param pulumi.Input[str] character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on
|
1460
|
+
:param pulumi.Input[str] character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on shared infrastructure as as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
1491
1461
|
|
1492
1462
|
For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
1493
1463
|
|
1494
1464
|
AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
|
1495
|
-
:param pulumi.Input[str] clone_type: The Autonomous Database clone type.
|
1465
|
+
:param pulumi.Input[str] clone_type: The Autonomous Database clone type.
|
1496
1466
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of the Autonomous Database.
|
1497
1467
|
:param pulumi.Input[float] compute_count: (Updatable) Compute used by database tools.
|
1498
1468
|
:param pulumi.Input[str] compute_model: (Updatable) The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
1499
1469
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseConnectionStringArgs']]] connection_strings: The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
|
1500
1470
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseConnectionUrlArgs']]] connection_urls: The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html). Example: `{"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}`
|
1501
1471
|
:param pulumi.Input[int] cpu_core_count: (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
1472
|
+
|
1502
1473
|
**Note:** This parameter cannot be used with the `ocpuCount` parameter. This input is ignored for Always Free resources.
|
1503
|
-
* The data type must be an *integer*.
|
1504
|
-
* The minimum number of cores for all types of autonomous database is *1*
|
1505
|
-
* The maximum number of cores is as follows:
|
1506
|
-
* Autonomous Database Serverless instances: The maximum number of cores is *128*.
|
1507
|
-
* Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
1508
|
-
* Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
1509
1474
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseCustomerContactArgs']]] customer_contacts: (Updatable) Customer Contacts.
|
1510
1475
|
:param pulumi.Input[str] data_safe_status: (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
|
1511
1476
|
:param pulumi.Input[int] data_storage_size_in_gb: (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
@@ -1516,9 +1481,9 @@ class _AutonomousDatabaseState:
|
|
1516
1481
|
:param pulumi.Input[int] data_storage_size_in_tbs: (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB).
|
1517
1482
|
|
1518
1483
|
**Note:** This parameter cannot be used with the `dataStorageSizeInGBs` parameter. This input is ignored for Always Free resources.
|
1519
|
-
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
1484
|
+
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
1520
1485
|
:param pulumi.Input[str] database_management_status: Status of Database Management for this Autonomous Database.
|
1521
|
-
:param pulumi.Input[str] dataguard_region_type: **Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous
|
1486
|
+
:param pulumi.Input[str] dataguard_region_type: **Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Databases on shared Exadata infrastructure, Data Guard associations have designated primary (`PRIMARY_DG_REGION`) and standby (`REMOTE_STANDBY_DG_REGION`) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
|
1522
1487
|
:param pulumi.Input[str] db_name: The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
|
1523
1488
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseDbToolsDetailArgs']]] db_tools_details: (Updatable) The list of database tools details.
|
1524
1489
|
|
@@ -1532,7 +1497,7 @@ class _AutonomousDatabaseState:
|
|
1532
1497
|
|
1533
1498
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. *Note: `db_workload` can only be updated from AJD to OLTP or from a free OLTP to AJD.
|
1534
1499
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
1535
|
-
:param pulumi.Input[str] disaster_recovery_region_type: **Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For
|
1500
|
+
:param pulumi.Input[str] disaster_recovery_region_type: **Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For Shared Autonomous Databases, DR associations have designated primary (`PRIMARY`) and standby (`REMOTE`) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
1536
1501
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
|
1537
1502
|
:param pulumi.Input[int] failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
|
1538
1503
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
@@ -1551,29 +1516,29 @@ class _AutonomousDatabaseState:
|
|
1551
1516
|
:param pulumi.Input[bool] is_local_data_guard_enabled: (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
1552
1517
|
:param pulumi.Input[bool] is_mtls_connection_required: (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
1553
1518
|
:param pulumi.Input[bool] is_preview: Indicates if the Autonomous Database version is a preview version.
|
1554
|
-
:param pulumi.Input[bool] is_preview_version_with_service_terms_accepted: If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [
|
1519
|
+
:param pulumi.Input[bool] is_preview_version_with_service_terms_accepted: If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
1555
1520
|
:param pulumi.Input[bool] is_reconnect_clone_enabled: Indicates if the refreshable clone can be reconnected to its source database.
|
1556
1521
|
:param pulumi.Input[bool] is_refreshable_clone: (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
|
1557
1522
|
:param pulumi.Input[bool] is_remote_data_guard_enabled: Indicates whether the Autonomous Database has Cross Region Data Guard enabled. It takes boolean values. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
1558
1523
|
:param pulumi.Input[bool] is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
1559
|
-
:param pulumi.Input[bool] is_shrink_only: (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on
|
1524
|
+
:param pulumi.Input[bool] is_shrink_only: (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on shared databases i.e. where `is_dedicated` is false.
|
1560
1525
|
|
1561
1526
|
** IMPORTANT **
|
1562
1527
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1563
1528
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseKeyHistoryEntryArgs']]] key_history_entries: Key History Entry.
|
1564
|
-
:param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store
|
1529
|
+
:param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
1565
1530
|
:param pulumi.Input[str] key_store_wallet_name: The wallet name for Oracle Key Vault.
|
1566
1531
|
:param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
1567
1532
|
:param pulumi.Input[str] kms_key_lifecycle_details: KMS key lifecycle details.
|
1568
|
-
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
1533
|
+
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
1569
1534
|
:param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm), this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using [shared Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adboverview.htm#AEI), if a value is not specified, the system will supply the value of `BRING_YOUR_OWN_LICENSE`. It is a required field when `db_workload` is AJD and needs to be set to `LICENSE_INCLUDED` as AJD does not support default `license_model` value `BRING_YOUR_OWN_LICENSE`.
|
1570
1535
|
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
1571
1536
|
:param pulumi.Input[int] local_adg_auto_failover_max_data_loss_limit: Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
|
1572
|
-
:param pulumi.Input[str] local_disaster_recovery_type: Indicates the local disaster recovery (DR) type of the
|
1537
|
+
:param pulumi.Input[str] local_disaster_recovery_type: Indicates the local disaster recovery (DR) type of the Shared Autonomous Database. Autonomous Data Guard (`ADG`) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based (`BACKUP_BASED`) DR type provides lower cost DR with a slower RTO during failover or switchover.
|
1573
1538
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseLocalStandbyDbArgs']]] local_standby_dbs: Autonomous Data Guard local (same region) standby database details.
|
1574
1539
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseLongTermBackupScheduleArgs']]] long_term_backup_schedules: Details for the long-term backup schedule.
|
1575
|
-
:param pulumi.Input[int] max_cpu_core_count: (Updatable)
|
1576
|
-
:param pulumi.Input[int] memory_per_oracle_compute_unit_in_gbs: The amount of memory (in GBs) enabled per OCPU
|
1540
|
+
:param pulumi.Input[int] max_cpu_core_count: (Updatable) The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
1541
|
+
:param pulumi.Input[int] memory_per_oracle_compute_unit_in_gbs: The amount of memory (in GBs) enabled per each OCPU core in Autonomous VM Cluster.
|
1577
1542
|
:param pulumi.Input[str] ncharacter_set: The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
1578
1543
|
:param pulumi.Input[str] net_services_architecture: Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
1579
1544
|
:param pulumi.Input[str] next_long_term_backup_time_stamp: The date and time when the next long-term backup would be created.
|
@@ -1585,21 +1550,17 @@ class _AutonomousDatabaseState:
|
|
1585
1550
|
* For Autonomous Databases on Dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Database Serverless instances.)
|
1586
1551
|
* To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
|
1587
1552
|
* For Autonomous Database Serverless instances, this parameter is not used.
|
1588
|
-
* Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
1589
1553
|
|
1590
1554
|
For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
1591
1555
|
|
1592
1556
|
**Note:** This parameter cannot be used with the `cpuCoreCount` parameter.
|
1593
1557
|
:param pulumi.Input[str] open_mode: Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode.
|
1594
1558
|
:param pulumi.Input[str] operations_insights_status: (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are `ENABLED` and `NOT_ENABLED`
|
1595
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] peer_db_ids: The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for
|
1559
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] peer_db_ids: The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for shared Exadata infrastructure, standby databases located in the same region as the source primary database do not have OCIDs.
|
1596
1560
|
:param pulumi.Input[str] permission_level: The Autonomous Database permission level. Restricted mode allows access only by admin users.
|
1597
|
-
:param pulumi.Input[str] private_endpoint: The private endpoint for the resource.
|
1561
|
+
:param pulumi.Input[str] private_endpoint: The private endpoint for the resource.
|
1598
1562
|
:param pulumi.Input[str] private_endpoint_ip: The private endpoint Ip address for the resource.
|
1599
|
-
:param pulumi.Input[str] private_endpoint_label: (Updatable)
|
1600
|
-
* Setting the endpoint label to a non-empty string creates a private endpoint database.
|
1601
|
-
* Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
|
1602
|
-
* Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
|
1563
|
+
:param pulumi.Input[str] private_endpoint_label: (Updatable) The private endpoint label for the resource.
|
1603
1564
|
:param pulumi.Input[Sequence[pulumi.Input[float]]] provisionable_cpuses: An array of CPU values that an Autonomous Database can be scaled to.
|
1604
1565
|
:param pulumi.Input[str] refreshable_mode: (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
|
1605
1566
|
:param pulumi.Input[str] refreshable_status: The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
|
@@ -1617,28 +1578,20 @@ class _AutonomousDatabaseState:
|
|
1617
1578
|
This cannot be used in conjunction with adminPassword.
|
1618
1579
|
:param pulumi.Input[int] secret_version_number: (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
|
1619
1580
|
:param pulumi.Input[str] service_console_url: The URL of the Service Console for the Autonomous Database.
|
1620
|
-
:param pulumi.Input[str] source: The source of the database:
|
1621
|
-
* Use `NONE` for creating a new Autonomous Database.
|
1622
|
-
* Use `DATABASE` for creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in the `source_id` parameter.
|
1623
|
-
* Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region, also provide the remote primary database OCID in the `source_id` parameter.
|
1624
|
-
* Use `CLONE_TO_REFRESHABLE` for creating a refreshable clone.
|
1581
|
+
:param pulumi.Input[str] source: The source of the database: Use `NONE` for creating a new Autonomous Database. Use `DATABASE` for creating a new Autonomous Database by cloning an existing Autonomous Database. Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region.
|
1625
1582
|
|
1626
|
-
For
|
1627
|
-
* Use `BACKUP_FROM_ID` for creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in the `autonomous_database_backup_id` parameter.
|
1628
|
-
* Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in the `timestamp` parameter. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
1583
|
+
For Autonomous Databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), the following cloning options are available: Use `BACKUP_FROM_ID` for creating a new Autonomous Database from a specified backup. Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
1629
1584
|
:param pulumi.Input[str] source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
|
1630
1585
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseStandbyDbArgs']]] standby_dbs: **Deprecated** Autonomous Data Guard standby database details.
|
1631
1586
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] standby_whitelisted_ips: (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
1632
1587
|
|
1633
|
-
For
|
1588
|
+
For shared Exadata infrastructure, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
1634
1589
|
|
1635
1590
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
1636
1591
|
|
1637
|
-
If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses `whitelisted_ips` primary's IP access control list (ACL) as `standbywhitelistedips` for the disaster recovery peer.
|
1638
|
-
|
1639
1592
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
|
1640
1593
|
:param pulumi.Input[str] state: The current state of the Autonomous Database.
|
1641
|
-
:param pulumi.Input[str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
1594
|
+
:param pulumi.Input[str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
1642
1595
|
|
1643
1596
|
**Subnet Restrictions:**
|
1644
1597
|
* For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
|
@@ -1647,8 +1600,8 @@ class _AutonomousDatabaseState:
|
|
1647
1600
|
|
1648
1601
|
These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
|
1649
1602
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] supported_regions_to_clone_tos: The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
|
1650
|
-
:param pulumi.Input[str] switchover_to: It is applicable only when `
|
1651
|
-
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `
|
1603
|
+
:param pulumi.Input[str] switchover_to: It is applicable only when `is_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
1604
|
+
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `role` is set, and `is_dedicated` is false. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to.
|
1652
1605
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
1653
1606
|
:param pulumi.Input[str] time_created: The date and time the Autonomous Database was created.
|
1654
1607
|
:param pulumi.Input[str] time_data_guard_role_changed: The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
|
@@ -1669,14 +1622,16 @@ class _AutonomousDatabaseState:
|
|
1669
1622
|
:param pulumi.Input[bool] use_latest_available_backup_time_stamp: Clone from latest available backup timestamp.
|
1670
1623
|
:param pulumi.Input[int] used_data_storage_size_in_gbs: The storage space consumed by Autonomous Database in GBs.
|
1671
1624
|
:param pulumi.Input[int] used_data_storage_size_in_tbs: The amount of storage that has been used, in terabytes.
|
1672
|
-
:param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
1625
|
+
:param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
1673
1626
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] whitelisted_ips: (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
1674
1627
|
|
1675
|
-
For
|
1628
|
+
For shared Exadata infrastructure, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
1676
1629
|
|
1677
1630
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
1678
1631
|
|
1679
1632
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
1633
|
+
|
1634
|
+
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
1680
1635
|
"""
|
1681
1636
|
if actual_used_data_storage_size_in_tbs is not None:
|
1682
1637
|
pulumi.set(__self__, "actual_used_data_storage_size_in_tbs", actual_used_data_storage_size_in_tbs)
|
@@ -2036,7 +1991,7 @@ class _AutonomousDatabaseState:
|
|
2036
1991
|
@pulumi.getter(name="autonomousMaintenanceScheduleType")
|
2037
1992
|
def autonomous_maintenance_schedule_type(self) -> Optional[pulumi.Input[str]]:
|
2038
1993
|
"""
|
2039
|
-
The maintenance schedule type of the Autonomous Database
|
1994
|
+
The maintenance schedule type of the Autonomous Database on shared Exadata infrastructure. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
|
2040
1995
|
"""
|
2041
1996
|
return pulumi.get(self, "autonomous_maintenance_schedule_type")
|
2042
1997
|
|
@@ -2084,7 +2039,7 @@ class _AutonomousDatabaseState:
|
|
2084
2039
|
@pulumi.getter(name="characterSet")
|
2085
2040
|
def character_set(self) -> Optional[pulumi.Input[str]]:
|
2086
2041
|
"""
|
2087
|
-
The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on
|
2042
|
+
The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on shared infrastructure as as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
2088
2043
|
|
2089
2044
|
For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
2090
2045
|
|
@@ -2100,7 +2055,7 @@ class _AutonomousDatabaseState:
|
|
2100
2055
|
@pulumi.getter(name="cloneType")
|
2101
2056
|
def clone_type(self) -> Optional[pulumi.Input[str]]:
|
2102
2057
|
"""
|
2103
|
-
The Autonomous Database clone type.
|
2058
|
+
The Autonomous Database clone type.
|
2104
2059
|
"""
|
2105
2060
|
return pulumi.get(self, "clone_type")
|
2106
2061
|
|
@@ -2173,13 +2128,8 @@ class _AutonomousDatabaseState:
|
|
2173
2128
|
def cpu_core_count(self) -> Optional[pulumi.Input[int]]:
|
2174
2129
|
"""
|
2175
2130
|
(Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
2131
|
+
|
2176
2132
|
**Note:** This parameter cannot be used with the `ocpuCount` parameter. This input is ignored for Always Free resources.
|
2177
|
-
* The data type must be an *integer*.
|
2178
|
-
* The minimum number of cores for all types of autonomous database is *1*
|
2179
|
-
* The maximum number of cores is as follows:
|
2180
|
-
* Autonomous Database Serverless instances: The maximum number of cores is *128*.
|
2181
|
-
* Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
2182
|
-
* Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
2183
2133
|
"""
|
2184
2134
|
return pulumi.get(self, "cpu_core_count")
|
2185
2135
|
|
@@ -2245,7 +2195,7 @@ class _AutonomousDatabaseState:
|
|
2245
2195
|
@pulumi.getter(name="databaseEdition")
|
2246
2196
|
def database_edition(self) -> Optional[pulumi.Input[str]]:
|
2247
2197
|
"""
|
2248
|
-
(Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
2198
|
+
(Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
2249
2199
|
"""
|
2250
2200
|
return pulumi.get(self, "database_edition")
|
2251
2201
|
|
@@ -2269,7 +2219,7 @@ class _AutonomousDatabaseState:
|
|
2269
2219
|
@pulumi.getter(name="dataguardRegionType")
|
2270
2220
|
def dataguard_region_type(self) -> Optional[pulumi.Input[str]]:
|
2271
2221
|
"""
|
2272
|
-
**Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous
|
2222
|
+
**Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Databases on shared Exadata infrastructure, Data Guard associations have designated primary (`PRIMARY_DG_REGION`) and standby (`REMOTE_STANDBY_DG_REGION`) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
|
2273
2223
|
"""
|
2274
2224
|
return pulumi.get(self, "dataguard_region_type")
|
2275
2225
|
|
@@ -2349,7 +2299,7 @@ class _AutonomousDatabaseState:
|
|
2349
2299
|
@pulumi.getter(name="disasterRecoveryRegionType")
|
2350
2300
|
def disaster_recovery_region_type(self) -> Optional[pulumi.Input[str]]:
|
2351
2301
|
"""
|
2352
|
-
**Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For
|
2302
|
+
**Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For Shared Autonomous Databases, DR associations have designated primary (`PRIMARY`) and standby (`REMOTE`) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
2353
2303
|
"""
|
2354
2304
|
return pulumi.get(self, "disaster_recovery_region_type")
|
2355
2305
|
|
@@ -2555,7 +2505,7 @@ class _AutonomousDatabaseState:
|
|
2555
2505
|
@pulumi.getter(name="isPreviewVersionWithServiceTermsAccepted")
|
2556
2506
|
def is_preview_version_with_service_terms_accepted(self) -> Optional[pulumi.Input[bool]]:
|
2557
2507
|
"""
|
2558
|
-
If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [
|
2508
|
+
If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
2559
2509
|
"""
|
2560
2510
|
return pulumi.get(self, "is_preview_version_with_service_terms_accepted")
|
2561
2511
|
|
@@ -2615,7 +2565,7 @@ class _AutonomousDatabaseState:
|
|
2615
2565
|
@pulumi.getter(name="isShrinkOnly")
|
2616
2566
|
def is_shrink_only(self) -> Optional[pulumi.Input[bool]]:
|
2617
2567
|
"""
|
2618
|
-
(Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on
|
2568
|
+
(Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on shared databases i.e. where `is_dedicated` is false.
|
2619
2569
|
|
2620
2570
|
** IMPORTANT **
|
2621
2571
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -2645,7 +2595,7 @@ class _AutonomousDatabaseState:
|
|
2645
2595
|
@pulumi.getter(name="keyStoreId")
|
2646
2596
|
def key_store_id(self) -> Optional[pulumi.Input[str]]:
|
2647
2597
|
"""
|
2648
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store
|
2598
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
2649
2599
|
"""
|
2650
2600
|
return pulumi.get(self, "key_store_id")
|
2651
2601
|
|
@@ -2693,7 +2643,7 @@ class _AutonomousDatabaseState:
|
|
2693
2643
|
@pulumi.getter(name="kmsKeyVersionId")
|
2694
2644
|
def kms_key_version_id(self) -> Optional[pulumi.Input[str]]:
|
2695
2645
|
"""
|
2696
|
-
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
2646
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
2697
2647
|
"""
|
2698
2648
|
return pulumi.get(self, "kms_key_version_id")
|
2699
2649
|
|
@@ -2741,7 +2691,7 @@ class _AutonomousDatabaseState:
|
|
2741
2691
|
@pulumi.getter(name="localDisasterRecoveryType")
|
2742
2692
|
def local_disaster_recovery_type(self) -> Optional[pulumi.Input[str]]:
|
2743
2693
|
"""
|
2744
|
-
Indicates the local disaster recovery (DR) type of the
|
2694
|
+
Indicates the local disaster recovery (DR) type of the Shared Autonomous Database. Autonomous Data Guard (`ADG`) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based (`BACKUP_BASED`) DR type provides lower cost DR with a slower RTO during failover or switchover.
|
2745
2695
|
"""
|
2746
2696
|
return pulumi.get(self, "local_disaster_recovery_type")
|
2747
2697
|
|
@@ -2777,7 +2727,7 @@ class _AutonomousDatabaseState:
|
|
2777
2727
|
@pulumi.getter(name="maxCpuCoreCount")
|
2778
2728
|
def max_cpu_core_count(self) -> Optional[pulumi.Input[int]]:
|
2779
2729
|
"""
|
2780
|
-
(Updatable)
|
2730
|
+
(Updatable) The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
2781
2731
|
"""
|
2782
2732
|
return pulumi.get(self, "max_cpu_core_count")
|
2783
2733
|
|
@@ -2789,7 +2739,7 @@ class _AutonomousDatabaseState:
|
|
2789
2739
|
@pulumi.getter(name="memoryPerOracleComputeUnitInGbs")
|
2790
2740
|
def memory_per_oracle_compute_unit_in_gbs(self) -> Optional[pulumi.Input[int]]:
|
2791
2741
|
"""
|
2792
|
-
The amount of memory (in GBs) enabled per OCPU
|
2742
|
+
The amount of memory (in GBs) enabled per each OCPU core in Autonomous VM Cluster.
|
2793
2743
|
"""
|
2794
2744
|
return pulumi.get(self, "memory_per_oracle_compute_unit_in_gbs")
|
2795
2745
|
|
@@ -2856,7 +2806,6 @@ class _AutonomousDatabaseState:
|
|
2856
2806
|
* For Autonomous Databases on Dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Database Serverless instances.)
|
2857
2807
|
* To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
|
2858
2808
|
* For Autonomous Database Serverless instances, this parameter is not used.
|
2859
|
-
* Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
2860
2809
|
|
2861
2810
|
For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
2862
2811
|
|
@@ -2896,7 +2845,7 @@ class _AutonomousDatabaseState:
|
|
2896
2845
|
@pulumi.getter(name="peerDbIds")
|
2897
2846
|
def peer_db_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
2898
2847
|
"""
|
2899
|
-
The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for
|
2848
|
+
The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for shared Exadata infrastructure, standby databases located in the same region as the source primary database do not have OCIDs.
|
2900
2849
|
"""
|
2901
2850
|
return pulumi.get(self, "peer_db_ids")
|
2902
2851
|
|
@@ -2920,7 +2869,7 @@ class _AutonomousDatabaseState:
|
|
2920
2869
|
@pulumi.getter(name="privateEndpoint")
|
2921
2870
|
def private_endpoint(self) -> Optional[pulumi.Input[str]]:
|
2922
2871
|
"""
|
2923
|
-
The private endpoint for the resource.
|
2872
|
+
The private endpoint for the resource.
|
2924
2873
|
"""
|
2925
2874
|
return pulumi.get(self, "private_endpoint")
|
2926
2875
|
|
@@ -2944,10 +2893,7 @@ class _AutonomousDatabaseState:
|
|
2944
2893
|
@pulumi.getter(name="privateEndpointLabel")
|
2945
2894
|
def private_endpoint_label(self) -> Optional[pulumi.Input[str]]:
|
2946
2895
|
"""
|
2947
|
-
(Updatable)
|
2948
|
-
* Setting the endpoint label to a non-empty string creates a private endpoint database.
|
2949
|
-
* Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
|
2950
|
-
* Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
|
2896
|
+
(Updatable) The private endpoint label for the resource.
|
2951
2897
|
"""
|
2952
2898
|
return pulumi.get(self, "private_endpoint_label")
|
2953
2899
|
|
@@ -3128,15 +3074,9 @@ class _AutonomousDatabaseState:
|
|
3128
3074
|
@pulumi.getter
|
3129
3075
|
def source(self) -> Optional[pulumi.Input[str]]:
|
3130
3076
|
"""
|
3131
|
-
The source of the database:
|
3132
|
-
* Use `NONE` for creating a new Autonomous Database.
|
3133
|
-
* Use `DATABASE` for creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in the `source_id` parameter.
|
3134
|
-
* Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region, also provide the remote primary database OCID in the `source_id` parameter.
|
3135
|
-
* Use `CLONE_TO_REFRESHABLE` for creating a refreshable clone.
|
3077
|
+
The source of the database: Use `NONE` for creating a new Autonomous Database. Use `DATABASE` for creating a new Autonomous Database by cloning an existing Autonomous Database. Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region.
|
3136
3078
|
|
3137
|
-
For
|
3138
|
-
* Use `BACKUP_FROM_ID` for creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in the `autonomous_database_backup_id` parameter.
|
3139
|
-
* Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in the `timestamp` parameter. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
3079
|
+
For Autonomous Databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), the following cloning options are available: Use `BACKUP_FROM_ID` for creating a new Autonomous Database from a specified backup. Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
3140
3080
|
"""
|
3141
3081
|
return pulumi.get(self, "source")
|
3142
3082
|
|
@@ -3174,12 +3114,10 @@ class _AutonomousDatabaseState:
|
|
3174
3114
|
"""
|
3175
3115
|
(Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
3176
3116
|
|
3177
|
-
For
|
3117
|
+
For shared Exadata infrastructure, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
3178
3118
|
|
3179
3119
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
3180
3120
|
|
3181
|
-
If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses `whitelisted_ips` primary's IP access control list (ACL) as `standbywhitelistedips` for the disaster recovery peer.
|
3182
|
-
|
3183
3121
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
|
3184
3122
|
"""
|
3185
3123
|
return pulumi.get(self, "standby_whitelisted_ips")
|
@@ -3204,7 +3142,7 @@ class _AutonomousDatabaseState:
|
|
3204
3142
|
@pulumi.getter(name="subnetId")
|
3205
3143
|
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
3206
3144
|
"""
|
3207
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
3145
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
3208
3146
|
|
3209
3147
|
**Subnet Restrictions:**
|
3210
3148
|
* For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
|
@@ -3235,7 +3173,7 @@ class _AutonomousDatabaseState:
|
|
3235
3173
|
@pulumi.getter(name="switchoverTo")
|
3236
3174
|
def switchover_to(self) -> Optional[pulumi.Input[str]]:
|
3237
3175
|
"""
|
3238
|
-
It is applicable only when `
|
3176
|
+
It is applicable only when `is_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
3239
3177
|
"""
|
3240
3178
|
return pulumi.get(self, "switchover_to")
|
3241
3179
|
|
@@ -3247,7 +3185,7 @@ class _AutonomousDatabaseState:
|
|
3247
3185
|
@pulumi.getter(name="switchoverToRemotePeerId")
|
3248
3186
|
def switchover_to_remote_peer_id(self) -> Optional[pulumi.Input[str]]:
|
3249
3187
|
"""
|
3250
|
-
(Updatable) It is applicable only when `
|
3188
|
+
(Updatable) It is applicable only when `role` is set, and `is_dedicated` is false. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to.
|
3251
3189
|
"""
|
3252
3190
|
return pulumi.get(self, "switchover_to_remote_peer_id")
|
3253
3191
|
|
@@ -3508,7 +3446,7 @@ class _AutonomousDatabaseState:
|
|
3508
3446
|
@pulumi.getter(name="vaultId")
|
3509
3447
|
def vault_id(self) -> Optional[pulumi.Input[str]]:
|
3510
3448
|
"""
|
3511
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
3449
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
3512
3450
|
"""
|
3513
3451
|
return pulumi.get(self, "vault_id")
|
3514
3452
|
|
@@ -3522,10 +3460,12 @@ class _AutonomousDatabaseState:
|
|
3522
3460
|
"""
|
3523
3461
|
(Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
3524
3462
|
|
3525
|
-
For
|
3463
|
+
For shared Exadata infrastructure, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
3526
3464
|
|
3527
3465
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
3528
3466
|
|
3467
|
+
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
3468
|
+
|
3529
3469
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
3530
3470
|
"""
|
3531
3471
|
return pulumi.get(self, "whitelisted_ips")
|
@@ -3636,25 +3576,20 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3636
3576
|
:param pulumi.Input[str] autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Used only by Autonomous Database on Dedicated Exadata Infrastructure.
|
3637
3577
|
:param pulumi.Input[str] autonomous_database_backup_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
|
3638
3578
|
:param pulumi.Input[str] autonomous_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that you will clone to create a new Autonomous Database.
|
3639
|
-
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database
|
3579
|
+
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database on shared Exadata infrastructure. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
|
3640
3580
|
:param pulumi.Input[int] backup_retention_period_in_days: (Updatable) Retention period, in days, for backups.
|
3641
|
-
:param pulumi.Input[str] character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on
|
3581
|
+
:param pulumi.Input[str] character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on shared infrastructure as as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
3642
3582
|
|
3643
3583
|
For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
3644
3584
|
|
3645
3585
|
AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
|
3646
|
-
:param pulumi.Input[str] clone_type: The Autonomous Database clone type.
|
3586
|
+
:param pulumi.Input[str] clone_type: The Autonomous Database clone type.
|
3647
3587
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of the Autonomous Database.
|
3648
3588
|
:param pulumi.Input[float] compute_count: (Updatable) Compute used by database tools.
|
3649
3589
|
:param pulumi.Input[str] compute_model: (Updatable) The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
3650
3590
|
:param pulumi.Input[int] cpu_core_count: (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
3591
|
+
|
3651
3592
|
**Note:** This parameter cannot be used with the `ocpuCount` parameter. This input is ignored for Always Free resources.
|
3652
|
-
* The data type must be an *integer*.
|
3653
|
-
* The minimum number of cores for all types of autonomous database is *1*
|
3654
|
-
* The maximum number of cores is as follows:
|
3655
|
-
* Autonomous Database Serverless instances: The maximum number of cores is *128*.
|
3656
|
-
* Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
3657
|
-
* Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
3658
3593
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseCustomerContactArgs']]]] customer_contacts: (Updatable) Customer Contacts.
|
3659
3594
|
:param pulumi.Input[str] data_safe_status: (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
|
3660
3595
|
:param pulumi.Input[int] data_storage_size_in_gb: (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
@@ -3665,7 +3600,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3665
3600
|
:param pulumi.Input[int] data_storage_size_in_tbs: (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB).
|
3666
3601
|
|
3667
3602
|
**Note:** This parameter cannot be used with the `dataStorageSizeInGBs` parameter. This input is ignored for Always Free resources.
|
3668
|
-
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
3603
|
+
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
3669
3604
|
:param pulumi.Input[str] database_management_status: Status of Database Management for this Autonomous Database.
|
3670
3605
|
:param pulumi.Input[str] db_name: The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
|
3671
3606
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseDbToolsDetailArgs']]]] db_tools_details: (Updatable) The list of database tools details.
|
@@ -3694,10 +3629,10 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3694
3629
|
:param pulumi.Input[bool] is_free_tier: (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When `db_workload` is `AJD` or `APEX` it cannot be `true`.
|
3695
3630
|
:param pulumi.Input[bool] is_local_data_guard_enabled: (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
3696
3631
|
:param pulumi.Input[bool] is_mtls_connection_required: (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
3697
|
-
:param pulumi.Input[bool] is_preview_version_with_service_terms_accepted: If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [
|
3632
|
+
:param pulumi.Input[bool] is_preview_version_with_service_terms_accepted: If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
3698
3633
|
:param pulumi.Input[bool] is_refreshable_clone: (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
|
3699
3634
|
:param pulumi.Input[bool] is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
3700
|
-
:param pulumi.Input[bool] is_shrink_only: (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on
|
3635
|
+
:param pulumi.Input[bool] is_shrink_only: (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on shared databases i.e. where `is_dedicated` is false.
|
3701
3636
|
|
3702
3637
|
** IMPORTANT **
|
3703
3638
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -3705,7 +3640,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3705
3640
|
:param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm), this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using [shared Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adboverview.htm#AEI), if a value is not specified, the system will supply the value of `BRING_YOUR_OWN_LICENSE`. It is a required field when `db_workload` is AJD and needs to be set to `LICENSE_INCLUDED` as AJD does not support default `license_model` value `BRING_YOUR_OWN_LICENSE`.
|
3706
3641
|
:param pulumi.Input[int] local_adg_auto_failover_max_data_loss_limit: Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
|
3707
3642
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseLongTermBackupScheduleArgs']]]] long_term_backup_schedules: Details for the long-term backup schedule.
|
3708
|
-
:param pulumi.Input[int] max_cpu_core_count: (Updatable)
|
3643
|
+
:param pulumi.Input[int] max_cpu_core_count: (Updatable) The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
3709
3644
|
:param pulumi.Input[str] ncharacter_set: The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
3710
3645
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). **NsgIds restrictions:**
|
3711
3646
|
* A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
|
@@ -3715,7 +3650,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3715
3650
|
* For Autonomous Databases on Dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Database Serverless instances.)
|
3716
3651
|
* To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
|
3717
3652
|
* For Autonomous Database Serverless instances, this parameter is not used.
|
3718
|
-
* Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
3719
3653
|
|
3720
3654
|
For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
3721
3655
|
|
@@ -3724,10 +3658,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3724
3658
|
:param pulumi.Input[str] operations_insights_status: (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are `ENABLED` and `NOT_ENABLED`
|
3725
3659
|
:param pulumi.Input[str] permission_level: The Autonomous Database permission level. Restricted mode allows access only by admin users.
|
3726
3660
|
:param pulumi.Input[str] private_endpoint_ip: The private endpoint Ip address for the resource.
|
3727
|
-
:param pulumi.Input[str] private_endpoint_label: (Updatable)
|
3728
|
-
* Setting the endpoint label to a non-empty string creates a private endpoint database.
|
3729
|
-
* Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
|
3730
|
-
* Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
|
3661
|
+
:param pulumi.Input[str] private_endpoint_label: (Updatable) The private endpoint label for the resource.
|
3731
3662
|
:param pulumi.Input[str] refreshable_mode: (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
|
3732
3663
|
:param pulumi.Input[str] remote_disaster_recovery_type: Indicates the cross-region disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
|
3733
3664
|
:param pulumi.Input[str] resource_pool_leader_id: (Updatable) The unique identifier for leader autonomous database OCID [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
@@ -3740,27 +3671,19 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3740
3671
|
|
3741
3672
|
This cannot be used in conjunction with adminPassword.
|
3742
3673
|
:param pulumi.Input[int] secret_version_number: (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
|
3743
|
-
:param pulumi.Input[str] source: The source of the database:
|
3744
|
-
* Use `NONE` for creating a new Autonomous Database.
|
3745
|
-
* Use `DATABASE` for creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in the `source_id` parameter.
|
3746
|
-
* Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region, also provide the remote primary database OCID in the `source_id` parameter.
|
3747
|
-
* Use `CLONE_TO_REFRESHABLE` for creating a refreshable clone.
|
3674
|
+
:param pulumi.Input[str] source: The source of the database: Use `NONE` for creating a new Autonomous Database. Use `DATABASE` for creating a new Autonomous Database by cloning an existing Autonomous Database. Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region.
|
3748
3675
|
|
3749
|
-
For
|
3750
|
-
* Use `BACKUP_FROM_ID` for creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in the `autonomous_database_backup_id` parameter.
|
3751
|
-
* Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in the `timestamp` parameter. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
3676
|
+
For Autonomous Databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), the following cloning options are available: Use `BACKUP_FROM_ID` for creating a new Autonomous Database from a specified backup. Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
3752
3677
|
:param pulumi.Input[str] source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
|
3753
3678
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] standby_whitelisted_ips: (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
3754
3679
|
|
3755
|
-
For
|
3680
|
+
For shared Exadata infrastructure, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
3756
3681
|
|
3757
3682
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
3758
3683
|
|
3759
|
-
If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses `whitelisted_ips` primary's IP access control list (ACL) as `standbywhitelistedips` for the disaster recovery peer.
|
3760
|
-
|
3761
3684
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
|
3762
3685
|
:param pulumi.Input[str] state: The current state of the Autonomous Database.
|
3763
|
-
:param pulumi.Input[str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
3686
|
+
:param pulumi.Input[str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
3764
3687
|
|
3765
3688
|
**Subnet Restrictions:**
|
3766
3689
|
* For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
|
@@ -3768,18 +3691,20 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3768
3691
|
* For Autonomous Database, setting this will disable public secure access to the database.
|
3769
3692
|
|
3770
3693
|
These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
|
3771
|
-
:param pulumi.Input[str] switchover_to: It is applicable only when `
|
3772
|
-
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `
|
3694
|
+
:param pulumi.Input[str] switchover_to: It is applicable only when `is_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
3695
|
+
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `role` is set, and `is_dedicated` is false. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to.
|
3773
3696
|
:param pulumi.Input[str] timestamp: The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
|
3774
3697
|
:param pulumi.Input[bool] use_latest_available_backup_time_stamp: Clone from latest available backup timestamp.
|
3775
|
-
:param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
3698
|
+
:param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
3776
3699
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] whitelisted_ips: (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
3777
3700
|
|
3778
|
-
For
|
3701
|
+
For shared Exadata infrastructure, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
3779
3702
|
|
3780
3703
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
3781
3704
|
|
3782
3705
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
3706
|
+
|
3707
|
+
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
3783
3708
|
"""
|
3784
3709
|
...
|
3785
3710
|
@overload
|
@@ -4184,29 +4109,24 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4184
4109
|
:param pulumi.Input[str] autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Used only by Autonomous Database on Dedicated Exadata Infrastructure.
|
4185
4110
|
:param pulumi.Input[str] autonomous_database_backup_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
|
4186
4111
|
:param pulumi.Input[str] autonomous_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that you will clone to create a new Autonomous Database.
|
4187
|
-
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database
|
4112
|
+
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database on shared Exadata infrastructure. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
|
4188
4113
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] available_upgrade_versions: List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
|
4189
4114
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseBackupConfigArgs']]]] backup_configs: Autonomous Database configuration details for storing [manual backups](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/backup-restore.html#GUID-9035DFB8-4702-4CEB-8281-C2A303820809) in the [Object Storage](https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm) service.
|
4190
4115
|
:param pulumi.Input[int] backup_retention_period_in_days: (Updatable) Retention period, in days, for backups.
|
4191
|
-
:param pulumi.Input[str] character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on
|
4116
|
+
:param pulumi.Input[str] character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on shared infrastructure as as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
4192
4117
|
|
4193
4118
|
For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
4194
4119
|
|
4195
4120
|
AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
|
4196
|
-
:param pulumi.Input[str] clone_type: The Autonomous Database clone type.
|
4121
|
+
:param pulumi.Input[str] clone_type: The Autonomous Database clone type.
|
4197
4122
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of the Autonomous Database.
|
4198
4123
|
:param pulumi.Input[float] compute_count: (Updatable) Compute used by database tools.
|
4199
4124
|
:param pulumi.Input[str] compute_model: (Updatable) The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
4200
4125
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseConnectionStringArgs']]]] connection_strings: The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
|
4201
4126
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseConnectionUrlArgs']]]] connection_urls: The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on [dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html). Example: `{"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}`
|
4202
4127
|
:param pulumi.Input[int] cpu_core_count: (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
4128
|
+
|
4203
4129
|
**Note:** This parameter cannot be used with the `ocpuCount` parameter. This input is ignored for Always Free resources.
|
4204
|
-
* The data type must be an *integer*.
|
4205
|
-
* The minimum number of cores for all types of autonomous database is *1*
|
4206
|
-
* The maximum number of cores is as follows:
|
4207
|
-
* Autonomous Database Serverless instances: The maximum number of cores is *128*.
|
4208
|
-
* Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
4209
|
-
* Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
4210
4130
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseCustomerContactArgs']]]] customer_contacts: (Updatable) Customer Contacts.
|
4211
4131
|
:param pulumi.Input[str] data_safe_status: (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
|
4212
4132
|
:param pulumi.Input[int] data_storage_size_in_gb: (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
@@ -4217,9 +4137,9 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4217
4137
|
:param pulumi.Input[int] data_storage_size_in_tbs: (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB).
|
4218
4138
|
|
4219
4139
|
**Note:** This parameter cannot be used with the `dataStorageSizeInGBs` parameter. This input is ignored for Always Free resources.
|
4220
|
-
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
4140
|
+
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
4221
4141
|
:param pulumi.Input[str] database_management_status: Status of Database Management for this Autonomous Database.
|
4222
|
-
:param pulumi.Input[str] dataguard_region_type: **Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous
|
4142
|
+
:param pulumi.Input[str] dataguard_region_type: **Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Databases on shared Exadata infrastructure, Data Guard associations have designated primary (`PRIMARY_DG_REGION`) and standby (`REMOTE_STANDBY_DG_REGION`) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
|
4223
4143
|
:param pulumi.Input[str] db_name: The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
|
4224
4144
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseDbToolsDetailArgs']]]] db_tools_details: (Updatable) The list of database tools details.
|
4225
4145
|
|
@@ -4233,7 +4153,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4233
4153
|
|
4234
4154
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. *Note: `db_workload` can only be updated from AJD to OLTP or from a free OLTP to AJD.
|
4235
4155
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
4236
|
-
:param pulumi.Input[str] disaster_recovery_region_type: **Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For
|
4156
|
+
:param pulumi.Input[str] disaster_recovery_region_type: **Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For Shared Autonomous Databases, DR associations have designated primary (`PRIMARY`) and standby (`REMOTE`) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
4237
4157
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
|
4238
4158
|
:param pulumi.Input[int] failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
|
4239
4159
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
@@ -4252,29 +4172,29 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4252
4172
|
:param pulumi.Input[bool] is_local_data_guard_enabled: (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
4253
4173
|
:param pulumi.Input[bool] is_mtls_connection_required: (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
4254
4174
|
:param pulumi.Input[bool] is_preview: Indicates if the Autonomous Database version is a preview version.
|
4255
|
-
:param pulumi.Input[bool] is_preview_version_with_service_terms_accepted: If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [
|
4175
|
+
:param pulumi.Input[bool] is_preview_version_with_service_terms_accepted: If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
4256
4176
|
:param pulumi.Input[bool] is_reconnect_clone_enabled: Indicates if the refreshable clone can be reconnected to its source database.
|
4257
4177
|
:param pulumi.Input[bool] is_refreshable_clone: (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
|
4258
4178
|
:param pulumi.Input[bool] is_remote_data_guard_enabled: Indicates whether the Autonomous Database has Cross Region Data Guard enabled. It takes boolean values. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
4259
4179
|
:param pulumi.Input[bool] is_replicate_automatic_backups: If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
|
4260
|
-
:param pulumi.Input[bool] is_shrink_only: (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on
|
4180
|
+
:param pulumi.Input[bool] is_shrink_only: (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on shared databases i.e. where `is_dedicated` is false.
|
4261
4181
|
|
4262
4182
|
** IMPORTANT **
|
4263
4183
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4264
4184
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseKeyHistoryEntryArgs']]]] key_history_entries: Key History Entry.
|
4265
|
-
:param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store
|
4185
|
+
:param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
4266
4186
|
:param pulumi.Input[str] key_store_wallet_name: The wallet name for Oracle Key Vault.
|
4267
4187
|
:param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
4268
4188
|
:param pulumi.Input[str] kms_key_lifecycle_details: KMS key lifecycle details.
|
4269
|
-
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
4189
|
+
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
4270
4190
|
:param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm), this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using [shared Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adboverview.htm#AEI), if a value is not specified, the system will supply the value of `BRING_YOUR_OWN_LICENSE`. It is a required field when `db_workload` is AJD and needs to be set to `LICENSE_INCLUDED` as AJD does not support default `license_model` value `BRING_YOUR_OWN_LICENSE`.
|
4271
4191
|
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
4272
4192
|
:param pulumi.Input[int] local_adg_auto_failover_max_data_loss_limit: Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
|
4273
|
-
:param pulumi.Input[str] local_disaster_recovery_type: Indicates the local disaster recovery (DR) type of the
|
4193
|
+
:param pulumi.Input[str] local_disaster_recovery_type: Indicates the local disaster recovery (DR) type of the Shared Autonomous Database. Autonomous Data Guard (`ADG`) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based (`BACKUP_BASED`) DR type provides lower cost DR with a slower RTO during failover or switchover.
|
4274
4194
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseLocalStandbyDbArgs']]]] local_standby_dbs: Autonomous Data Guard local (same region) standby database details.
|
4275
4195
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseLongTermBackupScheduleArgs']]]] long_term_backup_schedules: Details for the long-term backup schedule.
|
4276
|
-
:param pulumi.Input[int] max_cpu_core_count: (Updatable)
|
4277
|
-
:param pulumi.Input[int] memory_per_oracle_compute_unit_in_gbs: The amount of memory (in GBs) enabled per OCPU
|
4196
|
+
:param pulumi.Input[int] max_cpu_core_count: (Updatable) The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
4197
|
+
:param pulumi.Input[int] memory_per_oracle_compute_unit_in_gbs: The amount of memory (in GBs) enabled per each OCPU core in Autonomous VM Cluster.
|
4278
4198
|
:param pulumi.Input[str] ncharacter_set: The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
4279
4199
|
:param pulumi.Input[str] net_services_architecture: Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
4280
4200
|
:param pulumi.Input[str] next_long_term_backup_time_stamp: The date and time when the next long-term backup would be created.
|
@@ -4286,21 +4206,17 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4286
4206
|
* For Autonomous Databases on Dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Database Serverless instances.)
|
4287
4207
|
* To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
|
4288
4208
|
* For Autonomous Database Serverless instances, this parameter is not used.
|
4289
|
-
* Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
4290
4209
|
|
4291
4210
|
For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
4292
4211
|
|
4293
4212
|
**Note:** This parameter cannot be used with the `cpuCoreCount` parameter.
|
4294
4213
|
:param pulumi.Input[str] open_mode: Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode.
|
4295
4214
|
:param pulumi.Input[str] operations_insights_status: (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are `ENABLED` and `NOT_ENABLED`
|
4296
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] peer_db_ids: The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for
|
4215
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] peer_db_ids: The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for shared Exadata infrastructure, standby databases located in the same region as the source primary database do not have OCIDs.
|
4297
4216
|
:param pulumi.Input[str] permission_level: The Autonomous Database permission level. Restricted mode allows access only by admin users.
|
4298
|
-
:param pulumi.Input[str] private_endpoint: The private endpoint for the resource.
|
4217
|
+
:param pulumi.Input[str] private_endpoint: The private endpoint for the resource.
|
4299
4218
|
:param pulumi.Input[str] private_endpoint_ip: The private endpoint Ip address for the resource.
|
4300
|
-
:param pulumi.Input[str] private_endpoint_label: (Updatable)
|
4301
|
-
* Setting the endpoint label to a non-empty string creates a private endpoint database.
|
4302
|
-
* Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
|
4303
|
-
* Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
|
4219
|
+
:param pulumi.Input[str] private_endpoint_label: (Updatable) The private endpoint label for the resource.
|
4304
4220
|
:param pulumi.Input[Sequence[pulumi.Input[float]]] provisionable_cpuses: An array of CPU values that an Autonomous Database can be scaled to.
|
4305
4221
|
:param pulumi.Input[str] refreshable_mode: (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
|
4306
4222
|
:param pulumi.Input[str] refreshable_status: The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
|
@@ -4318,28 +4234,20 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4318
4234
|
This cannot be used in conjunction with adminPassword.
|
4319
4235
|
:param pulumi.Input[int] secret_version_number: (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
|
4320
4236
|
:param pulumi.Input[str] service_console_url: The URL of the Service Console for the Autonomous Database.
|
4321
|
-
:param pulumi.Input[str] source: The source of the database:
|
4322
|
-
* Use `NONE` for creating a new Autonomous Database.
|
4323
|
-
* Use `DATABASE` for creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in the `source_id` parameter.
|
4324
|
-
* Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region, also provide the remote primary database OCID in the `source_id` parameter.
|
4325
|
-
* Use `CLONE_TO_REFRESHABLE` for creating a refreshable clone.
|
4237
|
+
:param pulumi.Input[str] source: The source of the database: Use `NONE` for creating a new Autonomous Database. Use `DATABASE` for creating a new Autonomous Database by cloning an existing Autonomous Database. Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region.
|
4326
4238
|
|
4327
|
-
For
|
4328
|
-
* Use `BACKUP_FROM_ID` for creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in the `autonomous_database_backup_id` parameter.
|
4329
|
-
* Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in the `timestamp` parameter. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
4239
|
+
For Autonomous Databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), the following cloning options are available: Use `BACKUP_FROM_ID` for creating a new Autonomous Database from a specified backup. Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
4330
4240
|
:param pulumi.Input[str] source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
|
4331
4241
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseStandbyDbArgs']]]] standby_dbs: **Deprecated** Autonomous Data Guard standby database details.
|
4332
4242
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] standby_whitelisted_ips: (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
4333
4243
|
|
4334
|
-
For
|
4244
|
+
For shared Exadata infrastructure, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
4335
4245
|
|
4336
4246
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
4337
4247
|
|
4338
|
-
If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses `whitelisted_ips` primary's IP access control list (ACL) as `standbywhitelistedips` for the disaster recovery peer.
|
4339
|
-
|
4340
4248
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
|
4341
4249
|
:param pulumi.Input[str] state: The current state of the Autonomous Database.
|
4342
|
-
:param pulumi.Input[str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
4250
|
+
:param pulumi.Input[str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
4343
4251
|
|
4344
4252
|
**Subnet Restrictions:**
|
4345
4253
|
* For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
|
@@ -4348,8 +4256,8 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4348
4256
|
|
4349
4257
|
These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
|
4350
4258
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] supported_regions_to_clone_tos: The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
|
4351
|
-
:param pulumi.Input[str] switchover_to: It is applicable only when `
|
4352
|
-
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `
|
4259
|
+
:param pulumi.Input[str] switchover_to: It is applicable only when `is_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
4260
|
+
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `role` is set, and `is_dedicated` is false. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to.
|
4353
4261
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
4354
4262
|
:param pulumi.Input[str] time_created: The date and time the Autonomous Database was created.
|
4355
4263
|
:param pulumi.Input[str] time_data_guard_role_changed: The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
|
@@ -4370,14 +4278,16 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4370
4278
|
:param pulumi.Input[bool] use_latest_available_backup_time_stamp: Clone from latest available backup timestamp.
|
4371
4279
|
:param pulumi.Input[int] used_data_storage_size_in_gbs: The storage space consumed by Autonomous Database in GBs.
|
4372
4280
|
:param pulumi.Input[int] used_data_storage_size_in_tbs: The amount of storage that has been used, in terabytes.
|
4373
|
-
:param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
4281
|
+
:param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
4374
4282
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] whitelisted_ips: (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
4375
4283
|
|
4376
|
-
For
|
4284
|
+
For shared Exadata infrastructure, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
4377
4285
|
|
4378
4286
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
4379
4287
|
|
4380
4288
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
4289
|
+
|
4290
|
+
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
4381
4291
|
"""
|
4382
4292
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
4383
4293
|
|
@@ -4580,7 +4490,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4580
4490
|
@pulumi.getter(name="autonomousMaintenanceScheduleType")
|
4581
4491
|
def autonomous_maintenance_schedule_type(self) -> pulumi.Output[str]:
|
4582
4492
|
"""
|
4583
|
-
The maintenance schedule type of the Autonomous Database
|
4493
|
+
The maintenance schedule type of the Autonomous Database on shared Exadata infrastructure. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
|
4584
4494
|
"""
|
4585
4495
|
return pulumi.get(self, "autonomous_maintenance_schedule_type")
|
4586
4496
|
|
@@ -4612,7 +4522,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4612
4522
|
@pulumi.getter(name="characterSet")
|
4613
4523
|
def character_set(self) -> pulumi.Output[str]:
|
4614
4524
|
"""
|
4615
|
-
The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on
|
4525
|
+
The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on shared infrastructure as as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
4616
4526
|
|
4617
4527
|
For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
4618
4528
|
|
@@ -4624,7 +4534,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4624
4534
|
@pulumi.getter(name="cloneType")
|
4625
4535
|
def clone_type(self) -> pulumi.Output[str]:
|
4626
4536
|
"""
|
4627
|
-
The Autonomous Database clone type.
|
4537
|
+
The Autonomous Database clone type.
|
4628
4538
|
"""
|
4629
4539
|
return pulumi.get(self, "clone_type")
|
4630
4540
|
|
@@ -4673,13 +4583,8 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4673
4583
|
def cpu_core_count(self) -> pulumi.Output[int]:
|
4674
4584
|
"""
|
4675
4585
|
(Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
4586
|
+
|
4676
4587
|
**Note:** This parameter cannot be used with the `ocpuCount` parameter. This input is ignored for Always Free resources.
|
4677
|
-
* The data type must be an *integer*.
|
4678
|
-
* The minimum number of cores for all types of autonomous database is *1*
|
4679
|
-
* The maximum number of cores is as follows:
|
4680
|
-
* Autonomous Database Serverless instances: The maximum number of cores is *128*.
|
4681
|
-
* Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
4682
|
-
* Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
4683
4588
|
"""
|
4684
4589
|
return pulumi.get(self, "cpu_core_count")
|
4685
4590
|
|
@@ -4725,7 +4630,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4725
4630
|
@pulumi.getter(name="databaseEdition")
|
4726
4631
|
def database_edition(self) -> pulumi.Output[str]:
|
4727
4632
|
"""
|
4728
|
-
(Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
4633
|
+
(Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
4729
4634
|
"""
|
4730
4635
|
return pulumi.get(self, "database_edition")
|
4731
4636
|
|
@@ -4741,7 +4646,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4741
4646
|
@pulumi.getter(name="dataguardRegionType")
|
4742
4647
|
def dataguard_region_type(self) -> pulumi.Output[str]:
|
4743
4648
|
"""
|
4744
|
-
**Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous
|
4649
|
+
**Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Databases on shared Exadata infrastructure, Data Guard associations have designated primary (`PRIMARY_DG_REGION`) and standby (`REMOTE_STANDBY_DG_REGION`) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
|
4745
4650
|
"""
|
4746
4651
|
return pulumi.get(self, "dataguard_region_type")
|
4747
4652
|
|
@@ -4797,7 +4702,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4797
4702
|
@pulumi.getter(name="disasterRecoveryRegionType")
|
4798
4703
|
def disaster_recovery_region_type(self) -> pulumi.Output[str]:
|
4799
4704
|
"""
|
4800
|
-
**Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For
|
4705
|
+
**Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For Shared Autonomous Databases, DR associations have designated primary (`PRIMARY`) and standby (`REMOTE`) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
|
4801
4706
|
"""
|
4802
4707
|
return pulumi.get(self, "disaster_recovery_region_type")
|
4803
4708
|
|
@@ -4935,7 +4840,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4935
4840
|
@pulumi.getter(name="isPreviewVersionWithServiceTermsAccepted")
|
4936
4841
|
def is_preview_version_with_service_terms_accepted(self) -> pulumi.Output[bool]:
|
4937
4842
|
"""
|
4938
|
-
If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [
|
4843
|
+
If set to `TRUE`, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
4939
4844
|
"""
|
4940
4845
|
return pulumi.get(self, "is_preview_version_with_service_terms_accepted")
|
4941
4846
|
|
@@ -4975,7 +4880,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4975
4880
|
@pulumi.getter(name="isShrinkOnly")
|
4976
4881
|
def is_shrink_only(self) -> pulumi.Output[Optional[bool]]:
|
4977
4882
|
"""
|
4978
|
-
(Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on
|
4883
|
+
(Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on shared databases i.e. where `is_dedicated` is false.
|
4979
4884
|
|
4980
4885
|
** IMPORTANT **
|
4981
4886
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -4997,7 +4902,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4997
4902
|
@pulumi.getter(name="keyStoreId")
|
4998
4903
|
def key_store_id(self) -> pulumi.Output[str]:
|
4999
4904
|
"""
|
5000
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store
|
4905
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
5001
4906
|
"""
|
5002
4907
|
return pulumi.get(self, "key_store_id")
|
5003
4908
|
|
@@ -5029,7 +4934,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5029
4934
|
@pulumi.getter(name="kmsKeyVersionId")
|
5030
4935
|
def kms_key_version_id(self) -> pulumi.Output[str]:
|
5031
4936
|
"""
|
5032
|
-
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
4937
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
5033
4938
|
"""
|
5034
4939
|
return pulumi.get(self, "kms_key_version_id")
|
5035
4940
|
|
@@ -5061,7 +4966,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5061
4966
|
@pulumi.getter(name="localDisasterRecoveryType")
|
5062
4967
|
def local_disaster_recovery_type(self) -> pulumi.Output[str]:
|
5063
4968
|
"""
|
5064
|
-
Indicates the local disaster recovery (DR) type of the
|
4969
|
+
Indicates the local disaster recovery (DR) type of the Shared Autonomous Database. Autonomous Data Guard (`ADG`) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based (`BACKUP_BASED`) DR type provides lower cost DR with a slower RTO during failover or switchover.
|
5065
4970
|
"""
|
5066
4971
|
return pulumi.get(self, "local_disaster_recovery_type")
|
5067
4972
|
|
@@ -5085,7 +4990,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5085
4990
|
@pulumi.getter(name="maxCpuCoreCount")
|
5086
4991
|
def max_cpu_core_count(self) -> pulumi.Output[int]:
|
5087
4992
|
"""
|
5088
|
-
(Updatable)
|
4993
|
+
(Updatable) The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
5089
4994
|
"""
|
5090
4995
|
return pulumi.get(self, "max_cpu_core_count")
|
5091
4996
|
|
@@ -5093,7 +4998,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5093
4998
|
@pulumi.getter(name="memoryPerOracleComputeUnitInGbs")
|
5094
4999
|
def memory_per_oracle_compute_unit_in_gbs(self) -> pulumi.Output[int]:
|
5095
5000
|
"""
|
5096
|
-
The amount of memory (in GBs) enabled per OCPU
|
5001
|
+
The amount of memory (in GBs) enabled per each OCPU core in Autonomous VM Cluster.
|
5097
5002
|
"""
|
5098
5003
|
return pulumi.get(self, "memory_per_oracle_compute_unit_in_gbs")
|
5099
5004
|
|
@@ -5140,7 +5045,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5140
5045
|
* For Autonomous Databases on Dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Database Serverless instances.)
|
5141
5046
|
* To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
|
5142
5047
|
* For Autonomous Database Serverless instances, this parameter is not used.
|
5143
|
-
* Providing `computeModel` and `computeCount` is the preferred method for setting CPUs for both OCPU and ECPU.
|
5144
5048
|
|
5145
5049
|
For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See [Characteristics of Infrastructure Shapes](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1) for shape details.
|
5146
5050
|
|
@@ -5168,7 +5072,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5168
5072
|
@pulumi.getter(name="peerDbIds")
|
5169
5073
|
def peer_db_ids(self) -> pulumi.Output[Sequence[str]]:
|
5170
5074
|
"""
|
5171
|
-
The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for
|
5075
|
+
The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for shared Exadata infrastructure, standby databases located in the same region as the source primary database do not have OCIDs.
|
5172
5076
|
"""
|
5173
5077
|
return pulumi.get(self, "peer_db_ids")
|
5174
5078
|
|
@@ -5184,7 +5088,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5184
5088
|
@pulumi.getter(name="privateEndpoint")
|
5185
5089
|
def private_endpoint(self) -> pulumi.Output[str]:
|
5186
5090
|
"""
|
5187
|
-
The private endpoint for the resource.
|
5091
|
+
The private endpoint for the resource.
|
5188
5092
|
"""
|
5189
5093
|
return pulumi.get(self, "private_endpoint")
|
5190
5094
|
|
@@ -5200,10 +5104,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5200
5104
|
@pulumi.getter(name="privateEndpointLabel")
|
5201
5105
|
def private_endpoint_label(self) -> pulumi.Output[str]:
|
5202
5106
|
"""
|
5203
|
-
(Updatable)
|
5204
|
-
* Setting the endpoint label to a non-empty string creates a private endpoint database.
|
5205
|
-
* Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
|
5206
|
-
* Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
|
5107
|
+
(Updatable) The private endpoint label for the resource.
|
5207
5108
|
"""
|
5208
5109
|
return pulumi.get(self, "private_endpoint_label")
|
5209
5110
|
|
@@ -5324,15 +5225,9 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5324
5225
|
@pulumi.getter
|
5325
5226
|
def source(self) -> pulumi.Output[str]:
|
5326
5227
|
"""
|
5327
|
-
The source of the database:
|
5328
|
-
* Use `NONE` for creating a new Autonomous Database.
|
5329
|
-
* Use `DATABASE` for creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in the `source_id` parameter.
|
5330
|
-
* Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region, also provide the remote primary database OCID in the `source_id` parameter.
|
5331
|
-
* Use `CLONE_TO_REFRESHABLE` for creating a refreshable clone.
|
5228
|
+
The source of the database: Use `NONE` for creating a new Autonomous Database. Use `DATABASE` for creating a new Autonomous Database by cloning an existing Autonomous Database. Use `CROSS_REGION_DATAGUARD` to create a standby Data Guard database in another region.
|
5332
5229
|
|
5333
|
-
For
|
5334
|
-
* Use `BACKUP_FROM_ID` for creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in the `autonomous_database_backup_id` parameter.
|
5335
|
-
* Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in the `timestamp` parameter. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
5230
|
+
For Autonomous Databases on [shared Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), the following cloning options are available: Use `BACKUP_FROM_ID` for creating a new Autonomous Database from a specified backup. Use `BACKUP_FROM_TIMESTAMP` for creating a point-in-time Autonomous Database clone using backups. For more information, see [Cloning and Moving an Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/clone-autonomous-database.html#GUID-D771796F-5081-4CFB-A7FF-0F893EABD7BC).
|
5336
5231
|
"""
|
5337
5232
|
return pulumi.get(self, "source")
|
5338
5233
|
|
@@ -5358,12 +5253,10 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5358
5253
|
"""
|
5359
5254
|
(Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
5360
5255
|
|
5361
|
-
For
|
5256
|
+
For shared Exadata infrastructure, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
5362
5257
|
|
5363
5258
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
5364
5259
|
|
5365
|
-
If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses `whitelisted_ips` primary's IP access control list (ACL) as `standbywhitelistedips` for the disaster recovery peer.
|
5366
|
-
|
5367
5260
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
|
5368
5261
|
"""
|
5369
5262
|
return pulumi.get(self, "standby_whitelisted_ips")
|
@@ -5380,7 +5273,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5380
5273
|
@pulumi.getter(name="subnetId")
|
5381
5274
|
def subnet_id(self) -> pulumi.Output[str]:
|
5382
5275
|
"""
|
5383
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
5276
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
5384
5277
|
|
5385
5278
|
**Subnet Restrictions:**
|
5386
5279
|
* For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
|
@@ -5403,7 +5296,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5403
5296
|
@pulumi.getter(name="switchoverTo")
|
5404
5297
|
def switchover_to(self) -> pulumi.Output[Optional[str]]:
|
5405
5298
|
"""
|
5406
|
-
It is applicable only when `
|
5299
|
+
It is applicable only when `is_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
5407
5300
|
"""
|
5408
5301
|
return pulumi.get(self, "switchover_to")
|
5409
5302
|
|
@@ -5411,7 +5304,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5411
5304
|
@pulumi.getter(name="switchoverToRemotePeerId")
|
5412
5305
|
def switchover_to_remote_peer_id(self) -> pulumi.Output[Optional[str]]:
|
5413
5306
|
"""
|
5414
|
-
(Updatable) It is applicable only when `
|
5307
|
+
(Updatable) It is applicable only when `role` is set, and `is_dedicated` is false. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to.
|
5415
5308
|
"""
|
5416
5309
|
return pulumi.get(self, "switchover_to_remote_peer_id")
|
5417
5310
|
|
@@ -5584,7 +5477,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5584
5477
|
@pulumi.getter(name="vaultId")
|
5585
5478
|
def vault_id(self) -> pulumi.Output[str]:
|
5586
5479
|
"""
|
5587
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
5480
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
|
5588
5481
|
"""
|
5589
5482
|
return pulumi.get(self, "vault_id")
|
5590
5483
|
|
@@ -5594,10 +5487,12 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5594
5487
|
"""
|
5595
5488
|
(Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
5596
5489
|
|
5597
|
-
For
|
5490
|
+
For shared Exadata infrastructure, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: `["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]` For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example: `["1.1.1.1","1.1.1.0/24","1.1.2.25"]`
|
5598
5491
|
|
5599
5492
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
5600
5493
|
|
5494
|
+
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
5495
|
+
|
5601
5496
|
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string `[""]`.
|
5602
5497
|
"""
|
5603
5498
|
return pulumi.get(self, "whitelisted_ips")
|