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
@@ -15,6 +15,26 @@ else:
15
15
  from .. import _utilities
16
16
 
17
17
  __all__ = [
18
+ 'AutonomousContainerDatabaseAddStandbyBackupConfigArgs',
19
+ 'AutonomousContainerDatabaseAddStandbyBackupConfigArgsDict',
20
+ 'AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetailArgs',
21
+ 'AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetailArgsDict',
22
+ 'AutonomousContainerDatabaseAddStandbyDataguardArgs',
23
+ 'AutonomousContainerDatabaseAddStandbyDataguardArgsDict',
24
+ 'AutonomousContainerDatabaseAddStandbyDataguardGroupMemberArgs',
25
+ 'AutonomousContainerDatabaseAddStandbyDataguardGroupMemberArgsDict',
26
+ 'AutonomousContainerDatabaseAddStandbyKeyHistoryEntryArgs',
27
+ 'AutonomousContainerDatabaseAddStandbyKeyHistoryEntryArgsDict',
28
+ 'AutonomousContainerDatabaseAddStandbyMaintenanceWindowArgs',
29
+ 'AutonomousContainerDatabaseAddStandbyMaintenanceWindowArgsDict',
30
+ 'AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeekArgs',
31
+ 'AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeekArgsDict',
32
+ 'AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonthArgs',
33
+ 'AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonthArgsDict',
34
+ 'AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigArgs',
35
+ 'AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigArgsDict',
36
+ 'AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgs',
37
+ 'AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgsDict',
18
38
  'AutonomousContainerDatabaseAssociatedBackupConfigurationDetailArgs',
19
39
  'AutonomousContainerDatabaseAssociatedBackupConfigurationDetailArgsDict',
20
40
  'AutonomousContainerDatabaseBackupConfigArgs',
@@ -23,10 +43,14 @@ __all__ = [
23
43
  'AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgsDict',
24
44
  'AutonomousContainerDatabaseBackupDestinationPropertiesListArgs',
25
45
  'AutonomousContainerDatabaseBackupDestinationPropertiesListArgsDict',
46
+ 'AutonomousContainerDatabaseDataguardArgs',
47
+ 'AutonomousContainerDatabaseDataguardArgsDict',
26
48
  'AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigArgs',
27
49
  'AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigArgsDict',
28
50
  'AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgs',
29
51
  'AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgsDict',
52
+ 'AutonomousContainerDatabaseDataguardGroupMemberArgs',
53
+ 'AutonomousContainerDatabaseDataguardGroupMemberArgsDict',
30
54
  'AutonomousContainerDatabaseKeyHistoryEntryArgs',
31
55
  'AutonomousContainerDatabaseKeyHistoryEntryArgsDict',
32
56
  'AutonomousContainerDatabaseMaintenanceWindowArgs',
@@ -581,6 +605,1465 @@ __all__ = [
581
605
 
582
606
  MYPY = False
583
607
 
608
+ if not MYPY:
609
+ class AutonomousContainerDatabaseAddStandbyBackupConfigArgsDict(TypedDict):
610
+ backup_destination_details: NotRequired[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetailArgsDict']]]]
611
+ """
612
+ Backup destination details.
613
+ """
614
+ recovery_window_in_days: NotRequired[pulumi.Input[int]]
615
+ """
616
+ 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.
617
+ """
618
+ elif False:
619
+ AutonomousContainerDatabaseAddStandbyBackupConfigArgsDict: TypeAlias = Mapping[str, Any]
620
+
621
+ @pulumi.input_type
622
+ class AutonomousContainerDatabaseAddStandbyBackupConfigArgs:
623
+ def __init__(__self__, *,
624
+ backup_destination_details: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetailArgs']]]] = None,
625
+ recovery_window_in_days: Optional[pulumi.Input[int]] = None):
626
+ """
627
+ :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetailArgs']]] backup_destination_details: Backup destination details.
628
+ :param pulumi.Input[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.
629
+ """
630
+ if backup_destination_details is not None:
631
+ pulumi.set(__self__, "backup_destination_details", backup_destination_details)
632
+ if recovery_window_in_days is not None:
633
+ pulumi.set(__self__, "recovery_window_in_days", recovery_window_in_days)
634
+
635
+ @property
636
+ @pulumi.getter(name="backupDestinationDetails")
637
+ def backup_destination_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetailArgs']]]]:
638
+ """
639
+ Backup destination details.
640
+ """
641
+ return pulumi.get(self, "backup_destination_details")
642
+
643
+ @backup_destination_details.setter
644
+ def backup_destination_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetailArgs']]]]):
645
+ pulumi.set(self, "backup_destination_details", value)
646
+
647
+ @property
648
+ @pulumi.getter(name="recoveryWindowInDays")
649
+ def recovery_window_in_days(self) -> Optional[pulumi.Input[int]]:
650
+ """
651
+ 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.
652
+ """
653
+ return pulumi.get(self, "recovery_window_in_days")
654
+
655
+ @recovery_window_in_days.setter
656
+ def recovery_window_in_days(self, value: Optional[pulumi.Input[int]]):
657
+ pulumi.set(self, "recovery_window_in_days", value)
658
+
659
+
660
+ if not MYPY:
661
+ class AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetailArgsDict(TypedDict):
662
+ dbrs_policy_id: NotRequired[pulumi.Input[str]]
663
+ """
664
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
665
+ """
666
+ id: NotRequired[pulumi.Input[str]]
667
+ """
668
+ The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
669
+ """
670
+ internet_proxy: NotRequired[pulumi.Input[str]]
671
+ """
672
+ Proxy URL to connect to object store.
673
+ """
674
+ type: NotRequired[pulumi.Input[str]]
675
+ """
676
+ Type of the database backup destination.
677
+ """
678
+ vpc_password: NotRequired[pulumi.Input[str]]
679
+ """
680
+ For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
681
+ """
682
+ vpc_user: NotRequired[pulumi.Input[str]]
683
+ """
684
+ For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
685
+ """
686
+ elif False:
687
+ AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetailArgsDict: TypeAlias = Mapping[str, Any]
688
+
689
+ @pulumi.input_type
690
+ class AutonomousContainerDatabaseAddStandbyBackupConfigBackupDestinationDetailArgs:
691
+ def __init__(__self__, *,
692
+ dbrs_policy_id: Optional[pulumi.Input[str]] = None,
693
+ id: Optional[pulumi.Input[str]] = None,
694
+ internet_proxy: Optional[pulumi.Input[str]] = None,
695
+ type: Optional[pulumi.Input[str]] = None,
696
+ vpc_password: Optional[pulumi.Input[str]] = None,
697
+ vpc_user: Optional[pulumi.Input[str]] = None):
698
+ """
699
+ :param pulumi.Input[str] dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
700
+ :param pulumi.Input[str] id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
701
+ :param pulumi.Input[str] internet_proxy: Proxy URL to connect to object store.
702
+ :param pulumi.Input[str] type: Type of the database backup destination.
703
+ :param pulumi.Input[str] vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
704
+ :param pulumi.Input[str] vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
705
+ """
706
+ if dbrs_policy_id is not None:
707
+ pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
708
+ if id is not None:
709
+ pulumi.set(__self__, "id", id)
710
+ if internet_proxy is not None:
711
+ pulumi.set(__self__, "internet_proxy", internet_proxy)
712
+ if type is not None:
713
+ pulumi.set(__self__, "type", type)
714
+ if vpc_password is not None:
715
+ pulumi.set(__self__, "vpc_password", vpc_password)
716
+ if vpc_user is not None:
717
+ pulumi.set(__self__, "vpc_user", vpc_user)
718
+
719
+ @property
720
+ @pulumi.getter(name="dbrsPolicyId")
721
+ def dbrs_policy_id(self) -> Optional[pulumi.Input[str]]:
722
+ """
723
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
724
+ """
725
+ return pulumi.get(self, "dbrs_policy_id")
726
+
727
+ @dbrs_policy_id.setter
728
+ def dbrs_policy_id(self, value: Optional[pulumi.Input[str]]):
729
+ pulumi.set(self, "dbrs_policy_id", value)
730
+
731
+ @property
732
+ @pulumi.getter
733
+ def id(self) -> Optional[pulumi.Input[str]]:
734
+ """
735
+ The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
736
+ """
737
+ return pulumi.get(self, "id")
738
+
739
+ @id.setter
740
+ def id(self, value: Optional[pulumi.Input[str]]):
741
+ pulumi.set(self, "id", value)
742
+
743
+ @property
744
+ @pulumi.getter(name="internetProxy")
745
+ def internet_proxy(self) -> Optional[pulumi.Input[str]]:
746
+ """
747
+ Proxy URL to connect to object store.
748
+ """
749
+ return pulumi.get(self, "internet_proxy")
750
+
751
+ @internet_proxy.setter
752
+ def internet_proxy(self, value: Optional[pulumi.Input[str]]):
753
+ pulumi.set(self, "internet_proxy", value)
754
+
755
+ @property
756
+ @pulumi.getter
757
+ def type(self) -> Optional[pulumi.Input[str]]:
758
+ """
759
+ Type of the database backup destination.
760
+ """
761
+ return pulumi.get(self, "type")
762
+
763
+ @type.setter
764
+ def type(self, value: Optional[pulumi.Input[str]]):
765
+ pulumi.set(self, "type", value)
766
+
767
+ @property
768
+ @pulumi.getter(name="vpcPassword")
769
+ def vpc_password(self) -> Optional[pulumi.Input[str]]:
770
+ """
771
+ For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
772
+ """
773
+ return pulumi.get(self, "vpc_password")
774
+
775
+ @vpc_password.setter
776
+ def vpc_password(self, value: Optional[pulumi.Input[str]]):
777
+ pulumi.set(self, "vpc_password", value)
778
+
779
+ @property
780
+ @pulumi.getter(name="vpcUser")
781
+ def vpc_user(self) -> Optional[pulumi.Input[str]]:
782
+ """
783
+ For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
784
+ """
785
+ return pulumi.get(self, "vpc_user")
786
+
787
+ @vpc_user.setter
788
+ def vpc_user(self, value: Optional[pulumi.Input[str]]):
789
+ pulumi.set(self, "vpc_user", value)
790
+
791
+
792
+ if not MYPY:
793
+ class AutonomousContainerDatabaseAddStandbyDataguardArgsDict(TypedDict):
794
+ apply_lag: NotRequired[pulumi.Input[str]]
795
+ """
796
+ 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`
797
+ """
798
+ apply_rate: NotRequired[pulumi.Input[str]]
799
+ """
800
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
801
+ """
802
+ automatic_failover_target: NotRequired[pulumi.Input[str]]
803
+ """
804
+ Automatically selected by backend when observer is enabled.
805
+ """
806
+ autonomous_container_database_id: NotRequired[pulumi.Input[str]]
807
+ """
808
+ The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
809
+ """
810
+ availability_domain: NotRequired[pulumi.Input[str]]
811
+ """
812
+ The domain of the Autonomous Container Database
813
+ """
814
+ fast_start_fail_over_lag_limit_in_seconds: NotRequired[pulumi.Input[int]]
815
+ """
816
+ The lag time for my preference based on data loss tolerance in seconds.
817
+ """
818
+ is_automatic_failover_enabled: NotRequired[pulumi.Input[bool]]
819
+ """
820
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
821
+ """
822
+ lifecycle_details: NotRequired[pulumi.Input[str]]
823
+ """
824
+ Additional information about the current lifecycle state.
825
+ """
826
+ protection_mode: NotRequired[pulumi.Input[str]]
827
+ """
828
+ 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.
829
+ """
830
+ redo_transport_mode: NotRequired[pulumi.Input[str]]
831
+ """
832
+ Automatically selected by backend based on the protection mode.
833
+ """
834
+ role: NotRequired[pulumi.Input[str]]
835
+ """
836
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
837
+ """
838
+ state: NotRequired[pulumi.Input[str]]
839
+ """
840
+ The current state of the Autonomous Container Database.
841
+ """
842
+ time_created: NotRequired[pulumi.Input[str]]
843
+ """
844
+ The date and time the Autonomous Container Database was created.
845
+ """
846
+ time_lag_refreshed_on: NotRequired[pulumi.Input[str]]
847
+ """
848
+ Timestamp when the lags were last calculated for a standby.
849
+ """
850
+ time_last_role_changed: NotRequired[pulumi.Input[str]]
851
+ """
852
+ The date and time when the last role change action happened.
853
+ """
854
+ time_last_synced: NotRequired[pulumi.Input[str]]
855
+ """
856
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
857
+ """
858
+ transport_lag: NotRequired[pulumi.Input[str]]
859
+ """
860
+ 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`
861
+ """
862
+ elif False:
863
+ AutonomousContainerDatabaseAddStandbyDataguardArgsDict: TypeAlias = Mapping[str, Any]
864
+
865
+ @pulumi.input_type
866
+ class AutonomousContainerDatabaseAddStandbyDataguardArgs:
867
+ def __init__(__self__, *,
868
+ apply_lag: Optional[pulumi.Input[str]] = None,
869
+ apply_rate: Optional[pulumi.Input[str]] = None,
870
+ automatic_failover_target: Optional[pulumi.Input[str]] = None,
871
+ autonomous_container_database_id: Optional[pulumi.Input[str]] = None,
872
+ availability_domain: Optional[pulumi.Input[str]] = None,
873
+ fast_start_fail_over_lag_limit_in_seconds: Optional[pulumi.Input[int]] = None,
874
+ is_automatic_failover_enabled: Optional[pulumi.Input[bool]] = None,
875
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
876
+ protection_mode: Optional[pulumi.Input[str]] = None,
877
+ redo_transport_mode: Optional[pulumi.Input[str]] = None,
878
+ role: Optional[pulumi.Input[str]] = None,
879
+ state: Optional[pulumi.Input[str]] = None,
880
+ time_created: Optional[pulumi.Input[str]] = None,
881
+ time_lag_refreshed_on: Optional[pulumi.Input[str]] = None,
882
+ time_last_role_changed: Optional[pulumi.Input[str]] = None,
883
+ time_last_synced: Optional[pulumi.Input[str]] = None,
884
+ transport_lag: Optional[pulumi.Input[str]] = None):
885
+ """
886
+ :param pulumi.Input[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`
887
+ :param pulumi.Input[str] apply_rate: The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
888
+ :param pulumi.Input[str] automatic_failover_target: Automatically selected by backend when observer is enabled.
889
+ :param pulumi.Input[str] autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
890
+ :param pulumi.Input[str] availability_domain: The domain of the Autonomous Container Database
891
+ :param pulumi.Input[int] fast_start_fail_over_lag_limit_in_seconds: The lag time for my preference based on data loss tolerance in seconds.
892
+ :param pulumi.Input[bool] is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
893
+ :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
894
+ :param pulumi.Input[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.
895
+ :param pulumi.Input[str] redo_transport_mode: Automatically selected by backend based on the protection mode.
896
+ :param pulumi.Input[str] role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
897
+ :param pulumi.Input[str] state: The current state of the Autonomous Container Database.
898
+ :param pulumi.Input[str] time_created: The date and time the Autonomous Container Database was created.
899
+ :param pulumi.Input[str] time_lag_refreshed_on: Timestamp when the lags were last calculated for a standby.
900
+ :param pulumi.Input[str] time_last_role_changed: The date and time when the last role change action happened.
901
+ :param pulumi.Input[str] time_last_synced: The date and time of the last update to the apply lag, apply rate, and transport lag values.
902
+ :param pulumi.Input[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`
903
+ """
904
+ if apply_lag is not None:
905
+ pulumi.set(__self__, "apply_lag", apply_lag)
906
+ if apply_rate is not None:
907
+ pulumi.set(__self__, "apply_rate", apply_rate)
908
+ if automatic_failover_target is not None:
909
+ pulumi.set(__self__, "automatic_failover_target", automatic_failover_target)
910
+ if autonomous_container_database_id is not None:
911
+ pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
912
+ if availability_domain is not None:
913
+ pulumi.set(__self__, "availability_domain", availability_domain)
914
+ if fast_start_fail_over_lag_limit_in_seconds is not None:
915
+ pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
916
+ if is_automatic_failover_enabled is not None:
917
+ pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
918
+ if lifecycle_details is not None:
919
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
920
+ if protection_mode is not None:
921
+ pulumi.set(__self__, "protection_mode", protection_mode)
922
+ if redo_transport_mode is not None:
923
+ pulumi.set(__self__, "redo_transport_mode", redo_transport_mode)
924
+ if role is not None:
925
+ pulumi.set(__self__, "role", role)
926
+ if state is not None:
927
+ pulumi.set(__self__, "state", state)
928
+ if time_created is not None:
929
+ pulumi.set(__self__, "time_created", time_created)
930
+ if time_lag_refreshed_on is not None:
931
+ pulumi.set(__self__, "time_lag_refreshed_on", time_lag_refreshed_on)
932
+ if time_last_role_changed is not None:
933
+ pulumi.set(__self__, "time_last_role_changed", time_last_role_changed)
934
+ if time_last_synced is not None:
935
+ pulumi.set(__self__, "time_last_synced", time_last_synced)
936
+ if transport_lag is not None:
937
+ pulumi.set(__self__, "transport_lag", transport_lag)
938
+
939
+ @property
940
+ @pulumi.getter(name="applyLag")
941
+ def apply_lag(self) -> Optional[pulumi.Input[str]]:
942
+ """
943
+ 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`
944
+ """
945
+ return pulumi.get(self, "apply_lag")
946
+
947
+ @apply_lag.setter
948
+ def apply_lag(self, value: Optional[pulumi.Input[str]]):
949
+ pulumi.set(self, "apply_lag", value)
950
+
951
+ @property
952
+ @pulumi.getter(name="applyRate")
953
+ def apply_rate(self) -> Optional[pulumi.Input[str]]:
954
+ """
955
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
956
+ """
957
+ return pulumi.get(self, "apply_rate")
958
+
959
+ @apply_rate.setter
960
+ def apply_rate(self, value: Optional[pulumi.Input[str]]):
961
+ pulumi.set(self, "apply_rate", value)
962
+
963
+ @property
964
+ @pulumi.getter(name="automaticFailoverTarget")
965
+ def automatic_failover_target(self) -> Optional[pulumi.Input[str]]:
966
+ """
967
+ Automatically selected by backend when observer is enabled.
968
+ """
969
+ return pulumi.get(self, "automatic_failover_target")
970
+
971
+ @automatic_failover_target.setter
972
+ def automatic_failover_target(self, value: Optional[pulumi.Input[str]]):
973
+ pulumi.set(self, "automatic_failover_target", value)
974
+
975
+ @property
976
+ @pulumi.getter(name="autonomousContainerDatabaseId")
977
+ def autonomous_container_database_id(self) -> Optional[pulumi.Input[str]]:
978
+ """
979
+ The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
980
+ """
981
+ return pulumi.get(self, "autonomous_container_database_id")
982
+
983
+ @autonomous_container_database_id.setter
984
+ def autonomous_container_database_id(self, value: Optional[pulumi.Input[str]]):
985
+ pulumi.set(self, "autonomous_container_database_id", value)
986
+
987
+ @property
988
+ @pulumi.getter(name="availabilityDomain")
989
+ def availability_domain(self) -> Optional[pulumi.Input[str]]:
990
+ """
991
+ The domain of the Autonomous Container Database
992
+ """
993
+ return pulumi.get(self, "availability_domain")
994
+
995
+ @availability_domain.setter
996
+ def availability_domain(self, value: Optional[pulumi.Input[str]]):
997
+ pulumi.set(self, "availability_domain", value)
998
+
999
+ @property
1000
+ @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
1001
+ def fast_start_fail_over_lag_limit_in_seconds(self) -> Optional[pulumi.Input[int]]:
1002
+ """
1003
+ The lag time for my preference based on data loss tolerance in seconds.
1004
+ """
1005
+ return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
1006
+
1007
+ @fast_start_fail_over_lag_limit_in_seconds.setter
1008
+ def fast_start_fail_over_lag_limit_in_seconds(self, value: Optional[pulumi.Input[int]]):
1009
+ pulumi.set(self, "fast_start_fail_over_lag_limit_in_seconds", value)
1010
+
1011
+ @property
1012
+ @pulumi.getter(name="isAutomaticFailoverEnabled")
1013
+ def is_automatic_failover_enabled(self) -> Optional[pulumi.Input[bool]]:
1014
+ """
1015
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
1016
+ """
1017
+ return pulumi.get(self, "is_automatic_failover_enabled")
1018
+
1019
+ @is_automatic_failover_enabled.setter
1020
+ def is_automatic_failover_enabled(self, value: Optional[pulumi.Input[bool]]):
1021
+ pulumi.set(self, "is_automatic_failover_enabled", value)
1022
+
1023
+ @property
1024
+ @pulumi.getter(name="lifecycleDetails")
1025
+ def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
1026
+ """
1027
+ Additional information about the current lifecycle state.
1028
+ """
1029
+ return pulumi.get(self, "lifecycle_details")
1030
+
1031
+ @lifecycle_details.setter
1032
+ def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
1033
+ pulumi.set(self, "lifecycle_details", value)
1034
+
1035
+ @property
1036
+ @pulumi.getter(name="protectionMode")
1037
+ def protection_mode(self) -> Optional[pulumi.Input[str]]:
1038
+ """
1039
+ 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.
1040
+ """
1041
+ return pulumi.get(self, "protection_mode")
1042
+
1043
+ @protection_mode.setter
1044
+ def protection_mode(self, value: Optional[pulumi.Input[str]]):
1045
+ pulumi.set(self, "protection_mode", value)
1046
+
1047
+ @property
1048
+ @pulumi.getter(name="redoTransportMode")
1049
+ def redo_transport_mode(self) -> Optional[pulumi.Input[str]]:
1050
+ """
1051
+ Automatically selected by backend based on the protection mode.
1052
+ """
1053
+ return pulumi.get(self, "redo_transport_mode")
1054
+
1055
+ @redo_transport_mode.setter
1056
+ def redo_transport_mode(self, value: Optional[pulumi.Input[str]]):
1057
+ pulumi.set(self, "redo_transport_mode", value)
1058
+
1059
+ @property
1060
+ @pulumi.getter
1061
+ def role(self) -> Optional[pulumi.Input[str]]:
1062
+ """
1063
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
1064
+ """
1065
+ return pulumi.get(self, "role")
1066
+
1067
+ @role.setter
1068
+ def role(self, value: Optional[pulumi.Input[str]]):
1069
+ pulumi.set(self, "role", value)
1070
+
1071
+ @property
1072
+ @pulumi.getter
1073
+ def state(self) -> Optional[pulumi.Input[str]]:
1074
+ """
1075
+ The current state of the Autonomous Container Database.
1076
+ """
1077
+ return pulumi.get(self, "state")
1078
+
1079
+ @state.setter
1080
+ def state(self, value: Optional[pulumi.Input[str]]):
1081
+ pulumi.set(self, "state", value)
1082
+
1083
+ @property
1084
+ @pulumi.getter(name="timeCreated")
1085
+ def time_created(self) -> Optional[pulumi.Input[str]]:
1086
+ """
1087
+ The date and time the Autonomous Container Database was created.
1088
+ """
1089
+ return pulumi.get(self, "time_created")
1090
+
1091
+ @time_created.setter
1092
+ def time_created(self, value: Optional[pulumi.Input[str]]):
1093
+ pulumi.set(self, "time_created", value)
1094
+
1095
+ @property
1096
+ @pulumi.getter(name="timeLagRefreshedOn")
1097
+ def time_lag_refreshed_on(self) -> Optional[pulumi.Input[str]]:
1098
+ """
1099
+ Timestamp when the lags were last calculated for a standby.
1100
+ """
1101
+ return pulumi.get(self, "time_lag_refreshed_on")
1102
+
1103
+ @time_lag_refreshed_on.setter
1104
+ def time_lag_refreshed_on(self, value: Optional[pulumi.Input[str]]):
1105
+ pulumi.set(self, "time_lag_refreshed_on", value)
1106
+
1107
+ @property
1108
+ @pulumi.getter(name="timeLastRoleChanged")
1109
+ def time_last_role_changed(self) -> Optional[pulumi.Input[str]]:
1110
+ """
1111
+ The date and time when the last role change action happened.
1112
+ """
1113
+ return pulumi.get(self, "time_last_role_changed")
1114
+
1115
+ @time_last_role_changed.setter
1116
+ def time_last_role_changed(self, value: Optional[pulumi.Input[str]]):
1117
+ pulumi.set(self, "time_last_role_changed", value)
1118
+
1119
+ @property
1120
+ @pulumi.getter(name="timeLastSynced")
1121
+ def time_last_synced(self) -> Optional[pulumi.Input[str]]:
1122
+ """
1123
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
1124
+ """
1125
+ return pulumi.get(self, "time_last_synced")
1126
+
1127
+ @time_last_synced.setter
1128
+ def time_last_synced(self, value: Optional[pulumi.Input[str]]):
1129
+ pulumi.set(self, "time_last_synced", value)
1130
+
1131
+ @property
1132
+ @pulumi.getter(name="transportLag")
1133
+ def transport_lag(self) -> Optional[pulumi.Input[str]]:
1134
+ """
1135
+ 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`
1136
+ """
1137
+ return pulumi.get(self, "transport_lag")
1138
+
1139
+ @transport_lag.setter
1140
+ def transport_lag(self, value: Optional[pulumi.Input[str]]):
1141
+ pulumi.set(self, "transport_lag", value)
1142
+
1143
+
1144
+ if not MYPY:
1145
+ class AutonomousContainerDatabaseAddStandbyDataguardGroupMemberArgsDict(TypedDict):
1146
+ apply_lag: NotRequired[pulumi.Input[str]]
1147
+ """
1148
+ 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`
1149
+ """
1150
+ apply_rate: NotRequired[pulumi.Input[str]]
1151
+ """
1152
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
1153
+ """
1154
+ automatic_failover_target: NotRequired[pulumi.Input[str]]
1155
+ """
1156
+ Automatically selected by backend when observer is enabled.
1157
+ """
1158
+ autonomous_container_database_id: NotRequired[pulumi.Input[str]]
1159
+ """
1160
+ The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
1161
+ """
1162
+ availability_domain: NotRequired[pulumi.Input[str]]
1163
+ """
1164
+ The domain of the Autonomous Container Database
1165
+ """
1166
+ fast_start_fail_over_lag_limit_in_seconds: NotRequired[pulumi.Input[int]]
1167
+ """
1168
+ The lag time for my preference based on data loss tolerance in seconds.
1169
+ """
1170
+ is_automatic_failover_enabled: NotRequired[pulumi.Input[bool]]
1171
+ """
1172
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
1173
+ """
1174
+ lifecycle_details: NotRequired[pulumi.Input[str]]
1175
+ """
1176
+ Additional information about the current lifecycle state.
1177
+ """
1178
+ protection_mode: NotRequired[pulumi.Input[str]]
1179
+ """
1180
+ 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.
1181
+ """
1182
+ redo_transport_mode: NotRequired[pulumi.Input[str]]
1183
+ """
1184
+ Automatically selected by backend based on the protection mode.
1185
+ """
1186
+ role: NotRequired[pulumi.Input[str]]
1187
+ """
1188
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
1189
+ """
1190
+ state: NotRequired[pulumi.Input[str]]
1191
+ """
1192
+ The current state of the Autonomous Container Database.
1193
+ """
1194
+ time_created: NotRequired[pulumi.Input[str]]
1195
+ """
1196
+ The date and time the Autonomous Container Database was created.
1197
+ """
1198
+ time_lag_refreshed_on: NotRequired[pulumi.Input[str]]
1199
+ """
1200
+ Timestamp when the lags were last calculated for a standby.
1201
+ """
1202
+ time_last_role_changed: NotRequired[pulumi.Input[str]]
1203
+ """
1204
+ The date and time when the last role change action happened.
1205
+ """
1206
+ time_last_synced: NotRequired[pulumi.Input[str]]
1207
+ """
1208
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
1209
+ """
1210
+ transport_lag: NotRequired[pulumi.Input[str]]
1211
+ """
1212
+ 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`
1213
+ """
1214
+ elif False:
1215
+ AutonomousContainerDatabaseAddStandbyDataguardGroupMemberArgsDict: TypeAlias = Mapping[str, Any]
1216
+
1217
+ @pulumi.input_type
1218
+ class AutonomousContainerDatabaseAddStandbyDataguardGroupMemberArgs:
1219
+ def __init__(__self__, *,
1220
+ apply_lag: Optional[pulumi.Input[str]] = None,
1221
+ apply_rate: Optional[pulumi.Input[str]] = None,
1222
+ automatic_failover_target: Optional[pulumi.Input[str]] = None,
1223
+ autonomous_container_database_id: Optional[pulumi.Input[str]] = None,
1224
+ availability_domain: Optional[pulumi.Input[str]] = None,
1225
+ fast_start_fail_over_lag_limit_in_seconds: Optional[pulumi.Input[int]] = None,
1226
+ is_automatic_failover_enabled: Optional[pulumi.Input[bool]] = None,
1227
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
1228
+ protection_mode: Optional[pulumi.Input[str]] = None,
1229
+ redo_transport_mode: Optional[pulumi.Input[str]] = None,
1230
+ role: Optional[pulumi.Input[str]] = None,
1231
+ state: Optional[pulumi.Input[str]] = None,
1232
+ time_created: Optional[pulumi.Input[str]] = None,
1233
+ time_lag_refreshed_on: Optional[pulumi.Input[str]] = None,
1234
+ time_last_role_changed: Optional[pulumi.Input[str]] = None,
1235
+ time_last_synced: Optional[pulumi.Input[str]] = None,
1236
+ transport_lag: Optional[pulumi.Input[str]] = None):
1237
+ """
1238
+ :param pulumi.Input[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`
1239
+ :param pulumi.Input[str] apply_rate: The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
1240
+ :param pulumi.Input[str] automatic_failover_target: Automatically selected by backend when observer is enabled.
1241
+ :param pulumi.Input[str] autonomous_container_database_id: The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
1242
+ :param pulumi.Input[str] availability_domain: The domain of the Autonomous Container Database
1243
+ :param pulumi.Input[int] fast_start_fail_over_lag_limit_in_seconds: The lag time for my preference based on data loss tolerance in seconds.
1244
+ :param pulumi.Input[bool] is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
1245
+ :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
1246
+ :param pulumi.Input[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.
1247
+ :param pulumi.Input[str] redo_transport_mode: Automatically selected by backend based on the protection mode.
1248
+ :param pulumi.Input[str] role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
1249
+ :param pulumi.Input[str] state: The current state of the Autonomous Container Database.
1250
+ :param pulumi.Input[str] time_created: The date and time the Autonomous Container Database was created.
1251
+ :param pulumi.Input[str] time_lag_refreshed_on: Timestamp when the lags were last calculated for a standby.
1252
+ :param pulumi.Input[str] time_last_role_changed: The date and time when the last role change action happened.
1253
+ :param pulumi.Input[str] time_last_synced: The date and time of the last update to the apply lag, apply rate, and transport lag values.
1254
+ :param pulumi.Input[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`
1255
+ """
1256
+ if apply_lag is not None:
1257
+ pulumi.set(__self__, "apply_lag", apply_lag)
1258
+ if apply_rate is not None:
1259
+ pulumi.set(__self__, "apply_rate", apply_rate)
1260
+ if automatic_failover_target is not None:
1261
+ pulumi.set(__self__, "automatic_failover_target", automatic_failover_target)
1262
+ if autonomous_container_database_id is not None:
1263
+ pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
1264
+ if availability_domain is not None:
1265
+ pulumi.set(__self__, "availability_domain", availability_domain)
1266
+ if fast_start_fail_over_lag_limit_in_seconds is not None:
1267
+ pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
1268
+ if is_automatic_failover_enabled is not None:
1269
+ pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
1270
+ if lifecycle_details is not None:
1271
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
1272
+ if protection_mode is not None:
1273
+ pulumi.set(__self__, "protection_mode", protection_mode)
1274
+ if redo_transport_mode is not None:
1275
+ pulumi.set(__self__, "redo_transport_mode", redo_transport_mode)
1276
+ if role is not None:
1277
+ pulumi.set(__self__, "role", role)
1278
+ if state is not None:
1279
+ pulumi.set(__self__, "state", state)
1280
+ if time_created is not None:
1281
+ pulumi.set(__self__, "time_created", time_created)
1282
+ if time_lag_refreshed_on is not None:
1283
+ pulumi.set(__self__, "time_lag_refreshed_on", time_lag_refreshed_on)
1284
+ if time_last_role_changed is not None:
1285
+ pulumi.set(__self__, "time_last_role_changed", time_last_role_changed)
1286
+ if time_last_synced is not None:
1287
+ pulumi.set(__self__, "time_last_synced", time_last_synced)
1288
+ if transport_lag is not None:
1289
+ pulumi.set(__self__, "transport_lag", transport_lag)
1290
+
1291
+ @property
1292
+ @pulumi.getter(name="applyLag")
1293
+ def apply_lag(self) -> Optional[pulumi.Input[str]]:
1294
+ """
1295
+ 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`
1296
+ """
1297
+ return pulumi.get(self, "apply_lag")
1298
+
1299
+ @apply_lag.setter
1300
+ def apply_lag(self, value: Optional[pulumi.Input[str]]):
1301
+ pulumi.set(self, "apply_lag", value)
1302
+
1303
+ @property
1304
+ @pulumi.getter(name="applyRate")
1305
+ def apply_rate(self) -> Optional[pulumi.Input[str]]:
1306
+ """
1307
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
1308
+ """
1309
+ return pulumi.get(self, "apply_rate")
1310
+
1311
+ @apply_rate.setter
1312
+ def apply_rate(self, value: Optional[pulumi.Input[str]]):
1313
+ pulumi.set(self, "apply_rate", value)
1314
+
1315
+ @property
1316
+ @pulumi.getter(name="automaticFailoverTarget")
1317
+ def automatic_failover_target(self) -> Optional[pulumi.Input[str]]:
1318
+ """
1319
+ Automatically selected by backend when observer is enabled.
1320
+ """
1321
+ return pulumi.get(self, "automatic_failover_target")
1322
+
1323
+ @automatic_failover_target.setter
1324
+ def automatic_failover_target(self, value: Optional[pulumi.Input[str]]):
1325
+ pulumi.set(self, "automatic_failover_target", value)
1326
+
1327
+ @property
1328
+ @pulumi.getter(name="autonomousContainerDatabaseId")
1329
+ def autonomous_container_database_id(self) -> Optional[pulumi.Input[str]]:
1330
+ """
1331
+ The Autonomous Container Database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
1332
+ """
1333
+ return pulumi.get(self, "autonomous_container_database_id")
1334
+
1335
+ @autonomous_container_database_id.setter
1336
+ def autonomous_container_database_id(self, value: Optional[pulumi.Input[str]]):
1337
+ pulumi.set(self, "autonomous_container_database_id", value)
1338
+
1339
+ @property
1340
+ @pulumi.getter(name="availabilityDomain")
1341
+ def availability_domain(self) -> Optional[pulumi.Input[str]]:
1342
+ """
1343
+ The domain of the Autonomous Container Database
1344
+ """
1345
+ return pulumi.get(self, "availability_domain")
1346
+
1347
+ @availability_domain.setter
1348
+ def availability_domain(self, value: Optional[pulumi.Input[str]]):
1349
+ pulumi.set(self, "availability_domain", value)
1350
+
1351
+ @property
1352
+ @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
1353
+ def fast_start_fail_over_lag_limit_in_seconds(self) -> Optional[pulumi.Input[int]]:
1354
+ """
1355
+ The lag time for my preference based on data loss tolerance in seconds.
1356
+ """
1357
+ return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
1358
+
1359
+ @fast_start_fail_over_lag_limit_in_seconds.setter
1360
+ def fast_start_fail_over_lag_limit_in_seconds(self, value: Optional[pulumi.Input[int]]):
1361
+ pulumi.set(self, "fast_start_fail_over_lag_limit_in_seconds", value)
1362
+
1363
+ @property
1364
+ @pulumi.getter(name="isAutomaticFailoverEnabled")
1365
+ def is_automatic_failover_enabled(self) -> Optional[pulumi.Input[bool]]:
1366
+ """
1367
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
1368
+ """
1369
+ return pulumi.get(self, "is_automatic_failover_enabled")
1370
+
1371
+ @is_automatic_failover_enabled.setter
1372
+ def is_automatic_failover_enabled(self, value: Optional[pulumi.Input[bool]]):
1373
+ pulumi.set(self, "is_automatic_failover_enabled", value)
1374
+
1375
+ @property
1376
+ @pulumi.getter(name="lifecycleDetails")
1377
+ def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
1378
+ """
1379
+ Additional information about the current lifecycle state.
1380
+ """
1381
+ return pulumi.get(self, "lifecycle_details")
1382
+
1383
+ @lifecycle_details.setter
1384
+ def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
1385
+ pulumi.set(self, "lifecycle_details", value)
1386
+
1387
+ @property
1388
+ @pulumi.getter(name="protectionMode")
1389
+ def protection_mode(self) -> Optional[pulumi.Input[str]]:
1390
+ """
1391
+ 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.
1392
+ """
1393
+ return pulumi.get(self, "protection_mode")
1394
+
1395
+ @protection_mode.setter
1396
+ def protection_mode(self, value: Optional[pulumi.Input[str]]):
1397
+ pulumi.set(self, "protection_mode", value)
1398
+
1399
+ @property
1400
+ @pulumi.getter(name="redoTransportMode")
1401
+ def redo_transport_mode(self) -> Optional[pulumi.Input[str]]:
1402
+ """
1403
+ Automatically selected by backend based on the protection mode.
1404
+ """
1405
+ return pulumi.get(self, "redo_transport_mode")
1406
+
1407
+ @redo_transport_mode.setter
1408
+ def redo_transport_mode(self, value: Optional[pulumi.Input[str]]):
1409
+ pulumi.set(self, "redo_transport_mode", value)
1410
+
1411
+ @property
1412
+ @pulumi.getter
1413
+ def role(self) -> Optional[pulumi.Input[str]]:
1414
+ """
1415
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
1416
+ """
1417
+ return pulumi.get(self, "role")
1418
+
1419
+ @role.setter
1420
+ def role(self, value: Optional[pulumi.Input[str]]):
1421
+ pulumi.set(self, "role", value)
1422
+
1423
+ @property
1424
+ @pulumi.getter
1425
+ def state(self) -> Optional[pulumi.Input[str]]:
1426
+ """
1427
+ The current state of the Autonomous Container Database.
1428
+ """
1429
+ return pulumi.get(self, "state")
1430
+
1431
+ @state.setter
1432
+ def state(self, value: Optional[pulumi.Input[str]]):
1433
+ pulumi.set(self, "state", value)
1434
+
1435
+ @property
1436
+ @pulumi.getter(name="timeCreated")
1437
+ def time_created(self) -> Optional[pulumi.Input[str]]:
1438
+ """
1439
+ The date and time the Autonomous Container Database was created.
1440
+ """
1441
+ return pulumi.get(self, "time_created")
1442
+
1443
+ @time_created.setter
1444
+ def time_created(self, value: Optional[pulumi.Input[str]]):
1445
+ pulumi.set(self, "time_created", value)
1446
+
1447
+ @property
1448
+ @pulumi.getter(name="timeLagRefreshedOn")
1449
+ def time_lag_refreshed_on(self) -> Optional[pulumi.Input[str]]:
1450
+ """
1451
+ Timestamp when the lags were last calculated for a standby.
1452
+ """
1453
+ return pulumi.get(self, "time_lag_refreshed_on")
1454
+
1455
+ @time_lag_refreshed_on.setter
1456
+ def time_lag_refreshed_on(self, value: Optional[pulumi.Input[str]]):
1457
+ pulumi.set(self, "time_lag_refreshed_on", value)
1458
+
1459
+ @property
1460
+ @pulumi.getter(name="timeLastRoleChanged")
1461
+ def time_last_role_changed(self) -> Optional[pulumi.Input[str]]:
1462
+ """
1463
+ The date and time when the last role change action happened.
1464
+ """
1465
+ return pulumi.get(self, "time_last_role_changed")
1466
+
1467
+ @time_last_role_changed.setter
1468
+ def time_last_role_changed(self, value: Optional[pulumi.Input[str]]):
1469
+ pulumi.set(self, "time_last_role_changed", value)
1470
+
1471
+ @property
1472
+ @pulumi.getter(name="timeLastSynced")
1473
+ def time_last_synced(self) -> Optional[pulumi.Input[str]]:
1474
+ """
1475
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
1476
+ """
1477
+ return pulumi.get(self, "time_last_synced")
1478
+
1479
+ @time_last_synced.setter
1480
+ def time_last_synced(self, value: Optional[pulumi.Input[str]]):
1481
+ pulumi.set(self, "time_last_synced", value)
1482
+
1483
+ @property
1484
+ @pulumi.getter(name="transportLag")
1485
+ def transport_lag(self) -> Optional[pulumi.Input[str]]:
1486
+ """
1487
+ 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`
1488
+ """
1489
+ return pulumi.get(self, "transport_lag")
1490
+
1491
+ @transport_lag.setter
1492
+ def transport_lag(self, value: Optional[pulumi.Input[str]]):
1493
+ pulumi.set(self, "transport_lag", value)
1494
+
1495
+
1496
+ if not MYPY:
1497
+ class AutonomousContainerDatabaseAddStandbyKeyHistoryEntryArgsDict(TypedDict):
1498
+ id: NotRequired[pulumi.Input[str]]
1499
+ """
1500
+ The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
1501
+ """
1502
+ kms_key_version_id: NotRequired[pulumi.Input[str]]
1503
+ """
1504
+ 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.
1505
+ """
1506
+ time_activated: NotRequired[pulumi.Input[str]]
1507
+ """
1508
+ The date and time the kms key activated.
1509
+ """
1510
+ vault_id: NotRequired[pulumi.Input[str]]
1511
+ """
1512
+ 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.
1513
+ """
1514
+ elif False:
1515
+ AutonomousContainerDatabaseAddStandbyKeyHistoryEntryArgsDict: TypeAlias = Mapping[str, Any]
1516
+
1517
+ @pulumi.input_type
1518
+ class AutonomousContainerDatabaseAddStandbyKeyHistoryEntryArgs:
1519
+ def __init__(__self__, *,
1520
+ id: Optional[pulumi.Input[str]] = None,
1521
+ kms_key_version_id: Optional[pulumi.Input[str]] = None,
1522
+ time_activated: Optional[pulumi.Input[str]] = None,
1523
+ vault_id: Optional[pulumi.Input[str]] = None):
1524
+ """
1525
+ :param pulumi.Input[str] id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
1526
+ :param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
1527
+ :param pulumi.Input[str] time_activated: The date and time the kms key activated.
1528
+ :param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
1529
+ """
1530
+ if id is not None:
1531
+ pulumi.set(__self__, "id", id)
1532
+ if kms_key_version_id is not None:
1533
+ pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
1534
+ if time_activated is not None:
1535
+ pulumi.set(__self__, "time_activated", time_activated)
1536
+ if vault_id is not None:
1537
+ pulumi.set(__self__, "vault_id", vault_id)
1538
+
1539
+ @property
1540
+ @pulumi.getter
1541
+ def id(self) -> Optional[pulumi.Input[str]]:
1542
+ """
1543
+ The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
1544
+ """
1545
+ return pulumi.get(self, "id")
1546
+
1547
+ @id.setter
1548
+ def id(self, value: Optional[pulumi.Input[str]]):
1549
+ pulumi.set(self, "id", value)
1550
+
1551
+ @property
1552
+ @pulumi.getter(name="kmsKeyVersionId")
1553
+ def kms_key_version_id(self) -> Optional[pulumi.Input[str]]:
1554
+ """
1555
+ 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.
1556
+ """
1557
+ return pulumi.get(self, "kms_key_version_id")
1558
+
1559
+ @kms_key_version_id.setter
1560
+ def kms_key_version_id(self, value: Optional[pulumi.Input[str]]):
1561
+ pulumi.set(self, "kms_key_version_id", value)
1562
+
1563
+ @property
1564
+ @pulumi.getter(name="timeActivated")
1565
+ def time_activated(self) -> Optional[pulumi.Input[str]]:
1566
+ """
1567
+ The date and time the kms key activated.
1568
+ """
1569
+ return pulumi.get(self, "time_activated")
1570
+
1571
+ @time_activated.setter
1572
+ def time_activated(self, value: Optional[pulumi.Input[str]]):
1573
+ pulumi.set(self, "time_activated", value)
1574
+
1575
+ @property
1576
+ @pulumi.getter(name="vaultId")
1577
+ def vault_id(self) -> Optional[pulumi.Input[str]]:
1578
+ """
1579
+ 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.
1580
+ """
1581
+ return pulumi.get(self, "vault_id")
1582
+
1583
+ @vault_id.setter
1584
+ def vault_id(self, value: Optional[pulumi.Input[str]]):
1585
+ pulumi.set(self, "vault_id", value)
1586
+
1587
+
1588
+ if not MYPY:
1589
+ class AutonomousContainerDatabaseAddStandbyMaintenanceWindowArgsDict(TypedDict):
1590
+ custom_action_timeout_in_mins: NotRequired[pulumi.Input[int]]
1591
+ """
1592
+ 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).
1593
+ """
1594
+ days_of_weeks: NotRequired[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeekArgsDict']]]]
1595
+ """
1596
+ Days during the week when maintenance should be performed.
1597
+ """
1598
+ hours_of_days: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
1599
+ """
1600
+ 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
1601
+ """
1602
+ is_custom_action_timeout_enabled: NotRequired[pulumi.Input[bool]]
1603
+ """
1604
+ If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
1605
+ """
1606
+ is_monthly_patching_enabled: NotRequired[pulumi.Input[bool]]
1607
+ """
1608
+ If true, enables the monthly patching option.
1609
+ """
1610
+ lead_time_in_weeks: NotRequired[pulumi.Input[int]]
1611
+ """
1612
+ 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.
1613
+ """
1614
+ months: NotRequired[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonthArgsDict']]]]
1615
+ """
1616
+ Months during the year when maintenance should be performed.
1617
+ """
1618
+ patching_mode: NotRequired[pulumi.Input[str]]
1619
+ """
1620
+ Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
1621
+ """
1622
+ preference: NotRequired[pulumi.Input[str]]
1623
+ """
1624
+ The maintenance window scheduling preference.
1625
+ """
1626
+ skip_rus: NotRequired[pulumi.Input[Sequence[pulumi.Input[bool]]]]
1627
+ """
1628
+ 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.
1629
+ """
1630
+ weeks_of_months: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
1631
+ """
1632
+ 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.
1633
+ """
1634
+ elif False:
1635
+ AutonomousContainerDatabaseAddStandbyMaintenanceWindowArgsDict: TypeAlias = Mapping[str, Any]
1636
+
1637
+ @pulumi.input_type
1638
+ class AutonomousContainerDatabaseAddStandbyMaintenanceWindowArgs:
1639
+ def __init__(__self__, *,
1640
+ custom_action_timeout_in_mins: Optional[pulumi.Input[int]] = None,
1641
+ days_of_weeks: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeekArgs']]]] = None,
1642
+ hours_of_days: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
1643
+ is_custom_action_timeout_enabled: Optional[pulumi.Input[bool]] = None,
1644
+ is_monthly_patching_enabled: Optional[pulumi.Input[bool]] = None,
1645
+ lead_time_in_weeks: Optional[pulumi.Input[int]] = None,
1646
+ months: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonthArgs']]]] = None,
1647
+ patching_mode: Optional[pulumi.Input[str]] = None,
1648
+ preference: Optional[pulumi.Input[str]] = None,
1649
+ skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
1650
+ weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
1651
+ """
1652
+ :param pulumi.Input[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).
1653
+ :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: Days during the week when maintenance should be performed.
1654
+ :param pulumi.Input[Sequence[pulumi.Input[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
1655
+ :param pulumi.Input[bool] is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
1656
+ :param pulumi.Input[bool] is_monthly_patching_enabled: If true, enables the monthly patching option.
1657
+ :param pulumi.Input[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.
1658
+ :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
1659
+ :param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
1660
+ :param pulumi.Input[str] preference: The maintenance window scheduling preference.
1661
+ :param pulumi.Input[Sequence[pulumi.Input[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.
1662
+ :param pulumi.Input[Sequence[pulumi.Input[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.
1663
+ """
1664
+ if custom_action_timeout_in_mins is not None:
1665
+ pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
1666
+ if days_of_weeks is not None:
1667
+ pulumi.set(__self__, "days_of_weeks", days_of_weeks)
1668
+ if hours_of_days is not None:
1669
+ pulumi.set(__self__, "hours_of_days", hours_of_days)
1670
+ if is_custom_action_timeout_enabled is not None:
1671
+ pulumi.set(__self__, "is_custom_action_timeout_enabled", is_custom_action_timeout_enabled)
1672
+ if is_monthly_patching_enabled is not None:
1673
+ pulumi.set(__self__, "is_monthly_patching_enabled", is_monthly_patching_enabled)
1674
+ if lead_time_in_weeks is not None:
1675
+ pulumi.set(__self__, "lead_time_in_weeks", lead_time_in_weeks)
1676
+ if months is not None:
1677
+ pulumi.set(__self__, "months", months)
1678
+ if patching_mode is not None:
1679
+ pulumi.set(__self__, "patching_mode", patching_mode)
1680
+ if preference is not None:
1681
+ pulumi.set(__self__, "preference", preference)
1682
+ if skip_rus is not None:
1683
+ pulumi.set(__self__, "skip_rus", skip_rus)
1684
+ if weeks_of_months is not None:
1685
+ pulumi.set(__self__, "weeks_of_months", weeks_of_months)
1686
+
1687
+ @property
1688
+ @pulumi.getter(name="customActionTimeoutInMins")
1689
+ def custom_action_timeout_in_mins(self) -> Optional[pulumi.Input[int]]:
1690
+ """
1691
+ 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).
1692
+ """
1693
+ return pulumi.get(self, "custom_action_timeout_in_mins")
1694
+
1695
+ @custom_action_timeout_in_mins.setter
1696
+ def custom_action_timeout_in_mins(self, value: Optional[pulumi.Input[int]]):
1697
+ pulumi.set(self, "custom_action_timeout_in_mins", value)
1698
+
1699
+ @property
1700
+ @pulumi.getter(name="daysOfWeeks")
1701
+ def days_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeekArgs']]]]:
1702
+ """
1703
+ Days during the week when maintenance should be performed.
1704
+ """
1705
+ return pulumi.get(self, "days_of_weeks")
1706
+
1707
+ @days_of_weeks.setter
1708
+ def days_of_weeks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeekArgs']]]]):
1709
+ pulumi.set(self, "days_of_weeks", value)
1710
+
1711
+ @property
1712
+ @pulumi.getter(name="hoursOfDays")
1713
+ def hours_of_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
1714
+ """
1715
+ 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
1716
+ """
1717
+ return pulumi.get(self, "hours_of_days")
1718
+
1719
+ @hours_of_days.setter
1720
+ def hours_of_days(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]):
1721
+ pulumi.set(self, "hours_of_days", value)
1722
+
1723
+ @property
1724
+ @pulumi.getter(name="isCustomActionTimeoutEnabled")
1725
+ def is_custom_action_timeout_enabled(self) -> Optional[pulumi.Input[bool]]:
1726
+ """
1727
+ If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
1728
+ """
1729
+ return pulumi.get(self, "is_custom_action_timeout_enabled")
1730
+
1731
+ @is_custom_action_timeout_enabled.setter
1732
+ def is_custom_action_timeout_enabled(self, value: Optional[pulumi.Input[bool]]):
1733
+ pulumi.set(self, "is_custom_action_timeout_enabled", value)
1734
+
1735
+ @property
1736
+ @pulumi.getter(name="isMonthlyPatchingEnabled")
1737
+ def is_monthly_patching_enabled(self) -> Optional[pulumi.Input[bool]]:
1738
+ """
1739
+ If true, enables the monthly patching option.
1740
+ """
1741
+ return pulumi.get(self, "is_monthly_patching_enabled")
1742
+
1743
+ @is_monthly_patching_enabled.setter
1744
+ def is_monthly_patching_enabled(self, value: Optional[pulumi.Input[bool]]):
1745
+ pulumi.set(self, "is_monthly_patching_enabled", value)
1746
+
1747
+ @property
1748
+ @pulumi.getter(name="leadTimeInWeeks")
1749
+ def lead_time_in_weeks(self) -> Optional[pulumi.Input[int]]:
1750
+ """
1751
+ 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.
1752
+ """
1753
+ return pulumi.get(self, "lead_time_in_weeks")
1754
+
1755
+ @lead_time_in_weeks.setter
1756
+ def lead_time_in_weeks(self, value: Optional[pulumi.Input[int]]):
1757
+ pulumi.set(self, "lead_time_in_weeks", value)
1758
+
1759
+ @property
1760
+ @pulumi.getter
1761
+ def months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonthArgs']]]]:
1762
+ """
1763
+ Months during the year when maintenance should be performed.
1764
+ """
1765
+ return pulumi.get(self, "months")
1766
+
1767
+ @months.setter
1768
+ def months(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonthArgs']]]]):
1769
+ pulumi.set(self, "months", value)
1770
+
1771
+ @property
1772
+ @pulumi.getter(name="patchingMode")
1773
+ def patching_mode(self) -> Optional[pulumi.Input[str]]:
1774
+ """
1775
+ Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
1776
+ """
1777
+ return pulumi.get(self, "patching_mode")
1778
+
1779
+ @patching_mode.setter
1780
+ def patching_mode(self, value: Optional[pulumi.Input[str]]):
1781
+ pulumi.set(self, "patching_mode", value)
1782
+
1783
+ @property
1784
+ @pulumi.getter
1785
+ def preference(self) -> Optional[pulumi.Input[str]]:
1786
+ """
1787
+ The maintenance window scheduling preference.
1788
+ """
1789
+ return pulumi.get(self, "preference")
1790
+
1791
+ @preference.setter
1792
+ def preference(self, value: Optional[pulumi.Input[str]]):
1793
+ pulumi.set(self, "preference", value)
1794
+
1795
+ @property
1796
+ @pulumi.getter(name="skipRus")
1797
+ def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
1798
+ """
1799
+ 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.
1800
+ """
1801
+ return pulumi.get(self, "skip_rus")
1802
+
1803
+ @skip_rus.setter
1804
+ def skip_rus(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]):
1805
+ pulumi.set(self, "skip_rus", value)
1806
+
1807
+ @property
1808
+ @pulumi.getter(name="weeksOfMonths")
1809
+ def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
1810
+ """
1811
+ 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.
1812
+ """
1813
+ return pulumi.get(self, "weeks_of_months")
1814
+
1815
+ @weeks_of_months.setter
1816
+ def weeks_of_months(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]):
1817
+ pulumi.set(self, "weeks_of_months", value)
1818
+
1819
+
1820
+ if not MYPY:
1821
+ class AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeekArgsDict(TypedDict):
1822
+ name: NotRequired[pulumi.Input[str]]
1823
+ """
1824
+ Name of the month of the year.
1825
+ """
1826
+ elif False:
1827
+ AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeekArgsDict: TypeAlias = Mapping[str, Any]
1828
+
1829
+ @pulumi.input_type
1830
+ class AutonomousContainerDatabaseAddStandbyMaintenanceWindowDaysOfWeekArgs:
1831
+ def __init__(__self__, *,
1832
+ name: Optional[pulumi.Input[str]] = None):
1833
+ """
1834
+ :param pulumi.Input[str] name: Name of the month of the year.
1835
+ """
1836
+ if name is not None:
1837
+ pulumi.set(__self__, "name", name)
1838
+
1839
+ @property
1840
+ @pulumi.getter
1841
+ def name(self) -> Optional[pulumi.Input[str]]:
1842
+ """
1843
+ Name of the month of the year.
1844
+ """
1845
+ return pulumi.get(self, "name")
1846
+
1847
+ @name.setter
1848
+ def name(self, value: Optional[pulumi.Input[str]]):
1849
+ pulumi.set(self, "name", value)
1850
+
1851
+
1852
+ if not MYPY:
1853
+ class AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonthArgsDict(TypedDict):
1854
+ name: NotRequired[pulumi.Input[str]]
1855
+ """
1856
+ Name of the month of the year.
1857
+ """
1858
+ elif False:
1859
+ AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonthArgsDict: TypeAlias = Mapping[str, Any]
1860
+
1861
+ @pulumi.input_type
1862
+ class AutonomousContainerDatabaseAddStandbyMaintenanceWindowMonthArgs:
1863
+ def __init__(__self__, *,
1864
+ name: Optional[pulumi.Input[str]] = None):
1865
+ """
1866
+ :param pulumi.Input[str] name: Name of the month of the year.
1867
+ """
1868
+ if name is not None:
1869
+ pulumi.set(__self__, "name", name)
1870
+
1871
+ @property
1872
+ @pulumi.getter
1873
+ def name(self) -> Optional[pulumi.Input[str]]:
1874
+ """
1875
+ Name of the month of the year.
1876
+ """
1877
+ return pulumi.get(self, "name")
1878
+
1879
+ @name.setter
1880
+ def name(self, value: Optional[pulumi.Input[str]]):
1881
+ pulumi.set(self, "name", value)
1882
+
1883
+
1884
+ if not MYPY:
1885
+ class AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigArgsDict(TypedDict):
1886
+ backup_destination_details: NotRequired[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgsDict']]]]
1887
+ """
1888
+ Backup destination details.
1889
+ """
1890
+ recovery_window_in_days: NotRequired[pulumi.Input[int]]
1891
+ """
1892
+ 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.
1893
+ """
1894
+ elif False:
1895
+ AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigArgsDict: TypeAlias = Mapping[str, Any]
1896
+
1897
+ @pulumi.input_type
1898
+ class AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigArgs:
1899
+ def __init__(__self__, *,
1900
+ backup_destination_details: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgs']]]] = None,
1901
+ recovery_window_in_days: Optional[pulumi.Input[int]] = None):
1902
+ """
1903
+ :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgs']]] backup_destination_details: Backup destination details.
1904
+ :param pulumi.Input[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.
1905
+ """
1906
+ if backup_destination_details is not None:
1907
+ pulumi.set(__self__, "backup_destination_details", backup_destination_details)
1908
+ if recovery_window_in_days is not None:
1909
+ pulumi.set(__self__, "recovery_window_in_days", recovery_window_in_days)
1910
+
1911
+ @property
1912
+ @pulumi.getter(name="backupDestinationDetails")
1913
+ def backup_destination_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgs']]]]:
1914
+ """
1915
+ Backup destination details.
1916
+ """
1917
+ return pulumi.get(self, "backup_destination_details")
1918
+
1919
+ @backup_destination_details.setter
1920
+ def backup_destination_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgs']]]]):
1921
+ pulumi.set(self, "backup_destination_details", value)
1922
+
1923
+ @property
1924
+ @pulumi.getter(name="recoveryWindowInDays")
1925
+ def recovery_window_in_days(self) -> Optional[pulumi.Input[int]]:
1926
+ """
1927
+ 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.
1928
+ """
1929
+ return pulumi.get(self, "recovery_window_in_days")
1930
+
1931
+ @recovery_window_in_days.setter
1932
+ def recovery_window_in_days(self, value: Optional[pulumi.Input[int]]):
1933
+ pulumi.set(self, "recovery_window_in_days", value)
1934
+
1935
+
1936
+ if not MYPY:
1937
+ class AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgsDict(TypedDict):
1938
+ type: pulumi.Input[str]
1939
+ """
1940
+ Type of the database backup destination.
1941
+ """
1942
+ dbrs_policy_id: NotRequired[pulumi.Input[str]]
1943
+ """
1944
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
1945
+ """
1946
+ id: NotRequired[pulumi.Input[str]]
1947
+ """
1948
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
1949
+ """
1950
+ internet_proxy: NotRequired[pulumi.Input[str]]
1951
+ """
1952
+ Proxy URL to connect to object store.
1953
+ """
1954
+ vpc_password: NotRequired[pulumi.Input[str]]
1955
+ """
1956
+ For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
1957
+ """
1958
+ vpc_user: NotRequired[pulumi.Input[str]]
1959
+ """
1960
+ For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
1961
+ """
1962
+ elif False:
1963
+ AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgsDict: TypeAlias = Mapping[str, Any]
1964
+
1965
+ @pulumi.input_type
1966
+ class AutonomousContainerDatabaseAddStandbyPeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgs:
1967
+ def __init__(__self__, *,
1968
+ type: pulumi.Input[str],
1969
+ dbrs_policy_id: Optional[pulumi.Input[str]] = None,
1970
+ id: Optional[pulumi.Input[str]] = None,
1971
+ internet_proxy: Optional[pulumi.Input[str]] = None,
1972
+ vpc_password: Optional[pulumi.Input[str]] = None,
1973
+ vpc_user: Optional[pulumi.Input[str]] = None):
1974
+ """
1975
+ :param pulumi.Input[str] type: Type of the database backup destination.
1976
+ :param pulumi.Input[str] dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
1977
+ :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
1978
+ :param pulumi.Input[str] internet_proxy: Proxy URL to connect to object store.
1979
+ :param pulumi.Input[str] vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
1980
+ :param pulumi.Input[str] vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
1981
+ """
1982
+ pulumi.set(__self__, "type", type)
1983
+ if dbrs_policy_id is not None:
1984
+ pulumi.set(__self__, "dbrs_policy_id", dbrs_policy_id)
1985
+ if id is not None:
1986
+ pulumi.set(__self__, "id", id)
1987
+ if internet_proxy is not None:
1988
+ pulumi.set(__self__, "internet_proxy", internet_proxy)
1989
+ if vpc_password is not None:
1990
+ pulumi.set(__self__, "vpc_password", vpc_password)
1991
+ if vpc_user is not None:
1992
+ pulumi.set(__self__, "vpc_user", vpc_user)
1993
+
1994
+ @property
1995
+ @pulumi.getter
1996
+ def type(self) -> pulumi.Input[str]:
1997
+ """
1998
+ Type of the database backup destination.
1999
+ """
2000
+ return pulumi.get(self, "type")
2001
+
2002
+ @type.setter
2003
+ def type(self, value: pulumi.Input[str]):
2004
+ pulumi.set(self, "type", value)
2005
+
2006
+ @property
2007
+ @pulumi.getter(name="dbrsPolicyId")
2008
+ def dbrs_policy_id(self) -> Optional[pulumi.Input[str]]:
2009
+ """
2010
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
2011
+ """
2012
+ return pulumi.get(self, "dbrs_policy_id")
2013
+
2014
+ @dbrs_policy_id.setter
2015
+ def dbrs_policy_id(self, value: Optional[pulumi.Input[str]]):
2016
+ pulumi.set(self, "dbrs_policy_id", value)
2017
+
2018
+ @property
2019
+ @pulumi.getter
2020
+ def id(self) -> Optional[pulumi.Input[str]]:
2021
+ """
2022
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
2023
+ """
2024
+ return pulumi.get(self, "id")
2025
+
2026
+ @id.setter
2027
+ def id(self, value: Optional[pulumi.Input[str]]):
2028
+ pulumi.set(self, "id", value)
2029
+
2030
+ @property
2031
+ @pulumi.getter(name="internetProxy")
2032
+ def internet_proxy(self) -> Optional[pulumi.Input[str]]:
2033
+ """
2034
+ Proxy URL to connect to object store.
2035
+ """
2036
+ return pulumi.get(self, "internet_proxy")
2037
+
2038
+ @internet_proxy.setter
2039
+ def internet_proxy(self, value: Optional[pulumi.Input[str]]):
2040
+ pulumi.set(self, "internet_proxy", value)
2041
+
2042
+ @property
2043
+ @pulumi.getter(name="vpcPassword")
2044
+ def vpc_password(self) -> Optional[pulumi.Input[str]]:
2045
+ """
2046
+ For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
2047
+ """
2048
+ return pulumi.get(self, "vpc_password")
2049
+
2050
+ @vpc_password.setter
2051
+ def vpc_password(self, value: Optional[pulumi.Input[str]]):
2052
+ pulumi.set(self, "vpc_password", value)
2053
+
2054
+ @property
2055
+ @pulumi.getter(name="vpcUser")
2056
+ def vpc_user(self) -> Optional[pulumi.Input[str]]:
2057
+ """
2058
+ For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
2059
+ """
2060
+ return pulumi.get(self, "vpc_user")
2061
+
2062
+ @vpc_user.setter
2063
+ def vpc_user(self, value: Optional[pulumi.Input[str]]):
2064
+ pulumi.set(self, "vpc_user", value)
2065
+
2066
+
584
2067
  if not MYPY:
585
2068
  class AutonomousContainerDatabaseAssociatedBackupConfigurationDetailArgsDict(TypedDict):
586
2069
  backup_destination_attach_histories: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
@@ -992,40 +2475,392 @@ class AutonomousContainerDatabaseBackupDestinationPropertiesListArgs:
992
2475
  pulumi.set(__self__, "time_at_which_storage_details_are_updated", time_at_which_storage_details_are_updated)
993
2476
 
994
2477
  @property
995
- @pulumi.getter(name="backupDestinationAttachHistories")
996
- def backup_destination_attach_histories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2478
+ @pulumi.getter(name="backupDestinationAttachHistories")
2479
+ def backup_destination_attach_histories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2480
+ """
2481
+ The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
2482
+ """
2483
+ return pulumi.get(self, "backup_destination_attach_histories")
2484
+
2485
+ @backup_destination_attach_histories.setter
2486
+ def backup_destination_attach_histories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2487
+ pulumi.set(self, "backup_destination_attach_histories", value)
2488
+
2489
+ @property
2490
+ @pulumi.getter(name="spaceUtilizedInGbs")
2491
+ def space_utilized_in_gbs(self) -> Optional[pulumi.Input[int]]:
2492
+ """
2493
+ The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
2494
+ """
2495
+ return pulumi.get(self, "space_utilized_in_gbs")
2496
+
2497
+ @space_utilized_in_gbs.setter
2498
+ def space_utilized_in_gbs(self, value: Optional[pulumi.Input[int]]):
2499
+ pulumi.set(self, "space_utilized_in_gbs", value)
2500
+
2501
+ @property
2502
+ @pulumi.getter(name="timeAtWhichStorageDetailsAreUpdated")
2503
+ def time_at_which_storage_details_are_updated(self) -> Optional[pulumi.Input[str]]:
2504
+ """
2505
+ The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.
2506
+ """
2507
+ return pulumi.get(self, "time_at_which_storage_details_are_updated")
2508
+
2509
+ @time_at_which_storage_details_are_updated.setter
2510
+ def time_at_which_storage_details_are_updated(self, value: Optional[pulumi.Input[str]]):
2511
+ pulumi.set(self, "time_at_which_storage_details_are_updated", value)
2512
+
2513
+
2514
+ if not MYPY:
2515
+ class AutonomousContainerDatabaseDataguardArgsDict(TypedDict):
2516
+ apply_lag: NotRequired[pulumi.Input[str]]
2517
+ """
2518
+ 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`
2519
+ """
2520
+ apply_rate: NotRequired[pulumi.Input[str]]
2521
+ """
2522
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
2523
+ """
2524
+ automatic_failover_target: NotRequired[pulumi.Input[str]]
2525
+ """
2526
+ Automatically selected by backend when observer is enabled.
2527
+ """
2528
+ autonomous_container_database_id: NotRequired[pulumi.Input[str]]
2529
+ """
2530
+ 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.
2531
+ """
2532
+ availability_domain: NotRequired[pulumi.Input[str]]
2533
+ """
2534
+ The domain of the Autonomous Container Database
2535
+ """
2536
+ fast_start_fail_over_lag_limit_in_seconds: NotRequired[pulumi.Input[int]]
2537
+ """
2538
+ (Updatable) The lag time for my preference based on data loss tolerance in seconds.
2539
+ """
2540
+ is_automatic_failover_enabled: NotRequired[pulumi.Input[bool]]
2541
+ """
2542
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.
2543
+ """
2544
+ lifecycle_details: NotRequired[pulumi.Input[str]]
2545
+ """
2546
+ Additional information about the current lifecycle state.
2547
+ """
2548
+ protection_mode: NotRequired[pulumi.Input[str]]
2549
+ """
2550
+ (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.
2551
+ """
2552
+ redo_transport_mode: NotRequired[pulumi.Input[str]]
2553
+ """
2554
+ Automatically selected by backend based on the protection mode.
2555
+ """
2556
+ role: NotRequired[pulumi.Input[str]]
2557
+ """
2558
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
2559
+ """
2560
+ state: NotRequired[pulumi.Input[str]]
2561
+ """
2562
+ The current state of the Autonomous Container Database.
2563
+ """
2564
+ time_created: NotRequired[pulumi.Input[str]]
2565
+ """
2566
+ The date and time the Autonomous Container Database was created.
2567
+ """
2568
+ time_lag_refreshed_on: NotRequired[pulumi.Input[str]]
2569
+ """
2570
+ Timestamp when the lags were last calculated for a standby.
2571
+ """
2572
+ time_last_role_changed: NotRequired[pulumi.Input[str]]
2573
+ """
2574
+ The date and time when the last role change action happened.
2575
+ """
2576
+ time_last_synced: NotRequired[pulumi.Input[str]]
2577
+ """
2578
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
2579
+ """
2580
+ transport_lag: NotRequired[pulumi.Input[str]]
2581
+ """
2582
+ 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`
2583
+ """
2584
+ elif False:
2585
+ AutonomousContainerDatabaseDataguardArgsDict: TypeAlias = Mapping[str, Any]
2586
+
2587
+ @pulumi.input_type
2588
+ class AutonomousContainerDatabaseDataguardArgs:
2589
+ def __init__(__self__, *,
2590
+ apply_lag: Optional[pulumi.Input[str]] = None,
2591
+ apply_rate: Optional[pulumi.Input[str]] = None,
2592
+ automatic_failover_target: Optional[pulumi.Input[str]] = None,
2593
+ autonomous_container_database_id: Optional[pulumi.Input[str]] = None,
2594
+ availability_domain: Optional[pulumi.Input[str]] = None,
2595
+ fast_start_fail_over_lag_limit_in_seconds: Optional[pulumi.Input[int]] = None,
2596
+ is_automatic_failover_enabled: Optional[pulumi.Input[bool]] = None,
2597
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
2598
+ protection_mode: Optional[pulumi.Input[str]] = None,
2599
+ redo_transport_mode: Optional[pulumi.Input[str]] = None,
2600
+ role: Optional[pulumi.Input[str]] = None,
2601
+ state: Optional[pulumi.Input[str]] = None,
2602
+ time_created: Optional[pulumi.Input[str]] = None,
2603
+ time_lag_refreshed_on: Optional[pulumi.Input[str]] = None,
2604
+ time_last_role_changed: Optional[pulumi.Input[str]] = None,
2605
+ time_last_synced: Optional[pulumi.Input[str]] = None,
2606
+ transport_lag: Optional[pulumi.Input[str]] = None):
2607
+ """
2608
+ :param pulumi.Input[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`
2609
+ :param pulumi.Input[str] apply_rate: The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
2610
+ :param pulumi.Input[str] automatic_failover_target: Automatically selected by backend when observer is enabled.
2611
+ :param pulumi.Input[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.
2612
+ :param pulumi.Input[str] availability_domain: The domain of the Autonomous Container Database
2613
+ :param pulumi.Input[int] fast_start_fail_over_lag_limit_in_seconds: (Updatable) The lag time for my preference based on data loss tolerance in seconds.
2614
+ :param pulumi.Input[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.
2615
+ :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
2616
+ :param pulumi.Input[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.
2617
+ :param pulumi.Input[str] redo_transport_mode: Automatically selected by backend based on the protection mode.
2618
+ :param pulumi.Input[str] role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
2619
+ :param pulumi.Input[str] state: The current state of the Autonomous Container Database.
2620
+ :param pulumi.Input[str] time_created: The date and time the Autonomous Container Database was created.
2621
+ :param pulumi.Input[str] time_lag_refreshed_on: Timestamp when the lags were last calculated for a standby.
2622
+ :param pulumi.Input[str] time_last_role_changed: The date and time when the last role change action happened.
2623
+ :param pulumi.Input[str] time_last_synced: The date and time of the last update to the apply lag, apply rate, and transport lag values.
2624
+ :param pulumi.Input[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`
2625
+ """
2626
+ if apply_lag is not None:
2627
+ pulumi.set(__self__, "apply_lag", apply_lag)
2628
+ if apply_rate is not None:
2629
+ pulumi.set(__self__, "apply_rate", apply_rate)
2630
+ if automatic_failover_target is not None:
2631
+ pulumi.set(__self__, "automatic_failover_target", automatic_failover_target)
2632
+ if autonomous_container_database_id is not None:
2633
+ pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
2634
+ if availability_domain is not None:
2635
+ pulumi.set(__self__, "availability_domain", availability_domain)
2636
+ if fast_start_fail_over_lag_limit_in_seconds is not None:
2637
+ pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
2638
+ if is_automatic_failover_enabled is not None:
2639
+ pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
2640
+ if lifecycle_details is not None:
2641
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
2642
+ if protection_mode is not None:
2643
+ pulumi.set(__self__, "protection_mode", protection_mode)
2644
+ if redo_transport_mode is not None:
2645
+ pulumi.set(__self__, "redo_transport_mode", redo_transport_mode)
2646
+ if role is not None:
2647
+ pulumi.set(__self__, "role", role)
2648
+ if state is not None:
2649
+ pulumi.set(__self__, "state", state)
2650
+ if time_created is not None:
2651
+ pulumi.set(__self__, "time_created", time_created)
2652
+ if time_lag_refreshed_on is not None:
2653
+ pulumi.set(__self__, "time_lag_refreshed_on", time_lag_refreshed_on)
2654
+ if time_last_role_changed is not None:
2655
+ pulumi.set(__self__, "time_last_role_changed", time_last_role_changed)
2656
+ if time_last_synced is not None:
2657
+ pulumi.set(__self__, "time_last_synced", time_last_synced)
2658
+ if transport_lag is not None:
2659
+ pulumi.set(__self__, "transport_lag", transport_lag)
2660
+
2661
+ @property
2662
+ @pulumi.getter(name="applyLag")
2663
+ def apply_lag(self) -> Optional[pulumi.Input[str]]:
2664
+ """
2665
+ 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`
2666
+ """
2667
+ return pulumi.get(self, "apply_lag")
2668
+
2669
+ @apply_lag.setter
2670
+ def apply_lag(self, value: Optional[pulumi.Input[str]]):
2671
+ pulumi.set(self, "apply_lag", value)
2672
+
2673
+ @property
2674
+ @pulumi.getter(name="applyRate")
2675
+ def apply_rate(self) -> Optional[pulumi.Input[str]]:
2676
+ """
2677
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
2678
+ """
2679
+ return pulumi.get(self, "apply_rate")
2680
+
2681
+ @apply_rate.setter
2682
+ def apply_rate(self, value: Optional[pulumi.Input[str]]):
2683
+ pulumi.set(self, "apply_rate", value)
2684
+
2685
+ @property
2686
+ @pulumi.getter(name="automaticFailoverTarget")
2687
+ def automatic_failover_target(self) -> Optional[pulumi.Input[str]]:
2688
+ """
2689
+ Automatically selected by backend when observer is enabled.
2690
+ """
2691
+ return pulumi.get(self, "automatic_failover_target")
2692
+
2693
+ @automatic_failover_target.setter
2694
+ def automatic_failover_target(self, value: Optional[pulumi.Input[str]]):
2695
+ pulumi.set(self, "automatic_failover_target", value)
2696
+
2697
+ @property
2698
+ @pulumi.getter(name="autonomousContainerDatabaseId")
2699
+ def autonomous_container_database_id(self) -> Optional[pulumi.Input[str]]:
2700
+ """
2701
+ 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.
2702
+ """
2703
+ return pulumi.get(self, "autonomous_container_database_id")
2704
+
2705
+ @autonomous_container_database_id.setter
2706
+ def autonomous_container_database_id(self, value: Optional[pulumi.Input[str]]):
2707
+ pulumi.set(self, "autonomous_container_database_id", value)
2708
+
2709
+ @property
2710
+ @pulumi.getter(name="availabilityDomain")
2711
+ def availability_domain(self) -> Optional[pulumi.Input[str]]:
2712
+ """
2713
+ The domain of the Autonomous Container Database
2714
+ """
2715
+ return pulumi.get(self, "availability_domain")
2716
+
2717
+ @availability_domain.setter
2718
+ def availability_domain(self, value: Optional[pulumi.Input[str]]):
2719
+ pulumi.set(self, "availability_domain", value)
2720
+
2721
+ @property
2722
+ @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
2723
+ def fast_start_fail_over_lag_limit_in_seconds(self) -> Optional[pulumi.Input[int]]:
2724
+ """
2725
+ (Updatable) The lag time for my preference based on data loss tolerance in seconds.
2726
+ """
2727
+ return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
2728
+
2729
+ @fast_start_fail_over_lag_limit_in_seconds.setter
2730
+ def fast_start_fail_over_lag_limit_in_seconds(self, value: Optional[pulumi.Input[int]]):
2731
+ pulumi.set(self, "fast_start_fail_over_lag_limit_in_seconds", value)
2732
+
2733
+ @property
2734
+ @pulumi.getter(name="isAutomaticFailoverEnabled")
2735
+ def is_automatic_failover_enabled(self) -> Optional[pulumi.Input[bool]]:
2736
+ """
2737
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.
2738
+ """
2739
+ return pulumi.get(self, "is_automatic_failover_enabled")
2740
+
2741
+ @is_automatic_failover_enabled.setter
2742
+ def is_automatic_failover_enabled(self, value: Optional[pulumi.Input[bool]]):
2743
+ pulumi.set(self, "is_automatic_failover_enabled", value)
2744
+
2745
+ @property
2746
+ @pulumi.getter(name="lifecycleDetails")
2747
+ def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
2748
+ """
2749
+ Additional information about the current lifecycle state.
2750
+ """
2751
+ return pulumi.get(self, "lifecycle_details")
2752
+
2753
+ @lifecycle_details.setter
2754
+ def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
2755
+ pulumi.set(self, "lifecycle_details", value)
2756
+
2757
+ @property
2758
+ @pulumi.getter(name="protectionMode")
2759
+ def protection_mode(self) -> Optional[pulumi.Input[str]]:
2760
+ """
2761
+ (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.
2762
+ """
2763
+ return pulumi.get(self, "protection_mode")
2764
+
2765
+ @protection_mode.setter
2766
+ def protection_mode(self, value: Optional[pulumi.Input[str]]):
2767
+ pulumi.set(self, "protection_mode", value)
2768
+
2769
+ @property
2770
+ @pulumi.getter(name="redoTransportMode")
2771
+ def redo_transport_mode(self) -> Optional[pulumi.Input[str]]:
2772
+ """
2773
+ Automatically selected by backend based on the protection mode.
2774
+ """
2775
+ return pulumi.get(self, "redo_transport_mode")
2776
+
2777
+ @redo_transport_mode.setter
2778
+ def redo_transport_mode(self, value: Optional[pulumi.Input[str]]):
2779
+ pulumi.set(self, "redo_transport_mode", value)
2780
+
2781
+ @property
2782
+ @pulumi.getter
2783
+ def role(self) -> Optional[pulumi.Input[str]]:
2784
+ """
2785
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
2786
+ """
2787
+ return pulumi.get(self, "role")
2788
+
2789
+ @role.setter
2790
+ def role(self, value: Optional[pulumi.Input[str]]):
2791
+ pulumi.set(self, "role", value)
2792
+
2793
+ @property
2794
+ @pulumi.getter
2795
+ def state(self) -> Optional[pulumi.Input[str]]:
2796
+ """
2797
+ The current state of the Autonomous Container Database.
2798
+ """
2799
+ return pulumi.get(self, "state")
2800
+
2801
+ @state.setter
2802
+ def state(self, value: Optional[pulumi.Input[str]]):
2803
+ pulumi.set(self, "state", value)
2804
+
2805
+ @property
2806
+ @pulumi.getter(name="timeCreated")
2807
+ def time_created(self) -> Optional[pulumi.Input[str]]:
2808
+ """
2809
+ The date and time the Autonomous Container Database was created.
2810
+ """
2811
+ return pulumi.get(self, "time_created")
2812
+
2813
+ @time_created.setter
2814
+ def time_created(self, value: Optional[pulumi.Input[str]]):
2815
+ pulumi.set(self, "time_created", value)
2816
+
2817
+ @property
2818
+ @pulumi.getter(name="timeLagRefreshedOn")
2819
+ def time_lag_refreshed_on(self) -> Optional[pulumi.Input[str]]:
2820
+ """
2821
+ Timestamp when the lags were last calculated for a standby.
2822
+ """
2823
+ return pulumi.get(self, "time_lag_refreshed_on")
2824
+
2825
+ @time_lag_refreshed_on.setter
2826
+ def time_lag_refreshed_on(self, value: Optional[pulumi.Input[str]]):
2827
+ pulumi.set(self, "time_lag_refreshed_on", value)
2828
+
2829
+ @property
2830
+ @pulumi.getter(name="timeLastRoleChanged")
2831
+ def time_last_role_changed(self) -> Optional[pulumi.Input[str]]:
997
2832
  """
998
- The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
2833
+ The date and time when the last role change action happened.
999
2834
  """
1000
- return pulumi.get(self, "backup_destination_attach_histories")
2835
+ return pulumi.get(self, "time_last_role_changed")
1001
2836
 
1002
- @backup_destination_attach_histories.setter
1003
- def backup_destination_attach_histories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1004
- pulumi.set(self, "backup_destination_attach_histories", value)
2837
+ @time_last_role_changed.setter
2838
+ def time_last_role_changed(self, value: Optional[pulumi.Input[str]]):
2839
+ pulumi.set(self, "time_last_role_changed", value)
1005
2840
 
1006
2841
  @property
1007
- @pulumi.getter(name="spaceUtilizedInGbs")
1008
- def space_utilized_in_gbs(self) -> Optional[pulumi.Input[int]]:
2842
+ @pulumi.getter(name="timeLastSynced")
2843
+ def time_last_synced(self) -> Optional[pulumi.Input[str]]:
1009
2844
  """
1010
- The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
2845
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
1011
2846
  """
1012
- return pulumi.get(self, "space_utilized_in_gbs")
2847
+ return pulumi.get(self, "time_last_synced")
1013
2848
 
1014
- @space_utilized_in_gbs.setter
1015
- def space_utilized_in_gbs(self, value: Optional[pulumi.Input[int]]):
1016
- pulumi.set(self, "space_utilized_in_gbs", value)
2849
+ @time_last_synced.setter
2850
+ def time_last_synced(self, value: Optional[pulumi.Input[str]]):
2851
+ pulumi.set(self, "time_last_synced", value)
1017
2852
 
1018
2853
  @property
1019
- @pulumi.getter(name="timeAtWhichStorageDetailsAreUpdated")
1020
- def time_at_which_storage_details_are_updated(self) -> Optional[pulumi.Input[str]]:
2854
+ @pulumi.getter(name="transportLag")
2855
+ def transport_lag(self) -> Optional[pulumi.Input[str]]:
1021
2856
  """
1022
- The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.
2857
+ 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`
1023
2858
  """
1024
- return pulumi.get(self, "time_at_which_storage_details_are_updated")
2859
+ return pulumi.get(self, "transport_lag")
1025
2860
 
1026
- @time_at_which_storage_details_are_updated.setter
1027
- def time_at_which_storage_details_are_updated(self, value: Optional[pulumi.Input[str]]):
1028
- pulumi.set(self, "time_at_which_storage_details_are_updated", value)
2861
+ @transport_lag.setter
2862
+ def transport_lag(self, value: Optional[pulumi.Input[str]]):
2863
+ pulumi.set(self, "transport_lag", value)
1029
2864
 
1030
2865
 
1031
2866
  if not MYPY:
@@ -1211,6 +3046,358 @@ class AutonomousContainerDatabaseDataguardAssociationPeerAutonomousContainerData
1211
3046
  pulumi.set(self, "vpc_user", value)
1212
3047
 
1213
3048
 
3049
+ if not MYPY:
3050
+ class AutonomousContainerDatabaseDataguardGroupMemberArgsDict(TypedDict):
3051
+ apply_lag: NotRequired[pulumi.Input[str]]
3052
+ """
3053
+ 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`
3054
+ """
3055
+ apply_rate: NotRequired[pulumi.Input[str]]
3056
+ """
3057
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
3058
+ """
3059
+ automatic_failover_target: NotRequired[pulumi.Input[str]]
3060
+ """
3061
+ Automatically selected by backend when observer is enabled.
3062
+ """
3063
+ autonomous_container_database_id: NotRequired[pulumi.Input[str]]
3064
+ """
3065
+ 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.
3066
+ """
3067
+ availability_domain: NotRequired[pulumi.Input[str]]
3068
+ """
3069
+ The domain of the Autonomous Container Database
3070
+ """
3071
+ fast_start_fail_over_lag_limit_in_seconds: NotRequired[pulumi.Input[int]]
3072
+ """
3073
+ (Updatable) The lag time for my preference based on data loss tolerance in seconds.
3074
+ """
3075
+ is_automatic_failover_enabled: NotRequired[pulumi.Input[bool]]
3076
+ """
3077
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.
3078
+ """
3079
+ lifecycle_details: NotRequired[pulumi.Input[str]]
3080
+ """
3081
+ Additional information about the current lifecycle state.
3082
+ """
3083
+ protection_mode: NotRequired[pulumi.Input[str]]
3084
+ """
3085
+ (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.
3086
+ """
3087
+ redo_transport_mode: NotRequired[pulumi.Input[str]]
3088
+ """
3089
+ Automatically selected by backend based on the protection mode.
3090
+ """
3091
+ role: NotRequired[pulumi.Input[str]]
3092
+ """
3093
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
3094
+ """
3095
+ state: NotRequired[pulumi.Input[str]]
3096
+ """
3097
+ The current state of the Autonomous Container Database.
3098
+ """
3099
+ time_created: NotRequired[pulumi.Input[str]]
3100
+ """
3101
+ The date and time the Autonomous Container Database was created.
3102
+ """
3103
+ time_lag_refreshed_on: NotRequired[pulumi.Input[str]]
3104
+ """
3105
+ Timestamp when the lags were last calculated for a standby.
3106
+ """
3107
+ time_last_role_changed: NotRequired[pulumi.Input[str]]
3108
+ """
3109
+ The date and time when the last role change action happened.
3110
+ """
3111
+ time_last_synced: NotRequired[pulumi.Input[str]]
3112
+ """
3113
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
3114
+ """
3115
+ transport_lag: NotRequired[pulumi.Input[str]]
3116
+ """
3117
+ 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`
3118
+ """
3119
+ elif False:
3120
+ AutonomousContainerDatabaseDataguardGroupMemberArgsDict: TypeAlias = Mapping[str, Any]
3121
+
3122
+ @pulumi.input_type
3123
+ class AutonomousContainerDatabaseDataguardGroupMemberArgs:
3124
+ def __init__(__self__, *,
3125
+ apply_lag: Optional[pulumi.Input[str]] = None,
3126
+ apply_rate: Optional[pulumi.Input[str]] = None,
3127
+ automatic_failover_target: Optional[pulumi.Input[str]] = None,
3128
+ autonomous_container_database_id: Optional[pulumi.Input[str]] = None,
3129
+ availability_domain: Optional[pulumi.Input[str]] = None,
3130
+ fast_start_fail_over_lag_limit_in_seconds: Optional[pulumi.Input[int]] = None,
3131
+ is_automatic_failover_enabled: Optional[pulumi.Input[bool]] = None,
3132
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
3133
+ protection_mode: Optional[pulumi.Input[str]] = None,
3134
+ redo_transport_mode: Optional[pulumi.Input[str]] = None,
3135
+ role: Optional[pulumi.Input[str]] = None,
3136
+ state: Optional[pulumi.Input[str]] = None,
3137
+ time_created: Optional[pulumi.Input[str]] = None,
3138
+ time_lag_refreshed_on: Optional[pulumi.Input[str]] = None,
3139
+ time_last_role_changed: Optional[pulumi.Input[str]] = None,
3140
+ time_last_synced: Optional[pulumi.Input[str]] = None,
3141
+ transport_lag: Optional[pulumi.Input[str]] = None):
3142
+ """
3143
+ :param pulumi.Input[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`
3144
+ :param pulumi.Input[str] apply_rate: The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
3145
+ :param pulumi.Input[str] automatic_failover_target: Automatically selected by backend when observer is enabled.
3146
+ :param pulumi.Input[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.
3147
+ :param pulumi.Input[str] availability_domain: The domain of the Autonomous Container Database
3148
+ :param pulumi.Input[int] fast_start_fail_over_lag_limit_in_seconds: (Updatable) The lag time for my preference based on data loss tolerance in seconds.
3149
+ :param pulumi.Input[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.
3150
+ :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
3151
+ :param pulumi.Input[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.
3152
+ :param pulumi.Input[str] redo_transport_mode: Automatically selected by backend based on the protection mode.
3153
+ :param pulumi.Input[str] role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
3154
+ :param pulumi.Input[str] state: The current state of the Autonomous Container Database.
3155
+ :param pulumi.Input[str] time_created: The date and time the Autonomous Container Database was created.
3156
+ :param pulumi.Input[str] time_lag_refreshed_on: Timestamp when the lags were last calculated for a standby.
3157
+ :param pulumi.Input[str] time_last_role_changed: The date and time when the last role change action happened.
3158
+ :param pulumi.Input[str] time_last_synced: The date and time of the last update to the apply lag, apply rate, and transport lag values.
3159
+ :param pulumi.Input[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`
3160
+ """
3161
+ if apply_lag is not None:
3162
+ pulumi.set(__self__, "apply_lag", apply_lag)
3163
+ if apply_rate is not None:
3164
+ pulumi.set(__self__, "apply_rate", apply_rate)
3165
+ if automatic_failover_target is not None:
3166
+ pulumi.set(__self__, "automatic_failover_target", automatic_failover_target)
3167
+ if autonomous_container_database_id is not None:
3168
+ pulumi.set(__self__, "autonomous_container_database_id", autonomous_container_database_id)
3169
+ if availability_domain is not None:
3170
+ pulumi.set(__self__, "availability_domain", availability_domain)
3171
+ if fast_start_fail_over_lag_limit_in_seconds is not None:
3172
+ pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
3173
+ if is_automatic_failover_enabled is not None:
3174
+ pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
3175
+ if lifecycle_details is not None:
3176
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
3177
+ if protection_mode is not None:
3178
+ pulumi.set(__self__, "protection_mode", protection_mode)
3179
+ if redo_transport_mode is not None:
3180
+ pulumi.set(__self__, "redo_transport_mode", redo_transport_mode)
3181
+ if role is not None:
3182
+ pulumi.set(__self__, "role", role)
3183
+ if state is not None:
3184
+ pulumi.set(__self__, "state", state)
3185
+ if time_created is not None:
3186
+ pulumi.set(__self__, "time_created", time_created)
3187
+ if time_lag_refreshed_on is not None:
3188
+ pulumi.set(__self__, "time_lag_refreshed_on", time_lag_refreshed_on)
3189
+ if time_last_role_changed is not None:
3190
+ pulumi.set(__self__, "time_last_role_changed", time_last_role_changed)
3191
+ if time_last_synced is not None:
3192
+ pulumi.set(__self__, "time_last_synced", time_last_synced)
3193
+ if transport_lag is not None:
3194
+ pulumi.set(__self__, "transport_lag", transport_lag)
3195
+
3196
+ @property
3197
+ @pulumi.getter(name="applyLag")
3198
+ def apply_lag(self) -> Optional[pulumi.Input[str]]:
3199
+ """
3200
+ 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`
3201
+ """
3202
+ return pulumi.get(self, "apply_lag")
3203
+
3204
+ @apply_lag.setter
3205
+ def apply_lag(self, value: Optional[pulumi.Input[str]]):
3206
+ pulumi.set(self, "apply_lag", value)
3207
+
3208
+ @property
3209
+ @pulumi.getter(name="applyRate")
3210
+ def apply_rate(self) -> Optional[pulumi.Input[str]]:
3211
+ """
3212
+ The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example: `180 Mb per second`
3213
+ """
3214
+ return pulumi.get(self, "apply_rate")
3215
+
3216
+ @apply_rate.setter
3217
+ def apply_rate(self, value: Optional[pulumi.Input[str]]):
3218
+ pulumi.set(self, "apply_rate", value)
3219
+
3220
+ @property
3221
+ @pulumi.getter(name="automaticFailoverTarget")
3222
+ def automatic_failover_target(self) -> Optional[pulumi.Input[str]]:
3223
+ """
3224
+ Automatically selected by backend when observer is enabled.
3225
+ """
3226
+ return pulumi.get(self, "automatic_failover_target")
3227
+
3228
+ @automatic_failover_target.setter
3229
+ def automatic_failover_target(self, value: Optional[pulumi.Input[str]]):
3230
+ pulumi.set(self, "automatic_failover_target", value)
3231
+
3232
+ @property
3233
+ @pulumi.getter(name="autonomousContainerDatabaseId")
3234
+ def autonomous_container_database_id(self) -> Optional[pulumi.Input[str]]:
3235
+ """
3236
+ 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.
3237
+ """
3238
+ return pulumi.get(self, "autonomous_container_database_id")
3239
+
3240
+ @autonomous_container_database_id.setter
3241
+ def autonomous_container_database_id(self, value: Optional[pulumi.Input[str]]):
3242
+ pulumi.set(self, "autonomous_container_database_id", value)
3243
+
3244
+ @property
3245
+ @pulumi.getter(name="availabilityDomain")
3246
+ def availability_domain(self) -> Optional[pulumi.Input[str]]:
3247
+ """
3248
+ The domain of the Autonomous Container Database
3249
+ """
3250
+ return pulumi.get(self, "availability_domain")
3251
+
3252
+ @availability_domain.setter
3253
+ def availability_domain(self, value: Optional[pulumi.Input[str]]):
3254
+ pulumi.set(self, "availability_domain", value)
3255
+
3256
+ @property
3257
+ @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
3258
+ def fast_start_fail_over_lag_limit_in_seconds(self) -> Optional[pulumi.Input[int]]:
3259
+ """
3260
+ (Updatable) The lag time for my preference based on data loss tolerance in seconds.
3261
+ """
3262
+ return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
3263
+
3264
+ @fast_start_fail_over_lag_limit_in_seconds.setter
3265
+ def fast_start_fail_over_lag_limit_in_seconds(self, value: Optional[pulumi.Input[int]]):
3266
+ pulumi.set(self, "fast_start_fail_over_lag_limit_in_seconds", value)
3267
+
3268
+ @property
3269
+ @pulumi.getter(name="isAutomaticFailoverEnabled")
3270
+ def is_automatic_failover_enabled(self) -> Optional[pulumi.Input[bool]]:
3271
+ """
3272
+ Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.
3273
+ """
3274
+ return pulumi.get(self, "is_automatic_failover_enabled")
3275
+
3276
+ @is_automatic_failover_enabled.setter
3277
+ def is_automatic_failover_enabled(self, value: Optional[pulumi.Input[bool]]):
3278
+ pulumi.set(self, "is_automatic_failover_enabled", value)
3279
+
3280
+ @property
3281
+ @pulumi.getter(name="lifecycleDetails")
3282
+ def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
3283
+ """
3284
+ Additional information about the current lifecycle state.
3285
+ """
3286
+ return pulumi.get(self, "lifecycle_details")
3287
+
3288
+ @lifecycle_details.setter
3289
+ def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
3290
+ pulumi.set(self, "lifecycle_details", value)
3291
+
3292
+ @property
3293
+ @pulumi.getter(name="protectionMode")
3294
+ def protection_mode(self) -> Optional[pulumi.Input[str]]:
3295
+ """
3296
+ (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.
3297
+ """
3298
+ return pulumi.get(self, "protection_mode")
3299
+
3300
+ @protection_mode.setter
3301
+ def protection_mode(self, value: Optional[pulumi.Input[str]]):
3302
+ pulumi.set(self, "protection_mode", value)
3303
+
3304
+ @property
3305
+ @pulumi.getter(name="redoTransportMode")
3306
+ def redo_transport_mode(self) -> Optional[pulumi.Input[str]]:
3307
+ """
3308
+ Automatically selected by backend based on the protection mode.
3309
+ """
3310
+ return pulumi.get(self, "redo_transport_mode")
3311
+
3312
+ @redo_transport_mode.setter
3313
+ def redo_transport_mode(self, value: Optional[pulumi.Input[str]]):
3314
+ pulumi.set(self, "redo_transport_mode", value)
3315
+
3316
+ @property
3317
+ @pulumi.getter
3318
+ def role(self) -> Optional[pulumi.Input[str]]:
3319
+ """
3320
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
3321
+ """
3322
+ return pulumi.get(self, "role")
3323
+
3324
+ @role.setter
3325
+ def role(self, value: Optional[pulumi.Input[str]]):
3326
+ pulumi.set(self, "role", value)
3327
+
3328
+ @property
3329
+ @pulumi.getter
3330
+ def state(self) -> Optional[pulumi.Input[str]]:
3331
+ """
3332
+ The current state of the Autonomous Container Database.
3333
+ """
3334
+ return pulumi.get(self, "state")
3335
+
3336
+ @state.setter
3337
+ def state(self, value: Optional[pulumi.Input[str]]):
3338
+ pulumi.set(self, "state", value)
3339
+
3340
+ @property
3341
+ @pulumi.getter(name="timeCreated")
3342
+ def time_created(self) -> Optional[pulumi.Input[str]]:
3343
+ """
3344
+ The date and time the Autonomous Container Database was created.
3345
+ """
3346
+ return pulumi.get(self, "time_created")
3347
+
3348
+ @time_created.setter
3349
+ def time_created(self, value: Optional[pulumi.Input[str]]):
3350
+ pulumi.set(self, "time_created", value)
3351
+
3352
+ @property
3353
+ @pulumi.getter(name="timeLagRefreshedOn")
3354
+ def time_lag_refreshed_on(self) -> Optional[pulumi.Input[str]]:
3355
+ """
3356
+ Timestamp when the lags were last calculated for a standby.
3357
+ """
3358
+ return pulumi.get(self, "time_lag_refreshed_on")
3359
+
3360
+ @time_lag_refreshed_on.setter
3361
+ def time_lag_refreshed_on(self, value: Optional[pulumi.Input[str]]):
3362
+ pulumi.set(self, "time_lag_refreshed_on", value)
3363
+
3364
+ @property
3365
+ @pulumi.getter(name="timeLastRoleChanged")
3366
+ def time_last_role_changed(self) -> Optional[pulumi.Input[str]]:
3367
+ """
3368
+ The date and time when the last role change action happened.
3369
+ """
3370
+ return pulumi.get(self, "time_last_role_changed")
3371
+
3372
+ @time_last_role_changed.setter
3373
+ def time_last_role_changed(self, value: Optional[pulumi.Input[str]]):
3374
+ pulumi.set(self, "time_last_role_changed", value)
3375
+
3376
+ @property
3377
+ @pulumi.getter(name="timeLastSynced")
3378
+ def time_last_synced(self) -> Optional[pulumi.Input[str]]:
3379
+ """
3380
+ The date and time of the last update to the apply lag, apply rate, and transport lag values.
3381
+ """
3382
+ return pulumi.get(self, "time_last_synced")
3383
+
3384
+ @time_last_synced.setter
3385
+ def time_last_synced(self, value: Optional[pulumi.Input[str]]):
3386
+ pulumi.set(self, "time_last_synced", value)
3387
+
3388
+ @property
3389
+ @pulumi.getter(name="transportLag")
3390
+ def transport_lag(self) -> Optional[pulumi.Input[str]]:
3391
+ """
3392
+ 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`
3393
+ """
3394
+ return pulumi.get(self, "transport_lag")
3395
+
3396
+ @transport_lag.setter
3397
+ def transport_lag(self, value: Optional[pulumi.Input[str]]):
3398
+ pulumi.set(self, "transport_lag", value)
3399
+
3400
+
1214
3401
  if not MYPY:
1215
3402
  class AutonomousContainerDatabaseKeyHistoryEntryArgsDict(TypedDict):
1216
3403
  id: NotRequired[pulumi.Input[str]]
@@ -1227,7 +3414,7 @@ if not MYPY:
1227
3414
  """
1228
3415
  vault_id: NotRequired[pulumi.Input[str]]
1229
3416
  """
1230
- 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).
3417
+ 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.
1231
3418
  """
1232
3419
  elif False:
1233
3420
  AutonomousContainerDatabaseKeyHistoryEntryArgsDict: TypeAlias = Mapping[str, Any]
@@ -1243,7 +3430,7 @@ class AutonomousContainerDatabaseKeyHistoryEntryArgs:
1243
3430
  :param pulumi.Input[str] id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
1244
3431
  :param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
1245
3432
  :param pulumi.Input[str] time_activated: The date and time the kms key activated.
1246
- :param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
3433
+ :param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
1247
3434
  """
1248
3435
  if id is not None:
1249
3436
  pulumi.set(__self__, "id", id)
@@ -1294,7 +3481,7 @@ class AutonomousContainerDatabaseKeyHistoryEntryArgs:
1294
3481
  @pulumi.getter(name="vaultId")
1295
3482
  def vault_id(self) -> Optional[pulumi.Input[str]]:
1296
3483
  """
1297
- 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).
3484
+ 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.
1298
3485
  """
1299
3486
  return pulumi.get(self, "vault_id")
1300
3487