pulumi-oci 2.26.0a1741943394__py3-none-any.whl → 2.27.0__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 (84) hide show
  1. pulumi_oci/__init__.py +144 -0
  2. pulumi_oci/containerengine/_inputs.py +9 -9
  3. pulumi_oci/containerengine/outputs.py +18 -22
  4. pulumi_oci/core/__init__.py +7 -0
  5. pulumi_oci/core/_inputs.py +147 -0
  6. pulumi_oci/core/compute_gpu_memory_cluster.py +706 -0
  7. pulumi_oci/core/compute_gpu_memory_fabric.py +667 -0
  8. pulumi_oci/core/get_compute_gpu_memory_cluster.py +281 -0
  9. pulumi_oci/core/get_compute_gpu_memory_cluster_instances.py +144 -0
  10. pulumi_oci/core/get_compute_gpu_memory_clusters.py +232 -0
  11. pulumi_oci/core/get_compute_gpu_memory_fabric.py +309 -0
  12. pulumi_oci/core/get_compute_gpu_memory_fabrics.py +289 -0
  13. pulumi_oci/core/outputs.py +582 -0
  14. pulumi_oci/database/__init__.py +2 -0
  15. pulumi_oci/database/_inputs.py +2211 -24
  16. pulumi_oci/database/autonomous_container_database.py +305 -52
  17. pulumi_oci/database/autonomous_container_database_add_standby.py +2183 -0
  18. pulumi_oci/database/autonomous_container_database_dataguard_association.py +80 -40
  19. pulumi_oci/database/autonomous_container_database_snapshot_standby.py +322 -0
  20. pulumi_oci/database/get_autonomous_container_database.py +103 -2
  21. pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +12 -1
  22. pulumi_oci/database/get_autonomous_container_databases.py +1 -1
  23. pulumi_oci/database/get_maintenance_run.py +15 -1
  24. pulumi_oci/database/maintenance_run.py +28 -0
  25. pulumi_oci/database/outputs.py +2747 -225
  26. pulumi_oci/goldengate/_inputs.py +128 -0
  27. pulumi_oci/goldengate/deployment.py +103 -0
  28. pulumi_oci/goldengate/deployment_backup.py +28 -0
  29. pulumi_oci/goldengate/get_deployment.py +43 -1
  30. pulumi_oci/goldengate/get_deployment_backup.py +15 -1
  31. pulumi_oci/goldengate/outputs.py +289 -0
  32. pulumi_oci/osmanagementhub/__init__.py +18 -0
  33. pulumi_oci/osmanagementhub/_inputs.py +677 -12
  34. pulumi_oci/osmanagementhub/event.py +8 -0
  35. pulumi_oci/osmanagementhub/get_entitlements.py +2 -2
  36. pulumi_oci/osmanagementhub/get_event.py +2 -0
  37. pulumi_oci/osmanagementhub/get_events.py +2 -0
  38. pulumi_oci/osmanagementhub/get_managed_instance.py +30 -2
  39. pulumi_oci/osmanagementhub/get_managed_instances.py +75 -63
  40. pulumi_oci/osmanagementhub/get_management_station.py +116 -4
  41. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +1 -1
  42. pulumi_oci/osmanagementhub/get_management_stations.py +47 -4
  43. pulumi_oci/osmanagementhub/get_profile.py +32 -4
  44. pulumi_oci/osmanagementhub/get_profile_available_software_sources.py +207 -0
  45. pulumi_oci/osmanagementhub/get_profile_version.py +388 -0
  46. pulumi_oci/osmanagementhub/get_profiles.py +63 -3
  47. pulumi_oci/osmanagementhub/get_scheduled_job.py +15 -1
  48. pulumi_oci/osmanagementhub/get_software_package.py +2 -2
  49. pulumi_oci/osmanagementhub/get_software_package_software_source.py +7 -7
  50. pulumi_oci/osmanagementhub/get_software_source.py +89 -5
  51. pulumi_oci/osmanagementhub/get_software_source_available_software_packages.py +209 -0
  52. pulumi_oci/osmanagementhub/get_software_source_manifest.py +127 -0
  53. pulumi_oci/osmanagementhub/get_software_sources.py +30 -8
  54. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +6 -39
  55. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +6 -39
  56. pulumi_oci/osmanagementhub/lifecycle_stage_reboot_management.py +297 -0
  57. pulumi_oci/osmanagementhub/managed_instance.py +56 -0
  58. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +49 -0
  59. pulumi_oci/osmanagementhub/managed_instance_group_reboot_management.py +297 -0
  60. pulumi_oci/osmanagementhub/managed_instance_reboot_management.py +299 -0
  61. pulumi_oci/osmanagementhub/management_station.py +251 -4
  62. pulumi_oci/osmanagementhub/management_station_associate_managed_instances_management.py +298 -0
  63. pulumi_oci/osmanagementhub/management_station_refresh_management.py +2 -2
  64. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +9 -9
  65. pulumi_oci/osmanagementhub/outputs.py +1349 -50
  66. pulumi_oci/osmanagementhub/profile.py +70 -14
  67. pulumi_oci/osmanagementhub/profile_attach_lifecycle_stage_management.py +269 -0
  68. pulumi_oci/osmanagementhub/profile_attach_managed_instance_group_management.py +269 -0
  69. pulumi_oci/osmanagementhub/profile_attach_management_station_management.py +269 -0
  70. pulumi_oci/osmanagementhub/profile_attach_software_sources_management.py +269 -0
  71. pulumi_oci/osmanagementhub/profile_detach_software_sources_management.py +269 -0
  72. pulumi_oci/osmanagementhub/scheduled_job.py +72 -21
  73. pulumi_oci/osmanagementhub/software_source.py +365 -26
  74. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +67 -10
  75. pulumi_oci/osmanagementhub/software_source_generate_metadata_management.py +217 -0
  76. pulumi_oci/osmanagementhub/software_source_manifest.py +268 -0
  77. pulumi_oci/osmanagementhub/software_source_remove_packages_management.py +277 -0
  78. pulumi_oci/osmanagementhub/software_source_replace_packages_management.py +277 -0
  79. pulumi_oci/osmanagementhub/work_request_rerun_management.py +325 -0
  80. pulumi_oci/pulumi-plugin.json +1 -1
  81. {pulumi_oci-2.26.0a1741943394.dist-info → pulumi_oci-2.27.0.dist-info}/METADATA +2 -2
  82. {pulumi_oci-2.26.0a1741943394.dist-info → pulumi_oci-2.27.0.dist-info}/RECORD +84 -57
  83. {pulumi_oci-2.26.0a1741943394.dist-info → pulumi_oci-2.27.0.dist-info}/WHEEL +1 -1
  84. {pulumi_oci-2.26.0a1741943394.dist-info → pulumi_oci-2.27.0.dist-info}/top_level.txt +0 -0
@@ -16,12 +16,24 @@ from .. import _utilities
16
16
  from . import outputs
17
17
 
