pulumi-oci 1.28.0a1710997024__py3-none-any.whl → 1.28.0a1711384732__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 +8 -0
- pulumi_oci/apmtraces/get_query_quick_picks.py +2 -2
- pulumi_oci/apmtraces/get_trace.py +69 -5
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +73 -5
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +6 -6
- pulumi_oci/apmtraces/outputs.py +22 -0
- pulumi_oci/database/_inputs.py +4 -4
- pulumi_oci/database/autonomous_database.py +270 -165
- pulumi_oci/database/outputs.py +4 -4
- pulumi_oci/integration/__init__.py +1 -0
- pulumi_oci/integration/_inputs.py +58 -0
- pulumi_oci/integration/get_integration_instance.py +15 -1
- pulumi_oci/integration/integration_instance.py +42 -0
- pulumi_oci/integration/outputs.py +170 -4
- pulumi_oci/integration/private_endpoint_outbound_connection.py +234 -0
- {pulumi_oci-1.28.0a1710997024.dist-info → pulumi_oci-1.28.0a1711384732.dist-info}/METADATA +1 -1
- {pulumi_oci-1.28.0a1710997024.dist-info → pulumi_oci-1.28.0a1711384732.dist-info}/RECORD +19 -18
- {pulumi_oci-1.28.0a1710997024.dist-info → pulumi_oci-1.28.0a1711384732.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.28.0a1710997024.dist-info → pulumi_oci-1.28.0a1711384732.dist-info}/top_level.txt +0 -0
@@ -98,19 +98,24 @@ 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 Serverless instances. 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 Serverless infrastructure 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. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.
|
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
|
-
|
113
112
|
**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.
|
114
119
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseCustomerContactArgs']]] customer_contacts: (Updatable) Customer Contacts.
|
115
120
|
:param pulumi.Input[str] data_safe_status: (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
|
116
121
|
: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.
|
@@ -121,7 +126,7 @@ class AutonomousDatabaseArgs:
|
|
121
126
|
: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).
|
122
127
|
|
123
128
|
**Note:** This parameter cannot be used with the `dataStorageSizeInGBs` parameter. This input is ignored for Always Free resources.
|
124
|
-
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
129
|
+
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to `ENTERPRISE_EDITION` or `STANDARD_EDITION`.
|
125
130
|
:param pulumi.Input[str] database_management_status: Status of Database Management for this Autonomous Database.
|
126
131
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseDbToolsDetailArgs']]] db_tools_details: (Updatable) The list of database tools details.
|
127
132
|
|
@@ -149,10 +154,10 @@ class AutonomousDatabaseArgs:
|
|
149
154
|
: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`.
|
150
155
|
: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.
|
151
156
|
:param pulumi.Input[bool] is_mtls_connection_required: (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
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 [
|
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 [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
153
158
|
: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.
|
154
159
|
: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.
|
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
|
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 Serverless databases i.e. where `is_dedicated` is false.
|
156
161
|
|
157
162
|
** IMPORTANT **
|
158
163
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -160,7 +165,7 @@ class AutonomousDatabaseArgs:
|
|
160
165
|
: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`.
|
161
166
|
: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
|
162
167
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseLongTermBackupScheduleArgs']]] long_term_backup_schedules: Details for the long-term backup schedule.
|
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.
|
168
|
+
:param pulumi.Input[int] max_cpu_core_count: (Updatable) **Deprecated.** The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
164
169
|
:param pulumi.Input[str] ncharacter_set: The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
165
170
|
: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:**
|
166
171
|
* A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
|
@@ -170,6 +175,7 @@ class AutonomousDatabaseArgs:
|
|
170
175
|
* 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.)
|
171
176
|
* 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.
|
172
177
|
* 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.
|
173
179
|
|
174
180
|
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.
|
175
181
|
|
@@ -178,7 +184,10 @@ class AutonomousDatabaseArgs:
|
|
178
184
|
:param pulumi.Input[str] operations_insights_status: (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are `ENABLED` and `NOT_ENABLED`
|
179
185
|
:param pulumi.Input[str] permission_level: The Autonomous Database permission level. Restricted mode allows access only by admin users.
|
180
186
|
:param pulumi.Input[str] private_endpoint_ip: The private endpoint Ip address for the resource.
|
181
|
-
:param pulumi.Input[str] private_endpoint_label: (Updatable) The private endpoint label
|
187
|
+
:param pulumi.Input[str] private_endpoint_label: (Updatable) (Optional) (Updatable) The resource's private endpoint label.
|
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.
|
182
191
|
: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.
|
183
192
|
: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.
|
184
193
|
: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).
|
@@ -191,19 +200,27 @@ class AutonomousDatabaseArgs:
|
|
191
200
|
|
192
201
|
This cannot be used in conjunction with adminPassword.
|
193
202
|
: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.
|
194
|
-
:param pulumi.Input[str] source: The source of the database:
|
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.
|
195
208
|
|
196
|
-
For Autonomous
|
209
|
+
For [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) instances, the following cloning options are available:
|
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).
|
197
212
|
: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.
|
198
213
|
: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`.
|
199
214
|
|
200
|
-
For
|
215
|
+
For Autonomous Database Serverless instances, 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"]`
|
201
216
|
|
202
217
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
203
218
|
|
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
|
+
|
204
221
|
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.
|
205
222
|
:param pulumi.Input[str] state: The current state of the Autonomous Database.
|
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.
|
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. This the only parameter to configure private endpoint, VCN details are obtained from the `subnet_id`.
|
207
224
|
|
208
225
|
**Subnet Restrictions:**
|
209
226
|
* 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.
|
@@ -211,20 +228,18 @@ class AutonomousDatabaseArgs:
|
|
211
228
|
* For Autonomous Database, setting this will disable public secure access to the database.
|
212
229
|
|
213
230
|
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.
|
214
|
-
:param pulumi.Input[str] switchover_to: It is applicable only when `
|
215
|
-
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `role`
|
231
|
+
:param pulumi.Input[str] switchover_to: It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
232
|
+
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `dataguard_region_type` and `role` are set, and `is_dedicated` is false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to and the API is called from the remote region.
|
216
233
|
: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.
|
217
234
|
:param pulumi.Input[bool] use_latest_available_backup_time_stamp: Clone from latest available backup timestamp.
|
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).
|
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). This parameter and `secretId` are required for Customer Managed Keys.
|
219
236
|
: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`.
|
220
237
|
|
221
|
-
For
|
238
|
+
For Autonomous Database Serverless instances, 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"]`
|
222
239
|
|
223
240
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
224
241
|
|
225
242
|
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 `[""]`.
|
228
243
|
"""
|
229
244
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
230
245
|
pulumi.set(__self__, "db_name", db_name)
|
@@ -462,7 +477,7 @@ class AutonomousDatabaseArgs:
|
|
462
477
|
@pulumi.getter(name="autonomousMaintenanceScheduleType")
|
463
478
|
def autonomous_maintenance_schedule_type(self) -> Optional[pulumi.Input[str]]:
|
464
479
|
"""
|
465
|
-
The maintenance schedule type of the Autonomous Database
|
480
|
+
The maintenance schedule type of the Autonomous Database Serverless instances. 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.
|
466
481
|
"""
|
467
482
|
return pulumi.get(self, "autonomous_maintenance_schedule_type")
|
468
483
|
|
@@ -486,7 +501,7 @@ class AutonomousDatabaseArgs:
|
|
486
501
|
@pulumi.getter(name="characterSet")
|
487
502
|
def character_set(self) -> Optional[pulumi.Input[str]]:
|
488
503
|
"""
|
489
|
-
The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on
|
504
|
+
The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
490
505
|
|
491
506
|
For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
492
507
|
|
@@ -502,7 +517,7 @@ class AutonomousDatabaseArgs:
|
|
502
517
|
@pulumi.getter(name="cloneType")
|
503
518
|
def clone_type(self) -> Optional[pulumi.Input[str]]:
|
504
519
|
"""
|
505
|
-
The Autonomous Database clone type.
|
520
|
+
The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.
|
506
521
|
"""
|
507
522
|
return pulumi.get(self, "clone_type")
|
508
523
|
|
@@ -539,8 +554,13 @@ class AutonomousDatabaseArgs:
|
|
539
554
|
def cpu_core_count(self) -> Optional[pulumi.Input[int]]:
|
540
555
|
"""
|
541
556
|
(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
|
-
|
543
557
|
**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.
|
544
564
|
"""
|
545
565
|
return pulumi.get(self, "cpu_core_count")
|
546
566
|
|
@@ -606,7 +626,7 @@ class AutonomousDatabaseArgs:
|
|
606
626
|
@pulumi.getter(name="databaseEdition")
|
607
627
|
def database_edition(self) -> Optional[pulumi.Input[str]]:
|
608
628
|
"""
|
609
|
-
(Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
629
|
+
(Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to `ENTERPRISE_EDITION` or `STANDARD_EDITION`.
|
610
630
|
"""
|
611
631
|
return pulumi.get(self, "database_edition")
|
612
632
|
|
@@ -832,7 +852,7 @@ class AutonomousDatabaseArgs:
|
|
832
852
|
@pulumi.getter(name="isPreviewVersionWithServiceTermsAccepted")
|
833
853
|
def is_preview_version_with_service_terms_accepted(self) -> Optional[pulumi.Input[bool]]:
|
834
854
|
"""
|
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 [
|
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 [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
836
856
|
"""
|
837
857
|
return pulumi.get(self, "is_preview_version_with_service_terms_accepted")
|
838
858
|
|
@@ -868,7 +888,7 @@ class AutonomousDatabaseArgs:
|
|
868
888
|
@pulumi.getter(name="isShrinkOnly")
|
869
889
|
def is_shrink_only(self) -> Optional[pulumi.Input[bool]]:
|
870
890
|
"""
|
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
|
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 Serverless databases i.e. where `is_dedicated` is false.
|
872
892
|
|
873
893
|
** IMPORTANT **
|
874
894
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -934,7 +954,7 @@ class AutonomousDatabaseArgs:
|
|
934
954
|
@pulumi.getter(name="maxCpuCoreCount")
|
935
955
|
def max_cpu_core_count(self) -> Optional[pulumi.Input[int]]:
|
936
956
|
"""
|
937
|
-
(Updatable) The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
957
|
+
(Updatable) **Deprecated.** The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
938
958
|
"""
|
939
959
|
return pulumi.get(self, "max_cpu_core_count")
|
940
960
|
|
@@ -977,6 +997,7 @@ class AutonomousDatabaseArgs:
|
|
977
997
|
* 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.)
|
978
998
|
* 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.
|
979
999
|
* 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.
|
980
1001
|
|
981
1002
|
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.
|
982
1003
|
|
@@ -1040,7 +1061,10 @@ class AutonomousDatabaseArgs:
|
|
1040
1061
|
@pulumi.getter(name="privateEndpointLabel")
|
1041
1062
|
def private_endpoint_label(self) -> Optional[pulumi.Input[str]]:
|
1042
1063
|
"""
|
1043
|
-
(Updatable) The private endpoint label
|
1064
|
+
(Updatable) (Optional) (Updatable) The resource's private endpoint label.
|
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.
|
1044
1068
|
"""
|
1045
1069
|
return pulumi.get(self, "private_endpoint_label")
|
1046
1070
|
|
@@ -1161,9 +1185,15 @@ class AutonomousDatabaseArgs:
|
|
1161
1185
|
@pulumi.getter
|
1162
1186
|
def source(self) -> Optional[pulumi.Input[str]]:
|
1163
1187
|
"""
|
1164
|
-
The source of the database:
|
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.
|
1165
1193
|
|
1166
|
-
For Autonomous
|
1194
|
+
For [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) instances, the following cloning options are available:
|
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).
|
1167
1197
|
"""
|
1168
1198
|
return pulumi.get(self, "source")
|
1169
1199
|
|
@@ -1189,10 +1219,12 @@ class AutonomousDatabaseArgs:
|
|
1189
1219
|
"""
|
1190
1220
|
(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`.
|
1191
1221
|
|
1192
|
-
For
|
1222
|
+
For Autonomous Database Serverless instances, 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"]`
|
1193
1223
|
|
1194
1224
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
1195
1225
|
|
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
|
+
|
1196
1228
|
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.
|
1197
1229
|
"""
|
1198
1230
|
return pulumi.get(self, "standby_whitelisted_ips")
|
@@ -1217,7 +1249,7 @@ class AutonomousDatabaseArgs:
|
|
1217
1249
|
@pulumi.getter(name="subnetId")
|
1218
1250
|
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
1219
1251
|
"""
|
1220
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
1252
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the `subnet_id`.
|
1221
1253
|
|
1222
1254
|
**Subnet Restrictions:**
|
1223
1255
|
* 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.
|
@@ -1236,7 +1268,7 @@ class AutonomousDatabaseArgs:
|
|
1236
1268
|
@pulumi.getter(name="switchoverTo")
|
1237
1269
|
def switchover_to(self) -> Optional[pulumi.Input[str]]:
|
1238
1270
|
"""
|
1239
|
-
It is applicable only when `
|
1271
|
+
It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
1240
1272
|
"""
|
1241
1273
|
return pulumi.get(self, "switchover_to")
|
1242
1274
|
|
@@ -1248,7 +1280,7 @@ class AutonomousDatabaseArgs:
|
|
1248
1280
|
@pulumi.getter(name="switchoverToRemotePeerId")
|
1249
1281
|
def switchover_to_remote_peer_id(self) -> Optional[pulumi.Input[str]]:
|
1250
1282
|
"""
|
1251
|
-
(Updatable) It is applicable only when `role`
|
1283
|
+
(Updatable) It is applicable only when `dataguard_region_type` and `role` are set, and `is_dedicated` is false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to and the API is called from the remote region.
|
1252
1284
|
"""
|
1253
1285
|
return pulumi.get(self, "switchover_to_remote_peer_id")
|
1254
1286
|
|
@@ -1284,7 +1316,7 @@ class AutonomousDatabaseArgs:
|
|
1284
1316
|
@pulumi.getter(name="vaultId")
|
1285
1317
|
def vault_id(self) -> Optional[pulumi.Input[str]]:
|
1286
1318
|
"""
|
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).
|
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). This parameter and `secretId` are required for Customer Managed Keys.
|
1288
1320
|
"""
|
1289
1321
|
return pulumi.get(self, "vault_id")
|
1290
1322
|
|
@@ -1298,12 +1330,10 @@ class AutonomousDatabaseArgs:
|
|
1298
1330
|
"""
|
1299
1331
|
(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`.
|
1300
1332
|
|
1301
|
-
For
|
1333
|
+
For Autonomous Database Serverless instances, 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"]`
|
1302
1334
|
|
1303
1335
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
1304
1336
|
|
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
|
-
|
1307
1337
|
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 `[""]`.
|
1308
1338
|
"""
|
1309
1339
|
return pulumi.get(self, "whitelisted_ips")
|
@@ -1453,24 +1483,29 @@ class _AutonomousDatabaseState:
|
|
1453
1483
|
: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.
|
1454
1484
|
: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.
|
1455
1485
|
: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.
|
1456
|
-
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database
|
1486
|
+
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database Serverless instances. 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.
|
1457
1487
|
: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.
|
1458
1488
|
: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.
|
1459
1489
|
:param pulumi.Input[int] backup_retention_period_in_days: (Updatable) Retention period, in days, for backups.
|
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
|
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 Serverless infrastructure as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
1461
1491
|
|
1462
1492
|
For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
1463
1493
|
|
1464
1494
|
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
|
1465
|
-
:param pulumi.Input[str] clone_type: The Autonomous Database clone type.
|
1495
|
+
:param pulumi.Input[str] clone_type: The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.
|
1466
1496
|
: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.
|
1467
1497
|
:param pulumi.Input[float] compute_count: (Updatable) Compute used by database tools.
|
1468
1498
|
: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.
|
1469
1499
|
: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.
|
1470
1500
|
: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..."}`
|
1471
1501
|
: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
|
-
|
1473
1502
|
**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.
|
1474
1509
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseCustomerContactArgs']]] customer_contacts: (Updatable) Customer Contacts.
|
1475
1510
|
:param pulumi.Input[str] data_safe_status: (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
|
1476
1511
|
: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.
|
@@ -1481,9 +1516,9 @@ class _AutonomousDatabaseState:
|
|
1481
1516
|
: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).
|
1482
1517
|
|
1483
1518
|
**Note:** This parameter cannot be used with the `dataStorageSizeInGBs` parameter. This input is ignored for Always Free resources.
|
1484
|
-
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
1519
|
+
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to `ENTERPRISE_EDITION` or `STANDARD_EDITION`.
|
1485
1520
|
:param pulumi.Input[str] database_management_status: Status of Database Management for this Autonomous Database.
|
1486
|
-
:param pulumi.Input[str] dataguard_region_type: **Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous
|
1521
|
+
:param pulumi.Input[str] dataguard_region_type: **Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, 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.
|
1487
1522
|
: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.
|
1488
1523
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseDbToolsDetailArgs']]] db_tools_details: (Updatable) The list of database tools details.
|
1489
1524
|
|
@@ -1497,7 +1532,7 @@ class _AutonomousDatabaseState:
|
|
1497
1532
|
|
1498
1533
|
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.
|
1499
1534
|
: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).
|
1500
|
-
:param pulumi.Input[str] disaster_recovery_region_type: **Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For
|
1535
|
+
:param pulumi.Input[str] disaster_recovery_region_type: **Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For Serverless 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.
|
1501
1536
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
|
1502
1537
|
:param pulumi.Input[int] failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
|
1503
1538
|
: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"}`
|
@@ -1516,29 +1551,29 @@ class _AutonomousDatabaseState:
|
|
1516
1551
|
: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.
|
1517
1552
|
:param pulumi.Input[bool] is_mtls_connection_required: (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
1518
1553
|
:param pulumi.Input[bool] is_preview: Indicates if the Autonomous Database version is a preview version.
|
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 [
|
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 [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
1520
1555
|
:param pulumi.Input[bool] is_reconnect_clone_enabled: Indicates if the refreshable clone can be reconnected to its source database.
|
1521
1556
|
: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.
|
1522
1557
|
: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.
|
1523
1558
|
: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.
|
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
|
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 Serverless databases i.e. where `is_dedicated` is false.
|
1525
1560
|
|
1526
1561
|
** IMPORTANT **
|
1527
1562
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1528
1563
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseKeyHistoryEntryArgs']]] key_history_entries: Key History Entry.
|
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.
|
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 of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
|
1530
1565
|
:param pulumi.Input[str] key_store_wallet_name: The wallet name for Oracle Key Vault.
|
1531
1566
|
: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.
|
1532
1567
|
:param pulumi.Input[str] kms_key_lifecycle_details: KMS key lifecycle details.
|
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.
|
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. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
1534
1569
|
: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`.
|
1535
1570
|
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
1536
1571
|
: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
|
1537
|
-
:param pulumi.Input[str] local_disaster_recovery_type: Indicates the local disaster recovery (DR) type of the
|
1572
|
+
:param pulumi.Input[str] local_disaster_recovery_type: Indicates the local disaster recovery (DR) type of the Serverless 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.
|
1538
1573
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseLocalStandbyDbArgs']]] local_standby_dbs: Autonomous Data Guard local (same region) standby database details.
|
1539
1574
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseLongTermBackupScheduleArgs']]] long_term_backup_schedules: Details for the long-term backup schedule.
|
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
|
1575
|
+
:param pulumi.Input[int] max_cpu_core_count: (Updatable) **Deprecated.** The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
1576
|
+
:param pulumi.Input[int] memory_per_oracle_compute_unit_in_gbs: The amount of memory (in GBs) enabled per OCPU or ECPU. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details. This parameter is not used for Autonomous database Serverless.
|
1542
1577
|
:param pulumi.Input[str] ncharacter_set: The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
1543
1578
|
: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.
|
1544
1579
|
:param pulumi.Input[str] next_long_term_backup_time_stamp: The date and time when the next long-term backup would be created.
|
@@ -1550,17 +1585,21 @@ class _AutonomousDatabaseState:
|
|
1550
1585
|
* 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.)
|
1551
1586
|
* 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.
|
1552
1587
|
* 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.
|
1553
1589
|
|
1554
1590
|
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.
|
1555
1591
|
|
1556
1592
|
**Note:** This parameter cannot be used with the `cpuCoreCount` parameter.
|
1557
1593
|
:param pulumi.Input[str] open_mode: Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode.
|
1558
1594
|
:param pulumi.Input[str] operations_insights_status: (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are `ENABLED` and `NOT_ENABLED`
|
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
|
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 Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
|
1560
1596
|
:param pulumi.Input[str] permission_level: The Autonomous Database permission level. Restricted mode allows access only by admin users.
|
1561
|
-
:param pulumi.Input[str] private_endpoint: The private endpoint for the resource.
|
1597
|
+
:param pulumi.Input[str] private_endpoint: The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
|
1562
1598
|
:param pulumi.Input[str] private_endpoint_ip: The private endpoint Ip address for the resource.
|
1563
|
-
:param pulumi.Input[str] private_endpoint_label: (Updatable) The private endpoint label
|
1599
|
+
:param pulumi.Input[str] private_endpoint_label: (Updatable) (Optional) (Updatable) The resource's private endpoint label.
|
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.
|
1564
1603
|
:param pulumi.Input[Sequence[pulumi.Input[float]]] provisionable_cpuses: An array of CPU values that an Autonomous Database can be scaled to.
|
1565
1604
|
: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.
|
1566
1605
|
: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.
|
@@ -1578,20 +1617,28 @@ class _AutonomousDatabaseState:
|
|
1578
1617
|
This cannot be used in conjunction with adminPassword.
|
1579
1618
|
: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.
|
1580
1619
|
:param pulumi.Input[str] service_console_url: The URL of the Service Console for the Autonomous Database.
|
1581
|
-
:param pulumi.Input[str] source: The source of the 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.
|
1582
1625
|
|
1583
|
-
For Autonomous
|
1626
|
+
For [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) instances, the following cloning options are available:
|
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).
|
1584
1629
|
: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.
|
1585
1630
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseStandbyDbArgs']]] standby_dbs: **Deprecated** Autonomous Data Guard standby database details.
|
1586
1631
|
: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`.
|
1587
1632
|
|
1588
|
-
For
|
1633
|
+
For Autonomous Database Serverless instances, 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"]`
|
1589
1634
|
|
1590
1635
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
1591
1636
|
|
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
|
+
|
1592
1639
|
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.
|
1593
1640
|
:param pulumi.Input[str] state: The current state of the Autonomous Database.
|
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.
|
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. This the only parameter to configure private endpoint, VCN details are obtained from the `subnet_id`.
|
1595
1642
|
|
1596
1643
|
**Subnet Restrictions:**
|
1597
1644
|
* 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.
|
@@ -1600,8 +1647,8 @@ class _AutonomousDatabaseState:
|
|
1600
1647
|
|
1601
1648
|
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.
|
1602
1649
|
: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.
|
1603
|
-
:param pulumi.Input[str] switchover_to: It is applicable only when `
|
1604
|
-
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `role`
|
1650
|
+
:param pulumi.Input[str] switchover_to: It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
1651
|
+
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `dataguard_region_type` and `role` are set, and `is_dedicated` is false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to and the API is called from the remote region.
|
1605
1652
|
: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).
|
1606
1653
|
:param pulumi.Input[str] time_created: The date and time the Autonomous Database was created.
|
1607
1654
|
: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.
|
@@ -1622,16 +1669,14 @@ class _AutonomousDatabaseState:
|
|
1622
1669
|
:param pulumi.Input[bool] use_latest_available_backup_time_stamp: Clone from latest available backup timestamp.
|
1623
1670
|
:param pulumi.Input[int] used_data_storage_size_in_gbs: The storage space consumed by Autonomous Database in GBs.
|
1624
1671
|
:param pulumi.Input[int] used_data_storage_size_in_tbs: The amount of storage that has been used, in terabytes.
|
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).
|
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). This parameter and `secretId` are required for Customer Managed Keys.
|
1626
1673
|
: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`.
|
1627
1674
|
|
1628
|
-
For
|
1675
|
+
For Autonomous Database Serverless instances, 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"]`
|
1629
1676
|
|
1630
1677
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
1631
1678
|
|
1632
1679
|
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 `[""]`.
|
1635
1680
|
"""
|
1636
1681
|
if actual_used_data_storage_size_in_tbs is not None:
|
1637
1682
|
pulumi.set(__self__, "actual_used_data_storage_size_in_tbs", actual_used_data_storage_size_in_tbs)
|
@@ -1991,7 +2036,7 @@ class _AutonomousDatabaseState:
|
|
1991
2036
|
@pulumi.getter(name="autonomousMaintenanceScheduleType")
|
1992
2037
|
def autonomous_maintenance_schedule_type(self) -> Optional[pulumi.Input[str]]:
|
1993
2038
|
"""
|
1994
|
-
The maintenance schedule type of the Autonomous Database
|
2039
|
+
The maintenance schedule type of the Autonomous Database Serverless instances. 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.
|
1995
2040
|
"""
|
1996
2041
|
return pulumi.get(self, "autonomous_maintenance_schedule_type")
|
1997
2042
|
|
@@ -2039,7 +2084,7 @@ class _AutonomousDatabaseState:
|
|
2039
2084
|
@pulumi.getter(name="characterSet")
|
2040
2085
|
def character_set(self) -> Optional[pulumi.Input[str]]:
|
2041
2086
|
"""
|
2042
|
-
The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on
|
2087
|
+
The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
2043
2088
|
|
2044
2089
|
For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
2045
2090
|
|
@@ -2055,7 +2100,7 @@ class _AutonomousDatabaseState:
|
|
2055
2100
|
@pulumi.getter(name="cloneType")
|
2056
2101
|
def clone_type(self) -> Optional[pulumi.Input[str]]:
|
2057
2102
|
"""
|
2058
|
-
The Autonomous Database clone type.
|
2103
|
+
The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.
|
2059
2104
|
"""
|
2060
2105
|
return pulumi.get(self, "clone_type")
|
2061
2106
|
|
@@ -2128,8 +2173,13 @@ class _AutonomousDatabaseState:
|
|
2128
2173
|
def cpu_core_count(self) -> Optional[pulumi.Input[int]]:
|
2129
2174
|
"""
|
2130
2175
|
(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
|
-
|
2132
2176
|
**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.
|
2133
2183
|
"""
|
2134
2184
|
return pulumi.get(self, "cpu_core_count")
|
2135
2185
|
|
@@ -2195,7 +2245,7 @@ class _AutonomousDatabaseState:
|
|
2195
2245
|
@pulumi.getter(name="databaseEdition")
|
2196
2246
|
def database_edition(self) -> Optional[pulumi.Input[str]]:
|
2197
2247
|
"""
|
2198
|
-
(Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
2248
|
+
(Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to `ENTERPRISE_EDITION` or `STANDARD_EDITION`.
|
2199
2249
|
"""
|
2200
2250
|
return pulumi.get(self, "database_edition")
|
2201
2251
|
|
@@ -2219,7 +2269,7 @@ class _AutonomousDatabaseState:
|
|
2219
2269
|
@pulumi.getter(name="dataguardRegionType")
|
2220
2270
|
def dataguard_region_type(self) -> Optional[pulumi.Input[str]]:
|
2221
2271
|
"""
|
2222
|
-
**Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous
|
2272
|
+
**Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, 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.
|
2223
2273
|
"""
|
2224
2274
|
return pulumi.get(self, "dataguard_region_type")
|
2225
2275
|
|
@@ -2299,7 +2349,7 @@ class _AutonomousDatabaseState:
|
|
2299
2349
|
@pulumi.getter(name="disasterRecoveryRegionType")
|
2300
2350
|
def disaster_recovery_region_type(self) -> Optional[pulumi.Input[str]]:
|
2301
2351
|
"""
|
2302
|
-
**Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For
|
2352
|
+
**Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For Serverless 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.
|
2303
2353
|
"""
|
2304
2354
|
return pulumi.get(self, "disaster_recovery_region_type")
|
2305
2355
|
|
@@ -2505,7 +2555,7 @@ class _AutonomousDatabaseState:
|
|
2505
2555
|
@pulumi.getter(name="isPreviewVersionWithServiceTermsAccepted")
|
2506
2556
|
def is_preview_version_with_service_terms_accepted(self) -> Optional[pulumi.Input[bool]]:
|
2507
2557
|
"""
|
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 [
|
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 [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
2509
2559
|
"""
|
2510
2560
|
return pulumi.get(self, "is_preview_version_with_service_terms_accepted")
|
2511
2561
|
|
@@ -2565,7 +2615,7 @@ class _AutonomousDatabaseState:
|
|
2565
2615
|
@pulumi.getter(name="isShrinkOnly")
|
2566
2616
|
def is_shrink_only(self) -> Optional[pulumi.Input[bool]]:
|
2567
2617
|
"""
|
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
|
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 Serverless databases i.e. where `is_dedicated` is false.
|
2569
2619
|
|
2570
2620
|
** IMPORTANT **
|
2571
2621
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -2595,7 +2645,7 @@ class _AutonomousDatabaseState:
|
|
2595
2645
|
@pulumi.getter(name="keyStoreId")
|
2596
2646
|
def key_store_id(self) -> Optional[pulumi.Input[str]]:
|
2597
2647
|
"""
|
2598
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
2648
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
|
2599
2649
|
"""
|
2600
2650
|
return pulumi.get(self, "key_store_id")
|
2601
2651
|
|
@@ -2643,7 +2693,7 @@ class _AutonomousDatabaseState:
|
|
2643
2693
|
@pulumi.getter(name="kmsKeyVersionId")
|
2644
2694
|
def kms_key_version_id(self) -> Optional[pulumi.Input[str]]:
|
2645
2695
|
"""
|
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.
|
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. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
2647
2697
|
"""
|
2648
2698
|
return pulumi.get(self, "kms_key_version_id")
|
2649
2699
|
|
@@ -2691,7 +2741,7 @@ class _AutonomousDatabaseState:
|
|
2691
2741
|
@pulumi.getter(name="localDisasterRecoveryType")
|
2692
2742
|
def local_disaster_recovery_type(self) -> Optional[pulumi.Input[str]]:
|
2693
2743
|
"""
|
2694
|
-
Indicates the local disaster recovery (DR) type of the
|
2744
|
+
Indicates the local disaster recovery (DR) type of the Serverless 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.
|
2695
2745
|
"""
|
2696
2746
|
return pulumi.get(self, "local_disaster_recovery_type")
|
2697
2747
|
|
@@ -2727,7 +2777,7 @@ class _AutonomousDatabaseState:
|
|
2727
2777
|
@pulumi.getter(name="maxCpuCoreCount")
|
2728
2778
|
def max_cpu_core_count(self) -> Optional[pulumi.Input[int]]:
|
2729
2779
|
"""
|
2730
|
-
(Updatable) The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
2780
|
+
(Updatable) **Deprecated.** The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
2731
2781
|
"""
|
2732
2782
|
return pulumi.get(self, "max_cpu_core_count")
|
2733
2783
|
|
@@ -2739,7 +2789,7 @@ class _AutonomousDatabaseState:
|
|
2739
2789
|
@pulumi.getter(name="memoryPerOracleComputeUnitInGbs")
|
2740
2790
|
def memory_per_oracle_compute_unit_in_gbs(self) -> Optional[pulumi.Input[int]]:
|
2741
2791
|
"""
|
2742
|
-
The amount of memory (in GBs) enabled per
|
2792
|
+
The amount of memory (in GBs) enabled per OCPU or ECPU. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details. This parameter is not used for Autonomous database Serverless.
|
2743
2793
|
"""
|
2744
2794
|
return pulumi.get(self, "memory_per_oracle_compute_unit_in_gbs")
|
2745
2795
|
|
@@ -2806,6 +2856,7 @@ class _AutonomousDatabaseState:
|
|
2806
2856
|
* 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.)
|
2807
2857
|
* 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.
|
2808
2858
|
* 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.
|
2809
2860
|
|
2810
2861
|
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.
|
2811
2862
|
|
@@ -2845,7 +2896,7 @@ class _AutonomousDatabaseState:
|
|
2845
2896
|
@pulumi.getter(name="peerDbIds")
|
2846
2897
|
def peer_db_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
2847
2898
|
"""
|
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
|
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 Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
|
2849
2900
|
"""
|
2850
2901
|
return pulumi.get(self, "peer_db_ids")
|
2851
2902
|
|
@@ -2869,7 +2920,7 @@ class _AutonomousDatabaseState:
|
|
2869
2920
|
@pulumi.getter(name="privateEndpoint")
|
2870
2921
|
def private_endpoint(self) -> Optional[pulumi.Input[str]]:
|
2871
2922
|
"""
|
2872
|
-
The private endpoint for the resource.
|
2923
|
+
The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
|
2873
2924
|
"""
|
2874
2925
|
return pulumi.get(self, "private_endpoint")
|
2875
2926
|
|
@@ -2893,7 +2944,10 @@ class _AutonomousDatabaseState:
|
|
2893
2944
|
@pulumi.getter(name="privateEndpointLabel")
|
2894
2945
|
def private_endpoint_label(self) -> Optional[pulumi.Input[str]]:
|
2895
2946
|
"""
|
2896
|
-
(Updatable) The private endpoint label
|
2947
|
+
(Updatable) (Optional) (Updatable) The resource's private endpoint label.
|
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.
|
2897
2951
|
"""
|
2898
2952
|
return pulumi.get(self, "private_endpoint_label")
|
2899
2953
|
|
@@ -3074,9 +3128,15 @@ class _AutonomousDatabaseState:
|
|
3074
3128
|
@pulumi.getter
|
3075
3129
|
def source(self) -> Optional[pulumi.Input[str]]:
|
3076
3130
|
"""
|
3077
|
-
The source of the database:
|
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.
|
3078
3136
|
|
3079
|
-
For Autonomous
|
3137
|
+
For [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) instances, the following cloning options are available:
|
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).
|
3080
3140
|
"""
|
3081
3141
|
return pulumi.get(self, "source")
|
3082
3142
|
|
@@ -3114,10 +3174,12 @@ class _AutonomousDatabaseState:
|
|
3114
3174
|
"""
|
3115
3175
|
(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`.
|
3116
3176
|
|
3117
|
-
For
|
3177
|
+
For Autonomous Database Serverless instances, 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"]`
|
3118
3178
|
|
3119
3179
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
3120
3180
|
|
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
|
+
|
3121
3183
|
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.
|
3122
3184
|
"""
|
3123
3185
|
return pulumi.get(self, "standby_whitelisted_ips")
|
@@ -3142,7 +3204,7 @@ class _AutonomousDatabaseState:
|
|
3142
3204
|
@pulumi.getter(name="subnetId")
|
3143
3205
|
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
3144
3206
|
"""
|
3145
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
3207
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the `subnet_id`.
|
3146
3208
|
|
3147
3209
|
**Subnet Restrictions:**
|
3148
3210
|
* 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.
|
@@ -3173,7 +3235,7 @@ class _AutonomousDatabaseState:
|
|
3173
3235
|
@pulumi.getter(name="switchoverTo")
|
3174
3236
|
def switchover_to(self) -> Optional[pulumi.Input[str]]:
|
3175
3237
|
"""
|
3176
|
-
It is applicable only when `
|
3238
|
+
It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
3177
3239
|
"""
|
3178
3240
|
return pulumi.get(self, "switchover_to")
|
3179
3241
|
|
@@ -3185,7 +3247,7 @@ class _AutonomousDatabaseState:
|
|
3185
3247
|
@pulumi.getter(name="switchoverToRemotePeerId")
|
3186
3248
|
def switchover_to_remote_peer_id(self) -> Optional[pulumi.Input[str]]:
|
3187
3249
|
"""
|
3188
|
-
(Updatable) It is applicable only when `role`
|
3250
|
+
(Updatable) It is applicable only when `dataguard_region_type` and `role` are set, and `is_dedicated` is false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to and the API is called from the remote region.
|
3189
3251
|
"""
|
3190
3252
|
return pulumi.get(self, "switchover_to_remote_peer_id")
|
3191
3253
|
|
@@ -3446,7 +3508,7 @@ class _AutonomousDatabaseState:
|
|
3446
3508
|
@pulumi.getter(name="vaultId")
|
3447
3509
|
def vault_id(self) -> Optional[pulumi.Input[str]]:
|
3448
3510
|
"""
|
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).
|
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). This parameter and `secretId` are required for Customer Managed Keys.
|
3450
3512
|
"""
|
3451
3513
|
return pulumi.get(self, "vault_id")
|
3452
3514
|
|
@@ -3460,12 +3522,10 @@ class _AutonomousDatabaseState:
|
|
3460
3522
|
"""
|
3461
3523
|
(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`.
|
3462
3524
|
|
3463
|
-
For
|
3525
|
+
For Autonomous Database Serverless instances, 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"]`
|
3464
3526
|
|
3465
3527
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
3466
3528
|
|
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
|
-
|
3469
3529
|
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 `[""]`.
|
3470
3530
|
"""
|
3471
3531
|
return pulumi.get(self, "whitelisted_ips")
|
@@ -3576,20 +3636,25 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3576
3636
|
: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.
|
3577
3637
|
: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.
|
3578
3638
|
: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.
|
3579
|
-
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database
|
3639
|
+
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database Serverless instances. 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.
|
3580
3640
|
:param pulumi.Input[int] backup_retention_period_in_days: (Updatable) Retention period, in days, for backups.
|
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
|
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 Serverless infrastructure as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
3582
3642
|
|
3583
3643
|
For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
3584
3644
|
|
3585
3645
|
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
|
3586
|
-
:param pulumi.Input[str] clone_type: The Autonomous Database clone type.
|
3646
|
+
:param pulumi.Input[str] clone_type: The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.
|
3587
3647
|
: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.
|
3588
3648
|
:param pulumi.Input[float] compute_count: (Updatable) Compute used by database tools.
|
3589
3649
|
: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.
|
3590
3650
|
: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
|
-
|
3592
3651
|
**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.
|
3593
3658
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseCustomerContactArgs']]]] customer_contacts: (Updatable) Customer Contacts.
|
3594
3659
|
:param pulumi.Input[str] data_safe_status: (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
|
3595
3660
|
: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.
|
@@ -3600,7 +3665,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3600
3665
|
: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).
|
3601
3666
|
|
3602
3667
|
**Note:** This parameter cannot be used with the `dataStorageSizeInGBs` parameter. This input is ignored for Always Free resources.
|
3603
|
-
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
3668
|
+
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to `ENTERPRISE_EDITION` or `STANDARD_EDITION`.
|
3604
3669
|
:param pulumi.Input[str] database_management_status: Status of Database Management for this Autonomous Database.
|
3605
3670
|
: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.
|
3606
3671
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseDbToolsDetailArgs']]]] db_tools_details: (Updatable) The list of database tools details.
|
@@ -3629,10 +3694,10 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3629
3694
|
: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`.
|
3630
3695
|
: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.
|
3631
3696
|
:param pulumi.Input[bool] is_mtls_connection_required: (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
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 [
|
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 [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
3633
3698
|
: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.
|
3634
3699
|
: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.
|
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
|
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 Serverless databases i.e. where `is_dedicated` is false.
|
3636
3701
|
|
3637
3702
|
** IMPORTANT **
|
3638
3703
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -3640,7 +3705,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3640
3705
|
: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`.
|
3641
3706
|
: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
|
3642
3707
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseLongTermBackupScheduleArgs']]]] long_term_backup_schedules: Details for the long-term backup schedule.
|
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.
|
3708
|
+
:param pulumi.Input[int] max_cpu_core_count: (Updatable) **Deprecated.** The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
3644
3709
|
:param pulumi.Input[str] ncharacter_set: The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
3645
3710
|
: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:**
|
3646
3711
|
* A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
|
@@ -3650,6 +3715,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3650
3715
|
* 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.)
|
3651
3716
|
* 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.
|
3652
3717
|
* 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.
|
3653
3719
|
|
3654
3720
|
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.
|
3655
3721
|
|
@@ -3658,7 +3724,10 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3658
3724
|
:param pulumi.Input[str] operations_insights_status: (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are `ENABLED` and `NOT_ENABLED`
|
3659
3725
|
:param pulumi.Input[str] permission_level: The Autonomous Database permission level. Restricted mode allows access only by admin users.
|
3660
3726
|
:param pulumi.Input[str] private_endpoint_ip: The private endpoint Ip address for the resource.
|
3661
|
-
:param pulumi.Input[str] private_endpoint_label: (Updatable) The private endpoint label
|
3727
|
+
:param pulumi.Input[str] private_endpoint_label: (Updatable) (Optional) (Updatable) The resource's private endpoint label.
|
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.
|
3662
3731
|
: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.
|
3663
3732
|
: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.
|
3664
3733
|
: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).
|
@@ -3671,19 +3740,27 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3671
3740
|
|
3672
3741
|
This cannot be used in conjunction with adminPassword.
|
3673
3742
|
: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.
|
3674
|
-
:param pulumi.Input[str] source: The source of the database:
|
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.
|
3675
3748
|
|
3676
|
-
For Autonomous
|
3749
|
+
For [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) instances, the following cloning options are available:
|
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).
|
3677
3752
|
: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.
|
3678
3753
|
: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`.
|
3679
3754
|
|
3680
|
-
For
|
3755
|
+
For Autonomous Database Serverless instances, 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"]`
|
3681
3756
|
|
3682
3757
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
3683
3758
|
|
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
|
+
|
3684
3761
|
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.
|
3685
3762
|
:param pulumi.Input[str] state: The current state of the Autonomous Database.
|
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.
|
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. This the only parameter to configure private endpoint, VCN details are obtained from the `subnet_id`.
|
3687
3764
|
|
3688
3765
|
**Subnet Restrictions:**
|
3689
3766
|
* 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.
|
@@ -3691,20 +3768,18 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3691
3768
|
* For Autonomous Database, setting this will disable public secure access to the database.
|
3692
3769
|
|
3693
3770
|
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.
|
3694
|
-
:param pulumi.Input[str] switchover_to: It is applicable only when `
|
3695
|
-
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `role`
|
3771
|
+
:param pulumi.Input[str] switchover_to: It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
3772
|
+
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `dataguard_region_type` and `role` are set, and `is_dedicated` is false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to and the API is called from the remote region.
|
3696
3773
|
: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.
|
3697
3774
|
:param pulumi.Input[bool] use_latest_available_backup_time_stamp: Clone from latest available backup timestamp.
|
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).
|
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). This parameter and `secretId` are required for Customer Managed Keys.
|
3699
3776
|
: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`.
|
3700
3777
|
|
3701
|
-
For
|
3778
|
+
For Autonomous Database Serverless instances, 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"]`
|
3702
3779
|
|
3703
3780
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
3704
3781
|
|
3705
3782
|
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 `[""]`.
|
3708
3783
|
"""
|
3709
3784
|
...
|
3710
3785
|
@overload
|
@@ -4109,24 +4184,29 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4109
4184
|
: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.
|
4110
4185
|
: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.
|
4111
4186
|
: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.
|
4112
|
-
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database
|
4187
|
+
:param pulumi.Input[str] autonomous_maintenance_schedule_type: The maintenance schedule type of the Autonomous Database Serverless instances. 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.
|
4113
4188
|
: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.
|
4114
4189
|
: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.
|
4115
4190
|
:param pulumi.Input[int] backup_retention_period_in_days: (Updatable) Retention period, in days, for backups.
|
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
|
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 Serverless infrastructure as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
4117
4192
|
|
4118
4193
|
For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
4119
4194
|
|
4120
4195
|
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
|
4121
|
-
:param pulumi.Input[str] clone_type: The Autonomous Database clone type.
|
4196
|
+
:param pulumi.Input[str] clone_type: The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.
|
4122
4197
|
: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.
|
4123
4198
|
:param pulumi.Input[float] compute_count: (Updatable) Compute used by database tools.
|
4124
4199
|
: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.
|
4125
4200
|
: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.
|
4126
4201
|
: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..."}`
|
4127
4202
|
: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
|
-
|
4129
4203
|
**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.
|
4130
4210
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseCustomerContactArgs']]]] customer_contacts: (Updatable) Customer Contacts.
|
4131
4211
|
:param pulumi.Input[str] data_safe_status: (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
|
4132
4212
|
: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.
|
@@ -4137,9 +4217,9 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4137
4217
|
: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).
|
4138
4218
|
|
4139
4219
|
**Note:** This parameter cannot be used with the `dataStorageSizeInGBs` parameter. This input is ignored for Always Free resources.
|
4140
|
-
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
4220
|
+
:param pulumi.Input[str] database_edition: (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to `ENTERPRISE_EDITION` or `STANDARD_EDITION`.
|
4141
4221
|
:param pulumi.Input[str] database_management_status: Status of Database Management for this Autonomous Database.
|
4142
|
-
:param pulumi.Input[str] dataguard_region_type: **Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous
|
4222
|
+
:param pulumi.Input[str] dataguard_region_type: **Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, 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.
|
4143
4223
|
: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.
|
4144
4224
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseDbToolsDetailArgs']]]] db_tools_details: (Updatable) The list of database tools details.
|
4145
4225
|
|
@@ -4153,7 +4233,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4153
4233
|
|
4154
4234
|
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.
|
4155
4235
|
: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).
|
4156
|
-
:param pulumi.Input[str] disaster_recovery_region_type: **Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For
|
4236
|
+
:param pulumi.Input[str] disaster_recovery_region_type: **Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For Serverless 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.
|
4157
4237
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
|
4158
4238
|
:param pulumi.Input[int] failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
|
4159
4239
|
: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"}`
|
@@ -4172,29 +4252,29 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4172
4252
|
: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.
|
4173
4253
|
:param pulumi.Input[bool] is_mtls_connection_required: (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
|
4174
4254
|
:param pulumi.Input[bool] is_preview: Indicates if the Autonomous Database version is a preview version.
|
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 [
|
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 [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
4176
4256
|
:param pulumi.Input[bool] is_reconnect_clone_enabled: Indicates if the refreshable clone can be reconnected to its source database.
|
4177
4257
|
: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.
|
4178
4258
|
: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.
|
4179
4259
|
: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.
|
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
|
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 Serverless databases i.e. where `is_dedicated` is false.
|
4181
4261
|
|
4182
4262
|
** IMPORTANT **
|
4183
4263
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4184
4264
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseKeyHistoryEntryArgs']]]] key_history_entries: Key History Entry.
|
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.
|
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 of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
|
4186
4266
|
:param pulumi.Input[str] key_store_wallet_name: The wallet name for Oracle Key Vault.
|
4187
4267
|
: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.
|
4188
4268
|
:param pulumi.Input[str] kms_key_lifecycle_details: KMS key lifecycle details.
|
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.
|
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. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
4190
4270
|
: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`.
|
4191
4271
|
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
4192
4272
|
: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
|
4193
|
-
:param pulumi.Input[str] local_disaster_recovery_type: Indicates the local disaster recovery (DR) type of the
|
4273
|
+
:param pulumi.Input[str] local_disaster_recovery_type: Indicates the local disaster recovery (DR) type of the Serverless 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.
|
4194
4274
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseLocalStandbyDbArgs']]]] local_standby_dbs: Autonomous Data Guard local (same region) standby database details.
|
4195
4275
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseLongTermBackupScheduleArgs']]]] long_term_backup_schedules: Details for the long-term backup schedule.
|
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
|
4276
|
+
:param pulumi.Input[int] max_cpu_core_count: (Updatable) **Deprecated.** The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
4277
|
+
:param pulumi.Input[int] memory_per_oracle_compute_unit_in_gbs: The amount of memory (in GBs) enabled per OCPU or ECPU. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details. This parameter is not used for Autonomous database Serverless.
|
4198
4278
|
:param pulumi.Input[str] ncharacter_set: The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
|
4199
4279
|
: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.
|
4200
4280
|
:param pulumi.Input[str] next_long_term_backup_time_stamp: The date and time when the next long-term backup would be created.
|
@@ -4206,17 +4286,21 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4206
4286
|
* 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.)
|
4207
4287
|
* 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.
|
4208
4288
|
* 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.
|
4209
4290
|
|
4210
4291
|
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.
|
4211
4292
|
|
4212
4293
|
**Note:** This parameter cannot be used with the `cpuCoreCount` parameter.
|
4213
4294
|
:param pulumi.Input[str] open_mode: Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode.
|
4214
4295
|
:param pulumi.Input[str] operations_insights_status: (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are `ENABLED` and `NOT_ENABLED`
|
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
|
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 Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
|
4216
4297
|
:param pulumi.Input[str] permission_level: The Autonomous Database permission level. Restricted mode allows access only by admin users.
|
4217
|
-
:param pulumi.Input[str] private_endpoint: The private endpoint for the resource.
|
4298
|
+
:param pulumi.Input[str] private_endpoint: The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
|
4218
4299
|
:param pulumi.Input[str] private_endpoint_ip: The private endpoint Ip address for the resource.
|
4219
|
-
:param pulumi.Input[str] private_endpoint_label: (Updatable) The private endpoint label
|
4300
|
+
:param pulumi.Input[str] private_endpoint_label: (Updatable) (Optional) (Updatable) The resource's private endpoint label.
|
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.
|
4220
4304
|
:param pulumi.Input[Sequence[pulumi.Input[float]]] provisionable_cpuses: An array of CPU values that an Autonomous Database can be scaled to.
|
4221
4305
|
: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.
|
4222
4306
|
: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.
|
@@ -4234,20 +4318,28 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4234
4318
|
This cannot be used in conjunction with adminPassword.
|
4235
4319
|
: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.
|
4236
4320
|
:param pulumi.Input[str] service_console_url: The URL of the Service Console for the Autonomous Database.
|
4237
|
-
:param pulumi.Input[str] source: The source of the 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.
|
4238
4326
|
|
4239
|
-
For Autonomous
|
4327
|
+
For [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) instances, the following cloning options are available:
|
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).
|
4240
4330
|
: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.
|
4241
4331
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseStandbyDbArgs']]]] standby_dbs: **Deprecated** Autonomous Data Guard standby database details.
|
4242
4332
|
: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`.
|
4243
4333
|
|
4244
|
-
For
|
4334
|
+
For Autonomous Database Serverless instances, 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"]`
|
4245
4335
|
|
4246
4336
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
4247
4337
|
|
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
|
+
|
4248
4340
|
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.
|
4249
4341
|
:param pulumi.Input[str] state: The current state of the Autonomous Database.
|
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.
|
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. This the only parameter to configure private endpoint, VCN details are obtained from the `subnet_id`.
|
4251
4343
|
|
4252
4344
|
**Subnet Restrictions:**
|
4253
4345
|
* 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.
|
@@ -4256,8 +4348,8 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4256
4348
|
|
4257
4349
|
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.
|
4258
4350
|
: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.
|
4259
|
-
:param pulumi.Input[str] switchover_to: It is applicable only when `
|
4260
|
-
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `role`
|
4351
|
+
:param pulumi.Input[str] switchover_to: It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
4352
|
+
:param pulumi.Input[str] switchover_to_remote_peer_id: (Updatable) It is applicable only when `dataguard_region_type` and `role` are set, and `is_dedicated` is false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to and the API is called from the remote region.
|
4261
4353
|
: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).
|
4262
4354
|
:param pulumi.Input[str] time_created: The date and time the Autonomous Database was created.
|
4263
4355
|
: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.
|
@@ -4278,16 +4370,14 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4278
4370
|
:param pulumi.Input[bool] use_latest_available_backup_time_stamp: Clone from latest available backup timestamp.
|
4279
4371
|
:param pulumi.Input[int] used_data_storage_size_in_gbs: The storage space consumed by Autonomous Database in GBs.
|
4280
4372
|
:param pulumi.Input[int] used_data_storage_size_in_tbs: The amount of storage that has been used, in terabytes.
|
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).
|
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). This parameter and `secretId` are required for Customer Managed Keys.
|
4282
4374
|
: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`.
|
4283
4375
|
|
4284
|
-
For
|
4376
|
+
For Autonomous Database Serverless instances, 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"]`
|
4285
4377
|
|
4286
4378
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
4287
4379
|
|
4288
4380
|
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 `[""]`.
|
4291
4381
|
"""
|
4292
4382
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
4293
4383
|
|
@@ -4490,7 +4580,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4490
4580
|
@pulumi.getter(name="autonomousMaintenanceScheduleType")
|
4491
4581
|
def autonomous_maintenance_schedule_type(self) -> pulumi.Output[str]:
|
4492
4582
|
"""
|
4493
|
-
The maintenance schedule type of the Autonomous Database
|
4583
|
+
The maintenance schedule type of the Autonomous Database Serverless instances. 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.
|
4494
4584
|
"""
|
4495
4585
|
return pulumi.get(self, "autonomous_maintenance_schedule_type")
|
4496
4586
|
|
@@ -4522,7 +4612,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4522
4612
|
@pulumi.getter(name="characterSet")
|
4523
4613
|
def character_set(self) -> pulumi.Output[str]:
|
4524
4614
|
"""
|
4525
|
-
The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on
|
4615
|
+
The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by [List Autonomous Database Character Sets](https://www.terraform.io/autonomousDatabaseCharacterSets)
|
4526
4616
|
|
4527
4617
|
For an Autonomous Database on dedicated infrastructure, the allowed values are:
|
4528
4618
|
|
@@ -4534,7 +4624,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4534
4624
|
@pulumi.getter(name="cloneType")
|
4535
4625
|
def clone_type(self) -> pulumi.Output[str]:
|
4536
4626
|
"""
|
4537
|
-
The Autonomous Database clone type.
|
4627
|
+
The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.
|
4538
4628
|
"""
|
4539
4629
|
return pulumi.get(self, "clone_type")
|
4540
4630
|
|
@@ -4583,8 +4673,13 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4583
4673
|
def cpu_core_count(self) -> pulumi.Output[int]:
|
4584
4674
|
"""
|
4585
4675
|
(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
|
-
|
4587
4676
|
**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.
|
4588
4683
|
"""
|
4589
4684
|
return pulumi.get(self, "cpu_core_count")
|
4590
4685
|
|
@@ -4630,7 +4725,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4630
4725
|
@pulumi.getter(name="databaseEdition")
|
4631
4726
|
def database_edition(self) -> pulumi.Output[str]:
|
4632
4727
|
"""
|
4633
|
-
(Updatable) The Oracle Database Edition that applies to the Autonomous databases.
|
4728
|
+
(Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to `ENTERPRISE_EDITION` or `STANDARD_EDITION`.
|
4634
4729
|
"""
|
4635
4730
|
return pulumi.get(self, "database_edition")
|
4636
4731
|
|
@@ -4646,7 +4741,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4646
4741
|
@pulumi.getter(name="dataguardRegionType")
|
4647
4742
|
def dataguard_region_type(self) -> pulumi.Output[str]:
|
4648
4743
|
"""
|
4649
|
-
**Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous
|
4744
|
+
**Deprecated** (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, 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.
|
4650
4745
|
"""
|
4651
4746
|
return pulumi.get(self, "dataguard_region_type")
|
4652
4747
|
|
@@ -4702,7 +4797,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4702
4797
|
@pulumi.getter(name="disasterRecoveryRegionType")
|
4703
4798
|
def disaster_recovery_region_type(self) -> pulumi.Output[str]:
|
4704
4799
|
"""
|
4705
|
-
**Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For
|
4800
|
+
**Deprecated** The disaster recovery (DR) region type of the Autonomous Database. For Serverless 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.
|
4706
4801
|
"""
|
4707
4802
|
return pulumi.get(self, "disaster_recovery_region_type")
|
4708
4803
|
|
@@ -4840,7 +4935,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4840
4935
|
@pulumi.getter(name="isPreviewVersionWithServiceTermsAccepted")
|
4841
4936
|
def is_preview_version_with_service_terms_accepted(self) -> pulumi.Output[bool]:
|
4842
4937
|
"""
|
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 [
|
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 [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html).
|
4844
4939
|
"""
|
4845
4940
|
return pulumi.get(self, "is_preview_version_with_service_terms_accepted")
|
4846
4941
|
|
@@ -4880,7 +4975,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4880
4975
|
@pulumi.getter(name="isShrinkOnly")
|
4881
4976
|
def is_shrink_only(self) -> pulumi.Output[Optional[bool]]:
|
4882
4977
|
"""
|
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
|
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 Serverless databases i.e. where `is_dedicated` is false.
|
4884
4979
|
|
4885
4980
|
** IMPORTANT **
|
4886
4981
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -4902,7 +4997,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4902
4997
|
@pulumi.getter(name="keyStoreId")
|
4903
4998
|
def key_store_id(self) -> pulumi.Output[str]:
|
4904
4999
|
"""
|
4905
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
5000
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
|
4906
5001
|
"""
|
4907
5002
|
return pulumi.get(self, "key_store_id")
|
4908
5003
|
|
@@ -4934,7 +5029,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4934
5029
|
@pulumi.getter(name="kmsKeyVersionId")
|
4935
5030
|
def kms_key_version_id(self) -> pulumi.Output[str]:
|
4936
5031
|
"""
|
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.
|
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. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
4938
5033
|
"""
|
4939
5034
|
return pulumi.get(self, "kms_key_version_id")
|
4940
5035
|
|
@@ -4966,7 +5061,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4966
5061
|
@pulumi.getter(name="localDisasterRecoveryType")
|
4967
5062
|
def local_disaster_recovery_type(self) -> pulumi.Output[str]:
|
4968
5063
|
"""
|
4969
|
-
Indicates the local disaster recovery (DR) type of the
|
5064
|
+
Indicates the local disaster recovery (DR) type of the Serverless 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.
|
4970
5065
|
"""
|
4971
5066
|
return pulumi.get(self, "local_disaster_recovery_type")
|
4972
5067
|
|
@@ -4990,7 +5085,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4990
5085
|
@pulumi.getter(name="maxCpuCoreCount")
|
4991
5086
|
def max_cpu_core_count(self) -> pulumi.Output[int]:
|
4992
5087
|
"""
|
4993
|
-
(Updatable) The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
5088
|
+
(Updatable) **Deprecated.** The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
|
4994
5089
|
"""
|
4995
5090
|
return pulumi.get(self, "max_cpu_core_count")
|
4996
5091
|
|
@@ -4998,7 +5093,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4998
5093
|
@pulumi.getter(name="memoryPerOracleComputeUnitInGbs")
|
4999
5094
|
def memory_per_oracle_compute_unit_in_gbs(self) -> pulumi.Output[int]:
|
5000
5095
|
"""
|
5001
|
-
The amount of memory (in GBs) enabled per
|
5096
|
+
The amount of memory (in GBs) enabled per OCPU or ECPU. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details. This parameter is not used for Autonomous database Serverless.
|
5002
5097
|
"""
|
5003
5098
|
return pulumi.get(self, "memory_per_oracle_compute_unit_in_gbs")
|
5004
5099
|
|
@@ -5045,6 +5140,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5045
5140
|
* 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.)
|
5046
5141
|
* 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.
|
5047
5142
|
* 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.
|
5048
5144
|
|
5049
5145
|
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.
|
5050
5146
|
|
@@ -5072,7 +5168,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5072
5168
|
@pulumi.getter(name="peerDbIds")
|
5073
5169
|
def peer_db_ids(self) -> pulumi.Output[Sequence[str]]:
|
5074
5170
|
"""
|
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
|
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 Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
|
5076
5172
|
"""
|
5077
5173
|
return pulumi.get(self, "peer_db_ids")
|
5078
5174
|
|
@@ -5088,7 +5184,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5088
5184
|
@pulumi.getter(name="privateEndpoint")
|
5089
5185
|
def private_endpoint(self) -> pulumi.Output[str]:
|
5090
5186
|
"""
|
5091
|
-
The private endpoint for the resource.
|
5187
|
+
The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
|
5092
5188
|
"""
|
5093
5189
|
return pulumi.get(self, "private_endpoint")
|
5094
5190
|
|
@@ -5104,7 +5200,10 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5104
5200
|
@pulumi.getter(name="privateEndpointLabel")
|
5105
5201
|
def private_endpoint_label(self) -> pulumi.Output[str]:
|
5106
5202
|
"""
|
5107
|
-
(Updatable) The private endpoint label
|
5203
|
+
(Updatable) (Optional) (Updatable) The resource's private endpoint label.
|
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.
|
5108
5207
|
"""
|
5109
5208
|
return pulumi.get(self, "private_endpoint_label")
|
5110
5209
|
|
@@ -5225,9 +5324,15 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5225
5324
|
@pulumi.getter
|
5226
5325
|
def source(self) -> pulumi.Output[str]:
|
5227
5326
|
"""
|
5228
|
-
The source of the database:
|
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.
|
5229
5332
|
|
5230
|
-
For Autonomous
|
5333
|
+
For [Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) instances, the following cloning options are available:
|
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).
|
5231
5336
|
"""
|
5232
5337
|
return pulumi.get(self, "source")
|
5233
5338
|
|
@@ -5253,10 +5358,12 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5253
5358
|
"""
|
5254
5359
|
(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`.
|
5255
5360
|
|
5256
|
-
For
|
5361
|
+
For Autonomous Database Serverless instances, 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"]`
|
5257
5362
|
|
5258
5363
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
5259
5364
|
|
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
|
+
|
5260
5367
|
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.
|
5261
5368
|
"""
|
5262
5369
|
return pulumi.get(self, "standby_whitelisted_ips")
|
@@ -5273,7 +5380,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5273
5380
|
@pulumi.getter(name="subnetId")
|
5274
5381
|
def subnet_id(self) -> pulumi.Output[str]:
|
5275
5382
|
"""
|
5276
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
5383
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the `subnet_id`.
|
5277
5384
|
|
5278
5385
|
**Subnet Restrictions:**
|
5279
5386
|
* 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.
|
@@ -5296,7 +5403,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5296
5403
|
@pulumi.getter(name="switchoverTo")
|
5297
5404
|
def switchover_to(self) -> pulumi.Output[Optional[str]]:
|
5298
5405
|
"""
|
5299
|
-
It is applicable only when `
|
5406
|
+
It is applicable only when `is_local_data_guard_enabled` is true. Could be set to `PRIMARY` or `STANDBY`. Default value is `PRIMARY`.
|
5300
5407
|
"""
|
5301
5408
|
return pulumi.get(self, "switchover_to")
|
5302
5409
|
|
@@ -5304,7 +5411,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5304
5411
|
@pulumi.getter(name="switchoverToRemotePeerId")
|
5305
5412
|
def switchover_to_remote_peer_id(self) -> pulumi.Output[Optional[str]]:
|
5306
5413
|
"""
|
5307
|
-
(Updatable) It is applicable only when `role`
|
5414
|
+
(Updatable) It is applicable only when `dataguard_region_type` and `role` are set, and `is_dedicated` is false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peer to switchover to and the API is called from the remote region.
|
5308
5415
|
"""
|
5309
5416
|
return pulumi.get(self, "switchover_to_remote_peer_id")
|
5310
5417
|
|
@@ -5477,7 +5584,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5477
5584
|
@pulumi.getter(name="vaultId")
|
5478
5585
|
def vault_id(self) -> pulumi.Output[str]:
|
5479
5586
|
"""
|
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).
|
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). This parameter and `secretId` are required for Customer Managed Keys.
|
5481
5588
|
"""
|
5482
5589
|
return pulumi.get(self, "vault_id")
|
5483
5590
|
|
@@ -5487,12 +5594,10 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5487
5594
|
"""
|
5488
5595
|
(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`.
|
5489
5596
|
|
5490
|
-
For
|
5597
|
+
For Autonomous Database Serverless instances, 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"]`
|
5491
5598
|
|
5492
5599
|
For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
|
5493
5600
|
|
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
|
-
|
5496
5601
|
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 `[""]`.
|
5497
5602
|
"""
|
5498
5603
|
return pulumi.get(self, "whitelisted_ips")
|