pulumi-oci 3.6.0a1756509375__py3-none-any.whl → 3.7.0a1757054731__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 (71) hide show
  1. pulumi_oci/__init__.py +48 -0
  2. pulumi_oci/aivision/__init__.py +12 -0
  3. pulumi_oci/aivision/_inputs.py +787 -51
  4. pulumi_oci/aivision/get_model.py +4 -4
  5. pulumi_oci/aivision/get_models.py +11 -11
  6. pulumi_oci/aivision/get_project.py +15 -15
  7. pulumi_oci/aivision/get_projects.py +10 -10
  8. pulumi_oci/aivision/get_stream_group.py +268 -0
  9. pulumi_oci/aivision/get_stream_groups.py +177 -0
  10. pulumi_oci/aivision/get_stream_job.py +296 -0
  11. pulumi_oci/aivision/get_stream_jobs.py +199 -0
  12. pulumi_oci/aivision/get_stream_source.py +240 -0
  13. pulumi_oci/aivision/get_stream_sources.py +199 -0
  14. pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
  15. pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
  16. pulumi_oci/aivision/model.py +149 -157
  17. pulumi_oci/aivision/outputs.py +1920 -116
  18. pulumi_oci/aivision/project.py +61 -69
  19. pulumi_oci/aivision/stream_group.py +632 -0
  20. pulumi_oci/aivision/stream_job.py +744 -0
  21. pulumi_oci/aivision/stream_source.py +519 -0
  22. pulumi_oci/aivision/vision_private_endpoint.py +606 -0
  23. pulumi_oci/cloudguard/_inputs.py +1198 -72
  24. pulumi_oci/cloudguard/get_managed_list.py +15 -1
  25. pulumi_oci/cloudguard/managed_list.py +47 -0
  26. pulumi_oci/cloudguard/outputs.py +2104 -67
  27. pulumi_oci/database/_inputs.py +41 -1
  28. pulumi_oci/database/exascale_db_storage_vault.py +98 -0
  29. pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
  30. pulumi_oci/database/outputs.py +121 -5
  31. pulumi_oci/mysql/_inputs.py +221 -0
  32. pulumi_oci/mysql/get_mysql_backup.py +40 -4
  33. pulumi_oci/mysql/get_mysql_backups.py +2 -2
  34. pulumi_oci/mysql/mysql_backup.py +119 -3
  35. pulumi_oci/mysql/outputs.py +343 -957
  36. pulumi_oci/oci/__init__.py +8 -0
  37. pulumi_oci/oci/_inputs.py +256 -15
  38. pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
  39. pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
  40. pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
  41. pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
  42. pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
  43. pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
  44. pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
  45. pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
  46. pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
  47. pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
  48. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
  49. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
  50. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
  51. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
  52. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
  53. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
  54. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
  55. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
  56. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
  57. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
  58. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
  59. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
  60. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
  61. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
  62. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
  63. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
  64. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
  65. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
  66. pulumi_oci/oci/outputs.py +1042 -142
  67. pulumi_oci/pulumi-plugin.json +1 -1
  68. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/METADATA +1 -1
  69. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/RECORD +71 -51
  70. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/WHEEL +0 -0
  71. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/top_level.txt +0 -0