18
18
  __all__ = [
19
+ 'AutonomousContainerDatabaseAddStandbyBackupConfig',
20
+ 'AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetail',
21
+ 'AutonomousContainerDatabaseAddStandbyDataguard',
22
+ 'AutonomousContainerDatabaseAddStandbyDataguardGroupMember',
23
+ 'AutonomousContainerDatabaseAddStandbyKeyHistoryEntry',
24
+ 'AutonomousContainerDatabaseAddStandbyMaintenanceWindow',
25
+ 'AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeek',
26
+ 'AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonth',
27
+ 'AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfig',
28
+ 'AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetail',
19
29
  'AutonomousContainerDatabaseAssociatedBackupConfigurationDetail',
20
30
  'AutonomousContainerDatabaseBackupConfig',
21
31
  'AutonomousContainerDatabaseBackupConfigBackupDestinationDetails',
22
32
  'AutonomousContainerDatabaseBackupDestinationPropertiesList',
33
+ 'AutonomousContainerDatabaseDataguard',
23
34
  'AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfig',
24
35
  'AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetail',
36
+ 'AutonomousContainerDatabaseDataguardGroupMember',
25
37
  'AutonomousContainerDatabaseKeyHistoryEntry',
26
38
  'AutonomousContainerDatabaseMaintenanceWindow',
27
39
  'AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek',
@@ -225,12 +237,14 @@ __all__ = [
225
237
  'GetAutonomousContainerDatabaseBackupConfigResult',
226
238
  'GetAutonomousContainerDatabaseBackupConfigBackupDestinationDetailResult',
227
239
  'GetAutonomousContainerDatabaseBackupDestinationPropertiesListResult',
240
+ 'GetAutonomousContainerDatabaseDataguardResult',
228
241
  'GetAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigResult',
229
242
  'GetAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailResult',
230
243
  'GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationResult',
231
244
  'GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigResult',
232
245
  'GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailResult',
233
246
  'GetAutonomousContainerDatabaseDataguardAssociationsFilterResult',
247
+ 'GetAutonomousContainerDatabaseDataguardGroupMemberResult',
234
248
  'GetAutonomousContainerDatabaseKeyHistoryEntryResult',
235
249
  'GetAutonomousContainerDatabaseMaintenanceWindowResult',
236
250
  'GetAutonomousContainerDatabaseMaintenanceWindowDaysOfWeekResult',
@@ -250,6 +264,8 @@ __all__ = [
250
264
  'GetAutonomousContainerDatabasesAutonomousContainerDatabaseBackupConfigResult',
251
265
  'GetAutonomousContainerDatabasesAutonomousContainerDatabaseBackupConfigBackupDestinationDetailResult',
252
266
  'GetAutonomousContainerDatabasesAutonomousContainerDatabaseBackupDestinationPropertiesListResult',
267
+ 'GetAutonomousContainerDatabasesAutonomousContainerDatabaseDataguardResult',
268
+ 'GetAutonomousContainerDatabasesAutonomousContainerDatabaseDataguardGroupMemberResult',
253
269
  'GetAutonomousContainerDatabasesAutonomousContainerDatabaseKeyHistoryEntryResult',
254
270
  'GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowResult',
255
271
  'GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowDaysOfWeekResult',
@@ -731,6 +747,1107 @@ __all__ = [
731
747
  'GetVmClustersVmClusterFileSystemConfigurationDetailResult',
732
748
  ]
733
749
 
750
+ @pulumi.output_type
751
+ class AutonomousContainerDatabaseAddStandbyBackupConfig(dict):
752
+ @staticmethod
753
+ def __key_warning(key: str):
754
+ suggest = None
755
+ if key == "backupDestinationDetails":
756
+ suggest = "backup_destination_details"
757
+ elif key == "recoveryWindowInDays":
758
+ suggest = "recovery_window_in_days"
759
+
760
+ if suggest:
761
+ pulumi.log.warn(f"Key '{key}' not found in AutonomousContainerDatabaseAddStandbyBackupConfig. Access the value via the '{suggest}' property getter instead.")
762
+
763
+ def __getitem__(self, key: str) -> Any:
764
+ AutonomousContainerDatabaseAddStandbyBackupConfig.__key_warning(key)
765
+ return super().__getitem__(key)
766
+
767
+ def get(self, key: str, default = None) -> Any:
768
+ AutonomousContainerDatabaseAddStandbyBackupConfig.__key_warning(key)
769
+ return super().get(key, default)
770
+
771
+ def __init__(__self__, *,
772
+ backup_destination_details: Optional[Sequence['outputs.AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetail']] = None,
773
+ recovery_window_in_days: Optional[int] = None):
774
+ """
775
+ :param Sequence['AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetailArgs'] backup_destination_details: Backup destination details.
776
+ :param int recovery_window_in_days: Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
777
+ """
778
+ if backup_destination_details is not None:
779
+ pulumi.set(__self__, "backup_destination_details", backup_destination_details)
780
+ if recovery_window_in_days is not None:
781
+ pulumi.set(__self__, "recovery_window_in_days", recovery_window_in_days)
782
+
783
+ @property
784
+ @pulumi.getter(name="backupDestinationDetails")
785
+ def backup_destination_details(self) -> Optional[Sequence['outputs.AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetail']]:
786
+ """
787
+ Backup destination details.
788
+ """
789
+ return pulumi.get(self, "backup_destination_details")
790
+
791
+ @property
792
+ @pulumi.getter(name="recoveryWindowInDays")
793
+ def recovery_window_in_days(self) -> Optional[int]:
794
+ """
795
+ Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
796
+ """
797
+ return pulumi.get(self, "recovery_window_in_days")
798
+
799
+
800
+ @pulumi.output_type
801
+ class AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetail(dict):
802
+ @staticmethod
803
+ def __key_warning(key: str):
804
+ suggest = None
805
+ if key == "dbrsPolicyId":
806
+ suggest = "dbrs_policy_id"
807
+ elif key == "internetProxy":
808
+ suggest = "internet_proxy"
809
+ elif key == "vpcPassword":
810
+ suggest = "vpc_password"
811
+ elif key == "vpcUser":
812
+ suggest = "vpc_user"
813
+
814
+ if suggest:
815
+ pulumi.log.warn(f"Key '{key}' not found in AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetail. Access the value via the '{suggest}' property getter instead.")
816
+
817
+ def __getitem__(self, key: str) -> Any:
818
+ AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetail.__key_warning(key)
819
+ return super().__getitem__(key)
820
+
821
+ def get(self, key: str, default = None) -> Any:
822
+ AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetail.__key_warning(key)
823
+ return super().get(key, default)
824
+
825
+ def __init__(__self__, *,
826
+ dbrs_policy_id: Optional[str] = None,
827
+ id: Optional[str] = None,
828
+ internet_proxy: Optional[str] = None,
829
+ type: Optional[str] = None,
830
+ vpc_password: Optional[str] = None,
831
+ vpc_user: Optional[str] = None):
832
+ """
833
+ :param str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
834
+ :param 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.
835
+ :param str internet_proxy: Proxy URL to connect to object store.
836
+ :param str type: Type of the database backup destination.
837
+ :param str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
838
+ :param str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
839
+ """
840
+ if dbrs_policy_id is not None:
841
+ pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
842
+ if id is not None:
843
+ pulumi.set(__self__, "id", id)
844
+ if internet_proxy is not None:
845
+ pulumi.set(__self__, "internet_proxy", internet_proxy)
846
+ if type is not None:
847
+ pulumi.set(__self__, "type", type)
848
+ if vpc_password is not None:
849
+ pulumi.set(__self__, "vpc_password", vpc_password)
850
+ if vpc_user is not None:
851
+ pulumi.set(__self__, "vpc_user", vpc_user)
852
+
853
+ @property
854
+ @pulumi.getter(name="dbrsPolicyId")
855
+ def dbrs_policy_id(self) -> Optional[str]:
856
+ """
857
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
858
+ """
859
+ return pulumi.get(self, "dbrs_policy_id")
860
+
861
+ @property
862
+ @pulumi.getter
863
+ def id(self) -> Optional[str]:
864
+ """
865
+ The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
866
+ """
867
+ return pulumi.get(self, "id")
868
+
869
+ @property
870
+ @pulumi.getter(name="internetProxy")
871
+ def internet_proxy(self) -> Optional[str]:
872
+ """
873
+ Proxy URL to connect to object store.
874
+ """
875
+ return pulumi.get(self, "internet_proxy")
876
+
877
+ @property
878
+ @pulumi.getter
879
+ def type(self) -> Optional[str]:
880
+ """
881
+ Type of the database backup destination.
882
+ """
883
+ return pulumi.get(self, "type")
884
+
885
+ @property
886
+ @pulumi.getter(name="vpcPassword")
887
+ def vpc_password(self) -> Optional[str]:
888
+ """
889
+ For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
890
+ """
891
+ return pulumi.get(self, "vpc_password")
892
+
893
+ @property
894
+ @pulumi.getter(name="vpcUser")
895
+ def vpc_user(self) -> Optional[str]:
896
+ """
897
+ For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
898
+ """
899
+ return pulumi.get(self, "vpc_user")
900
+
901
+
902
+ @pulumi.output_type
903
+ class AutonomousContainerDatabaseAddStandbyDataguard(dict):
904
+ @staticmethod
905
+ def __key_warning(key: str):
906
+ suggest = None
907
+ if key == "applyLag":
908
+ suggest = "apply_lag"
909
+ elif key == "applyRate":
910
+ suggest = "apply_rate"
911
+ elif key == "automaticFailoverTarget":
912
+ suggest = "automatic_failover_target"
913
+ elif key == "autonomousContainerDatabaseId":
914
+ suggest = "autonomous_container_database_id"
915
+ elif key == "availabilityDomain":
916
+ suggest = "availability_domain"
917
+ elif key == "fastStartFailOverLagLimitInSeconds":
918
+ suggest = "fast_start_fail_over_lag_limit_in_seconds"
919
+ elif key == "isAutomaticFailoverEnabled":
920
+ suggest = "is_automatic_failover_enabled"
921
+ elif key == "lifecycleDetails":
922
+ suggest = "lifecycle_details"
923
+ elif key == "protectionMode":
924
+ suggest = "protection_mode"
925
+ elif key == "redoTransportMode":
926
+ suggest = "redo_transport_mode"
927
+ elif key == "timeCreated":
928
+ suggest = "time_created"
929
+ elif key == "timeLagRefreshedOn":
930
+ suggest = "time_lag_refreshed_on"
931
+ elif key == "timeLastRoleChanged":
932
+ suggest = "time_last_role_changed"
933
+ elif key == "timeLastSynced":
934
+ suggest = "time_last_synced"
935
+ elif key == "transportLag":
936
+ suggest = "transport_lag"
937
+
938
+ if suggest:
939
+ pulumi.log.warn(f"Key '{key}' not found in AutonomousContainerDatabaseAddStandbyDataguard. Access the value via the '{suggest}' property getter instead.")
940
+
941
+ def __getitem__(self, key: str) -> Any:
942
+ AutonomousContainerDatabaseAddStandbyDataguard.__key_warning(key)
943
+ return super().__getitem__(key)
944
+
945
+ def get(self, key: str, default = None) -> Any:
946
+ AutonomousContainerDatabaseAddStandbyDataguard.__key_warning(key)
947
+ return super().get(key, default)
948
+
949
+ def __init__(__self__, *,
950
+ apply_lag: Optional[str] = None,
951
+ apply_rate: Optional[str] = None,
952
+ automatic_failover_target: Optional[str] = None,
953
+ autonomous_container_database_id: Optional[str] = None,
954
+ availability_domain: Optional[str] = None,
955
+ fast_start_fail_over_lag_limit_in_seconds: Optional[int] = None,
956
+ is_automatic_failover_enabled: Optional[bool] = None,
957
+ lifecycle_details: Optional[str] = None,
958
+ protection_mode: Optional[str] = None,
959
+ redo_transport_mode: Optional[str] = None,
960
+ role: Optional[str] = None,
961
+ state: Optional[str] = None,
962
+ time_created: Optional[str] = None,
963
+ time_lag_refreshed_on: Optional[str] = None,
964
+ time_last_role_changed: Optional[str] = None,
965
+ time_last_synced: Optional[str] = None,
966
+ transport_lag: Optional[str] = None):
967
+ """
968
+ :param str apply_lag: The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
969
+ :param str apply_rate: The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
970
+ :param str automatic_failover_target: Automatically selected by backend when observer is enabled.
971
+ :param str autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
972
+ :param str availability_domain: The domain of the Autonomous Container Database
973
+ :param int fast_start_fail_over_lag_limit_in_seconds: The lag time for my preference based on data loss tolerance in seconds.
974
+ :param bool is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
975
+ :param str lifecycle_details: Additional information about the current lifecycle state.
976
+ :param str protection_mode: The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
977
+ :param str redo_transport_mode: Automatically selected by backend based on the protection mode.
978
+ :param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
979
+ :param str state: The current state of the Autonomous Container Database.
980
+ :param str time_created: The date and time the Autonomous Container Database was created.
981
+ :param str time_lag_refreshed_on: Timestamp when the lags were last calculated for a standby.
982
+ :param str time_last_role_changed: The date and time when the last role change action happened.
983
+ :param str time_last_synced: The date and time of the last update to the apply lag, apply rate, and transport lag values.
984
+ :param str transport_lag: The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
985
+ """
986
+ if apply_lag is not None:
987
+ pulumi.set(__self__, "apply_lag", apply_lag)
988
+ if apply_rate is not None:
989
+ pulumi.set(__self__, "apply_rate", apply_rate)
990
+ if automatic_failover_target is not None:
991
+ pulumi.set(__self__, "automatic_failover_target", automatic_failover_target)
992
+ if autonomous_container_database_id is not None:
993
+ pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
994
+ if availability_domain is not None:
995
+ pulumi.set(__self__, "availability_domain", availability_domain)
996
+ if fast_start_fail_over_lag_limit_in_seconds is not None:
997
+ pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
998
+ if is_automatic_failover_enabled is not None:
999
+ pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
1000
+ if lifecycle_details is not None:
1001
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
1002
+ if protection_mode is not None:
1003
+ pulumi.set(__self__, "protection_mode", protection_mode)
1004
+ if redo_transport_mode is not None:
1005
+ pulumi.set(__self__, "redo_transport_mode", redo_transport_mode)
1006
+ if role is not None:
1007
+ pulumi.set(__self__, "role", role)
1008
+ if state is not None:
1009
+ pulumi.set(__self__, "state", state)
1010
+ if time_created is not None:
1011
+ pulumi.set(__self__, "time_created", time_created)
1012
+ if time_lag_refreshed_on is not None:
1013
+ pulumi.set(__self__, "time_lag_refreshed_on", time_lag_refreshed_on)
1014
+ if time_last_role_changed is not None:
1015
+ pulumi.set(__self__, "time_last_role_changed", time_last_role_changed)
1016
+ if time_last_synced is not None:
1017
+ pulumi.set(__self__, "time_last_synced", time_last_synced)
1018
+ if transport_lag is not None:
1019
+ pulumi.set(__self__, "transport_lag", transport_lag)
1020
+
1021
+ @property
1022
+ @pulumi.getter(name="applyLag")
1023
+ def apply_lag(self) -> Optional[str]:
1024
+ """
1025
+ The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
1026
+ """
1027
+ return pulumi.get(self, "apply_lag")
1028
+
1029
+ @property
1030
+ @pulumi.getter(name="applyRate")
1031
+ def apply_rate(self) -> Optional[str]:
1032
+ """
1033
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
1034
+ """
1035
+ return pulumi.get(self, "apply_rate")
1036
+
1037
+ @property
1038
+ @pulumi.getter(name="automaticFailoverTarget")
1039
+ def automatic_failover_target(self) -> Optional[str]:
1040
+ """
1041
+ Automatically selected by backend when observer is enabled.
1042
+ """
1043
+ return pulumi.get(self, "automatic_failover_target")
1044
+
1045
+ @property
1046
+ @pulumi.getter(name="autonomousContainerDatabaseId")
1047
+ def autonomous_container_database_id(self) -> Optional[str]:
1048
+ """
1049
+ The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
1050
+ """
1051
+ return pulumi.get(self, "autonomous_container_database_id")
1052
+
1053
+ @property
1054
+ @pulumi.getter(name="availabilityDomain")
1055
+ def availability_domain(self) -> Optional[str]:
1056
+ """
1057
+ The domain of the Autonomous Container Database
1058
+ """
1059
+ return pulumi.get(self, "availability_domain")
1060
+
1061
+ @property
1062
+ @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
1063
+ def fast_start_fail_over_lag_limit_in_seconds(self) -> Optional[int]:
1064
+ """
1065
+ The lag time for my preference based on data loss tolerance in seconds.
1066
+ """
1067
+ return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
1068
+
1069
+ @property
1070
+ @pulumi.getter(name="isAutomaticFailoverEnabled")
1071
+ def is_automatic_failover_enabled(self) -> Optional[bool]:
1072
+ """
1073
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
1074
+ """
1075
+ return pulumi.get(self, "is_automatic_failover_enabled")
1076
+
1077
+ @property
1078
+ @pulumi.getter(name="lifecycleDetails")
1079
+ def lifecycle_details(self) -> Optional[str]:
1080
+ """
1081
+ Additional information about the current lifecycle state.
1082
+ """
1083
+ return pulumi.get(self, "lifecycle_details")
1084
+
1085
+ @property
1086
+ @pulumi.getter(name="protectionMode")
1087
+ def protection_mode(self) -> Optional[str]:
1088
+ """
1089
+ The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
1090
+ """
1091
+ return pulumi.get(self, "protection_mode")
1092
+
1093
+ @property
1094
+ @pulumi.getter(name="redoTransportMode")
1095
+ def redo_transport_mode(self) -> Optional[str]:
1096
+ """
1097
+ Automatically selected by backend based on the protection mode.
1098
+ """
1099
+ return pulumi.get(self, "redo_transport_mode")
1100
+
1101
+ @property
1102
+ @pulumi.getter
1103
+ def role(self) -> Optional[str]:
1104
+ """
1105
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
1106
+ """
1107
+ return pulumi.get(self, "role")
1108
+
1109
+ @property
1110
+ @pulumi.getter
1111
+ def state(self) -> Optional[str]:
1112
+ """
1113
+ The current state of the Autonomous Container Database.
1114
+ """
1115
+ return pulumi.get(self, "state")
1116
+
1117
+ @property
1118
+ @pulumi.getter(name="timeCreated")
1119
+ def time_created(self) -> Optional[str]:
1120
+ """
1121
+ The date and time the Autonomous Container Database was created.
1122
+ """
1123
+ return pulumi.get(self, "time_created")
1124
+
1125
+ @property
1126
+ @pulumi.getter(name="timeLagRefreshedOn")
1127
+ def time_lag_refreshed_on(self) -> Optional[str]:
1128
+ """
1129
+ Timestamp when the lags were last calculated for a standby.
1130
+ """
1131
+ return pulumi.get(self, "time_lag_refreshed_on")
1132
+
1133
+ @property
1134
+ @pulumi.getter(name="timeLastRoleChanged")
1135
+ def time_last_role_changed(self) -> Optional[str]:
1136
+ """
1137
+ The date and time when the last role change action happened.
1138
+ """
1139
+ return pulumi.get(self, "time_last_role_changed")
1140
+
1141
+ @property
1142
+ @pulumi.getter(name="timeLastSynced")
1143
+ def time_last_synced(self) -> Optional[str]:
1144
+ """
1145
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
1146
+ """
1147
+ return pulumi.get(self, "time_last_synced")
1148
+
1149
+ @property
1150
+ @pulumi.getter(name="transportLag")
1151
+ def transport_lag(self) -> Optional[str]:
1152
+ """
1153
+ The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
1154
+ """
1155
+ return pulumi.get(self, "transport_lag")
1156
+
1157
+
1158
+ @pulumi.output_type
1159
+ class AutonomousContainerDatabaseAddStandbyDataguardGroupMember(dict):
1160
+ @staticmethod
1161
+ def __key_warning(key: str):
1162
+ suggest = None
1163
+ if key == "applyLag":
1164
+ suggest = "apply_lag"
1165
+ elif key == "applyRate":
1166
+ suggest = "apply_rate"
1167
+ elif key == "automaticFailoverTarget":
1168
+ suggest = "automatic_failover_target"
1169
+ elif key == "autonomousContainerDatabaseId":
1170
+ suggest = "autonomous_container_database_id"
1171
+ elif key == "availabilityDomain":
1172
+ suggest = "availability_domain"
1173
+ elif key == "fastStartFailOverLagLimitInSeconds":
1174
+ suggest = "fast_start_fail_over_lag_limit_in_seconds"
1175
+ elif key == "isAutomaticFailoverEnabled":
1176
+ suggest = "is_automatic_failover_enabled"
1177
+ elif key == "lifecycleDetails":
1178
+ suggest = "lifecycle_details"
1179
+ elif key == "protectionMode":
1180
+ suggest = "protection_mode"
1181
+ elif key == "redoTransportMode":
1182
+ suggest = "redo_transport_mode"
1183
+ elif key == "timeCreated":
1184
+ suggest = "time_created"
1185
+ elif key == "timeLagRefreshedOn":
1186
+ suggest = "time_lag_refreshed_on"
1187
+ elif key == "timeLastRoleChanged":
1188
+ suggest = "time_last_role_changed"
1189
+ elif key == "timeLastSynced":
1190
+ suggest = "time_last_synced"
1191
+ elif key == "transportLag":
1192
+ suggest = "transport_lag"
1193
+
1194
+ if suggest:
1195
+ pulumi.log.warn(f"Key '{key}' not found in AutonomousContainerDatabaseAddStandbyDataguardGroupMember. Access the value via the '{suggest}' property getter instead.")
1196
+
1197
+ def __getitem__(self, key: str) -> Any:
1198
+ AutonomousContainerDatabaseAddStandbyDataguardGroupMember.__key_warning(key)
1199
+ return super().__getitem__(key)
1200
+
1201
+ def get(self, key: str, default = None) -> Any:
1202
+ AutonomousContainerDatabaseAddStandbyDataguardGroupMember.__key_warning(key)
1203
+ return super().get(key, default)
1204
+
1205
+ def __init__(__self__, *,
1206
+ apply_lag: Optional[str] = None,
1207
+ apply_rate: Optional[str] = None,
1208
+ automatic_failover_target: Optional[str] = None,
1209
+ autonomous_container_database_id: Optional[str] = None,
1210
+ availability_domain: Optional[str] = None,
1211
+ fast_start_fail_over_lag_limit_in_seconds: Optional[int] = None,
1212
+ is_automatic_failover_enabled: Optional[bool] = None,
1213
+ lifecycle_details: Optional[str] = None,
1214
+ protection_mode: Optional[str] = None,
1215
+ redo_transport_mode: Optional[str] = None,
1216
+ role: Optional[str] = None,
1217
+ state: Optional[str] = None,
1218
+ time_created: Optional[str] = None,
1219
+ time_lag_refreshed_on: Optional[str] = None,
1220
+ time_last_role_changed: Optional[str] = None,
1221
+ time_last_synced: Optional[str] = None,
1222
+ transport_lag: Optional[str] = None):
1223
+ """
1224
+ :param str apply_lag: The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
1225
+ :param str apply_rate: The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
1226
+ :param str automatic_failover_target: Automatically selected by backend when observer is enabled.
1227
+ :param str autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
1228
+ :param str availability_domain: The domain of the Autonomous Container Database
1229
+ :param int fast_start_fail_over_lag_limit_in_seconds: The lag time for my preference based on data loss tolerance in seconds.
1230
+ :param bool is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
1231
+ :param str lifecycle_details: Additional information about the current lifecycle state.
1232
+ :param str protection_mode: The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
1233
+ :param str redo_transport_mode: Automatically selected by backend based on the protection mode.
1234
+ :param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
1235
+ :param str state: The current state of the Autonomous Container Database.
1236
+ :param str time_created: The date and time the Autonomous Container Database was created.
1237
+ :param str time_lag_refreshed_on: Timestamp when the lags were last calculated for a standby.
1238
+ :param str time_last_role_changed: The date and time when the last role change action happened.
1239
+ :param str time_last_synced: The date and time of the last update to the apply lag, apply rate, and transport lag values.
1240
+ :param str transport_lag: The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
1241
+ """
1242
+ if apply_lag is not None:
1243
+ pulumi.set(__self__, "apply_lag", apply_lag)
1244
+ if apply_rate is not None:
1245
+ pulumi.set(__self__, "apply_rate", apply_rate)
1246
+ if automatic_failover_target is not None:
1247
+ pulumi.set(__self__, "automatic_failover_target", automatic_failover_target)
1248
+ if autonomous_container_database_id is not None:
1249
+ pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
1250
+ if availability_domain is not None:
1251
+ pulumi.set(__self__, "availability_domain", availability_domain)
1252
+ if fast_start_fail_over_lag_limit_in_seconds is not None:
1253
+ pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
1254
+ if is_automatic_failover_enabled is not None:
1255
+ pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
1256
+ if lifecycle_details is not None:
1257
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
1258
+ if protection_mode is not None:
1259
+ pulumi.set(__self__, "protection_mode", protection_mode)
1260
+ if redo_transport_mode is not None:
1261
+ pulumi.set(__self__, "redo_transport_mode", redo_transport_mode)
1262
+ if role is not None:
1263
+ pulumi.set(__self__, "role", role)
1264
+ if state is not None:
1265
+ pulumi.set(__self__, "state", state)
1266
+ if time_created is not None:
1267
+ pulumi.set(__self__, "time_created", time_created)
1268
+ if time_lag_refreshed_on is not None:
1269
+ pulumi.set(__self__, "time_lag_refreshed_on", time_lag_refreshed_on)
1270
+ if time_last_role_changed is not None:
1271
+ pulumi.set(__self__, "time_last_role_changed", time_last_role_changed)
1272
+ if time_last_synced is not None:
1273
+ pulumi.set(__self__, "time_last_synced", time_last_synced)
1274
+ if transport_lag is not None:
1275
+ pulumi.set(__self__, "transport_lag", transport_lag)
1276
+
1277
+ @property
1278
+ @pulumi.getter(name="applyLag")
1279
+ def apply_lag(self) -> Optional[str]:
1280
+ """
1281
+ The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
1282
+ """
1283
+ return pulumi.get(self, "apply_lag")
1284
+
1285
+ @property
1286
+ @pulumi.getter(name="applyRate")
1287
+ def apply_rate(self) -> Optional[str]:
1288
+ """
1289
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
1290
+ """
1291
+ return pulumi.get(self, "apply_rate")
1292
+
1293
+ @property
1294
+ @pulumi.getter(name="automaticFailoverTarget")
1295
+ def automatic_failover_target(self) -> Optional[str]:
1296
+ """
1297
+ Automatically selected by backend when observer is enabled.
1298
+ """
1299
+ return pulumi.get(self, "automatic_failover_target")
1300
+
1301
+ @property
1302
+ @pulumi.getter(name="autonomousContainerDatabaseId")
1303
+ def autonomous_container_database_id(self) -> Optional[str]:
1304
+ """
1305
+ The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
1306
+ """
1307
+ return pulumi.get(self, "autonomous_container_database_id")
1308
+
1309
+ @property
1310
+ @pulumi.getter(name="availabilityDomain")
1311
+ def availability_domain(self) -> Optional[str]:
1312
+ """
1313
+ The domain of the Autonomous Container Database
1314
+ """
1315
+ return pulumi.get(self, "availability_domain")
1316
+
1317
+ @property
1318
+ @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
1319
+ def fast_start_fail_over_lag_limit_in_seconds(self) -> Optional[int]:
1320
+ """
1321
+ The lag time for my preference based on data loss tolerance in seconds.
1322
+ """
1323
+ return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
1324
+
1325
+ @property
1326
+ @pulumi.getter(name="isAutomaticFailoverEnabled")
1327
+ def is_automatic_failover_enabled(self) -> Optional[bool]:
1328
+ """
1329
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
1330
+ """
1331
+ return pulumi.get(self, "is_automatic_failover_enabled")
1332
+
1333
+ @property
1334
+ @pulumi.getter(name="lifecycleDetails")
1335
+ def lifecycle_details(self) -> Optional[str]:
1336
+ """
1337
+ Additional information about the current lifecycle state.
1338
+ """
1339
+ return pulumi.get(self, "lifecycle_details")
1340
+
1341
+ @property
1342
+ @pulumi.getter(name="protectionMode")
1343
+ def protection_mode(self) -> Optional[str]:
1344
+ """
1345
+ The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
1346
+ """
1347
+ return pulumi.get(self, "protection_mode")
1348
+
1349
+ @property
1350
+ @pulumi.getter(name="redoTransportMode")
1351
+ def redo_transport_mode(self) -> Optional[str]:
1352
+ """
1353
+ Automatically selected by backend based on the protection mode.
1354
+ """
1355
+ return pulumi.get(self, "redo_transport_mode")
1356
+
1357
+ @property
1358
+ @pulumi.getter
1359
+ def role(self) -> Optional[str]:
1360
+ """
1361
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
1362
+ """
1363
+ return pulumi.get(self, "role")
1364
+
1365
+ @property
1366
+ @pulumi.getter
1367
+ def state(self) -> Optional[str]:
1368
+ """
1369
+ The current state of the Autonomous Container Database.
1370
+ """
1371
+ return pulumi.get(self, "state")
1372
+
1373
+ @property
1374
+ @pulumi.getter(name="timeCreated")
1375
+ def time_created(self) -> Optional[str]:
1376
+ """
1377
+ The date and time the Autonomous Container Database was created.
1378
+ """
1379
+ return pulumi.get(self, "time_created")
1380
+
1381
+ @property
1382
+ @pulumi.getter(name="timeLagRefreshedOn")
1383
+ def time_lag_refreshed_on(self) -> Optional[str]:
1384
+ """
1385
+ Timestamp when the lags were last calculated for a standby.
1386
+ """
1387
+ return pulumi.get(self, "time_lag_refreshed_on")
1388
+
1389
+ @property
1390
+ @pulumi.getter(name="timeLastRoleChanged")
1391
+ def time_last_role_changed(self) -> Optional[str]:
1392
+ """
1393
+ The date and time when the last role change action happened.
1394
+ """
1395
+ return pulumi.get(self, "time_last_role_changed")
1396
+
1397
+ @property
1398
+ @pulumi.getter(name="timeLastSynced")
1399
+ def time_last_synced(self) -> Optional[str]:
1400
+ """
1401
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
1402
+ """
1403
+ return pulumi.get(self, "time_last_synced")
1404
+
1405
+ @property
1406
+ @pulumi.getter(name="transportLag")
1407
+ def transport_lag(self) -> Optional[str]:
1408
+ """
1409
+ The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
1410
+ """
1411
+ return pulumi.get(self, "transport_lag")
1412
+
1413
+
1414
+ @pulumi.output_type
1415
+ class AutonomousContainerDatabaseAddStandbyKeyHistoryEntry(dict):
1416
+ @staticmethod
1417
+ def __key_warning(key: str):
1418
+ suggest = None
1419
+ if key == "kmsKeyVersionId":
1420
+ suggest = "kms_key_version_id"
1421
+ elif key == "timeActivated":
1422
+ suggest = "time_activated"
1423
+ elif key == "vaultId":
1424
+ suggest = "vault_id"
1425
+
1426
+ if suggest:
1427
+ pulumi.log.warn(f"Key '{key}' not found in AutonomousContainerDatabaseAddStandbyKeyHistoryEntry. Access the value via the '{suggest}' property getter instead.")
1428
+
1429
+ def __getitem__(self, key: str) -> Any:
1430
+ AutonomousContainerDatabaseAddStandbyKeyHistoryEntry.__key_warning(key)
1431
+ return super().__getitem__(key)
1432
+
1433
+ def get(self, key: str, default = None) -> Any:
1434
+ AutonomousContainerDatabaseAddStandbyKeyHistoryEntry.__key_warning(key)
1435
+ return super().get(key, default)
1436
+
1437
+ def __init__(__self__, *,
1438
+ id: Optional[str] = None,
1439
+ kms_key_version_id: Optional[str] = None,
1440
+ time_activated: Optional[str] = None,
1441
+ vault_id: Optional[str] = None):
1442
+ """
1443
+ :param 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.
1444
+ :param 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.
1445
+ :param str time_activated: The date and time the kms key activated.
1446
+ :param 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.
1447
+ """
1448
+ if id is not None:
1449
+ pulumi.set(__self__, "id", id)
1450
+ if kms_key_version_id is not None:
1451
+ pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
1452
+ if time_activated is not None:
1453
+ pulumi.set(__self__, "time_activated", time_activated)
1454
+ if vault_id is not None:
1455
+ pulumi.set(__self__, "vault_id", vault_id)
1456
+
1457
+ @property
1458
+ @pulumi.getter
1459
+ def id(self) -> Optional[str]:
1460
+ """
1461
+ The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
1462
+ """
1463
+ return pulumi.get(self, "id")
1464
+
1465
+ @property
1466
+ @pulumi.getter(name="kmsKeyVersionId")
1467
+ def kms_key_version_id(self) -> Optional[str]:
1468
+ """
1469
+ 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.
1470
+ """
1471
+ return pulumi.get(self, "kms_key_version_id")
1472
+
1473
+ @property
1474
+ @pulumi.getter(name="timeActivated")
1475
+ def time_activated(self) -> Optional[str]:
1476
+ """
1477
+ The date and time the kms key activated.
1478
+ """
1479
+ return pulumi.get(self, "time_activated")
1480
+
1481
+ @property
1482
+ @pulumi.getter(name="vaultId")
1483
+ def vault_id(self) -> Optional[str]:
1484
+ """
1485
+ 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.
1486
+ """
1487
+ return pulumi.get(self, "vault_id")
1488
+
1489
+
1490
+ @pulumi.output_type
1491
+ class AutonomousContainerDatabaseAddStandbyMaintenanceWindow(dict):
1492
+ @staticmethod
1493
+ def __key_warning(key: str):
1494
+ suggest = None
1495
+ if key == "customActionTimeoutInMins":
1496
+ suggest = "custom_action_timeout_in_mins"
1497
+ elif key == "daysOfWeeks":
1498
+ suggest = "days_of_weeks"
1499
+ elif key == "hoursOfDays":
1500
+ suggest = "hours_of_days"
1501
+ elif key == "isCustomActionTimeoutEnabled":
1502
+ suggest = "is_custom_action_timeout_enabled"
1503
+ elif key == "isMonthlyPatchingEnabled":
1504
+ suggest = "is_monthly_patching_enabled"
1505
+ elif key == "leadTimeInWeeks":
1506
+ suggest = "lead_time_in_weeks"
1507
+ elif key == "patchingMode":
1508
+ suggest = "patching_mode"
1509
+ elif key == "skipRus":
1510
+ suggest = "skip_rus"
1511
+ elif key == "weeksOfMonths":
1512
+ suggest = "weeks_of_months"
1513
+
1514
+ if suggest:
1515
+ pulumi.log.warn(f"Key '{key}' not found in AutonomousContainerDatabaseAddStandbyMaintenanceWindow. Access the value via the '{suggest}' property getter instead.")
1516
+
1517
+ def __getitem__(self, key: str) -> Any:
1518
+ AutonomousContainerDatabaseAddStandbyMaintenanceWindow.__key_warning(key)
1519
+ return super().__getitem__(key)
1520
+
1521
+ def get(self, key: str, default = None) -> Any:
1522
+ AutonomousContainerDatabaseAddStandbyMaintenanceWindow.__key_warning(key)
1523
+ return super().get(key, default)
1524
+
1525
+ def __init__(__self__, *,
1526
+ custom_action_timeout_in_mins: Optional[int] = None,
1527
+ days_of_weeks: Optional[Sequence['outputs.AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeek']] = None,
1528
+ hours_of_days: Optional[Sequence[int]] = None,
1529
+ is_custom_action_timeout_enabled: Optional[bool] = None,
1530
+ is_monthly_patching_enabled: Optional[bool] = None,
1531
+ lead_time_in_weeks: Optional[int] = None,
1532
+ months: Optional[Sequence['outputs.AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonth']] = None,
1533
+ patching_mode: Optional[str] = None,
1534
+ preference: Optional[str] = None,
1535
+ skip_rus: Optional[Sequence[bool]] = None,
1536
+ weeks_of_months: Optional[Sequence[int]] = None):
1537
+ """
1538
+ :param int custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
1539
+ :param Sequence['AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
1540
+ :param Sequence[int] hours_of_days: The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are - 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
1541
+ :param bool is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
1542
+ :param bool is_monthly_patching_enabled: If true, enables the monthly patching option.
1543
+ :param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
1544
+ :param Sequence['AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
1545
+ :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
1546
+ :param str preference: The maintenance window scheduling preference.
1547
+ :param Sequence[bool] skip_rus: If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
1548
+ :param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
1549
+ """
1550
+ if custom_action_timeout_in_mins is not None:
1551
+ pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
1552
+ if days_of_weeks is not None:
1553
+ pulumi.set(__self__, "days_of_weeks", days_of_weeks)
1554
+ if hours_of_days is not None:
1555
+ pulumi.set(__self__, "hours_of_days", hours_of_days)
1556
+ if is_custom_action_timeout_enabled is not None:
1557
+ pulumi.set(__self__, "is_custom_action_timeout_enabled", is_custom_action_timeout_enabled)
1558
+ if is_monthly_patching_enabled is not None:
1559
+ pulumi.set(__self__, "is_monthly_patching_enabled", is_monthly_patching_enabled)
1560
+ if lead_time_in_weeks is not None:
1561
+ pulumi.set(__self__, "lead_time_in_weeks", lead_time_in_weeks)
1562
+ if months is not None:
1563
+ pulumi.set(__self__, "months", months)
1564
+ if patching_mode is not None:
1565
+ pulumi.set(__self__, "patching_mode", patching_mode)
1566
+ if preference is not None:
1567
+ pulumi.set(__self__, "preference", preference)
1568
+ if skip_rus is not None:
1569
+ pulumi.set(__self__, "skip_rus", skip_rus)
1570
+ if weeks_of_months is not None:
1571
+ pulumi.set(__self__, "weeks_of_months", weeks_of_months)
1572
+
1573
+ @property
1574
+ @pulumi.getter(name="customActionTimeoutInMins")
1575
+ def custom_action_timeout_in_mins(self) -> Optional[int]:
1576
+ """
1577
+ Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
1578
+ """
1579
+ return pulumi.get(self, "custom_action_timeout_in_mins")
1580
+
1581
+ @property
1582
+ @pulumi.getter(name="daysOfWeeks")
1583
+ def days_of_weeks(self) -> Optional[Sequence['outputs.AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeek']]:
1584
+ """
1585
+ Days during the week when maintenance should be performed.
1586
+ """
1587
+ return pulumi.get(self, "days_of_weeks")
1588
+
1589
+ @property
1590
+ @pulumi.getter(name="hoursOfDays")
1591
+ def hours_of_days(self) -> Optional[Sequence[int]]:
1592
+ """
1593
+ The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are - 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
1594
+ """
1595
+ return pulumi.get(self, "hours_of_days")
1596
+
1597
+ @property
1598
+ @pulumi.getter(name="isCustomActionTimeoutEnabled")
1599
+ def is_custom_action_timeout_enabled(self) -> Optional[bool]:
1600
+ """
1601
+ If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
1602
+ """
1603
+ return pulumi.get(self, "is_custom_action_timeout_enabled")
1604
+
1605
+ @property
1606
+ @pulumi.getter(name="isMonthlyPatchingEnabled")
1607
+ def is_monthly_patching_enabled(self) -> Optional[bool]:
1608
+ """
1609
+ If true, enables the monthly patching option.
1610
+ """
1611
+ return pulumi.get(self, "is_monthly_patching_enabled")
1612
+
1613
+ @property
1614
+ @pulumi.getter(name="leadTimeInWeeks")
1615
+ def lead_time_in_weeks(self) -> Optional[int]:
1616
+ """
1617
+ Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
1618
+ """
1619
+ return pulumi.get(self, "lead_time_in_weeks")
1620
+
1621
+ @property
1622
+ @pulumi.getter
1623
+ def months(self) -> Optional[Sequence['outputs.AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonth']]:
1624
+ """
1625
+ Months during the year when maintenance should be performed.
1626
+ """
1627
+ return pulumi.get(self, "months")
1628
+
1629
+ @property
1630
+ @pulumi.getter(name="patchingMode")
1631
+ def patching_mode(self) -> Optional[str]:
1632
+ """
1633
+ Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
1634
+ """
1635
+ return pulumi.get(self, "patching_mode")
1636
+
1637
+ @property
1638
+ @pulumi.getter
1639
+ def preference(self) -> Optional[str]:
1640
+ """
1641
+ The maintenance window scheduling preference.
1642
+ """
1643
+ return pulumi.get(self, "preference")
1644
+
1645
+ @property
1646
+ @pulumi.getter(name="skipRus")
1647
+ def skip_rus(self) -> Optional[Sequence[bool]]:
1648
+ """
1649
+ If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
1650
+ """
1651
+ return pulumi.get(self, "skip_rus")
1652
+
1653
+ @property
1654
+ @pulumi.getter(name="weeksOfMonths")
1655
+ def weeks_of_months(self) -> Optional[Sequence[int]]:
1656
+ """
1657
+ Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
1658
+ """
1659
+ return pulumi.get(self, "weeks_of_months")
1660
+
1661
+
1662
+ @pulumi.output_type
1663
+ class AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeek(dict):
1664
+ def __init__(__self__, *,
1665
+ name: Optional[str] = None):
1666
+ """
1667
+ :param str name: Name of the month of the year.
1668
+ """
1669
+ if name is not None:
1670
+ pulumi.set(__self__, "name", name)
1671
+
1672
+ @property
1673
+ @pulumi.getter
1674
+ def name(self) -> Optional[str]:
1675
+ """
1676
+ Name of the month of the year.
1677
+ """
1678
+ return pulumi.get(self, "name")
1679
+
1680
+
1681
+ @pulumi.output_type
1682
+ class AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonth(dict):
1683
+ def __init__(__self__, *,
1684
+ name: Optional[str] = None):
1685
+ """
1686
+ :param str name: Name of the month of the year.
1687
+ """
1688
+ if name is not None:
1689
+ pulumi.set(__self__, "name", name)
1690
+
1691
+ @property
1692
+ @pulumi.getter
1693
+ def name(self) -> Optional[str]:
1694
+ """
1695
+ Name of the month of the year.
1696
+ """
1697
+ return pulumi.get(self, "name")
1698
+
1699
+
1700
+ @pulumi.output_type
1701
+ class AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfig(dict):
1702
+ @staticmethod
1703
+ def __key_warning(key: str):
1704
+ suggest = None
1705
+ if key == "backupDestinationDetails":
1706
+ suggest = "backup_destination_details"
1707
+ elif key == "recoveryWindowInDays":
1708
+ suggest = "recovery_window_in_days"
1709
+
1710
+ if suggest:
1711
+ pulumi.log.warn(f"Key '{key}' not found in AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfig. Access the value via the '{suggest}' property getter instead.")
1712
+
1713
+ def __getitem__(self, key: str) -> Any:
1714
+ AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfig.__key_warning(key)
1715
+ return super().__getitem__(key)
1716
+
1717
+ def get(self, key: str, default = None) -> Any:
1718
+ AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfig.__key_warning(key)
1719
+ return super().get(key, default)
1720
+
1721
+ def __init__(__self__, *,
1722
+ backup_destination_details: Optional[Sequence['outputs.AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetail']] = None,
1723
+ recovery_window_in_days: Optional[int] = None):
1724
+ """
1725
+ :param Sequence['AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgs'] backup_destination_details: Backup destination details.
1726
+ :param int recovery_window_in_days: Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
1727
+ """
1728
+ if backup_destination_details is not None:
1729
+ pulumi.set(__self__, "backup_destination_details", backup_destination_details)
1730
+ if recovery_window_in_days is not None:
1731
+ pulumi.set(__self__, "recovery_window_in_days", recovery_window_in_days)
1732
+
1733
+ @property
1734
+ @pulumi.getter(name="backupDestinationDetails")
1735
+ def backup_destination_details(self) -> Optional[Sequence['outputs.AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetail']]:
1736
+ """
1737
+ Backup destination details.
1738
+ """
1739
+ return pulumi.get(self, "backup_destination_details")
1740
+
1741
+ @property
1742
+ @pulumi.getter(name="recoveryWindowInDays")
1743
+ def recovery_window_in_days(self) -> Optional[int]:
1744
+ """
1745
+ Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
1746
+ """
1747
+ return pulumi.get(self, "recovery_window_in_days")
1748
+
1749
+
1750
+ @pulumi.output_type
1751
+ class AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetail(dict):
1752
+ @staticmethod
1753
+ def __key_warning(key: str):
1754
+ suggest = None
1755
+ if key == "dbrsPolicyId":
1756
+ suggest = "dbrs_policy_id"
1757
+ elif key == "internetProxy":
1758
+ suggest = "internet_proxy"
1759
+ elif key == "vpcPassword":
1760
+ suggest = "vpc_password"
1761
+ elif key == "vpcUser":
1762
+ suggest = "vpc_user"
1763
+
1764
+ if suggest:
1765
+ pulumi.log.warn(f"Key '{key}' not found in AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetail. Access the value via the '{suggest}' property getter instead.")
1766
+
1767
+ def __getitem__(self, key: str) -> Any:
1768
+ AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetail.__key_warning(key)
1769
+ return super().__getitem__(key)
1770
+
1771
+ def get(self, key: str, default = None) -> Any:
1772
+ AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetail.__key_warning(key)
1773
+ return super().get(key, default)
1774
+
1775
+ def __init__(__self__, *,
1776
+ type: str,
1777
+ dbrs_policy_id: Optional[str] = None,
1778
+ id: Optional[str] = None,
1779
+ internet_proxy: Optional[str] = None,
1780
+ vpc_password: Optional[str] = None,
1781
+ vpc_user: Optional[str] = None):
1782
+ """
1783
+ :param str type: Type of the database backup destination.
1784
+ :param str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
1785
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
1786
+ :param str internet_proxy: Proxy URL to connect to object store.
1787
+ :param str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
1788
+ :param str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
1789
+ """
1790
+ pulumi.set(__self__, "type", type)
1791
+ if dbrs_policy_id is not None:
1792
+ pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
1793
+ if id is not None:
1794
+ pulumi.set(__self__, "id", id)
1795
+ if internet_proxy is not None:
1796
+ pulumi.set(__self__, "internet_proxy", internet_proxy)
1797
+ if vpc_password is not None:
1798
+ pulumi.set(__self__, "vpc_password", vpc_password)
1799
+ if vpc_user is not None:
1800
+ pulumi.set(__self__, "vpc_user", vpc_user)
1801
+
1802
+ @property
1803
+ @pulumi.getter
1804
+ def type(self) -> str:
1805
+ """
1806
+ Type of the database backup destination.
1807
+ """
1808
+ return pulumi.get(self, "type")
1809
+
1810
+ @property
1811
+ @pulumi.getter(name="dbrsPolicyId")
1812
+ def dbrs_policy_id(self) -> Optional[str]:
1813
+ """
1814
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
1815
+ """
1816
+ return pulumi.get(self, "dbrs_policy_id")
1817
+
1818
+ @property
1819
+ @pulumi.getter
1820
+ def id(self) -> Optional[str]:
1821
+ """
1822
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
1823
+ """
1824
+ return pulumi.get(self, "id")
1825
+
1826
+ @property
1827
+ @pulumi.getter(name="internetProxy")
1828
+ def internet_proxy(self) -> Optional[str]:
1829
+ """
1830
+ Proxy URL to connect to object store.
1831
+ """
1832
+ return pulumi.get(self, "internet_proxy")
1833
+
1834
+ @property
1835
+ @pulumi.getter(name="vpcPassword")
1836
+ def vpc_password(self) -> Optional[str]:
1837
+ """
1838
+ For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
1839
+ """
1840
+ return pulumi.get(self, "vpc_password")
1841
+
1842
+ @property
1843
+ @pulumi.getter(name="vpcUser")
1844
+ def vpc_user(self) -> Optional[str]:
1845
+ """
1846
+ For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
1847
+ """
1848
+ return pulumi.get(self, "vpc_user")
1849
+
1850
+
734
1851
  @pulumi.output_type
735
1852
  class AutonomousContainerDatabaseAssociatedBackupConfigurationDetail(dict):
736
1853
  @staticmethod
@@ -1090,6 +2207,262 @@ class AutonomousContainerDatabaseBackupDestinationPropertiesList(dict):
1090
2207
  return pulumi.get(self, "time_at_which_storage_details_are_updated")
1091
2208
 
1092
2209
 
2210
+ @pulumi.output_type
2211
+ class AutonomousContainerDatabaseDataguard(dict):
2212
+ @staticmethod
2213
+ def __key_warning(key: str):
2214
+ suggest = None
2215
+ if key == "applyLag":
2216
+ suggest = "apply_lag"
2217
+ elif key == "applyRate":
2218
+ suggest = "apply_rate"
2219
+ elif key == "automaticFailoverTarget":
2220
+ suggest = "automatic_failover_target"
2221
+ elif key == "autonomousContainerDatabaseId":
2222
+ suggest = "autonomous_container_database_id"
2223
+ elif key == "availabilityDomain":
2224
+ suggest = "availability_domain"
2225
+ elif key == "fastStartFailOverLagLimitInSeconds":
2226
+ suggest = "fast_start_fail_over_lag_limit_in_seconds"
2227
+ elif key == "isAutomaticFailoverEnabled":
2228
+ suggest = "is_automatic_failover_enabled"
2229
+ elif key == "lifecycleDetails":
2230
+ suggest = "lifecycle_details"
2231
+ elif key == "protectionMode":
2232
+ suggest = "protection_mode"
2233
+ elif key == "redoTransportMode":
2234
+ suggest = "redo_transport_mode"
2235
+ elif key == "timeCreated":
2236
+ suggest = "time_created"
2237
+ elif key == "timeLagRefreshedOn":
2238
+ suggest = "time_lag_refreshed_on"
2239
+ elif key == "timeLastRoleChanged":
2240
+ suggest = "time_last_role_changed"
2241
+ elif key == "timeLastSynced":
2242
+ suggest = "time_last_synced"
2243
+ elif key == "transportLag":
2244
+ suggest = "transport_lag"
2245
+
2246
+ if suggest:
2247
+ pulumi.log.warn(f"Key '{key}' not found in AutonomousContainerDatabaseDataguard. Access the value via the '{suggest}' property getter instead.")
2248
+
2249
+ def __getitem__(self, key: str) -> Any:
2250
+ AutonomousContainerDatabaseDataguard.__key_warning(key)
2251
+ return super().__getitem__(key)
2252
+
2253
+ def get(self, key: str, default = None) -> Any:
2254
+ AutonomousContainerDatabaseDataguard.__key_warning(key)
2255
+ return super().get(key, default)
2256
+
2257
+ def __init__(__self__, *,
2258
+ apply_lag: Optional[str] = None,
2259
+ apply_rate: Optional[str] = None,
2260
+ automatic_failover_target: Optional[str] = None,
2261
+ autonomous_container_database_id: Optional[str] = None,
2262
+ availability_domain: Optional[str] = None,
2263
+ fast_start_fail_over_lag_limit_in_seconds: Optional[int] = None,
2264
+ is_automatic_failover_enabled: Optional[bool] = None,
2265
+ lifecycle_details: Optional[str] = None,
2266
+ protection_mode: Optional[str] = None,
2267
+ redo_transport_mode: Optional[str] = None,
2268
+ role: Optional[str] = None,
2269
+ state: Optional[str] = None,
2270
+ time_created: Optional[str] = None,
2271
+ time_lag_refreshed_on: Optional[str] = None,
2272
+ time_last_role_changed: Optional[str] = None,
2273
+ time_last_synced: Optional[str] = None,
2274
+ transport_lag: Optional[str] = None):
2275
+ """
2276
+ :param str apply_lag: The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
2277
+ :param str apply_rate: The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
2278
+ :param str automatic_failover_target: Automatically selected by backend when observer is enabled.
2279
+ :param str autonomous_container_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
2280
+ :param str availability_domain: The domain of the Autonomous Container Database
2281
+ :param int fast_start_fail_over_lag_limit_in_seconds: (Updatable) The lag time for my preference based on data loss tolerance in seconds.
2282
+ :param bool is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.
2283
+ :param str lifecycle_details: Additional information about the current lifecycle state.
2284
+ :param str protection_mode: (Updatable) The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
2285
+ :param str redo_transport_mode: Automatically selected by backend based on the protection mode.
2286
+ :param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
2287
+ :param str state: The current state of the Autonomous Container Database.
2288
+ :param str time_created: The date and time the Autonomous Container Database was created.
2289
+ :param str time_lag_refreshed_on: Timestamp when the lags were last calculated for a standby.
2290
+ :param str time_last_role_changed: The date and time when the last role change action happened.
2291
+ :param str time_last_synced: The date and time of the last update to the apply lag, apply rate, and transport lag values.
2292
+ :param str transport_lag: The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
2293
+ """
2294
+ if apply_lag is not None:
2295
+ pulumi.set(__self__, "apply_lag", apply_lag)
2296
+ if apply_rate is not None:
2297
+ pulumi.set(__self__, "apply_rate", apply_rate)
2298
+ if automatic_failover_target is not None:
2299
+ pulumi.set(__self__, "automatic_failover_target", automatic_failover_target)
2300
+ if autonomous_container_database_id is not None:
2301
+ pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
2302
+ if availability_domain is not None:
2303
+ pulumi.set(__self__, "availability_domain", availability_domain)
2304
+ if fast_start_fail_over_lag_limit_in_seconds is not None:
2305
+ pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
2306
+ if is_automatic_failover_enabled is not None:
2307
+ pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
2308
+ if lifecycle_details is not None:
2309
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
2310
+ if protection_mode is not None:
2311
+ pulumi.set(__self__, "protection_mode", protection_mode)
2312
+ if redo_transport_mode is not None:
2313
+ pulumi.set(__self__, "redo_transport_mode", redo_transport_mode)
2314
+ if role is not None:
2315
+ pulumi.set(__self__, "role", role)
2316
+ if state is not None:
2317
+ pulumi.set(__self__, "state", state)
2318
+ if time_created is not None:
2319
+ pulumi.set(__self__, "time_created", time_created)
2320
+ if time_lag_refreshed_on is not None:
2321
+ pulumi.set(__self__, "time_lag_refreshed_on", time_lag_refreshed_on)
2322
+ if time_last_role_changed is not None:
2323
+ pulumi.set(__self__, "time_last_role_changed", time_last_role_changed)
2324
+ if time_last_synced is not None:
2325
+ pulumi.set(__self__, "time_last_synced", time_last_synced)
2326
+ if transport_lag is not None:
2327
+ pulumi.set(__self__, "transport_lag", transport_lag)
2328
+
2329
+ @property
2330
+ @pulumi.getter(name="applyLag")
2331
+ def apply_lag(self) -> Optional[str]:
2332
+ """
2333
+ The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
2334
+ """
2335
+ return pulumi.get(self, "apply_lag")
2336
+
2337
+ @property
2338
+ @pulumi.getter(name="applyRate")
2339
+ def apply_rate(self) -> Optional[str]:
2340
+ """
2341
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
2342
+ """
2343
+ return pulumi.get(self, "apply_rate")
2344
+
2345
+ @property
2346
+ @pulumi.getter(name="automaticFailoverTarget")
2347
+ def automatic_failover_target(self) -> Optional[str]:
2348
+ """
2349
+ Automatically selected by backend when observer is enabled.
2350
+ """
2351
+ return pulumi.get(self, "automatic_failover_target")
2352
+
2353
+ @property
2354
+ @pulumi.getter(name="autonomousContainerDatabaseId")
2355
+ def autonomous_container_database_id(self) -> Optional[str]:
2356
+ """
2357
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
2358
+ """
2359
+ return pulumi.get(self, "autonomous_container_database_id")
2360
+
2361
+ @property
2362
+ @pulumi.getter(name="availabilityDomain")
2363
+ def availability_domain(self) -> Optional[str]:
2364
+ """
2365
+ The domain of the Autonomous Container Database
2366
+ """
2367
+ return pulumi.get(self, "availability_domain")
2368
+
2369
+ @property
2370
+ @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
2371
+ def fast_start_fail_over_lag_limit_in_seconds(self) -> Optional[int]:
2372
+ """
2373
+ (Updatable) The lag time for my preference based on data loss tolerance in seconds.
2374
+ """
2375
+ return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
2376
+
2377
+ @property
2378
+ @pulumi.getter(name="isAutomaticFailoverEnabled")
2379
+ def is_automatic_failover_enabled(self) -> Optional[bool]:
2380
+ """
2381
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.
2382
+ """
2383
+ return pulumi.get(self, "is_automatic_failover_enabled")
2384
+
2385
+ @property
2386
+ @pulumi.getter(name="lifecycleDetails")
2387
+ def lifecycle_details(self) -> Optional[str]:
2388
+ """
2389
+ Additional information about the current lifecycle state.
2390
+ """
2391
+ return pulumi.get(self, "lifecycle_details")
2392
+
2393
+ @property
2394
+ @pulumi.getter(name="protectionMode")
2395
+ def protection_mode(self) -> Optional[str]:
2396
+ """
2397
+ (Updatable) The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
2398
+ """
2399
+ return pulumi.get(self, "protection_mode")
2400
+
2401
+ @property
2402
+ @pulumi.getter(name="redoTransportMode")
2403
+ def redo_transport_mode(self) -> Optional[str]:
2404
+ """
2405
+ Automatically selected by backend based on the protection mode.
2406
+ """
2407
+ return pulumi.get(self, "redo_transport_mode")
2408
+
2409
+ @property
2410
+ @pulumi.getter
2411
+ def role(self) -> Optional[str]:
2412
+ """
2413
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
2414
+ """
2415
+ return pulumi.get(self, "role")
2416
+
2417
+ @property
2418
+ @pulumi.getter
2419
+ def state(self) -> Optional[str]:
2420
+ """
2421
+ The current state of the Autonomous Container Database.
2422
+ """
2423
+ return pulumi.get(self, "state")
2424
+
2425
+ @property
2426
+ @pulumi.getter(name="timeCreated")
2427
+ def time_created(self) -> Optional[str]:
2428
+ """
2429
+ The date and time the Autonomous Container Database was created.
2430
+ """
2431
+ return pulumi.get(self, "time_created")
2432
+
2433
+ @property
2434
+ @pulumi.getter(name="timeLagRefreshedOn")
2435
+ def time_lag_refreshed_on(self) -> Optional[str]:
2436
+ """
2437
+ Timestamp when the lags were last calculated for a standby.
2438
+ """
2439
+ return pulumi.get(self, "time_lag_refreshed_on")
2440
+
2441
+ @property
2442
+ @pulumi.getter(name="timeLastRoleChanged")
2443
+ def time_last_role_changed(self) -> Optional[str]:
2444
+ """
2445
+ The date and time when the last role change action happened.
2446
+ """
2447
+ return pulumi.get(self, "time_last_role_changed")
2448
+
2449
+ @property
2450
+ @pulumi.getter(name="timeLastSynced")
2451
+ def time_last_synced(self) -> Optional[str]:
2452
+ """
2453
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
2454
+ """
2455
+ return pulumi.get(self, "time_last_synced")
2456
+
2457
+ @property
2458
+ @pulumi.getter(name="transportLag")
2459
+ def transport_lag(self) -> Optional[str]:
2460
+ """
2461
+ The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
2462
+ """
2463
+ return pulumi.get(self, "transport_lag")
2464
+
2465
+
1093
2466
  @pulumi.output_type
1094
2467
  class AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfig(dict):
1095
2468
  @staticmethod
@@ -1241,6 +2614,262 @@ class AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerData
1241
2614
  return pulumi.get(self, "vpc_user")
1242
2615
 
1243
2616
 
2617
+ @pulumi.output_type
2618
+ class AutonomousContainerDatabaseDataguardGroupMember(dict):
2619
+ @staticmethod
2620
+ def __key_warning(key: str):
2621
+ suggest = None
2622
+ if key == "applyLag":
2623
+ suggest = "apply_lag"
2624
+ elif key == "applyRate":
2625
+ suggest = "apply_rate"
2626
+ elif key == "automaticFailoverTarget":
2627
+ suggest = "automatic_failover_target"
2628
+ elif key == "autonomousContainerDatabaseId":
2629
+ suggest = "autonomous_container_database_id"
2630
+ elif key == "availabilityDomain":
2631
+ suggest = "availability_domain"
2632
+ elif key == "fastStartFailOverLagLimitInSeconds":
2633
+ suggest = "fast_start_fail_over_lag_limit_in_seconds"
2634
+ elif key == "isAutomaticFailoverEnabled":
2635
+ suggest = "is_automatic_failover_enabled"
2636
+ elif key == "lifecycleDetails":
2637
+ suggest = "lifecycle_details"
2638
+ elif key == "protectionMode":
2639
+ suggest = "protection_mode"
2640
+ elif key == "redoTransportMode":
2641
+ suggest = "redo_transport_mode"
2642
+ elif key == "timeCreated":
2643
+ suggest = "time_created"
2644
+ elif key == "timeLagRefreshedOn":
2645
+ suggest = "time_lag_refreshed_on"
2646
+ elif key == "timeLastRoleChanged":
2647
+ suggest = "time_last_role_changed"
2648
+ elif key == "timeLastSynced":
2649
+ suggest = "time_last_synced"
2650
+ elif key == "transportLag":
2651
+ suggest = "transport_lag"
2652
+
2653
+ if suggest:
2654
+ pulumi.log.warn(f"Key '{key}' not found in AutonomousContainerDatabaseDataguardGroupMember. Access the value via the '{suggest}' property getter instead.")
2655
+
2656
+ def __getitem__(self, key: str) -> Any:
2657
+ AutonomousContainerDatabaseDataguardGroupMember.__key_warning(key)
2658
+ return super().__getitem__(key)
2659
+
2660
+ def get(self, key: str, default = None) -> Any:
2661
+ AutonomousContainerDatabaseDataguardGroupMember.__key_warning(key)
2662
+ return super().get(key, default)
2663
+
2664
+ def __init__(__self__, *,
2665
+ apply_lag: Optional[str] = None,
2666
+ apply_rate: Optional[str] = None,
2667
+ automatic_failover_target: Optional[str] = None,
2668
+ autonomous_container_database_id: Optional[str] = None,
2669
+ availability_domain: Optional[str] = None,
2670
+ fast_start_fail_over_lag_limit_in_seconds: Optional[int] = None,
2671
+ is_automatic_failover_enabled: Optional[bool] = None,
2672
+ lifecycle_details: Optional[str] = None,
2673
+ protection_mode: Optional[str] = None,
2674
+ redo_transport_mode: Optional[str] = None,
2675
+ role: Optional[str] = None,
2676
+ state: Optional[str] = None,
2677
+ time_created: Optional[str] = None,
2678
+ time_lag_refreshed_on: Optional[str] = None,
2679
+ time_last_role_changed: Optional[str] = None,
2680
+ time_last_synced: Optional[str] = None,
2681
+ transport_lag: Optional[str] = None):
2682
+ """
2683
+ :param str apply_lag: The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
2684
+ :param str apply_rate: The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
2685
+ :param str automatic_failover_target: Automatically selected by backend when observer is enabled.
2686
+ :param str autonomous_container_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
2687
+ :param str availability_domain: The domain of the Autonomous Container Database
2688
+ :param int fast_start_fail_over_lag_limit_in_seconds: (Updatable) The lag time for my preference based on data loss tolerance in seconds.
2689
+ :param bool is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.
2690
+ :param str lifecycle_details: Additional information about the current lifecycle state.
2691
+ :param str protection_mode: (Updatable) The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
2692
+ :param str redo_transport_mode: Automatically selected by backend based on the protection mode.
2693
+ :param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
2694
+ :param str state: The current state of the Autonomous Container Database.
2695
+ :param str time_created: The date and time the Autonomous Container Database was created.
2696
+ :param str time_lag_refreshed_on: Timestamp when the lags were last calculated for a standby.
2697
+ :param str time_last_role_changed: The date and time when the last role change action happened.
2698
+ :param str time_last_synced: The date and time of the last update to the apply lag, apply rate, and transport lag values.
2699
+ :param str transport_lag: The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
2700
+ """
2701
+ if apply_lag is not None:
2702
+ pulumi.set(__self__, "apply_lag", apply_lag)
2703
+ if apply_rate is not None:
2704
+ pulumi.set(__self__, "apply_rate", apply_rate)
2705
+ if automatic_failover_target is not None:
2706
+ pulumi.set(__self__, "automatic_failover_target", automatic_failover_target)
2707
+ if autonomous_container_database_id is not None:
2708
+ pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
2709
+ if availability_domain is not None:
2710
+ pulumi.set(__self__, "availability_domain", availability_domain)
2711
+ if fast_start_fail_over_lag_limit_in_seconds is not None:
2712
+ pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
2713
+ if is_automatic_failover_enabled is not None:
2714
+ pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
2715
+ if lifecycle_details is not None:
2716
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
2717
+ if protection_mode is not None:
2718
+ pulumi.set(__self__, "protection_mode", protection_mode)
2719
+ if redo_transport_mode is not None:
2720
+ pulumi.set(__self__, "redo_transport_mode", redo_transport_mode)
2721
+ if role is not None:
2722
+ pulumi.set(__self__, "role", role)
2723
+ if state is not None:
2724
+ pulumi.set(__self__, "state", state)
2725
+ if time_created is not None:
2726
+ pulumi.set(__self__, "time_created", time_created)
2727
+ if time_lag_refreshed_on is not None:
2728
+ pulumi.set(__self__, "time_lag_refreshed_on", time_lag_refreshed_on)
2729
+ if time_last_role_changed is not None:
2730
+ pulumi.set(__self__, "time_last_role_changed", time_last_role_changed)
2731
+ if time_last_synced is not None:
2732
+ pulumi.set(__self__, "time_last_synced", time_last_synced)
2733
+ if transport_lag is not None:
2734
+ pulumi.set(__self__, "transport_lag", transport_lag)
2735
+
2736
+ @property
2737
+ @pulumi.getter(name="applyLag")
2738
+ def apply_lag(self) -> Optional[str]:
2739
+ """
2740
+ The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
2741
+ """
2742
+ return pulumi.get(self, "apply_lag")
2743
+
2744
+ @property
2745
+ @pulumi.getter(name="applyRate")
2746
+ def apply_rate(self) -> Optional[str]:
2747
+ """
2748
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
2749
+ """
2750
+ return pulumi.get(self, "apply_rate")
2751
+
2752
+ @property
2753
+ @pulumi.getter(name="automaticFailoverTarget")
2754
+ def automatic_failover_target(self) -> Optional[str]:
2755
+ """
2756
+ Automatically selected by backend when observer is enabled.
2757
+ """
2758
+ return pulumi.get(self, "automatic_failover_target")
2759
+
2760
+ @property
2761
+ @pulumi.getter(name="autonomousContainerDatabaseId")
2762
+ def autonomous_container_database_id(self) -> Optional[str]:
2763
+ """
2764
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
2765
+ """
2766
+ return pulumi.get(self, "autonomous_container_database_id")
2767
+
2768
+ @property
2769
+ @pulumi.getter(name="availabilityDomain")
2770
+ def availability_domain(self) -> Optional[str]:
2771
+ """
2772
+ The domain of the Autonomous Container Database
2773
+ """
2774
+ return pulumi.get(self, "availability_domain")
2775
+
2776
+ @property
2777
+ @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
2778
+ def fast_start_fail_over_lag_limit_in_seconds(self) -> Optional[int]:
2779
+ """
2780
+ (Updatable) The lag time for my preference based on data loss tolerance in seconds.
2781
+ """
2782
+ return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
2783
+
2784
+ @property
2785
+ @pulumi.getter(name="isAutomaticFailoverEnabled")
2786
+ def is_automatic_failover_enabled(self) -> Optional[bool]:
2787
+ """
2788
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.
2789
+ """
2790
+ return pulumi.get(self, "is_automatic_failover_enabled")
2791
+
2792
+ @property
2793
+ @pulumi.getter(name="lifecycleDetails")
2794
+ def lifecycle_details(self) -> Optional[str]:
2795
+ """
2796
+ Additional information about the current lifecycle state.
2797
+ """
2798
+ return pulumi.get(self, "lifecycle_details")
2799
+
2800
+ @property
2801
+ @pulumi.getter(name="protectionMode")
2802
+ def protection_mode(self) -> Optional[str]:
2803
+ """
2804
+ (Updatable) The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
2805
+ """
2806
+ return pulumi.get(self, "protection_mode")
2807
+
2808
+ @property
2809
+ @pulumi.getter(name="redoTransportMode")
2810
+ def redo_transport_mode(self) -> Optional[str]:
2811
+ """
2812
+ Automatically selected by backend based on the protection mode.
2813
+ """
2814
+ return pulumi.get(self, "redo_transport_mode")
2815
+
2816
+ @property
2817
+ @pulumi.getter
2818
+ def role(self) -> Optional[str]:
2819
+ """
2820
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
2821
+ """
2822
+ return pulumi.get(self, "role")
2823
+
2824
+ @property
2825
+ @pulumi.getter
2826
+ def state(self) -> Optional[str]:
2827
+ """
2828
+ The current state of the Autonomous Container Database.
2829
+ """
2830
+ return pulumi.get(self, "state")
2831
+
2832
+ @property
2833
+ @pulumi.getter(name="timeCreated")
2834
+ def time_created(self) -> Optional[str]:
2835
+ """
2836
+ The date and time the Autonomous Container Database was created.
2837
+ """
2838
+ return pulumi.get(self, "time_created")
2839
+
2840
+ @property
2841
+ @pulumi.getter(name="timeLagRefreshedOn")
2842
+ def time_lag_refreshed_on(self) -> Optional[str]:
2843
+ """
2844
+ Timestamp when the lags were last calculated for a standby.
2845
+ """
2846
+ return pulumi.get(self, "time_lag_refreshed_on")
2847
+
2848
+ @property
2849
+ @pulumi.getter(name="timeLastRoleChanged")
2850
+ def time_last_role_changed(self) -> Optional[str]:
2851
+ """
2852
+ The date and time when the last role change action happened.
2853
+ """
2854
+ return pulumi.get(self, "time_last_role_changed")
2855
+
2856
+ @property
2857
+ @pulumi.getter(name="timeLastSynced")
2858
+ def time_last_synced(self) -> Optional[str]:
2859
+ """
2860
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
2861
+ """
2862
+ return pulumi.get(self, "time_last_synced")
2863
+
2864
+ @property
2865
+ @pulumi.getter(name="transportLag")
2866
+ def transport_lag(self) -> Optional[str]:
2867
+ """
2868
+ The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
2869
+ """
2870
+ return pulumi.get(self, "transport_lag")
2871
+
2872
+
1244
2873
  @pulumi.output_type
1245
2874
  class AutonomousContainerDatabaseKeyHistoryEntry(dict):
1246
2875
  @staticmethod
@@ -1273,7 +2902,7 @@ class AutonomousContainerDatabaseKeyHistoryEntry(dict):
1273
2902
  :param 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.
1274
2903
  :param 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.
1275
2904
  :param str time_activated: The date and time the kms key activated.
1276
- :param 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).
2905
+ :param 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.
1277
2906
  """
1278
2907
  if id is not None:
1279
2908
  pulumi.set(__self__, "id", id)
@@ -1312,7 +2941,7 @@ class AutonomousContainerDatabaseKeyHistoryEntry(dict):
1312
2941
  @pulumi.getter(name="vaultId")
1313
2942
  def vault_id(self) -> Optional[str]:
1314
2943
  """
1315
- 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).
2944
+ 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.
1316
2945
  """
1317
2946
  return pulumi.get(self, "vault_id")
1318
2947
 
@@ -16286,6 +17915,200 @@ class GetAutonomousContainerDatabaseBackupDestinationPropertiesListResult(dict):
16286
17915
  return pulumi.get(self, "time_at_which_storage_details_are_updated")
16287
17916
 
16288
17917
 
17918
+ @pulumi.output_type
17919
+ class GetAutonomousContainerDatabaseDataguardResult(dict):
17920
+ def __init__(__self__, *,
17921
+ apply_lag: str,
17922
+ apply_rate: str,
17923
+ automatic_failover_target: str,
17924
+ autonomous_container_database_id: str,
17925
+ availability_domain: str,
17926
+ fast_start_fail_over_lag_limit_in_seconds: int,
17927
+ is_automatic_failover_enabled: bool,
17928
+ lifecycle_details: str,
17929
+ protection_mode: str,
17930
+ redo_transport_mode: str,
17931
+ role: str,
17932
+ state: str,
17933
+ time_created: str,
17934
+ time_lag_refreshed_on: str,
17935
+ time_last_role_changed: str,
17936
+ time_last_synced: str,
17937
+ transport_lag: str):
17938
+ """
17939
+ :param str apply_lag: The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
17940
+ :param str apply_rate: The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
17941
+ :param str automatic_failover_target: Automatically selected by backend when observer is enabled.
17942
+ :param str autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
17943
+ :param str availability_domain: The domain of the Autonomous Container Database
17944
+ :param int fast_start_fail_over_lag_limit_in_seconds: The lag time for my preference based on data loss tolerance in seconds.
17945
+ :param bool is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
17946
+ :param str lifecycle_details: Additional information about the current lifecycle state.
17947
+ :param str protection_mode: The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
17948
+ :param str redo_transport_mode: Automatically selected by backend based on the protection mode.
17949
+ :param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
17950
+ :param str state: The current state of the Autonomous Container Database.
17951
+ :param str time_created: The date and time the Autonomous Container Database was created.
17952
+ :param str time_lag_refreshed_on: Timestamp when the lags were last calculated for a standby.
17953
+ :param str time_last_role_changed: The date and time when the last role change action happened.
17954
+ :param str time_last_synced: The date and time of the last update to the apply lag, apply rate, and transport lag values.
17955
+ :param str transport_lag: The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
17956
+ """
17957
+ pulumi.set(__self__, "apply_lag", apply_lag)
17958
+ pulumi.set(__self__, "apply_rate", apply_rate)
17959
+ pulumi.set(__self__, "automatic_failover_target", automatic_failover_target)
17960
+ pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
17961
+ pulumi.set(__self__, "availability_domain", availability_domain)
17962
+ pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
17963
+ pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
17964
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
17965
+ pulumi.set(__self__, "protection_mode", protection_mode)
17966
+ pulumi.set(__self__, "redo_transport_mode", redo_transport_mode)
17967
+ pulumi.set(__self__, "role", role)
17968
+ pulumi.set(__self__, "state", state)
17969
+ pulumi.set(__self__, "time_created", time_created)
17970
+ pulumi.set(__self__, "time_lag_refreshed_on", time_lag_refreshed_on)
17971
+ pulumi.set(__self__, "time_last_role_changed", time_last_role_changed)
17972
+ pulumi.set(__self__, "time_last_synced", time_last_synced)
17973
+ pulumi.set(__self__, "transport_lag", transport_lag)
17974
+
17975
+ @property
17976
+ @pulumi.getter(name="applyLag")
17977
+ def apply_lag(self) -> str:
17978
+ """
17979
+ The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
17980
+ """
17981
+ return pulumi.get(self, "apply_lag")
17982
+
17983
+ @property
17984
+ @pulumi.getter(name="applyRate")
17985
+ def apply_rate(self) -> str:
17986
+ """
17987
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
17988
+ """
17989
+ return pulumi.get(self, "apply_rate")
17990
+
17991
+ @property
17992
+ @pulumi.getter(name="automaticFailoverTarget")
17993
+ def automatic_failover_target(self) -> str:
17994
+ """
17995
+ Automatically selected by backend when observer is enabled.
17996
+ """
17997
+ return pulumi.get(self, "automatic_failover_target")
17998
+
17999
+ @property
18000
+ @pulumi.getter(name="autonomousContainerDatabaseId")
18001
+ def autonomous_container_database_id(self) -> str:
18002
+ """
18003
+ The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
18004
+ """
18005
+ return pulumi.get(self, "autonomous_container_database_id")
18006
+
18007
+ @property
18008
+ @pulumi.getter(name="availabilityDomain")
18009
+ def availability_domain(self) -> str:
18010
+ """
18011
+ The domain of the Autonomous Container Database
18012
+ """
18013
+ return pulumi.get(self, "availability_domain")
18014
+
18015
+ @property
18016
+ @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
18017
+ def fast_start_fail_over_lag_limit_in_seconds(self) -> int:
18018
+ """
18019
+ The lag time for my preference based on data loss tolerance in seconds.
18020
+ """
18021
+ return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
18022
+
18023
+ @property
18024
+ @pulumi.getter(name="isAutomaticFailoverEnabled")
18025
+ def is_automatic_failover_enabled(self) -> bool:
18026
+ """
18027
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
18028
+ """
18029
+ return pulumi.get(self, "is_automatic_failover_enabled")
18030
+
18031
+ @property
18032
+ @pulumi.getter(name="lifecycleDetails")
18033
+ def lifecycle_details(self) -> str:
18034
+ """
18035
+ Additional information about the current lifecycle state.
18036
+ """
18037
+ return pulumi.get(self, "lifecycle_details")
18038
+
18039
+ @property
18040
+ @pulumi.getter(name="protectionMode")
18041
+ def protection_mode(self) -> str:
18042
+ """
18043
+ The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
18044
+ """
18045
+ return pulumi.get(self, "protection_mode")
18046
+
18047
+ @property
18048
+ @pulumi.getter(name="redoTransportMode")
18049
+ def redo_transport_mode(self) -> str:
18050
+ """
18051
+ Automatically selected by backend based on the protection mode.
18052
+ """
18053
+ return pulumi.get(self, "redo_transport_mode")
18054
+
18055
+ @property
18056
+ @pulumi.getter
18057
+ def role(self) -> str:
18058
+ """
18059
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
18060
+ """
18061
+ return pulumi.get(self, "role")
18062
+
18063
+ @property
18064
+ @pulumi.getter
18065
+ def state(self) -> str:
18066
+ """
18067
+ The current state of the Autonomous Container Database.
18068
+ """
18069
+ return pulumi.get(self, "state")
18070
+
18071
+ @property
18072
+ @pulumi.getter(name="timeCreated")
18073
+ def time_created(self) -> str:
18074
+ """
18075
+ The date and time the Autonomous Container Database was created.
18076
+ """
18077
+ return pulumi.get(self, "time_created")
18078
+
18079
+ @property
18080
+ @pulumi.getter(name="timeLagRefreshedOn")
18081
+ def time_lag_refreshed_on(self) -> str:
18082
+ """
18083
+ Timestamp when the lags were last calculated for a standby.
18084
+ """
18085
+ return pulumi.get(self, "time_lag_refreshed_on")
18086
+
18087
+ @property
18088
+ @pulumi.getter(name="timeLastRoleChanged")
18089
+ def time_last_role_changed(self) -> str:
18090
+ """
18091
+ The date and time when the last role change action happened.
18092
+ """
18093
+ return pulumi.get(self, "time_last_role_changed")
18094
+
18095
+ @property
18096
+ @pulumi.getter(name="timeLastSynced")
18097
+ def time_last_synced(self) -> str:
18098
+ """
18099
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
18100
+ """
18101
+ return pulumi.get(self, "time_last_synced")
18102
+
18103
+ @property
18104
+ @pulumi.getter(name="transportLag")
18105
+ def transport_lag(self) -> str:
18106
+ """
18107
+ The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
18108
+ """
18109
+ return pulumi.get(self, "transport_lag")
18110
+
18111
+
16289
18112
  @pulumi.output_type
16290
18113
  class GetAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigResult(dict):
16291
18114
  def __init__(__self__, *,
@@ -16359,77 +18182,425 @@ class GetAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerD
16359
18182
 
16360
18183
 
16361
18184
  @pulumi.output_type
16362
- class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationResult(dict):
18185
+ class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationResult(dict):
18186
+ def __init__(__self__, *,
18187
+ apply_lag: str,
18188
+ apply_rate: str,
18189
+ autonomous_container_database_dataguard_association_id: str,
18190
+ autonomous_container_database_id: str,
18191
+ fast_start_fail_over_lag_limit_in_seconds: int,
18192
+ id: str,
18193
+ is_automatic_failover_enabled: bool,
18194
+ lifecycle_details: str,
18195
+ migrate_trigger: int,
18196
+ peer_autonomous_container_database_backup_configs: Sequence['outputs.GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigResult'],
18197
+ peer_autonomous_container_database_compartment_id: str,
18198
+ peer_autonomous_container_database_dataguard_association_id: str,
18199
+ peer_autonomous_container_database_display_name: str,
18200
+ peer_autonomous_container_database_id: str,
18201
+ peer_autonomous_vm_cluster_id: str,
18202
+ peer_cloud_autonomous_vm_cluster_id: str,
18203
+ peer_db_unique_name: str,
18204
+ peer_lifecycle_state: str,
18205
+ peer_role: str,
18206
+ protection_mode: str,
18207
+ role: str,
18208
+ standby_maintenance_buffer_in_days: int,
18209
+ state: str,
18210
+ time_created: str,
18211
+ time_last_role_changed: str,
18212
+ time_last_synced: str,
18213
+ transport_lag: str):
18214
+ """
18215
+ :param str apply_lag: The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
18216
+ :param str apply_rate: The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
18217
+ :param str autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
18218
+ :param int fast_start_fail_over_lag_limit_in_seconds: The lag time for my preference based on data loss tolerance in seconds.
18219
+ :param str id: The OCID of the Autonomous Data Guard created for a given Autonomous Container Database.
18220
+ :param bool is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Output DataType: boolean. Example : is_automatic_failover_enabled = true.
18221
+ :param str lifecycle_details: Additional information about the current lifecycleState, if available.
18222
+ :param str peer_autonomous_container_database_dataguard_association_id: The OCID of the peer Autonomous Container Database-Autonomous Data Guard association.
18223
+ :param str peer_autonomous_container_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer Autonomous Container Database.
18224
+ :param str peer_lifecycle_state: The current state of the Autonomous Container Database.
18225
+ :param str peer_role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
18226
+ :param str protection_mode: The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
18227
+ :param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
18228
+ :param str state: The current state of Autonomous Data Guard.
18229
+ :param str time_created: The date and time the Autonomous DataGuard association was created.
18230
+ :param str time_last_role_changed: The date and time when the last role change action happened.
18231
+ :param str time_last_synced: The date and time of the last update to the apply lag, apply rate, and transport lag values.
18232
+ :param str transport_lag: The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
18233
+ """
18234
+ pulumi.set(__self__, "apply_lag", apply_lag)
18235
+ pulumi.set(__self__, "apply_rate", apply_rate)
18236
+ pulumi.set(__self__, "autonomous_container_database_dataguard_association_id", autonomous_container_database_dataguard_association_id)
18237
+ pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
18238
+ pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
18239
+ pulumi.set(__self__, "id", id)
18240
+ pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
18241
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
18242
+ pulumi.set(__self__, "migrate_trigger", migrate_trigger)
18243
+ pulumi.set(__self__, "peer_autonomous_container_database_backup_configs", peer_autonomous_container_database_backup_configs)
18244
+ pulumi.set(__self__, "peer_autonomous_container_database_compartment_id", peer_autonomous_container_database_compartment_id)
18245
+ pulumi.set(__self__, "peer_autonomous_container_database_dataguard_association_id", peer_autonomous_container_database_dataguard_association_id)
18246
+ pulumi.set(__self__, "peer_autonomous_container_database_display_name", peer_autonomous_container_database_display_name)
18247
+ pulumi.set(__self__, "peer_autonomous_container_database_id", peer_autonomous_container_database_id)
18248
+ pulumi.set(__self__, "peer_autonomous_vm_cluster_id", peer_autonomous_vm_cluster_id)
18249
+ pulumi.set(__self__, "peer_cloud_autonomous_vm_cluster_id", peer_cloud_autonomous_vm_cluster_id)
18250
+ pulumi.set(__self__, "peer_db_unique_name", peer_db_unique_name)
18251
+ pulumi.set(__self__, "peer_lifecycle_state", peer_lifecycle_state)
18252
+ pulumi.set(__self__, "peer_role", peer_role)
18253
+ pulumi.set(__self__, "protection_mode", protection_mode)
18254
+ pulumi.set(__self__, "role", role)
18255
+ pulumi.set(__self__, "standby_maintenance_buffer_in_days", standby_maintenance_buffer_in_days)
18256
+ pulumi.set(__self__, "state", state)
18257
+ pulumi.set(__self__, "time_created", time_created)
18258
+ pulumi.set(__self__, "time_last_role_changed", time_last_role_changed)
18259
+ pulumi.set(__self__, "time_last_synced", time_last_synced)
18260
+ pulumi.set(__self__, "transport_lag", transport_lag)
18261
+
18262
+ @property
18263
+ @pulumi.getter(name="applyLag")
18264
+ def apply_lag(self) -> str:
18265
+ """
18266
+ The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
18267
+ """
18268
+ return pulumi.get(self, "apply_lag")
18269
+
18270
+ @property
18271
+ @pulumi.getter(name="applyRate")
18272
+ def apply_rate(self) -> str:
18273
+ """
18274
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
18275
+ """
18276
+ return pulumi.get(self, "apply_rate")
18277
+
18278
+ @property
18279
+ @pulumi.getter(name="autonomousContainerDatabaseDataguardAssociationId")
18280
+ def autonomous_container_database_dataguard_association_id(self) -> str:
18281
+ return pulumi.get(self, "autonomous_container_database_dataguard_association_id")
18282
+
18283
+ @property
18284
+ @pulumi.getter(name="autonomousContainerDatabaseId")
18285
+ def autonomous_container_database_id(self) -> str:
18286
+ """
18287
+ The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
18288
+ """
18289
+ return pulumi.get(self, "autonomous_container_database_id")
18290
+
18291
+ @property
18292
+ @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
18293
+ def fast_start_fail_over_lag_limit_in_seconds(self) -> int:
18294
+ """
18295
+ The lag time for my preference based on data loss tolerance in seconds.
18296
+ """
18297
+ return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
18298
+
18299
+ @property
18300
+ @pulumi.getter
18301
+ def id(self) -> str:
18302
+ """
18303
+ The OCID of the Autonomous Data Guard created for a given Autonomous Container Database.
18304
+ """
18305
+ return pulumi.get(self, "id")
18306
+
18307
+ @property
18308
+ @pulumi.getter(name="isAutomaticFailoverEnabled")
18309
+ def is_automatic_failover_enabled(self) -> bool:
18310
+ """
18311
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Output DataType: boolean. Example : is_automatic_failover_enabled = true.
18312
+ """
18313
+ return pulumi.get(self, "is_automatic_failover_enabled")
18314
+
18315
+ @property
18316
+ @pulumi.getter(name="lifecycleDetails")
18317
+ def lifecycle_details(self) -> str:
18318
+ """
18319
+ Additional information about the current lifecycleState, if available.
18320
+ """
18321
+ return pulumi.get(self, "lifecycle_details")
18322
+
18323
+ @property
18324
+ @pulumi.getter(name="migrateTrigger")
18325
+ def migrate_trigger(self) -> int:
18326
+ return pulumi.get(self, "migrate_trigger")
18327
+
18328
+ @property
18329
+ @pulumi.getter(name="peerAutonomousContainerDatabaseBackupConfigs")
18330
+ def peer_autonomous_container_database_backup_configs(self) -> Sequence['outputs.GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigResult']:
18331
+ return pulumi.get(self, "peer_autonomous_container_database_backup_configs")
18332
+
18333
+ @property
18334
+ @pulumi.getter(name="peerAutonomousContainerDatabaseCompartmentId")
18335
+ def peer_autonomous_container_database_compartment_id(self) -> str:
18336
+ return pulumi.get(self, "peer_autonomous_container_database_compartment_id")
18337
+
18338
+ @property
18339
+ @pulumi.getter(name="peerAutonomousContainerDatabaseDataguardAssociationId")
18340
+ def peer_autonomous_container_database_dataguard_association_id(self) -> str:
18341
+ """
18342
+ The OCID of the peer Autonomous Container Database-Autonomous Data Guard association.
18343
+ """
18344
+ return pulumi.get(self, "peer_autonomous_container_database_dataguard_association_id")
18345
+
18346
+ @property
18347
+ @pulumi.getter(name="peerAutonomousContainerDatabaseDisplayName")
18348
+ def peer_autonomous_container_database_display_name(self) -> str:
18349
+ return pulumi.get(self, "peer_autonomous_container_database_display_name")
18350
+
18351
+ @property
18352
+ @pulumi.getter(name="peerAutonomousContainerDatabaseId")
18353
+ def peer_autonomous_container_database_id(self) -> str:
18354
+ """
18355
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer Autonomous Container Database.
18356
+ """
18357
+ return pulumi.get(self, "peer_autonomous_container_database_id")
18358
+
18359
+ @property
18360
+ @pulumi.getter(name="peerAutonomousVmClusterId")
18361
+ def peer_autonomous_vm_cluster_id(self) -> str:
18362
+ return pulumi.get(self, "peer_autonomous_vm_cluster_id")
18363
+
18364
+ @property
18365
+ @pulumi.getter(name="peerCloudAutonomousVmClusterId")
18366
+ def peer_cloud_autonomous_vm_cluster_id(self) -> str:
18367
+ return pulumi.get(self, "peer_cloud_autonomous_vm_cluster_id")
18368
+
18369
+ @property
18370
+ @pulumi.getter(name="peerDbUniqueName")
18371
+ def peer_db_unique_name(self) -> str:
18372
+ return pulumi.get(self, "peer_db_unique_name")
18373
+
18374
+ @property
18375
+ @pulumi.getter(name="peerLifecycleState")
18376
+ def peer_lifecycle_state(self) -> str:
18377
+ """
18378
+ The current state of the Autonomous Container Database.
18379
+ """
18380
+ return pulumi.get(self, "peer_lifecycle_state")
18381
+
18382
+ @property
18383
+ @pulumi.getter(name="peerRole")
18384
+ def peer_role(self) -> str:
18385
+ """
18386
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
18387
+ """
18388
+ return pulumi.get(self, "peer_role")
18389
+
18390
+ @property
18391
+ @pulumi.getter(name="protectionMode")
18392
+ def protection_mode(self) -> str:
18393
+ """
18394
+ The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
18395
+ """
18396
+ return pulumi.get(self, "protection_mode")
18397
+
18398
+ @property
18399
+ @pulumi.getter
18400
+ def role(self) -> str:
18401
+ """
18402
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
18403
+ """
18404
+ return pulumi.get(self, "role")
18405
+
18406
+ @property
18407
+ @pulumi.getter(name="standbyMaintenanceBufferInDays")
18408
+ def standby_maintenance_buffer_in_days(self) -> int:
18409
+ return pulumi.get(self, "standby_maintenance_buffer_in_days")
18410
+
18411
+ @property
18412
+ @pulumi.getter
18413
+ def state(self) -> str:
18414
+ """
18415
+ The current state of Autonomous Data Guard.
18416
+ """
18417
+ return pulumi.get(self, "state")
18418
+
18419
+ @property
18420
+ @pulumi.getter(name="timeCreated")
18421
+ def time_created(self) -> str:
18422
+ """
18423
+ The date and time the Autonomous DataGuard association was created.
18424
+ """
18425
+ return pulumi.get(self, "time_created")
18426
+
18427
+ @property
18428
+ @pulumi.getter(name="timeLastRoleChanged")
18429
+ def time_last_role_changed(self) -> str:
18430
+ """
18431
+ The date and time when the last role change action happened.
18432
+ """
18433
+ return pulumi.get(self, "time_last_role_changed")
18434
+
18435
+ @property
18436
+ @pulumi.getter(name="timeLastSynced")
18437
+ def time_last_synced(self) -> str:
18438
+ """
18439
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
18440
+ """
18441
+ return pulumi.get(self, "time_last_synced")
18442
+
18443
+ @property
18444
+ @pulumi.getter(name="transportLag")
18445
+ def transport_lag(self) -> str:
18446
+ """
18447
+ The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
18448
+ """
18449
+ return pulumi.get(self, "transport_lag")
18450
+
18451
+
18452
+ @pulumi.output_type
18453
+ class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigResult(dict):
18454
+ def __init__(__self__, *,
18455
+ backup_destination_details: Sequence['outputs.GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailResult'],
18456
+ recovery_window_in_days: int):
18457
+ pulumi.set(__self__, "backup_destination_details", backup_destination_details)
18458
+ pulumi.set(__self__, "recovery_window_in_days", recovery_window_in_days)
18459
+
18460
+ @property
18461
+ @pulumi.getter(name="backupDestinationDetails")
18462
+ def backup_destination_details(self) -> Sequence['outputs.GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailResult']:
18463
+ return pulumi.get(self, "backup_destination_details")
18464
+
18465
+ @property
18466
+ @pulumi.getter(name="recoveryWindowInDays")
18467
+ def recovery_window_in_days(self) -> int:
18468
+ return pulumi.get(self, "recovery_window_in_days")
18469
+
18470
+
18471
+ @pulumi.output_type
18472
+ class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailResult(dict):
18473
+ def __init__(__self__, *,
18474
+ dbrs_policy_id: str,
18475
+ id: str,
18476
+ internet_proxy: str,
18477
+ type: str,
18478
+ vpc_password: str,
18479
+ vpc_user: str):
18480
+ """
18481
+ :param str id: The OCID of the Autonomous Data Guard created for a given Autonomous Container Database.
18482
+ """
18483
+ pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
18484
+ pulumi.set(__self__, "id", id)
18485
+ pulumi.set(__self__, "internet_proxy", internet_proxy)
18486
+ pulumi.set(__self__, "type", type)
18487
+ pulumi.set(__self__, "vpc_password", vpc_password)
18488
+ pulumi.set(__self__, "vpc_user", vpc_user)
18489
+
18490
+ @property
18491
+ @pulumi.getter(name="dbrsPolicyId")
18492
+ def dbrs_policy_id(self) -> str:
18493
+ return pulumi.get(self, "dbrs_policy_id")
18494
+
18495
+ @property
18496
+ @pulumi.getter
18497
+ def id(self) -> str:
18498
+ """
18499
+ The OCID of the Autonomous Data Guard created for a given Autonomous Container Database.
18500
+ """
18501
+ return pulumi.get(self, "id")
18502
+
18503
+ @property
18504
+ @pulumi.getter(name="internetProxy")
18505
+ def internet_proxy(self) -> str:
18506
+ return pulumi.get(self, "internet_proxy")
18507
+
18508
+ @property
18509
+ @pulumi.getter
18510
+ def type(self) -> str:
18511
+ return pulumi.get(self, "type")
18512
+
18513
+ @property
18514
+ @pulumi.getter(name="vpcPassword")
18515
+ def vpc_password(self) -> str:
18516
+ return pulumi.get(self, "vpc_password")
18517
+
18518
+ @property
18519
+ @pulumi.getter(name="vpcUser")
18520
+ def vpc_user(self) -> str:
18521
+ return pulumi.get(self, "vpc_user")
18522
+
18523
+
18524
+ @pulumi.output_type
18525
+ class GetAutonomousContainerDatabaseDataguardAssociationsFilterResult(dict):
18526
+ def __init__(__self__, *,
18527
+ name: str,
18528
+ values: Sequence[str],
18529
+ regex: Optional[bool] = None):
18530
+ pulumi.set(__self__, "name", name)
18531
+ pulumi.set(__self__, "values", values)
18532
+ if regex is not None:
18533
+ pulumi.set(__self__, "regex", regex)
18534
+
18535
+ @property
18536
+ @pulumi.getter
18537
+ def name(self) -> str:
18538
+ return pulumi.get(self, "name")
18539
+
18540
+ @property
18541
+ @pulumi.getter
18542
+ def values(self) -> Sequence[str]:
18543
+ return pulumi.get(self, "values")
18544
+
18545
+ @property
18546
+ @pulumi.getter
18547
+ def regex(self) -> Optional[bool]:
18548
+ return pulumi.get(self, "regex")
18549
+
18550
+
18551
+ @pulumi.output_type
18552
+ class GetAutonomousContainerDatabaseDataguardGroupMemberResult(dict):
16363
18553
  def __init__(__self__, *,
16364
18554
  apply_lag: str,
16365
18555
  apply_rate: str,
16366
- autonomous_container_database_dataguard_association_id: str,
18556
+ automatic_failover_target: str,
16367
18557
  autonomous_container_database_id: str,
18558
+ availability_domain: str,
16368
18559
  fast_start_fail_over_lag_limit_in_seconds: int,
16369
- id: str,
16370
18560
  is_automatic_failover_enabled: bool,
16371
18561
  lifecycle_details: str,
16372
- peer_autonomous_container_database_backup_configs: Sequence['outputs.GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigResult'],
16373
- peer_autonomous_container_database_compartment_id: str,
16374
- peer_autonomous_container_database_dataguard_association_id: str,
16375
- peer_autonomous_container_database_display_name: str,
16376
- peer_autonomous_container_database_id: str,
16377
- peer_autonomous_vm_cluster_id: str,
16378
- peer_cloud_autonomous_vm_cluster_id: str,
16379
- peer_db_unique_name: str,
16380
- peer_lifecycle_state: str,
16381
- peer_role: str,
16382
18562
  protection_mode: str,
18563
+ redo_transport_mode: str,
16383
18564
  role: str,
16384
- standby_maintenance_buffer_in_days: int,
16385
18565
  state: str,
16386
18566
  time_created: str,
18567
+ time_lag_refreshed_on: str,
16387
18568
  time_last_role_changed: str,
16388
18569
  time_last_synced: str,
16389
18570
  transport_lag: str):
16390
18571
  """
16391
- :param str apply_lag: The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
16392
- :param str apply_rate: The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
18572
+ :param str apply_lag: The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
18573
+ :param str apply_rate: The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
18574
+ :param str automatic_failover_target: Automatically selected by backend when observer is enabled.
16393
18575
  :param str autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
18576
+ :param str availability_domain: The domain of the Autonomous Container Database
16394
18577
  :param int fast_start_fail_over_lag_limit_in_seconds: The lag time for my preference based on data loss tolerance in seconds.
16395
- :param str id: The OCID of the Autonomous Data Guard created for a given Autonomous Container Database.
16396
- :param bool is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Output DataType: boolean. Example : is_automatic_failover_enabled = true.
16397
- :param str lifecycle_details: Additional information about the current lifecycleState, if available.
16398
- :param str peer_autonomous_container_database_dataguard_association_id: The OCID of the peer Autonomous Container Database-Autonomous Data Guard association.
16399
- :param str peer_autonomous_container_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer Autonomous Container Database.
16400
- :param str peer_lifecycle_state: The current state of the Autonomous Container Database.
16401
- :param str peer_role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
18578
+ :param bool is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
18579
+ :param str lifecycle_details: Additional information about the current lifecycle state.
16402
18580
  :param str protection_mode: The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
18581
+ :param str redo_transport_mode: Automatically selected by backend based on the protection mode.
16403
18582
  :param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
16404
- :param str state: The current state of Autonomous Data Guard.
16405
- :param str time_created: The date and time the Autonomous DataGuard association was created.
18583
+ :param str state: The current state of the Autonomous Container Database.
18584
+ :param str time_created: The date and time the Autonomous Container Database was created.
18585
+ :param str time_lag_refreshed_on: Timestamp when the lags were last calculated for a standby.
16406
18586
  :param str time_last_role_changed: The date and time when the last role change action happened.
16407
18587
  :param str time_last_synced: The date and time of the last update to the apply lag, apply rate, and transport lag values.
16408
- :param str transport_lag: The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
18588
+ :param str transport_lag: The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
16409
18589
  """
16410
18590
  pulumi.set(__self__, "apply_lag", apply_lag)
16411
18591
  pulumi.set(__self__, "apply_rate", apply_rate)
16412
- pulumi.set(__self__, "autonomous_container_database_dataguard_association_id", autonomous_container_database_dataguard_association_id)
18592
+ pulumi.set(__self__, "automatic_failover_target", automatic_failover_target)
16413
18593
  pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
18594
+ pulumi.set(__self__, "availability_domain", availability_domain)
16414
18595
  pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
16415
- pulumi.set(__self__, "id", id)
16416
18596
  pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
16417
18597
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
16418
- pulumi.set(__self__, "peer_autonomous_container_database_backup_configs", peer_autonomous_container_database_backup_configs)
16419
- pulumi.set(__self__, "peer_autonomous_container_database_compartment_id", peer_autonomous_container_database_compartment_id)
16420
- pulumi.set(__self__, "peer_autonomous_container_database_dataguard_association_id", peer_autonomous_container_database_dataguard_association_id)
16421
- pulumi.set(__self__, "peer_autonomous_container_database_display_name", peer_autonomous_container_database_display_name)
16422
- pulumi.set(__self__, "peer_autonomous_container_database_id", peer_autonomous_container_database_id)
16423
- pulumi.set(__self__, "peer_autonomous_vm_cluster_id", peer_autonomous_vm_cluster_id)
16424
- pulumi.set(__self__, "peer_cloud_autonomous_vm_cluster_id", peer_cloud_autonomous_vm_cluster_id)
16425
- pulumi.set(__self__, "peer_db_unique_name", peer_db_unique_name)
16426
- pulumi.set(__self__, "peer_lifecycle_state", peer_lifecycle_state)
16427
- pulumi.set(__self__, "peer_role", peer_role)
16428
18598
  pulumi.set(__self__, "protection_mode", protection_mode)
18599
+ pulumi.set(__self__, "redo_transport_mode", redo_transport_mode)
16429
18600
  pulumi.set(__self__, "role", role)
16430
- pulumi.set(__self__, "standby_maintenance_buffer_in_days", standby_maintenance_buffer_in_days)
16431
18601
  pulumi.set(__self__, "state", state)
16432
18602
  pulumi.set(__self__, "time_created", time_created)
18603
+ pulumi.set(__self__, "time_lag_refreshed_on", time_lag_refreshed_on)
16433
18604
  pulumi.set(__self__, "time_last_role_changed", time_last_role_changed)
16434
18605
  pulumi.set(__self__, "time_last_synced", time_last_synced)
16435
18606
  pulumi.set(__self__, "transport_lag", transport_lag)
@@ -16438,7 +18609,7 @@ class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerData
16438
18609
  @pulumi.getter(name="applyLag")
16439
18610
  def apply_lag(self) -> str:
16440
18611
  """
16441
- The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
18612
+ The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
16442
18613
  """
16443
18614
  return pulumi.get(self, "apply_lag")
16444
18615
 
@@ -16446,14 +18617,17 @@ class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerData
16446
18617
  @pulumi.getter(name="applyRate")
16447
18618
  def apply_rate(self) -> str:
16448
18619
  """
16449
- The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
18620
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
16450
18621
  """
16451
18622
  return pulumi.get(self, "apply_rate")
16452
18623
 
16453
18624
  @property
16454
- @pulumi.getter(name="autonomousContainerDatabaseDataguardAssociationId")
16455
- def autonomous_container_database_dataguard_association_id(self) -> str:
16456
- return pulumi.get(self, "autonomous_container_database_dataguard_association_id")
18625
+ @pulumi.getter(name="automaticFailoverTarget")
18626
+ def automatic_failover_target(self) -> str:
18627
+ """
18628
+ Automatically selected by backend when observer is enabled.
18629
+ """
18630
+ return pulumi.get(self, "automatic_failover_target")
16457
18631
 
16458
18632
  @property
16459
18633
  @pulumi.getter(name="autonomousContainerDatabaseId")
@@ -16464,26 +18638,26 @@ class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerData
16464
18638
  return pulumi.get(self, "autonomous_container_database_id")
16465
18639
 
16466
18640
  @property
16467
- @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
16468
- def fast_start_fail_over_lag_limit_in_seconds(self) -> int:
18641
+ @pulumi.getter(name="availabilityDomain")
18642
+ def availability_domain(self) -> str:
16469
18643
  """
16470
- The lag time for my preference based on data loss tolerance in seconds.
18644
+ The domain of the Autonomous Container Database
16471
18645
  """
16472
- return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
18646
+ return pulumi.get(self, "availability_domain")
16473
18647
 
16474
18648
  @property
16475
- @pulumi.getter
16476
- def id(self) -> str:
18649
+ @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
18650
+ def fast_start_fail_over_lag_limit_in_seconds(self) -> int:
16477
18651
  """
16478
- The OCID of the Autonomous Data Guard created for a given Autonomous Container Database.
18652
+ The lag time for my preference based on data loss tolerance in seconds.
16479
18653
  """
16480
- return pulumi.get(self, "id")
18654
+ return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
16481
18655
 
16482
18656
  @property
16483
18657
  @pulumi.getter(name="isAutomaticFailoverEnabled")
16484
18658
  def is_automatic_failover_enabled(self) -> bool:
16485
18659
  """
16486
- Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Output DataType: boolean. Example : is_automatic_failover_enabled = true.
18660
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
16487
18661
  """
16488
18662
  return pulumi.get(self, "is_automatic_failover_enabled")
16489
18663
 
@@ -16491,72 +18665,10 @@ class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerData
16491
18665
  @pulumi.getter(name="lifecycleDetails")
16492
18666
  def lifecycle_details(self) -> str:
16493
18667
  """
16494
- Additional information about the current lifecycleState, if available.
18668
+ Additional information about the current lifecycle state.
16495
18669
  """
16496
18670
  return pulumi.get(self, "lifecycle_details")
16497
18671
 
16498
- @property
16499
- @pulumi.getter(name="peerAutonomousContainerDatabaseBackupConfigs")
16500
- def peer_autonomous_container_database_backup_configs(self) -> Sequence['outputs.GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigResult']:
16501
- return pulumi.get(self, "peer_autonomous_container_database_backup_configs")
16502
-
16503
- @property
16504
- @pulumi.getter(name="peerAutonomousContainerDatabaseCompartmentId")
16505
- def peer_autonomous_container_database_compartment_id(self) -> str:
16506
- return pulumi.get(self, "peer_autonomous_container_database_compartment_id")
16507
-
16508
- @property
16509
- @pulumi.getter(name="peerAutonomousContainerDatabaseDataguardAssociationId")
16510
- def peer_autonomous_container_database_dataguard_association_id(self) -> str:
16511
- """
16512
- The OCID of the peer Autonomous Container Database-Autonomous Data Guard association.
16513
- """
16514
- return pulumi.get(self, "peer_autonomous_container_database_dataguard_association_id")
16515
-
16516
- @property
16517
- @pulumi.getter(name="peerAutonomousContainerDatabaseDisplayName")
16518
- def peer_autonomous_container_database_display_name(self) -> str:
16519
- return pulumi.get(self, "peer_autonomous_container_database_display_name")
16520
-
16521
- @property
16522
- @pulumi.getter(name="peerAutonomousContainerDatabaseId")
16523
- def peer_autonomous_container_database_id(self) -> str:
16524
- """
16525
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer Autonomous Container Database.
16526
- """
16527
- return pulumi.get(self, "peer_autonomous_container_database_id")
16528
-
16529
- @property
16530
- @pulumi.getter(name="peerAutonomousVmClusterId")
16531
- def peer_autonomous_vm_cluster_id(self) -> str:
16532
- return pulumi.get(self, "peer_autonomous_vm_cluster_id")
16533
-
16534
- @property
16535
- @pulumi.getter(name="peerCloudAutonomousVmClusterId")
16536
- def peer_cloud_autonomous_vm_cluster_id(self) -> str:
16537
- return pulumi.get(self, "peer_cloud_autonomous_vm_cluster_id")
16538
-
16539
- @property
16540
- @pulumi.getter(name="peerDbUniqueName")
16541
- def peer_db_unique_name(self) -> str:
16542
- return pulumi.get(self, "peer_db_unique_name")
16543
-
16544
- @property
16545
- @pulumi.getter(name="peerLifecycleState")
16546
- def peer_lifecycle_state(self) -> str:
16547
- """
16548
- The current state of the Autonomous Container Database.
16549
- """
16550
- return pulumi.get(self, "peer_lifecycle_state")
16551
-
16552
- @property
16553
- @pulumi.getter(name="peerRole")
16554
- def peer_role(self) -> str:
16555
- """
16556
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
16557
- """
16558
- return pulumi.get(self, "peer_role")
16559
-
16560
18672
  @property
16561
18673
  @pulumi.getter(name="protectionMode")
16562
18674
  def protection_mode(self) -> str:
@@ -16565,6 +18677,14 @@ class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerData
16565
18677
  """
16566
18678
  return pulumi.get(self, "protection_mode")
16567
18679
 
18680
+ @property
18681
+ @pulumi.getter(name="redoTransportMode")
18682
+ def redo_transport_mode(self) -> str:
18683
+ """
18684
+ Automatically selected by backend based on the protection mode.
18685
+ """
18686
+ return pulumi.get(self, "redo_transport_mode")
18687
+
16568
18688
  @property
16569
18689
  @pulumi.getter
16570
18690
  def role(self) -> str:
@@ -16573,16 +18693,11 @@ class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerData
16573
18693
  """
16574
18694
  return pulumi.get(self, "role")
16575
18695
 
16576
- @property
16577
- @pulumi.getter(name="standbyMaintenanceBufferInDays")
16578
- def standby_maintenance_buffer_in_days(self) -> int:
16579
- return pulumi.get(self, "standby_maintenance_buffer_in_days")
16580
-
16581
18696
  @property
16582
18697
  @pulumi.getter
16583
18698
  def state(self) -> str:
16584
18699
  """
16585
- The current state of Autonomous Data Guard.
18700
+ The current state of the Autonomous Container Database.
16586
18701
  """
16587
18702
  return pulumi.get(self, "state")
16588
18703
 
@@ -16590,10 +18705,18 @@ class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerData
16590
18705
  @pulumi.getter(name="timeCreated")
16591
18706
  def time_created(self) -> str:
16592
18707
  """
16593
- The date and time the Autonomous DataGuard association was created.
18708
+ The date and time the Autonomous Container Database was created.
16594
18709
  """
16595
18710
  return pulumi.get(self, "time_created")
16596
18711
 
18712
+ @property
18713
+ @pulumi.getter(name="timeLagRefreshedOn")
18714
+ def time_lag_refreshed_on(self) -> str:
18715
+ """
18716
+ Timestamp when the lags were last calculated for a standby.
18717
+ """
18718
+ return pulumi.get(self, "time_lag_refreshed_on")
18719
+
16597
18720
  @property
16598
18721
  @pulumi.getter(name="timeLastRoleChanged")
16599
18722
  def time_last_role_changed(self) -> str:
@@ -16614,110 +18737,11 @@ class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerData
16614
18737
  @pulumi.getter(name="transportLag")
16615
18738
  def transport_lag(self) -> str:
16616
18739
  """
16617
- The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
18740
+ The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
16618
18741
  """
16619
18742
  return pulumi.get(self, "transport_lag")
16620
18743
 
16621
18744
 
16622
- @pulumi.output_type
16623
- class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigResult(dict):
16624
- def __init__(__self__, *,
16625
- backup_destination_details: Sequence['outputs.GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailResult'],
16626
- recovery_window_in_days: int):
16627
- pulumi.set(__self__, "backup_destination_details", backup_destination_details)
16628
- pulumi.set(__self__, "recovery_window_in_days", recovery_window_in_days)
16629
-
16630
- @property
16631
- @pulumi.getter(name="backupDestinationDetails")
16632
- def backup_destination_details(self) -> Sequence['outputs.GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailResult']:
16633
- return pulumi.get(self, "backup_destination_details")
16634
-
16635
- @property
16636
- @pulumi.getter(name="recoveryWindowInDays")
16637
- def recovery_window_in_days(self) -> int:
16638
- return pulumi.get(self, "recovery_window_in_days")
16639
-
16640
-
16641
- @pulumi.output_type
16642
- class GetAutonomousContainerDatabaseDataguardAssociationsAutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailResult(dict):
16643
- def __init__(__self__, *,
16644
- dbrs_policy_id: str,
16645
- id: str,
16646
- internet_proxy: str,
16647
- type: str,
16648
- vpc_password: str,
16649
- vpc_user: str):
16650
- """
16651
- :param str id: The OCID of the Autonomous Data Guard created for a given Autonomous Container Database.
16652
- """
16653
- pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
16654
- pulumi.set(__self__, "id", id)
16655
- pulumi.set(__self__, "internet_proxy", internet_proxy)
16656
- pulumi.set(__self__, "type", type)
16657
- pulumi.set(__self__, "vpc_password", vpc_password)
16658
- pulumi.set(__self__, "vpc_user", vpc_user)
16659
-
16660
- @property
16661
- @pulumi.getter(name="dbrsPolicyId")
16662
- def dbrs_policy_id(self) -> str:
16663
- return pulumi.get(self, "dbrs_policy_id")
16664
-
16665
- @property
16666
- @pulumi.getter
16667
- def id(self) -> str:
16668
- """
16669
- The OCID of the Autonomous Data Guard created for a given Autonomous Container Database.
16670
- """
16671
- return pulumi.get(self, "id")
16672
-
16673
- @property
16674
- @pulumi.getter(name="internetProxy")
16675
- def internet_proxy(self) -> str:
16676
- return pulumi.get(self, "internet_proxy")
16677
-
16678
- @property
16679
- @pulumi.getter
16680
- def type(self) -> str:
16681
- return pulumi.get(self, "type")
16682
-
16683
- @property
16684
- @pulumi.getter(name="vpcPassword")
16685
- def vpc_password(self) -> str:
16686
- return pulumi.get(self, "vpc_password")
16687
-
16688
- @property
16689
- @pulumi.getter(name="vpcUser")
16690
- def vpc_user(self) -> str:
16691
- return pulumi.get(self, "vpc_user")
16692
-
16693
-
16694
- @pulumi.output_type
16695
- class GetAutonomousContainerDatabaseDataguardAssociationsFilterResult(dict):
16696
- def __init__(__self__, *,
16697
- name: str,
16698
- values: Sequence[str],
16699
- regex: Optional[bool] = None):
16700
- pulumi.set(__self__, "name", name)
16701
- pulumi.set(__self__, "values", values)
16702
- if regex is not None:
16703
- pulumi.set(__self__, "regex", regex)
16704
-
16705
- @property
16706
- @pulumi.getter
16707
- def name(self) -> str:
16708
- return pulumi.get(self, "name")
16709
-
16710
- @property
16711
- @pulumi.getter
16712
- def values(self) -> Sequence[str]:
16713
- return pulumi.get(self, "values")
16714
-
16715
- @property
16716
- @pulumi.getter
16717
- def regex(self) -> Optional[bool]:
16718
- return pulumi.get(self, "regex")
16719
-
16720
-
16721
18745
  @pulumi.output_type
16722
18746
  class GetAutonomousContainerDatabaseKeyHistoryEntryResult(dict):
16723
18747
  def __init__(__self__, *,
@@ -17437,6 +19461,8 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17437
19461
  compartment_id: str,
17438
19462
  compute_model: str,
17439
19463
  database_software_image_id: str,
19464
+ dataguard_group_members: Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseDataguardGroupMemberResult'],
19465
+ dataguards: Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseDataguardResult'],
17440
19466
  db_name: str,
17441
19467
  db_split_threshold: int,
17442
19468
  db_unique_name: str,
@@ -17445,12 +19471,15 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17445
19471
  display_name: str,
17446
19472
  distribution_affinity: str,
17447
19473
  dst_file_version: str,
19474
+ failover_trigger: int,
17448
19475
  fast_start_fail_over_lag_limit_in_seconds: int,
17449
19476
  freeform_tags: Mapping[str, str],
17450
19477
  id: str,
17451
19478
  infrastructure_type: str,
17452
19479
  is_automatic_failover_enabled: bool,
19480
+ is_data_guard_enabled: bool,
17453
19481
  is_dst_file_update_enabled: bool,
19482
+ is_multiple_standby: bool,
17454
19483
  key_history_entries: Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseKeyHistoryEntryResult'],
17455
19484
  key_store_id: str,
17456
19485
  key_store_wallet_name: str,
@@ -17479,12 +19508,14 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17479
19508
  provisioned_cpus: float,
17480
19509
  reclaimable_cpus: float,
17481
19510
  recovery_appliance_details: Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseRecoveryApplianceDetailResult'],
19511
+ reinstate_trigger: int,
17482
19512
  reserved_cpus: float,
17483
19513
  role: str,
17484
19514
  rotate_key_trigger: bool,
17485
19515
  service_level_agreement_type: str,
17486
19516
  standby_maintenance_buffer_in_days: int,
17487
19517
  state: str,
19518
+ switchover_trigger: int,
17488
19519
  time_created: str,
17489
19520
  time_of_last_backup: str,
17490
19521
  time_snapshot_standby_revert: str,
@@ -17503,6 +19534,8 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17503
19534
  :param str cloud_autonomous_vm_cluster_id: The cloud Autonomous VM Cluster [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
17504
19535
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
17505
19536
  :param str compute_model: The compute model of the Autonomous Container Database. For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (ECPUs or OCPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. ECPU compute model is the recommended model and OCPU compute model is legacy. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
19537
+ :param Sequence['GetAutonomousContainerDatabasesAutonomousContainerDatabaseDataguardGroupMemberArgs'] dataguard_group_members: Array of Dg associations.
19538
+ :param Sequence['GetAutonomousContainerDatabasesAutonomousContainerDatabaseDataguardArgs'] dataguards: The properties that define Autonomous Container Databases Dataguard.
17506
19539
  :param str db_name: The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
17507
19540
  :param int db_split_threshold: The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
17508
19541
  :param str db_version: Oracle Database version of the Autonomous Container Database.
@@ -17510,10 +19543,14 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17510
19543
  :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
17511
19544
  :param str distribution_affinity: Determines whether an Autonomous Database must be opened across the maximum number of nodes or the least number of nodes. By default, Minimum nodes is selected.
17512
19545
  :param str dst_file_version: DST Time-zone File version of the Autonomous Container Database.
19546
+ :param int fast_start_fail_over_lag_limit_in_seconds: The lag time for my preference based on data loss tolerance in seconds.
17513
19547
  :param Mapping[str, str] freeform_tags: 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"}`
17514
19548
  :param 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.
17515
19549
  :param str infrastructure_type: A filter to return only resources that match the given Infrastructure Type.
19550
+ :param bool is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
19551
+ :param bool is_data_guard_enabled: **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
17516
19552
  :param bool is_dst_file_update_enabled: Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
19553
+ :param bool is_multiple_standby: Whether it is multiple standby Autonomous Dataguard
17517
19554
  :param Sequence['GetAutonomousContainerDatabasesAutonomousContainerDatabaseKeyHistoryEntryArgs'] key_history_entries: Key History Entry.
17518
19555
  :param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
17519
19556
  :param str key_store_wallet_name: The wallet name for Oracle Key Vault.
@@ -17528,6 +19565,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17528
19565
  :param str next_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the next maintenance run.
17529
19566
  :param str patch_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch applied on the system.
17530
19567
  :param str patch_model: Database patch model preference.
19568
+ :param str protection_mode: The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
17531
19569
  :param Sequence[float] provisionable_cpuses: An array of CPU values that can be used to successfully provision a single Autonomous Database.
17532
19570
  :param float provisioned_cpus: The number of CPUs provisioned in an Autonomous Container Database.
17533
19571
  :param float reclaimable_cpus: CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
@@ -17556,6 +19594,8 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17556
19594
  pulumi.set(__self__, "compartment_id", compartment_id)
17557
19595
  pulumi.set(__self__, "compute_model", compute_model)
17558
19596
  pulumi.set(__self__, "database_software_image_id", database_software_image_id)
19597
+ pulumi.set(__self__, "dataguard_group_members", dataguard_group_members)
19598
+ pulumi.set(__self__, "dataguards", dataguards)
17559
19599
  pulumi.set(__self__, "db_name", db_name)
17560
19600
  pulumi.set(__self__, "db_split_threshold", db_split_threshold)
17561
19601
  pulumi.set(__self__, "db_unique_name", db_unique_name)
@@ -17564,12 +19604,15 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17564
19604
  pulumi.set(__self__, "display_name", display_name)
17565
19605
  pulumi.set(__self__, "distribution_affinity", distribution_affinity)
17566
19606
  pulumi.set(__self__, "dst_file_version", dst_file_version)
19607
+ pulumi.set(__self__, "failover_trigger", failover_trigger)
17567
19608
  pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
17568
19609
  pulumi.set(__self__, "freeform_tags", freeform_tags)
17569
19610
  pulumi.set(__self__, "id", id)
17570
19611
  pulumi.set(__self__, "infrastructure_type", infrastructure_type)
17571
19612
  pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
19613
+ pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
17572
19614
  pulumi.set(__self__, "is_dst_file_update_enabled", is_dst_file_update_enabled)
19615
+ pulumi.set(__self__, "is_multiple_standby", is_multiple_standby)
17573
19616
  pulumi.set(__self__, "key_history_entries", key_history_entries)
17574
19617
  pulumi.set(__self__, "key_store_id", key_store_id)
17575
19618
  pulumi.set(__self__, "key_store_wallet_name", key_store_wallet_name)
@@ -17598,12 +19641,14 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17598
19641
  pulumi.set(__self__, "provisioned_cpus", provisioned_cpus)
17599
19642
  pulumi.set(__self__, "reclaimable_cpus", reclaimable_cpus)
17600
19643
  pulumi.set(__self__, "recovery_appliance_details", recovery_appliance_details)
19644
+ pulumi.set(__self__, "reinstate_trigger", reinstate_trigger)
17601
19645
  pulumi.set(__self__, "reserved_cpus", reserved_cpus)
17602
19646
  pulumi.set(__self__, "role", role)
17603
19647
  pulumi.set(__self__, "rotate_key_trigger", rotate_key_trigger)
17604
19648
  pulumi.set(__self__, "service_level_agreement_type", service_level_agreement_type)
17605
19649
  pulumi.set(__self__, "standby_maintenance_buffer_in_days", standby_maintenance_buffer_in_days)
17606
19650
  pulumi.set(__self__, "state", state)
19651
+ pulumi.set(__self__, "switchover_trigger", switchover_trigger)
17607
19652
  pulumi.set(__self__, "time_created", time_created)
17608
19653
  pulumi.set(__self__, "time_of_last_backup", time_of_last_backup)
17609
19654
  pulumi.set(__self__, "time_snapshot_standby_revert", time_snapshot_standby_revert)
@@ -17697,6 +19742,22 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17697
19742
  def database_software_image_id(self) -> str:
17698
19743
  return pulumi.get(self, "database_software_image_id")
17699
19744
 
19745
+ @property
19746
+ @pulumi.getter(name="dataguardGroupMembers")
19747
+ def dataguard_group_members(self) -> Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseDataguardGroupMemberResult']:
19748
+ """
19749
+ Array of Dg associations.
19750
+ """
19751
+ return pulumi.get(self, "dataguard_group_members")
19752
+
19753
+ @property
19754
+ @pulumi.getter
19755
+ def dataguards(self) -> Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseDataguardResult']:
19756
+ """
19757
+ The properties that define Autonomous Container Databases Dataguard.
19758
+ """
19759
+ return pulumi.get(self, "dataguards")
19760
+
17700
19761
  @property
17701
19762
  @pulumi.getter(name="dbName")
17702
19763
  def db_name(self) -> str:
@@ -17758,9 +19819,17 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17758
19819
  """
17759
19820
  return pulumi.get(self, "dst_file_version")
17760
19821
 
19822
+ @property
19823
+ @pulumi.getter(name="failoverTrigger")
19824
+ def failover_trigger(self) -> int:
19825
+ return pulumi.get(self, "failover_trigger")
19826
+
17761
19827
  @property
17762
19828
  @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
17763
19829
  def fast_start_fail_over_lag_limit_in_seconds(self) -> int:
19830
+ """
19831
+ The lag time for my preference based on data loss tolerance in seconds.
19832
+ """
17764
19833
  return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
17765
19834
 
17766
19835
  @property
@@ -17790,8 +19859,19 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17790
19859
  @property
17791
19860
  @pulumi.getter(name="isAutomaticFailoverEnabled")
17792
19861
  def is_automatic_failover_enabled(self) -> bool:
19862
+ """
19863
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
19864
+ """
17793
19865
  return pulumi.get(self, "is_automatic_failover_enabled")
17794
19866
 
19867
+ @property
19868
+ @pulumi.getter(name="isDataGuardEnabled")
19869
+ def is_data_guard_enabled(self) -> bool:
19870
+ """
19871
+ **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
19872
+ """
19873
+ return pulumi.get(self, "is_data_guard_enabled")
19874
+
17795
19875
  @property
17796
19876
  @pulumi.getter(name="isDstFileUpdateEnabled")
17797
19877
  def is_dst_file_update_enabled(self) -> bool:
@@ -17800,6 +19880,14 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17800
19880
  """
17801
19881
  return pulumi.get(self, "is_dst_file_update_enabled")
17802
19882
 
19883
+ @property
19884
+ @pulumi.getter(name="isMultipleStandby")
19885
+ def is_multiple_standby(self) -> bool:
19886
+ """
19887
+ Whether it is multiple standby Autonomous Dataguard
19888
+ """
19889
+ return pulumi.get(self, "is_multiple_standby")
19890
+
17803
19891
  @property
17804
19892
  @pulumi.getter(name="keyHistoryEntries")
17805
19893
  def key_history_entries(self) -> Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseKeyHistoryEntryResult']:
@@ -17960,6 +20048,9 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17960
20048
  @property
17961
20049
  @pulumi.getter(name="protectionMode")
17962
20050
  def protection_mode(self) -> str:
20051
+ """
20052
+ The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
20053
+ """
17963
20054
  return pulumi.get(self, "protection_mode")
17964
20055
 
17965
20056
  @property
@@ -17994,6 +20085,11 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
17994
20085
  """
17995
20086
  return pulumi.get(self, "recovery_appliance_details")
17996
20087
 
20088
+ @property
20089
+ @pulumi.getter(name="reinstateTrigger")
20090
+ def reinstate_trigger(self) -> int:
20091
+ return pulumi.get(self, "reinstate_trigger")
20092
+
17997
20093
  @property
17998
20094
  @pulumi.getter(name="reservedCpus")
17999
20095
  def reserved_cpus(self) -> float:
@@ -18039,6 +20135,11 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
18039
20135
  """
18040
20136
  return pulumi.get(self, "state")
18041
20137
 
20138
+ @property
20139
+ @pulumi.getter(name="switchoverTrigger")
20140
+ def switchover_trigger(self) -> int:
20141
+ return pulumi.get(self, "switchover_trigger")
20142
+
18042
20143
  @property
18043
20144
  @pulumi.getter(name="timeCreated")
18044
20145
  def time_created(self) -> str:
@@ -18344,6 +20445,394 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseBackupDestinatio
18344
20445
  return pulumi.get(self, "time_at_which_storage_details_are_updated")
18345
20446
 
18346
20447
 
20448
+ @pulumi.output_type
20449
+ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseDataguardResult(dict):
20450
+ def __init__(__self__, *,
20451
+ apply_lag: str,
20452
+ apply_rate: str,
20453
+ automatic_failover_target: str,
20454
+ autonomous_container_database_id: str,
20455
+ availability_domain: str,
20456
+ fast_start_fail_over_lag_limit_in_seconds: int,
20457
+ is_automatic_failover_enabled: bool,
20458
+ lifecycle_details: str,
20459
+ protection_mode: str,
20460
+ redo_transport_mode: str,
20461
+ role: str,
20462
+ state: str,
20463
+ time_created: str,
20464
+ time_lag_refreshed_on: str,
20465
+ time_last_role_changed: str,
20466
+ time_last_synced: str,
20467
+ transport_lag: str):
20468
+ """
20469
+ :param str apply_lag: The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
20470
+ :param str apply_rate: The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
20471
+ :param str automatic_failover_target: Automatically selected by backend when observer is enabled.
20472
+ :param str autonomous_container_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
20473
+ :param str availability_domain: A filter to return only resources that match the given availability domain exactly.
20474
+ :param int fast_start_fail_over_lag_limit_in_seconds: The lag time for my preference based on data loss tolerance in seconds.
20475
+ :param bool is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
20476
+ :param str lifecycle_details: Additional information about the current lifecycle state.
20477
+ :param str protection_mode: The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
20478
+ :param str redo_transport_mode: Automatically selected by backend based on the protection mode.
20479
+ :param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
20480
+ :param str state: A filter to return only resources that match the given lifecycle state exactly.
20481
+ :param str time_created: The date and time the Autonomous Container Database was created.
20482
+ :param str time_lag_refreshed_on: Timestamp when the lags were last calculated for a standby.
20483
+ :param str time_last_role_changed: The date and time when the last role change action happened.
20484
+ :param str time_last_synced: The date and time of the last update to the apply lag, apply rate, and transport lag values.
20485
+ :param str transport_lag: The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
20486
+ """
20487
+ pulumi.set(__self__, "apply_lag", apply_lag)
20488
+ pulumi.set(__self__, "apply_rate", apply_rate)
20489
+ pulumi.set(__self__, "automatic_failover_target", automatic_failover_target)
20490
+ pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
20491
+ pulumi.set(__self__, "availability_domain", availability_domain)
20492
+ pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
20493
+ pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
20494
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
20495
+ pulumi.set(__self__, "protection_mode", protection_mode)
20496
+ pulumi.set(__self__, "redo_transport_mode", redo_transport_mode)
20497
+ pulumi.set(__self__, "role", role)
20498
+ pulumi.set(__self__, "state", state)
20499
+ pulumi.set(__self__, "time_created", time_created)
20500
+ pulumi.set(__self__, "time_lag_refreshed_on", time_lag_refreshed_on)
20501
+ pulumi.set(__self__, "time_last_role_changed", time_last_role_changed)
20502
+ pulumi.set(__self__, "time_last_synced", time_last_synced)
20503
+ pulumi.set(__self__, "transport_lag", transport_lag)
20504
+
20505
+ @property
20506
+ @pulumi.getter(name="applyLag")
20507
+ def apply_lag(self) -> str:
20508
+ """
20509
+ The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
20510
+ """
20511
+ return pulumi.get(self, "apply_lag")
20512
+
20513
+ @property
20514
+ @pulumi.getter(name="applyRate")
20515
+ def apply_rate(self) -> str:
20516
+ """
20517
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
20518
+ """
20519
+ return pulumi.get(self, "apply_rate")
20520
+
20521
+ @property
20522
+ @pulumi.getter(name="automaticFailoverTarget")
20523
+ def automatic_failover_target(self) -> str:
20524
+ """
20525
+ Automatically selected by backend when observer is enabled.
20526
+ """
20527
+ return pulumi.get(self, "automatic_failover_target")
20528
+
20529
+ @property
20530
+ @pulumi.getter(name="autonomousContainerDatabaseId")
20531
+ def autonomous_container_database_id(self) -> str:
20532
+ """
20533
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
20534
+ """
20535
+ return pulumi.get(self, "autonomous_container_database_id")
20536
+
20537
+ @property
20538
+ @pulumi.getter(name="availabilityDomain")
20539
+ def availability_domain(self) -> str:
20540
+ """
20541
+ A filter to return only resources that match the given availability domain exactly.
20542
+ """
20543
+ return pulumi.get(self, "availability_domain")
20544
+
20545
+ @property
20546
+ @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
20547
+ def fast_start_fail_over_lag_limit_in_seconds(self) -> int:
20548
+ """
20549
+ The lag time for my preference based on data loss tolerance in seconds.
20550
+ """
20551
+ return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
20552
+
20553
+ @property
20554
+ @pulumi.getter(name="isAutomaticFailoverEnabled")
20555
+ def is_automatic_failover_enabled(self) -> bool:
20556
+ """
20557
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
20558
+ """
20559
+ return pulumi.get(self, "is_automatic_failover_enabled")
20560
+
20561
+ @property
20562
+ @pulumi.getter(name="lifecycleDetails")
20563
+ def lifecycle_details(self) -> str:
20564
+ """
20565
+ Additional information about the current lifecycle state.
20566
+ """
20567
+ return pulumi.get(self, "lifecycle_details")
20568
+
20569
+ @property
20570
+ @pulumi.getter(name="protectionMode")
20571
+ def protection_mode(self) -> str:
20572
+ """
20573
+ The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
20574
+ """
20575
+ return pulumi.get(self, "protection_mode")
20576
+
20577
+ @property
20578
+ @pulumi.getter(name="redoTransportMode")
20579
+ def redo_transport_mode(self) -> str:
20580
+ """
20581
+ Automatically selected by backend based on the protection mode.
20582
+ """
20583
+ return pulumi.get(self, "redo_transport_mode")
20584
+
20585
+ @property
20586
+ @pulumi.getter
20587
+ def role(self) -> str:
20588
+ """
20589
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
20590
+ """
20591
+ return pulumi.get(self, "role")
20592
+
20593
+ @property
20594
+ @pulumi.getter
20595
+ def state(self) -> str:
20596
+ """
20597
+ A filter to return only resources that match the given lifecycle state exactly.
20598
+ """
20599
+ return pulumi.get(self, "state")
20600
+
20601
+ @property
20602
+ @pulumi.getter(name="timeCreated")
20603
+ def time_created(self) -> str:
20604
+ """
20605
+ The date and time the Autonomous Container Database was created.
20606
+ """
20607
+ return pulumi.get(self, "time_created")
20608
+
20609
+ @property
20610
+ @pulumi.getter(name="timeLagRefreshedOn")
20611
+ def time_lag_refreshed_on(self) -> str:
20612
+ """
20613
+ Timestamp when the lags were last calculated for a standby.
20614
+ """
20615
+ return pulumi.get(self, "time_lag_refreshed_on")
20616
+
20617
+ @property
20618
+ @pulumi.getter(name="timeLastRoleChanged")
20619
+ def time_last_role_changed(self) -> str:
20620
+ """
20621
+ The date and time when the last role change action happened.
20622
+ """
20623
+ return pulumi.get(self, "time_last_role_changed")
20624
+
20625
+ @property
20626
+ @pulumi.getter(name="timeLastSynced")
20627
+ def time_last_synced(self) -> str:
20628
+ """
20629
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
20630
+ """
20631
+ return pulumi.get(self, "time_last_synced")
20632
+
20633
+ @property
20634
+ @pulumi.getter(name="transportLag")
20635
+ def transport_lag(self) -> str:
20636
+ """
20637
+ The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
20638
+ """
20639
+ return pulumi.get(self, "transport_lag")
20640
+
20641
+
20642
+ @pulumi.output_type
20643
+ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseDataguardGroupMemberResult(dict):
20644
+ def __init__(__self__, *,
20645
+ apply_lag: str,
20646
+ apply_rate: str,
20647
+ automatic_failover_target: str,
20648
+ autonomous_container_database_id: str,
20649
+ availability_domain: str,
20650
+ fast_start_fail_over_lag_limit_in_seconds: int,
20651
+ is_automatic_failover_enabled: bool,
20652
+ lifecycle_details: str,
20653
+ protection_mode: str,
20654
+ redo_transport_mode: str,
20655
+ role: str,
20656
+ state: str,
20657
+ time_created: str,
20658
+ time_lag_refreshed_on: str,
20659
+ time_last_role_changed: str,
20660
+ time_last_synced: str,
20661
+ transport_lag: str):
20662
+ """
20663
+ :param str apply_lag: The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
20664
+ :param str apply_rate: The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
20665
+ :param str automatic_failover_target: Automatically selected by backend when observer is enabled.
20666
+ :param str autonomous_container_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
20667
+ :param str availability_domain: A filter to return only resources that match the given availability domain exactly.
20668
+ :param int fast_start_fail_over_lag_limit_in_seconds: The lag time for my preference based on data loss tolerance in seconds.
20669
+ :param bool is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
20670
+ :param str lifecycle_details: Additional information about the current lifecycle state.
20671
+ :param str protection_mode: The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
20672
+ :param str redo_transport_mode: Automatically selected by backend based on the protection mode.
20673
+ :param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
20674
+ :param str state: A filter to return only resources that match the given lifecycle state exactly.
20675
+ :param str time_created: The date and time the Autonomous Container Database was created.
20676
+ :param str time_lag_refreshed_on: Timestamp when the lags were last calculated for a standby.
20677
+ :param str time_last_role_changed: The date and time when the last role change action happened.
20678
+ :param str time_last_synced: The date and time of the last update to the apply lag, apply rate, and transport lag values.
20679
+ :param str transport_lag: The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
20680
+ """
20681
+ pulumi.set(__self__, "apply_lag", apply_lag)
20682
+ pulumi.set(__self__, "apply_rate", apply_rate)
20683
+ pulumi.set(__self__, "automatic_failover_target", automatic_failover_target)
20684
+ pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
20685
+ pulumi.set(__self__, "availability_domain", availability_domain)
20686
+ pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
20687
+ pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
20688
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
20689
+ pulumi.set(__self__, "protection_mode", protection_mode)
20690
+ pulumi.set(__self__, "redo_transport_mode", redo_transport_mode)
20691
+ pulumi.set(__self__, "role", role)
20692
+ pulumi.set(__self__, "state", state)
20693
+ pulumi.set(__self__, "time_created", time_created)
20694
+ pulumi.set(__self__, "time_lag_refreshed_on", time_lag_refreshed_on)
20695
+ pulumi.set(__self__, "time_last_role_changed", time_last_role_changed)
20696
+ pulumi.set(__self__, "time_last_synced", time_last_synced)
20697
+ pulumi.set(__self__, "transport_lag", transport_lag)
20698
+
20699
+ @property
20700
+ @pulumi.getter(name="applyLag")
20701
+ def apply_lag(self) -> str:
20702
+ """
20703
+ The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example: `9 seconds`
20704
+ """
20705
+ return pulumi.get(self, "apply_lag")
20706
+
20707
+ @property
20708
+ @pulumi.getter(name="applyRate")
20709
+ def apply_rate(self) -> str:
20710
+ """
20711
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
20712
+ """
20713
+ return pulumi.get(self, "apply_rate")
20714
+
20715
+ @property
20716
+ @pulumi.getter(name="automaticFailoverTarget")
20717
+ def automatic_failover_target(self) -> str:
20718
+ """
20719
+ Automatically selected by backend when observer is enabled.
20720
+ """
20721
+ return pulumi.get(self, "automatic_failover_target")
20722
+
20723
+ @property
20724
+ @pulumi.getter(name="autonomousContainerDatabaseId")
20725
+ def autonomous_container_database_id(self) -> str:
20726
+ """
20727
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
20728
+ """
20729
+ return pulumi.get(self, "autonomous_container_database_id")
20730
+
20731
+ @property
20732
+ @pulumi.getter(name="availabilityDomain")
20733
+ def availability_domain(self) -> str:
20734
+ """
20735
+ A filter to return only resources that match the given availability domain exactly.
20736
+ """
20737
+ return pulumi.get(self, "availability_domain")
20738
+
20739
+ @property
20740
+ @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
20741
+ def fast_start_fail_over_lag_limit_in_seconds(self) -> int:
20742
+ """
20743
+ The lag time for my preference based on data loss tolerance in seconds.
20744
+ """
20745
+ return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
20746
+
20747
+ @property
20748
+ @pulumi.getter(name="isAutomaticFailoverEnabled")
20749
+ def is_automatic_failover_enabled(self) -> bool:
20750
+ """
20751
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
20752
+ """
20753
+ return pulumi.get(self, "is_automatic_failover_enabled")
20754
+
20755
+ @property
20756
+ @pulumi.getter(name="lifecycleDetails")
20757
+ def lifecycle_details(self) -> str:
20758
+ """
20759
+ Additional information about the current lifecycle state.
20760
+ """
20761
+ return pulumi.get(self, "lifecycle_details")
20762
+
20763
+ @property
20764
+ @pulumi.getter(name="protectionMode")
20765
+ def protection_mode(self) -> str:
20766
+ """
20767
+ The protection mode of this Autonomous Data Guard association. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
20768
+ """
20769
+ return pulumi.get(self, "protection_mode")
20770
+
20771
+ @property
20772
+ @pulumi.getter(name="redoTransportMode")
20773
+ def redo_transport_mode(self) -> str:
20774
+ """
20775
+ Automatically selected by backend based on the protection mode.
20776
+ """
20777
+ return pulumi.get(self, "redo_transport_mode")
20778
+
20779
+ @property
20780
+ @pulumi.getter
20781
+ def role(self) -> str:
20782
+ """
20783
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
20784
+ """
20785
+ return pulumi.get(self, "role")
20786
+
20787
+ @property
20788
+ @pulumi.getter
20789
+ def state(self) -> str:
20790
+ """
20791
+ A filter to return only resources that match the given lifecycle state exactly.
20792
+ """
20793
+ return pulumi.get(self, "state")
20794
+
20795
+ @property
20796
+ @pulumi.getter(name="timeCreated")
20797
+ def time_created(self) -> str:
20798
+ """
20799
+ The date and time the Autonomous Container Database was created.
20800
+ """
20801
+ return pulumi.get(self, "time_created")
20802
+
20803
+ @property
20804
+ @pulumi.getter(name="timeLagRefreshedOn")
20805
+ def time_lag_refreshed_on(self) -> str:
20806
+ """
20807
+ Timestamp when the lags were last calculated for a standby.
20808
+ """
20809
+ return pulumi.get(self, "time_lag_refreshed_on")
20810
+
20811
+ @property
20812
+ @pulumi.getter(name="timeLastRoleChanged")
20813
+ def time_last_role_changed(self) -> str:
20814
+ """
20815
+ The date and time when the last role change action happened.
20816
+ """
20817
+ return pulumi.get(self, "time_last_role_changed")
20818
+
20819
+ @property
20820
+ @pulumi.getter(name="timeLastSynced")
20821
+ def time_last_synced(self) -> str:
20822
+ """
20823
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
20824
+ """
20825
+ return pulumi.get(self, "time_last_synced")
20826
+
20827
+ @property
20828
+ @pulumi.getter(name="transportLag")
20829
+ def transport_lag(self) -> str:
20830
+ """
20831
+ The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example: `7 seconds`
20832
+ """
20833
+ return pulumi.get(self, "transport_lag")
20834
+
20835
+
18347
20836
  @pulumi.output_type
18348
20837
  class GetAutonomousContainerDatabasesAutonomousContainerDatabaseKeyHistoryEntryResult(dict):
18349
20838
  def __init__(__self__, *,
@@ -36683,6 +39172,7 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
36683
39172
  patching_start_time: str,
36684
39173
  patching_status: str,
36685
39174
  peer_maintenance_run_id: str,
39175
+ peer_maintenance_run_ids: Sequence[str],
36686
39176
  state: str,
36687
39177
  target_db_server_version: str,
36688
39178
  target_resource_id: str,
@@ -36716,6 +39206,7 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
36716
39206
  :param str patching_start_time: The time when the patching operation started.
36717
39207
  :param str patching_status: The status of the patching operation.
36718
39208
  :param str peer_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance run for the Autonomous Data Guard association's peer container database.
39209
+ :param Sequence[str] peer_maintenance_run_ids: The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
36719
39210
  :param str state: The state of the maintenance run history.
36720
39211
  :param str target_db_server_version: The target software version for the database server patching operation.
36721
39212
  :param str target_resource_id: The target resource ID.
@@ -36749,6 +39240,7 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
36749
39240
  pulumi.set(__self__, "patching_start_time", patching_start_time)
36750
39241
  pulumi.set(__self__, "patching_status", patching_status)
36751
39242
  pulumi.set(__self__, "peer_maintenance_run_id", peer_maintenance_run_id)
39243
+ pulumi.set(__self__, "peer_maintenance_run_ids", peer_maintenance_run_ids)
36752
39244
  pulumi.set(__self__, "state", state)
36753
39245
  pulumi.set(__self__, "target_db_server_version", target_db_server_version)
36754
39246
  pulumi.set(__self__, "target_resource_id", target_resource_id)
@@ -36943,6 +39435,14 @@ class GetDatabaseMaintenanceRunHistoriesMaintenanceRunHistoryMaintenanceRunDetai
36943
39435
  """
36944
39436
  return pulumi.get(self, "peer_maintenance_run_id")
36945
39437
 
39438
+ @property
39439
+ @pulumi.getter(name="peerMaintenanceRunIds")
39440
+ def peer_maintenance_run_ids(self) -> Sequence[str]:
39441
+ """
39442
+ The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
39443
+ """
39444
+ return pulumi.get(self, "peer_maintenance_run_ids")
39445
+
36946
39446
  @property
36947
39447
  @pulumi.getter
36948
39448
  def state(self) -> str:
@@ -37721,6 +40221,7 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
37721
40221
  patching_start_time: str,
37722
40222
  patching_status: str,
37723
40223
  peer_maintenance_run_id: str,
40224
+ peer_maintenance_run_ids: Sequence[str],
37724
40225
  state: str,
37725
40226
  target_db_server_version: str,
37726
40227
  target_resource_id: str,
@@ -37754,6 +40255,7 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
37754
40255
  :param str patching_start_time: The time when the patching operation started.
37755
40256
  :param str patching_status: The status of the patching operation.
37756
40257
  :param str peer_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance run for the Autonomous Data Guard association's peer container database.
40258
+ :param Sequence[str] peer_maintenance_run_ids: The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
37757
40259
  :param str state: The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
37758
40260
  :param str target_db_server_version: The target software version for the database server patching operation.
37759
40261
  :param str target_resource_id: The ID of the target resource on which the maintenance run occurs.
@@ -37787,6 +40289,7 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
37787
40289
  pulumi.set(__self__, "patching_start_time", patching_start_time)
37788
40290
  pulumi.set(__self__, "patching_status", patching_status)
37789
40291
  pulumi.set(__self__, "peer_maintenance_run_id", peer_maintenance_run_id)
40292
+ pulumi.set(__self__, "peer_maintenance_run_ids", peer_maintenance_run_ids)
37790
40293
  pulumi.set(__self__, "state", state)
37791
40294
  pulumi.set(__self__, "target_db_server_version", target_db_server_version)
37792
40295
  pulumi.set(__self__, "target_resource_id", target_resource_id)
@@ -37981,6 +40484,14 @@ class GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailResult(dict):
37981
40484
  """
37982
40485
  return pulumi.get(self, "peer_maintenance_run_id")
37983
40486
 
40487
+ @property
40488
+ @pulumi.getter(name="peerMaintenanceRunIds")
40489
+ def peer_maintenance_run_ids(self) -> Sequence[str]:
40490
+ """
40491
+ The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
40492
+ """
40493
+ return pulumi.get(self, "peer_maintenance_run_ids")
40494
+
37984
40495
  @property
37985
40496
  @pulumi.getter
37986
40497
  def state(self) -> str:
@@ -51038,6 +53549,7 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
51038
53549
  patching_start_time: str,
51039
53550
  patching_status: str,
51040
53551
  peer_maintenance_run_id: str,
53552
+ peer_maintenance_run_ids: Sequence[str],
51041
53553
  state: str,
51042
53554
  target_db_server_version: str,
51043
53555
  target_resource_id: str,
@@ -51071,6 +53583,7 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
51071
53583
  :param str patching_start_time: The time when the patching operation started.
51072
53584
  :param str patching_status: The status of the patching operation.
51073
53585
  :param str peer_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance run for the Autonomous Data Guard association's peer container database.
53586
+ :param Sequence[str] peer_maintenance_run_ids: The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
51074
53587
  :param str state: A filter to return only resources that match the given lifecycle state exactly.
51075
53588
  :param str target_db_server_version: The target software version for the database server patching operation.
51076
53589
  :param str target_resource_id: The target resource ID.
@@ -51105,6 +53618,7 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
51105
53618
  pulumi.set(__self__, "patching_start_time", patching_start_time)
51106
53619
  pulumi.set(__self__, "patching_status", patching_status)
51107
53620
  pulumi.set(__self__, "peer_maintenance_run_id", peer_maintenance_run_id)
53621
+ pulumi.set(__self__, "peer_maintenance_run_ids", peer_maintenance_run_ids)
51108
53622
  pulumi.set(__self__, "state", state)
51109
53623
  pulumi.set(__self__, "target_db_server_version", target_db_server_version)
51110
53624
  pulumi.set(__self__, "target_resource_id", target_resource_id)
@@ -51304,6 +53818,14 @@ class GetMaintenanceRunsMaintenanceRunResult(dict):
51304
53818
  """
51305
53819
  return pulumi.get(self, "peer_maintenance_run_id")
51306
53820
 
53821
+ @property
53822
+ @pulumi.getter(name="peerMaintenanceRunIds")
53823
+ def peer_maintenance_run_ids(self) -> Sequence[str]:
53824
+ """
53825
+ The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
53826
+ """
53827
+ return pulumi.get(self, "peer_maintenance_run_ids")
53828
+
51307
53829
  @property
51308
53830
  @pulumi.getter
51309
53831
  def state(self) -> str: