pulumi-oci 1.39.0__py3-none-any.whl → 1.39.0a1717482940__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.
Files changed (35) hide show
  1. pulumi_oci/__init__.py +0 -11
  2. pulumi_oci/database/__init__.py +0 -1
  3. pulumi_oci/database/_inputs.py +4 -44
  4. pulumi_oci/database/autonomous_database.py +14 -61
  5. pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
  6. pulumi_oci/database/get_autonomous_character_sets.py +0 -4
  7. pulumi_oci/database/get_autonomous_database.py +1 -14
  8. pulumi_oci/database/outputs.py +6 -102
  9. pulumi_oci/goldengate/_inputs.py +6 -219
  10. pulumi_oci/goldengate/connection.py +0 -334
  11. pulumi_oci/goldengate/connection_assignment.py +19 -68
  12. pulumi_oci/goldengate/deployment.py +7 -88
  13. pulumi_oci/goldengate/deployment_backup.py +3 -122
  14. pulumi_oci/goldengate/deployment_certificate.py +10 -59
  15. pulumi_oci/goldengate/get_connection.py +1 -80
  16. pulumi_oci/goldengate/get_connection_assignment.py +1 -11
  17. pulumi_oci/goldengate/get_deployment.py +2 -25
  18. pulumi_oci/goldengate/get_deployment_backup.py +1 -38
  19. pulumi_oci/goldengate/get_deployment_certificate.py +2 -12
  20. pulumi_oci/goldengate/get_deployment_certificates.py +0 -3
  21. pulumi_oci/goldengate/get_trail_files.py +2 -2
  22. pulumi_oci/goldengate/get_trail_sequences.py +2 -2
  23. pulumi_oci/goldengate/outputs.py +12 -720
  24. pulumi_oci/pulumi-plugin.json +1 -1
  25. {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/METADATA +1 -1
  26. {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/RECORD +28 -35
  27. pulumi_oci/database/get_autonomous_database_peers.py +0 -133
  28. pulumi_oci/demandsignal/__init__.py +0 -12
  29. pulumi_oci/demandsignal/_inputs.py +0 -267
  30. pulumi_oci/demandsignal/get_occ_demand_signal.py +0 -259
  31. pulumi_oci/demandsignal/get_occ_demand_signals.py +0 -183
  32. pulumi_oci/demandsignal/occ_demand_signal.py +0 -630
  33. pulumi_oci/demandsignal/outputs.py +0 -700
  34. {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/WHEEL +0 -0
  35. {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py CHANGED
@@ -93,8 +93,6 @@ if typing.TYPE_CHECKING:
93
93
  datasafe = __datasafe
94
94
  import pulumi_oci.datascience as __datascience
95
95
  datascience = __datascience
96
- import pulumi_oci.demandsignal as __demandsignal
97
- demandsignal = __demandsignal
98
96
  import pulumi_oci.devops as __devops
99
97
  devops = __devops
100
98
  import pulumi_oci.disasterrecovery as __disasterrecovery
@@ -282,7 +280,6 @@ else:
282
280
  datalabellingservice = _utilities.lazy_import('pulumi_oci.datalabellingservice')
283
281
  datasafe = _utilities.lazy_import('pulumi_oci.datasafe')
284
282
  datascience = _utilities.lazy_import('pulumi_oci.datascience')
285
- demandsignal = _utilities.lazy_import('pulumi_oci.demandsignal')
286
283
  devops = _utilities.lazy_import('pulumi_oci.devops')
287
284
  disasterrecovery = _utilities.lazy_import('pulumi_oci.disasterrecovery')
288
285
  dns = _utilities.lazy_import('pulumi_oci.dns')
@@ -3111,14 +3108,6 @@ _utilities.register(
3111
3108
  "oci:DatabaseTools/databaseToolsPrivateEndpoint:DatabaseToolsPrivateEndpoint": "DatabaseToolsPrivateEndpoint"
3112
3109
  }
3113
3110
  },
3114
- {
3115
- "pkg": "oci",
3116
- "mod": "DemandSignal/occDemandSignal",
3117
- "fqn": "pulumi_oci.demandsignal",
3118
- "classes": {
3119
- "oci:DemandSignal/occDemandSignal:OccDemandSignal": "OccDemandSignal"
3120
- }
3121
- },
3122
3111
  {
3123
3112
  "pkg": "oci",
3124
3113
  "mod": "DevOps/buildPipeline",
@@ -71,7 +71,6 @@ from .get_autonomous_database_backups import *
71
71
  from .get_autonomous_database_dataguard_association import *
72
72
  from .get_autonomous_database_dataguard_associations import *
73
73
  from .get_autonomous_database_instance_wallet_management import *
74
- from .get_autonomous_database_peers import *
75
74
  from .get_autonomous_database_refreshable_clones import *
76
75
  from .get_autonomous_database_regional_wallet_management import *
77
76
  from .get_autonomous_database_software_image import *
@@ -172,7 +172,6 @@ __all__ = [
172
172
  'GetAutonomousContainerPatchesFilterArgs',
173
173
  'GetAutonomousDatabaseBackupsFilterArgs',
174
174
  'GetAutonomousDatabaseDataguardAssociationsFilterArgs',
175
- 'GetAutonomousDatabasePeersFilterArgs',
176
175
  'GetAutonomousDatabaseRefreshableClonesFilterArgs',
177
176
  'GetAutonomousDatabaseSoftwareImagesFilterArgs',
178
177
  'GetAutonomousDatabasesClonesFilterArgs',
@@ -1812,7 +1811,7 @@ class AutonomousDatabaseKeyHistoryEntryArgs:
1812
1811
  :param pulumi.Input[str] id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
1813
1812
  :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.
1814
1813
  :param pulumi.Input[str] time_activated: The date and time the kms key activated.
1815
- :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).
1814
+ :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.
1816
1815
  """
1817
1816
  if id is not None:
1818
1817
  pulumi.set(__self__, "id", id)
@@ -1863,7 +1862,7 @@ class AutonomousDatabaseKeyHistoryEntryArgs:
1863
1862
  @pulumi.getter(name="vaultId")
1864
1863
  def vault_id(self) -> Optional[pulumi.Input[str]]:
1865
1864
  """
1866
- 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).
1865
+ 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.
1867
1866
  """
1868
1867
  return pulumi.get(self, "vault_id")
1869
1868
 
@@ -2038,7 +2037,7 @@ class AutonomousDatabaseRemoteDisasterRecoveryConfigurationArgs:
2038
2037
  is_snapshot_standby: Optional[pulumi.Input[bool]] = None,
2039
2038
  time_snapshot_standby_enabled_till: Optional[pulumi.Input[str]] = None):
2040
2039
  """
2041
- :param pulumi.Input[str] disaster_recovery_type: Indicates the 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.
2040
+ :param pulumi.Input[str] disaster_recovery_type: Indicates the disaster recovery (DR) type of the Shared Autonomous Database. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
2042
2041
  :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.
2043
2042
  :param pulumi.Input[bool] is_snapshot_standby: Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
2044
2043
  :param pulumi.Input[str] time_snapshot_standby_enabled_till: Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
@@ -2056,7 +2055,7 @@ class AutonomousDatabaseRemoteDisasterRecoveryConfigurationArgs:
2056
2055
  @pulumi.getter(name="disasterRecoveryType")
2057
2056
  def disaster_recovery_type(self) -> Optional[pulumi.Input[str]]:
2058
2057
  """
2059
- Indicates the 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.
2058
+ Indicates the disaster recovery (DR) type of the Shared Autonomous Database. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
2060
2059
  """
2061
2060
  return pulumi.get(self, "disaster_recovery_type")
2062
2061
 
@@ -11527,45 +11526,6 @@ class GetAutonomousDatabaseDataguardAssociationsFilterArgs:
11527
11526
  pulumi.set(self, "regex", value)
11528
11527
 
11529
11528
 
11530
- @pulumi.input_type
11531
- class GetAutonomousDatabasePeersFilterArgs:
11532
- def __init__(__self__, *,
11533
- name: str,
11534
- values: Sequence[str],
11535
- regex: Optional[bool] = None):
11536
- pulumi.set(__self__, "name", name)
11537
- pulumi.set(__self__, "values", values)
11538
- if regex is not None:
11539
- pulumi.set(__self__, "regex", regex)
11540
-
11541
- @property
11542
- @pulumi.getter
11543
- def name(self) -> str:
11544
- return pulumi.get(self, "name")
11545
-
11546
- @name.setter
11547
- def name(self, value: str):
11548
- pulumi.set(self, "name", value)
11549
-
11550
- @property
11551
- @pulumi.getter
11552
- def values(self) -> Sequence[str]:
11553
- return pulumi.get(self, "values")
11554
-
11555
- @values.setter
11556
- def values(self, value: Sequence[str]):
11557
- pulumi.set(self, "values", value)
11558
-
11559
- @property
11560
- @pulumi.getter
11561
- def regex(self) -> Optional[bool]:
11562
- return pulumi.get(self, "regex")
11563
-
11564
- @regex.setter
11565
- def regex(self, value: Optional[bool]):
11566
- pulumi.set(self, "regex", value)
11567
-
11568
-
11569
11529
  @pulumi.input_type
11570
11530
  class GetAutonomousDatabaseRefreshableClonesFilterArgs:
11571
11531
  def __init__(__self__, *,
@@ -42,7 +42,6 @@ class AutonomousDatabaseArgs:
42
42
  db_version: Optional[pulumi.Input[str]] = None,
43
43
  db_workload: Optional[pulumi.Input[str]] = None,
44
44
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
45
- disaster_recovery_type: Optional[pulumi.Input[str]] = None,
46
45
  display_name: Optional[pulumi.Input[str]] = None,
47
46
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
48
47
  in_memory_percentage: Optional[pulumi.Input[int]] = None,
@@ -148,7 +147,6 @@ class AutonomousDatabaseArgs:
148
147
 
149
148
  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.
150
149
  :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).
151
- :param pulumi.Input[str] disaster_recovery_type: Indicates the 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.
152
150
  :param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
153
151
  :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"}`
154
152
  :param pulumi.Input[int] in_memory_percentage: (Updatable) The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
@@ -242,8 +240,8 @@ class AutonomousDatabaseArgs:
242
240
  :param pulumi.Input[str] time_of_auto_refresh_start: The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter.
243
241
  :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.
244
242
  :param pulumi.Input[bool] use_latest_available_backup_time_stamp: Clone from latest available backup timestamp.
245
- :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).
246
- :param pulumi.Input[Sequence[pulumi.Input[str]]] whitelisted_ips: (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on [shared Exadata infrastructure](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.
243
+ :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.
244
+ :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`.
247
245
 
248
246
  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"]`
249
247
 
@@ -301,8 +299,6 @@ class AutonomousDatabaseArgs:
301
299
  pulumi.set(__self__, "db_workload", db_workload)
302
300
  if defined_tags is not None:
303
301
  pulumi.set(__self__, "defined_tags", defined_tags)
304
- if disaster_recovery_type is not None:
305
- pulumi.set(__self__, "disaster_recovery_type", disaster_recovery_type)
306
302
  if display_name is not None:
307
303
  pulumi.set(__self__, "display_name", display_name)
308
304
  if freeform_tags is not None:
@@ -746,18 +742,6 @@ class AutonomousDatabaseArgs:
746
742
  def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
747
743
  pulumi.set(self, "defined_tags", value)
748
744
 
749
- @property
750
- @pulumi.getter(name="disasterRecoveryType")
751
- def disaster_recovery_type(self) -> Optional[pulumi.Input[str]]:
752
- """
753
- Indicates the 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.
754
- """
755
- return pulumi.get(self, "disaster_recovery_type")
756
-
757
- @disaster_recovery_type.setter
758
- def disaster_recovery_type(self, value: Optional[pulumi.Input[str]]):
759
- pulumi.set(self, "disaster_recovery_type", value)
760
-
761
745
  @property
762
746
  @pulumi.getter(name="displayName")
763
747
  def display_name(self) -> Optional[pulumi.Input[str]]:
@@ -1384,7 +1368,7 @@ class AutonomousDatabaseArgs:
1384
1368
  @pulumi.getter(name="vaultId")
1385
1369
  def vault_id(self) -> Optional[pulumi.Input[str]]:
1386
1370
  """
1387
- 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).
1371
+ 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.
1388
1372
  """
1389
1373
  return pulumi.get(self, "vault_id")
1390
1374
 
@@ -1396,7 +1380,7 @@ class AutonomousDatabaseArgs:
1396
1380
  @pulumi.getter(name="whitelistedIps")
1397
1381
  def whitelisted_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1398
1382
  """
1399
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on [shared Exadata infrastructure](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.
1383
+ (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`.
1400
1384
 
1401
1385
  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"]`
1402
1386
 
@@ -1449,7 +1433,6 @@ class _AutonomousDatabaseState:
1449
1433
  db_workload: Optional[pulumi.Input[str]] = None,
1450
1434
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1451
1435
  disaster_recovery_region_type: Optional[pulumi.Input[str]] = None,
1452
- disaster_recovery_type: Optional[pulumi.Input[str]] = None,
1453
1436
  display_name: Optional[pulumi.Input[str]] = None,
1454
1437
  failed_data_recovery_in_seconds: Optional[pulumi.Input[int]] = None,
1455
1438
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
@@ -1609,7 +1592,6 @@ class _AutonomousDatabaseState:
1609
1592
  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.
1610
1593
  :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).
1611
1594
  :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.
1612
- :param pulumi.Input[str] disaster_recovery_type: Indicates the 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.
1613
1595
  :param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
1614
1596
  :param pulumi.Input[int] failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
1615
1597
  :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"}`
@@ -1747,8 +1729,8 @@ class _AutonomousDatabaseState:
1747
1729
  :param pulumi.Input[bool] use_latest_available_backup_time_stamp: Clone from latest available backup timestamp.
1748
1730
  :param pulumi.Input[int] used_data_storage_size_in_gbs: The storage space consumed by Autonomous Database in GBs.
1749
1731
  :param pulumi.Input[int] used_data_storage_size_in_tbs: The amount of storage that has been used, in terabytes.
1750
- :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).
1751
- :param pulumi.Input[Sequence[pulumi.Input[str]]] whitelisted_ips: (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on [shared Exadata infrastructure](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.
1732
+ :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.
1733
+ :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`.
1752
1734
 
1753
1735
  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"]`
1754
1736
 
@@ -1826,8 +1808,6 @@ class _AutonomousDatabaseState:
1826
1808
  pulumi.set(__self__, "defined_tags", defined_tags)
1827
1809
  if disaster_recovery_region_type is not None:
1828
1810
  pulumi.set(__self__, "disaster_recovery_region_type", disaster_recovery_region_type)
1829
- if disaster_recovery_type is not None:
1830
- pulumi.set(__self__, "disaster_recovery_type", disaster_recovery_type)
1831
1811
  if display_name is not None:
1832
1812
  pulumi.set(__self__, "display_name", display_name)
1833
1813
  if failed_data_recovery_in_seconds is not None:
@@ -2469,18 +2449,6 @@ class _AutonomousDatabaseState:
2469
2449
  def disaster_recovery_region_type(self, value: Optional[pulumi.Input[str]]):
2470
2450
  pulumi.set(self, "disaster_recovery_region_type", value)
2471
2451
 
2472
- @property
2473
- @pulumi.getter(name="disasterRecoveryType")
2474
- def disaster_recovery_type(self) -> Optional[pulumi.Input[str]]:
2475
- """
2476
- Indicates the 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.
2477
- """
2478
- return pulumi.get(self, "disaster_recovery_type")
2479
-
2480
- @disaster_recovery_type.setter
2481
- def disaster_recovery_type(self, value: Optional[pulumi.Input[str]]):
2482
- pulumi.set(self, "disaster_recovery_type", value)
2483
-
2484
2452
  @property
2485
2453
  @pulumi.getter(name="displayName")
2486
2454
  def display_name(self) -> Optional[pulumi.Input[str]]:
@@ -3644,7 +3612,7 @@ class _AutonomousDatabaseState:
3644
3612
  @pulumi.getter(name="vaultId")
3645
3613
  def vault_id(self) -> Optional[pulumi.Input[str]]:
3646
3614
  """
3647
- 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).
3615
+ 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.
3648
3616
  """
3649
3617
  return pulumi.get(self, "vault_id")
3650
3618
 
@@ -3656,7 +3624,7 @@ class _AutonomousDatabaseState:
3656
3624
  @pulumi.getter(name="whitelistedIps")
3657
3625
  def whitelisted_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3658
3626
  """
3659
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on [shared Exadata infrastructure](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.
3627
+ (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`.
3660
3628
 
3661
3629
  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"]`
3662
3630
 
@@ -3702,7 +3670,6 @@ class AutonomousDatabase(pulumi.CustomResource):
3702
3670
  db_version: Optional[pulumi.Input[str]] = None,
3703
3671
  db_workload: Optional[pulumi.Input[str]] = None,
3704
3672
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
3705
- disaster_recovery_type: Optional[pulumi.Input[str]] = None,
3706
3673
  display_name: Optional[pulumi.Input[str]] = None,
3707
3674
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
3708
3675
  in_memory_percentage: Optional[pulumi.Input[int]] = None,
@@ -3824,7 +3791,6 @@ class AutonomousDatabase(pulumi.CustomResource):
3824
3791
 
3825
3792
  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.
3826
3793
  :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).
3827
- :param pulumi.Input[str] disaster_recovery_type: Indicates the 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.
3828
3794
  :param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
3829
3795
  :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"}`
3830
3796
  :param pulumi.Input[int] in_memory_percentage: (Updatable) The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
@@ -3918,8 +3884,8 @@ class AutonomousDatabase(pulumi.CustomResource):
3918
3884
  :param pulumi.Input[str] time_of_auto_refresh_start: The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter.
3919
3885
  :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.
3920
3886
  :param pulumi.Input[bool] use_latest_available_backup_time_stamp: Clone from latest available backup timestamp.
3921
- :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).
3922
- :param pulumi.Input[Sequence[pulumi.Input[str]]] whitelisted_ips: (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on [shared Exadata infrastructure](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.
3887
+ :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.
3888
+ :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`.
3923
3889
 
3924
3890
  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"]`
3925
3891
 
@@ -3989,7 +3955,6 @@ class AutonomousDatabase(pulumi.CustomResource):
3989
3955
  db_version: Optional[pulumi.Input[str]] = None,
3990
3956
  db_workload: Optional[pulumi.Input[str]] = None,
3991
3957
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
3992
- disaster_recovery_type: Optional[pulumi.Input[str]] = None,
3993
3958
  display_name: Optional[pulumi.Input[str]] = None,
3994
3959
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
3995
3960
  in_memory_percentage: Optional[pulumi.Input[int]] = None,
@@ -4079,7 +4044,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4079
4044
  __props__.__dict__["db_version"] = db_version
4080
4045
  __props__.__dict__["db_workload"] = db_workload
4081
4046
  __props__.__dict__["defined_tags"] = defined_tags
4082
- __props__.__dict__["disaster_recovery_type"] = disaster_recovery_type
4083
4047
  __props__.__dict__["display_name"] = display_name
4084
4048
  __props__.__dict__["freeform_tags"] = freeform_tags
4085
4049
  __props__.__dict__["in_memory_percentage"] = in_memory_percentage
@@ -4231,7 +4195,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4231
4195
  db_workload: Optional[pulumi.Input[str]] = None,
4232
4196
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
4233
4197
  disaster_recovery_region_type: Optional[pulumi.Input[str]] = None,
4234
- disaster_recovery_type: Optional[pulumi.Input[str]] = None,
4235
4198
  display_name: Optional[pulumi.Input[str]] = None,
4236
4199
  failed_data_recovery_in_seconds: Optional[pulumi.Input[int]] = None,
4237
4200
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
@@ -4396,7 +4359,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4396
4359
  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.
4397
4360
  :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).
4398
4361
  :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.
4399
- :param pulumi.Input[str] disaster_recovery_type: Indicates the 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.
4400
4362
  :param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
4401
4363
  :param pulumi.Input[int] failed_data_recovery_in_seconds: Indicates the number of seconds of data loss for a Data Guard failover.
4402
4364
  :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"}`
@@ -4534,8 +4496,8 @@ class AutonomousDatabase(pulumi.CustomResource):
4534
4496
  :param pulumi.Input[bool] use_latest_available_backup_time_stamp: Clone from latest available backup timestamp.
4535
4497
  :param pulumi.Input[int] used_data_storage_size_in_gbs: The storage space consumed by Autonomous Database in GBs.
4536
4498
  :param pulumi.Input[int] used_data_storage_size_in_tbs: The amount of storage that has been used, in terabytes.
4537
- :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).
4538
- :param pulumi.Input[Sequence[pulumi.Input[str]]] whitelisted_ips: (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on [shared Exadata infrastructure](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.
4499
+ :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.
4500
+ :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`.
4539
4501
 
4540
4502
  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"]`
4541
4503
 
@@ -4582,7 +4544,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4582
4544
  __props__.__dict__["db_workload"] = db_workload
4583
4545
  __props__.__dict__["defined_tags"] = defined_tags
4584
4546
  __props__.__dict__["disaster_recovery_region_type"] = disaster_recovery_region_type
4585
- __props__.__dict__["disaster_recovery_type"] = disaster_recovery_type
4586
4547
  __props__.__dict__["display_name"] = display_name
4587
4548
  __props__.__dict__["failed_data_recovery_in_seconds"] = failed_data_recovery_in_seconds
4588
4549
  __props__.__dict__["freeform_tags"] = freeform_tags
@@ -4987,14 +4948,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4987
4948
  """
4988
4949
  return pulumi.get(self, "disaster_recovery_region_type")
4989
4950
 
4990
- @property
4991
- @pulumi.getter(name="disasterRecoveryType")
4992
- def disaster_recovery_type(self) -> pulumi.Output[str]:
4993
- """
4994
- Indicates the 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.
4995
- """
4996
- return pulumi.get(self, "disaster_recovery_type")
4997
-
4998
4951
  @property
4999
4952
  @pulumi.getter(name="displayName")
5000
4953
  def display_name(self) -> pulumi.Output[str]:
@@ -5786,7 +5739,7 @@ class AutonomousDatabase(pulumi.CustomResource):
5786
5739
  @pulumi.getter(name="vaultId")
5787
5740
  def vault_id(self) -> pulumi.Output[str]:
5788
5741
  """
5789
- 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).
5742
+ 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.
5790
5743
  """
5791
5744
  return pulumi.get(self, "vault_id")
5792
5745
 
@@ -5794,7 +5747,7 @@ class AutonomousDatabase(pulumi.CustomResource):
5794
5747
  @pulumi.getter(name="whitelistedIps")
5795
5748
  def whitelisted_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
5796
5749
  """
5797
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on [shared Exadata infrastructure](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.
5750
+ (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`.
5798
5751
 
5799
5752
  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"]`
5800
5753
 
@@ -52,9 +52,7 @@ class CloudAutonomousVmClusterArgs:
52
52
  :param pulumi.Input[str] description: (Updatable) User defined description of the cloud Autonomous VM cluster.
53
53
  :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"}`
54
54
  :param pulumi.Input[bool] is_mtls_enabled_vm_cluster: Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
55
- <<<<<<< HEAD
56
- :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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`.
57
- >>>>>>> ee509575808 (Added - Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby)
55
+ :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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
58
56
 
59
57
  This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
60
58
  :param pulumi.Input['CloudAutonomousVmClusterMaintenanceWindowDetailsArgs'] maintenance_window_details: (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
@@ -257,7 +255,6 @@ class CloudAutonomousVmClusterArgs:
257
255
  def is_mtls_enabled_vm_cluster(self) -> Optional[pulumi.Input[bool]]:
258
256
  """
259
257
  Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
260
- <<<<<<< HEAD
261
258
  """
262
259
  return pulumi.get(self, "is_mtls_enabled_vm_cluster")
263
260
 
@@ -269,8 +266,7 @@ class CloudAutonomousVmClusterArgs:
269
266
  @pulumi.getter(name="licenseModel")
270
267
  def license_model(self) -> Optional[pulumi.Input[str]]:
271
268
  """
272
- (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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`.
273
- >>>>>>> ee509575808 (Added - Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby)
269
+ (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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
274
270
 
275
271
  This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
276
272
  """
@@ -454,12 +450,9 @@ class _CloudAutonomousVmClusterState:
454
450
  :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"}`
455
451
  :param pulumi.Input[str] hostname: The hostname for the cloud Autonomous VM cluster.
456
452
  :param pulumi.Input[bool] is_mtls_enabled_vm_cluster: Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
457
- <<<<<<< HEAD
458
453
  :param pulumi.Input[str] last_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
459
454
  :param pulumi.Input[str] last_update_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history. This value is updated when a maintenance update starts.
460
- <<<<<<< HEAD
461
- :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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`.
462
- >>>>>>> ee509575808 (Added - Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby)
455
+ :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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
463
456
 
464
457
  This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
465
458
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
@@ -900,7 +893,6 @@ class _CloudAutonomousVmClusterState:
900
893
  def is_mtls_enabled_vm_cluster(self) -> Optional[pulumi.Input[bool]]:
901
894
  """
902
895
  Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
903
- <<<<<<< HEAD
904
896
  """
905
897
  return pulumi.get(self, "is_mtls_enabled_vm_cluster")
906
898
 
@@ -925,7 +917,6 @@ class _CloudAutonomousVmClusterState:
925
917
  def last_update_history_entry_id(self) -> Optional[pulumi.Input[str]]:
926
918
  """
927
919
  The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history. This value is updated when a maintenance update starts.
928
- <<<<<<< HEAD
929
920
  """
930
921
  return pulumi.get(self, "last_update_history_entry_id")
931
922
 
@@ -937,8 +928,7 @@ class _CloudAutonomousVmClusterState:
937
928
  @pulumi.getter(name="licenseModel")
938
929
  def license_model(self) -> Optional[pulumi.Input[str]]:
939
930
  """
940
- (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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`.
941
- >>>>>>> ee509575808 (Added - Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby)
931
+ (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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
942
932
 
943
933
  This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
944
934
  """
@@ -1379,9 +1369,7 @@ class CloudAutonomousVmCluster(pulumi.CustomResource):
1379
1369
  :param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the cloud Autonomous VM cluster. The name does not need to be unique.
1380
1370
  :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"}`
1381
1371
  :param pulumi.Input[bool] is_mtls_enabled_vm_cluster: Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
1382
- <<<<<<< HEAD
1383
- :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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`.
1384
- >>>>>>> ee509575808 (Added - Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby)
1372
+ :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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
1385
1373
 
1386
1374
  This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
1387
1375
  :param pulumi.Input[pulumi.InputType['CloudAutonomousVmClusterMaintenanceWindowDetailsArgs']] maintenance_window_details: (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
@@ -1667,12 +1655,9 @@ class CloudAutonomousVmCluster(pulumi.CustomResource):
1667
1655
  :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"}`
1668
1656
  :param pulumi.Input[str] hostname: The hostname for the cloud Autonomous VM cluster.
1669
1657
  :param pulumi.Input[bool] is_mtls_enabled_vm_cluster: Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
1670
- <<<<<<< HEAD
1671
1658
  :param pulumi.Input[str] last_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
1672
1659
  :param pulumi.Input[str] last_update_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history. This value is updated when a maintenance update starts.
1673
- <<<<<<< HEAD
1674
- :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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`.
1675
- >>>>>>> ee509575808 (Added - Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby)
1660
+ :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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
1676
1661
 
1677
1662
  This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
1678
1663
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
@@ -1967,7 +1952,6 @@ class CloudAutonomousVmCluster(pulumi.CustomResource):
1967
1952
  def is_mtls_enabled_vm_cluster(self) -> pulumi.Output[bool]:
1968
1953
  """
1969
1954
  Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
1970
- <<<<<<< HEAD
1971
1955
  """
1972
1956
  return pulumi.get(self, "is_mtls_enabled_vm_cluster")
1973
1957
 
@@ -1984,7 +1968,6 @@ class CloudAutonomousVmCluster(pulumi.CustomResource):
1984
1968
  def last_update_history_entry_id(self) -> pulumi.Output[str]:
1985
1969
  """
1986
1970
  The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history. This value is updated when a maintenance update starts.
1987
- <<<<<<< HEAD
1988
1971
  """
1989
1972
  return pulumi.get(self, "last_update_history_entry_id")
1990
1973
 
@@ -1992,8 +1975,7 @@ class CloudAutonomousVmCluster(pulumi.CustomResource):
1992
1975
  @pulumi.getter(name="licenseModel")
1993
1976
  def license_model(self) -> pulumi.Output[str]:
1994
1977
  """
1995
- (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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`.
1996
- >>>>>>> ee509575808 (Added - Support for ADB-S: Cross-Tenancy Autonomous Data Guard standby)
1978
+ (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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an [Autonomous Database on dedicated Exadata infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
1997
1979
 
1998
1980
  This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, maxCpuCoreCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
1999
1981
  """
@@ -119,8 +119,6 @@ def get_autonomous_character_sets(character_set_type: Optional[str] = None,
119
119
  :param str character_set_type: Specifies whether this request pertains to database character sets or national character sets.
120
120
  :param bool is_dedicated: Specifies if the request is for an Autonomous Database Dedicated instance. The default request is for an Autonomous Database Dedicated instance.
121
121
  :param bool is_shared: Specifies whether this request is for Autonomous Database on Shared infrastructure. By default, this request will be for Autonomous Database on Dedicated Exadata Infrastructure.
122
-
123
- :
124
122
  """
125
123
  __args__ = dict()
126
124
  __args__['characterSetType'] = character_set_type
@@ -165,7 +163,5 @@ def get_autonomous_character_sets_output(character_set_type: Optional[pulumi.Inp
165
163
  :param str character_set_type: Specifies whether this request pertains to database character sets or national character sets.
166
164
  :param bool is_dedicated: Specifies if the request is for an Autonomous Database Dedicated instance. The default request is for an Autonomous Database Dedicated instance.
167
165
  :param bool is_shared: Specifies whether this request is for Autonomous Database on Shared infrastructure. By default, this request will be for Autonomous Database on Dedicated Exadata Infrastructure.
168
-
169
- :
170
166
  """
171
167
  ...