@@ -22,6 +22,8 @@ __all__ = [
22
22
  'ChannelTarget',
23
23
  'ChannelTargetFilter',
24
24
  'HeatWaveClusterClusterNode',
25
+ 'MysqlBackupBackupValidationDetail',
26
+ 'MysqlBackupBackupValidationDetailPreparedBackupDetail',
25
27
  'MysqlBackupDbSystemSnapshot',
26
28
  'MysqlBackupDbSystemSnapshotBackupPolicy',
27
29
  'MysqlBackupDbSystemSnapshotBackupPolicyCopyPolicy',
@@ -37,6 +39,7 @@ __all__ = [
37
39
  'MysqlBackupDbSystemSnapshotSummary',
38
40
  'MysqlBackupEncryptData',
39
41
  'MysqlBackupSourceDetails',
42
+ 'MysqlBackupValidateBackupDetail',
40
43
  'MysqlConfigurationInitVariables',
41
44
  'MysqlConfigurationVariables',
42
45
  'MysqlDbSystemBackupPolicy',
@@ -77,6 +80,8 @@ __all__ = [
77
80
  'GetChannelsChannelTargetFilterResult',
78
81
  'GetChannelsFilterResult',
79
82
  'GetHeatWaveClusterClusterNodeResult',
83
+ 'GetMysqlBackupBackupValidationDetailResult',
84
+ 'GetMysqlBackupBackupValidationDetailPreparedBackupDetailResult',
80
85
  'GetMysqlBackupDbSystemSnapshotResult',
81
86
  'GetMysqlBackupDbSystemSnapshotBackupPolicyResult',
82
87
  'GetMysqlBackupDbSystemSnapshotBackupPolicyCopyPolicyResult',
@@ -92,22 +97,10 @@ __all__ = [
92
97
  'GetMysqlBackupDbSystemSnapshotSummaryResult',
93
98
  'GetMysqlBackupEncryptDataResult',
94
99
  'GetMysqlBackupSourceDetailResult',
100
+ 'GetMysqlBackupValidateBackupDetailResult',
95
101
  'GetMysqlBackupsBackupResult',
96
- 'GetMysqlBackupsBackupDbSystemSnapshotResult',
97
- 'GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyResult',
98
- 'GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyCopyPolicyResult',
99
- 'GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult',
100
- 'GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult',
101
- 'GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult',
102
- 'GetMysqlBackupsBackupDbSystemSnapshotEncryptDataResult',
103
- 'GetMysqlBackupsBackupDbSystemSnapshotEndpointResult',
104
- 'GetMysqlBackupsBackupDbSystemSnapshotMaintenanceResult',
105
- 'GetMysqlBackupsBackupDbSystemSnapshotReadEndpointResult',
106
- 'GetMysqlBackupsBackupDbSystemSnapshotRestResult',
107
- 'GetMysqlBackupsBackupDbSystemSnapshotSecureConnectionResult',
108
102
  'GetMysqlBackupsBackupDbSystemSnapshotSummaryResult',
109
103
  'GetMysqlBackupsBackupEncryptDataResult',
110
- 'GetMysqlBackupsBackupSourceDetailResult',
111
104
  'GetMysqlBackupsFilterResult',
112
105
  'GetMysqlConfigurationInitVariableResult',
113
106
  'GetMysqlConfigurationVariableResult',
@@ -655,6 +648,162 @@ class HeatWaveClusterClusterNode(dict):
655
648
  return pulumi.get(self, "time_updated")
656
649
 
657
650
 
651
+ @pulumi.output_type
652
+ class MysqlBackupBackupValidationDetail(dict):
653
+ @staticmethod
654
+ def __key_warning(key: str):
655
+ suggest = None
656
+ if key == "backupPreparationStatus":
657
+ suggest = "backup_preparation_status"
658
+ elif key == "errorMessage":
659
+ suggest = "error_message"
660
+ elif key == "estimatedRestoreDuration":
661
+ suggest = "estimated_restore_duration"
662
+ elif key == "preparedBackupDetails":
663
+ suggest = "prepared_backup_details"
664
+ elif key == "timeLastValidated":
665
+ suggest = "time_last_validated"
666
+ elif key == "validationStatus":
667
+ suggest = "validation_status"
668
+
669
+ if suggest:
670
+ pulumi.log.warn(f"Key '{key}' not found in MysqlBackupBackupValidationDetail. Access the value via the '{suggest}' property getter instead.")
671
+
672
+ def __getitem__(self, key: str) -> Any:
673
+ MysqlBackupBackupValidationDetail.__key_warning(key)
674
+ return super().__getitem__(key)
675
+
676
+ def get(self, key: str, default = None) -> Any:
677
+ MysqlBackupBackupValidationDetail.__key_warning(key)
678
+ return super().get(key, default)
679
+
680
+ def __init__(__self__, *,
681
+ backup_preparation_status: Optional[_builtins.str] = None,
682
+ error_message: Optional[_builtins.str] = None,
683
+ estimated_restore_duration: Optional[_builtins.str] = None,
684
+ prepared_backup_details: Optional[Sequence['outputs.MysqlBackupBackupValidationDetailPreparedBackupDetail']] = None,
685
+ time_last_validated: Optional[_builtins.str] = None,
686
+ validation_status: Optional[_builtins.str] = None):
687
+ """
688
+ :param _builtins.str backup_preparation_status: Indicates whether the backup has been prepared successfully. PREPARED: The backup is prepared one. NOT_PREPARED: The backup is not prepared.
689
+ :param _builtins.str error_message: Error message if the backup validation has failed.
690
+ :param _builtins.str estimated_restore_duration: The estimated restore duration of the backup.
691
+ :param Sequence['MysqlBackupBackupValidationDetailPreparedBackupDetailArgs'] prepared_backup_details: Prepared backup details.
692
+ :param _builtins.str time_last_validated: The date and time of the most recent validation performed on the backup.
693
+ :param _builtins.str validation_status: The status of backup validation: NOT_VALIDATED (Default): The backup has not been validated. VALIDATED: The backup has been validated successfully. NEEDS_ATTENTION: The backup validation failed due to a transient issue. Validation should be retried. FAILED: The backup cannot be restored.
694
+ """
695
+ if backup_preparation_status is not None:
696
+ pulumi.set(__self__, "backup_preparation_status", backup_preparation_status)
697
+ if error_message is not None:
698
+ pulumi.set(__self__, "error_message", error_message)
699
+ if estimated_restore_duration is not None:
700
+ pulumi.set(__self__, "estimated_restore_duration", estimated_restore_duration)
701
+ if prepared_backup_details is not None:
702
+ pulumi.set(__self__, "prepared_backup_details", prepared_backup_details)
703
+ if time_last_validated is not None:
704
+ pulumi.set(__self__, "time_last_validated", time_last_validated)
705
+ if validation_status is not None:
706
+ pulumi.set(__self__, "validation_status", validation_status)
707
+
708
+ @_builtins.property
709
+ @pulumi.getter(name="backupPreparationStatus")
710
+ def backup_preparation_status(self) -> Optional[_builtins.str]:
711
+ """
712
+ Indicates whether the backup has been prepared successfully. PREPARED: The backup is prepared one. NOT_PREPARED: The backup is not prepared.
713
+ """
714
+ return pulumi.get(self, "backup_preparation_status")
715
+
716
+ @_builtins.property
717
+ @pulumi.getter(name="errorMessage")
718
+ def error_message(self) -> Optional[_builtins.str]:
719
+ """
720
+ Error message if the backup validation has failed.
721
+ """
722
+ return pulumi.get(self, "error_message")
723
+
724
+ @_builtins.property
725
+ @pulumi.getter(name="estimatedRestoreDuration")
726
+ def estimated_restore_duration(self) -> Optional[_builtins.str]:
727
+ """
728
+ The estimated restore duration of the backup.
729
+ """
730
+ return pulumi.get(self, "estimated_restore_duration")
731
+
732
+ @_builtins.property
733
+ @pulumi.getter(name="preparedBackupDetails")
734
+ def prepared_backup_details(self) -> Optional[Sequence['outputs.MysqlBackupBackupValidationDetailPreparedBackupDetail']]:
735
+ """
736
+ Prepared backup details.
737
+ """
738
+ return pulumi.get(self, "prepared_backup_details")
739
+
740
+ @_builtins.property
741
+ @pulumi.getter(name="timeLastValidated")
742
+ def time_last_validated(self) -> Optional[_builtins.str]:
743
+ """
744
+ The date and time of the most recent validation performed on the backup.
745
+ """
746
+ return pulumi.get(self, "time_last_validated")
747
+
748
+ @_builtins.property
749
+ @pulumi.getter(name="validationStatus")
750
+ def validation_status(self) -> Optional[_builtins.str]:
751
+ """
752
+ The status of backup validation: NOT_VALIDATED (Default): The backup has not been validated. VALIDATED: The backup has been validated successfully. NEEDS_ATTENTION: The backup validation failed due to a transient issue. Validation should be retried. FAILED: The backup cannot be restored.
753
+ """
754
+ return pulumi.get(self, "validation_status")
755
+
756
+
757
+ @pulumi.output_type
758
+ class MysqlBackupBackupValidationDetailPreparedBackupDetail(dict):
759
+ @staticmethod
760
+ def __key_warning(key: str):
761
+ suggest = None
762
+ if key == "preparedBackupRestoreReductionInMinutes":
763
+ suggest = "prepared_backup_restore_reduction_in_minutes"
764
+ elif key == "timePrepared":
765
+ suggest = "time_prepared"
766
+
767
+ if suggest:
768
+ pulumi.log.warn(f"Key '{key}' not found in MysqlBackupBackupValidationDetailPreparedBackupDetail. Access the value via the '{suggest}' property getter instead.")
769
+
770
+ def __getitem__(self, key: str) -> Any:
771
+ MysqlBackupBackupValidationDetailPreparedBackupDetail.__key_warning(key)
772
+ return super().__getitem__(key)
773
+
774
+ def get(self, key: str, default = None) -> Any:
775
+ MysqlBackupBackupValidationDetailPreparedBackupDetail.__key_warning(key)
776
+ return super().get(key, default)
777
+
778
+ def __init__(__self__, *,
779
+ prepared_backup_restore_reduction_in_minutes: Optional[_builtins.int] = None,
780
+ time_prepared: Optional[_builtins.str] = None):
781
+ """
782
+ :param _builtins.int prepared_backup_restore_reduction_in_minutes: The estimated time saving when this prepared backup is restored.
783
+ :param _builtins.str time_prepared: The date and time the backup was prepared.
784
+ """
785
+ if prepared_backup_restore_reduction_in_minutes is not None:
786
+ pulumi.set(__self__, "prepared_backup_restore_reduction_in_minutes", prepared_backup_restore_reduction_in_minutes)
787
+ if time_prepared is not None:
788
+ pulumi.set(__self__, "time_prepared", time_prepared)
789
+
790
+ @_builtins.property
791
+ @pulumi.getter(name="preparedBackupRestoreReductionInMinutes")
792
+ def prepared_backup_restore_reduction_in_minutes(self) -> Optional[_builtins.int]:
793
+ """
794
+ The estimated time saving when this prepared backup is restored.
795
+ """
796
+ return pulumi.get(self, "prepared_backup_restore_reduction_in_minutes")
797
+
798
+ @_builtins.property
799
+ @pulumi.getter(name="timePrepared")
800
+ def time_prepared(self) -> Optional[_builtins.str]:
801
+ """
802
+ The date and time the backup was prepared.
803
+ """
804
+ return pulumi.get(self, "time_prepared")
805
+
806
+
658
807
  @pulumi.output_type
659
808
  class MysqlBackupDbSystemSnapshot(dict):
660
809
  @staticmethod
@@ -2040,6 +2189,41 @@ class MysqlBackupSourceDetails(dict):
2040
2189
  return pulumi.get(self, "region")
2041
2190
 
2042
2191
 
2192
+ @pulumi.output_type
2193
+ class MysqlBackupValidateBackupDetail(dict):
2194
+ @staticmethod
2195
+ def __key_warning(key: str):
2196
+ suggest = None
2197
+ if key == "isPreparedBackupRequired":
2198
+ suggest = "is_prepared_backup_required"
2199
+
2200
+ if suggest:
2201
+ pulumi.log.warn(f"Key '{key}' not found in MysqlBackupValidateBackupDetail. Access the value via the '{suggest}' property getter instead.")
2202
+
2203
+ def __getitem__(self, key: str) -> Any:
2204
+ MysqlBackupValidateBackupDetail.__key_warning(key)
2205
+ return super().__getitem__(key)
2206
+
2207
+ def get(self, key: str, default = None) -> Any:
2208
+ MysqlBackupValidateBackupDetail.__key_warning(key)
2209
+ return super().get(key, default)
2210
+
2211
+ def __init__(__self__, *,
2212
+ is_prepared_backup_required: _builtins.bool):
2213
+ """
2214
+ :param _builtins.bool is_prepared_backup_required: Specifies whether the backup needs to be prepared for fast restore or not. Set to true to prepare the backup **Note:** Prepare backup is a one time operation, therefore this field can be set to true only once.
2215
+ """
2216
+ pulumi.set(__self__, "is_prepared_backup_required", is_prepared_backup_required)
2217
+
2218
+ @_builtins.property
2219
+ @pulumi.getter(name="isPreparedBackupRequired")
2220
+ def is_prepared_backup_required(self) -> _builtins.bool:
2221
+ """
2222
+ Specifies whether the backup needs to be prepared for fast restore or not. Set to true to prepare the backup **Note:** Prepare backup is a one time operation, therefore this field can be set to true only once.
2223
+ """
2224
+ return pulumi.get(self, "is_prepared_backup_required")
2225
+
2226
+
2043
2227
  @pulumi.output_type
2044
2228
  class MysqlConfigurationInitVariables(dict):
2045
2229
  @staticmethod
@@ -6856,6 +7040,108 @@ class GetHeatWaveClusterClusterNodeResult(dict):
6856
7040
  return pulumi.get(self, "time_updated")
6857
7041
 
6858
7042
 
7043
+ @pulumi.output_type
7044
+ class GetMysqlBackupBackupValidationDetailResult(dict):
7045
+ def __init__(__self__, *,
7046
+ backup_preparation_status: _builtins.str,
7047
+ error_message: _builtins.str,
7048
+ estimated_restore_duration: _builtins.str,
7049
+ prepared_backup_details: Sequence['outputs.GetMysqlBackupBackupValidationDetailPreparedBackupDetailResult'],
7050
+ time_last_validated: _builtins.str,
7051
+ validation_status: _builtins.str):
7052
+ """
7053
+ :param _builtins.str backup_preparation_status: Indicates whether the backup has been prepared successfully. PREPARED: The backup is prepared one. NOT_PREPARED: The backup is not prepared.
7054
+ :param _builtins.str error_message: Error message if the backup validation has failed.
7055
+ :param _builtins.str estimated_restore_duration: The estimated restore duration of the backup.
7056
+ :param Sequence['GetMysqlBackupBackupValidationDetailPreparedBackupDetailArgs'] prepared_backup_details: Prepared backup details.
7057
+ :param _builtins.str time_last_validated: The date and time of the most recent validation performed on the backup.
7058
+ :param _builtins.str validation_status: The status of backup validation: NOT_VALIDATED (Default): The backup has not been validated. VALIDATED: The backup has been validated successfully. NEEDS_ATTENTION: The backup validation failed due to a transient issue. Validation should be retried. FAILED: The backup cannot be restored.
7059
+ """
7060
+ pulumi.set(__self__, "backup_preparation_status", backup_preparation_status)
7061
+ pulumi.set(__self__, "error_message", error_message)
7062
+ pulumi.set(__self__, "estimated_restore_duration", estimated_restore_duration)
7063
+ pulumi.set(__self__, "prepared_backup_details", prepared_backup_details)
7064
+ pulumi.set(__self__, "time_last_validated", time_last_validated)
7065
+ pulumi.set(__self__, "validation_status", validation_status)
7066
+
7067
+ @_builtins.property
7068
+ @pulumi.getter(name="backupPreparationStatus")
7069
+ def backup_preparation_status(self) -> _builtins.str:
7070
+ """
7071
+ Indicates whether the backup has been prepared successfully. PREPARED: The backup is prepared one. NOT_PREPARED: The backup is not prepared.
7072
+ """
7073
+ return pulumi.get(self, "backup_preparation_status")
7074
+
7075
+ @_builtins.property
7076
+ @pulumi.getter(name="errorMessage")
7077
+ def error_message(self) -> _builtins.str:
7078
+ """
7079
+ Error message if the backup validation has failed.
7080
+ """
7081
+ return pulumi.get(self, "error_message")
7082
+
7083
+ @_builtins.property
7084
+ @pulumi.getter(name="estimatedRestoreDuration")
7085
+ def estimated_restore_duration(self) -> _builtins.str:
7086
+ """
7087
+ The estimated restore duration of the backup.
7088
+ """
7089
+ return pulumi.get(self, "estimated_restore_duration")
7090
+
7091
+ @_builtins.property
7092
+ @pulumi.getter(name="preparedBackupDetails")
7093
+ def prepared_backup_details(self) -> Sequence['outputs.GetMysqlBackupBackupValidationDetailPreparedBackupDetailResult']:
7094
+ """
7095
+ Prepared backup details.
7096
+ """
7097
+ return pulumi.get(self, "prepared_backup_details")
7098
+
7099
+ @_builtins.property
7100
+ @pulumi.getter(name="timeLastValidated")
7101
+ def time_last_validated(self) -> _builtins.str:
7102
+ """
7103
+ The date and time of the most recent validation performed on the backup.
7104
+ """
7105
+ return pulumi.get(self, "time_last_validated")
7106
+
7107
+ @_builtins.property
7108
+ @pulumi.getter(name="validationStatus")
7109
+ def validation_status(self) -> _builtins.str:
7110
+ """
7111
+ The status of backup validation: NOT_VALIDATED (Default): The backup has not been validated. VALIDATED: The backup has been validated successfully. NEEDS_ATTENTION: The backup validation failed due to a transient issue. Validation should be retried. FAILED: The backup cannot be restored.
7112
+ """
7113
+ return pulumi.get(self, "validation_status")
7114
+
7115
+
7116
+ @pulumi.output_type
7117
+ class GetMysqlBackupBackupValidationDetailPreparedBackupDetailResult(dict):
7118
+ def __init__(__self__, *,
7119
+ prepared_backup_restore_reduction_in_minutes: _builtins.int,
7120
+ time_prepared: _builtins.str):
7121
+ """
7122
+ :param _builtins.int prepared_backup_restore_reduction_in_minutes: The estimated time saving when this prepared backup is restored.
7123
+ :param _builtins.str time_prepared: The date and time the backup was prepared.
7124
+ """
7125
+ pulumi.set(__self__, "prepared_backup_restore_reduction_in_minutes", prepared_backup_restore_reduction_in_minutes)
7126
+ pulumi.set(__self__, "time_prepared", time_prepared)
7127
+
7128
+ @_builtins.property
7129
+ @pulumi.getter(name="preparedBackupRestoreReductionInMinutes")
7130
+ def prepared_backup_restore_reduction_in_minutes(self) -> _builtins.int:
7131
+ """
7132
+ The estimated time saving when this prepared backup is restored.
7133
+ """
7134
+ return pulumi.get(self, "prepared_backup_restore_reduction_in_minutes")
7135
+
7136
+ @_builtins.property
7137
+ @pulumi.getter(name="timePrepared")
7138
+ def time_prepared(self) -> _builtins.str:
7139
+ """
7140
+ The date and time the backup was prepared.
7141
+ """
7142
+ return pulumi.get(self, "time_prepared")
7143
+
7144
+
6859
7145
  @pulumi.output_type
6860
7146
  class GetMysqlBackupDbSystemSnapshotResult(dict):
6861
7147
  def __init__(__self__, *,
@@ -7830,9 +8116,22 @@ class GetMysqlBackupSourceDetailResult(dict):
7830
8116
  return pulumi.get(self, "region")
7831
8117
 
7832
8118
 
8119
+ @pulumi.output_type
8120
+ class GetMysqlBackupValidateBackupDetailResult(dict):
8121
+ def __init__(__self__, *,
8122
+ is_prepared_backup_required: _builtins.bool):
8123
+ pulumi.set(__self__, "is_prepared_backup_required", is_prepared_backup_required)
8124
+
8125
+ @_builtins.property
8126
+ @pulumi.getter(name="isPreparedBackupRequired")
8127
+ def is_prepared_backup_required(self) -> _builtins.bool:
8128
+ return pulumi.get(self, "is_prepared_backup_required")
8129
+
8130
+
7833
8131
  @pulumi.output_type
7834
8132
  class GetMysqlBackupsBackupResult(dict):
7835
8133
  def __init__(__self__, *,
8134
+ backup_preparation_status: _builtins.str,
7836
8135
  backup_size_in_gbs: _builtins.int,
7837
8136
  backup_type: _builtins.str,
7838
8137
  compartment_id: _builtins.str,
@@ -7840,7 +8139,6 @@ class GetMysqlBackupsBackupResult(dict):
7840
8139
  data_storage_size_in_gb: _builtins.int,
7841
8140
  db_system_id: _builtins.str,
7842
8141
  db_system_snapshot_summaries: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotSummaryResult'],
7843
- db_system_snapshots: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotResult'],
7844
8142
  defined_tags: Mapping[str, _builtins.str],
7845
8143
  description: _builtins.str,
7846
8144
  display_name: _builtins.str,
@@ -7854,20 +8152,19 @@ class GetMysqlBackupsBackupResult(dict):
7854
8152
  retention_in_days: _builtins.int,
7855
8153
  shape_name: _builtins.str,
7856
8154
  soft_delete: _builtins.str,
7857
- source_details: Sequence['outputs.GetMysqlBackupsBackupSourceDetailResult'],
7858
8155
  state: _builtins.str,
7859
8156
  system_tags: Mapping[str, _builtins.str],
7860
8157
  time_copy_created: _builtins.str,
7861
8158
  time_created: _builtins.str,
7862
- time_updated: _builtins.str):
8159
+ validation_status: _builtins.str):
7863
8160
  """
8161
+ :param _builtins.str backup_preparation_status: Indicates whether the backup has been prepared successfully. PREPARED: The backup is prepared one. NOT_PREPARED: The backup is not prepared.
7864
8162
  :param _builtins.int backup_size_in_gbs: The size of the backup in base-2 (IEC) gibibytes. (GiB).
7865
8163
  :param _builtins.str backup_type: The type of backup.
7866
8164
  :param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
7867
8165
  :param _builtins.str creation_type: Backup creationType
7868
8166
  :param _builtins.int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
7869
8167
  :param _builtins.str db_system_id: The DB System [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
7870
- :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotArgs'] db_system_snapshots: Snapshot of the DbSystem details at the time of the backup
7871
8168
  :param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
7872
8169
  :param _builtins.str description: A user-supplied description for the backup.
7873
8170
  :param _builtins.str display_name: A filter to return only the resource matching the given display name exactly.
@@ -7885,8 +8182,9 @@ class GetMysqlBackupsBackupResult(dict):
7885
8182
  :param Mapping[str, _builtins.str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
7886
8183
  :param _builtins.str time_copy_created: The date and time the DB system backup copy was created, as described by [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
7887
8184
  :param _builtins.str time_created: The time the backup record was created.
7888
- :param _builtins.str time_updated: The time at which the backup was updated.
8185
+ :param _builtins.str validation_status: The status of backup validation: NOT_VALIDATED (Default): The backup has not been validated. VALIDATED: The backup has been validated successfully. NEEDS_ATTENTION: The backup validation failed due to a transient issue. Validation should be retried. FAILED: The backup cannot be restored.
7889
8186
  """
8187
+ pulumi.set(__self__, "backup_preparation_status", backup_preparation_status)
7890
8188
  pulumi.set(__self__, "backup_size_in_gbs", backup_size_in_gbs)
7891
8189
  pulumi.set(__self__, "backup_type", backup_type)
7892
8190
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -7894,7 +8192,6 @@ class GetMysqlBackupsBackupResult(dict):
7894
8192
  pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
7895
8193
  pulumi.set(__self__, "db_system_id", db_system_id)
7896
8194
  pulumi.set(__self__, "db_system_snapshot_summaries", db_system_snapshot_summaries)
7897
- pulumi.set(__self__, "db_system_snapshots", db_system_snapshots)
7898
8195
  pulumi.set(__self__, "defined_tags", defined_tags)
7899
8196
  pulumi.set(__self__, "description", description)
7900
8197
  pulumi.set(__self__, "display_name", display_name)
@@ -7908,12 +8205,19 @@ class GetMysqlBackupsBackupResult(dict):
7908
8205
  pulumi.set(__self__, "retention_in_days", retention_in_days)
7909
8206
  pulumi.set(__self__, "shape_name", shape_name)
7910
8207
  pulumi.set(__self__, "soft_delete", soft_delete)
7911
- pulumi.set(__self__, "source_details", source_details)
7912
8208
  pulumi.set(__self__, "state", state)
7913
8209
  pulumi.set(__self__, "system_tags", system_tags)
7914
8210
  pulumi.set(__self__, "time_copy_created", time_copy_created)
7915
8211
  pulumi.set(__self__, "time_created", time_created)
7916
- pulumi.set(__self__, "time_updated", time_updated)
8212
+ pulumi.set(__self__, "validation_status", validation_status)
8213
+
8214
+ @_builtins.property
8215
+ @pulumi.getter(name="backupPreparationStatus")
8216
+ def backup_preparation_status(self) -> _builtins.str:
8217
+ """
8218
+ Indicates whether the backup has been prepared successfully. PREPARED: The backup is prepared one. NOT_PREPARED: The backup is not prepared.
8219
+ """
8220
+ return pulumi.get(self, "backup_preparation_status")
7917
8221
 
7918
8222
  @_builtins.property
7919
8223
  @pulumi.getter(name="backupSizeInGbs")
@@ -7968,14 +8272,6 @@ class GetMysqlBackupsBackupResult(dict):
7968
8272
  def db_system_snapshot_summaries(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotSummaryResult']:
7969
8273
  return pulumi.get(self, "db_system_snapshot_summaries")
7970
8274
 
7971
- @_builtins.property
7972
- @pulumi.getter(name="dbSystemSnapshots")
7973
- def db_system_snapshots(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotResult']:
7974
- """
7975
- Snapshot of the DbSystem details at the time of the backup
7976
- """
7977
- return pulumi.get(self, "db_system_snapshots")
7978
-
7979
8275
  @_builtins.property
7980
8276
  @pulumi.getter(name="definedTags")
7981
8277
  def defined_tags(self) -> Mapping[str, _builtins.str]:
@@ -8080,11 +8376,6 @@ class GetMysqlBackupsBackupResult(dict):
8080
8376
  """
8081
8377
  return pulumi.get(self, "soft_delete")
8082
8378
 
8083
- @_builtins.property
8084
- @pulumi.getter(name="sourceDetails")
8085
- def source_details(self) -> Sequence['outputs.GetMysqlBackupsBackupSourceDetailResult']:
8086
- return pulumi.get(self, "source_details")
8087
-
8088
8379
  @_builtins.property
8089
8380
  @pulumi.getter
8090
8381
  def state(self) -> _builtins.str:
@@ -8118,917 +8409,52 @@ class GetMysqlBackupsBackupResult(dict):
8118
8409
  return pulumi.get(self, "time_created")
8119
8410
 
8120
8411
  @_builtins.property
8121
- @pulumi.getter(name="timeUpdated")
8122
- def time_updated(self) -> _builtins.str:
8412
+ @pulumi.getter(name="validationStatus")
8413
+ def validation_status(self) -> _builtins.str:
8123
8414
  """
8124
- The time at which the backup was updated.
8415
+ The status of backup validation: NOT_VALIDATED (Default): The backup has not been validated. VALIDATED: The backup has been validated successfully. NEEDS_ATTENTION: The backup validation failed due to a transient issue. Validation should be retried. FAILED: The backup cannot be restored.
8125
8416
  """
8126
- return pulumi.get(self, "time_updated")
8417
+ return pulumi.get(self, "validation_status")
8127
8418
 
8128
8419
 
8129
8420
  @pulumi.output_type
8130
- class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
8421
+ class GetMysqlBackupsBackupDbSystemSnapshotSummaryResult(dict):
8131
8422
  def __init__(__self__, *,
8132
- admin_username: _builtins.str,
8133
- availability_domain: _builtins.str,
8134
- backup_policies: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyResult'],
8135
- compartment_id: _builtins.str,
8136
- configuration_id: _builtins.str,
8137
- crash_recovery: _builtins.str,
8138
- data_storage_size_in_gb: _builtins.int,
8139
- data_storages: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult'],
8140
- database_management: _builtins.str,
8141
- defined_tags: Mapping[str, _builtins.str],
8142
- deletion_policies: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult'],
8143
- description: _builtins.str,
8144
8423
  display_name: _builtins.str,
8145
- encrypt_datas: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotEncryptDataResult'],
8146
- endpoints: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotEndpointResult'],
8147
- fault_domain: _builtins.str,
8148
- freeform_tags: Mapping[str, _builtins.str],
8149
- hostname_label: _builtins.str,
8150
8424
  id: _builtins.str,
8151
- ip_address: _builtins.str,
8152
- is_highly_available: _builtins.bool,
8153
- maintenances: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotMaintenanceResult'],
8154
- mysql_version: _builtins.str,
8155
- nsg_ids: Sequence[_builtins.str],
8156
- port: _builtins.int,
8157
- port_x: _builtins.int,
8158
- read_endpoints: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotReadEndpointResult'],
8159
- region: _builtins.str,
8160
- rests: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotRestResult'],
8161
- secure_connections: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotSecureConnectionResult'],
8162
- shape_name: _builtins.str,
8163
- subnet_id: _builtins.str):
8425
+ region: _builtins.str):
8164
8426
  """
8165
- :param _builtins.str admin_username: The username for the administrative user.
8166
- :param _builtins.str availability_domain: The Availability Domain where the primary DB System should be located.
8167
- :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyArgs'] backup_policies: The Backup policy for the DB System.
8168
- :param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
8169
- :param _builtins.str configuration_id: The OCID of the Configuration to be used for Instances in this DB System.
8170
- :param _builtins.str crash_recovery: Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
8171
- :param _builtins.int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
8172
- :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotDataStorageArgs'] data_storages: Data Storage information.
8173
- :param _builtins.str database_management: Whether to enable monitoring via the Database Management service.
8174
- :param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
8175
- :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
8176
- :param _builtins.str description: A user-supplied description for the backup.
8177
8427
  :param _builtins.str display_name: A filter to return only the resource matching the given display name exactly.
8178
- :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotEncryptDataArgs'] encrypt_datas: Encrypt data details.
8179
- :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotEndpointArgs'] endpoints: The network endpoints available for this DB System.
8180
- :param _builtins.str fault_domain: The name of the Fault Domain the DB System is located in.
8181
- :param Mapping[str, _builtins.str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
8182
- :param _builtins.str hostname_label: The hostname for the primary endpoint of the DB System. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, "dbsystem-1" in FQDN "dbsystem-1.subnet123.vcn1.oraclevcn.com"). Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
8183
8428
  :param _builtins.str id: OCID of the backup itself
8184
- :param _builtins.str ip_address: The IP address the DB System is configured to listen on. A private IP address of the primary endpoint of the DB System. Must be an available IP address within the subnet's CIDR. This will be a "dotted-quad" style IPv4 address.
8185
- :param _builtins.bool is_highly_available: Specifies if the DB System is highly available.
8186
- :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotMaintenanceArgs'] maintenances: The Maintenance Policy for the DB System or Read Replica that this model is included in.
8187
- :param _builtins.str mysql_version: The MySQL server version of the DB System used for backup.
8188
- :param Sequence[_builtins.str] nsg_ids: Network Security Group OCIDs used for the VNIC attachment.
8189
- :param _builtins.int port: The port for REST to listen on. Supported port numbers are 443 and from 1024 to 65535.
8190
- :param _builtins.int port_x: The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
8191
- :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotReadEndpointArgs'] read_endpoints: The read endpoint of a DB System.
8192
8429
  :param _builtins.str region: The region identifier of the region where the DB system exists. For more information, please see [Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm).
8193
- :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotRestArgs'] rests: REST configuration details.
8194
- :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotSecureConnectionArgs'] secure_connections: Secure connection configuration details.
8195
- :param _builtins.str shape_name: The shape of the DB System instance used for backup.
8196
- :param _builtins.str subnet_id: The OCID of the subnet the DB System is associated with.
8197
8430
  """
8198
- pulumi.set(__self__, "admin_username", admin_username)
8199
- pulumi.set(__self__, "availability_domain", availability_domain)
8200
- pulumi.set(__self__, "backup_policies", backup_policies)
8201
- pulumi.set(__self__, "compartment_id", compartment_id)
8202
- pulumi.set(__self__, "configuration_id", configuration_id)
8203
- pulumi.set(__self__, "crash_recovery", crash_recovery)
8204
- pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
8205
- pulumi.set(__self__, "data_storages", data_storages)
8206
- pulumi.set(__self__, "database_management", database_management)
8207
- pulumi.set(__self__, "defined_tags", defined_tags)
8208
- pulumi.set(__self__, "deletion_policies", deletion_policies)
8209
- pulumi.set(__self__, "description", description)
8210
8431
  pulumi.set(__self__, "display_name", display_name)
8211
- pulumi.set(__self__, "encrypt_datas", encrypt_datas)
8212
- pulumi.set(__self__, "endpoints", endpoints)
8213
- pulumi.set(__self__, "fault_domain", fault_domain)
8214
- pulumi.set(__self__, "freeform_tags", freeform_tags)
8215
- pulumi.set(__self__, "hostname_label", hostname_label)
8216
8432
  pulumi.set(__self__, "id", id)
8217
- pulumi.set(__self__, "ip_address", ip_address)
8218
- pulumi.set(__self__, "is_highly_available", is_highly_available)
8219
- pulumi.set(__self__, "maintenances", maintenances)
8220
- pulumi.set(__self__, "mysql_version", mysql_version)
8221
- pulumi.set(__self__, "nsg_ids", nsg_ids)
8222
- pulumi.set(__self__, "port", port)
8223
- pulumi.set(__self__, "port_x", port_x)
8224
- pulumi.set(__self__, "read_endpoints", read_endpoints)
8225
8433
  pulumi.set(__self__, "region", region)
8226
- pulumi.set(__self__, "rests", rests)
8227
- pulumi.set(__self__, "secure_connections", secure_connections)
8228
- pulumi.set(__self__, "shape_name", shape_name)
8229
- pulumi.set(__self__, "subnet_id", subnet_id)
8230
8434
 
8231
8435
  @_builtins.property
8232
- @pulumi.getter(name="adminUsername")
8233
- def admin_username(self) -> _builtins.str:
8436
+ @pulumi.getter(name="displayName")
8437
+ def display_name(self) -> _builtins.str:
8234
8438
  """
8235
- The username for the administrative user.
8439
+ A filter to return only the resource matching the given display name exactly.
8236
8440
  """
8237
- return pulumi.get(self, "admin_username")
8441
+ return pulumi.get(self, "display_name")
8238
8442
 
8239
8443
  @_builtins.property
8240
- @pulumi.getter(name="availabilityDomain")
8241
- def availability_domain(self) -> _builtins.str:
8444
+ @pulumi.getter
8445
+ def id(self) -> _builtins.str:
8242
8446
  """
8243
- The Availability Domain where the primary DB System should be located.
8447
+ OCID of the backup itself
8244
8448
  """
8245
- return pulumi.get(self, "availability_domain")
8449
+ return pulumi.get(self, "id")
8246
8450
 
8247
8451
  @_builtins.property
8248
- @pulumi.getter(name="backupPolicies")
8249
- def backup_policies(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyResult']:
8452
+ @pulumi.getter
8453
+ def region(self) -> _builtins.str:
8250
8454
  """
8251
- The Backup policy for the DB System.
8455
+ The region identifier of the region where the DB system exists. For more information, please see [Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm).
8252
8456
  """
8253
- return pulumi.get(self, "backup_policies")
8254
-
8255
- @_builtins.property
8256
- @pulumi.getter(name="compartmentId")
8257
- def compartment_id(self) -> _builtins.str:
8258
- """
8259
- The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
8260
- """
8261
- return pulumi.get(self, "compartment_id")
8262
-
8263
- @_builtins.property
8264
- @pulumi.getter(name="configurationId")
8265
- def configuration_id(self) -> _builtins.str:
8266
- """
8267
- The OCID of the Configuration to be used for Instances in this DB System.
8268
- """
8269
- return pulumi.get(self, "configuration_id")
8270
-
8271
- @_builtins.property
8272
- @pulumi.getter(name="crashRecovery")
8273
- def crash_recovery(self) -> _builtins.str:
8274
- """
8275
- Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
8276
- """
8277
- return pulumi.get(self, "crash_recovery")
8278
-
8279
- @_builtins.property
8280
- @pulumi.getter(name="dataStorageSizeInGb")
8281
- def data_storage_size_in_gb(self) -> _builtins.int:
8282
- """
8283
- DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
8284
- """
8285
- return pulumi.get(self, "data_storage_size_in_gb")
8286
-
8287
- @_builtins.property
8288
- @pulumi.getter(name="dataStorages")
8289
- def data_storages(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult']:
8290
- """
8291
- Data Storage information.
8292
- """
8293
- return pulumi.get(self, "data_storages")
8294
-
8295
- @_builtins.property
8296
- @pulumi.getter(name="databaseManagement")
8297
- def database_management(self) -> _builtins.str:
8298
- """
8299
- Whether to enable monitoring via the Database Management service.
8300
- """
8301
- return pulumi.get(self, "database_management")
8302
-
8303
- @_builtins.property
8304
- @pulumi.getter(name="definedTags")
8305
- def defined_tags(self) -> Mapping[str, _builtins.str]:
8306
- """
8307
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
8308
- """
8309
- return pulumi.get(self, "defined_tags")
8310
-
8311
- @_builtins.property
8312
- @pulumi.getter(name="deletionPolicies")
8313
- def deletion_policies(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult']:
8314
- """
8315
- The Deletion policy for the DB System.
8316
- """
8317
- return pulumi.get(self, "deletion_policies")
8318
-
8319
- @_builtins.property
8320
- @pulumi.getter
8321
- def description(self) -> _builtins.str:
8322
- """
8323
- A user-supplied description for the backup.
8324
- """
8325
- return pulumi.get(self, "description")
8326
-
8327
- @_builtins.property
8328
- @pulumi.getter(name="displayName")
8329
- def display_name(self) -> _builtins.str:
8330
- """
8331
- A filter to return only the resource matching the given display name exactly.
8332
- """
8333
- return pulumi.get(self, "display_name")
8334
-
8335
- @_builtins.property
8336
- @pulumi.getter(name="encryptDatas")
8337
- def encrypt_datas(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotEncryptDataResult']:
8338
- """
8339
- Encrypt data details.
8340
- """
8341
- return pulumi.get(self, "encrypt_datas")
8342
-
8343
- @_builtins.property
8344
- @pulumi.getter
8345
- def endpoints(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotEndpointResult']:
8346
- """
8347
- The network endpoints available for this DB System.
8348
- """
8349
- return pulumi.get(self, "endpoints")
8350
-
8351
- @_builtins.property
8352
- @pulumi.getter(name="faultDomain")
8353
- def fault_domain(self) -> _builtins.str:
8354
- """
8355
- The name of the Fault Domain the DB System is located in.
8356
- """
8357
- return pulumi.get(self, "fault_domain")
8358
-
8359
- @_builtins.property
8360
- @pulumi.getter(name="freeformTags")
8361
- def freeform_tags(self) -> Mapping[str, _builtins.str]:
8362
- """
8363
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
8364
- """
8365
- return pulumi.get(self, "freeform_tags")
8366
-
8367
- @_builtins.property
8368
- @pulumi.getter(name="hostnameLabel")
8369
- def hostname_label(self) -> _builtins.str:
8370
- """
8371
- The hostname for the primary endpoint of the DB System. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, "dbsystem-1" in FQDN "dbsystem-1.subnet123.vcn1.oraclevcn.com"). Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
8372
- """
8373
- return pulumi.get(self, "hostname_label")
8374
-
8375
- @_builtins.property
8376
- @pulumi.getter
8377
- def id(self) -> _builtins.str:
8378
- """
8379
- OCID of the backup itself
8380
- """
8381
- return pulumi.get(self, "id")
8382
-
8383
- @_builtins.property
8384
- @pulumi.getter(name="ipAddress")
8385
- def ip_address(self) -> _builtins.str:
8386
- """
8387
- The IP address the DB System is configured to listen on. A private IP address of the primary endpoint of the DB System. Must be an available IP address within the subnet's CIDR. This will be a "dotted-quad" style IPv4 address.
8388
- """
8389
- return pulumi.get(self, "ip_address")
8390
-
8391
- @_builtins.property
8392
- @pulumi.getter(name="isHighlyAvailable")
8393
- def is_highly_available(self) -> _builtins.bool:
8394
- """
8395
- Specifies if the DB System is highly available.
8396
- """
8397
- return pulumi.get(self, "is_highly_available")
8398
-
8399
- @_builtins.property
8400
- @pulumi.getter
8401
- def maintenances(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotMaintenanceResult']:
8402
- """
8403
- The Maintenance Policy for the DB System or Read Replica that this model is included in.
8404
- """
8405
- return pulumi.get(self, "maintenances")
8406
-
8407
- @_builtins.property
8408
- @pulumi.getter(name="mysqlVersion")
8409
- def mysql_version(self) -> _builtins.str:
8410
- """
8411
- The MySQL server version of the DB System used for backup.
8412
- """
8413
- return pulumi.get(self, "mysql_version")
8414
-
8415
- @_builtins.property
8416
- @pulumi.getter(name="nsgIds")
8417
- def nsg_ids(self) -> Sequence[_builtins.str]:
8418
- """
8419
- Network Security Group OCIDs used for the VNIC attachment.
8420
- """
8421
- return pulumi.get(self, "nsg_ids")
8422
-
8423
- @_builtins.property
8424
- @pulumi.getter
8425
- def port(self) -> _builtins.int:
8426
- """
8427
- The port for REST to listen on. Supported port numbers are 443 and from 1024 to 65535.
8428
- """
8429
- return pulumi.get(self, "port")
8430
-
8431
- @_builtins.property
8432
- @pulumi.getter(name="portX")
8433
- def port_x(self) -> _builtins.int:
8434
- """
8435
- The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
8436
- """
8437
- return pulumi.get(self, "port_x")
8438
-
8439
- @_builtins.property
8440
- @pulumi.getter(name="readEndpoints")
8441
- def read_endpoints(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotReadEndpointResult']:
8442
- """
8443
- The read endpoint of a DB System.
8444
- """
8445
- return pulumi.get(self, "read_endpoints")
8446
-
8447
- @_builtins.property
8448
- @pulumi.getter
8449
- def region(self) -> _builtins.str:
8450
- """
8451
- The region identifier of the region where the DB system exists. For more information, please see [Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm).
8452
- """
8453
- return pulumi.get(self, "region")
8454
-
8455
- @_builtins.property
8456
- @pulumi.getter
8457
- def rests(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotRestResult']:
8458
- """
8459
- REST configuration details.
8460
- """
8461
- return pulumi.get(self, "rests")
8462
-
8463
- @_builtins.property
8464
- @pulumi.getter(name="secureConnections")
8465
- def secure_connections(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotSecureConnectionResult']:
8466
- """
8467
- Secure connection configuration details.
8468
- """
8469
- return pulumi.get(self, "secure_connections")
8470
-
8471
- @_builtins.property
8472
- @pulumi.getter(name="shapeName")
8473
- def shape_name(self) -> _builtins.str:
8474
- """
8475
- The shape of the DB System instance used for backup.
8476
- """
8477
- return pulumi.get(self, "shape_name")
8478
-
8479
- @_builtins.property
8480
- @pulumi.getter(name="subnetId")
8481
- def subnet_id(self) -> _builtins.str:
8482
- """
8483
- The OCID of the subnet the DB System is associated with.
8484
- """
8485
- return pulumi.get(self, "subnet_id")
8486
-
8487
-
8488
- @pulumi.output_type
8489
- class GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyResult(dict):
8490
- def __init__(__self__, *,
8491
- copy_policies: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyCopyPolicyResult'],
8492
- defined_tags: Mapping[str, _builtins.str],
8493
- freeform_tags: Mapping[str, _builtins.str],
8494
- is_enabled: _builtins.bool,
8495
- pitr_policies: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult'],
8496
- retention_in_days: _builtins.int,
8497
- soft_delete: _builtins.str,
8498
- window_start_time: _builtins.str):
8499
- """
8500
- :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyCopyPolicyArgs'] copy_policies: List of policies of a DB system to schedule cross-region DB system backup copy.
8501
- :param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
8502
- :param Mapping[str, _builtins.str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
8503
- :param _builtins.bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
8504
- :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyArgs'] pitr_policies: The PITR policy for the DB System.
8505
- :param _builtins.int retention_in_days: Number of days to retain this backup.
8506
- :param _builtins.str soft_delete: Backup Soft Delete
8507
- :param _builtins.str window_start_time: The start time of the maintenance window.
8508
- """
8509
- pulumi.set(__self__, "copy_policies", copy_policies)
8510
- pulumi.set(__self__, "defined_tags", defined_tags)
8511
- pulumi.set(__self__, "freeform_tags", freeform_tags)
8512
- pulumi.set(__self__, "is_enabled", is_enabled)
8513
- pulumi.set(__self__, "pitr_policies", pitr_policies)
8514
- pulumi.set(__self__, "retention_in_days", retention_in_days)
8515
- pulumi.set(__self__, "soft_delete", soft_delete)
8516
- pulumi.set(__self__, "window_start_time", window_start_time)
8517
-
8518
- @_builtins.property
8519
- @pulumi.getter(name="copyPolicies")
8520
- def copy_policies(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyCopyPolicyResult']:
8521
- """
8522
- List of policies of a DB system to schedule cross-region DB system backup copy.
8523
- """
8524
- return pulumi.get(self, "copy_policies")
8525
-
8526
- @_builtins.property
8527
- @pulumi.getter(name="definedTags")
8528
- def defined_tags(self) -> Mapping[str, _builtins.str]:
8529
- """
8530
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
8531
- """
8532
- return pulumi.get(self, "defined_tags")
8533
-
8534
- @_builtins.property
8535
- @pulumi.getter(name="freeformTags")
8536
- def freeform_tags(self) -> Mapping[str, _builtins.str]:
8537
- """
8538
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
8539
- """
8540
- return pulumi.get(self, "freeform_tags")
8541
-
8542
- @_builtins.property
8543
- @pulumi.getter(name="isEnabled")
8544
- def is_enabled(self) -> _builtins.bool:
8545
- """
8546
- Specifies if the DB System read endpoint is enabled or not.
8547
- """
8548
- return pulumi.get(self, "is_enabled")
8549
-
8550
- @_builtins.property
8551
- @pulumi.getter(name="pitrPolicies")
8552
- def pitr_policies(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult']:
8553
- """
8554
- The PITR policy for the DB System.
8555
- """
8556
- return pulumi.get(self, "pitr_policies")
8557
-
8558
- @_builtins.property
8559
- @pulumi.getter(name="retentionInDays")
8560
- def retention_in_days(self) -> _builtins.int:
8561
- """
8562
- Number of days to retain this backup.
8563
- """
8564
- return pulumi.get(self, "retention_in_days")
8565
-
8566
- @_builtins.property
8567
- @pulumi.getter(name="softDelete")
8568
- def soft_delete(self) -> _builtins.str:
8569
- """
8570
- Backup Soft Delete
8571
- """
8572
- return pulumi.get(self, "soft_delete")
8573
-
8574
- @_builtins.property
8575
- @pulumi.getter(name="windowStartTime")
8576
- def window_start_time(self) -> _builtins.str:
8577
- """
8578
- The start time of the maintenance window.
8579
- """
8580
- return pulumi.get(self, "window_start_time")
8581
-
8582
-
8583
- @pulumi.output_type
8584
- class GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyCopyPolicyResult(dict):
8585
- def __init__(__self__, *,
8586
- backup_copy_retention_in_days: _builtins.int,
8587
- copy_to_region: _builtins.str):
8588
- """
8589
- :param _builtins.int backup_copy_retention_in_days: Number of days to retain the copied DB system backup.
8590
- :param _builtins.str copy_to_region: The destination region name to which the DB system backup will be copied.
8591
- """
8592
- pulumi.set(__self__, "backup_copy_retention_in_days", backup_copy_retention_in_days)
8593
- pulumi.set(__self__, "copy_to_region", copy_to_region)
8594
-
8595
- @_builtins.property
8596
- @pulumi.getter(name="backupCopyRetentionInDays")
8597
- def backup_copy_retention_in_days(self) -> _builtins.int:
8598
- """
8599
- Number of days to retain the copied DB system backup.
8600
- """
8601
- return pulumi.get(self, "backup_copy_retention_in_days")
8602
-
8603
- @_builtins.property
8604
- @pulumi.getter(name="copyToRegion")
8605
- def copy_to_region(self) -> _builtins.str:
8606
- """
8607
- The destination region name to which the DB system backup will be copied.
8608
- """
8609
- return pulumi.get(self, "copy_to_region")
8610
-
8611
-
8612
- @pulumi.output_type
8613
- class GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult(dict):
8614
- def __init__(__self__, *,
8615
- is_enabled: _builtins.bool):
8616
- """
8617
- :param _builtins.bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
8618
- """
8619
- pulumi.set(__self__, "is_enabled", is_enabled)
8620
-
8621
- @_builtins.property
8622
- @pulumi.getter(name="isEnabled")
8623
- def is_enabled(self) -> _builtins.bool:
8624
- """
8625
- Specifies if the DB System read endpoint is enabled or not.
8626
- """
8627
- return pulumi.get(self, "is_enabled")
8628
-
8629
-
8630
- @pulumi.output_type
8631
- class GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult(dict):
8632
- def __init__(__self__, *,
8633
- allocated_storage_size_in_gbs: _builtins.int,
8634
- data_storage_size_in_gb: _builtins.int,
8635
- data_storage_size_limit_in_gbs: _builtins.int,
8636
- is_auto_expand_storage_enabled: _builtins.bool,
8637
- max_storage_size_in_gbs: _builtins.int):
8638
- """
8639
- :param _builtins.int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
8640
- :param _builtins.int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
8641
- :param _builtins.int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
8642
- :param _builtins.bool is_auto_expand_storage_enabled: Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
8643
- :param _builtins.int max_storage_size_in_gbs: Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
8644
- """
8645
- pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
8646
- pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
8647
- pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
8648
- pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
8649
- pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
8650
-
8651
- @_builtins.property
8652
- @pulumi.getter(name="allocatedStorageSizeInGbs")
8653
- def allocated_storage_size_in_gbs(self) -> _builtins.int:
8654
- """
8655
- The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
8656
- """
8657
- return pulumi.get(self, "allocated_storage_size_in_gbs")
8658
-
8659
- @_builtins.property
8660
- @pulumi.getter(name="dataStorageSizeInGb")
8661
- def data_storage_size_in_gb(self) -> _builtins.int:
8662
- """
8663
- DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
8664
- """
8665
- return pulumi.get(self, "data_storage_size_in_gb")
8666
-
8667
- @_builtins.property
8668
- @pulumi.getter(name="dataStorageSizeLimitInGbs")
8669
- def data_storage_size_limit_in_gbs(self) -> _builtins.int:
8670
- """
8671
- The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
8672
- """
8673
- return pulumi.get(self, "data_storage_size_limit_in_gbs")
8674
-
8675
- @_builtins.property
8676
- @pulumi.getter(name="isAutoExpandStorageEnabled")
8677
- def is_auto_expand_storage_enabled(self) -> _builtins.bool:
8678
- """
8679
- Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
8680
- """
8681
- return pulumi.get(self, "is_auto_expand_storage_enabled")
8682
-
8683
- @_builtins.property
8684
- @pulumi.getter(name="maxStorageSizeInGbs")
8685
- def max_storage_size_in_gbs(self) -> _builtins.int:
8686
- """
8687
- Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
8688
- """
8689
- return pulumi.get(self, "max_storage_size_in_gbs")
8690
-
8691
-
8692
- @pulumi.output_type
8693
- class GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult(dict):
8694
- def __init__(__self__, *,
8695
- automatic_backup_retention: _builtins.str,
8696
- final_backup: _builtins.str,
8697
- is_delete_protected: _builtins.bool):
8698
- """
8699
- :param _builtins.str automatic_backup_retention: Specifies if any automatic backups created for a DB System should be retained or deleted when the DB System is deleted.
8700
- :param _builtins.str final_backup: Specifies whether or not a backup is taken when the DB System is deleted. REQUIRE_FINAL_BACKUP: a backup is taken if the DB System is deleted. SKIP_FINAL_BACKUP: a backup is not taken if the DB System is deleted.
8701
- :param _builtins.bool is_delete_protected: Specifies whether the DB System can be deleted. Set to true to prevent deletion, false (default) to allow.
8702
- """
8703
- pulumi.set(__self__, "automatic_backup_retention", automatic_backup_retention)
8704
- pulumi.set(__self__, "final_backup", final_backup)
8705
- pulumi.set(__self__, "is_delete_protected", is_delete_protected)
8706
-
8707
- @_builtins.property
8708
- @pulumi.getter(name="automaticBackupRetention")
8709
- def automatic_backup_retention(self) -> _builtins.str:
8710
- """
8711
- Specifies if any automatic backups created for a DB System should be retained or deleted when the DB System is deleted.
8712
- """
8713
- return pulumi.get(self, "automatic_backup_retention")
8714
-
8715
- @_builtins.property
8716
- @pulumi.getter(name="finalBackup")
8717
- def final_backup(self) -> _builtins.str:
8718
- """
8719
- Specifies whether or not a backup is taken when the DB System is deleted. REQUIRE_FINAL_BACKUP: a backup is taken if the DB System is deleted. SKIP_FINAL_BACKUP: a backup is not taken if the DB System is deleted.
8720
- """
8721
- return pulumi.get(self, "final_backup")
8722
-
8723
- @_builtins.property
8724
- @pulumi.getter(name="isDeleteProtected")
8725
- def is_delete_protected(self) -> _builtins.bool:
8726
- """
8727
- Specifies whether the DB System can be deleted. Set to true to prevent deletion, false (default) to allow.
8728
- """
8729
- return pulumi.get(self, "is_delete_protected")
8730
-
8731
-
8732
- @pulumi.output_type
8733
- class GetMysqlBackupsBackupDbSystemSnapshotEncryptDataResult(dict):
8734
- def __init__(__self__, *,
8735
- key_generation_type: _builtins.str,
8736
- key_id: _builtins.str):
8737
- """
8738
- :param _builtins.str key_generation_type: Select whether to use Oracle-managed key (SYSTEM) or your own key (BYOK).
8739
- :param _builtins.str key_id: The OCID of the key to use.
8740
- """
8741
- pulumi.set(__self__, "key_generation_type", key_generation_type)
8742
- pulumi.set(__self__, "key_id", key_id)
8743
-
8744
- @_builtins.property
8745
- @pulumi.getter(name="keyGenerationType")
8746
- def key_generation_type(self) -> _builtins.str:
8747
- """
8748
- Select whether to use Oracle-managed key (SYSTEM) or your own key (BYOK).
8749
- """
8750
- return pulumi.get(self, "key_generation_type")
8751
-
8752
- @_builtins.property
8753
- @pulumi.getter(name="keyId")
8754
- def key_id(self) -> _builtins.str:
8755
- """
8756
- The OCID of the key to use.
8757
- """
8758
- return pulumi.get(self, "key_id")
8759
-
8760
-
8761
- @pulumi.output_type
8762
- class GetMysqlBackupsBackupDbSystemSnapshotEndpointResult(dict):
8763
- def __init__(__self__, *,
8764
- hostname: _builtins.str,
8765
- ip_address: _builtins.str,
8766
- modes: Sequence[_builtins.str],
8767
- port: _builtins.int,
8768
- port_x: _builtins.int,
8769
- resource_id: _builtins.str,
8770
- resource_type: _builtins.str,
8771
- status: _builtins.str,
8772
- status_details: _builtins.str):
8773
- """
8774
- :param _builtins.str hostname: The network address of the DB System.
8775
- :param _builtins.str ip_address: The IP address the DB System is configured to listen on. A private IP address of the primary endpoint of the DB System. Must be an available IP address within the subnet's CIDR. This will be a "dotted-quad" style IPv4 address.
8776
- :param Sequence[_builtins.str] modes: The access modes from the client that this endpoint supports.
8777
- :param _builtins.int port: The port for REST to listen on. Supported port numbers are 443 and from 1024 to 65535.
8778
- :param _builtins.int port_x: The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
8779
- :param _builtins.str resource_id: The OCID of the resource that this endpoint is attached to.
8780
- :param _builtins.str resource_type: The type of endpoint that clients and connectors can connect to.
8781
- :param _builtins.str status: The state of the endpoints, as far as it can seen from the DB System. There may be some inconsistency with the actual state of the MySQL service.
8782
- :param _builtins.str status_details: Additional information about the current endpoint status.
8783
- """
8784
- pulumi.set(__self__, "hostname", hostname)
8785
- pulumi.set(__self__, "ip_address", ip_address)
8786
- pulumi.set(__self__, "modes", modes)
8787
- pulumi.set(__self__, "port", port)
8788
- pulumi.set(__self__, "port_x", port_x)
8789
- pulumi.set(__self__, "resource_id", resource_id)
8790
- pulumi.set(__self__, "resource_type", resource_type)
8791
- pulumi.set(__self__, "status", status)
8792
- pulumi.set(__self__, "status_details", status_details)
8793
-
8794
- @_builtins.property
8795
- @pulumi.getter
8796
- def hostname(self) -> _builtins.str:
8797
- """
8798
- The network address of the DB System.
8799
- """
8800
- return pulumi.get(self, "hostname")
8801
-
8802
- @_builtins.property
8803
- @pulumi.getter(name="ipAddress")
8804
- def ip_address(self) -> _builtins.str:
8805
- """
8806
- The IP address the DB System is configured to listen on. A private IP address of the primary endpoint of the DB System. Must be an available IP address within the subnet's CIDR. This will be a "dotted-quad" style IPv4 address.
8807
- """
8808
- return pulumi.get(self, "ip_address")
8809
-
8810
- @_builtins.property
8811
- @pulumi.getter
8812
- def modes(self) -> Sequence[_builtins.str]:
8813
- """
8814
- The access modes from the client that this endpoint supports.
8815
- """
8816
- return pulumi.get(self, "modes")
8817
-
8818
- @_builtins.property
8819
- @pulumi.getter
8820
- def port(self) -> _builtins.int:
8821
- """
8822
- The port for REST to listen on. Supported port numbers are 443 and from 1024 to 65535.
8823
- """
8824
- return pulumi.get(self, "port")
8825
-
8826
- @_builtins.property
8827
- @pulumi.getter(name="portX")
8828
- def port_x(self) -> _builtins.int:
8829
- """
8830
- The network port on which X Plugin listens for TCP/IP connections. This is the X Plugin equivalent of port.
8831
- """
8832
- return pulumi.get(self, "port_x")
8833
-
8834
- @_builtins.property
8835
- @pulumi.getter(name="resourceId")
8836
- def resource_id(self) -> _builtins.str:
8837
- """
8838
- The OCID of the resource that this endpoint is attached to.
8839
- """
8840
- return pulumi.get(self, "resource_id")
8841
-
8842
- @_builtins.property
8843
- @pulumi.getter(name="resourceType")
8844
- def resource_type(self) -> _builtins.str:
8845
- """
8846
- The type of endpoint that clients and connectors can connect to.
8847
- """
8848
- return pulumi.get(self, "resource_type")
8849
-
8850
- @_builtins.property
8851
- @pulumi.getter
8852
- def status(self) -> _builtins.str:
8853
- """
8854
- The state of the endpoints, as far as it can seen from the DB System. There may be some inconsistency with the actual state of the MySQL service.
8855
- """
8856
- return pulumi.get(self, "status")
8857
-
8858
- @_builtins.property
8859
- @pulumi.getter(name="statusDetails")
8860
- def status_details(self) -> _builtins.str:
8861
- """
8862
- Additional information about the current endpoint status.
8863
- """
8864
- return pulumi.get(self, "status_details")
8865
-
8866
-
8867
- @pulumi.output_type
8868
- class GetMysqlBackupsBackupDbSystemSnapshotMaintenanceResult(dict):
8869
- def __init__(__self__, *,
8870
- window_start_time: _builtins.str):
8871
- """
8872
- :param _builtins.str window_start_time: The start time of the maintenance window.
8873
- """
8874
- pulumi.set(__self__, "window_start_time", window_start_time)
8875
-
8876
- @_builtins.property
8877
- @pulumi.getter(name="windowStartTime")
8878
- def window_start_time(self) -> _builtins.str:
8879
- """
8880
- The start time of the maintenance window.
8881
- """
8882
- return pulumi.get(self, "window_start_time")
8883
-
8884
-
8885
- @pulumi.output_type
8886
- class GetMysqlBackupsBackupDbSystemSnapshotReadEndpointResult(dict):
8887
- def __init__(__self__, *,
8888
- exclude_ips: Sequence[_builtins.str],
8889
- is_enabled: _builtins.bool,
8890
- read_endpoint_hostname_label: _builtins.str,
8891
- read_endpoint_ip_address: _builtins.str):
8892
- """
8893
- :param Sequence[_builtins.str] exclude_ips: A list of IP addresses of read replicas that are excluded from serving read requests.
8894
- :param _builtins.bool is_enabled: Specifies if the DB System read endpoint is enabled or not.
8895
- :param _builtins.str read_endpoint_hostname_label: The hostname for the read endpoint of the DB System. Used for DNS.
8896
- :param _builtins.str read_endpoint_ip_address: The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
8897
- """
8898
- pulumi.set(__self__, "exclude_ips", exclude_ips)
8899
- pulumi.set(__self__, "is_enabled", is_enabled)
8900
- pulumi.set(__self__, "read_endpoint_hostname_label", read_endpoint_hostname_label)
8901
- pulumi.set(__self__, "read_endpoint_ip_address", read_endpoint_ip_address)
8902
-
8903
- @_builtins.property
8904
- @pulumi.getter(name="excludeIps")
8905
- def exclude_ips(self) -> Sequence[_builtins.str]:
8906
- """
8907
- A list of IP addresses of read replicas that are excluded from serving read requests.
8908
- """
8909
- return pulumi.get(self, "exclude_ips")
8910
-
8911
- @_builtins.property
8912
- @pulumi.getter(name="isEnabled")
8913
- def is_enabled(self) -> _builtins.bool:
8914
- """
8915
- Specifies if the DB System read endpoint is enabled or not.
8916
- """
8917
- return pulumi.get(self, "is_enabled")
8918
-
8919
- @_builtins.property
8920
- @pulumi.getter(name="readEndpointHostnameLabel")
8921
- def read_endpoint_hostname_label(self) -> _builtins.str:
8922
- """
8923
- The hostname for the read endpoint of the DB System. Used for DNS.
8924
- """
8925
- return pulumi.get(self, "read_endpoint_hostname_label")
8926
-
8927
- @_builtins.property
8928
- @pulumi.getter(name="readEndpointIpAddress")
8929
- def read_endpoint_ip_address(self) -> _builtins.str:
8930
- """
8931
- The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address.
8932
- """
8933
- return pulumi.get(self, "read_endpoint_ip_address")
8934
-
8935
-
8936
- @pulumi.output_type
8937
- class GetMysqlBackupsBackupDbSystemSnapshotRestResult(dict):
8938
- def __init__(__self__, *,
8939
- configuration: _builtins.str,
8940
- port: _builtins.int):
8941
- """
8942
- :param _builtins.str configuration: Select how REST is configured across the DB System instances.
8943
- :param _builtins.int port: The port for REST to listen on. Supported port numbers are 443 and from 1024 to 65535.
8944
- """
8945
- pulumi.set(__self__, "configuration", configuration)
8946
- pulumi.set(__self__, "port", port)
8947
-
8948
- @_builtins.property
8949
- @pulumi.getter
8950
- def configuration(self) -> _builtins.str:
8951
- """
8952
- Select how REST is configured across the DB System instances.
8953
- """
8954
- return pulumi.get(self, "configuration")
8955
-
8956
- @_builtins.property
8957
- @pulumi.getter
8958
- def port(self) -> _builtins.int:
8959
- """
8960
- The port for REST to listen on. Supported port numbers are 443 and from 1024 to 65535.
8961
- """
8962
- return pulumi.get(self, "port")
8963
-
8964
-
8965
- @pulumi.output_type
8966
- class GetMysqlBackupsBackupDbSystemSnapshotSecureConnectionResult(dict):
8967
- def __init__(__self__, *,
8968
- certificate_generation_type: _builtins.str,
8969
- certificate_id: _builtins.str):
8970
- """
8971
- :param _builtins.str certificate_generation_type: Select whether to use MySQL Database Service-managed certificate (SYSTEM) or your own certificate (BYOC).
8972
- :param _builtins.str certificate_id: The OCID of the certificate to use.
8973
- """
8974
- pulumi.set(__self__, "certificate_generation_type", certificate_generation_type)
8975
- pulumi.set(__self__, "certificate_id", certificate_id)
8976
-
8977
- @_builtins.property
8978
- @pulumi.getter(name="certificateGenerationType")
8979
- def certificate_generation_type(self) -> _builtins.str:
8980
- """
8981
- Select whether to use MySQL Database Service-managed certificate (SYSTEM) or your own certificate (BYOC).
8982
- """
8983
- return pulumi.get(self, "certificate_generation_type")
8984
-
8985
- @_builtins.property
8986
- @pulumi.getter(name="certificateId")
8987
- def certificate_id(self) -> _builtins.str:
8988
- """
8989
- The OCID of the certificate to use.
8990
- """
8991
- return pulumi.get(self, "certificate_id")
8992
-
8993
-
8994
- @pulumi.output_type
8995
- class GetMysqlBackupsBackupDbSystemSnapshotSummaryResult(dict):
8996
- def __init__(__self__, *,
8997
- display_name: _builtins.str,
8998
- id: _builtins.str,
8999
- region: _builtins.str):
9000
- """
9001
- :param _builtins.str display_name: A filter to return only the resource matching the given display name exactly.
9002
- :param _builtins.str id: OCID of the backup itself
9003
- :param _builtins.str region: The region identifier of the region where the DB system exists. For more information, please see [Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm).
9004
- """
9005
- pulumi.set(__self__, "display_name", display_name)
9006
- pulumi.set(__self__, "id", id)
9007
- pulumi.set(__self__, "region", region)
9008
-
9009
- @_builtins.property
9010
- @pulumi.getter(name="displayName")
9011
- def display_name(self) -> _builtins.str:
9012
- """
9013
- A filter to return only the resource matching the given display name exactly.
9014
- """
9015
- return pulumi.get(self, "display_name")
9016
-
9017
- @_builtins.property
9018
- @pulumi.getter
9019
- def id(self) -> _builtins.str:
9020
- """
9021
- OCID of the backup itself
9022
- """
9023
- return pulumi.get(self, "id")
9024
-
9025
- @_builtins.property
9026
- @pulumi.getter
9027
- def region(self) -> _builtins.str:
9028
- """
9029
- The region identifier of the region where the DB system exists. For more information, please see [Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm).
9030
- """
9031
- return pulumi.get(self, "region")
8457
+ return pulumi.get(self, "region")
9032
8458
 
9033
8459
 
9034
8460
  @pulumi.output_type
@@ -9060,46 +8486,6 @@ class GetMysqlBackupsBackupEncryptDataResult(dict):
9060
8486
  return pulumi.get(self, "key_id")
9061
8487
 
9062
8488
 
9063
- @pulumi.output_type
9064
- class GetMysqlBackupsBackupSourceDetailResult(dict):
9065
- def __init__(__self__, *,
9066
- backup_id: _builtins.str,
9067
- compartment_id: _builtins.str,
9068
- region: _builtins.str):
9069
- """
9070
- :param _builtins.str backup_id: Backup OCID
9071
- :param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
9072
- :param _builtins.str region: The region identifier of the region where the DB system exists. For more information, please see [Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm).
9073
- """
9074
- pulumi.set(__self__, "backup_id", backup_id)
9075
- pulumi.set(__self__, "compartment_id", compartment_id)
9076
- pulumi.set(__self__, "region", region)
9077
-
9078
- @_builtins.property
9079
- @pulumi.getter(name="backupId")
9080
- def backup_id(self) -> _builtins.str:
9081
- """
9082
- Backup OCID
9083
- """
9084
- return pulumi.get(self, "backup_id")
9085
-
9086
- @_builtins.property
9087
- @pulumi.getter(name="compartmentId")
9088
- def compartment_id(self) -> _builtins.str:
9089
- """
9090
- The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
9091
- """
9092
- return pulumi.get(self, "compartment_id")
9093
-
9094
- @_builtins.property
9095
- @pulumi.getter
9096
- def region(self) -> _builtins.str:
9097
- """
9098
- The region identifier of the region where the DB system exists. For more information, please see [Regions and Availability Domains](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm).
9099
- """
9100
- return pulumi.get(self, "region")
9101
-
9102
-
9103
8489
  @pulumi.output_type
9104
8490
  class GetMysqlBackupsFilterResult(dict):
9105
8491
  def __init__(__self__, *,