pulumi-oci 1.29.0__py3-none-any.whl → 1.29.0a1711606977__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 (41) hide show
  1. pulumi_oci/__init__.py +0 -8
  2. pulumi_oci/database/autonomous_database.py +14 -155
  3. pulumi_oci/database/get_autonomous_database.py +2 -41
  4. pulumi_oci/database/get_autonomous_databases.py +1 -1
  5. pulumi_oci/database/outputs.py +2 -68
  6. pulumi_oci/databasemanagement/get_managed_my_sql_database.py +6 -111
  7. pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +4 -32
  8. pulumi_oci/databasemanagement/outputs.py +75 -267
  9. pulumi_oci/dataintegration/__init__.py +0 -3
  10. pulumi_oci/dataintegration/_inputs.py +0 -4504
  11. pulumi_oci/dataintegration/outputs.py +4724 -16512
  12. pulumi_oci/devops/_inputs.py +2 -18
  13. pulumi_oci/devops/deploy_artifact.py +0 -2
  14. pulumi_oci/devops/deploy_stage.py +0 -141
  15. pulumi_oci/devops/get_deploy_stage.py +1 -40
  16. pulumi_oci/devops/outputs.py +6 -75
  17. pulumi_oci/logging/_inputs.py +187 -2751
  18. pulumi_oci/logging/outputs.py +772 -4985
  19. pulumi_oci/logging/unified_agent_configuration.py +208 -34
  20. pulumi_oci/monitoring/_inputs.py +0 -136
  21. pulumi_oci/monitoring/alarm.py +0 -173
  22. pulumi_oci/monitoring/get_alarm.py +1 -40
  23. pulumi_oci/monitoring/get_alarm_history_collection.py +2 -2
  24. pulumi_oci/monitoring/outputs.py +0 -305
  25. pulumi_oci/networkloadbalancer/_inputs.py +20 -20
  26. pulumi_oci/networkloadbalancer/backend.py +7 -7
  27. pulumi_oci/networkloadbalancer/backend_set.py +11 -11
  28. pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
  29. pulumi_oci/networkloadbalancer/get_listener.py +1 -1
  30. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -14
  31. pulumi_oci/networkloadbalancer/listener.py +7 -7
  32. pulumi_oci/networkloadbalancer/network_load_balancer.py +7 -56
  33. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -7
  34. pulumi_oci/networkloadbalancer/outputs.py +34 -41
  35. {pulumi_oci-1.29.0.dist-info → pulumi_oci-1.29.0a1711606977.dist-info}/METADATA +1 -1
  36. {pulumi_oci-1.29.0.dist-info → pulumi_oci-1.29.0a1711606977.dist-info}/RECORD +38 -41
  37. pulumi_oci/dataintegration/get_workspace_task.py +0 -443
  38. pulumi_oci/dataintegration/get_workspace_tasks.py +0 -254
  39. pulumi_oci/dataintegration/workspace_task.py +0 -1364
  40. {pulumi_oci-1.29.0.dist-info → pulumi_oci-1.29.0a1711606977.dist-info}/WHEEL +0 -0
  41. {pulumi_oci-1.29.0.dist-info → pulumi_oci-1.29.0a1711606977.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py CHANGED
@@ -1801,14 +1801,6 @@ _utilities.register(
1801
1801
  "oci:DataIntegration/workspaceProject:WorkspaceProject": "WorkspaceProject"
1802
1802
  }
1803
1803
  },
