pulumi-oci 3.6.0a1756509375__py3-none-any.whl → 3.7.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.
- pulumi_oci/__init__.py +48 -0
- pulumi_oci/aivision/__init__.py +12 -0
- pulumi_oci/aivision/_inputs.py +787 -51
- pulumi_oci/aivision/get_model.py +4 -4
- pulumi_oci/aivision/get_models.py +11 -11
- pulumi_oci/aivision/get_project.py +15 -15
- pulumi_oci/aivision/get_projects.py +10 -10
- pulumi_oci/aivision/get_stream_group.py +268 -0
- pulumi_oci/aivision/get_stream_groups.py +177 -0
- pulumi_oci/aivision/get_stream_job.py +296 -0
- pulumi_oci/aivision/get_stream_jobs.py +199 -0
- pulumi_oci/aivision/get_stream_source.py +240 -0
- pulumi_oci/aivision/get_stream_sources.py +199 -0
- pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
- pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
- pulumi_oci/aivision/model.py +149 -157
- pulumi_oci/aivision/outputs.py +1920 -116
- pulumi_oci/aivision/project.py +61 -69
- pulumi_oci/aivision/stream_group.py +632 -0
- pulumi_oci/aivision/stream_job.py +744 -0
- pulumi_oci/aivision/stream_source.py +519 -0
- pulumi_oci/aivision/vision_private_endpoint.py +606 -0
- pulumi_oci/cloudguard/_inputs.py +1198 -72
- pulumi_oci/cloudguard/get_managed_list.py +15 -1
- pulumi_oci/cloudguard/managed_list.py +47 -0
- pulumi_oci/cloudguard/outputs.py +2104 -67
- pulumi_oci/database/_inputs.py +41 -1
- pulumi_oci/database/exascale_db_storage_vault.py +98 -0
- pulumi_oci/database/get_db_system_storage_performances.py +26 -2
- pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
- pulumi_oci/database/outputs.py +121 -5
- pulumi_oci/email/_inputs.py +342 -0
- pulumi_oci/email/email_domain.py +26 -4
- pulumi_oci/email/email_return_path.py +34 -4
- pulumi_oci/email/get_email_domain.py +17 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_email_return_path.py +17 -2
- pulumi_oci/email/get_email_return_paths.py +1 -1
- pulumi_oci/email/get_sender.py +17 -2
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/outputs.py +678 -0
- pulumi_oci/email/sender.py +30 -0
- pulumi_oci/filestorage/_inputs.py +3 -3
- pulumi_oci/filestorage/mount_target.py +63 -7
- pulumi_oci/filestorage/outputs.py +15 -4
- pulumi_oci/mysql/_inputs.py +221 -0
- pulumi_oci/mysql/get_mysql_backup.py +40 -4
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +119 -3
- pulumi_oci/mysql/outputs.py +343 -957
- pulumi_oci/oci/__init__.py +8 -0
- pulumi_oci/oci/_inputs.py +256 -15
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
- pulumi_oci/oci/outputs.py +1042 -142
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/RECORD +86 -66
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/top_level.txt +0 -0
pulumi_oci/mysql/_inputs.py
CHANGED
@@ -27,6 +27,10 @@ __all__ = [
|
|
27
27
|
'ChannelTargetFilterArgsDict',
|
28
28
|
'HeatWaveClusterClusterNodeArgs',
|
29
29
|
'HeatWaveClusterClusterNodeArgsDict',
|
30
|
+
'MysqlBackupBackupValidationDetailArgs',
|
31
|
+
'MysqlBackupBackupValidationDetailArgsDict',
|
32
|
+
'MysqlBackupBackupValidationDetailPreparedBackupDetailArgs',
|
33
|
+
'MysqlBackupBackupValidationDetailPreparedBackupDetailArgsDict',
|
30
34
|
'MysqlBackupDbSystemSnapshotArgs',
|
31
35
|
'MysqlBackupDbSystemSnapshotArgsDict',
|
32
36
|
'MysqlBackupDbSystemSnapshotBackupPolicyArgs',
|
@@ -57,6 +61,8 @@ __all__ = [
|
|
57
61
|
'MysqlBackupEncryptDataArgsDict',
|
58
62
|
'MysqlBackupSourceDetailsArgs',
|
59
63
|
'MysqlBackupSourceDetailsArgsDict',
|
64
|
+
'MysqlBackupValidateBackupDetailArgs',
|
65
|
+
'MysqlBackupValidateBackupDetailArgsDict',
|
60
66
|
'MysqlConfigurationInitVariablesArgs',
|
61
67
|
'MysqlConfigurationInitVariablesArgsDict',
|
62
68
|
'MysqlConfigurationVariablesArgs',
|
@@ -756,6 +762,190 @@ class HeatWaveClusterClusterNodeArgs:
|
|
756
762
|
pulumi.set(self, "time_updated", value)
|
757
763
|
|
758
764
|
|
765
|
+
if not MYPY:
|
766
|
+
class MysqlBackupBackupValidationDetailArgsDict(TypedDict):
|
767
|
+
backup_preparation_status: NotRequired[pulumi.Input[_builtins.str]]
|
768
|
+
"""
|
769
|
+
Indicates whether the backup has been prepared successfully. PREPARED: The backup is prepared one. NOT_PREPARED: The backup is not prepared.
|
770
|
+
"""
|
771
|
+
error_message: NotRequired[pulumi.Input[_builtins.str]]
|
772
|
+
"""
|
773
|
+
Error message if the backup validation has failed.
|
774
|
+
"""
|
775
|
+
estimated_restore_duration: NotRequired[pulumi.Input[_builtins.str]]
|
776
|
+
"""
|
777
|
+
The estimated restore duration of the backup.
|
778
|
+
"""
|
779
|
+
prepared_backup_details: NotRequired[pulumi.Input[Sequence[pulumi.Input['MysqlBackupBackupValidationDetailPreparedBackupDetailArgsDict']]]]
|
780
|
+
"""
|
781
|
+
Prepared backup details.
|
782
|
+
"""
|
783
|
+
time_last_validated: NotRequired[pulumi.Input[_builtins.str]]
|
784
|
+
"""
|
785
|
+
The date and time of the most recent validation performed on the backup.
|
786
|
+
"""
|
787
|
+
validation_status: NotRequired[pulumi.Input[_builtins.str]]
|
788
|
+
"""
|
789
|
+
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.
|
790
|
+
"""
|
791
|
+
elif False:
|
792
|
+
MysqlBackupBackupValidationDetailArgsDict: TypeAlias = Mapping[str, Any]
|
793
|
+
|
794
|
+
@pulumi.input_type
|
795
|
+
class MysqlBackupBackupValidationDetailArgs:
|
796
|
+
def __init__(__self__, *,
|
797
|
+
backup_preparation_status: Optional[pulumi.Input[_builtins.str]] = None,
|
798
|
+
error_message: Optional[pulumi.Input[_builtins.str]] = None,
|
799
|
+
estimated_restore_duration: Optional[pulumi.Input[_builtins.str]] = None,
|
800
|
+
prepared_backup_details: Optional[pulumi.Input[Sequence[pulumi.Input['MysqlBackupBackupValidationDetailPreparedBackupDetailArgs']]]] = None,
|
801
|
+
time_last_validated: Optional[pulumi.Input[_builtins.str]] = None,
|
802
|
+
validation_status: Optional[pulumi.Input[_builtins.str]] = None):
|
803
|
+
"""
|
804
|
+
:param pulumi.Input[_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.
|
805
|
+
:param pulumi.Input[_builtins.str] error_message: Error message if the backup validation has failed.
|
806
|
+
:param pulumi.Input[_builtins.str] estimated_restore_duration: The estimated restore duration of the backup.
|
807
|
+
:param pulumi.Input[Sequence[pulumi.Input['MysqlBackupBackupValidationDetailPreparedBackupDetailArgs']]] prepared_backup_details: Prepared backup details.
|
808
|
+
:param pulumi.Input[_builtins.str] time_last_validated: The date and time of the most recent validation performed on the backup.
|
809
|
+
:param pulumi.Input[_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.
|
810
|
+
"""
|
811
|
+
if backup_preparation_status is not None:
|
812
|
+
pulumi.set(__self__, "backup_preparation_status", backup_preparation_status)
|
813
|
+
if error_message is not None:
|
814
|
+
pulumi.set(__self__, "error_message", error_message)
|
815
|
+
if estimated_restore_duration is not None:
|
816
|
+
pulumi.set(__self__, "estimated_restore_duration", estimated_restore_duration)
|
817
|
+
if prepared_backup_details is not None:
|
818
|
+
pulumi.set(__self__, "prepared_backup_details", prepared_backup_details)
|
819
|
+
if time_last_validated is not None:
|
820
|
+
pulumi.set(__self__, "time_last_validated", time_last_validated)
|
821
|
+
if validation_status is not None:
|
822
|
+
pulumi.set(__self__, "validation_status", validation_status)
|
823
|
+
|
824
|
+
@_builtins.property
|
825
|
+
@pulumi.getter(name="backupPreparationStatus")
|
826
|
+
def backup_preparation_status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
827
|
+
"""
|
828
|
+
Indicates whether the backup has been prepared successfully. PREPARED: The backup is prepared one. NOT_PREPARED: The backup is not prepared.
|
829
|
+
"""
|
830
|
+
return pulumi.get(self, "backup_preparation_status")
|
831
|
+
|
832
|
+
@backup_preparation_status.setter
|
833
|
+
def backup_preparation_status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
834
|
+
pulumi.set(self, "backup_preparation_status", value)
|
835
|
+
|
836
|
+
@_builtins.property
|
837
|
+
@pulumi.getter(name="errorMessage")
|
838
|
+
def error_message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
839
|
+
"""
|
840
|
+
Error message if the backup validation has failed.
|
841
|
+
"""
|
842
|
+
return pulumi.get(self, "error_message")
|
843
|
+
|
844
|
+
@error_message.setter
|
845
|
+
def error_message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
846
|
+
pulumi.set(self, "error_message", value)
|
847
|
+
|
848
|
+
@_builtins.property
|
849
|
+
@pulumi.getter(name="estimatedRestoreDuration")
|
850
|
+
def estimated_restore_duration(self) -> Optional[pulumi.Input[_builtins.str]]:
|
851
|
+
"""
|
852
|
+
The estimated restore duration of the backup.
|
853
|
+
"""
|
854
|
+
return pulumi.get(self, "estimated_restore_duration")
|
855
|
+
|
856
|
+
@estimated_restore_duration.setter
|
857
|
+
def estimated_restore_duration(self, value: Optional[pulumi.Input[_builtins.str]]):
|
858
|
+
pulumi.set(self, "estimated_restore_duration", value)
|
859
|
+
|
860
|
+
@_builtins.property
|
861
|
+
@pulumi.getter(name="preparedBackupDetails")
|
862
|
+
def prepared_backup_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MysqlBackupBackupValidationDetailPreparedBackupDetailArgs']]]]:
|
863
|
+
"""
|
864
|
+
Prepared backup details.
|
865
|
+
"""
|
866
|
+
return pulumi.get(self, "prepared_backup_details")
|
867
|
+
|
868
|
+
@prepared_backup_details.setter
|
869
|
+
def prepared_backup_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MysqlBackupBackupValidationDetailPreparedBackupDetailArgs']]]]):
|
870
|
+
pulumi.set(self, "prepared_backup_details", value)
|
871
|
+
|
872
|
+
@_builtins.property
|
873
|
+
@pulumi.getter(name="timeLastValidated")
|
874
|
+
def time_last_validated(self) -> Optional[pulumi.Input[_builtins.str]]:
|
875
|
+
"""
|
876
|
+
The date and time of the most recent validation performed on the backup.
|
877
|
+
"""
|
878
|
+
return pulumi.get(self, "time_last_validated")
|
879
|
+
|
880
|
+
@time_last_validated.setter
|
881
|
+
def time_last_validated(self, value: Optional[pulumi.Input[_builtins.str]]):
|
882
|
+
pulumi.set(self, "time_last_validated", value)
|
883
|
+
|
884
|
+
@_builtins.property
|
885
|
+
@pulumi.getter(name="validationStatus")
|
886
|
+
def validation_status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
887
|
+
"""
|
888
|
+
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.
|
889
|
+
"""
|
890
|
+
return pulumi.get(self, "validation_status")
|
891
|
+
|
892
|
+
@validation_status.setter
|
893
|
+
def validation_status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
894
|
+
pulumi.set(self, "validation_status", value)
|
895
|
+
|
896
|
+
|
897
|
+
if not MYPY:
|
898
|
+
class MysqlBackupBackupValidationDetailPreparedBackupDetailArgsDict(TypedDict):
|
899
|
+
prepared_backup_restore_reduction_in_minutes: NotRequired[pulumi.Input[_builtins.int]]
|
900
|
+
"""
|
901
|
+
The estimated time saving when this prepared backup is restored.
|
902
|
+
"""
|
903
|
+
time_prepared: NotRequired[pulumi.Input[_builtins.str]]
|
904
|
+
"""
|
905
|
+
The date and time the backup was prepared.
|
906
|
+
"""
|
907
|
+
elif False:
|
908
|
+
MysqlBackupBackupValidationDetailPreparedBackupDetailArgsDict: TypeAlias = Mapping[str, Any]
|
909
|
+
|
910
|
+
@pulumi.input_type
|
911
|
+
class MysqlBackupBackupValidationDetailPreparedBackupDetailArgs:
|
912
|
+
def __init__(__self__, *,
|
913
|
+
prepared_backup_restore_reduction_in_minutes: Optional[pulumi.Input[_builtins.int]] = None,
|
914
|
+
time_prepared: Optional[pulumi.Input[_builtins.str]] = None):
|
915
|
+
"""
|
916
|
+
:param pulumi.Input[_builtins.int] prepared_backup_restore_reduction_in_minutes: The estimated time saving when this prepared backup is restored.
|
917
|
+
:param pulumi.Input[_builtins.str] time_prepared: The date and time the backup was prepared.
|
918
|
+
"""
|
919
|
+
if prepared_backup_restore_reduction_in_minutes is not None:
|
920
|
+
pulumi.set(__self__, "prepared_backup_restore_reduction_in_minutes", prepared_backup_restore_reduction_in_minutes)
|
921
|
+
if time_prepared is not None:
|
922
|
+
pulumi.set(__self__, "time_prepared", time_prepared)
|
923
|
+
|
924
|
+
@_builtins.property
|
925
|
+
@pulumi.getter(name="preparedBackupRestoreReductionInMinutes")
|
926
|
+
def prepared_backup_restore_reduction_in_minutes(self) -> Optional[pulumi.Input[_builtins.int]]:
|
927
|
+
"""
|
928
|
+
The estimated time saving when this prepared backup is restored.
|
929
|
+
"""
|
930
|
+
return pulumi.get(self, "prepared_backup_restore_reduction_in_minutes")
|
931
|
+
|
932
|
+
@prepared_backup_restore_reduction_in_minutes.setter
|
933
|
+
def prepared_backup_restore_reduction_in_minutes(self, value: Optional[pulumi.Input[_builtins.int]]):
|
934
|
+
pulumi.set(self, "prepared_backup_restore_reduction_in_minutes", value)
|
935
|
+
|
936
|
+
@_builtins.property
|
937
|
+
@pulumi.getter(name="timePrepared")
|
938
|
+
def time_prepared(self) -> Optional[pulumi.Input[_builtins.str]]:
|
939
|
+
"""
|
940
|
+
The date and time the backup was prepared.
|
941
|
+
"""
|
942
|
+
return pulumi.get(self, "time_prepared")
|
943
|
+
|
944
|
+
@time_prepared.setter
|
945
|
+
def time_prepared(self, value: Optional[pulumi.Input[_builtins.str]]):
|
946
|
+
pulumi.set(self, "time_prepared", value)
|
947
|
+
|
948
|
+
|
759
949
|
if not MYPY:
|
760
950
|
class MysqlBackupDbSystemSnapshotArgsDict(TypedDict):
|
761
951
|
admin_username: NotRequired[pulumi.Input[_builtins.str]]
|
@@ -2512,6 +2702,37 @@ class MysqlBackupSourceDetailsArgs:
|
|
2512
2702
|
pulumi.set(self, "region", value)
|
2513
2703
|
|
2514
2704
|
|
2705
|
+
if not MYPY:
|
2706
|
+
class MysqlBackupValidateBackupDetailArgsDict(TypedDict):
|
2707
|
+
is_prepared_backup_required: pulumi.Input[_builtins.bool]
|
2708
|
+
"""
|
2709
|
+
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.
|
2710
|
+
"""
|
2711
|
+
elif False:
|
2712
|
+
MysqlBackupValidateBackupDetailArgsDict: TypeAlias = Mapping[str, Any]
|
2713
|
+
|
2714
|
+
@pulumi.input_type
|
2715
|
+
class MysqlBackupValidateBackupDetailArgs:
|
2716
|
+
def __init__(__self__, *,
|
2717
|
+
is_prepared_backup_required: pulumi.Input[_builtins.bool]):
|
2718
|
+
"""
|
2719
|
+
:param pulumi.Input[_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.
|
2720
|
+
"""
|
2721
|
+
pulumi.set(__self__, "is_prepared_backup_required", is_prepared_backup_required)
|
2722
|
+
|
2723
|
+
@_builtins.property
|
2724
|
+
@pulumi.getter(name="isPreparedBackupRequired")
|
2725
|
+
def is_prepared_backup_required(self) -> pulumi.Input[_builtins.bool]:
|
2726
|
+
"""
|
2727
|
+
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.
|
2728
|
+
"""
|
2729
|
+
return pulumi.get(self, "is_prepared_backup_required")
|
2730
|
+
|
2731
|
+
@is_prepared_backup_required.setter
|
2732
|
+
def is_prepared_backup_required(self, value: pulumi.Input[_builtins.bool]):
|
2733
|
+
pulumi.set(self, "is_prepared_backup_required", value)
|
2734
|
+
|
2735
|
+
|
2515
2736
|
if not MYPY:
|
2516
2737
|
class MysqlConfigurationInitVariablesArgsDict(TypedDict):
|
2517
2738
|
lower_case_table_names: NotRequired[pulumi.Input[_builtins.str]]
|
@@ -27,7 +27,7 @@ class GetMysqlBackupResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getMysqlBackup.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, backup_id=None, backup_size_in_gbs=None, backup_type=None, compartment_id=None, creation_type=None, data_storage_size_in_gb=None, db_system_id=None, db_system_snapshot_summaries=None, db_system_snapshots=None, defined_tags=None, description=None, display_name=None, encrypt_datas=None, freeform_tags=None, id=None, immediate_source_backup_id=None, lifecycle_details=None, mysql_version=None, original_source_backup_id=None, retention_in_days=None, shape_name=None, soft_delete=None, source_details=None, state=None, system_tags=None, time_copy_created=None, time_created=None, time_updated=None):
|
30
|
+
def __init__(__self__, backup_id=None, backup_size_in_gbs=None, backup_type=None, backup_validation_details=None, compartment_id=None, creation_type=None, data_storage_size_in_gb=None, db_system_id=None, db_system_snapshot_summaries=None, db_system_snapshots=None, defined_tags=None, description=None, display_name=None, encrypt_datas=None, freeform_tags=None, id=None, immediate_source_backup_id=None, lifecycle_details=None, mysql_version=None, original_source_backup_id=None, retention_in_days=None, shape_name=None, soft_delete=None, source_details=None, state=None, system_tags=None, time_copy_created=None, time_created=None, time_updated=None, validate_backup_details=None, validate_trigger=None):
|
31
31
|
if backup_id and not isinstance(backup_id, str):
|
32
32
|
raise TypeError("Expected argument 'backup_id' to be a str")
|
33
33
|
pulumi.set(__self__, "backup_id", backup_id)
|
@@ -37,6 +37,9 @@ class GetMysqlBackupResult:
|
|
37
37
|
if backup_type and not isinstance(backup_type, str):
|
38
38
|
raise TypeError("Expected argument 'backup_type' to be a str")
|
39
39
|
pulumi.set(__self__, "backup_type", backup_type)
|
40
|
+
if backup_validation_details and not isinstance(backup_validation_details, list):
|
41
|
+
raise TypeError("Expected argument 'backup_validation_details' to be a list")
|
42
|
+
pulumi.set(__self__, "backup_validation_details", backup_validation_details)
|
40
43
|
if compartment_id and not isinstance(compartment_id, str):
|
41
44
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
42
45
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -112,6 +115,12 @@ class GetMysqlBackupResult:
|
|
112
115
|
if time_updated and not isinstance(time_updated, str):
|
113
116
|
raise TypeError("Expected argument 'time_updated' to be a str")
|
114
117
|
pulumi.set(__self__, "time_updated", time_updated)
|
118
|
+
if validate_backup_details and not isinstance(validate_backup_details, list):
|
119
|
+
raise TypeError("Expected argument 'validate_backup_details' to be a list")
|
120
|
+
pulumi.set(__self__, "validate_backup_details", validate_backup_details)
|
121
|
+
if validate_trigger and not isinstance(validate_trigger, int):
|
122
|
+
raise TypeError("Expected argument 'validate_trigger' to be a int")
|
123
|
+
pulumi.set(__self__, "validate_trigger", validate_trigger)
|
115
124
|
|
116
125
|
@_builtins.property
|
117
126
|
@pulumi.getter(name="backupId")
|
@@ -134,6 +143,14 @@ class GetMysqlBackupResult:
|
|
134
143
|
"""
|
135
144
|
return pulumi.get(self, "backup_type")
|
136
145
|
|
146
|
+
@_builtins.property
|
147
|
+
@pulumi.getter(name="backupValidationDetails")
|
148
|
+
def backup_validation_details(self) -> Sequence['outputs.GetMysqlBackupBackupValidationDetailResult']:
|
149
|
+
"""
|
150
|
+
Backup validation details.
|
151
|
+
"""
|
152
|
+
return pulumi.get(self, "backup_validation_details")
|
153
|
+
|
137
154
|
@_builtins.property
|
138
155
|
@pulumi.getter(name="compartmentId")
|
139
156
|
def compartment_id(self) -> _builtins.str:
|
@@ -328,6 +345,16 @@ class GetMysqlBackupResult:
|
|
328
345
|
"""
|
329
346
|
return pulumi.get(self, "time_updated")
|
330
347
|
|
348
|
+
@_builtins.property
|
349
|
+
@pulumi.getter(name="validateBackupDetails")
|
350
|
+
def validate_backup_details(self) -> Sequence['outputs.GetMysqlBackupValidateBackupDetailResult']:
|
351
|
+
return pulumi.get(self, "validate_backup_details")
|
352
|
+
|
353
|
+
@_builtins.property
|
354
|
+
@pulumi.getter(name="validateTrigger")
|
355
|
+
def validate_trigger(self) -> _builtins.int:
|
356
|
+
return pulumi.get(self, "validate_trigger")
|
357
|
+
|
331
358
|
|
332
359
|
class AwaitableGetMysqlBackupResult(GetMysqlBackupResult):
|
333
360
|
# pylint: disable=using-constant-test
|
@@ -338,6 +365,7 @@ class AwaitableGetMysqlBackupResult(GetMysqlBackupResult):
|
|
338
365
|
backup_id=self.backup_id,
|
339
366
|
backup_size_in_gbs=self.backup_size_in_gbs,
|
340
367
|
backup_type=self.backup_type,
|
368
|
+
backup_validation_details=self.backup_validation_details,
|
341
369
|
compartment_id=self.compartment_id,
|
342
370
|
creation_type=self.creation_type,
|
343
371
|
data_storage_size_in_gb=self.data_storage_size_in_gb,
|
@@ -362,7 +390,9 @@ class AwaitableGetMysqlBackupResult(GetMysqlBackupResult):
|
|
362
390
|
system_tags=self.system_tags,
|
363
391
|
time_copy_created=self.time_copy_created,
|
364
392
|
time_created=self.time_created,
|
365
|
-
time_updated=self.time_updated
|
393
|
+
time_updated=self.time_updated,
|
394
|
+
validate_backup_details=self.validate_backup_details,
|
395
|
+
validate_trigger=self.validate_trigger)
|
366
396
|
|
367
397
|
|
368
398
|
def get_mysql_backup(backup_id: Optional[_builtins.str] = None,
|
@@ -393,6 +423,7 @@ def get_mysql_backup(backup_id: Optional[_builtins.str] = None,
|
|
393
423
|
backup_id=pulumi.get(__ret__, 'backup_id'),
|
394
424
|
backup_size_in_gbs=pulumi.get(__ret__, 'backup_size_in_gbs'),
|
395
425
|
backup_type=pulumi.get(__ret__, 'backup_type'),
|
426
|
+
backup_validation_details=pulumi.get(__ret__, 'backup_validation_details'),
|
396
427
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
397
428
|
creation_type=pulumi.get(__ret__, 'creation_type'),
|
398
429
|
data_storage_size_in_gb=pulumi.get(__ret__, 'data_storage_size_in_gb'),
|
@@ -417,7 +448,9 @@ def get_mysql_backup(backup_id: Optional[_builtins.str] = None,
|
|
417
448
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|
418
449
|
time_copy_created=pulumi.get(__ret__, 'time_copy_created'),
|
419
450
|
time_created=pulumi.get(__ret__, 'time_created'),
|
420
|
-
time_updated=pulumi.get(__ret__, 'time_updated')
|
451
|
+
time_updated=pulumi.get(__ret__, 'time_updated'),
|
452
|
+
validate_backup_details=pulumi.get(__ret__, 'validate_backup_details'),
|
453
|
+
validate_trigger=pulumi.get(__ret__, 'validate_trigger'))
|
421
454
|
def get_mysql_backup_output(backup_id: Optional[pulumi.Input[_builtins.str]] = None,
|
422
455
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMysqlBackupResult]:
|
423
456
|
"""
|
@@ -445,6 +478,7 @@ def get_mysql_backup_output(backup_id: Optional[pulumi.Input[_builtins.str]] = N
|
|
445
478
|
backup_id=pulumi.get(__response__, 'backup_id'),
|
446
479
|
backup_size_in_gbs=pulumi.get(__response__, 'backup_size_in_gbs'),
|
447
480
|
backup_type=pulumi.get(__response__, 'backup_type'),
|
481
|
+
backup_validation_details=pulumi.get(__response__, 'backup_validation_details'),
|
448
482
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
449
483
|
creation_type=pulumi.get(__response__, 'creation_type'),
|
450
484
|
data_storage_size_in_gb=pulumi.get(__response__, 'data_storage_size_in_gb'),
|
@@ -469,4 +503,6 @@ def get_mysql_backup_output(backup_id: Optional[pulumi.Input[_builtins.str]] = N
|
|
469
503
|
system_tags=pulumi.get(__response__, 'system_tags'),
|
470
504
|
time_copy_created=pulumi.get(__response__, 'time_copy_created'),
|
471
505
|
time_created=pulumi.get(__response__, 'time_created'),
|
472
|
-
time_updated=pulumi.get(__response__, 'time_updated')
|
506
|
+
time_updated=pulumi.get(__response__, 'time_updated'),
|
507
|
+
validate_backup_details=pulumi.get(__response__, 'validate_backup_details'),
|
508
|
+
validate_trigger=pulumi.get(__response__, 'validate_trigger')))
|
@@ -174,7 +174,7 @@ def get_mysql_backups(backup_id: Optional[_builtins.str] = None,
|
|
174
174
|
import pulumi_oci as oci
|
175
175
|
|
176
176
|
test_mysql_backups = oci.Mysql.get_mysql_backups(compartment_id=compartment_id,
|
177
|
-
backup_id=
|
177
|
+
backup_id=test_mysql_backup["id"],
|
178
178
|
creation_type=mysql_backup_creation_type,
|
179
179
|
db_system_id=test_db_system["id"],
|
180
180
|
display_name=mysql_backup_display_name,
|
@@ -235,7 +235,7 @@ def get_mysql_backups_output(backup_id: Optional[pulumi.Input[Optional[_builtins
|
|
235
235
|
import pulumi_oci as oci
|
236
236
|
|
237
237
|
test_mysql_backups = oci.Mysql.get_mysql_backups(compartment_id=compartment_id,
|
238
|
-
backup_id=
|
238
|
+
backup_id=test_mysql_backup["id"],
|
239
239
|
creation_type=mysql_backup_creation_type,
|
240
240
|
db_system_id=test_db_system["id"],
|
241
241
|
display_name=mysql_backup_display_name,
|