pulumi-oci 2.4.0a1721890421__py3-none-any.whl → 2.5.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 +78 -32
- pulumi_oci/_utilities.py +2 -0
- pulumi_oci/apmsynthetics/_inputs.py +457 -1
- pulumi_oci/apmsynthetics/config.py +172 -7
- pulumi_oci/apmsynthetics/get_monitor.py +42 -3
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/outputs.py +1129 -9
- pulumi_oci/bigdataservice/bds_instance.py +47 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
- pulumi_oci/bigdataservice/outputs.py +7 -0
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +48 -8
- pulumi_oci/core/get_instance_maintenance_event.py +414 -0
- pulumi_oci/core/get_instance_maintenance_events.py +250 -0
- pulumi_oci/core/instance_maintenance_event.py +1022 -0
- pulumi_oci/core/outputs.py +338 -8
- pulumi_oci/database/_inputs.py +16 -0
- pulumi_oci/database/autonomous_database.py +111 -9
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
- pulumi_oci/database/cloud_exadata_infrastructure.py +66 -17
- pulumi_oci/database/cloud_vm_cluster.py +49 -0
- pulumi_oci/database/database.py +0 -96
- pulumi_oci/database/get_autonomous_database.py +38 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
- pulumi_oci/database/get_key_store.py +11 -1
- pulumi_oci/database/key_store.py +34 -0
- pulumi_oci/database/outputs.py +115 -0
- pulumi_oci/databasemigration/_inputs.py +184 -0
- pulumi_oci/databasemigration/job.py +99 -24
- pulumi_oci/databasemigration/outputs.py +171 -0
- pulumi_oci/datasafe/__init__.py +3 -4
- pulumi_oci/datasafe/_inputs.py +185 -0
- pulumi_oci/datasafe/alert.py +56 -0
- pulumi_oci/datasafe/alert_policy.py +745 -0
- pulumi_oci/datasafe/alert_policy_rule.py +446 -0
- pulumi_oci/datasafe/discovery_mod.py +67 -38
- pulumi_oci/datasafe/get_alert.py +27 -1
- pulumi_oci/datasafe/get_alert_policy.py +26 -2
- pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_report.py +15 -2
- pulumi_oci/datasafe/get_report_definition.py +15 -2
- pulumi_oci/datasafe/get_reports.py +43 -1
- pulumi_oci/datasafe/get_security_assessment.py +14 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +16 -3
- pulumi_oci/datasafe/get_security_assessment_findings.py +21 -3
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +153 -0
- pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
- pulumi_oci/datasafe/get_user_assessment.py +14 -1
- pulumi_oci/datasafe/outputs.py +761 -33
- pulumi_oci/datasafe/report.py +32 -4
- pulumi_oci/datasafe/report_definition.py +32 -4
- pulumi_oci/datasafe/security_assessment.py +49 -0
- pulumi_oci/datasafe/sensitive_data_model.py +60 -3
- pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +69 -16
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +58 -5
- pulumi_oci/datasafe/user_assessment.py +49 -0
- pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
- pulumi_oci/generativeai/get_endpoint.py +6 -9
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +36 -6
- pulumi_oci/generativeai/get_models.py +6 -0
- pulumi_oci/generativeai/outputs.py +228 -16
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +742 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/__init__.py +3 -0
- pulumi_oci/identity/_inputs.py +1029 -0
- pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
- pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
- pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
- pulumi_oci/identity/outputs.py +19544 -17378
- pulumi_oci/integration/_inputs.py +0 -2
- pulumi_oci/integration/get_integration_instance.py +0 -1
- pulumi_oci/integration/integration_instance.py +0 -27
- pulumi_oci/integration/outputs.py +4 -12
- pulumi_oci/networkfirewall/__init__.py +3 -0
- pulumi_oci/networkfirewall/_inputs.py +150 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
- pulumi_oci/networkfirewall/outputs.py +457 -0
- pulumi_oci/opsi/_inputs.py +8 -8
- pulumi_oci/opsi/database_insight.py +71 -15
- pulumi_oci/opsi/get_database_insight.py +29 -3
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
- pulumi_oci/opsi/get_host_insight.py +1 -4
- pulumi_oci/opsi/get_host_insights.py +3 -3
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +3 -3
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
- pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
- pulumi_oci/opsi/host_insight.py +6 -14
- pulumi_oci/opsi/news_report.py +2 -2
- pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
- pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
- pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
- pulumi_oci/opsi/outputs.py +46 -24
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +1 -1
- pulumi_oci/redis/outputs.py +2 -2
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +2 -2
- pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
- pulumi_oci/stackmonitoring/outputs.py +19 -8
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +137 -111
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
pulumi_oci/database/outputs.py
CHANGED
@@ -6189,6 +6189,8 @@ class DbHomeDatabase(dict):
|
|
6189
6189
|
suggest = "defined_tags"
|
6190
6190
|
elif key == "freeformTags":
|
6191
6191
|
suggest = "freeform_tags"
|
6192
|
+
elif key == "keyStoreId":
|
6193
|
+
suggest = "key_store_id"
|
6192
6194
|
elif key == "kmsKeyId":
|
6193
6195
|
suggest = "kms_key_id"
|
6194
6196
|
elif key == "kmsKeyVersionId":
|
@@ -6240,6 +6242,7 @@ class DbHomeDatabase(dict):
|
|
6240
6242
|
defined_tags: Optional[Mapping[str, Any]] = None,
|
6241
6243
|
freeform_tags: Optional[Mapping[str, Any]] = None,
|
6242
6244
|
id: Optional[str] = None,
|
6245
|
+
key_store_id: Optional[str] = None,
|
6243
6246
|
kms_key_id: Optional[str] = None,
|
6244
6247
|
kms_key_version_id: Optional[str] = None,
|
6245
6248
|
lifecycle_details: Optional[str] = None,
|
@@ -6270,6 +6273,7 @@ class DbHomeDatabase(dict):
|
|
6270
6273
|
:param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
6271
6274
|
:param Mapping[str, Any] freeform_tags: (Updatable) 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"}`
|
6272
6275
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
6276
|
+
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
6273
6277
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
6274
6278
|
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
6275
6279
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
@@ -6311,6 +6315,8 @@ class DbHomeDatabase(dict):
|
|
6311
6315
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
6312
6316
|
if id is not None:
|
6313
6317
|
pulumi.set(__self__, "id", id)
|
6318
|
+
if key_store_id is not None:
|
6319
|
+
pulumi.set(__self__, "key_store_id", key_store_id)
|
6314
6320
|
if kms_key_id is not None:
|
6315
6321
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
6316
6322
|
if kms_key_version_id is not None:
|
@@ -6448,6 +6454,14 @@ class DbHomeDatabase(dict):
|
|
6448
6454
|
"""
|
6449
6455
|
return pulumi.get(self, "id")
|
6450
6456
|
|
6457
|
+
@property
|
6458
|
+
@pulumi.getter(name="keyStoreId")
|
6459
|
+
def key_store_id(self) -> Optional[str]:
|
6460
|
+
"""
|
6461
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
6462
|
+
"""
|
6463
|
+
return pulumi.get(self, "key_store_id")
|
6464
|
+
|
6451
6465
|
@property
|
6452
6466
|
@pulumi.getter(name="kmsKeyId")
|
6453
6467
|
def kms_key_id(self) -> Optional[str]:
|
@@ -17032,8 +17046,10 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17032
17046
|
available_upgrade_versions: Sequence[str],
|
17033
17047
|
backup_configs: Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseBackupConfigResult'],
|
17034
17048
|
backup_retention_period_in_days: int,
|
17049
|
+
byol_compute_count_limit: float,
|
17035
17050
|
character_set: str,
|
17036
17051
|
clone_type: str,
|
17052
|
+
cluster_placement_group_id: str,
|
17037
17053
|
compartment_id: str,
|
17038
17054
|
compute_count: float,
|
17039
17055
|
compute_model: str,
|
@@ -17125,6 +17141,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17125
17141
|
standby_whitelisted_ips: Sequence[str],
|
17126
17142
|
state: str,
|
17127
17143
|
subnet_id: str,
|
17144
|
+
subscription_id: str,
|
17128
17145
|
supported_regions_to_clone_tos: Sequence[str],
|
17129
17146
|
switchover_to: str,
|
17130
17147
|
switchover_to_remote_peer_id: str,
|
@@ -17165,6 +17182,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17165
17182
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseBackupConfigArgs'] backup_configs: Autonomous Database configuration details for storing [manual backups](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/backup-restore.html#GUID-9035DFB8-4702-4CEB-8281-C2A303820809) in the [Object Storage](https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm) service.
|
17166
17183
|
:param int backup_retention_period_in_days: Retention period, in days, for backups.
|
17167
17184
|
:param str character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
|
17185
|
+
:param str cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
|
17168
17186
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
17169
17187
|
:param float compute_count: Compute used by database tools.
|
17170
17188
|
:param str compute_model: The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
@@ -17249,6 +17267,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17249
17267
|
:param Sequence[str] standby_whitelisted_ips: The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
17250
17268
|
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
17251
17269
|
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
17270
|
+
:param 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.
|
17252
17271
|
:param Sequence[str] supported_regions_to_clone_tos: The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
|
17253
17272
|
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
17254
17273
|
:param str time_created: The date and time the Autonomous Database was created.
|
@@ -17287,8 +17306,10 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17287
17306
|
pulumi.set(__self__, "available_upgrade_versions", available_upgrade_versions)
|
17288
17307
|
pulumi.set(__self__, "backup_configs", backup_configs)
|
17289
17308
|
pulumi.set(__self__, "backup_retention_period_in_days", backup_retention_period_in_days)
|
17309
|
+
pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
|
17290
17310
|
pulumi.set(__self__, "character_set", character_set)
|
17291
17311
|
pulumi.set(__self__, "clone_type", clone_type)
|
17312
|
+
pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
|
17292
17313
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
17293
17314
|
pulumi.set(__self__, "compute_count", compute_count)
|
17294
17315
|
pulumi.set(__self__, "compute_model", compute_model)
|
@@ -17380,6 +17401,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17380
17401
|
pulumi.set(__self__, "standby_whitelisted_ips", standby_whitelisted_ips)
|
17381
17402
|
pulumi.set(__self__, "state", state)
|
17382
17403
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
17404
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
17383
17405
|
pulumi.set(__self__, "supported_regions_to_clone_tos", supported_regions_to_clone_tos)
|
17384
17406
|
pulumi.set(__self__, "switchover_to", switchover_to)
|
17385
17407
|
pulumi.set(__self__, "switchover_to_remote_peer_id", switchover_to_remote_peer_id)
|
@@ -17511,6 +17533,11 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17511
17533
|
"""
|
17512
17534
|
return pulumi.get(self, "backup_retention_period_in_days")
|
17513
17535
|
|
17536
|
+
@property
|
17537
|
+
@pulumi.getter(name="byolComputeCountLimit")
|
17538
|
+
def byol_compute_count_limit(self) -> float:
|
17539
|
+
return pulumi.get(self, "byol_compute_count_limit")
|
17540
|
+
|
17514
17541
|
@property
|
17515
17542
|
@pulumi.getter(name="characterSet")
|
17516
17543
|
def character_set(self) -> str:
|
@@ -17524,6 +17551,14 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17524
17551
|
def clone_type(self) -> str:
|
17525
17552
|
return pulumi.get(self, "clone_type")
|
17526
17553
|
|
17554
|
+
@property
|
17555
|
+
@pulumi.getter(name="clusterPlacementGroupId")
|
17556
|
+
def cluster_placement_group_id(self) -> str:
|
17557
|
+
"""
|
17558
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
|
17559
|
+
"""
|
17560
|
+
return pulumi.get(self, "cluster_placement_group_id")
|
17561
|
+
|
17527
17562
|
@property
|
17528
17563
|
@pulumi.getter(name="compartmentId")
|
17529
17564
|
def compartment_id(self) -> str:
|
@@ -18230,6 +18265,14 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18230
18265
|
"""
|
18231
18266
|
return pulumi.get(self, "subnet_id")
|
18232
18267
|
|
18268
|
+
@property
|
18269
|
+
@pulumi.getter(name="subscriptionId")
|
18270
|
+
def subscription_id(self) -> str:
|
18271
|
+
"""
|
18272
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
18273
|
+
"""
|
18274
|
+
return pulumi.get(self, "subscription_id")
|
18275
|
+
|
18233
18276
|
@property
|
18234
18277
|
@pulumi.getter(name="supportedRegionsToCloneTos")
|
18235
18278
|
def supported_regions_to_clone_tos(self) -> Sequence[str]:
|
@@ -19301,7 +19344,9 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19301
19344
|
available_upgrade_versions: Sequence[str],
|
19302
19345
|
backup_configs: Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseBackupConfigResult'],
|
19303
19346
|
backup_retention_period_in_days: int,
|
19347
|
+
byol_compute_count_limit: float,
|
19304
19348
|
character_set: str,
|
19349
|
+
cluster_placement_group_id: str,
|
19305
19350
|
compartment_id: str,
|
19306
19351
|
compute_count: float,
|
19307
19352
|
compute_model: str,
|
@@ -19381,6 +19426,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19381
19426
|
standby_whitelisted_ips: Sequence[str],
|
19382
19427
|
state: str,
|
19383
19428
|
subnet_id: str,
|
19429
|
+
subscription_id: str,
|
19384
19430
|
supported_regions_to_clone_tos: Sequence[str],
|
19385
19431
|
system_tags: Mapping[str, Any],
|
19386
19432
|
time_created: str,
|
@@ -19417,6 +19463,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19417
19463
|
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseBackupConfigArgs'] backup_configs: Autonomous Database configuration details for storing [manual backups](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/backup-restore.html#GUID-9035DFB8-4702-4CEB-8281-C2A303820809) in the [Object Storage](https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm) service.
|
19418
19464
|
:param int backup_retention_period_in_days: Retention period, in days, for backups.
|
19419
19465
|
:param str character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
|
19466
|
+
:param str cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
|
19420
19467
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
19421
19468
|
:param float compute_count: Compute used by database tools.
|
19422
19469
|
:param str compute_model: The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
@@ -19501,6 +19548,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19501
19548
|
:param Sequence[str] standby_whitelisted_ips: The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
19502
19549
|
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
19503
19550
|
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
19551
|
+
:param 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.
|
19504
19552
|
:param Sequence[str] supported_regions_to_clone_tos: The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
|
19505
19553
|
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
19506
19554
|
:param str time_created: The date and time the Autonomous Database was created.
|
@@ -19535,7 +19583,9 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19535
19583
|
pulumi.set(__self__, "available_upgrade_versions", available_upgrade_versions)
|
19536
19584
|
pulumi.set(__self__, "backup_configs", backup_configs)
|
19537
19585
|
pulumi.set(__self__, "backup_retention_period_in_days", backup_retention_period_in_days)
|
19586
|
+
pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
|
19538
19587
|
pulumi.set(__self__, "character_set", character_set)
|
19588
|
+
pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
|
19539
19589
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
19540
19590
|
pulumi.set(__self__, "compute_count", compute_count)
|
19541
19591
|
pulumi.set(__self__, "compute_model", compute_model)
|
@@ -19615,6 +19665,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19615
19665
|
pulumi.set(__self__, "standby_whitelisted_ips", standby_whitelisted_ips)
|
19616
19666
|
pulumi.set(__self__, "state", state)
|
19617
19667
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
19668
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
19618
19669
|
pulumi.set(__self__, "supported_regions_to_clone_tos", supported_regions_to_clone_tos)
|
19619
19670
|
pulumi.set(__self__, "system_tags", system_tags)
|
19620
19671
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -19727,6 +19778,11 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19727
19778
|
"""
|
19728
19779
|
return pulumi.get(self, "backup_retention_period_in_days")
|
19729
19780
|
|
19781
|
+
@property
|
19782
|
+
@pulumi.getter(name="byolComputeCountLimit")
|
19783
|
+
def byol_compute_count_limit(self) -> float:
|
19784
|
+
return pulumi.get(self, "byol_compute_count_limit")
|
19785
|
+
|
19730
19786
|
@property
|
19731
19787
|
@pulumi.getter(name="characterSet")
|
19732
19788
|
def character_set(self) -> str:
|
@@ -19735,6 +19791,14 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19735
19791
|
"""
|
19736
19792
|
return pulumi.get(self, "character_set")
|
19737
19793
|
|
19794
|
+
@property
|
19795
|
+
@pulumi.getter(name="clusterPlacementGroupId")
|
19796
|
+
def cluster_placement_group_id(self) -> str:
|
19797
|
+
"""
|
19798
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
|
19799
|
+
"""
|
19800
|
+
return pulumi.get(self, "cluster_placement_group_id")
|
19801
|
+
|
19738
19802
|
@property
|
19739
19803
|
@pulumi.getter(name="compartmentId")
|
19740
19804
|
def compartment_id(self) -> str:
|
@@ -20372,6 +20436,14 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20372
20436
|
"""
|
20373
20437
|
return pulumi.get(self, "subnet_id")
|
20374
20438
|
|
20439
|
+
@property
|
20440
|
+
@pulumi.getter(name="subscriptionId")
|
20441
|
+
def subscription_id(self) -> str:
|
20442
|
+
"""
|
20443
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
20444
|
+
"""
|
20445
|
+
return pulumi.get(self, "subscription_id")
|
20446
|
+
|
20375
20447
|
@property
|
20376
20448
|
@pulumi.getter(name="supportedRegionsToCloneTos")
|
20377
20449
|
def supported_regions_to_clone_tos(self) -> Sequence[str]:
|
@@ -27151,6 +27223,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
|
|
27151
27223
|
state: str,
|
27152
27224
|
storage_count: int,
|
27153
27225
|
storage_server_version: str,
|
27226
|
+
subscription_id: str,
|
27154
27227
|
system_tags: Mapping[str, Any],
|
27155
27228
|
time_created: str,
|
27156
27229
|
total_storage_size_in_gbs: int):
|
@@ -27187,6 +27260,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
|
|
27187
27260
|
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
27188
27261
|
:param int storage_count: The number of storage servers for the cloud Exadata infrastructure.
|
27189
27262
|
:param str storage_server_version: The software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
|
27263
|
+
:param 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.
|
27190
27264
|
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
27191
27265
|
:param str time_created: The date and time the cloud Exadata infrastructure resource was created.
|
27192
27266
|
:param int total_storage_size_in_gbs: The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
|
@@ -27223,6 +27297,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
|
|
27223
27297
|
pulumi.set(__self__, "state", state)
|
27224
27298
|
pulumi.set(__self__, "storage_count", storage_count)
|
27225
27299
|
pulumi.set(__self__, "storage_server_version", storage_server_version)
|
27300
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
27226
27301
|
pulumi.set(__self__, "system_tags", system_tags)
|
27227
27302
|
pulumi.set(__self__, "time_created", time_created)
|
27228
27303
|
pulumi.set(__self__, "total_storage_size_in_gbs", total_storage_size_in_gbs)
|
@@ -27483,6 +27558,14 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
|
|
27483
27558
|
"""
|
27484
27559
|
return pulumi.get(self, "storage_server_version")
|
27485
27560
|
|
27561
|
+
@property
|
27562
|
+
@pulumi.getter(name="subscriptionId")
|
27563
|
+
def subscription_id(self) -> str:
|
27564
|
+
"""
|
27565
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
27566
|
+
"""
|
27567
|
+
return pulumi.get(self, "subscription_id")
|
27568
|
+
|
27486
27569
|
@property
|
27487
27570
|
@pulumi.getter(name="systemTags")
|
27488
27571
|
def system_tags(self) -> Mapping[str, Any]:
|
@@ -28019,6 +28102,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28019
28102
|
state: str,
|
28020
28103
|
storage_size_in_gbs: int,
|
28021
28104
|
subnet_id: str,
|
28105
|
+
subscription_id: str,
|
28022
28106
|
system_tags: Mapping[str, Any],
|
28023
28107
|
system_version: str,
|
28024
28108
|
time_created: str,
|
@@ -28068,6 +28152,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28068
28152
|
:param str state: A filter to return only cloud VM clusters that match the given lifecycle state exactly.
|
28069
28153
|
:param int storage_size_in_gbs: The storage allocation for the disk group, in gigabytes (GB).
|
28070
28154
|
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the cloud VM cluster.
|
28155
|
+
:param 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.
|
28071
28156
|
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
28072
28157
|
:param str system_version: Operating system version of the image.
|
28073
28158
|
:param str time_created: The date and time that the cloud VM cluster was created.
|
@@ -28119,6 +28204,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28119
28204
|
pulumi.set(__self__, "state", state)
|
28120
28205
|
pulumi.set(__self__, "storage_size_in_gbs", storage_size_in_gbs)
|
28121
28206
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
28207
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
28122
28208
|
pulumi.set(__self__, "system_tags", system_tags)
|
28123
28209
|
pulumi.set(__self__, "system_version", system_version)
|
28124
28210
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -28470,6 +28556,14 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28470
28556
|
"""
|
28471
28557
|
return pulumi.get(self, "subnet_id")
|
28472
28558
|
|
28559
|
+
@property
|
28560
|
+
@pulumi.getter(name="subscriptionId")
|
28561
|
+
def subscription_id(self) -> str:
|
28562
|
+
"""
|
28563
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
28564
|
+
"""
|
28565
|
+
return pulumi.get(self, "subscription_id")
|
28566
|
+
|
28473
28567
|
@property
|
28474
28568
|
@pulumi.getter(name="systemTags")
|
28475
28569
|
def system_tags(self) -> Mapping[str, Any]:
|
@@ -32226,6 +32320,7 @@ class GetDbHomeDatabaseResult(dict):
|
|
32226
32320
|
defined_tags: Mapping[str, Any],
|
32227
32321
|
freeform_tags: Mapping[str, Any],
|
32228
32322
|
id: str,
|
32323
|
+
key_store_id: str,
|
32229
32324
|
kms_key_id: str,
|
32230
32325
|
kms_key_version_id: str,
|
32231
32326
|
lifecycle_details: str,
|
@@ -32264,6 +32359,7 @@ class GetDbHomeDatabaseResult(dict):
|
|
32264
32359
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
32265
32360
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
32266
32361
|
pulumi.set(__self__, "id", id)
|
32362
|
+
pulumi.set(__self__, "key_store_id", key_store_id)
|
32267
32363
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
32268
32364
|
pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
|
32269
32365
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -32360,6 +32456,11 @@ class GetDbHomeDatabaseResult(dict):
|
|
32360
32456
|
"""
|
32361
32457
|
return pulumi.get(self, "id")
|
32362
32458
|
|
32459
|
+
@property
|
32460
|
+
@pulumi.getter(name="keyStoreId")
|
32461
|
+
def key_store_id(self) -> str:
|
32462
|
+
return pulumi.get(self, "key_store_id")
|
32463
|
+
|
32363
32464
|
@property
|
32364
32465
|
@pulumi.getter(name="kmsKeyId")
|
32365
32466
|
def kms_key_id(self) -> str:
|
@@ -33046,6 +33147,7 @@ class GetDbHomesDbHomeDatabaseResult(dict):
|
|
33046
33147
|
defined_tags: Mapping[str, Any],
|
33047
33148
|
freeform_tags: Mapping[str, Any],
|
33048
33149
|
id: str,
|
33150
|
+
key_store_id: str,
|
33049
33151
|
kms_key_id: str,
|
33050
33152
|
kms_key_version_id: str,
|
33051
33153
|
lifecycle_details: str,
|
@@ -33085,6 +33187,7 @@ class GetDbHomesDbHomeDatabaseResult(dict):
|
|
33085
33187
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
33086
33188
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
33087
33189
|
pulumi.set(__self__, "id", id)
|
33190
|
+
pulumi.set(__self__, "key_store_id", key_store_id)
|
33088
33191
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
33089
33192
|
pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
|
33090
33193
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -33184,6 +33287,11 @@ class GetDbHomesDbHomeDatabaseResult(dict):
|
|
33184
33287
|
"""
|
33185
33288
|
return pulumi.get(self, "id")
|
33186
33289
|
|
33290
|
+
@property
|
33291
|
+
@pulumi.getter(name="keyStoreId")
|
33292
|
+
def key_store_id(self) -> str:
|
33293
|
+
return pulumi.get(self, "key_store_id")
|
33294
|
+
|
33187
33295
|
@property
|
33188
33296
|
@pulumi.getter(name="kmsKeyId")
|
33189
33297
|
def kms_key_id(self) -> str:
|
@@ -41932,6 +42040,7 @@ class GetKeyStoresKeyStoreResult(dict):
|
|
41932
42040
|
def __init__(__self__, *,
|
41933
42041
|
associated_databases: Sequence['outputs.GetKeyStoresKeyStoreAssociatedDatabaseResult'],
|
41934
42042
|
compartment_id: str,
|
42043
|
+
confirm_details_trigger: int,
|
41935
42044
|
defined_tags: Mapping[str, Any],
|
41936
42045
|
display_name: str,
|
41937
42046
|
freeform_tags: Mapping[str, Any],
|
@@ -41954,6 +42063,7 @@ class GetKeyStoresKeyStoreResult(dict):
|
|
41954
42063
|
"""
|
41955
42064
|
pulumi.set(__self__, "associated_databases", associated_databases)
|
41956
42065
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
42066
|
+
pulumi.set(__self__, "confirm_details_trigger", confirm_details_trigger)
|
41957
42067
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
41958
42068
|
pulumi.set(__self__, "display_name", display_name)
|
41959
42069
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
@@ -41979,6 +42089,11 @@ class GetKeyStoresKeyStoreResult(dict):
|
|
41979
42089
|
"""
|
41980
42090
|
return pulumi.get(self, "compartment_id")
|
41981
42091
|
|
42092
|
+
@property
|
42093
|
+
@pulumi.getter(name="confirmDetailsTrigger")
|
42094
|
+
def confirm_details_trigger(self) -> int:
|
42095
|
+
return pulumi.get(self, "confirm_details_trigger")
|
42096
|
+
|
41982
42097
|
@property
|
41983
42098
|
@pulumi.getter(name="definedTags")
|
41984
42099
|
def defined_tags(self) -> Mapping[str, Any]:
|
@@ -12,6 +12,7 @@ from .. import _utilities
|
|
12
12
|
__all__ = [
|
13
13
|
'ConnectionAdditionalAttributeArgs',
|
14
14
|
'ConnectionIngressIpArgs',
|
15
|
+
'JobParameterFileVersionArgs',
|
15
16
|
'JobProgressArgs',
|
16
17
|
'JobProgressPhaseArgs',
|
17
18
|
'JobProgressPhaseExtractArgs',
|
@@ -105,6 +106,157 @@ class ConnectionIngressIpArgs:
|
|
105
106
|
pulumi.set(self, "ingress_ip", value)
|
106
107
|
|
107
108
|
|
109
|
+
@pulumi.input_type
|
110
|
+
class JobParameterFileVersionArgs:
|
111
|
+
def __init__(__self__, *,
|
112
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
113
|
+
description: Optional[pulumi.Input[str]] = None,
|
114
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
115
|
+
is_current: Optional[pulumi.Input[bool]] = None,
|
116
|
+
is_factory: Optional[pulumi.Input[bool]] = None,
|
117
|
+
kind: Optional[pulumi.Input[str]] = None,
|
118
|
+
name: Optional[pulumi.Input[str]] = None,
|
119
|
+
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
120
|
+
time_created: Optional[pulumi.Input[str]] = None):
|
121
|
+
"""
|
122
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
123
|
+
:param pulumi.Input[str] description: A description to discribe the current parameter file version
|
124
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) 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. Example: {"Department": "Finance"}
|
125
|
+
:param pulumi.Input[bool] is_current: Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
|
126
|
+
:param pulumi.Input[bool] is_factory: Return true/false for whether the parameter file is oracle provided (Factory)
|
127
|
+
:param pulumi.Input[str] kind: Indicator of Parameter File 'kind' (for an EXTRACT or a REPLICAT)
|
128
|
+
:param pulumi.Input[str] name: Phase name
|
129
|
+
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
130
|
+
:param pulumi.Input[str] time_created: The time the Migration Job was created. An RFC3339 formatted datetime string
|
131
|
+
"""
|
132
|
+
if defined_tags is not None:
|
133
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
134
|
+
if description is not None:
|
135
|
+
pulumi.set(__self__, "description", description)
|
136
|
+
if freeform_tags is not None:
|
137
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
138
|
+
if is_current is not None:
|
139
|
+
pulumi.set(__self__, "is_current", is_current)
|
140
|
+
if is_factory is not None:
|
141
|
+
pulumi.set(__self__, "is_factory", is_factory)
|
142
|
+
if kind is not None:
|
143
|
+
pulumi.set(__self__, "kind", kind)
|
144
|
+
if name is not None:
|
145
|
+
pulumi.set(__self__, "name", name)
|
146
|
+
if system_tags is not None:
|
147
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
148
|
+
if time_created is not None:
|
149
|
+
pulumi.set(__self__, "time_created", time_created)
|
150
|
+
|
151
|
+
@property
|
152
|
+
@pulumi.getter(name="definedTags")
|
153
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
154
|
+
"""
|
155
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
156
|
+
"""
|
157
|
+
return pulumi.get(self, "defined_tags")
|
158
|
+
|
159
|
+
@defined_tags.setter
|
160
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
161
|
+
pulumi.set(self, "defined_tags", value)
|
162
|
+
|
163
|
+
@property
|
164
|
+
@pulumi.getter
|
165
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
166
|
+
"""
|
167
|
+
A description to discribe the current parameter file version
|
168
|
+
"""
|
169
|
+
return pulumi.get(self, "description")
|
170
|
+
|
171
|
+
@description.setter
|
172
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
173
|
+
pulumi.set(self, "description", value)
|
174
|
+
|
175
|
+
@property
|
176
|
+
@pulumi.getter(name="freeformTags")
|
177
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
178
|
+
"""
|
179
|
+
(Updatable) 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. Example: {"Department": "Finance"}
|
180
|
+
"""
|
181
|
+
return pulumi.get(self, "freeform_tags")
|
182
|
+
|
183
|
+
@freeform_tags.setter
|
184
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
185
|
+
pulumi.set(self, "freeform_tags", value)
|
186
|
+
|
187
|
+
@property
|
188
|
+
@pulumi.getter(name="isCurrent")
|
189
|
+
def is_current(self) -> Optional[pulumi.Input[bool]]:
|
190
|
+
"""
|
191
|
+
Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
|
192
|
+
"""
|
193
|
+
return pulumi.get(self, "is_current")
|
194
|
+
|
195
|
+
@is_current.setter
|
196
|
+
def is_current(self, value: Optional[pulumi.Input[bool]]):
|
197
|
+
pulumi.set(self, "is_current", value)
|
198
|
+
|
199
|
+
@property
|
200
|
+
@pulumi.getter(name="isFactory")
|
201
|
+
def is_factory(self) -> Optional[pulumi.Input[bool]]:
|
202
|
+
"""
|
203
|
+
Return true/false for whether the parameter file is oracle provided (Factory)
|
204
|
+
"""
|
205
|
+
return pulumi.get(self, "is_factory")
|
206
|
+
|
207
|
+
@is_factory.setter
|
208
|
+
def is_factory(self, value: Optional[pulumi.Input[bool]]):
|
209
|
+
pulumi.set(self, "is_factory", value)
|
210
|
+
|
211
|
+
@property
|
212
|
+
@pulumi.getter
|
213
|
+
def kind(self) -> Optional[pulumi.Input[str]]:
|
214
|
+
"""
|
215
|
+
Indicator of Parameter File 'kind' (for an EXTRACT or a REPLICAT)
|
216
|
+
"""
|
217
|
+
return pulumi.get(self, "kind")
|
218
|
+
|
219
|
+
@kind.setter
|
220
|
+
def kind(self, value: Optional[pulumi.Input[str]]):
|
221
|
+
pulumi.set(self, "kind", value)
|
222
|
+
|
223
|
+
@property
|
224
|
+
@pulumi.getter
|
225
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
226
|
+
"""
|
227
|
+
Phase name
|
228
|
+
"""
|
229
|
+
return pulumi.get(self, "name")
|
230
|
+
|
231
|
+
@name.setter
|
232
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
233
|
+
pulumi.set(self, "name", value)
|
234
|
+
|
235
|
+
@property
|
236
|
+
@pulumi.getter(name="systemTags")
|
237
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
238
|
+
"""
|
239
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
240
|
+
"""
|
241
|
+
return pulumi.get(self, "system_tags")
|
242
|
+
|
243
|
+
@system_tags.setter
|
244
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
245
|
+
pulumi.set(self, "system_tags", value)
|
246
|
+
|
247
|
+
@property
|
248
|
+
@pulumi.getter(name="timeCreated")
|
249
|
+
def time_created(self) -> Optional[pulumi.Input[str]]:
|
250
|
+
"""
|
251
|
+
The time the Migration Job was created. An RFC3339 formatted datetime string
|
252
|
+
"""
|
253
|
+
return pulumi.get(self, "time_created")
|
254
|
+
|
255
|
+
@time_created.setter
|
256
|
+
def time_created(self, value: Optional[pulumi.Input[str]]):
|
257
|
+
pulumi.set(self, "time_created", value)
|
258
|
+
|
259
|
+
|
108
260
|
@pulumi.input_type
|
109
261
|
class JobProgressArgs:
|
110
262
|
def __init__(__self__, *,
|
@@ -165,8 +317,10 @@ class JobProgressPhaseArgs:
|
|
165
317
|
def __init__(__self__, *,
|
166
318
|
action: Optional[pulumi.Input[str]] = None,
|
167
319
|
duration_in_ms: Optional[pulumi.Input[int]] = None,
|
320
|
+
editable_parameter_files: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
168
321
|
extracts: Optional[pulumi.Input[Sequence[pulumi.Input['JobProgressPhaseExtractArgs']]]] = None,
|
169
322
|
is_advisor_report_available: Optional[pulumi.Input[bool]] = None,
|
323
|
+
is_suspend_available: Optional[pulumi.Input[bool]] = None,
|
170
324
|
issue: Optional[pulumi.Input[str]] = None,
|
171
325
|
log_locations: Optional[pulumi.Input[Sequence[pulumi.Input['JobProgressPhaseLogLocationArgs']]]] = None,
|
172
326
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -175,8 +329,10 @@ class JobProgressPhaseArgs:
|
|
175
329
|
"""
|
176
330
|
:param pulumi.Input[str] action: The text describing the action required to fix the issue
|
177
331
|
:param pulumi.Input[int] duration_in_ms: Duration of the phase in milliseconds
|
332
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] editable_parameter_files: Attribute that returns an array of names and types of GoldenGate configuration files that are available for read or update.
|
178
333
|
:param pulumi.Input[Sequence[pulumi.Input['JobProgressPhaseExtractArgs']]] extracts: Summary of phase status results.
|
179
334
|
:param pulumi.Input[bool] is_advisor_report_available: True if a Pre-Migration Advisor report is available for this phase. False or null if no report is available.
|
335
|
+
:param pulumi.Input[bool] is_suspend_available: This is returned as true if the current phase can be suspended.
|
180
336
|
:param pulumi.Input[str] issue: The text describing the root cause of the reported issue
|
181
337
|
:param pulumi.Input[Sequence[pulumi.Input['JobProgressPhaseLogLocationArgs']]] log_locations: Details to access log file in the specified Object Storage bucket, if any.
|
182
338
|
:param pulumi.Input[str] name: Phase name
|
@@ -187,10 +343,14 @@ class JobProgressPhaseArgs:
|
|
187
343
|
pulumi.set(__self__, "action", action)
|
188
344
|
if duration_in_ms is not None:
|
189
345
|
pulumi.set(__self__, "duration_in_ms", duration_in_ms)
|
346
|
+
if editable_parameter_files is not None:
|
347
|
+
pulumi.set(__self__, "editable_parameter_files", editable_parameter_files)
|
190
348
|
if extracts is not None:
|
191
349
|
pulumi.set(__self__, "extracts", extracts)
|
192
350
|
if is_advisor_report_available is not None:
|
193
351
|
pulumi.set(__self__, "is_advisor_report_available", is_advisor_report_available)
|
352
|
+
if is_suspend_available is not None:
|
353
|
+
pulumi.set(__self__, "is_suspend_available", is_suspend_available)
|
194
354
|
if issue is not None:
|
195
355
|
pulumi.set(__self__, "issue", issue)
|
196
356
|
if log_locations is not None:
|
@@ -226,6 +386,18 @@ class JobProgressPhaseArgs:
|
|
226
386
|
def duration_in_ms(self, value: Optional[pulumi.Input[int]]):
|
227
387
|
pulumi.set(self, "duration_in_ms", value)
|
228
388
|
|
389
|
+
@property
|
390
|
+
@pulumi.getter(name="editableParameterFiles")
|
391
|
+
def editable_parameter_files(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
392
|
+
"""
|
393
|
+
Attribute that returns an array of names and types of GoldenGate configuration files that are available for read or update.
|
394
|
+
"""
|
395
|
+
return pulumi.get(self, "editable_parameter_files")
|
396
|
+
|
397
|
+
@editable_parameter_files.setter
|
398
|
+
def editable_parameter_files(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
399
|
+
pulumi.set(self, "editable_parameter_files", value)
|
400
|
+
|
229
401
|
@property
|
230
402
|
@pulumi.getter
|
231
403
|
def extracts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JobProgressPhaseExtractArgs']]]]:
|
@@ -250,6 +422,18 @@ class JobProgressPhaseArgs:
|
|
250
422
|
def is_advisor_report_available(self, value: Optional[pulumi.Input[bool]]):
|
251
423
|
pulumi.set(self, "is_advisor_report_available", value)
|
252
424
|
|
425
|
+
@property
|
426
|
+
@pulumi.getter(name="isSuspendAvailable")
|
427
|
+
def is_suspend_available(self) -> Optional[pulumi.Input[bool]]:
|
428
|
+
"""
|
429
|
+
This is returned as true if the current phase can be suspended.
|
430
|
+
"""
|
431
|
+
return pulumi.get(self, "is_suspend_available")
|
432
|
+
|
433
|
+
@is_suspend_available.setter
|
434
|
+
def is_suspend_available(self, value: Optional[pulumi.Input[bool]]):
|
435
|
+
pulumi.set(self, "is_suspend_available", value)
|
436
|
+
|
253
437
|
@property
|
254
438
|
@pulumi.getter
|
255
439
|
def issue(self) -> Optional[pulumi.Input[str]]:
|