1804
- {
1805
- "pkg": "oci",
1806
- "mod": "DataIntegration/workspaceTask",
1807
- "fqn": "pulumi_oci.dataintegration",
1808
- "classes": {
1809
- "oci:DataIntegration/workspaceTask:WorkspaceTask": "WorkspaceTask"
1810
- }
1811
- },
1812
1804
  {
1813
1805
  "pkg": "oci",
1814
1806
  "mod": "DataLabellingService/dataset",
@@ -20,8 +20,6 @@ class AutonomousDatabaseArgs:
20
20
  db_name: pulumi.Input[str],
21
21
  admin_password: Optional[pulumi.Input[str]] = None,
22
22
  are_primary_whitelisted_ips_used: Optional[pulumi.Input[bool]] = None,
23
- auto_refresh_frequency_in_seconds: Optional[pulumi.Input[int]] = None,
24
- auto_refresh_point_lag_in_seconds: Optional[pulumi.Input[int]] = None,
25
23
  autonomous_container_database_id: Optional[pulumi.Input[str]] = None,
26
24
  autonomous_database_backup_id: Optional[pulumi.Input[str]] = None,
27
25
  autonomous_database_id: Optional[pulumi.Input[str]] = None,
@@ -87,7 +85,6 @@ class AutonomousDatabaseArgs:
87
85
  subnet_id: Optional[pulumi.Input[str]] = None,
88
86
  switchover_to: Optional[pulumi.Input[str]] = None,
89
87
  switchover_to_remote_peer_id: Optional[pulumi.Input[str]] = None,
90
- time_of_auto_refresh_start: Optional[pulumi.Input[str]] = None,
91
88
  timestamp: Optional[pulumi.Input[str]] = None,
92
89
  use_latest_available_backup_time_stamp: Optional[pulumi.Input[bool]] = None,
93
90
  vault_id: Optional[pulumi.Input[str]] = None,
@@ -96,11 +93,9 @@ class AutonomousDatabaseArgs:
96
93
  The set of arguments for constructing a AutonomousDatabase resource.
97
94
  :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.
98
95
  :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.
99
- :param pulumi.Input[str] admin_password: (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
96
+ :param pulumi.Input[str] admin_password: (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE" and for new, full and metadata clone databases. This parameter is optional only if you are cloning or using a secret for the password. Not allowed for ADG and refreshable clones.
100
97
  :param pulumi.Input[bool] are_primary_whitelisted_ips_used: (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be `TRUE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would be `FALSE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
101
- :param pulumi.Input[int] auto_refresh_frequency_in_seconds: (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
102
- :param pulumi.Input[int] auto_refresh_point_lag_in_seconds: (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
103
- :param pulumi.Input[str] autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
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.
104
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.
105
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.
106
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.
@@ -235,7 +230,6 @@ class AutonomousDatabaseArgs:
235
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.
236
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`.
237
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.
238
- :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.
239
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.
240
234
  :param pulumi.Input[bool] use_latest_available_backup_time_stamp: Clone from latest available backup timestamp.
241
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.
@@ -253,10 +247,6 @@ class AutonomousDatabaseArgs:
253
247
  pulumi.set(__self__, "admin_password", admin_password)
254
248
  if are_primary_whitelisted_ips_used is not None:
255
249
  pulumi.set(__self__, "are_primary_whitelisted_ips_used", are_primary_whitelisted_ips_used)
256
- if auto_refresh_frequency_in_seconds is not None:
257
- pulumi.set(__self__, "auto_refresh_frequency_in_seconds", auto_refresh_frequency_in_seconds)
258
- if auto_refresh_point_lag_in_seconds is not None:
259
- pulumi.set(__self__, "auto_refresh_point_lag_in_seconds", auto_refresh_point_lag_in_seconds)
260
250
  if autonomous_container_database_id is not None:
261
251
  pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
262
252
  if autonomous_database_backup_id is not None:
@@ -390,8 +380,6 @@ class AutonomousDatabaseArgs:
390
380
  pulumi.set(__self__, "switchover_to", switchover_to)
391
381
  if switchover_to_remote_peer_id is not None:
392
382
  pulumi.set(__self__, "switchover_to_remote_peer_id", switchover_to_remote_peer_id)
393
- if time_of_auto_refresh_start is not None:
394
- pulumi.set(__self__, "time_of_auto_refresh_start", time_of_auto_refresh_start)
395
383
  if timestamp is not None:
396
384
  pulumi.set(__self__, "timestamp", timestamp)
397
385
  if use_latest_available_backup_time_stamp is not None:
@@ -429,7 +417,7 @@ class AutonomousDatabaseArgs:
429
417
  @pulumi.getter(name="adminPassword")
430
418
  def admin_password(self) -> Optional[pulumi.Input[str]]:
431
419
  """
432
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
420
+ (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE" and for new, full and metadata clone databases. This parameter is optional only if you are cloning or using a secret for the password. Not allowed for ADG and refreshable clones.
433
421
  """
434
422
  return pulumi.get(self, "admin_password")
435
423
 
@@ -449,35 +437,11 @@ class AutonomousDatabaseArgs:
449
437
  def are_primary_whitelisted_ips_used(self, value: Optional[pulumi.Input[bool]]):
450
438
  pulumi.set(self, "are_primary_whitelisted_ips_used", value)
451
439
 
452
- @property
453
- @pulumi.getter(name="autoRefreshFrequencyInSeconds")
454
- def auto_refresh_frequency_in_seconds(self) -> Optional[pulumi.Input[int]]:
455
- """
456
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
457
- """
458
- return pulumi.get(self, "auto_refresh_frequency_in_seconds")
459
-
460
- @auto_refresh_frequency_in_seconds.setter
461
- def auto_refresh_frequency_in_seconds(self, value: Optional[pulumi.Input[int]]):
462
- pulumi.set(self, "auto_refresh_frequency_in_seconds", value)
463
-
464
- @property
465
- @pulumi.getter(name="autoRefreshPointLagInSeconds")
466
- def auto_refresh_point_lag_in_seconds(self) -> Optional[pulumi.Input[int]]:
467
- """
468
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
469
- """
470
- return pulumi.get(self, "auto_refresh_point_lag_in_seconds")
471
-
472
- @auto_refresh_point_lag_in_seconds.setter
473
- def auto_refresh_point_lag_in_seconds(self, value: Optional[pulumi.Input[int]]):
474
- pulumi.set(self, "auto_refresh_point_lag_in_seconds", value)
475
-
476
440
  @property
477
441
  @pulumi.getter(name="autonomousContainerDatabaseId")
478
442
  def autonomous_container_database_id(self) -> Optional[pulumi.Input[str]]:
479
443
  """
480
- The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
444
+ 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.
481
445
  """
482
446
  return pulumi.get(self, "autonomous_container_database_id")
483
447
 
@@ -1324,18 +1288,6 @@ class AutonomousDatabaseArgs:
1324
1288
  def switchover_to_remote_peer_id(self, value: Optional[pulumi.Input[str]]):
1325
1289
  pulumi.set(self, "switchover_to_remote_peer_id", value)
1326
1290
 
1327
- @property
1328
- @pulumi.getter(name="timeOfAutoRefreshStart")
1329
- def time_of_auto_refresh_start(self) -> Optional[pulumi.Input[str]]:
1330
- """
1331
- 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.
1332
- """
1333
- return pulumi.get(self, "time_of_auto_refresh_start")
1334
-
1335
- @time_of_auto_refresh_start.setter
1336
- def time_of_auto_refresh_start(self, value: Optional[pulumi.Input[str]]):
1337
- pulumi.set(self, "time_of_auto_refresh_start", value)
1338
-
1339
1291
  @property
1340
1292
  @pulumi.getter
1341
1293
  def timestamp(self) -> Optional[pulumi.Input[str]]:
@@ -1399,8 +1351,6 @@ class _AutonomousDatabaseState:
1399
1351
  allocated_storage_size_in_tbs: Optional[pulumi.Input[float]] = None,
1400
1352
  apex_details: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseApexDetailArgs']]]] = None,
1401
1353
  are_primary_whitelisted_ips_used: Optional[pulumi.Input[bool]] = None,
1402
- auto_refresh_frequency_in_seconds: Optional[pulumi.Input[int]] = None,
1403
- auto_refresh_point_lag_in_seconds: Optional[pulumi.Input[int]] = None,
1404
1354
  autonomous_container_database_id: Optional[pulumi.Input[str]] = None,
1405
1355
  autonomous_database_backup_id: Optional[pulumi.Input[str]] = None,
1406
1356
  autonomous_database_id: Optional[pulumi.Input[str]] = None,
@@ -1508,7 +1458,6 @@ class _AutonomousDatabaseState:
1508
1458
  time_local_data_guard_enabled: Optional[pulumi.Input[str]] = None,
1509
1459
  time_maintenance_begin: Optional[pulumi.Input[str]] = None,
1510
1460
  time_maintenance_end: Optional[pulumi.Input[str]] = None,
1511
- time_of_auto_refresh_start: Optional[pulumi.Input[str]] = None,
1512
1461
  time_of_joining_resource_pool: Optional[pulumi.Input[str]] = None,
1513
1462
  time_of_last_failover: Optional[pulumi.Input[str]] = None,
1514
1463
  time_of_last_refresh: Optional[pulumi.Input[str]] = None,
@@ -1527,13 +1476,11 @@ class _AutonomousDatabaseState:
1527
1476
  """
1528
1477
  Input properties used for looking up and filtering AutonomousDatabase resources.
1529
1478
  :param pulumi.Input[float] actual_used_data_storage_size_in_tbs: The current amount of storage in use for user and system data, in terabytes (TB).
1530
- :param pulumi.Input[str] admin_password: (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
1479
+ :param pulumi.Input[str] admin_password: (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE" and for new, full and metadata clone databases. This parameter is optional only if you are cloning or using a secret for the password. Not allowed for ADG and refreshable clones.
1531
1480
  :param pulumi.Input[float] allocated_storage_size_in_tbs: The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the `dataStorageSizeInTBs` value. You can compare this value to the `actualUsedDataStorageSizeInTBs` value to determine if a manual shrink operation is appropriate for your allocated storage.
1532
1481
  :param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseApexDetailArgs']]] apex_details: Information about Oracle APEX Application Development.
1533
1482
  :param pulumi.Input[bool] are_primary_whitelisted_ips_used: (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be `TRUE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would be `FALSE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
1534
- :param pulumi.Input[int] auto_refresh_frequency_in_seconds: (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
1535
- :param pulumi.Input[int] auto_refresh_point_lag_in_seconds: (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
1536
- :param pulumi.Input[str] autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
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.
1537
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.
1538
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.
1539
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.
@@ -1710,7 +1657,6 @@ class _AutonomousDatabaseState:
1710
1657
  :param pulumi.Input[str] time_local_data_guard_enabled: The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
1711
1658
  :param pulumi.Input[str] time_maintenance_begin: The date and time when maintenance will begin.
1712
1659
  :param pulumi.Input[str] time_maintenance_end: The date and time when maintenance will end.
1713
- :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.
1714
1660
  :param pulumi.Input[str] time_of_last_failover: The timestamp of the last failover operation.
1715
1661
  :param pulumi.Input[str] time_of_last_refresh: The date and time when last refresh happened.
1716
1662
  :param pulumi.Input[str] time_of_last_refresh_point: The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
@@ -1742,10 +1688,6 @@ class _AutonomousDatabaseState:
1742
1688
  pulumi.set(__self__, "apex_details", apex_details)
1743
1689
  if are_primary_whitelisted_ips_used is not None:
1744
1690
  pulumi.set(__self__, "are_primary_whitelisted_ips_used", are_primary_whitelisted_ips_used)
1745
- if auto_refresh_frequency_in_seconds is not None:
1746
- pulumi.set(__self__, "auto_refresh_frequency_in_seconds", auto_refresh_frequency_in_seconds)
1747
- if auto_refresh_point_lag_in_seconds is not None:
1748
- pulumi.set(__self__, "auto_refresh_point_lag_in_seconds", auto_refresh_point_lag_in_seconds)
1749
1691
  if autonomous_container_database_id is not None:
1750
1692
  pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
1751
1693
  if autonomous_database_backup_id is not None:
@@ -1963,8 +1905,6 @@ class _AutonomousDatabaseState:
1963
1905
  pulumi.set(__self__, "time_maintenance_begin", time_maintenance_begin)
1964
1906
  if time_maintenance_end is not None:
1965
1907
  pulumi.set(__self__, "time_maintenance_end", time_maintenance_end)
1966
- if time_of_auto_refresh_start is not None:
1967
- pulumi.set(__self__, "time_of_auto_refresh_start", time_of_auto_refresh_start)
1968
1908
  if time_of_joining_resource_pool is not None:
1969
1909
  pulumi.set(__self__, "time_of_joining_resource_pool", time_of_joining_resource_pool)
1970
1910
  if time_of_last_failover is not None:
@@ -2012,7 +1952,7 @@ class _AutonomousDatabaseState:
2012
1952
  @pulumi.getter(name="adminPassword")
2013
1953
  def admin_password(self) -> Optional[pulumi.Input[str]]:
2014
1954
  """
2015
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
1955
+ (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE" and for new, full and metadata clone databases. This parameter is optional only if you are cloning or using a secret for the password. Not allowed for ADG and refreshable clones.
2016
1956
  """
2017
1957
  return pulumi.get(self, "admin_password")
2018
1958
 
@@ -2056,35 +1996,11 @@ class _AutonomousDatabaseState:
2056
1996
  def are_primary_whitelisted_ips_used(self, value: Optional[pulumi.Input[bool]]):
2057
1997
  pulumi.set(self, "are_primary_whitelisted_ips_used", value)
2058
1998
 
2059
- @property
2060
- @pulumi.getter(name="autoRefreshFrequencyInSeconds")
2061
- def auto_refresh_frequency_in_seconds(self) -> Optional[pulumi.Input[int]]:
2062
- """
2063
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
2064
- """
2065
- return pulumi.get(self, "auto_refresh_frequency_in_seconds")
2066
-
2067
- @auto_refresh_frequency_in_seconds.setter
2068
- def auto_refresh_frequency_in_seconds(self, value: Optional[pulumi.Input[int]]):
2069
- pulumi.set(self, "auto_refresh_frequency_in_seconds", value)
2070
-
2071
- @property
2072
- @pulumi.getter(name="autoRefreshPointLagInSeconds")
2073
- def auto_refresh_point_lag_in_seconds(self) -> Optional[pulumi.Input[int]]:
2074
- """
2075
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
2076
- """
2077
- return pulumi.get(self, "auto_refresh_point_lag_in_seconds")
2078
-
2079
- @auto_refresh_point_lag_in_seconds.setter
2080
- def auto_refresh_point_lag_in_seconds(self, value: Optional[pulumi.Input[int]]):
2081
- pulumi.set(self, "auto_refresh_point_lag_in_seconds", value)
2082
-
2083
1999
  @property
2084
2000
  @pulumi.getter(name="autonomousContainerDatabaseId")
2085
2001
  def autonomous_container_database_id(self) -> Optional[pulumi.Input[str]]:
2086
2002
  """
2087
- The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
2003
+ 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.
2088
2004
  """
2089
2005
  return pulumi.get(self, "autonomous_container_database_id")
2090
2006
 
@@ -3435,18 +3351,6 @@ class _AutonomousDatabaseState:
3435
3351
  def time_maintenance_end(self, value: Optional[pulumi.Input[str]]):
3436
3352
  pulumi.set(self, "time_maintenance_end", value)
3437
3353
 
3438
- @property
3439
- @pulumi.getter(name="timeOfAutoRefreshStart")
3440
- def time_of_auto_refresh_start(self) -> Optional[pulumi.Input[str]]:
3441
- """
3442
- 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.
3443
- """
3444
- return pulumi.get(self, "time_of_auto_refresh_start")
3445
-
3446
- @time_of_auto_refresh_start.setter
3447
- def time_of_auto_refresh_start(self, value: Optional[pulumi.Input[str]]):
3448
- pulumi.set(self, "time_of_auto_refresh_start", value)
3449
-
3450
3354
  @property
3451
3355
  @pulumi.getter(name="timeOfJoiningResourcePool")
3452
3356
  def time_of_joining_resource_pool(self) -> Optional[pulumi.Input[str]]:
@@ -3638,8 +3542,6 @@ class AutonomousDatabase(pulumi.CustomResource):
3638
3542
  opts: Optional[pulumi.ResourceOptions] = None,
3639
3543
  admin_password: Optional[pulumi.Input[str]] = None,
3640
3544
  are_primary_whitelisted_ips_used: Optional[pulumi.Input[bool]] = None,
3641
- auto_refresh_frequency_in_seconds: Optional[pulumi.Input[int]] = None,
3642
- auto_refresh_point_lag_in_seconds: Optional[pulumi.Input[int]] = None,
3643
3545
  autonomous_container_database_id: Optional[pulumi.Input[str]] = None,
3644
3546
  autonomous_database_backup_id: Optional[pulumi.Input[str]] = None,
3645
3547
  autonomous_database_id: Optional[pulumi.Input[str]] = None,
@@ -3707,7 +3609,6 @@ class AutonomousDatabase(pulumi.CustomResource):
3707
3609
  subnet_id: Optional[pulumi.Input[str]] = None,
3708
3610
  switchover_to: Optional[pulumi.Input[str]] = None,
3709
3611
  switchover_to_remote_peer_id: Optional[pulumi.Input[str]] = None,
3710
- time_of_auto_refresh_start: Optional[pulumi.Input[str]] = None,
3711
3612
  timestamp: Optional[pulumi.Input[str]] = None,
3712
3613
  use_latest_available_backup_time_stamp: Optional[pulumi.Input[bool]] = None,
3713
3614
  vault_id: Optional[pulumi.Input[str]] = None,
@@ -3730,11 +3631,9 @@ class AutonomousDatabase(pulumi.CustomResource):
3730
3631
 
3731
3632
  :param str resource_name: The name of the resource.
3732
3633
  :param pulumi.ResourceOptions opts: Options for the resource.
3733
- :param pulumi.Input[str] admin_password: (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
3634
+ :param pulumi.Input[str] admin_password: (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE" and for new, full and metadata clone databases. This parameter is optional only if you are cloning or using a secret for the password. Not allowed for ADG and refreshable clones.
3734
3635
  :param pulumi.Input[bool] are_primary_whitelisted_ips_used: (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be `TRUE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would be `FALSE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
3735
- :param pulumi.Input[int] auto_refresh_frequency_in_seconds: (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
3736
- :param pulumi.Input[int] auto_refresh_point_lag_in_seconds: (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
3737
- :param pulumi.Input[str] autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
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.
3738
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.
3739
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.
3740
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.
@@ -3871,7 +3770,6 @@ class AutonomousDatabase(pulumi.CustomResource):
3871
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.
3872
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`.
3873
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.
3874
- :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.
3875
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.
3876
3774
  :param pulumi.Input[bool] use_latest_available_backup_time_stamp: Clone from latest available backup timestamp.
3877
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.
@@ -3921,8 +3819,6 @@ class AutonomousDatabase(pulumi.CustomResource):
3921
3819
  opts: Optional[pulumi.ResourceOptions] = None,
3922
3820
  admin_password: Optional[pulumi.Input[str]] = None,
3923
3821
  are_primary_whitelisted_ips_used: Optional[pulumi.Input[bool]] = None,
3924
- auto_refresh_frequency_in_seconds: Optional[pulumi.Input[int]] = None,
3925
- auto_refresh_point_lag_in_seconds: Optional[pulumi.Input[int]] = None,
3926
3822
  autonomous_container_database_id: Optional[pulumi.Input[str]] = None,
3927
3823
  autonomous_database_backup_id: Optional[pulumi.Input[str]] = None,
3928
3824
  autonomous_database_id: Optional[pulumi.Input[str]] = None,
@@ -3990,7 +3886,6 @@ class AutonomousDatabase(pulumi.CustomResource):
3990
3886
  subnet_id: Optional[pulumi.Input[str]] = None,
3991
3887
  switchover_to: Optional[pulumi.Input[str]] = None,
3992
3888
  switchover_to_remote_peer_id: Optional[pulumi.Input[str]] = None,
3993
- time_of_auto_refresh_start: Optional[pulumi.Input[str]] = None,
3994
3889
  timestamp: Optional[pulumi.Input[str]] = None,
3995
3890
  use_latest_available_backup_time_stamp: Optional[pulumi.Input[bool]] = None,
3996
3891
  vault_id: Optional[pulumi.Input[str]] = None,
@@ -4006,8 +3901,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4006
3901
 
4007
3902
  __props__.__dict__["admin_password"] = None if admin_password is None else pulumi.Output.secret(admin_password)
4008
3903
  __props__.__dict__["are_primary_whitelisted_ips_used"] = are_primary_whitelisted_ips_used
4009
- __props__.__dict__["auto_refresh_frequency_in_seconds"] = auto_refresh_frequency_in_seconds
4010
- __props__.__dict__["auto_refresh_point_lag_in_seconds"] = auto_refresh_point_lag_in_seconds
4011
3904
  __props__.__dict__["autonomous_container_database_id"] = autonomous_container_database_id
4012
3905
  __props__.__dict__["autonomous_database_backup_id"] = autonomous_database_backup_id
4013
3906
  __props__.__dict__["autonomous_database_id"] = autonomous_database_id
@@ -4079,7 +3972,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4079
3972
  __props__.__dict__["subnet_id"] = subnet_id
4080
3973
  __props__.__dict__["switchover_to"] = switchover_to
4081
3974
  __props__.__dict__["switchover_to_remote_peer_id"] = switchover_to_remote_peer_id
4082
- __props__.__dict__["time_of_auto_refresh_start"] = time_of_auto_refresh_start
4083
3975
  __props__.__dict__["timestamp"] = timestamp
4084
3976
  __props__.__dict__["use_latest_available_backup_time_stamp"] = use_latest_available_backup_time_stamp
4085
3977
  __props__.__dict__["vault_id"] = vault_id
@@ -4155,8 +4047,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4155
4047
  allocated_storage_size_in_tbs: Optional[pulumi.Input[float]] = None,
4156
4048
  apex_details: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseApexDetailArgs']]]]] = None,
4157
4049
  are_primary_whitelisted_ips_used: Optional[pulumi.Input[bool]] = None,
4158
- auto_refresh_frequency_in_seconds: Optional[pulumi.Input[int]] = None,
4159
- auto_refresh_point_lag_in_seconds: Optional[pulumi.Input[int]] = None,
4160
4050
  autonomous_container_database_id: Optional[pulumi.Input[str]] = None,
4161
4051
  autonomous_database_backup_id: Optional[pulumi.Input[str]] = None,
4162
4052
  autonomous_database_id: Optional[pulumi.Input[str]] = None,
@@ -4264,7 +4154,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4264
4154
  time_local_data_guard_enabled: Optional[pulumi.Input[str]] = None,
4265
4155
  time_maintenance_begin: Optional[pulumi.Input[str]] = None,
4266
4156
  time_maintenance_end: Optional[pulumi.Input[str]] = None,
4267
- time_of_auto_refresh_start: Optional[pulumi.Input[str]] = None,
4268
4157
  time_of_joining_resource_pool: Optional[pulumi.Input[str]] = None,
4269
4158
  time_of_last_failover: Optional[pulumi.Input[str]] = None,
4270
4159
  time_of_last_refresh: Optional[pulumi.Input[str]] = None,
@@ -4288,13 +4177,11 @@ class AutonomousDatabase(pulumi.CustomResource):
4288
4177
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
4289
4178
  :param pulumi.ResourceOptions opts: Options for the resource.
4290
4179
  :param pulumi.Input[float] actual_used_data_storage_size_in_tbs: The current amount of storage in use for user and system data, in terabytes (TB).
4291
- :param pulumi.Input[str] admin_password: (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
4180
+ :param pulumi.Input[str] admin_password: (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE" and for new, full and metadata clone databases. This parameter is optional only if you are cloning or using a secret for the password. Not allowed for ADG and refreshable clones.
4292
4181
  :param pulumi.Input[float] allocated_storage_size_in_tbs: The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the `dataStorageSizeInTBs` value. You can compare this value to the `actualUsedDataStorageSizeInTBs` value to determine if a manual shrink operation is appropriate for your allocated storage.
4293
4182
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['AutonomousDatabaseApexDetailArgs']]]] apex_details: Information about Oracle APEX Application Development.
4294
4183
  :param pulumi.Input[bool] are_primary_whitelisted_ips_used: (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be `TRUE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would be `FALSE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
4295
- :param pulumi.Input[int] auto_refresh_frequency_in_seconds: (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
4296
- :param pulumi.Input[int] auto_refresh_point_lag_in_seconds: (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
4297
- :param pulumi.Input[str] autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
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.
4298
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.
4299
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.
4300
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.
@@ -4471,7 +4358,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4471
4358
  :param pulumi.Input[str] time_local_data_guard_enabled: The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
4472
4359
  :param pulumi.Input[str] time_maintenance_begin: The date and time when maintenance will begin.
4473
4360
  :param pulumi.Input[str] time_maintenance_end: The date and time when maintenance will end.
4474
- :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.
4475
4361
  :param pulumi.Input[str] time_of_last_failover: The timestamp of the last failover operation.
4476
4362
  :param pulumi.Input[str] time_of_last_refresh: The date and time when last refresh happened.
4477
4363
  :param pulumi.Input[str] time_of_last_refresh_point: The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
@@ -4502,8 +4388,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4502
4388
  __props__.__dict__["allocated_storage_size_in_tbs"] = allocated_storage_size_in_tbs
4503
4389
  __props__.__dict__["apex_details"] = apex_details
4504
4390
  __props__.__dict__["are_primary_whitelisted_ips_used"] = are_primary_whitelisted_ips_used
4505
- __props__.__dict__["auto_refresh_frequency_in_seconds"] = auto_refresh_frequency_in_seconds
4506
- __props__.__dict__["auto_refresh_point_lag_in_seconds"] = auto_refresh_point_lag_in_seconds
4507
4391
  __props__.__dict__["autonomous_container_database_id"] = autonomous_container_database_id
4508
4392
  __props__.__dict__["autonomous_database_backup_id"] = autonomous_database_backup_id
4509
4393
  __props__.__dict__["autonomous_database_id"] = autonomous_database_id
@@ -4611,7 +4495,6 @@ class AutonomousDatabase(pulumi.CustomResource):
4611
4495
  __props__.__dict__["time_local_data_guard_enabled"] = time_local_data_guard_enabled
4612
4496
  __props__.__dict__["time_maintenance_begin"] = time_maintenance_begin
4613
4497
  __props__.__dict__["time_maintenance_end"] = time_maintenance_end
4614
- __props__.__dict__["time_of_auto_refresh_start"] = time_of_auto_refresh_start
4615
4498
  __props__.__dict__["time_of_joining_resource_pool"] = time_of_joining_resource_pool
4616
4499
  __props__.__dict__["time_of_last_failover"] = time_of_last_failover
4617
4500
  __props__.__dict__["time_of_last_refresh"] = time_of_last_refresh
@@ -4641,7 +4524,7 @@ class AutonomousDatabase(pulumi.CustomResource):
4641
4524
  @pulumi.getter(name="adminPassword")
4642
4525
  def admin_password(self) -> pulumi.Output[str]:
4643
4526
  """
4644
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
4527
+ (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE" and for new, full and metadata clone databases. This parameter is optional only if you are cloning or using a secret for the password. Not allowed for ADG and refreshable clones.
4645
4528
  """
4646
4529
  return pulumi.get(self, "admin_password")
4647
4530
 
@@ -4669,27 +4552,11 @@ class AutonomousDatabase(pulumi.CustomResource):
4669
4552
  """
4670
4553
  return pulumi.get(self, "are_primary_whitelisted_ips_used")
4671
4554
 
4672
- @property
4673
- @pulumi.getter(name="autoRefreshFrequencyInSeconds")
4674
- def auto_refresh_frequency_in_seconds(self) -> pulumi.Output[int]:
4675
- """
4676
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
4677
- """
4678
- return pulumi.get(self, "auto_refresh_frequency_in_seconds")
4679
-
4680
- @property
4681
- @pulumi.getter(name="autoRefreshPointLagInSeconds")
4682
- def auto_refresh_point_lag_in_seconds(self) -> pulumi.Output[int]:
4683
- """
4684
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
4685
- """
4686
- return pulumi.get(self, "auto_refresh_point_lag_in_seconds")
4687
-
4688
4555
  @property
4689
4556
  @pulumi.getter(name="autonomousContainerDatabaseId")
4690
4557
  def autonomous_container_database_id(self) -> pulumi.Output[str]:
4691
4558
  """
4692
- The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
4559
+ 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.
4693
4560
  """
4694
4561
  return pulumi.get(self, "autonomous_container_database_id")
4695
4562
 
@@ -5612,14 +5479,6 @@ class AutonomousDatabase(pulumi.CustomResource):
5612
5479
  """
5613
5480
  return pulumi.get(self, "time_maintenance_end")
5614
5481
 
5615
- @property
5616
- @pulumi.getter(name="timeOfAutoRefreshStart")
5617
- def time_of_auto_refresh_start(self) -> pulumi.Output[str]:
5618
- """
5619
- 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.
5620
- """
5621
- return pulumi.get(self, "time_of_auto_refresh_start")
5622
-
5623
5482
  @property
5624
5483
  @pulumi.getter(name="timeOfJoiningResourcePool")
5625
5484
  def time_of_joining_resource_pool(self) -> pulumi.Output[str]:
@@ -22,7 +22,7 @@ class GetAutonomousDatabaseResult:
22
22
  """
23
23
  A collection of values returned by getAutonomousDatabase.
24
24
  """
25
- def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, auto_refresh_frequency_in_seconds=None, auto_refresh_point_lag_in_seconds=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, character_set=None, clone_type=None, compartment_id=None, compute_count=None, compute_model=None, connection_strings=None, connection_urls=None, cpu_core_count=None, customer_contacts=None, data_safe_status=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, database_edition=None, database_management_status=None, dataguard_region_type=None, db_name=None, db_tools_details=None, db_version=None, db_workload=None, defined_tags=None, disaster_recovery_region_type=None, display_name=None, failed_data_recovery_in_seconds=None, freeform_tags=None, id=None, in_memory_area_in_gbs=None, in_memory_percentage=None, infrastructure_type=None, is_access_control_enabled=None, is_auto_scaling_enabled=None, is_auto_scaling_for_storage_enabled=None, is_data_guard_enabled=None, is_dedicated=None, is_dev_tier=None, is_free_tier=None, is_local_data_guard_enabled=None, is_mtls_connection_required=None, is_preview=None, is_preview_version_with_service_terms_accepted=None, is_reconnect_clone_enabled=None, is_refreshable_clone=None, is_remote_data_guard_enabled=None, is_replicate_automatic_backups=None, is_shrink_only=None, key_history_entries=None, key_store_id=None, key_store_wallet_name=None, kms_key_id=None, kms_key_lifecycle_details=None, kms_key_version_id=None, license_model=None, lifecycle_details=None, local_adg_auto_failover_max_data_loss_limit=None, local_disaster_recovery_type=None, local_standby_dbs=None, long_term_backup_schedules=None, max_cpu_core_count=None, memory_per_oracle_compute_unit_in_gbs=None, ncharacter_set=None, net_services_architecture=None, next_long_term_backup_time_stamp=None, nsg_ids=None, ocpu_count=None, open_mode=None, operations_insights_status=None, peer_db_ids=None, permission_level=None, private_endpoint=None, private_endpoint_ip=None, private_endpoint_label=None, provisionable_cpuses=None, refreshable_mode=None, refreshable_status=None, remote_disaster_recovery_configurations=None, remote_disaster_recovery_type=None, resource_pool_leader_id=None, resource_pool_summaries=None, role=None, rotate_key_trigger=None, scheduled_operations=None, secret_id=None, secret_version_number=None, service_console_url=None, shrink_adb_trigger=None, source=None, source_id=None, standby_dbs=None, standby_whitelisted_ips=None, state=None, subnet_id=None, supported_regions_to_clone_tos=None, switchover_to=None, switchover_to_remote_peer_id=None, system_tags=None, time_created=None, time_data_guard_role_changed=None, time_deletion_of_free_autonomous_database=None, time_disaster_recovery_role_changed=None, time_local_data_guard_enabled=None, time_maintenance_begin=None, time_maintenance_end=None, time_of_auto_refresh_start=None, time_of_joining_resource_pool=None, time_of_last_failover=None, time_of_last_refresh=None, time_of_last_refresh_point=None, time_of_last_switchover=None, time_of_next_refresh=None, time_reclamation_of_free_autonomous_database=None, time_until_reconnect_clone_enabled=None, timestamp=None, total_backup_storage_size_in_gbs=None, use_latest_available_backup_time_stamp=None, used_data_storage_size_in_gbs=None, used_data_storage_size_in_tbs=None, vault_id=None, whitelisted_ips=None):
25
+ def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, character_set=None, clone_type=None, compartment_id=None, compute_count=None, compute_model=None, connection_strings=None, connection_urls=None, cpu_core_count=None, customer_contacts=None, data_safe_status=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, database_edition=None, database_management_status=None, dataguard_region_type=None, db_name=None, db_tools_details=None, db_version=None, db_workload=None, defined_tags=None, disaster_recovery_region_type=None, display_name=None, failed_data_recovery_in_seconds=None, freeform_tags=None, id=None, in_memory_area_in_gbs=None, in_memory_percentage=None, infrastructure_type=None, is_access_control_enabled=None, is_auto_scaling_enabled=None, is_auto_scaling_for_storage_enabled=None, is_data_guard_enabled=None, is_dedicated=None, is_dev_tier=None, is_free_tier=None, is_local_data_guard_enabled=None, is_mtls_connection_required=None, is_preview=None, is_preview_version_with_service_terms_accepted=None, is_reconnect_clone_enabled=None, is_refreshable_clone=None, is_remote_data_guard_enabled=None, is_replicate_automatic_backups=None, is_shrink_only=None, key_history_entries=None, key_store_id=None, key_store_wallet_name=None, kms_key_id=None, kms_key_lifecycle_details=None, kms_key_version_id=None, license_model=None, lifecycle_details=None, local_adg_auto_failover_max_data_loss_limit=None, local_disaster_recovery_type=None, local_standby_dbs=None, long_term_backup_schedules=None, max_cpu_core_count=None, memory_per_oracle_compute_unit_in_gbs=None, ncharacter_set=None, net_services_architecture=None, next_long_term_backup_time_stamp=None, nsg_ids=None, ocpu_count=None, open_mode=None, operations_insights_status=None, peer_db_ids=None, permission_level=None, private_endpoint=None, private_endpoint_ip=None, private_endpoint_label=None, provisionable_cpuses=None, refreshable_mode=None, refreshable_status=None, remote_disaster_recovery_configurations=None, remote_disaster_recovery_type=None, resource_pool_leader_id=None, resource_pool_summaries=None, role=None, rotate_key_trigger=None, scheduled_operations=None, secret_id=None, secret_version_number=None, service_console_url=None, shrink_adb_trigger=None, source=None, source_id=None, standby_dbs=None, standby_whitelisted_ips=None, state=None, subnet_id=None, supported_regions_to_clone_tos=None, switchover_to=None, switchover_to_remote_peer_id=None, system_tags=None, time_created=None, time_data_guard_role_changed=None, time_deletion_of_free_autonomous_database=None, time_disaster_recovery_role_changed=None, time_local_data_guard_enabled=None, time_maintenance_begin=None, time_maintenance_end=None, time_of_joining_resource_pool=None, time_of_last_failover=None, time_of_last_refresh=None, time_of_last_refresh_point=None, time_of_last_switchover=None, time_of_next_refresh=None, time_reclamation_of_free_autonomous_database=None, time_until_reconnect_clone_enabled=None, timestamp=None, total_backup_storage_size_in_gbs=None, use_latest_available_backup_time_stamp=None, used_data_storage_size_in_gbs=None, used_data_storage_size_in_tbs=None, vault_id=None, whitelisted_ips=None):
26
26
  if actual_used_data_storage_size_in_tbs and not isinstance(actual_used_data_storage_size_in_tbs, float):
27
27
  raise TypeError("Expected argument 'actual_used_data_storage_size_in_tbs' to be a float")
28
28
  pulumi.set(__self__, "actual_used_data_storage_size_in_tbs", actual_used_data_storage_size_in_tbs)
@@ -38,12 +38,6 @@ class GetAutonomousDatabaseResult:
38
38
  if are_primary_whitelisted_ips_used and not isinstance(are_primary_whitelisted_ips_used, bool):
39
39
  raise TypeError("Expected argument 'are_primary_whitelisted_ips_used' to be a bool")
40
40
  pulumi.set(__self__, "are_primary_whitelisted_ips_used", are_primary_whitelisted_ips_used)
41
- if auto_refresh_frequency_in_seconds and not isinstance(auto_refresh_frequency_in_seconds, int):
42
- raise TypeError("Expected argument 'auto_refresh_frequency_in_seconds' to be a int")
43
- pulumi.set(__self__, "auto_refresh_frequency_in_seconds", auto_refresh_frequency_in_seconds)
44
- if auto_refresh_point_lag_in_seconds and not isinstance(auto_refresh_point_lag_in_seconds, int):
45
- raise TypeError("Expected argument 'auto_refresh_point_lag_in_seconds' to be a int")
46
- pulumi.set(__self__, "auto_refresh_point_lag_in_seconds", auto_refresh_point_lag_in_seconds)
47
41
  if autonomous_container_database_id and not isinstance(autonomous_container_database_id, str):
48
42
  raise TypeError("Expected argument 'autonomous_container_database_id' to be a str")
49
43
  pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
@@ -368,9 +362,6 @@ class GetAutonomousDatabaseResult:
368
362
  if time_maintenance_end and not isinstance(time_maintenance_end, str):
369
363
  raise TypeError("Expected argument 'time_maintenance_end' to be a str")
370
364
  pulumi.set(__self__, "time_maintenance_end", time_maintenance_end)
371
- if time_of_auto_refresh_start and not isinstance(time_of_auto_refresh_start, str):
372
- raise TypeError("Expected argument 'time_of_auto_refresh_start' to be a str")
373
- pulumi.set(__self__, "time_of_auto_refresh_start", time_of_auto_refresh_start)
374
365
  if time_of_joining_resource_pool and not isinstance(time_of_joining_resource_pool, str):
375
366
  raise TypeError("Expected argument 'time_of_joining_resource_pool' to be a str")
376
367
  pulumi.set(__self__, "time_of_joining_resource_pool", time_of_joining_resource_pool)
@@ -454,27 +445,11 @@ class GetAutonomousDatabaseResult:
454
445
  """
455
446
  return pulumi.get(self, "are_primary_whitelisted_ips_used")
456
447
 
457
- @property
458
- @pulumi.getter(name="autoRefreshFrequencyInSeconds")
459
- def auto_refresh_frequency_in_seconds(self) -> int:
460
- """
461
- The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
462
- """
463
- return pulumi.get(self, "auto_refresh_frequency_in_seconds")
464
-
465
- @property
466
- @pulumi.getter(name="autoRefreshPointLagInSeconds")
467
- def auto_refresh_point_lag_in_seconds(self) -> int:
468
- """
469
- The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
470
- """
471
- return pulumi.get(self, "auto_refresh_point_lag_in_seconds")
472
-
473
448
  @property
474
449
  @pulumi.getter(name="autonomousContainerDatabaseId")
475
450
  def autonomous_container_database_id(self) -> str:
476
451
  """
477
- The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
452
+ 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.
478
453
  """
479
454
  return pulumi.get(self, "autonomous_container_database_id")
480
455
 
@@ -1303,14 +1278,6 @@ class GetAutonomousDatabaseResult:
1303
1278
  """
1304
1279
  return pulumi.get(self, "time_maintenance_end")
1305
1280
 
1306
- @property
1307
- @pulumi.getter(name="timeOfAutoRefreshStart")
1308
- def time_of_auto_refresh_start(self) -> str:
1309
- """
1310
- 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.
1311
- """
1312
- return pulumi.get(self, "time_of_auto_refresh_start")
1313
-
1314
1281
  @property
1315
1282
  @pulumi.getter(name="timeOfJoiningResourcePool")
1316
1283
  def time_of_joining_resource_pool(self) -> str:
@@ -1437,8 +1404,6 @@ class AwaitableGetAutonomousDatabaseResult(GetAutonomousDatabaseResult):
1437
1404
  allocated_storage_size_in_tbs=self.allocated_storage_size_in_tbs,
1438
1405
  apex_details=self.apex_details,
1439
1406
  are_primary_whitelisted_ips_used=self.are_primary_whitelisted_ips_used,
1440
- auto_refresh_frequency_in_seconds=self.auto_refresh_frequency_in_seconds,
1441
- auto_refresh_point_lag_in_seconds=self.auto_refresh_point_lag_in_seconds,
1442
1407
  autonomous_container_database_id=self.autonomous_container_database_id,
1443
1408
  autonomous_database_backup_id=self.autonomous_database_backup_id,
1444
1409
  autonomous_database_id=self.autonomous_database_id,
@@ -1547,7 +1512,6 @@ class AwaitableGetAutonomousDatabaseResult(GetAutonomousDatabaseResult):
1547
1512
  time_local_data_guard_enabled=self.time_local_data_guard_enabled,
1548
1513
  time_maintenance_begin=self.time_maintenance_begin,
1549
1514
  time_maintenance_end=self.time_maintenance_end,
1550
- time_of_auto_refresh_start=self.time_of_auto_refresh_start,
1551
1515
  time_of_joining_resource_pool=self.time_of_joining_resource_pool,
1552
1516
  time_of_last_failover=self.time_of_last_failover,
1553
1517
  time_of_last_refresh=self.time_of_last_refresh,
@@ -1597,8 +1561,6 @@ def get_autonomous_database(autonomous_database_id: Optional[str] = None,
1597
1561
  allocated_storage_size_in_tbs=pulumi.get(__ret__, 'allocated_storage_size_in_tbs'),
1598
1562
  apex_details=pulumi.get(__ret__, 'apex_details'),
1599
1563
  are_primary_whitelisted_ips_used=pulumi.get(__ret__, 'are_primary_whitelisted_ips_used'),
1600
- auto_refresh_frequency_in_seconds=pulumi.get(__ret__, 'auto_refresh_frequency_in_seconds'),
1601
- auto_refresh_point_lag_in_seconds=pulumi.get(__ret__, 'auto_refresh_point_lag_in_seconds'),
1602
1564
  autonomous_container_database_id=pulumi.get(__ret__, 'autonomous_container_database_id'),
1603
1565
  autonomous_database_backup_id=pulumi.get(__ret__, 'autonomous_database_backup_id'),
1604
1566
  autonomous_database_id=pulumi.get(__ret__, 'autonomous_database_id'),
@@ -1707,7 +1669,6 @@ def get_autonomous_database(autonomous_database_id: Optional[str] = None,
1707
1669
  time_local_data_guard_enabled=pulumi.get(__ret__, 'time_local_data_guard_enabled'),
1708
1670
  time_maintenance_begin=pulumi.get(__ret__, 'time_maintenance_begin'),
1709
1671
  time_maintenance_end=pulumi.get(__ret__, 'time_maintenance_end'),
1710
- time_of_auto_refresh_start=pulumi.get(__ret__, 'time_of_auto_refresh_start'),
1711
1672
  time_of_joining_resource_pool=pulumi.get(__ret__, 'time_of_joining_resource_pool'),
1712
1673
  time_of_last_failover=pulumi.get(__ret__, 'time_of_last_failover'),
1713
1674
  time_of_last_refresh=pulumi.get(__ret__, 'time_of_last_refresh'),
@@ -74,7 +74,7 @@ class GetAutonomousDatabasesResult:
74
74
  @pulumi.getter(name="autonomousContainerDatabaseId")
75
75
  def autonomous_container_database_id(self) -> Optional[str]:
76
76
  """
77
- The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
77
+ 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.
78
78
  """
79
79
  return pulumi.get(self, "autonomous_container_database_id")
80
80