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.
- 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_exascale_db_storage_vault.py +29 -1
- pulumi_oci/database/outputs.py +121 -5
- 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.0a1757054731.dist-info}/METADATA +1 -1
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/RECORD +71 -51
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/top_level.txt +0 -0
pulumi_oci/database/outputs.py
CHANGED
@@ -5401,10 +5401,14 @@ class AutonomousDatabaseResourcePoolSummary(dict):
|
|
5401
5401
|
@staticmethod
|
5402
5402
|
def __key_warning(key: str):
|
5403
5403
|
suggest = None
|
5404
|
-
if key == "
|
5404
|
+
if key == "availableComputeCapacity":
|
5405
|
+
suggest = "available_compute_capacity"
|
5406
|
+
elif key == "isDisabled":
|
5405
5407
|
suggest = "is_disabled"
|
5406
5408
|
elif key == "poolSize":
|
5407
5409
|
suggest = "pool_size"
|
5410
|
+
elif key == "totalComputeCapacity":
|
5411
|
+
suggest = "total_compute_capacity"
|
5408
5412
|
|
5409
5413
|
if suggest:
|
5410
5414
|
pulumi.log.warn(f"Key '{key}' not found in AutonomousDatabaseResourcePoolSummary. Access the value via the '{suggest}' property getter instead.")
|
@@ -5418,16 +5422,32 @@ class AutonomousDatabaseResourcePoolSummary(dict):
|
|
5418
5422
|
return super().get(key, default)
|
5419
5423
|
|
5420
5424
|
def __init__(__self__, *,
|
5425
|
+
available_compute_capacity: Optional[_builtins.int] = None,
|
5421
5426
|
is_disabled: Optional[_builtins.bool] = None,
|
5422
|
-
pool_size: Optional[_builtins.int] = None
|
5427
|
+
pool_size: Optional[_builtins.int] = None,
|
5428
|
+
total_compute_capacity: Optional[_builtins.int] = None):
|
5423
5429
|
"""
|
5430
|
+
:param _builtins.int available_compute_capacity: Available capacity left for new elastic pool members provision
|
5424
5431
|
:param _builtins.bool is_disabled: (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
|
5425
5432
|
:param _builtins.int pool_size: (Updatable) Resource pool size.
|
5433
|
+
:param _builtins.int total_compute_capacity: Resource Pool total capacity, it's currently 4x of pool size
|
5426
5434
|
"""
|
5435
|
+
if available_compute_capacity is not None:
|
5436
|
+
pulumi.set(__self__, "available_compute_capacity", available_compute_capacity)
|
5427
5437
|
if is_disabled is not None:
|
5428
5438
|
pulumi.set(__self__, "is_disabled", is_disabled)
|
5429
5439
|
if pool_size is not None:
|
5430
5440
|
pulumi.set(__self__, "pool_size", pool_size)
|
5441
|
+
if total_compute_capacity is not None:
|
5442
|
+
pulumi.set(__self__, "total_compute_capacity", total_compute_capacity)
|
5443
|
+
|
5444
|
+
@_builtins.property
|
5445
|
+
@pulumi.getter(name="availableComputeCapacity")
|
5446
|
+
def available_compute_capacity(self) -> Optional[_builtins.int]:
|
5447
|
+
"""
|
5448
|
+
Available capacity left for new elastic pool members provision
|
5449
|
+
"""
|
5450
|
+
return pulumi.get(self, "available_compute_capacity")
|
5431
5451
|
|
5432
5452
|
@_builtins.property
|
5433
5453
|
@pulumi.getter(name="isDisabled")
|
@@ -5445,6 +5465,14 @@ class AutonomousDatabaseResourcePoolSummary(dict):
|
|
5445
5465
|
"""
|
5446
5466
|
return pulumi.get(self, "pool_size")
|
5447
5467
|
|
5468
|
+
@_builtins.property
|
5469
|
+
@pulumi.getter(name="totalComputeCapacity")
|
5470
|
+
def total_compute_capacity(self) -> Optional[_builtins.int]:
|
5471
|
+
"""
|
5472
|
+
Resource Pool total capacity, it's currently 4x of pool size
|
5473
|
+
"""
|
5474
|
+
return pulumi.get(self, "total_compute_capacity")
|
5475
|
+
|
5448
5476
|
|
5449
5477
|
@pulumi.output_type
|
5450
5478
|
class AutonomousDatabaseScheduledOperation(dict):
|
@@ -24700,14 +24728,28 @@ class GetAutonomousDatabaseResourcePoolMembersResourcePoolMemberCollectionItemRe
|
|
24700
24728
|
@pulumi.output_type
|
24701
24729
|
class GetAutonomousDatabaseResourcePoolSummaryResult(dict):
|
24702
24730
|
def __init__(__self__, *,
|
24731
|
+
available_compute_capacity: _builtins.int,
|
24703
24732
|
is_disabled: _builtins.bool,
|
24704
|
-
pool_size: _builtins.int
|
24733
|
+
pool_size: _builtins.int,
|
24734
|
+
total_compute_capacity: _builtins.int):
|
24705
24735
|
"""
|
24736
|
+
:param _builtins.int available_compute_capacity: Available capacity left for new elastic pool members provision
|
24706
24737
|
:param _builtins.bool is_disabled: Indicates if the resource pool should be deleted for the Autonomous Database.
|
24707
24738
|
:param _builtins.int pool_size: Resource pool size.
|
24739
|
+
:param _builtins.int total_compute_capacity: Resource Pool total capacity, it's currently 4x of pool size
|
24708
24740
|
"""
|
24741
|
+
pulumi.set(__self__, "available_compute_capacity", available_compute_capacity)
|
24709
24742
|
pulumi.set(__self__, "is_disabled", is_disabled)
|
24710
24743
|
pulumi.set(__self__, "pool_size", pool_size)
|
24744
|
+
pulumi.set(__self__, "total_compute_capacity", total_compute_capacity)
|
24745
|
+
|
24746
|
+
@_builtins.property
|
24747
|
+
@pulumi.getter(name="availableComputeCapacity")
|
24748
|
+
def available_compute_capacity(self) -> _builtins.int:
|
24749
|
+
"""
|
24750
|
+
Available capacity left for new elastic pool members provision
|
24751
|
+
"""
|
24752
|
+
return pulumi.get(self, "available_compute_capacity")
|
24711
24753
|
|
24712
24754
|
@_builtins.property
|
24713
24755
|
@pulumi.getter(name="isDisabled")
|
@@ -24725,6 +24767,14 @@ class GetAutonomousDatabaseResourcePoolSummaryResult(dict):
|
|
24725
24767
|
"""
|
24726
24768
|
return pulumi.get(self, "pool_size")
|
24727
24769
|
|
24770
|
+
@_builtins.property
|
24771
|
+
@pulumi.getter(name="totalComputeCapacity")
|
24772
|
+
def total_compute_capacity(self) -> _builtins.int:
|
24773
|
+
"""
|
24774
|
+
Resource Pool total capacity, it's currently 4x of pool size
|
24775
|
+
"""
|
24776
|
+
return pulumi.get(self, "total_compute_capacity")
|
24777
|
+
|
24728
24778
|
|
24729
24779
|
@pulumi.output_type
|
24730
24780
|
class GetAutonomousDatabaseScheduledOperationResult(dict):
|
@@ -27807,14 +27857,28 @@ class GetAutonomousDatabasesAutonomousDatabaseRemoteDisasterRecoveryConfiguratio
|
|
27807
27857
|
@pulumi.output_type
|
27808
27858
|
class GetAutonomousDatabasesAutonomousDatabaseResourcePoolSummaryResult(dict):
|
27809
27859
|
def __init__(__self__, *,
|
27860
|
+
available_compute_capacity: _builtins.int,
|
27810
27861
|
is_disabled: _builtins.bool,
|
27811
|
-
pool_size: _builtins.int
|
27862
|
+
pool_size: _builtins.int,
|
27863
|
+
total_compute_capacity: _builtins.int):
|
27812
27864
|
"""
|
27865
|
+
:param _builtins.int available_compute_capacity: Available capacity left for new elastic pool members provision
|
27813
27866
|
:param _builtins.bool is_disabled: Indicates if the resource pool should be deleted for the Autonomous Database.
|
27814
27867
|
:param _builtins.int pool_size: Resource pool size.
|
27868
|
+
:param _builtins.int total_compute_capacity: Resource Pool total capacity, it's currently 4x of pool size
|
27815
27869
|
"""
|
27870
|
+
pulumi.set(__self__, "available_compute_capacity", available_compute_capacity)
|
27816
27871
|
pulumi.set(__self__, "is_disabled", is_disabled)
|
27817
27872
|
pulumi.set(__self__, "pool_size", pool_size)
|
27873
|
+
pulumi.set(__self__, "total_compute_capacity", total_compute_capacity)
|
27874
|
+
|
27875
|
+
@_builtins.property
|
27876
|
+
@pulumi.getter(name="availableComputeCapacity")
|
27877
|
+
def available_compute_capacity(self) -> _builtins.int:
|
27878
|
+
"""
|
27879
|
+
Available capacity left for new elastic pool members provision
|
27880
|
+
"""
|
27881
|
+
return pulumi.get(self, "available_compute_capacity")
|
27818
27882
|
|
27819
27883
|
@_builtins.property
|
27820
27884
|
@pulumi.getter(name="isDisabled")
|
@@ -27832,6 +27896,14 @@ class GetAutonomousDatabasesAutonomousDatabaseResourcePoolSummaryResult(dict):
|
|
27832
27896
|
"""
|
27833
27897
|
return pulumi.get(self, "pool_size")
|
27834
27898
|
|
27899
|
+
@_builtins.property
|
27900
|
+
@pulumi.getter(name="totalComputeCapacity")
|
27901
|
+
def total_compute_capacity(self) -> _builtins.int:
|
27902
|
+
"""
|
27903
|
+
Resource Pool total capacity, it's currently 4x of pool size
|
27904
|
+
"""
|
27905
|
+
return pulumi.get(self, "total_compute_capacity")
|
27906
|
+
|
27835
27907
|
|
27836
27908
|
@pulumi.output_type
|
27837
27909
|
class GetAutonomousDatabasesAutonomousDatabaseScheduledOperationResult(dict):
|
@@ -30533,14 +30605,28 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseRemoteDisasterRecoveryConfig
|
|
30533
30605
|
@pulumi.output_type
|
30534
30606
|
class GetAutonomousDatabasesClonesAutonomousDatabaseResourcePoolSummaryResult(dict):
|
30535
30607
|
def __init__(__self__, *,
|
30608
|
+
available_compute_capacity: _builtins.int,
|
30536
30609
|
is_disabled: _builtins.bool,
|
30537
|
-
pool_size: _builtins.int
|
30610
|
+
pool_size: _builtins.int,
|
30611
|
+
total_compute_capacity: _builtins.int):
|
30538
30612
|
"""
|
30613
|
+
:param _builtins.int available_compute_capacity: Available capacity left for new elastic pool members provision
|
30539
30614
|
:param _builtins.bool is_disabled: Indicates if the resource pool should be deleted for the Autonomous Database.
|
30540
30615
|
:param _builtins.int pool_size: Resource pool size.
|
30616
|
+
:param _builtins.int total_compute_capacity: Resource Pool total capacity, it's currently 4x of pool size
|
30541
30617
|
"""
|
30618
|
+
pulumi.set(__self__, "available_compute_capacity", available_compute_capacity)
|
30542
30619
|
pulumi.set(__self__, "is_disabled", is_disabled)
|
30543
30620
|
pulumi.set(__self__, "pool_size", pool_size)
|
30621
|
+
pulumi.set(__self__, "total_compute_capacity", total_compute_capacity)
|
30622
|
+
|
30623
|
+
@_builtins.property
|
30624
|
+
@pulumi.getter(name="availableComputeCapacity")
|
30625
|
+
def available_compute_capacity(self) -> _builtins.int:
|
30626
|
+
"""
|
30627
|
+
Available capacity left for new elastic pool members provision
|
30628
|
+
"""
|
30629
|
+
return pulumi.get(self, "available_compute_capacity")
|
30544
30630
|
|
30545
30631
|
@_builtins.property
|
30546
30632
|
@pulumi.getter(name="isDisabled")
|
@@ -30558,6 +30644,14 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResourcePoolSummaryResult(di
|
|
30558
30644
|
"""
|
30559
30645
|
return pulumi.get(self, "pool_size")
|
30560
30646
|
|
30647
|
+
@_builtins.property
|
30648
|
+
@pulumi.getter(name="totalComputeCapacity")
|
30649
|
+
def total_compute_capacity(self) -> _builtins.int:
|
30650
|
+
"""
|
30651
|
+
Resource Pool total capacity, it's currently 4x of pool size
|
30652
|
+
"""
|
30653
|
+
return pulumi.get(self, "total_compute_capacity")
|
30654
|
+
|
30561
30655
|
|
30562
30656
|
@pulumi.output_type
|
30563
30657
|
class GetAutonomousDatabasesClonesAutonomousDatabaseScheduledOperationResult(dict):
|
@@ -52411,6 +52505,7 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
|
|
52411
52505
|
def __init__(__self__, *,
|
52412
52506
|
additional_flash_cache_in_percent: _builtins.int,
|
52413
52507
|
attached_shape_attributes: Sequence[_builtins.str],
|
52508
|
+
autoscale_limit_in_gbs: _builtins.int,
|
52414
52509
|
availability_domain: _builtins.str,
|
52415
52510
|
cluster_placement_group_id: _builtins.str,
|
52416
52511
|
compartment_id: _builtins.str,
|
@@ -52421,6 +52516,7 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
|
|
52421
52516
|
freeform_tags: Mapping[str, _builtins.str],
|
52422
52517
|
high_capacity_database_storages: Sequence['outputs.GetExascaleDbStorageVaultsExascaleDbStorageVaultHighCapacityDatabaseStorageResult'],
|
52423
52518
|
id: _builtins.str,
|
52519
|
+
is_autoscale_enabled: _builtins.bool,
|
52424
52520
|
lifecycle_details: _builtins.str,
|
52425
52521
|
state: _builtins.str,
|
52426
52522
|
subscription_id: _builtins.str,
|
@@ -52432,6 +52528,7 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
|
|
52432
52528
|
"""
|
52433
52529
|
:param _builtins.int additional_flash_cache_in_percent: The size of additional Flash Cache in percentage of High Capacity database storage.
|
52434
52530
|
:param Sequence[_builtins.str] attached_shape_attributes: A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
|
52531
|
+
:param _builtins.int autoscale_limit_in_gbs: Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
52435
52532
|
:param _builtins.str availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
|
52436
52533
|
:param _builtins.str cluster_placement_group_id: A filter to return only resources that match the given cluster placement group ID exactly.
|
52437
52534
|
:param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
@@ -52442,6 +52539,7 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
|
|
52442
52539
|
:param Mapping[str, _builtins.str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
52443
52540
|
:param Sequence['GetExascaleDbStorageVaultsExascaleDbStorageVaultHighCapacityDatabaseStorageArgs'] high_capacity_database_storages: Exadata Database Storage Details
|
52444
52541
|
:param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
52542
|
+
:param _builtins.bool is_autoscale_enabled: Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
52445
52543
|
:param _builtins.str lifecycle_details: Additional information about the current lifecycle state.
|
52446
52544
|
:param _builtins.str state: A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
|
52447
52545
|
:param _builtins.str subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
@@ -52453,6 +52551,7 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
|
|
52453
52551
|
"""
|
52454
52552
|
pulumi.set(__self__, "additional_flash_cache_in_percent", additional_flash_cache_in_percent)
|
52455
52553
|
pulumi.set(__self__, "attached_shape_attributes", attached_shape_attributes)
|
52554
|
+
pulumi.set(__self__, "autoscale_limit_in_gbs", autoscale_limit_in_gbs)
|
52456
52555
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
52457
52556
|
pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
|
52458
52557
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -52463,6 +52562,7 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
|
|
52463
52562
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
52464
52563
|
pulumi.set(__self__, "high_capacity_database_storages", high_capacity_database_storages)
|
52465
52564
|
pulumi.set(__self__, "id", id)
|
52565
|
+
pulumi.set(__self__, "is_autoscale_enabled", is_autoscale_enabled)
|
52466
52566
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
52467
52567
|
pulumi.set(__self__, "state", state)
|
52468
52568
|
pulumi.set(__self__, "subscription_id", subscription_id)
|
@@ -52488,6 +52588,14 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
|
|
52488
52588
|
"""
|
52489
52589
|
return pulumi.get(self, "attached_shape_attributes")
|
52490
52590
|
|
52591
|
+
@_builtins.property
|
52592
|
+
@pulumi.getter(name="autoscaleLimitInGbs")
|
52593
|
+
def autoscale_limit_in_gbs(self) -> _builtins.int:
|
52594
|
+
"""
|
52595
|
+
Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
52596
|
+
"""
|
52597
|
+
return pulumi.get(self, "autoscale_limit_in_gbs")
|
52598
|
+
|
52491
52599
|
@_builtins.property
|
52492
52600
|
@pulumi.getter(name="availabilityDomain")
|
52493
52601
|
def availability_domain(self) -> _builtins.str:
|
@@ -52568,6 +52676,14 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
|
|
52568
52676
|
"""
|
52569
52677
|
return pulumi.get(self, "id")
|
52570
52678
|
|
52679
|
+
@_builtins.property
|
52680
|
+
@pulumi.getter(name="isAutoscaleEnabled")
|
52681
|
+
def is_autoscale_enabled(self) -> _builtins.bool:
|
52682
|
+
"""
|
52683
|
+
Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
52684
|
+
"""
|
52685
|
+
return pulumi.get(self, "is_autoscale_enabled")
|
52686
|
+
|
52571
52687
|
@_builtins.property
|
52572
52688
|
@pulumi.getter(name="lifecycleDetails")
|
52573
52689
|
def lifecycle_details(self) -> _builtins.str:
|
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,
|