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/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/email/_inputs.py
CHANGED
@@ -15,6 +15,12 @@ else:
|
|
15
15
|
from .. import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
+
'EmailDomainLockArgs',
|
19
|
+
'EmailDomainLockArgsDict',
|
20
|
+
'EmailReturnPathLockArgs',
|
21
|
+
'EmailReturnPathLockArgsDict',
|
22
|
+
'SenderLockArgs',
|
23
|
+
'SenderLockArgsDict',
|
18
24
|
'GetDkimsFilterArgs',
|
19
25
|
'GetDkimsFilterArgsDict',
|
20
26
|
'GetEmailDomainsFilterArgs',
|
@@ -29,6 +35,342 @@ __all__ = [
|
|
29
35
|
|
30
36
|
MYPY = False
|
31
37
|
|
38
|
+
if not MYPY:
|
39
|
+
class EmailDomainLockArgsDict(TypedDict):
|
40
|
+
compartment_id: NotRequired[pulumi.Input[_builtins.str]]
|
41
|
+
"""
|
42
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for this email domain.
|
43
|
+
"""
|
44
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
45
|
+
"""
|
46
|
+
A message added by the lock creator. The message typically gives an indication of why the resource is locked.
|
47
|
+
"""
|
48
|
+
related_resource_id: NotRequired[pulumi.Input[_builtins.str]]
|
49
|
+
"""
|
50
|
+
The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
|
51
|
+
"""
|
52
|
+
time_created: NotRequired[pulumi.Input[_builtins.str]]
|
53
|
+
"""
|
54
|
+
The time the email domain was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, "YYYY-MM-ddThh:mmZ". Example: `2021-02-12T22:47:12.613Z`
|
55
|
+
"""
|
56
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
57
|
+
"""
|
58
|
+
Lock type.
|
59
|
+
"""
|
60
|
+
elif False:
|
61
|
+
EmailDomainLockArgsDict: TypeAlias = Mapping[str, Any]
|
62
|
+
|
63
|
+
@pulumi.input_type
|
64
|
+
class EmailDomainLockArgs:
|
65
|
+
def __init__(__self__, *,
|
66
|
+
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
67
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
68
|
+
related_resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
69
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
70
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
71
|
+
"""
|
72
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for this email domain.
|
73
|
+
:param pulumi.Input[_builtins.str] message: A message added by the lock creator. The message typically gives an indication of why the resource is locked.
|
74
|
+
:param pulumi.Input[_builtins.str] related_resource_id: The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
|
75
|
+
:param pulumi.Input[_builtins.str] time_created: The time the email domain was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, "YYYY-MM-ddThh:mmZ". Example: `2021-02-12T22:47:12.613Z`
|
76
|
+
:param pulumi.Input[_builtins.str] type: Lock type.
|
77
|
+
"""
|
78
|
+
if compartment_id is not None:
|
79
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
80
|
+
if message is not None:
|
81
|
+
pulumi.set(__self__, "message", message)
|
82
|
+
if related_resource_id is not None:
|
83
|
+
pulumi.set(__self__, "related_resource_id", related_resource_id)
|
84
|
+
if time_created is not None:
|
85
|
+
pulumi.set(__self__, "time_created", time_created)
|
86
|
+
if type is not None:
|
87
|
+
pulumi.set(__self__, "type", type)
|
88
|
+
|
89
|
+
@_builtins.property
|
90
|
+
@pulumi.getter(name="compartmentId")
|
91
|
+
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
92
|
+
"""
|
93
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for this email domain.
|
94
|
+
"""
|
95
|
+
return pulumi.get(self, "compartment_id")
|
96
|
+
|
97
|
+
@compartment_id.setter
|
98
|
+
def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
99
|
+
pulumi.set(self, "compartment_id", value)
|
100
|
+
|
101
|
+
@_builtins.property
|
102
|
+
@pulumi.getter
|
103
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
104
|
+
"""
|
105
|
+
A message added by the lock creator. The message typically gives an indication of why the resource is locked.
|
106
|
+
"""
|
107
|
+
return pulumi.get(self, "message")
|
108
|
+
|
109
|
+
@message.setter
|
110
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
111
|
+
pulumi.set(self, "message", value)
|
112
|
+
|
113
|
+
@_builtins.property
|
114
|
+
@pulumi.getter(name="relatedResourceId")
|
115
|
+
def related_resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
116
|
+
"""
|
117
|
+
The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
|
118
|
+
"""
|
119
|
+
return pulumi.get(self, "related_resource_id")
|
120
|
+
|
121
|
+
@related_resource_id.setter
|
122
|
+
def related_resource_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
123
|
+
pulumi.set(self, "related_resource_id", value)
|
124
|
+
|
125
|
+
@_builtins.property
|
126
|
+
@pulumi.getter(name="timeCreated")
|
127
|
+
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
128
|
+
"""
|
129
|
+
The time the email domain was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, "YYYY-MM-ddThh:mmZ". Example: `2021-02-12T22:47:12.613Z`
|
130
|
+
"""
|
131
|
+
return pulumi.get(self, "time_created")
|
132
|
+
|
133
|
+
@time_created.setter
|
134
|
+
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
135
|
+
pulumi.set(self, "time_created", value)
|
136
|
+
|
137
|
+
@_builtins.property
|
138
|
+
@pulumi.getter
|
139
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
140
|
+
"""
|
141
|
+
Lock type.
|
142
|
+
"""
|
143
|
+
return pulumi.get(self, "type")
|
144
|
+
|
145
|
+
@type.setter
|
146
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
147
|
+
pulumi.set(self, "type", value)
|
148
|
+
|
149
|
+
|
150
|
+
if not MYPY:
|
151
|
+
class EmailReturnPathLockArgsDict(TypedDict):
|
152
|
+
compartment_id: NotRequired[pulumi.Input[_builtins.str]]
|
153
|
+
"""
|
154
|
+
The lock compartment ID.
|
155
|
+
"""
|
156
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
157
|
+
"""
|
158
|
+
A message added by the lock creator. The message typically gives an indication of why the resource is locked.
|
159
|
+
"""
|
160
|
+
related_resource_id: NotRequired[pulumi.Input[_builtins.str]]
|
161
|
+
"""
|
162
|
+
The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
|
163
|
+
"""
|
164
|
+
time_created: NotRequired[pulumi.Input[_builtins.str]]
|
165
|
+
"""
|
166
|
+
The time the email return path was created. Times are expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, "YYYY-MM-ddThh:mmZ". Example: `2021-02-12T22:47:12.613Z`
|
167
|
+
"""
|
168
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
169
|
+
"""
|
170
|
+
Lock type.
|
171
|
+
"""
|
172
|
+
elif False:
|
173
|
+
EmailReturnPathLockArgsDict: TypeAlias = Mapping[str, Any]
|
174
|
+
|
175
|
+
@pulumi.input_type
|
176
|
+
class EmailReturnPathLockArgs:
|
177
|
+
def __init__(__self__, *,
|
178
|
+
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
179
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
180
|
+
related_resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
181
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
182
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
183
|
+
"""
|
184
|
+
:param pulumi.Input[_builtins.str] compartment_id: The lock compartment ID.
|
185
|
+
:param pulumi.Input[_builtins.str] message: A message added by the lock creator. The message typically gives an indication of why the resource is locked.
|
186
|
+
:param pulumi.Input[_builtins.str] related_resource_id: The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
|
187
|
+
:param pulumi.Input[_builtins.str] time_created: The time the email return path was created. Times are expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, "YYYY-MM-ddThh:mmZ". Example: `2021-02-12T22:47:12.613Z`
|
188
|
+
:param pulumi.Input[_builtins.str] type: Lock type.
|
189
|
+
"""
|
190
|
+
if compartment_id is not None:
|
191
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
192
|
+
if message is not None:
|
193
|
+
pulumi.set(__self__, "message", message)
|
194
|
+
if related_resource_id is not None:
|
195
|
+
pulumi.set(__self__, "related_resource_id", related_resource_id)
|
196
|
+
if time_created is not None:
|
197
|
+
pulumi.set(__self__, "time_created", time_created)
|
198
|
+
if type is not None:
|
199
|
+
pulumi.set(__self__, "type", type)
|
200
|
+
|
201
|
+
@_builtins.property
|
202
|
+
@pulumi.getter(name="compartmentId")
|
203
|
+
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
204
|
+
"""
|
205
|
+
The lock compartment ID.
|
206
|
+
"""
|
207
|
+
return pulumi.get(self, "compartment_id")
|
208
|
+
|
209
|
+
@compartment_id.setter
|
210
|
+
def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
211
|
+
pulumi.set(self, "compartment_id", value)
|
212
|
+
|
213
|
+
@_builtins.property
|
214
|
+
@pulumi.getter
|
215
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
216
|
+
"""
|
217
|
+
A message added by the lock creator. The message typically gives an indication of why the resource is locked.
|
218
|
+
"""
|
219
|
+
return pulumi.get(self, "message")
|
220
|
+
|
221
|
+
@message.setter
|
222
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
223
|
+
pulumi.set(self, "message", value)
|
224
|
+
|
225
|
+
@_builtins.property
|
226
|
+
@pulumi.getter(name="relatedResourceId")
|
227
|
+
def related_resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
228
|
+
"""
|
229
|
+
The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
|
230
|
+
"""
|
231
|
+
return pulumi.get(self, "related_resource_id")
|
232
|
+
|
233
|
+
@related_resource_id.setter
|
234
|
+
def related_resource_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
235
|
+
pulumi.set(self, "related_resource_id", value)
|
236
|
+
|
237
|
+
@_builtins.property
|
238
|
+
@pulumi.getter(name="timeCreated")
|
239
|
+
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
240
|
+
"""
|
241
|
+
The time the email return path was created. Times are expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, "YYYY-MM-ddThh:mmZ". Example: `2021-02-12T22:47:12.613Z`
|
242
|
+
"""
|
243
|
+
return pulumi.get(self, "time_created")
|
244
|
+
|
245
|
+
@time_created.setter
|
246
|
+
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
247
|
+
pulumi.set(self, "time_created", value)
|
248
|
+
|
249
|
+
@_builtins.property
|
250
|
+
@pulumi.getter
|
251
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
252
|
+
"""
|
253
|
+
Lock type.
|
254
|
+
"""
|
255
|
+
return pulumi.get(self, "type")
|
256
|
+
|
257
|
+
@type.setter
|
258
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
259
|
+
pulumi.set(self, "type", value)
|
260
|
+
|
261
|
+
|
262
|
+
if not MYPY:
|
263
|
+
class SenderLockArgsDict(TypedDict):
|
264
|
+
compartment_id: NotRequired[pulumi.Input[_builtins.str]]
|
265
|
+
"""
|
266
|
+
(Updatable) The OCID of the compartment that contains the sender.
|
267
|
+
"""
|
268
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
269
|
+
"""
|
270
|
+
A message added by the lock creator. The message typically gives an indication of why the resource is locked.
|
271
|
+
"""
|
272
|
+
related_resource_id: NotRequired[pulumi.Input[_builtins.str]]
|
273
|
+
"""
|
274
|
+
The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
|
275
|
+
"""
|
276
|
+
time_created: NotRequired[pulumi.Input[_builtins.str]]
|
277
|
+
"""
|
278
|
+
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
279
|
+
"""
|
280
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
281
|
+
"""
|
282
|
+
Lock type.
|
283
|
+
"""
|
284
|
+
elif False:
|
285
|
+
SenderLockArgsDict: TypeAlias = Mapping[str, Any]
|
286
|
+
|
287
|
+
@pulumi.input_type
|
288
|
+
class SenderLockArgs:
|
289
|
+
def __init__(__self__, *,
|
290
|
+
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
291
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
292
|
+
related_resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
293
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
294
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
295
|
+
"""
|
296
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment that contains the sender.
|
297
|
+
:param pulumi.Input[_builtins.str] message: A message added by the lock creator. The message typically gives an indication of why the resource is locked.
|
298
|
+
:param pulumi.Input[_builtins.str] related_resource_id: The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
|
299
|
+
:param pulumi.Input[_builtins.str] time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
300
|
+
:param pulumi.Input[_builtins.str] type: Lock type.
|
301
|
+
"""
|
302
|
+
if compartment_id is not None:
|
303
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
304
|
+
if message is not None:
|
305
|
+
pulumi.set(__self__, "message", message)
|
306
|
+
if related_resource_id is not None:
|
307
|
+
pulumi.set(__self__, "related_resource_id", related_resource_id)
|
308
|
+
if time_created is not None:
|
309
|
+
pulumi.set(__self__, "time_created", time_created)
|
310
|
+
if type is not None:
|
311
|
+
pulumi.set(__self__, "type", type)
|
312
|
+
|
313
|
+
@_builtins.property
|
314
|
+
@pulumi.getter(name="compartmentId")
|
315
|
+
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
316
|
+
"""
|
317
|
+
(Updatable) The OCID of the compartment that contains the sender.
|
318
|
+
"""
|
319
|
+
return pulumi.get(self, "compartment_id")
|
320
|
+
|
321
|
+
@compartment_id.setter
|
322
|
+
def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
323
|
+
pulumi.set(self, "compartment_id", value)
|
324
|
+
|
325
|
+
@_builtins.property
|
326
|
+
@pulumi.getter
|
327
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
328
|
+
"""
|
329
|
+
A message added by the lock creator. The message typically gives an indication of why the resource is locked.
|
330
|
+
"""
|
331
|
+
return pulumi.get(self, "message")
|
332
|
+
|
333
|
+
@message.setter
|
334
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
335
|
+
pulumi.set(self, "message", value)
|
336
|
+
|
337
|
+
@_builtins.property
|
338
|
+
@pulumi.getter(name="relatedResourceId")
|
339
|
+
def related_resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
340
|
+
"""
|
341
|
+
The resource ID that is locking this resource. Indicates that deleting this resource removes the lock.
|
342
|
+
"""
|
343
|
+
return pulumi.get(self, "related_resource_id")
|
344
|
+
|
345
|
+
@related_resource_id.setter
|
346
|
+
def related_resource_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
347
|
+
pulumi.set(self, "related_resource_id", value)
|
348
|
+
|
349
|
+
@_builtins.property
|
350
|
+
@pulumi.getter(name="timeCreated")
|
351
|
+
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
352
|
+
"""
|
353
|
+
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
354
|
+
"""
|
355
|
+
return pulumi.get(self, "time_created")
|
356
|
+
|
357
|
+
@time_created.setter
|
358
|
+
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
359
|
+
pulumi.set(self, "time_created", value)
|
360
|
+
|
361
|
+
@_builtins.property
|
362
|
+
@pulumi.getter
|
363
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
364
|
+
"""
|
365
|
+
Lock type.
|
366
|
+
"""
|
367
|
+
return pulumi.get(self, "type")
|
368
|
+
|
369
|
+
@type.setter
|
370
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
371
|
+
pulumi.set(self, "type", value)
|
372
|
+
|
373
|
+
|
32
374
|
if not MYPY:
|
33
375
|
class GetDkimsFilterArgsDict(TypedDict):
|
34
376
|
name: _builtins.str
|