pulumi-oci 1.11.0a1695814503__py3-none-any.whl → 1.12.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 +43 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14633 -3342
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +137 -59
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3681 -752
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +752 -247
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +54 -18
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +21 -4
- pulumi_oci/database/get_autonomous_container_database.py +4 -2
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -2
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +3 -3
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +2 -2
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +2 -2
- pulumi_oci/database/get_maintenance_runs.py +2 -2
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +152 -48
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12935 -3083
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7869 -1808
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +12 -2
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +202 -41
- pulumi_oci/integration/outputs.py +447 -100
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- 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 +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/__init__.py +3 -0
- pulumi_oci/stackmonitoring/_inputs.py +548 -105
- pulumi_oci/stackmonitoring/config.py +697 -0
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +248 -0
- pulumi_oci/stackmonitoring/get_configs.py +193 -0
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +1085 -177
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695814503.dist-info/RECORD +0 -2312
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
from . import outputs
|
12
12
|
|
@@ -27,6 +27,8 @@ __all__ = [
|
|
27
27
|
'MigrationDataTransferMediumDetailsDatabaseLinkDetails',
|
28
28
|
'MigrationDataTransferMediumDetailsDatabaseLinkDetailsWalletBucket',
|
29
29
|
'MigrationDataTransferMediumDetailsObjectStorageDetails',
|
30
|
+
'MigrationDataTransferMediumDetailsV2',
|
31
|
+
'MigrationDataTransferMediumDetailsV2ObjectStorageBucket',
|
30
32
|
'MigrationDatapumpSettings',
|
31
33
|
'MigrationDatapumpSettingsDataPumpParameters',
|
32
34
|
'MigrationDatapumpSettingsExportDirectoryObject',
|
@@ -84,6 +86,8 @@ __all__ = [
|
|
84
86
|
'GetMigrationDataTransferMediumDetailDatabaseLinkDetailResult',
|
85
87
|
'GetMigrationDataTransferMediumDetailDatabaseLinkDetailWalletBucketResult',
|
86
88
|
'GetMigrationDataTransferMediumDetailObjectStorageDetailResult',
|
89
|
+
'GetMigrationDataTransferMediumDetailsV2Result',
|
90
|
+
'GetMigrationDataTransferMediumDetailsV2ObjectStorageBucketResult',
|
87
91
|
'GetMigrationDatapumpSettingResult',
|
88
92
|
'GetMigrationDatapumpSettingDataPumpParameterResult',
|
89
93
|
'GetMigrationDatapumpSettingExportDirectoryObjectResult',
|
@@ -123,6 +127,8 @@ __all__ = [
|
|
123
127
|
'GetMigrationsMigrationCollectionItemDataTransferMediumDetailDatabaseLinkDetailResult',
|
124
128
|
'GetMigrationsMigrationCollectionItemDataTransferMediumDetailDatabaseLinkDetailWalletBucketResult',
|
125
129
|
'GetMigrationsMigrationCollectionItemDataTransferMediumDetailObjectStorageDetailResult',
|
130
|
+
'GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2Result',
|
131
|
+
'GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2ObjectStorageBucketResult',
|
126
132
|
'GetMigrationsMigrationCollectionItemDatapumpSettingResult',
|
127
133
|
'GetMigrationsMigrationCollectionItemDatapumpSettingDataPumpParameterResult',
|
128
134
|
'GetMigrationsMigrationCollectionItemDatapumpSettingExportDirectoryObjectResult',
|
@@ -162,8 +168,19 @@ class ConnectionAdminCredentials(dict):
|
|
162
168
|
:param str password: (Updatable) Administrator password
|
163
169
|
:param str username: (Updatable) Administrator username
|
164
170
|
"""
|
165
|
-
|
166
|
-
|
171
|
+
ConnectionAdminCredentials._configure(
|
172
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
173
|
+
password=password,
|
174
|
+
username=username,
|
175
|
+
)
|
176
|
+
@staticmethod
|
177
|
+
def _configure(
|
178
|
+
_setter: Callable[[Any, Any], None],
|
179
|
+
password: str,
|
180
|
+
username: str,
|
181
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
182
|
+
_setter("password", password)
|
183
|
+
_setter("username", username)
|
167
184
|
|
168
185
|
@property
|
169
186
|
@pulumi.getter
|
@@ -214,14 +231,29 @@ class ConnectionConnectDescriptor(dict):
|
|
214
231
|
:param str host: (Updatable) Name of the host the SSH key is valid for.
|
215
232
|
:param int port: (Updatable) Port of the connect descriptor. Required if no connectString was specified.
|
216
233
|
"""
|
234
|
+
ConnectionConnectDescriptor._configure(
|
235
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
236
|
+
connect_string=connect_string,
|
237
|
+
database_service_name=database_service_name,
|
238
|
+
host=host,
|
239
|
+
port=port,
|
240
|
+
)
|
241
|
+
@staticmethod
|
242
|
+
def _configure(
|
243
|
+
_setter: Callable[[Any, Any], None],
|
244
|
+
connect_string: Optional[str] = None,
|
245
|
+
database_service_name: Optional[str] = None,
|
246
|
+
host: Optional[str] = None,
|
247
|
+
port: Optional[int] = None,
|
248
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
217
249
|
if connect_string is not None:
|
218
|
-
|
250
|
+
_setter("connect_string", connect_string)
|
219
251
|
if database_service_name is not None:
|
220
|
-
|
252
|
+
_setter("database_service_name", database_service_name)
|
221
253
|
if host is not None:
|
222
|
-
|
254
|
+
_setter("host", host)
|
223
255
|
if port is not None:
|
224
|
-
|
256
|
+
_setter("port", port)
|
225
257
|
|
226
258
|
@property
|
227
259
|
@pulumi.getter(name="connectString")
|
@@ -290,11 +322,26 @@ class ConnectionPrivateEndpoint(dict):
|
|
290
322
|
:param str vcn_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN where the Private Endpoint will be bound to.
|
291
323
|
:param str id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a previously created Private Endpoint.
|
292
324
|
"""
|
293
|
-
|
294
|
-
|
295
|
-
|
325
|
+
ConnectionPrivateEndpoint._configure(
|
326
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
327
|
+
compartment_id=compartment_id,
|
328
|
+
subnet_id=subnet_id,
|
329
|
+
vcn_id=vcn_id,
|
330
|
+
id=id,
|
331
|
+
)
|
332
|
+
@staticmethod
|
333
|
+
def _configure(
|
334
|
+
_setter: Callable[[Any, Any], None],
|
335
|
+
compartment_id: str,
|
336
|
+
subnet_id: str,
|
337
|
+
vcn_id: str,
|
338
|
+
id: Optional[str] = None,
|
339
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
340
|
+
_setter("compartment_id", compartment_id)
|
341
|
+
_setter("subnet_id", subnet_id)
|
342
|
+
_setter("vcn_id", vcn_id)
|
296
343
|
if id is not None:
|
297
|
-
|
344
|
+
_setter("id", id)
|
298
345
|
|
299
346
|
@property
|
300
347
|
@pulumi.getter(name="compartmentId")
|
@@ -338,8 +385,19 @@ class ConnectionReplicationCredentials(dict):
|
|
338
385
|
:param str password: (Updatable) Administrator password
|
339
386
|
:param str username: (Updatable) Administrator username
|
340
387
|
"""
|
341
|
-
|
342
|
-
|
388
|
+
ConnectionReplicationCredentials._configure(
|
389
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
390
|
+
password=password,
|
391
|
+
username=username,
|
392
|
+
)
|
393
|
+
@staticmethod
|
394
|
+
def _configure(
|
395
|
+
_setter: Callable[[Any, Any], None],
|
396
|
+
password: str,
|
397
|
+
username: str,
|
398
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
399
|
+
_setter("password", password)
|
400
|
+
_setter("username", username)
|
343
401
|
|
344
402
|
@property
|
345
403
|
@pulumi.getter
|
@@ -388,11 +446,26 @@ class ConnectionSshDetails(dict):
|
|
388
446
|
:param str user: (Updatable) SSH user
|
389
447
|
:param str sudo_location: (Updatable) Sudo location
|
390
448
|
"""
|
391
|
-
|
392
|
-
|
393
|
-
|
449
|
+
ConnectionSshDetails._configure(
|
450
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
451
|
+
host=host,
|
452
|
+
sshkey=sshkey,
|
453
|
+
user=user,
|
454
|
+
sudo_location=sudo_location,
|
455
|
+
)
|
456
|
+
@staticmethod
|
457
|
+
def _configure(
|
458
|
+
_setter: Callable[[Any, Any], None],
|
459
|
+
host: str,
|
460
|
+
sshkey: str,
|
461
|
+
user: str,
|
462
|
+
sudo_location: Optional[str] = None,
|
463
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
464
|
+
_setter("host", host)
|
465
|
+
_setter("sshkey", sshkey)
|
466
|
+
_setter("user", user)
|
394
467
|
if sudo_location is not None:
|
395
|
-
|
468
|
+
_setter("sudo_location", sudo_location)
|
396
469
|
|
397
470
|
@property
|
398
471
|
@pulumi.getter
|
@@ -463,9 +536,22 @@ class ConnectionVaultDetails(dict):
|
|
463
536
|
** IMPORTANT **
|
464
537
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
465
538
|
"""
|
466
|
-
|
467
|
-
|
468
|
-
|
539
|
+
ConnectionVaultDetails._configure(
|
540
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
541
|
+
compartment_id=compartment_id,
|
542
|
+
key_id=key_id,
|
543
|
+
vault_id=vault_id,
|
544
|
+
)
|
545
|
+
@staticmethod
|
546
|
+
def _configure(
|
547
|
+
_setter: Callable[[Any, Any], None],
|
548
|
+
compartment_id: str,
|
549
|
+
key_id: str,
|
550
|
+
vault_id: str,
|
551
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
552
|
+
_setter("compartment_id", compartment_id)
|
553
|
+
_setter("key_id", key_id)
|
554
|
+
_setter("vault_id", vault_id)
|
469
555
|
|
470
556
|
@property
|
471
557
|
@pulumi.getter(name="compartmentId")
|
@@ -526,12 +612,25 @@ class JobProgress(dict):
|
|
526
612
|
:param str current_status: Current status of the job.
|
527
613
|
:param Sequence['JobProgressPhaseArgs'] phases: List of phase status for the job.
|
528
614
|
"""
|
615
|
+
JobProgress._configure(
|
616
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
617
|
+
current_phase=current_phase,
|
618
|
+
current_status=current_status,
|
619
|
+
phases=phases,
|
620
|
+
)
|
621
|
+
@staticmethod
|
622
|
+
def _configure(
|
623
|
+
_setter: Callable[[Any, Any], None],
|
624
|
+
current_phase: Optional[str] = None,
|
625
|
+
current_status: Optional[str] = None,
|
626
|
+
phases: Optional[Sequence['outputs.JobProgressPhase']] = None,
|
627
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
529
628
|
if current_phase is not None:
|
530
|
-
|
629
|
+
_setter("current_phase", current_phase)
|
531
630
|
if current_status is not None:
|
532
|
-
|
631
|
+
_setter("current_status", current_status)
|
533
632
|
if phases is not None:
|
534
|
-
|
633
|
+
_setter("phases", phases)
|
535
634
|
|
536
635
|
@property
|
537
636
|
@pulumi.getter(name="currentPhase")
|
@@ -602,24 +701,49 @@ class JobProgressPhase(dict):
|
|
602
701
|
:param int progress: Percent progress of job phase.
|
603
702
|
:param str status: Phase status
|
604
703
|
"""
|
704
|
+
JobProgressPhase._configure(
|
705
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
706
|
+
action=action,
|
707
|
+
duration_in_ms=duration_in_ms,
|
708
|
+
extracts=extracts,
|
709
|
+
is_advisor_report_available=is_advisor_report_available,
|
710
|
+
issue=issue,
|
711
|
+
log_locations=log_locations,
|
712
|
+
name=name,
|
713
|
+
progress=progress,
|
714
|
+
status=status,
|
715
|
+
)
|
716
|
+
@staticmethod
|
717
|
+
def _configure(
|
718
|
+
_setter: Callable[[Any, Any], None],
|
719
|
+
action: Optional[str] = None,
|
720
|
+
duration_in_ms: Optional[int] = None,
|
721
|
+
extracts: Optional[Sequence['outputs.JobProgressPhaseExtract']] = None,
|
722
|
+
is_advisor_report_available: Optional[bool] = None,
|
723
|
+
issue: Optional[str] = None,
|
724
|
+
log_locations: Optional[Sequence['outputs.JobProgressPhaseLogLocation']] = None,
|
725
|
+
name: Optional[str] = None,
|
726
|
+
progress: Optional[int] = None,
|
727
|
+
status: Optional[str] = None,
|
728
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
605
729
|
if action is not None:
|
606
|
-
|
730
|
+
_setter("action", action)
|
607
731
|
if duration_in_ms is not None:
|
608
|
-
|
732
|
+
_setter("duration_in_ms", duration_in_ms)
|
609
733
|
if extracts is not None:
|
610
|
-
|
734
|
+
_setter("extracts", extracts)
|
611
735
|
if is_advisor_report_available is not None:
|
612
|
-
|
736
|
+
_setter("is_advisor_report_available", is_advisor_report_available)
|
613
737
|
if issue is not None:
|
614
|
-
|
738
|
+
_setter("issue", issue)
|
615
739
|
if log_locations is not None:
|
616
|
-
|
740
|
+
_setter("log_locations", log_locations)
|
617
741
|
if name is not None:
|
618
|
-
|
742
|
+
_setter("name", name)
|
619
743
|
if progress is not None:
|
620
|
-
|
744
|
+
_setter("progress", progress)
|
621
745
|
if status is not None:
|
622
|
-
|
746
|
+
_setter("status", status)
|
623
747
|
|
624
748
|
@property
|
625
749
|
@pulumi.getter
|
@@ -703,10 +827,21 @@ class JobProgressPhaseExtract(dict):
|
|
703
827
|
:param str message: Message in entry.
|
704
828
|
:param str type: Type of unsupported object
|
705
829
|
"""
|
830
|
+
JobProgressPhaseExtract._configure(
|
831
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
832
|
+
message=message,
|
833
|
+
type=type,
|
834
|
+
)
|
835
|
+
@staticmethod
|
836
|
+
def _configure(
|
837
|
+
_setter: Callable[[Any, Any], None],
|
838
|
+
message: Optional[str] = None,
|
839
|
+
type: Optional[str] = None,
|
840
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
706
841
|
if message is not None:
|
707
|
-
|
842
|
+
_setter("message", message)
|
708
843
|
if type is not None:
|
709
|
-
|
844
|
+
_setter("type", type)
|
710
845
|
|
711
846
|
@property
|
712
847
|
@pulumi.getter
|
@@ -736,12 +871,25 @@ class JobProgressPhaseLogLocation(dict):
|
|
736
871
|
:param str namespace: Object Storage namespace.
|
737
872
|
:param str object: Name of the object (regular expression is allowed)
|
738
873
|
"""
|
874
|
+
JobProgressPhaseLogLocation._configure(
|
875
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
876
|
+
bucket=bucket,
|
877
|
+
namespace=namespace,
|
878
|
+
object=object,
|
879
|
+
)
|
880
|
+
@staticmethod
|
881
|
+
def _configure(
|
882
|
+
_setter: Callable[[Any, Any], None],
|
883
|
+
bucket: Optional[str] = None,
|
884
|
+
namespace: Optional[str] = None,
|
885
|
+
object: Optional[str] = None,
|
886
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
739
887
|
if bucket is not None:
|
740
|
-
|
888
|
+
_setter("bucket", bucket)
|
741
889
|
if namespace is not None:
|
742
|
-
|
890
|
+
_setter("namespace", namespace)
|
743
891
|
if object is not None:
|
744
|
-
|
892
|
+
_setter("object", object)
|
745
893
|
|
746
894
|
@property
|
747
895
|
@pulumi.getter
|
@@ -779,12 +927,25 @@ class JobUnsupportedObject(dict):
|
|
779
927
|
:param str owner: Owner of the object (regular expression is allowed)
|
780
928
|
:param str type: Type of unsupported object
|
781
929
|
"""
|
930
|
+
JobUnsupportedObject._configure(
|
931
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
932
|
+
object=object,
|
933
|
+
owner=owner,
|
934
|
+
type=type,
|
935
|
+
)
|
936
|
+
@staticmethod
|
937
|
+
def _configure(
|
938
|
+
_setter: Callable[[Any, Any], None],
|
939
|
+
object: Optional[str] = None,
|
940
|
+
owner: Optional[str] = None,
|
941
|
+
type: Optional[str] = None,
|
942
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
782
943
|
if object is not None:
|
783
|
-
|
944
|
+
_setter("object", object)
|
784
945
|
if owner is not None:
|
785
|
-
|
946
|
+
_setter("owner", owner)
|
786
947
|
if type is not None:
|
787
|
-
|
948
|
+
_setter("type", type)
|
788
949
|
|
789
950
|
@property
|
790
951
|
@pulumi.getter
|
@@ -839,10 +1000,21 @@ class MigrationAdvisorSettings(dict):
|
|
839
1000
|
:param bool is_ignore_errors: (Updatable) True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
|
840
1001
|
:param bool is_skip_advisor: (Updatable) True to skip the Pre-Migration Advisor execution. Default is false.
|
841
1002
|
"""
|
1003
|
+
MigrationAdvisorSettings._configure(
|
1004
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1005
|
+
is_ignore_errors=is_ignore_errors,
|
1006
|
+
is_skip_advisor=is_skip_advisor,
|
1007
|
+
)
|
1008
|
+
@staticmethod
|
1009
|
+
def _configure(
|
1010
|
+
_setter: Callable[[Any, Any], None],
|
1011
|
+
is_ignore_errors: Optional[bool] = None,
|
1012
|
+
is_skip_advisor: Optional[bool] = None,
|
1013
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
842
1014
|
if is_ignore_errors is not None:
|
843
|
-
|
1015
|
+
_setter("is_ignore_errors", is_ignore_errors)
|
844
1016
|
if is_skip_advisor is not None:
|
845
|
-
|
1017
|
+
_setter("is_skip_advisor", is_skip_advisor)
|
846
1018
|
|
847
1019
|
@property
|
848
1020
|
@pulumi.getter(name="isIgnoreErrors")
|
@@ -889,10 +1061,21 @@ class MigrationDataTransferMediumDetails(dict):
|
|
889
1061
|
:param 'MigrationDataTransferMediumDetailsDatabaseLinkDetailsArgs' database_link_details: (Updatable) Optional details for creating a network database link from Oracle Cloud Infrastructure database to on-premise database.
|
890
1062
|
:param 'MigrationDataTransferMediumDetailsObjectStorageDetailsArgs' object_storage_details: (Updatable) In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
|
891
1063
|
"""
|
1064
|
+
MigrationDataTransferMediumDetails._configure(
|
1065
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1066
|
+
database_link_details=database_link_details,
|
1067
|
+
object_storage_details=object_storage_details,
|
1068
|
+
)
|
1069
|
+
@staticmethod
|
1070
|
+
def _configure(
|
1071
|
+
_setter: Callable[[Any, Any], None],
|
1072
|
+
database_link_details: Optional['outputs.MigrationDataTransferMediumDetailsDatabaseLinkDetails'] = None,
|
1073
|
+
object_storage_details: Optional['outputs.MigrationDataTransferMediumDetailsObjectStorageDetails'] = None,
|
1074
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
892
1075
|
if database_link_details is not None:
|
893
|
-
|
1076
|
+
_setter("database_link_details", database_link_details)
|
894
1077
|
if object_storage_details is not None:
|
895
|
-
|
1078
|
+
_setter("object_storage_details", object_storage_details)
|
896
1079
|
|
897
1080
|
@property
|
898
1081
|
@pulumi.getter(name="databaseLinkDetails")
|
@@ -937,10 +1120,21 @@ class MigrationDataTransferMediumDetailsDatabaseLinkDetails(dict):
|
|
937
1120
|
:param str name: (Updatable) Name of directory object in database
|
938
1121
|
:param 'MigrationDataTransferMediumDetailsDatabaseLinkDetailsWalletBucketArgs' wallet_bucket: (Updatable) In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
|
939
1122
|
"""
|
1123
|
+
MigrationDataTransferMediumDetailsDatabaseLinkDetails._configure(
|
1124
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1125
|
+
name=name,
|
1126
|
+
wallet_bucket=wallet_bucket,
|
1127
|
+
)
|
1128
|
+
@staticmethod
|
1129
|
+
def _configure(
|
1130
|
+
_setter: Callable[[Any, Any], None],
|
1131
|
+
name: Optional[str] = None,
|
1132
|
+
wallet_bucket: Optional['outputs.MigrationDataTransferMediumDetailsDatabaseLinkDetailsWalletBucket'] = None,
|
1133
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
940
1134
|
if name is not None:
|
941
|
-
|
1135
|
+
_setter("name", name)
|
942
1136
|
if wallet_bucket is not None:
|
943
|
-
|
1137
|
+
_setter("wallet_bucket", wallet_bucket)
|
944
1138
|
|
945
1139
|
@property
|
946
1140
|
@pulumi.getter
|
@@ -968,8 +1162,19 @@ class MigrationDataTransferMediumDetailsDatabaseLinkDetailsWalletBucket(dict):
|
|
968
1162
|
:param str bucket: (Updatable) Bucket name.
|
969
1163
|
:param str namespace: (Updatable) Namespace name of the object store bucket.
|
970
1164
|
"""
|
971
|
-
|
972
|
-
|
1165
|
+
MigrationDataTransferMediumDetailsDatabaseLinkDetailsWalletBucket._configure(
|
1166
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1167
|
+
bucket=bucket,
|
1168
|
+
namespace=namespace,
|
1169
|
+
)
|
1170
|
+
@staticmethod
|
1171
|
+
def _configure(
|
1172
|
+
_setter: Callable[[Any, Any], None],
|
1173
|
+
bucket: str,
|
1174
|
+
namespace: str,
|
1175
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1176
|
+
_setter("bucket", bucket)
|
1177
|
+
_setter("namespace", namespace)
|
973
1178
|
|
974
1179
|
@property
|
975
1180
|
@pulumi.getter
|
@@ -997,8 +1202,19 @@ class MigrationDataTransferMediumDetailsObjectStorageDetails(dict):
|
|
997
1202
|
:param str bucket: (Updatable) Bucket name.
|
998
1203
|
:param str namespace: (Updatable) Namespace name of the object store bucket.
|
999
1204
|
"""
|
1000
|
-
|
1001
|
-
|
1205
|
+
MigrationDataTransferMediumDetailsObjectStorageDetails._configure(
|
1206
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1207
|
+
bucket=bucket,
|
1208
|
+
namespace=namespace,
|
1209
|
+
)
|
1210
|
+
@staticmethod
|
1211
|
+
def _configure(
|
1212
|
+
_setter: Callable[[Any, Any], None],
|
1213
|
+
bucket: str,
|
1214
|
+
namespace: str,
|
1215
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1216
|
+
_setter("bucket", bucket)
|
1217
|
+
_setter("namespace", namespace)
|
1002
1218
|
|
1003
1219
|
@property
|
1004
1220
|
@pulumi.getter
|
@@ -1017,6 +1233,150 @@ class MigrationDataTransferMediumDetailsObjectStorageDetails(dict):
|
|
1017
1233
|
return pulumi.get(self, "namespace")
|
1018
1234
|
|
1019
1235
|
|
1236
|
+
@pulumi.output_type
|
1237
|
+
class MigrationDataTransferMediumDetailsV2(dict):
|
1238
|
+
@staticmethod
|
1239
|
+
def __key_warning(key: str):
|
1240
|
+
suggest = None
|
1241
|
+
if key == "accessKeyId":
|
1242
|
+
suggest = "access_key_id"
|
1243
|
+
elif key == "objectStorageBucket":
|
1244
|
+
suggest = "object_storage_bucket"
|
1245
|
+
elif key == "secretAccessKey":
|
1246
|
+
suggest = "secret_access_key"
|
1247
|
+
|
1248
|
+
if suggest:
|
1249
|
+
pulumi.log.warn(f"Key '{key}' not found in MigrationDataTransferMediumDetailsV2. Access the value via the '{suggest}' property getter instead.")
|
1250
|
+
|
1251
|
+
def __getitem__(self, key: str) -> Any:
|
1252
|
+
MigrationDataTransferMediumDetailsV2.__key_warning(key)
|
1253
|
+
return super().__getitem__(key)
|
1254
|
+
|
1255
|
+
def get(self, key: str, default = None) -> Any:
|
1256
|
+
MigrationDataTransferMediumDetailsV2.__key_warning(key)
|
1257
|
+
return super().get(key, default)
|
1258
|
+
|
1259
|
+
def __init__(__self__, *,
|
1260
|
+
type: str,
|
1261
|
+
access_key_id: Optional[str] = None,
|
1262
|
+
name: Optional[str] = None,
|
1263
|
+
object_storage_bucket: Optional['outputs.MigrationDataTransferMediumDetailsV2ObjectStorageBucket'] = None,
|
1264
|
+
region: Optional[str] = None,
|
1265
|
+
secret_access_key: Optional[str] = None):
|
1266
|
+
"""
|
1267
|
+
:param str type: (Updatable) Migration type.
|
1268
|
+
:param str name: (Updatable) Name of directory object in database
|
1269
|
+
"""
|
1270
|
+
MigrationDataTransferMediumDetailsV2._configure(
|
1271
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1272
|
+
type=type,
|
1273
|
+
access_key_id=access_key_id,
|
1274
|
+
name=name,
|
1275
|
+
object_storage_bucket=object_storage_bucket,
|
1276
|
+
region=region,
|
1277
|
+
secret_access_key=secret_access_key,
|
1278
|
+
)
|
1279
|
+
@staticmethod
|
1280
|
+
def _configure(
|
1281
|
+
_setter: Callable[[Any, Any], None],
|
1282
|
+
type: str,
|
1283
|
+
access_key_id: Optional[str] = None,
|
1284
|
+
name: Optional[str] = None,
|
1285
|
+
object_storage_bucket: Optional['outputs.MigrationDataTransferMediumDetailsV2ObjectStorageBucket'] = None,
|
1286
|
+
region: Optional[str] = None,
|
1287
|
+
secret_access_key: Optional[str] = None,
|
1288
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1289
|
+
_setter("type", type)
|
1290
|
+
if access_key_id is not None:
|
1291
|
+
_setter("access_key_id", access_key_id)
|
1292
|
+
if name is not None:
|
1293
|
+
_setter("name", name)
|
1294
|
+
if object_storage_bucket is not None:
|
1295
|
+
_setter("object_storage_bucket", object_storage_bucket)
|
1296
|
+
if region is not None:
|
1297
|
+
_setter("region", region)
|
1298
|
+
if secret_access_key is not None:
|
1299
|
+
_setter("secret_access_key", secret_access_key)
|
1300
|
+
|
1301
|
+
@property
|
1302
|
+
@pulumi.getter
|
1303
|
+
def type(self) -> str:
|
1304
|
+
"""
|
1305
|
+
(Updatable) Migration type.
|
1306
|
+
"""
|
1307
|
+
return pulumi.get(self, "type")
|
1308
|
+
|
1309
|
+
@property
|
1310
|
+
@pulumi.getter(name="accessKeyId")
|
1311
|
+
def access_key_id(self) -> Optional[str]:
|
1312
|
+
return pulumi.get(self, "access_key_id")
|
1313
|
+
|
1314
|
+
@property
|
1315
|
+
@pulumi.getter
|
1316
|
+
def name(self) -> Optional[str]:
|
1317
|
+
"""
|
1318
|
+
(Updatable) Name of directory object in database
|
1319
|
+
"""
|
1320
|
+
return pulumi.get(self, "name")
|
1321
|
+
|
1322
|
+
@property
|
1323
|
+
@pulumi.getter(name="objectStorageBucket")
|
1324
|
+
def object_storage_bucket(self) -> Optional['outputs.MigrationDataTransferMediumDetailsV2ObjectStorageBucket']:
|
1325
|
+
return pulumi.get(self, "object_storage_bucket")
|
1326
|
+
|
1327
|
+
@property
|
1328
|
+
@pulumi.getter
|
1329
|
+
def region(self) -> Optional[str]:
|
1330
|
+
return pulumi.get(self, "region")
|
1331
|
+
|
1332
|
+
@property
|
1333
|
+
@pulumi.getter(name="secretAccessKey")
|
1334
|
+
def secret_access_key(self) -> Optional[str]:
|
1335
|
+
return pulumi.get(self, "secret_access_key")
|
1336
|
+
|
1337
|
+
|
1338
|
+
@pulumi.output_type
|
1339
|
+
class MigrationDataTransferMediumDetailsV2ObjectStorageBucket(dict):
|
1340
|
+
def __init__(__self__, *,
|
1341
|
+
bucket: Optional[str] = None,
|
1342
|
+
namespace: Optional[str] = None):
|
1343
|
+
"""
|
1344
|
+
:param str bucket: (Updatable) Bucket name.
|
1345
|
+
:param str namespace: (Updatable) Namespace name of the object store bucket.
|
1346
|
+
"""
|
1347
|
+
MigrationDataTransferMediumDetailsV2ObjectStorageBucket._configure(
|
1348
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1349
|
+
bucket=bucket,
|
1350
|
+
namespace=namespace,
|
1351
|
+
)
|
1352
|
+
@staticmethod
|
1353
|
+
def _configure(
|
1354
|
+
_setter: Callable[[Any, Any], None],
|
1355
|
+
bucket: Optional[str] = None,
|
1356
|
+
namespace: Optional[str] = None,
|
1357
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1358
|
+
if bucket is not None:
|
1359
|
+
_setter("bucket", bucket)
|
1360
|
+
if namespace is not None:
|
1361
|
+
_setter("namespace", namespace)
|
1362
|
+
|
1363
|
+
@property
|
1364
|
+
@pulumi.getter
|
1365
|
+
def bucket(self) -> Optional[str]:
|
1366
|
+
"""
|
1367
|
+
(Updatable) Bucket name.
|
1368
|
+
"""
|
1369
|
+
return pulumi.get(self, "bucket")
|
1370
|
+
|
1371
|
+
@property
|
1372
|
+
@pulumi.getter
|
1373
|
+
def namespace(self) -> Optional[str]:
|
1374
|
+
"""
|
1375
|
+
(Updatable) Namespace name of the object store bucket.
|
1376
|
+
"""
|
1377
|
+
return pulumi.get(self, "namespace")
|
1378
|
+
|
1379
|
+
|
1020
1380
|
@pulumi.output_type
|
1021
1381
|
class MigrationDatapumpSettings(dict):
|
1022
1382
|
@staticmethod
|
@@ -1057,16 +1417,33 @@ class MigrationDatapumpSettings(dict):
|
|
1057
1417
|
:param str job_mode: (Updatable) Data Pump job mode. Refer to [link text](https://docs.oracle.com/en/database/oracle/oracle-database/19/sutil/oracle-data-pump-export-utility.html#GUID-8E497131-6B9B-4CC8-AA50-35F480CAC2C4)
|
1058
1418
|
:param Sequence['MigrationDatapumpSettingsMetadataRemapArgs'] metadata_remaps: (Updatable) Defines remapping to be applied to objects as they are processed. Refer to [DATA_REMAP](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_DATAPUMP.html#GUID-E75AAE6F-4EA6-4737-A752-6B62F5E9D460)
|
1059
1419
|
"""
|
1420
|
+
MigrationDatapumpSettings._configure(
|
1421
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1422
|
+
data_pump_parameters=data_pump_parameters,
|
1423
|
+
export_directory_object=export_directory_object,
|
1424
|
+
import_directory_object=import_directory_object,
|
1425
|
+
job_mode=job_mode,
|
1426
|
+
metadata_remaps=metadata_remaps,
|
1427
|
+
)
|
1428
|
+
@staticmethod
|
1429
|
+
def _configure(
|
1430
|
+
_setter: Callable[[Any, Any], None],
|
1431
|
+
data_pump_parameters: Optional['outputs.MigrationDatapumpSettingsDataPumpParameters'] = None,
|
1432
|
+
export_directory_object: Optional['outputs.MigrationDatapumpSettingsExportDirectoryObject'] = None,
|
1433
|
+
import_directory_object: Optional['outputs.MigrationDatapumpSettingsImportDirectoryObject'] = None,
|
1434
|
+
job_mode: Optional[str] = None,
|
1435
|
+
metadata_remaps: Optional[Sequence['outputs.MigrationDatapumpSettingsMetadataRemap']] = None,
|
1436
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1060
1437
|
if data_pump_parameters is not None:
|
1061
|
-
|
1438
|
+
_setter("data_pump_parameters", data_pump_parameters)
|
1062
1439
|
if export_directory_object is not None:
|
1063
|
-
|
1440
|
+
_setter("export_directory_object", export_directory_object)
|
1064
1441
|
if import_directory_object is not None:
|
1065
|
-
|
1442
|
+
_setter("import_directory_object", import_directory_object)
|
1066
1443
|
if job_mode is not None:
|
1067
|
-
|
1444
|
+
_setter("job_mode", job_mode)
|
1068
1445
|
if metadata_remaps is not None:
|
1069
|
-
|
1446
|
+
_setter("metadata_remaps", metadata_remaps)
|
1070
1447
|
|
1071
1448
|
@property
|
1072
1449
|
@pulumi.getter(name="dataPumpParameters")
|
@@ -1151,18 +1528,37 @@ class MigrationDatapumpSettingsDataPumpParameters(dict):
|
|
1151
1528
|
:param bool is_cluster: (Updatable) Set to false to force Data Pump worker process to run on one instance.
|
1152
1529
|
:param str table_exists_action: (Updatable) IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
|
1153
1530
|
"""
|
1531
|
+
MigrationDatapumpSettingsDataPumpParameters._configure(
|
1532
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1533
|
+
estimate=estimate,
|
1534
|
+
exclude_parameters=exclude_parameters,
|
1535
|
+
export_parallelism_degree=export_parallelism_degree,
|
1536
|
+
import_parallelism_degree=import_parallelism_degree,
|
1537
|
+
is_cluster=is_cluster,
|
1538
|
+
table_exists_action=table_exists_action,
|
1539
|
+
)
|
1540
|
+
@staticmethod
|
1541
|
+
def _configure(
|
1542
|
+
_setter: Callable[[Any, Any], None],
|
1543
|
+
estimate: Optional[str] = None,
|
1544
|
+
exclude_parameters: Optional[Sequence[str]] = None,
|
1545
|
+
export_parallelism_degree: Optional[int] = None,
|
1546
|
+
import_parallelism_degree: Optional[int] = None,
|
1547
|
+
is_cluster: Optional[bool] = None,
|
1548
|
+
table_exists_action: Optional[str] = None,
|
1549
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1154
1550
|
if estimate is not None:
|
1155
|
-
|
1551
|
+
_setter("estimate", estimate)
|
1156
1552
|
if exclude_parameters is not None:
|
1157
|
-
|
1553
|
+
_setter("exclude_parameters", exclude_parameters)
|
1158
1554
|
if export_parallelism_degree is not None:
|
1159
|
-
|
1555
|
+
_setter("export_parallelism_degree", export_parallelism_degree)
|
1160
1556
|
if import_parallelism_degree is not None:
|
1161
|
-
|
1557
|
+
_setter("import_parallelism_degree", import_parallelism_degree)
|
1162
1558
|
if is_cluster is not None:
|
1163
|
-
|
1559
|
+
_setter("is_cluster", is_cluster)
|
1164
1560
|
if table_exists_action is not None:
|
1165
|
-
|
1561
|
+
_setter("table_exists_action", table_exists_action)
|
1166
1562
|
|
1167
1563
|
@property
|
1168
1564
|
@pulumi.getter
|
@@ -1222,9 +1618,20 @@ class MigrationDatapumpSettingsExportDirectoryObject(dict):
|
|
1222
1618
|
:param str name: (Updatable) Name of directory object in database
|
1223
1619
|
:param str path: (Updatable) Absolute path of directory on database server
|
1224
1620
|
"""
|
1225
|
-
|
1621
|
+
MigrationDatapumpSettingsExportDirectoryObject._configure(
|
1622
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1623
|
+
name=name,
|
1624
|
+
path=path,
|
1625
|
+
)
|
1626
|
+
@staticmethod
|
1627
|
+
def _configure(
|
1628
|
+
_setter: Callable[[Any, Any], None],
|
1629
|
+
name: str,
|
1630
|
+
path: Optional[str] = None,
|
1631
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1632
|
+
_setter("name", name)
|
1226
1633
|
if path is not None:
|
1227
|
-
|
1634
|
+
_setter("path", path)
|
1228
1635
|
|
1229
1636
|
@property
|
1230
1637
|
@pulumi.getter
|
@@ -1252,9 +1659,20 @@ class MigrationDatapumpSettingsImportDirectoryObject(dict):
|
|
1252
1659
|
:param str name: (Updatable) Name of directory object in database
|
1253
1660
|
:param str path: (Updatable) Absolute path of directory on database server
|
1254
1661
|
"""
|
1255
|
-
|
1662
|
+
MigrationDatapumpSettingsImportDirectoryObject._configure(
|
1663
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1664
|
+
name=name,
|
1665
|
+
path=path,
|
1666
|
+
)
|
1667
|
+
@staticmethod
|
1668
|
+
def _configure(
|
1669
|
+
_setter: Callable[[Any, Any], None],
|
1670
|
+
name: str,
|
1671
|
+
path: Optional[str] = None,
|
1672
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1673
|
+
_setter("name", name)
|
1256
1674
|
if path is not None:
|
1257
|
-
|
1675
|
+
_setter("path", path)
|
1258
1676
|
|
1259
1677
|
@property
|
1260
1678
|
@pulumi.getter
|
@@ -1303,9 +1721,22 @@ class MigrationDatapumpSettingsMetadataRemap(dict):
|
|
1303
1721
|
:param str old_value: (Updatable) Specifies the value which needs to be reset.
|
1304
1722
|
:param str type: (Updatable) Migration type.
|
1305
1723
|
"""
|
1306
|
-
|
1307
|
-
|
1308
|
-
|
1724
|
+
MigrationDatapumpSettingsMetadataRemap._configure(
|
1725
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1726
|
+
new_value=new_value,
|
1727
|
+
old_value=old_value,
|
1728
|
+
type=type,
|
1729
|
+
)
|
1730
|
+
@staticmethod
|
1731
|
+
def _configure(
|
1732
|
+
_setter: Callable[[Any, Any], None],
|
1733
|
+
new_value: str,
|
1734
|
+
old_value: str,
|
1735
|
+
type: str,
|
1736
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1737
|
+
_setter("new_value", new_value)
|
1738
|
+
_setter("old_value", old_value)
|
1739
|
+
_setter("type", type)
|
1309
1740
|
|
1310
1741
|
@property
|
1311
1742
|
@pulumi.getter(name="newValue")
|
@@ -1334,17 +1765,55 @@ class MigrationDatapumpSettingsMetadataRemap(dict):
|
|
1334
1765
|
|
1335
1766
|
@pulumi.output_type
|
1336
1767
|
class MigrationDumpTransferDetails(dict):
|
1768
|
+
@staticmethod
|
1769
|
+
def __key_warning(key: str):
|
1770
|
+
suggest = None
|
1771
|
+
if key == "sharedStorageMountTargetId":
|
1772
|
+
suggest = "shared_storage_mount_target_id"
|
1773
|
+
|
1774
|
+
if suggest:
|
1775
|
+
pulumi.log.warn(f"Key '{key}' not found in MigrationDumpTransferDetails. Access the value via the '{suggest}' property getter instead.")
|
1776
|
+
|
1777
|
+
def __getitem__(self, key: str) -> Any:
|
1778
|
+
MigrationDumpTransferDetails.__key_warning(key)
|
1779
|
+
return super().__getitem__(key)
|
1780
|
+
|
1781
|
+
def get(self, key: str, default = None) -> Any:
|
1782
|
+
MigrationDumpTransferDetails.__key_warning(key)
|
1783
|
+
return super().get(key, default)
|
1784
|
+
|
1337
1785
|
def __init__(__self__, *,
|
1786
|
+
shared_storage_mount_target_id: Optional[str] = None,
|
1338
1787
|
source: Optional['outputs.MigrationDumpTransferDetailsSource'] = None,
|
1339
1788
|
target: Optional['outputs.MigrationDumpTransferDetailsTarget'] = None):
|
1340
1789
|
"""
|
1341
1790
|
:param 'MigrationDumpTransferDetailsSourceArgs' source: (Updatable) Optional additional properties for dump transfer in source or target host. Default kind is CURL
|
1342
1791
|
:param 'MigrationDumpTransferDetailsTargetArgs' target: (Updatable) Optional additional properties for dump transfer in source or target host. Default kind is CURL
|
1343
1792
|
"""
|
1793
|
+
MigrationDumpTransferDetails._configure(
|
1794
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1795
|
+
shared_storage_mount_target_id=shared_storage_mount_target_id,
|
1796
|
+
source=source,
|
1797
|
+
target=target,
|
1798
|
+
)
|
1799
|
+
@staticmethod
|
1800
|
+
def _configure(
|
1801
|
+
_setter: Callable[[Any, Any], None],
|
1802
|
+
shared_storage_mount_target_id: Optional[str] = None,
|
1803
|
+
source: Optional['outputs.MigrationDumpTransferDetailsSource'] = None,
|
1804
|
+
target: Optional['outputs.MigrationDumpTransferDetailsTarget'] = None,
|
1805
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1806
|
+
if shared_storage_mount_target_id is not None:
|
1807
|
+
_setter("shared_storage_mount_target_id", shared_storage_mount_target_id)
|
1344
1808
|
if source is not None:
|
1345
|
-
|
1809
|
+
_setter("source", source)
|
1346
1810
|
if target is not None:
|
1347
|
-
|
1811
|
+
_setter("target", target)
|
1812
|
+
|
1813
|
+
@property
|
1814
|
+
@pulumi.getter(name="sharedStorageMountTargetId")
|
1815
|
+
def shared_storage_mount_target_id(self) -> Optional[str]:
|
1816
|
+
return pulumi.get(self, "shared_storage_mount_target_id")
|
1348
1817
|
|
1349
1818
|
@property
|
1350
1819
|
@pulumi.getter
|
@@ -1393,11 +1862,24 @@ class MigrationDumpTransferDetailsSource(dict):
|
|
1393
1862
|
:param str oci_home: (Updatable) Path to the Oracle Cloud Infrastructure CLI installation in the node.
|
1394
1863
|
:param str wallet_location: (Updatable) Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
|
1395
1864
|
"""
|
1396
|
-
|
1865
|
+
MigrationDumpTransferDetailsSource._configure(
|
1866
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1867
|
+
kind=kind,
|
1868
|
+
oci_home=oci_home,
|
1869
|
+
wallet_location=wallet_location,
|
1870
|
+
)
|
1871
|
+
@staticmethod
|
1872
|
+
def _configure(
|
1873
|
+
_setter: Callable[[Any, Any], None],
|
1874
|
+
kind: str,
|
1875
|
+
oci_home: Optional[str] = None,
|
1876
|
+
wallet_location: Optional[str] = None,
|
1877
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1878
|
+
_setter("kind", kind)
|
1397
1879
|
if oci_home is not None:
|
1398
|
-
|
1880
|
+
_setter("oci_home", oci_home)
|
1399
1881
|
if wallet_location is not None:
|
1400
|
-
|
1882
|
+
_setter("wallet_location", wallet_location)
|
1401
1883
|
|
1402
1884
|
@property
|
1403
1885
|
@pulumi.getter
|
@@ -1454,11 +1936,24 @@ class MigrationDumpTransferDetailsTarget(dict):
|
|
1454
1936
|
:param str oci_home: (Updatable) Path to the Oracle Cloud Infrastructure CLI installation in the node.
|
1455
1937
|
:param str wallet_location: (Updatable) Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
|
1456
1938
|
"""
|
1457
|
-
|
1939
|
+
MigrationDumpTransferDetailsTarget._configure(
|
1940
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1941
|
+
kind=kind,
|
1942
|
+
oci_home=oci_home,
|
1943
|
+
wallet_location=wallet_location,
|
1944
|
+
)
|
1945
|
+
@staticmethod
|
1946
|
+
def _configure(
|
1947
|
+
_setter: Callable[[Any, Any], None],
|
1948
|
+
kind: str,
|
1949
|
+
oci_home: Optional[str] = None,
|
1950
|
+
wallet_location: Optional[str] = None,
|
1951
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1952
|
+
_setter("kind", kind)
|
1458
1953
|
if oci_home is not None:
|
1459
|
-
|
1954
|
+
_setter("oci_home", oci_home)
|
1460
1955
|
if wallet_location is not None:
|
1461
|
-
|
1956
|
+
_setter("wallet_location", wallet_location)
|
1462
1957
|
|
1463
1958
|
@property
|
1464
1959
|
@pulumi.getter
|
@@ -1515,12 +2010,27 @@ class MigrationExcludeObject(dict):
|
|
1515
2010
|
:param bool is_omit_excluded_table_from_replication: (Updatable) Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
|
1516
2011
|
:param str type: (Updatable) Migration type.
|
1517
2012
|
"""
|
1518
|
-
|
1519
|
-
|
2013
|
+
MigrationExcludeObject._configure(
|
2014
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2015
|
+
object=object,
|
2016
|
+
owner=owner,
|
2017
|
+
is_omit_excluded_table_from_replication=is_omit_excluded_table_from_replication,
|
2018
|
+
type=type,
|
2019
|
+
)
|
2020
|
+
@staticmethod
|
2021
|
+
def _configure(
|
2022
|
+
_setter: Callable[[Any, Any], None],
|
2023
|
+
object: str,
|
2024
|
+
owner: str,
|
2025
|
+
is_omit_excluded_table_from_replication: Optional[bool] = None,
|
2026
|
+
type: Optional[str] = None,
|
2027
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2028
|
+
_setter("object", object)
|
2029
|
+
_setter("owner", owner)
|
1520
2030
|
if is_omit_excluded_table_from_replication is not None:
|
1521
|
-
|
2031
|
+
_setter("is_omit_excluded_table_from_replication", is_omit_excluded_table_from_replication)
|
1522
2032
|
if type is not None:
|
1523
|
-
|
2033
|
+
_setter("type", type)
|
1524
2034
|
|
1525
2035
|
@property
|
1526
2036
|
@pulumi.getter
|
@@ -1564,9 +2074,20 @@ class MigrationGoldenGateDetails(dict):
|
|
1564
2074
|
:param 'MigrationGoldenGateDetailsHubArgs' hub: (Updatable) Details about Oracle GoldenGate Microservices. Required for online logical migration.
|
1565
2075
|
:param 'MigrationGoldenGateDetailsSettingsArgs' settings: (Updatable) Optional settings for GoldenGate Microservices processes
|
1566
2076
|
"""
|
1567
|
-
|
2077
|
+
MigrationGoldenGateDetails._configure(
|
2078
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2079
|
+
hub=hub,
|
2080
|
+
settings=settings,
|
2081
|
+
)
|
2082
|
+
@staticmethod
|
2083
|
+
def _configure(
|
2084
|
+
_setter: Callable[[Any, Any], None],
|
2085
|
+
hub: 'outputs.MigrationGoldenGateDetailsHub',
|
2086
|
+
settings: Optional['outputs.MigrationGoldenGateDetailsSettings'] = None,
|
2087
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2088
|
+
_setter("hub", hub)
|
1568
2089
|
if settings is not None:
|
1569
|
-
|
2090
|
+
_setter("settings", settings)
|
1570
2091
|
|
1571
2092
|
@property
|
1572
2093
|
@pulumi.getter
|
@@ -1635,20 +2156,43 @@ class MigrationGoldenGateDetailsHub(dict):
|
|
1635
2156
|
:param 'MigrationGoldenGateDetailsHubTargetDbAdminCredentialsArgs' target_db_admin_credentials: (Updatable) Database Administrator Credentials details.
|
1636
2157
|
:param str target_microservices_deployment_name: (Updatable) Name of GoldenGate Microservices deployment to operate on target database
|
1637
2158
|
"""
|
1638
|
-
|
1639
|
-
|
2159
|
+
MigrationGoldenGateDetailsHub._configure(
|
2160
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2161
|
+
rest_admin_credentials=rest_admin_credentials,
|
2162
|
+
url=url,
|
2163
|
+
compute_id=compute_id,
|
2164
|
+
source_container_db_admin_credentials=source_container_db_admin_credentials,
|
2165
|
+
source_db_admin_credentials=source_db_admin_credentials,
|
2166
|
+
source_microservices_deployment_name=source_microservices_deployment_name,
|
2167
|
+
target_db_admin_credentials=target_db_admin_credentials,
|
2168
|
+
target_microservices_deployment_name=target_microservices_deployment_name,
|
2169
|
+
)
|
2170
|
+
@staticmethod
|
2171
|
+
def _configure(
|
2172
|
+
_setter: Callable[[Any, Any], None],
|
2173
|
+
rest_admin_credentials: 'outputs.MigrationGoldenGateDetailsHubRestAdminCredentials',
|
2174
|
+
url: str,
|
2175
|
+
compute_id: Optional[str] = None,
|
2176
|
+
source_container_db_admin_credentials: Optional['outputs.MigrationGoldenGateDetailsHubSourceContainerDbAdminCredentials'] = None,
|
2177
|
+
source_db_admin_credentials: Optional['outputs.MigrationGoldenGateDetailsHubSourceDbAdminCredentials'] = None,
|
2178
|
+
source_microservices_deployment_name: Optional[str] = None,
|
2179
|
+
target_db_admin_credentials: Optional['outputs.MigrationGoldenGateDetailsHubTargetDbAdminCredentials'] = None,
|
2180
|
+
target_microservices_deployment_name: Optional[str] = None,
|
2181
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2182
|
+
_setter("rest_admin_credentials", rest_admin_credentials)
|
2183
|
+
_setter("url", url)
|
1640
2184
|
if compute_id is not None:
|
1641
|
-
|
2185
|
+
_setter("compute_id", compute_id)
|
1642
2186
|
if source_container_db_admin_credentials is not None:
|
1643
|
-
|
2187
|
+
_setter("source_container_db_admin_credentials", source_container_db_admin_credentials)
|
1644
2188
|
if source_db_admin_credentials is not None:
|
1645
|
-
|
2189
|
+
_setter("source_db_admin_credentials", source_db_admin_credentials)
|
1646
2190
|
if source_microservices_deployment_name is not None:
|
1647
|
-
|
2191
|
+
_setter("source_microservices_deployment_name", source_microservices_deployment_name)
|
1648
2192
|
if target_db_admin_credentials is not None:
|
1649
|
-
|
2193
|
+
_setter("target_db_admin_credentials", target_db_admin_credentials)
|
1650
2194
|
if target_microservices_deployment_name is not None:
|
1651
|
-
|
2195
|
+
_setter("target_microservices_deployment_name", target_microservices_deployment_name)
|
1652
2196
|
|
1653
2197
|
@property
|
1654
2198
|
@pulumi.getter(name="restAdminCredentials")
|
@@ -1724,8 +2268,19 @@ class MigrationGoldenGateDetailsHubRestAdminCredentials(dict):
|
|
1724
2268
|
:param str password: (Updatable) Database password
|
1725
2269
|
:param str username: (Updatable) Database username
|
1726
2270
|
"""
|
1727
|
-
|
1728
|
-
|
2271
|
+
MigrationGoldenGateDetailsHubRestAdminCredentials._configure(
|
2272
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2273
|
+
password=password,
|
2274
|
+
username=username,
|
2275
|
+
)
|
2276
|
+
@staticmethod
|
2277
|
+
def _configure(
|
2278
|
+
_setter: Callable[[Any, Any], None],
|
2279
|
+
password: str,
|
2280
|
+
username: str,
|
2281
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2282
|
+
_setter("password", password)
|
2283
|
+
_setter("username", username)
|
1729
2284
|
|
1730
2285
|
@property
|
1731
2286
|
@pulumi.getter
|
@@ -1753,8 +2308,19 @@ class MigrationGoldenGateDetailsHubSourceContainerDbAdminCredentials(dict):
|
|
1753
2308
|
:param str password: (Updatable) Database password
|
1754
2309
|
:param str username: (Updatable) Database username
|
1755
2310
|
"""
|
1756
|
-
|
1757
|
-
|
2311
|
+
MigrationGoldenGateDetailsHubSourceContainerDbAdminCredentials._configure(
|
2312
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2313
|
+
password=password,
|
2314
|
+
username=username,
|
2315
|
+
)
|
2316
|
+
@staticmethod
|
2317
|
+
def _configure(
|
2318
|
+
_setter: Callable[[Any, Any], None],
|
2319
|
+
password: str,
|
2320
|
+
username: str,
|
2321
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2322
|
+
_setter("password", password)
|
2323
|
+
_setter("username", username)
|
1758
2324
|
|
1759
2325
|
@property
|
1760
2326
|
@pulumi.getter
|
@@ -1782,8 +2348,19 @@ class MigrationGoldenGateDetailsHubSourceDbAdminCredentials(dict):
|
|
1782
2348
|
:param str password: (Updatable) Database password
|
1783
2349
|
:param str username: (Updatable) Database username
|
1784
2350
|
"""
|
1785
|
-
|
1786
|
-
|
2351
|
+
MigrationGoldenGateDetailsHubSourceDbAdminCredentials._configure(
|
2352
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2353
|
+
password=password,
|
2354
|
+
username=username,
|
2355
|
+
)
|
2356
|
+
@staticmethod
|
2357
|
+
def _configure(
|
2358
|
+
_setter: Callable[[Any, Any], None],
|
2359
|
+
password: str,
|
2360
|
+
username: str,
|
2361
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2362
|
+
_setter("password", password)
|
2363
|
+
_setter("username", username)
|
1787
2364
|
|
1788
2365
|
@property
|
1789
2366
|
@pulumi.getter
|
@@ -1811,8 +2388,19 @@ class MigrationGoldenGateDetailsHubTargetDbAdminCredentials(dict):
|
|
1811
2388
|
:param str password: (Updatable) Database password
|
1812
2389
|
:param str username: (Updatable) Database username
|
1813
2390
|
"""
|
1814
|
-
|
1815
|
-
|
2391
|
+
MigrationGoldenGateDetailsHubTargetDbAdminCredentials._configure(
|
2392
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2393
|
+
password=password,
|
2394
|
+
username=username,
|
2395
|
+
)
|
2396
|
+
@staticmethod
|
2397
|
+
def _configure(
|
2398
|
+
_setter: Callable[[Any, Any], None],
|
2399
|
+
password: str,
|
2400
|
+
username: str,
|
2401
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2402
|
+
_setter("password", password)
|
2403
|
+
_setter("username", username)
|
1816
2404
|
|
1817
2405
|
@property
|
1818
2406
|
@pulumi.getter
|
@@ -1859,12 +2447,25 @@ class MigrationGoldenGateDetailsSettings(dict):
|
|
1859
2447
|
:param 'MigrationGoldenGateDetailsSettingsExtractArgs' extract: (Updatable) Parameters for GoldenGate Extract processes.
|
1860
2448
|
:param 'MigrationGoldenGateDetailsSettingsReplicatArgs' replicat: (Updatable) Parameters for GoldenGate Replicat processes.
|
1861
2449
|
"""
|
2450
|
+
MigrationGoldenGateDetailsSettings._configure(
|
2451
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2452
|
+
acceptable_lag=acceptable_lag,
|
2453
|
+
extract=extract,
|
2454
|
+
replicat=replicat,
|
2455
|
+
)
|
2456
|
+
@staticmethod
|
2457
|
+
def _configure(
|
2458
|
+
_setter: Callable[[Any, Any], None],
|
2459
|
+
acceptable_lag: Optional[int] = None,
|
2460
|
+
extract: Optional['outputs.MigrationGoldenGateDetailsSettingsExtract'] = None,
|
2461
|
+
replicat: Optional['outputs.MigrationGoldenGateDetailsSettingsReplicat'] = None,
|
2462
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1862
2463
|
if acceptable_lag is not None:
|
1863
|
-
|
2464
|
+
_setter("acceptable_lag", acceptable_lag)
|
1864
2465
|
if extract is not None:
|
1865
|
-
|
2466
|
+
_setter("extract", extract)
|
1866
2467
|
if replicat is not None:
|
1867
|
-
|
2468
|
+
_setter("replicat", replicat)
|
1868
2469
|
|
1869
2470
|
@property
|
1870
2471
|
@pulumi.getter(name="acceptableLag")
|
@@ -1919,10 +2520,21 @@ class MigrationGoldenGateDetailsSettingsExtract(dict):
|
|
1919
2520
|
:param int long_trans_duration: (Updatable) Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
|
1920
2521
|
:param str performance_profile: (Updatable) Extract performance.
|
1921
2522
|
"""
|
2523
|
+
MigrationGoldenGateDetailsSettingsExtract._configure(
|
2524
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2525
|
+
long_trans_duration=long_trans_duration,
|
2526
|
+
performance_profile=performance_profile,
|
2527
|
+
)
|
2528
|
+
@staticmethod
|
2529
|
+
def _configure(
|
2530
|
+
_setter: Callable[[Any, Any], None],
|
2531
|
+
long_trans_duration: Optional[int] = None,
|
2532
|
+
performance_profile: Optional[str] = None,
|
2533
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1922
2534
|
if long_trans_duration is not None:
|
1923
|
-
|
2535
|
+
_setter("long_trans_duration", long_trans_duration)
|
1924
2536
|
if performance_profile is not None:
|
1925
|
-
|
2537
|
+
_setter("performance_profile", performance_profile)
|
1926
2538
|
|
1927
2539
|
@property
|
1928
2540
|
@pulumi.getter(name="longTransDuration")
|
@@ -1977,14 +2589,29 @@ class MigrationGoldenGateDetailsSettingsReplicat(dict):
|
|
1977
2589
|
:param int min_apply_parallelism: (Updatable) Defines the range in which the Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
|
1978
2590
|
:param str performance_profile: (Updatable) Extract performance.
|
1979
2591
|
"""
|
2592
|
+
MigrationGoldenGateDetailsSettingsReplicat._configure(
|
2593
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2594
|
+
map_parallelism=map_parallelism,
|
2595
|
+
max_apply_parallelism=max_apply_parallelism,
|
2596
|
+
min_apply_parallelism=min_apply_parallelism,
|
2597
|
+
performance_profile=performance_profile,
|
2598
|
+
)
|
2599
|
+
@staticmethod
|
2600
|
+
def _configure(
|
2601
|
+
_setter: Callable[[Any, Any], None],
|
2602
|
+
map_parallelism: Optional[int] = None,
|
2603
|
+
max_apply_parallelism: Optional[int] = None,
|
2604
|
+
min_apply_parallelism: Optional[int] = None,
|
2605
|
+
performance_profile: Optional[str] = None,
|
2606
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1980
2607
|
if map_parallelism is not None:
|
1981
|
-
|
2608
|
+
_setter("map_parallelism", map_parallelism)
|
1982
2609
|
if max_apply_parallelism is not None:
|
1983
|
-
|
2610
|
+
_setter("max_apply_parallelism", max_apply_parallelism)
|
1984
2611
|
if min_apply_parallelism is not None:
|
1985
|
-
|
2612
|
+
_setter("min_apply_parallelism", min_apply_parallelism)
|
1986
2613
|
if performance_profile is not None:
|
1987
|
-
|
2614
|
+
_setter("performance_profile", performance_profile)
|
1988
2615
|
|
1989
2616
|
@property
|
1990
2617
|
@pulumi.getter(name="mapParallelism")
|
@@ -2057,16 +2684,33 @@ class MigrationGoldenGateServiceDetails(dict):
|
|
2057
2684
|
:param 'MigrationGoldenGateServiceDetailsSourceDbCredentialsArgs' source_db_credentials: (Updatable) Database Credentials details.
|
2058
2685
|
:param 'MigrationGoldenGateServiceDetailsTargetDbCredentialsArgs' target_db_credentials: (Updatable) Database Credentials details.
|
2059
2686
|
"""
|
2687
|
+
MigrationGoldenGateServiceDetails._configure(
|
2688
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2689
|
+
ggs_deployments=ggs_deployments,
|
2690
|
+
settings=settings,
|
2691
|
+
source_container_db_credentials=source_container_db_credentials,
|
2692
|
+
source_db_credentials=source_db_credentials,
|
2693
|
+
target_db_credentials=target_db_credentials,
|
2694
|
+
)
|
2695
|
+
@staticmethod
|
2696
|
+
def _configure(
|
2697
|
+
_setter: Callable[[Any, Any], None],
|
2698
|
+
ggs_deployments: Optional[Sequence['outputs.MigrationGoldenGateServiceDetailsGgsDeployment']] = None,
|
2699
|
+
settings: Optional['outputs.MigrationGoldenGateServiceDetailsSettings'] = None,
|
2700
|
+
source_container_db_credentials: Optional['outputs.MigrationGoldenGateServiceDetailsSourceContainerDbCredentials'] = None,
|
2701
|
+
source_db_credentials: Optional['outputs.MigrationGoldenGateServiceDetailsSourceDbCredentials'] = None,
|
2702
|
+
target_db_credentials: Optional['outputs.MigrationGoldenGateServiceDetailsTargetDbCredentials'] = None,
|
2703
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2060
2704
|
if ggs_deployments is not None:
|
2061
|
-
|
2705
|
+
_setter("ggs_deployments", ggs_deployments)
|
2062
2706
|
if settings is not None:
|
2063
|
-
|
2707
|
+
_setter("settings", settings)
|
2064
2708
|
if source_container_db_credentials is not None:
|
2065
|
-
|
2709
|
+
_setter("source_container_db_credentials", source_container_db_credentials)
|
2066
2710
|
if source_db_credentials is not None:
|
2067
|
-
|
2711
|
+
_setter("source_db_credentials", source_db_credentials)
|
2068
2712
|
if target_db_credentials is not None:
|
2069
|
-
|
2713
|
+
_setter("target_db_credentials", target_db_credentials)
|
2070
2714
|
|
2071
2715
|
@property
|
2072
2716
|
@pulumi.getter(name="ggsDeployments")
|
@@ -2137,10 +2781,21 @@ class MigrationGoldenGateServiceDetailsGgsDeployment(dict):
|
|
2137
2781
|
:param str deployment_id: OCID of a GoldenGate Deployment
|
2138
2782
|
:param str ggs_admin_credentials_secret_id: OCID of a VaultSecret containing the Admin Credentials for the GGS Deployment
|
2139
2783
|
"""
|
2784
|
+
MigrationGoldenGateServiceDetailsGgsDeployment._configure(
|
2785
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2786
|
+
deployment_id=deployment_id,
|
2787
|
+
ggs_admin_credentials_secret_id=ggs_admin_credentials_secret_id,
|
2788
|
+
)
|
2789
|
+
@staticmethod
|
2790
|
+
def _configure(
|
2791
|
+
_setter: Callable[[Any, Any], None],
|
2792
|
+
deployment_id: Optional[str] = None,
|
2793
|
+
ggs_admin_credentials_secret_id: Optional[str] = None,
|
2794
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2140
2795
|
if deployment_id is not None:
|
2141
|
-
|
2796
|
+
_setter("deployment_id", deployment_id)
|
2142
2797
|
if ggs_admin_credentials_secret_id is not None:
|
2143
|
-
|
2798
|
+
_setter("ggs_admin_credentials_secret_id", ggs_admin_credentials_secret_id)
|
2144
2799
|
|
2145
2800
|
@property
|
2146
2801
|
@pulumi.getter(name="deploymentId")
|
@@ -2187,12 +2842,25 @@ class MigrationGoldenGateServiceDetailsSettings(dict):
|
|
2187
2842
|
:param 'MigrationGoldenGateServiceDetailsSettingsExtractArgs' extract: (Updatable) Parameters for GoldenGate Extract processes.
|
2188
2843
|
:param 'MigrationGoldenGateServiceDetailsSettingsReplicatArgs' replicat: (Updatable) Parameters for GoldenGate Replicat processes.
|
2189
2844
|
"""
|
2845
|
+
MigrationGoldenGateServiceDetailsSettings._configure(
|
2846
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2847
|
+
acceptable_lag=acceptable_lag,
|
2848
|
+
extract=extract,
|
2849
|
+
replicat=replicat,
|
2850
|
+
)
|
2851
|
+
@staticmethod
|
2852
|
+
def _configure(
|
2853
|
+
_setter: Callable[[Any, Any], None],
|
2854
|
+
acceptable_lag: Optional[int] = None,
|
2855
|
+
extract: Optional['outputs.MigrationGoldenGateServiceDetailsSettingsExtract'] = None,
|
2856
|
+
replicat: Optional['outputs.MigrationGoldenGateServiceDetailsSettingsReplicat'] = None,
|
2857
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2190
2858
|
if acceptable_lag is not None:
|
2191
|
-
|
2859
|
+
_setter("acceptable_lag", acceptable_lag)
|
2192
2860
|
if extract is not None:
|
2193
|
-
|
2861
|
+
_setter("extract", extract)
|
2194
2862
|
if replicat is not None:
|
2195
|
-
|
2863
|
+
_setter("replicat", replicat)
|
2196
2864
|
|
2197
2865
|
@property
|
2198
2866
|
@pulumi.getter(name="acceptableLag")
|
@@ -2247,10 +2915,21 @@ class MigrationGoldenGateServiceDetailsSettingsExtract(dict):
|
|
2247
2915
|
:param int long_trans_duration: (Updatable) Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
|
2248
2916
|
:param str performance_profile: (Updatable) Extract performance.
|
2249
2917
|
"""
|
2918
|
+
MigrationGoldenGateServiceDetailsSettingsExtract._configure(
|
2919
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2920
|
+
long_trans_duration=long_trans_duration,
|
2921
|
+
performance_profile=performance_profile,
|
2922
|
+
)
|
2923
|
+
@staticmethod
|
2924
|
+
def _configure(
|
2925
|
+
_setter: Callable[[Any, Any], None],
|
2926
|
+
long_trans_duration: Optional[int] = None,
|
2927
|
+
performance_profile: Optional[str] = None,
|
2928
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2250
2929
|
if long_trans_duration is not None:
|
2251
|
-
|
2930
|
+
_setter("long_trans_duration", long_trans_duration)
|
2252
2931
|
if performance_profile is not None:
|
2253
|
-
|
2932
|
+
_setter("performance_profile", performance_profile)
|
2254
2933
|
|
2255
2934
|
@property
|
2256
2935
|
@pulumi.getter(name="longTransDuration")
|
@@ -2301,12 +2980,25 @@ class MigrationGoldenGateServiceDetailsSettingsReplicat(dict):
|
|
2301
2980
|
:param int max_apply_parallelism: (Updatable) Defines the range in which the Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
|
2302
2981
|
:param int min_apply_parallelism: (Updatable) Defines the range in which the Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
|
2303
2982
|
"""
|
2983
|
+
MigrationGoldenGateServiceDetailsSettingsReplicat._configure(
|
2984
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2985
|
+
map_parallelism=map_parallelism,
|
2986
|
+
max_apply_parallelism=max_apply_parallelism,
|
2987
|
+
min_apply_parallelism=min_apply_parallelism,
|
2988
|
+
)
|
2989
|
+
@staticmethod
|
2990
|
+
def _configure(
|
2991
|
+
_setter: Callable[[Any, Any], None],
|
2992
|
+
map_parallelism: Optional[int] = None,
|
2993
|
+
max_apply_parallelism: Optional[int] = None,
|
2994
|
+
min_apply_parallelism: Optional[int] = None,
|
2995
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2304
2996
|
if map_parallelism is not None:
|
2305
|
-
|
2997
|
+
_setter("map_parallelism", map_parallelism)
|
2306
2998
|
if max_apply_parallelism is not None:
|
2307
|
-
|
2999
|
+
_setter("max_apply_parallelism", max_apply_parallelism)
|
2308
3000
|
if min_apply_parallelism is not None:
|
2309
|
-
|
3001
|
+
_setter("min_apply_parallelism", min_apply_parallelism)
|
2310
3002
|
|
2311
3003
|
@property
|
2312
3004
|
@pulumi.getter(name="mapParallelism")
|
@@ -2342,8 +3034,19 @@ class MigrationGoldenGateServiceDetailsSourceContainerDbCredentials(dict):
|
|
2342
3034
|
:param str password: (Updatable) Database password
|
2343
3035
|
:param str username: (Updatable) Database username
|
2344
3036
|
"""
|
2345
|
-
|
2346
|
-
|
3037
|
+
MigrationGoldenGateServiceDetailsSourceContainerDbCredentials._configure(
|
3038
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3039
|
+
password=password,
|
3040
|
+
username=username,
|
3041
|
+
)
|
3042
|
+
@staticmethod
|
3043
|
+
def _configure(
|
3044
|
+
_setter: Callable[[Any, Any], None],
|
3045
|
+
password: str,
|
3046
|
+
username: str,
|
3047
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3048
|
+
_setter("password", password)
|
3049
|
+
_setter("username", username)
|
2347
3050
|
|
2348
3051
|
@property
|
2349
3052
|
@pulumi.getter
|
@@ -2371,8 +3074,19 @@ class MigrationGoldenGateServiceDetailsSourceDbCredentials(dict):
|
|
2371
3074
|
:param str password: (Updatable) Database password
|
2372
3075
|
:param str username: (Updatable) Database username
|
2373
3076
|
"""
|
2374
|
-
|
2375
|
-
|
3077
|
+
MigrationGoldenGateServiceDetailsSourceDbCredentials._configure(
|
3078
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3079
|
+
password=password,
|
3080
|
+
username=username,
|
3081
|
+
)
|
3082
|
+
@staticmethod
|
3083
|
+
def _configure(
|
3084
|
+
_setter: Callable[[Any, Any], None],
|
3085
|
+
password: str,
|
3086
|
+
username: str,
|
3087
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3088
|
+
_setter("password", password)
|
3089
|
+
_setter("username", username)
|
2376
3090
|
|
2377
3091
|
@property
|
2378
3092
|
@pulumi.getter
|
@@ -2400,8 +3114,19 @@ class MigrationGoldenGateServiceDetailsTargetDbCredentials(dict):
|
|
2400
3114
|
:param str password: (Updatable) Database password
|
2401
3115
|
:param str username: (Updatable) Database username
|
2402
3116
|
"""
|
2403
|
-
|
2404
|
-
|
3117
|
+
MigrationGoldenGateServiceDetailsTargetDbCredentials._configure(
|
3118
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3119
|
+
password=password,
|
3120
|
+
username=username,
|
3121
|
+
)
|
3122
|
+
@staticmethod
|
3123
|
+
def _configure(
|
3124
|
+
_setter: Callable[[Any, Any], None],
|
3125
|
+
password: str,
|
3126
|
+
username: str,
|
3127
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3128
|
+
_setter("password", password)
|
3129
|
+
_setter("username", username)
|
2405
3130
|
|
2406
3131
|
@property
|
2407
3132
|
@pulumi.getter
|
@@ -2450,12 +3175,27 @@ class MigrationIncludeObject(dict):
|
|
2450
3175
|
:param bool is_omit_excluded_table_from_replication: (Updatable) Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
|
2451
3176
|
:param str type: (Updatable) Migration type.
|
2452
3177
|
"""
|
2453
|
-
|
2454
|
-
|
3178
|
+
MigrationIncludeObject._configure(
|
3179
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3180
|
+
object=object,
|
3181
|
+
owner=owner,
|
3182
|
+
is_omit_excluded_table_from_replication=is_omit_excluded_table_from_replication,
|
3183
|
+
type=type,
|
3184
|
+
)
|
3185
|
+
@staticmethod
|
3186
|
+
def _configure(
|
3187
|
+
_setter: Callable[[Any, Any], None],
|
3188
|
+
object: str,
|
3189
|
+
owner: str,
|
3190
|
+
is_omit_excluded_table_from_replication: Optional[bool] = None,
|
3191
|
+
type: Optional[str] = None,
|
3192
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3193
|
+
_setter("object", object)
|
3194
|
+
_setter("owner", owner)
|
2455
3195
|
if is_omit_excluded_table_from_replication is not None:
|
2456
|
-
|
3196
|
+
_setter("is_omit_excluded_table_from_replication", is_omit_excluded_table_from_replication)
|
2457
3197
|
if type is not None:
|
2458
|
-
|
3198
|
+
_setter("type", type)
|
2459
3199
|
|
2460
3200
|
@property
|
2461
3201
|
@pulumi.getter
|
@@ -2526,9 +3266,22 @@ class MigrationVaultDetails(dict):
|
|
2526
3266
|
** IMPORTANT **
|
2527
3267
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2528
3268
|
"""
|
2529
|
-
|
2530
|
-
|
2531
|
-
|
3269
|
+
MigrationVaultDetails._configure(
|
3270
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3271
|
+
compartment_id=compartment_id,
|
3272
|
+
key_id=key_id,
|
3273
|
+
vault_id=vault_id,
|
3274
|
+
)
|
3275
|
+
@staticmethod
|
3276
|
+
def _configure(
|
3277
|
+
_setter: Callable[[Any, Any], None],
|
3278
|
+
compartment_id: str,
|
3279
|
+
key_id: str,
|
3280
|
+
vault_id: str,
|
3281
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3282
|
+
_setter("compartment_id", compartment_id)
|
3283
|
+
_setter("key_id", key_id)
|
3284
|
+
_setter("vault_id", vault_id)
|
2532
3285
|
|
2533
3286
|
@property
|
2534
3287
|
@pulumi.getter(name="compartmentId")
|
@@ -2566,7 +3319,16 @@ class GetAgentImagesAgentImageCollectionResult(dict):
|
|
2566
3319
|
"""
|
2567
3320
|
:param Sequence['GetAgentImagesAgentImageCollectionItemArgs'] items: Items in collection.
|
2568
3321
|
"""
|
2569
|
-
|
3322
|
+
GetAgentImagesAgentImageCollectionResult._configure(
|
3323
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3324
|
+
items=items,
|
3325
|
+
)
|
3326
|
+
@staticmethod
|
3327
|
+
def _configure(
|
3328
|
+
_setter: Callable[[Any, Any], None],
|
3329
|
+
items: Sequence['outputs.GetAgentImagesAgentImageCollectionItemResult'],
|
3330
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3331
|
+
_setter("items", items)
|
2570
3332
|
|
2571
3333
|
@property
|
2572
3334
|
@pulumi.getter
|
@@ -2586,8 +3348,19 @@ class GetAgentImagesAgentImageCollectionItemResult(dict):
|
|
2586
3348
|
:param str download_url: URL to download Agent Image of the ODMS Agent.
|
2587
3349
|
:param str version: ODMS Agent Image version.
|
2588
3350
|
"""
|
2589
|
-
|
2590
|
-
|
3351
|
+
GetAgentImagesAgentImageCollectionItemResult._configure(
|
3352
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3353
|
+
download_url=download_url,
|
3354
|
+
version=version,
|
3355
|
+
)
|
3356
|
+
@staticmethod
|
3357
|
+
def _configure(
|
3358
|
+
_setter: Callable[[Any, Any], None],
|
3359
|
+
download_url: str,
|
3360
|
+
version: str,
|
3361
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3362
|
+
_setter("download_url", download_url)
|
3363
|
+
_setter("version", version)
|
2591
3364
|
|
2592
3365
|
@property
|
2593
3366
|
@pulumi.getter(name="downloadUrl")
|
@@ -2612,10 +3385,23 @@ class GetAgentImagesFilterResult(dict):
|
|
2612
3385
|
name: str,
|
2613
3386
|
values: Sequence[str],
|
2614
3387
|
regex: Optional[bool] = None):
|
2615
|
-
|
2616
|
-
|
3388
|
+
GetAgentImagesFilterResult._configure(
|
3389
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3390
|
+
name=name,
|
3391
|
+
values=values,
|
3392
|
+
regex=regex,
|
3393
|
+
)
|
3394
|
+
@staticmethod
|
3395
|
+
def _configure(
|
3396
|
+
_setter: Callable[[Any, Any], None],
|
3397
|
+
name: str,
|
3398
|
+
values: Sequence[str],
|
3399
|
+
regex: Optional[bool] = None,
|
3400
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3401
|
+
_setter("name", name)
|
3402
|
+
_setter("values", values)
|
2617
3403
|
if regex is not None:
|
2618
|
-
|
3404
|
+
_setter("regex", regex)
|
2619
3405
|
|
2620
3406
|
@property
|
2621
3407
|
@pulumi.getter
|
@@ -2637,7 +3423,16 @@ class GetAgentImagesFilterResult(dict):
|
|
2637
3423
|
class GetAgentsAgentCollectionResult(dict):
|
2638
3424
|
def __init__(__self__, *,
|
2639
3425
|
items: Sequence['outputs.GetAgentsAgentCollectionItemResult']):
|
2640
|
-
|
3426
|
+
GetAgentsAgentCollectionResult._configure(
|
3427
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3428
|
+
items=items,
|
3429
|
+
)
|
3430
|
+
@staticmethod
|
3431
|
+
def _configure(
|
3432
|
+
_setter: Callable[[Any, Any], None],
|
3433
|
+
items: Sequence['outputs.GetAgentsAgentCollectionItemResult'],
|
3434
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3435
|
+
_setter("items", items)
|
2641
3436
|
|
2642
3437
|
@property
|
2643
3438
|
@pulumi.getter
|
@@ -2677,20 +3472,55 @@ class GetAgentsAgentCollectionItemResult(dict):
|
|
2677
3472
|
:param str time_updated: The time of the last Agent details update. An RFC3339 formatted datetime string.
|
2678
3473
|
:param str version: ODMS Agent version
|
2679
3474
|
"""
|
2680
|
-
|
2681
|
-
|
2682
|
-
|
2683
|
-
|
2684
|
-
|
2685
|
-
|
2686
|
-
|
2687
|
-
|
2688
|
-
|
2689
|
-
|
2690
|
-
|
2691
|
-
|
2692
|
-
|
2693
|
-
|
3475
|
+
GetAgentsAgentCollectionItemResult._configure(
|
3476
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3477
|
+
agent_id=agent_id,
|
3478
|
+
compartment_id=compartment_id,
|
3479
|
+
defined_tags=defined_tags,
|
3480
|
+
display_name=display_name,
|
3481
|
+
freeform_tags=freeform_tags,
|
3482
|
+
id=id,
|
3483
|
+
lifecycle_details=lifecycle_details,
|
3484
|
+
public_key=public_key,
|
3485
|
+
state=state,
|
3486
|
+
stream_id=stream_id,
|
3487
|
+
system_tags=system_tags,
|
3488
|
+
time_created=time_created,
|
3489
|
+
time_updated=time_updated,
|
3490
|
+
version=version,
|
3491
|
+
)
|
3492
|
+
@staticmethod
|
3493
|
+
def _configure(
|
3494
|
+
_setter: Callable[[Any, Any], None],
|
3495
|
+
agent_id: str,
|
3496
|
+
compartment_id: str,
|
3497
|
+
defined_tags: Mapping[str, Any],
|
3498
|
+
display_name: str,
|
3499
|
+
freeform_tags: Mapping[str, Any],
|
3500
|
+
id: str,
|
3501
|
+
lifecycle_details: str,
|
3502
|
+
public_key: str,
|
3503
|
+
state: str,
|
3504
|
+
stream_id: str,
|
3505
|
+
system_tags: Mapping[str, Any],
|
3506
|
+
time_created: str,
|
3507
|
+
time_updated: str,
|
3508
|
+
version: str,
|
3509
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3510
|
+
_setter("agent_id", agent_id)
|
3511
|
+
_setter("compartment_id", compartment_id)
|
3512
|
+
_setter("defined_tags", defined_tags)
|
3513
|
+
_setter("display_name", display_name)
|
3514
|
+
_setter("freeform_tags", freeform_tags)
|
3515
|
+
_setter("id", id)
|
3516
|
+
_setter("lifecycle_details", lifecycle_details)
|
3517
|
+
_setter("public_key", public_key)
|
3518
|
+
_setter("state", state)
|
3519
|
+
_setter("stream_id", stream_id)
|
3520
|
+
_setter("system_tags", system_tags)
|
3521
|
+
_setter("time_created", time_created)
|
3522
|
+
_setter("time_updated", time_updated)
|
3523
|
+
_setter("version", version)
|
2694
3524
|
|
2695
3525
|
@property
|
2696
3526
|
@pulumi.getter(name="agentId")
|
@@ -2808,10 +3638,23 @@ class GetAgentsFilterResult(dict):
|
|
2808
3638
|
name: str,
|
2809
3639
|
values: Sequence[str],
|
2810
3640
|
regex: Optional[bool] = None):
|
2811
|
-
|
2812
|
-
|
3641
|
+
GetAgentsFilterResult._configure(
|
3642
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3643
|
+
name=name,
|
3644
|
+
values=values,
|
3645
|
+
regex=regex,
|
3646
|
+
)
|
3647
|
+
@staticmethod
|
3648
|
+
def _configure(
|
3649
|
+
_setter: Callable[[Any, Any], None],
|
3650
|
+
name: str,
|
3651
|
+
values: Sequence[str],
|
3652
|
+
regex: Optional[bool] = None,
|
3653
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3654
|
+
_setter("name", name)
|
3655
|
+
_setter("values", values)
|
2813
3656
|
if regex is not None:
|
2814
|
-
|
3657
|
+
_setter("regex", regex)
|
2815
3658
|
|
2816
3659
|
@property
|
2817
3660
|
@pulumi.getter
|
@@ -2837,8 +3680,19 @@ class GetConnectionAdminCredentialResult(dict):
|
|
2837
3680
|
"""
|
2838
3681
|
:param str username: Administrator username
|
2839
3682
|
"""
|
2840
|
-
|
2841
|
-
|
3683
|
+
GetConnectionAdminCredentialResult._configure(
|
3684
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3685
|
+
password=password,
|
3686
|
+
username=username,
|
3687
|
+
)
|
3688
|
+
@staticmethod
|
3689
|
+
def _configure(
|
3690
|
+
_setter: Callable[[Any, Any], None],
|
3691
|
+
password: str,
|
3692
|
+
username: str,
|
3693
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3694
|
+
_setter("password", password)
|
3695
|
+
_setter("username", username)
|
2842
3696
|
|
2843
3697
|
@property
|
2844
3698
|
@pulumi.getter
|
@@ -2867,10 +3721,25 @@ class GetConnectionConnectDescriptorResult(dict):
|
|
2867
3721
|
:param str host: Name of the host the SSH key is valid for.
|
2868
3722
|
:param int port: Port of the connect descriptor.
|
2869
3723
|
"""
|
2870
|
-
|
2871
|
-
|
2872
|
-
|
2873
|
-
|
3724
|
+
GetConnectionConnectDescriptorResult._configure(
|
3725
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3726
|
+
connect_string=connect_string,
|
3727
|
+
database_service_name=database_service_name,
|
3728
|
+
host=host,
|
3729
|
+
port=port,
|
3730
|
+
)
|
3731
|
+
@staticmethod
|
3732
|
+
def _configure(
|
3733
|
+
_setter: Callable[[Any, Any], None],
|
3734
|
+
connect_string: str,
|
3735
|
+
database_service_name: str,
|
3736
|
+
host: str,
|
3737
|
+
port: int,
|
3738
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3739
|
+
_setter("connect_string", connect_string)
|
3740
|
+
_setter("database_service_name", database_service_name)
|
3741
|
+
_setter("host", host)
|
3742
|
+
_setter("port", port)
|
2874
3743
|
|
2875
3744
|
@property
|
2876
3745
|
@pulumi.getter(name="connectString")
|
@@ -2918,10 +3787,25 @@ class GetConnectionPrivateEndpointResult(dict):
|
|
2918
3787
|
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer's subnet where the private endpoint VNIC will reside.
|
2919
3788
|
:param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN where the Private Endpoint will be bound to.
|
2920
3789
|
"""
|
2921
|
-
|
2922
|
-
|
2923
|
-
|
2924
|
-
|
3790
|
+
GetConnectionPrivateEndpointResult._configure(
|
3791
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3792
|
+
compartment_id=compartment_id,
|
3793
|
+
id=id,
|
3794
|
+
subnet_id=subnet_id,
|
3795
|
+
vcn_id=vcn_id,
|
3796
|
+
)
|
3797
|
+
@staticmethod
|
3798
|
+
def _configure(
|
3799
|
+
_setter: Callable[[Any, Any], None],
|
3800
|
+
compartment_id: str,
|
3801
|
+
id: str,
|
3802
|
+
subnet_id: str,
|
3803
|
+
vcn_id: str,
|
3804
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3805
|
+
_setter("compartment_id", compartment_id)
|
3806
|
+
_setter("id", id)
|
3807
|
+
_setter("subnet_id", subnet_id)
|
3808
|
+
_setter("vcn_id", vcn_id)
|
2925
3809
|
|
2926
3810
|
@property
|
2927
3811
|
@pulumi.getter(name="compartmentId")
|
@@ -2964,8 +3848,19 @@ class GetConnectionReplicationCredentialResult(dict):
|
|
2964
3848
|
"""
|
2965
3849
|
:param str username: Administrator username
|
2966
3850
|
"""
|
2967
|
-
|
2968
|
-
|
3851
|
+
GetConnectionReplicationCredentialResult._configure(
|
3852
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3853
|
+
password=password,
|
3854
|
+
username=username,
|
3855
|
+
)
|
3856
|
+
@staticmethod
|
3857
|
+
def _configure(
|
3858
|
+
_setter: Callable[[Any, Any], None],
|
3859
|
+
password: str,
|
3860
|
+
username: str,
|
3861
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3862
|
+
_setter("password", password)
|
3863
|
+
_setter("username", username)
|
2969
3864
|
|
2970
3865
|
@property
|
2971
3866
|
@pulumi.getter
|
@@ -2993,10 +3888,25 @@ class GetConnectionSshDetailResult(dict):
|
|
2993
3888
|
:param str sudo_location: Sudo location
|
2994
3889
|
:param str user: SSH user
|
2995
3890
|
"""
|
2996
|
-
|
2997
|
-
|
2998
|
-
|
2999
|
-
|
3891
|
+
GetConnectionSshDetailResult._configure(
|
3892
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3893
|
+
host=host,
|
3894
|
+
sshkey=sshkey,
|
3895
|
+
sudo_location=sudo_location,
|
3896
|
+
user=user,
|
3897
|
+
)
|
3898
|
+
@staticmethod
|
3899
|
+
def _configure(
|
3900
|
+
_setter: Callable[[Any, Any], None],
|
3901
|
+
host: str,
|
3902
|
+
sshkey: str,
|
3903
|
+
sudo_location: str,
|
3904
|
+
user: str,
|
3905
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3906
|
+
_setter("host", host)
|
3907
|
+
_setter("sshkey", sshkey)
|
3908
|
+
_setter("sudo_location", sudo_location)
|
3909
|
+
_setter("user", user)
|
3000
3910
|
|
3001
3911
|
@property
|
3002
3912
|
@pulumi.getter
|
@@ -3039,9 +3949,22 @@ class GetConnectionVaultDetailResult(dict):
|
|
3039
3949
|
:param str key_id: OCID of the vault encryption key
|
3040
3950
|
:param str vault_id: OCID of the vault
|
3041
3951
|
"""
|
3042
|
-
|
3043
|
-
|
3044
|
-
|
3952
|
+
GetConnectionVaultDetailResult._configure(
|
3953
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3954
|
+
compartment_id=compartment_id,
|
3955
|
+
key_id=key_id,
|
3956
|
+
vault_id=vault_id,
|
3957
|
+
)
|
3958
|
+
@staticmethod
|
3959
|
+
def _configure(
|
3960
|
+
_setter: Callable[[Any, Any], None],
|
3961
|
+
compartment_id: str,
|
3962
|
+
key_id: str,
|
3963
|
+
vault_id: str,
|
3964
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3965
|
+
_setter("compartment_id", compartment_id)
|
3966
|
+
_setter("key_id", key_id)
|
3967
|
+
_setter("vault_id", vault_id)
|
3045
3968
|
|
3046
3969
|
@property
|
3047
3970
|
@pulumi.getter(name="compartmentId")
|
@@ -3072,7 +3995,16 @@ class GetConnectionVaultDetailResult(dict):
|
|
3072
3995
|
class GetConnectionsConnectionCollectionResult(dict):
|
3073
3996
|
def __init__(__self__, *,
|
3074
3997
|
items: Sequence['outputs.GetConnectionsConnectionCollectionItemResult']):
|
3075
|
-
|
3998
|
+
GetConnectionsConnectionCollectionResult._configure(
|
3999
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4000
|
+
items=items,
|
4001
|
+
)
|
4002
|
+
@staticmethod
|
4003
|
+
def _configure(
|
4004
|
+
_setter: Callable[[Any, Any], None],
|
4005
|
+
items: Sequence['outputs.GetConnectionsConnectionCollectionItemResult'],
|
4006
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4007
|
+
_setter("items", items)
|
3076
4008
|
|
3077
4009
|
@property
|
3078
4010
|
@pulumi.getter
|
@@ -3129,29 +4061,82 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
3129
4061
|
:param str time_updated: The time of the last Connection resource details update. An RFC3339 formatted datetime string.
|
3130
4062
|
:param Sequence['GetConnectionsConnectionCollectionItemVaultDetailArgs'] vault_details: Oracle Cloud Infrastructure Vault details to store migration and connection credentials secrets
|
3131
4063
|
"""
|
3132
|
-
|
3133
|
-
|
3134
|
-
|
3135
|
-
|
3136
|
-
|
3137
|
-
|
3138
|
-
|
3139
|
-
|
3140
|
-
|
3141
|
-
|
3142
|
-
|
3143
|
-
|
3144
|
-
|
3145
|
-
|
3146
|
-
|
3147
|
-
|
3148
|
-
|
3149
|
-
|
3150
|
-
|
3151
|
-
|
3152
|
-
|
3153
|
-
|
3154
|
-
|
4064
|
+
GetConnectionsConnectionCollectionItemResult._configure(
|
4065
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4066
|
+
admin_credentials=admin_credentials,
|
4067
|
+
certificate_tdn=certificate_tdn,
|
4068
|
+
compartment_id=compartment_id,
|
4069
|
+
connect_descriptors=connect_descriptors,
|
4070
|
+
credentials_secret_id=credentials_secret_id,
|
4071
|
+
database_id=database_id,
|
4072
|
+
database_type=database_type,
|
4073
|
+
defined_tags=defined_tags,
|
4074
|
+
display_name=display_name,
|
4075
|
+
freeform_tags=freeform_tags,
|
4076
|
+
id=id,
|
4077
|
+
lifecycle_details=lifecycle_details,
|
4078
|
+
nsg_ids=nsg_ids,
|
4079
|
+
private_endpoints=private_endpoints,
|
4080
|
+
replication_credentials=replication_credentials,
|
4081
|
+
ssh_details=ssh_details,
|
4082
|
+
state=state,
|
4083
|
+
system_tags=system_tags,
|
4084
|
+
time_created=time_created,
|
4085
|
+
time_updated=time_updated,
|
4086
|
+
tls_keystore=tls_keystore,
|
4087
|
+
tls_wallet=tls_wallet,
|
4088
|
+
vault_details=vault_details,
|
4089
|
+
)
|
4090
|
+
@staticmethod
|
4091
|
+
def _configure(
|
4092
|
+
_setter: Callable[[Any, Any], None],
|
4093
|
+
admin_credentials: Sequence['outputs.GetConnectionsConnectionCollectionItemAdminCredentialResult'],
|
4094
|
+
certificate_tdn: str,
|
4095
|
+
compartment_id: str,
|
4096
|
+
connect_descriptors: Sequence['outputs.GetConnectionsConnectionCollectionItemConnectDescriptorResult'],
|
4097
|
+
credentials_secret_id: str,
|
4098
|
+
database_id: str,
|
4099
|
+
database_type: str,
|
4100
|
+
defined_tags: Mapping[str, Any],
|
4101
|
+
display_name: str,
|
4102
|
+
freeform_tags: Mapping[str, Any],
|
4103
|
+
id: str,
|
4104
|
+
lifecycle_details: str,
|
4105
|
+
nsg_ids: Sequence[str],
|
4106
|
+
private_endpoints: Sequence['outputs.GetConnectionsConnectionCollectionItemPrivateEndpointResult'],
|
4107
|
+
replication_credentials: Sequence['outputs.GetConnectionsConnectionCollectionItemReplicationCredentialResult'],
|
4108
|
+
ssh_details: Sequence['outputs.GetConnectionsConnectionCollectionItemSshDetailResult'],
|
4109
|
+
state: str,
|
4110
|
+
system_tags: Mapping[str, Any],
|
4111
|
+
time_created: str,
|
4112
|
+
time_updated: str,
|
4113
|
+
tls_keystore: str,
|
4114
|
+
tls_wallet: str,
|
4115
|
+
vault_details: Sequence['outputs.GetConnectionsConnectionCollectionItemVaultDetailResult'],
|
4116
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4117
|
+
_setter("admin_credentials", admin_credentials)
|
4118
|
+
_setter("certificate_tdn", certificate_tdn)
|
4119
|
+
_setter("compartment_id", compartment_id)
|
4120
|
+
_setter("connect_descriptors", connect_descriptors)
|
4121
|
+
_setter("credentials_secret_id", credentials_secret_id)
|
4122
|
+
_setter("database_id", database_id)
|
4123
|
+
_setter("database_type", database_type)
|
4124
|
+
_setter("defined_tags", defined_tags)
|
4125
|
+
_setter("display_name", display_name)
|
4126
|
+
_setter("freeform_tags", freeform_tags)
|
4127
|
+
_setter("id", id)
|
4128
|
+
_setter("lifecycle_details", lifecycle_details)
|
4129
|
+
_setter("nsg_ids", nsg_ids)
|
4130
|
+
_setter("private_endpoints", private_endpoints)
|
4131
|
+
_setter("replication_credentials", replication_credentials)
|
4132
|
+
_setter("ssh_details", ssh_details)
|
4133
|
+
_setter("state", state)
|
4134
|
+
_setter("system_tags", system_tags)
|
4135
|
+
_setter("time_created", time_created)
|
4136
|
+
_setter("time_updated", time_updated)
|
4137
|
+
_setter("tls_keystore", tls_keystore)
|
4138
|
+
_setter("tls_wallet", tls_wallet)
|
4139
|
+
_setter("vault_details", vault_details)
|
3155
4140
|
|
3156
4141
|
@property
|
3157
4142
|
@pulumi.getter(name="adminCredentials")
|
@@ -3340,8 +4325,19 @@ class GetConnectionsConnectionCollectionItemAdminCredentialResult(dict):
|
|
3340
4325
|
"""
|
3341
4326
|
:param str username: Administrator username
|
3342
4327
|
"""
|
3343
|
-
|
3344
|
-
|
4328
|
+
GetConnectionsConnectionCollectionItemAdminCredentialResult._configure(
|
4329
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4330
|
+
password=password,
|
4331
|
+
username=username,
|
4332
|
+
)
|
4333
|
+
@staticmethod
|
4334
|
+
def _configure(
|
4335
|
+
_setter: Callable[[Any, Any], None],
|
4336
|
+
password: str,
|
4337
|
+
username: str,
|
4338
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4339
|
+
_setter("password", password)
|
4340
|
+
_setter("username", username)
|
3345
4341
|
|
3346
4342
|
@property
|
3347
4343
|
@pulumi.getter
|
@@ -3370,10 +4366,25 @@ class GetConnectionsConnectionCollectionItemConnectDescriptorResult(dict):
|
|
3370
4366
|
:param str host: Name of the host the SSH key is valid for.
|
3371
4367
|
:param int port: Port of the connect descriptor.
|
3372
4368
|
"""
|
3373
|
-
|
3374
|
-
|
3375
|
-
|
3376
|
-
|
4369
|
+
GetConnectionsConnectionCollectionItemConnectDescriptorResult._configure(
|
4370
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4371
|
+
connect_string=connect_string,
|
4372
|
+
database_service_name=database_service_name,
|
4373
|
+
host=host,
|
4374
|
+
port=port,
|
4375
|
+
)
|
4376
|
+
@staticmethod
|
4377
|
+
def _configure(
|
4378
|
+
_setter: Callable[[Any, Any], None],
|
4379
|
+
connect_string: str,
|
4380
|
+
database_service_name: str,
|
4381
|
+
host: str,
|
4382
|
+
port: int,
|
4383
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4384
|
+
_setter("connect_string", connect_string)
|
4385
|
+
_setter("database_service_name", database_service_name)
|
4386
|
+
_setter("host", host)
|
4387
|
+
_setter("port", port)
|
3377
4388
|
|
3378
4389
|
@property
|
3379
4390
|
@pulumi.getter(name="connectString")
|
@@ -3421,10 +4432,25 @@ class GetConnectionsConnectionCollectionItemPrivateEndpointResult(dict):
|
|
3421
4432
|
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer's subnet where the private endpoint VNIC will reside.
|
3422
4433
|
:param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN where the Private Endpoint will be bound to.
|
3423
4434
|
"""
|
3424
|
-
|
3425
|
-
|
3426
|
-
|
3427
|
-
|
4435
|
+
GetConnectionsConnectionCollectionItemPrivateEndpointResult._configure(
|
4436
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4437
|
+
compartment_id=compartment_id,
|
4438
|
+
id=id,
|
4439
|
+
subnet_id=subnet_id,
|
4440
|
+
vcn_id=vcn_id,
|
4441
|
+
)
|
4442
|
+
@staticmethod
|
4443
|
+
def _configure(
|
4444
|
+
_setter: Callable[[Any, Any], None],
|
4445
|
+
compartment_id: str,
|
4446
|
+
id: str,
|
4447
|
+
subnet_id: str,
|
4448
|
+
vcn_id: str,
|
4449
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4450
|
+
_setter("compartment_id", compartment_id)
|
4451
|
+
_setter("id", id)
|
4452
|
+
_setter("subnet_id", subnet_id)
|
4453
|
+
_setter("vcn_id", vcn_id)
|
3428
4454
|
|
3429
4455
|
@property
|
3430
4456
|
@pulumi.getter(name="compartmentId")
|
@@ -3467,8 +4493,19 @@ class GetConnectionsConnectionCollectionItemReplicationCredentialResult(dict):
|
|
3467
4493
|
"""
|
3468
4494
|
:param str username: Administrator username
|
3469
4495
|
"""
|
3470
|
-
|
3471
|
-
|
4496
|
+
GetConnectionsConnectionCollectionItemReplicationCredentialResult._configure(
|
4497
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4498
|
+
password=password,
|
4499
|
+
username=username,
|
4500
|
+
)
|
4501
|
+
@staticmethod
|
4502
|
+
def _configure(
|
4503
|
+
_setter: Callable[[Any, Any], None],
|
4504
|
+
password: str,
|
4505
|
+
username: str,
|
4506
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4507
|
+
_setter("password", password)
|
4508
|
+
_setter("username", username)
|
3472
4509
|
|
3473
4510
|
@property
|
3474
4511
|
@pulumi.getter
|
@@ -3496,10 +4533,25 @@ class GetConnectionsConnectionCollectionItemSshDetailResult(dict):
|
|
3496
4533
|
:param str sudo_location: Sudo location
|
3497
4534
|
:param str user: SSH user
|
3498
4535
|
"""
|
3499
|
-
|
3500
|
-
|
3501
|
-
|
3502
|
-
|
4536
|
+
GetConnectionsConnectionCollectionItemSshDetailResult._configure(
|
4537
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4538
|
+
host=host,
|
4539
|
+
sshkey=sshkey,
|
4540
|
+
sudo_location=sudo_location,
|
4541
|
+
user=user,
|
4542
|
+
)
|
4543
|
+
@staticmethod
|
4544
|
+
def _configure(
|
4545
|
+
_setter: Callable[[Any, Any], None],
|
4546
|
+
host: str,
|
4547
|
+
sshkey: str,
|
4548
|
+
sudo_location: str,
|
4549
|
+
user: str,
|
4550
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4551
|
+
_setter("host", host)
|
4552
|
+
_setter("sshkey", sshkey)
|
4553
|
+
_setter("sudo_location", sudo_location)
|
4554
|
+
_setter("user", user)
|
3503
4555
|
|
3504
4556
|
@property
|
3505
4557
|
@pulumi.getter
|
@@ -3542,9 +4594,22 @@ class GetConnectionsConnectionCollectionItemVaultDetailResult(dict):
|
|
3542
4594
|
:param str key_id: OCID of the vault encryption key
|
3543
4595
|
:param str vault_id: OCID of the vault
|
3544
4596
|
"""
|
3545
|
-
|
3546
|
-
|
3547
|
-
|
4597
|
+
GetConnectionsConnectionCollectionItemVaultDetailResult._configure(
|
4598
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4599
|
+
compartment_id=compartment_id,
|
4600
|
+
key_id=key_id,
|
4601
|
+
vault_id=vault_id,
|
4602
|
+
)
|
4603
|
+
@staticmethod
|
4604
|
+
def _configure(
|
4605
|
+
_setter: Callable[[Any, Any], None],
|
4606
|
+
compartment_id: str,
|
4607
|
+
key_id: str,
|
4608
|
+
vault_id: str,
|
4609
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4610
|
+
_setter("compartment_id", compartment_id)
|
4611
|
+
_setter("key_id", key_id)
|
4612
|
+
_setter("vault_id", vault_id)
|
3548
4613
|
|
3549
4614
|
@property
|
3550
4615
|
@pulumi.getter(name="compartmentId")
|
@@ -3577,10 +4642,23 @@ class GetConnectionsFilterResult(dict):
|
|
3577
4642
|
name: str,
|
3578
4643
|
values: Sequence[str],
|
3579
4644
|
regex: Optional[bool] = None):
|
3580
|
-
|
3581
|
-
|
4645
|
+
GetConnectionsFilterResult._configure(
|
4646
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4647
|
+
name=name,
|
4648
|
+
values=values,
|
4649
|
+
regex=regex,
|
4650
|
+
)
|
4651
|
+
@staticmethod
|
4652
|
+
def _configure(
|
4653
|
+
_setter: Callable[[Any, Any], None],
|
4654
|
+
name: str,
|
4655
|
+
values: Sequence[str],
|
4656
|
+
regex: Optional[bool] = None,
|
4657
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4658
|
+
_setter("name", name)
|
4659
|
+
_setter("values", values)
|
3582
4660
|
if regex is not None:
|
3583
|
-
|
4661
|
+
_setter("regex", regex)
|
3584
4662
|
|
3585
4663
|
@property
|
3586
4664
|
@pulumi.getter
|
@@ -3607,8 +4685,19 @@ class GetJobAdvisorReportReportLocationDetailResult(dict):
|
|
3607
4685
|
:param str location_in_source: Path in the Source Registered Connection where the Pre-Migration advisor report can be accessed.
|
3608
4686
|
:param Sequence['GetJobAdvisorReportReportLocationDetailObjectStorageDetailArgs'] object_storage_details: Details to access Pre-Migration Advisor report in the specified Object Storage bucket, if any.
|
3609
4687
|
"""
|
3610
|
-
|
3611
|
-
|
4688
|
+
GetJobAdvisorReportReportLocationDetailResult._configure(
|
4689
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4690
|
+
location_in_source=location_in_source,
|
4691
|
+
object_storage_details=object_storage_details,
|
4692
|
+
)
|
4693
|
+
@staticmethod
|
4694
|
+
def _configure(
|
4695
|
+
_setter: Callable[[Any, Any], None],
|
4696
|
+
location_in_source: str,
|
4697
|
+
object_storage_details: Sequence['outputs.GetJobAdvisorReportReportLocationDetailObjectStorageDetailResult'],
|
4698
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4699
|
+
_setter("location_in_source", location_in_source)
|
4700
|
+
_setter("object_storage_details", object_storage_details)
|
3612
4701
|
|
3613
4702
|
@property
|
3614
4703
|
@pulumi.getter(name="locationInSource")
|
@@ -3638,9 +4727,22 @@ class GetJobAdvisorReportReportLocationDetailObjectStorageDetailResult(dict):
|
|
3638
4727
|
:param str namespace: Object Storage namespace.
|
3639
4728
|
:param str object: Pre-Migration Advisor report object name.
|
3640
4729
|
"""
|
3641
|
-
|
3642
|
-
|
3643
|
-
|
4730
|
+
GetJobAdvisorReportReportLocationDetailObjectStorageDetailResult._configure(
|
4731
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4732
|
+
bucket=bucket,
|
4733
|
+
namespace=namespace,
|
4734
|
+
object=object,
|
4735
|
+
)
|
4736
|
+
@staticmethod
|
4737
|
+
def _configure(
|
4738
|
+
_setter: Callable[[Any, Any], None],
|
4739
|
+
bucket: str,
|
4740
|
+
namespace: str,
|
4741
|
+
object: str,
|
4742
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4743
|
+
_setter("bucket", bucket)
|
4744
|
+
_setter("namespace", namespace)
|
4745
|
+
_setter("object", object)
|
3644
4746
|
|
3645
4747
|
@property
|
3646
4748
|
@pulumi.getter
|
@@ -3674,7 +4776,16 @@ class GetJobOutputItemResult(dict):
|
|
3674
4776
|
"""
|
3675
4777
|
:param str message: Job output line.
|
3676
4778
|
"""
|
3677
|
-
|
4779
|
+
GetJobOutputItemResult._configure(
|
4780
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4781
|
+
message=message,
|
4782
|
+
)
|
4783
|
+
@staticmethod
|
4784
|
+
def _configure(
|
4785
|
+
_setter: Callable[[Any, Any], None],
|
4786
|
+
message: str,
|
4787
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4788
|
+
_setter("message", message)
|
3678
4789
|
|
3679
4790
|
@property
|
3680
4791
|
@pulumi.getter
|
@@ -3694,8 +4805,19 @@ class GetMigrationAdvisorSettingResult(dict):
|
|
3694
4805
|
:param bool is_ignore_errors: True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
|
3695
4806
|
:param bool is_skip_advisor: True to skip the Pre-Migration Advisor execution. Default is false.
|
3696
4807
|
"""
|
3697
|
-
|
3698
|
-
|
4808
|
+
GetMigrationAdvisorSettingResult._configure(
|
4809
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4810
|
+
is_ignore_errors=is_ignore_errors,
|
4811
|
+
is_skip_advisor=is_skip_advisor,
|
4812
|
+
)
|
4813
|
+
@staticmethod
|
4814
|
+
def _configure(
|
4815
|
+
_setter: Callable[[Any, Any], None],
|
4816
|
+
is_ignore_errors: bool,
|
4817
|
+
is_skip_advisor: bool,
|
4818
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4819
|
+
_setter("is_ignore_errors", is_ignore_errors)
|
4820
|
+
_setter("is_skip_advisor", is_skip_advisor)
|
3699
4821
|
|
3700
4822
|
@property
|
3701
4823
|
@pulumi.getter(name="isIgnoreErrors")
|
@@ -3723,8 +4845,19 @@ class GetMigrationDataTransferMediumDetailResult(dict):
|
|
3723
4845
|
:param Sequence['GetMigrationDataTransferMediumDetailDatabaseLinkDetailArgs'] database_link_details: Optional details for creating a network database link from Oracle Cloud Infrastructure database to on-premise database.
|
3724
4846
|
:param Sequence['GetMigrationDataTransferMediumDetailObjectStorageDetailArgs'] object_storage_details: In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
|
3725
4847
|
"""
|
3726
|
-
|
3727
|
-
|
4848
|
+
GetMigrationDataTransferMediumDetailResult._configure(
|
4849
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4850
|
+
database_link_details=database_link_details,
|
4851
|
+
object_storage_details=object_storage_details,
|
4852
|
+
)
|
4853
|
+
@staticmethod
|
4854
|
+
def _configure(
|
4855
|
+
_setter: Callable[[Any, Any], None],
|
4856
|
+
database_link_details: Sequence['outputs.GetMigrationDataTransferMediumDetailDatabaseLinkDetailResult'],
|
4857
|
+
object_storage_details: Sequence['outputs.GetMigrationDataTransferMediumDetailObjectStorageDetailResult'],
|
4858
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4859
|
+
_setter("database_link_details", database_link_details)
|
4860
|
+
_setter("object_storage_details", object_storage_details)
|
3728
4861
|
|
3729
4862
|
@property
|
3730
4863
|
@pulumi.getter(name="databaseLinkDetails")
|
@@ -3752,8 +4885,19 @@ class GetMigrationDataTransferMediumDetailDatabaseLinkDetailResult(dict):
|
|
3752
4885
|
:param str name: Name of directory object in database
|
3753
4886
|
:param Sequence['GetMigrationDataTransferMediumDetailDatabaseLinkDetailWalletBucketArgs'] wallet_buckets: In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
|
3754
4887
|
"""
|
3755
|
-
|
3756
|
-
|
4888
|
+
GetMigrationDataTransferMediumDetailDatabaseLinkDetailResult._configure(
|
4889
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4890
|
+
name=name,
|
4891
|
+
wallet_buckets=wallet_buckets,
|
4892
|
+
)
|
4893
|
+
@staticmethod
|
4894
|
+
def _configure(
|
4895
|
+
_setter: Callable[[Any, Any], None],
|
4896
|
+
name: str,
|
4897
|
+
wallet_buckets: Sequence['outputs.GetMigrationDataTransferMediumDetailDatabaseLinkDetailWalletBucketResult'],
|
4898
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4899
|
+
_setter("name", name)
|
4900
|
+
_setter("wallet_buckets", wallet_buckets)
|
3757
4901
|
|
3758
4902
|
@property
|
3759
4903
|
@pulumi.getter
|
@@ -3781,8 +4925,19 @@ class GetMigrationDataTransferMediumDetailDatabaseLinkDetailWalletBucketResult(d
|
|
3781
4925
|
:param str bucket: Bucket name.
|
3782
4926
|
:param str namespace: Namespace name of the object store bucket.
|
3783
4927
|
"""
|
3784
|
-
|
3785
|
-
|
4928
|
+
GetMigrationDataTransferMediumDetailDatabaseLinkDetailWalletBucketResult._configure(
|
4929
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4930
|
+
bucket=bucket,
|
4931
|
+
namespace=namespace,
|
4932
|
+
)
|
4933
|
+
@staticmethod
|
4934
|
+
def _configure(
|
4935
|
+
_setter: Callable[[Any, Any], None],
|
4936
|
+
bucket: str,
|
4937
|
+
namespace: str,
|
4938
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4939
|
+
_setter("bucket", bucket)
|
4940
|
+
_setter("namespace", namespace)
|
3786
4941
|
|
3787
4942
|
@property
|
3788
4943
|
@pulumi.getter
|
@@ -3810,8 +4965,135 @@ class GetMigrationDataTransferMediumDetailObjectStorageDetailResult(dict):
|
|
3810
4965
|
:param str bucket: Bucket name.
|
3811
4966
|
:param str namespace: Namespace name of the object store bucket.
|
3812
4967
|
"""
|
3813
|
-
|
3814
|
-
|
4968
|
+
GetMigrationDataTransferMediumDetailObjectStorageDetailResult._configure(
|
4969
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4970
|
+
bucket=bucket,
|
4971
|
+
namespace=namespace,
|
4972
|
+
)
|
4973
|
+
@staticmethod
|
4974
|
+
def _configure(
|
4975
|
+
_setter: Callable[[Any, Any], None],
|
4976
|
+
bucket: str,
|
4977
|
+
namespace: str,
|
4978
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4979
|
+
_setter("bucket", bucket)
|
4980
|
+
_setter("namespace", namespace)
|
4981
|
+
|
4982
|
+
@property
|
4983
|
+
@pulumi.getter
|
4984
|
+
def bucket(self) -> str:
|
4985
|
+
"""
|
4986
|
+
Bucket name.
|
4987
|
+
"""
|
4988
|
+
return pulumi.get(self, "bucket")
|
4989
|
+
|
4990
|
+
@property
|
4991
|
+
@pulumi.getter
|
4992
|
+
def namespace(self) -> str:
|
4993
|
+
"""
|
4994
|
+
Namespace name of the object store bucket.
|
4995
|
+
"""
|
4996
|
+
return pulumi.get(self, "namespace")
|
4997
|
+
|
4998
|
+
|
4999
|
+
@pulumi.output_type
|
5000
|
+
class GetMigrationDataTransferMediumDetailsV2Result(dict):
|
5001
|
+
def __init__(__self__, *,
|
5002
|
+
access_key_id: str,
|
5003
|
+
name: str,
|
5004
|
+
object_storage_buckets: Sequence['outputs.GetMigrationDataTransferMediumDetailsV2ObjectStorageBucketResult'],
|
5005
|
+
region: str,
|
5006
|
+
secret_access_key: str,
|
5007
|
+
type: str):
|
5008
|
+
"""
|
5009
|
+
:param str name: Name of directory object in database
|
5010
|
+
:param str type: Migration type.
|
5011
|
+
"""
|
5012
|
+
GetMigrationDataTransferMediumDetailsV2Result._configure(
|
5013
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5014
|
+
access_key_id=access_key_id,
|
5015
|
+
name=name,
|
5016
|
+
object_storage_buckets=object_storage_buckets,
|
5017
|
+
region=region,
|
5018
|
+
secret_access_key=secret_access_key,
|
5019
|
+
type=type,
|
5020
|
+
)
|
5021
|
+
@staticmethod
|
5022
|
+
def _configure(
|
5023
|
+
_setter: Callable[[Any, Any], None],
|
5024
|
+
access_key_id: str,
|
5025
|
+
name: str,
|
5026
|
+
object_storage_buckets: Sequence['outputs.GetMigrationDataTransferMediumDetailsV2ObjectStorageBucketResult'],
|
5027
|
+
region: str,
|
5028
|
+
secret_access_key: str,
|
5029
|
+
type: str,
|
5030
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5031
|
+
_setter("access_key_id", access_key_id)
|
5032
|
+
_setter("name", name)
|
5033
|
+
_setter("object_storage_buckets", object_storage_buckets)
|
5034
|
+
_setter("region", region)
|
5035
|
+
_setter("secret_access_key", secret_access_key)
|
5036
|
+
_setter("type", type)
|
5037
|
+
|
5038
|
+
@property
|
5039
|
+
@pulumi.getter(name="accessKeyId")
|
5040
|
+
def access_key_id(self) -> str:
|
5041
|
+
return pulumi.get(self, "access_key_id")
|
5042
|
+
|
5043
|
+
@property
|
5044
|
+
@pulumi.getter
|
5045
|
+
def name(self) -> str:
|
5046
|
+
"""
|
5047
|
+
Name of directory object in database
|
5048
|
+
"""
|
5049
|
+
return pulumi.get(self, "name")
|
5050
|
+
|
5051
|
+
@property
|
5052
|
+
@pulumi.getter(name="objectStorageBuckets")
|
5053
|
+
def object_storage_buckets(self) -> Sequence['outputs.GetMigrationDataTransferMediumDetailsV2ObjectStorageBucketResult']:
|
5054
|
+
return pulumi.get(self, "object_storage_buckets")
|
5055
|
+
|
5056
|
+
@property
|
5057
|
+
@pulumi.getter
|
5058
|
+
def region(self) -> str:
|
5059
|
+
return pulumi.get(self, "region")
|
5060
|
+
|
5061
|
+
@property
|
5062
|
+
@pulumi.getter(name="secretAccessKey")
|
5063
|
+
def secret_access_key(self) -> str:
|
5064
|
+
return pulumi.get(self, "secret_access_key")
|
5065
|
+
|
5066
|
+
@property
|
5067
|
+
@pulumi.getter
|
5068
|
+
def type(self) -> str:
|
5069
|
+
"""
|
5070
|
+
Migration type.
|
5071
|
+
"""
|
5072
|
+
return pulumi.get(self, "type")
|
5073
|
+
|
5074
|
+
|
5075
|
+
@pulumi.output_type
|
5076
|
+
class GetMigrationDataTransferMediumDetailsV2ObjectStorageBucketResult(dict):
|
5077
|
+
def __init__(__self__, *,
|
5078
|
+
bucket: str,
|
5079
|
+
namespace: str):
|
5080
|
+
"""
|
5081
|
+
:param str bucket: Bucket name.
|
5082
|
+
:param str namespace: Namespace name of the object store bucket.
|
5083
|
+
"""
|
5084
|
+
GetMigrationDataTransferMediumDetailsV2ObjectStorageBucketResult._configure(
|
5085
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5086
|
+
bucket=bucket,
|
5087
|
+
namespace=namespace,
|
5088
|
+
)
|
5089
|
+
@staticmethod
|
5090
|
+
def _configure(
|
5091
|
+
_setter: Callable[[Any, Any], None],
|
5092
|
+
bucket: str,
|
5093
|
+
namespace: str,
|
5094
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5095
|
+
_setter("bucket", bucket)
|
5096
|
+
_setter("namespace", namespace)
|
3815
5097
|
|
3816
5098
|
@property
|
3817
5099
|
@pulumi.getter
|
@@ -3845,11 +5127,28 @@ class GetMigrationDatapumpSettingResult(dict):
|
|
3845
5127
|
:param str job_mode: Data Pump job mode. Refer to [Data Pump Export Modes ](https://docs.oracle.com/en/database/oracle/oracle-database/19/sutil/oracle-data-pump-export-utility.html#GUID-8E497131-6B9B-4CC8-AA50-35F480CAC2C4)
|
3846
5128
|
:param Sequence['GetMigrationDatapumpSettingMetadataRemapArgs'] metadata_remaps: Defines remapping to be applied to objects as they are processed. Refer to [METADATA_REMAP Procedure ](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_DATAPUMP.html#GUID-0FC32790-91E6-4781-87A3-229DE024CB3D)
|
3847
5129
|
"""
|
3848
|
-
|
3849
|
-
|
3850
|
-
|
3851
|
-
|
3852
|
-
|
5130
|
+
GetMigrationDatapumpSettingResult._configure(
|
5131
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5132
|
+
data_pump_parameters=data_pump_parameters,
|
5133
|
+
export_directory_objects=export_directory_objects,
|
5134
|
+
import_directory_objects=import_directory_objects,
|
5135
|
+
job_mode=job_mode,
|
5136
|
+
metadata_remaps=metadata_remaps,
|
5137
|
+
)
|
5138
|
+
@staticmethod
|
5139
|
+
def _configure(
|
5140
|
+
_setter: Callable[[Any, Any], None],
|
5141
|
+
data_pump_parameters: Sequence['outputs.GetMigrationDatapumpSettingDataPumpParameterResult'],
|
5142
|
+
export_directory_objects: Sequence['outputs.GetMigrationDatapumpSettingExportDirectoryObjectResult'],
|
5143
|
+
import_directory_objects: Sequence['outputs.GetMigrationDatapumpSettingImportDirectoryObjectResult'],
|
5144
|
+
job_mode: str,
|
5145
|
+
metadata_remaps: Sequence['outputs.GetMigrationDatapumpSettingMetadataRemapResult'],
|
5146
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5147
|
+
_setter("data_pump_parameters", data_pump_parameters)
|
5148
|
+
_setter("export_directory_objects", export_directory_objects)
|
5149
|
+
_setter("import_directory_objects", import_directory_objects)
|
5150
|
+
_setter("job_mode", job_mode)
|
5151
|
+
_setter("metadata_remaps", metadata_remaps)
|
3853
5152
|
|
3854
5153
|
@property
|
3855
5154
|
@pulumi.getter(name="dataPumpParameters")
|
@@ -3909,12 +5208,31 @@ class GetMigrationDatapumpSettingDataPumpParameterResult(dict):
|
|
3909
5208
|
:param bool is_cluster: Set to false to force Data Pump worker processes to run on one instance.
|
3910
5209
|
:param str table_exists_action: IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
|
3911
5210
|
"""
|
3912
|
-
|
3913
|
-
|
3914
|
-
|
3915
|
-
|
3916
|
-
|
3917
|
-
|
5211
|
+
GetMigrationDatapumpSettingDataPumpParameterResult._configure(
|
5212
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5213
|
+
estimate=estimate,
|
5214
|
+
exclude_parameters=exclude_parameters,
|
5215
|
+
export_parallelism_degree=export_parallelism_degree,
|
5216
|
+
import_parallelism_degree=import_parallelism_degree,
|
5217
|
+
is_cluster=is_cluster,
|
5218
|
+
table_exists_action=table_exists_action,
|
5219
|
+
)
|
5220
|
+
@staticmethod
|
5221
|
+
def _configure(
|
5222
|
+
_setter: Callable[[Any, Any], None],
|
5223
|
+
estimate: str,
|
5224
|
+
exclude_parameters: Sequence[str],
|
5225
|
+
export_parallelism_degree: int,
|
5226
|
+
import_parallelism_degree: int,
|
5227
|
+
is_cluster: bool,
|
5228
|
+
table_exists_action: str,
|
5229
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5230
|
+
_setter("estimate", estimate)
|
5231
|
+
_setter("exclude_parameters", exclude_parameters)
|
5232
|
+
_setter("export_parallelism_degree", export_parallelism_degree)
|
5233
|
+
_setter("import_parallelism_degree", import_parallelism_degree)
|
5234
|
+
_setter("is_cluster", is_cluster)
|
5235
|
+
_setter("table_exists_action", table_exists_action)
|
3918
5236
|
|
3919
5237
|
@property
|
3920
5238
|
@pulumi.getter
|
@@ -3974,8 +5292,19 @@ class GetMigrationDatapumpSettingExportDirectoryObjectResult(dict):
|
|
3974
5292
|
:param str name: Name of directory object in database
|
3975
5293
|
:param str path: Absolute path of directory on database server
|
3976
5294
|
"""
|
3977
|
-
|
3978
|
-
|
5295
|
+
GetMigrationDatapumpSettingExportDirectoryObjectResult._configure(
|
5296
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5297
|
+
name=name,
|
5298
|
+
path=path,
|
5299
|
+
)
|
5300
|
+
@staticmethod
|
5301
|
+
def _configure(
|
5302
|
+
_setter: Callable[[Any, Any], None],
|
5303
|
+
name: str,
|
5304
|
+
path: str,
|
5305
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5306
|
+
_setter("name", name)
|
5307
|
+
_setter("path", path)
|
3979
5308
|
|
3980
5309
|
@property
|
3981
5310
|
@pulumi.getter
|
@@ -4003,8 +5332,19 @@ class GetMigrationDatapumpSettingImportDirectoryObjectResult(dict):
|
|
4003
5332
|
:param str name: Name of directory object in database
|
4004
5333
|
:param str path: Absolute path of directory on database server
|
4005
5334
|
"""
|
4006
|
-
|
4007
|
-
|
5335
|
+
GetMigrationDatapumpSettingImportDirectoryObjectResult._configure(
|
5336
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5337
|
+
name=name,
|
5338
|
+
path=path,
|
5339
|
+
)
|
5340
|
+
@staticmethod
|
5341
|
+
def _configure(
|
5342
|
+
_setter: Callable[[Any, Any], None],
|
5343
|
+
name: str,
|
5344
|
+
path: str,
|
5345
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5346
|
+
_setter("name", name)
|
5347
|
+
_setter("path", path)
|
4008
5348
|
|
4009
5349
|
@property
|
4010
5350
|
@pulumi.getter
|
@@ -4034,9 +5374,22 @@ class GetMigrationDatapumpSettingMetadataRemapResult(dict):
|
|
4034
5374
|
:param str old_value: Specifies the value which needs to be reset.
|
4035
5375
|
:param str type: Migration type.
|
4036
5376
|
"""
|
4037
|
-
|
4038
|
-
|
4039
|
-
|
5377
|
+
GetMigrationDatapumpSettingMetadataRemapResult._configure(
|
5378
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5379
|
+
new_value=new_value,
|
5380
|
+
old_value=old_value,
|
5381
|
+
type=type,
|
5382
|
+
)
|
5383
|
+
@staticmethod
|
5384
|
+
def _configure(
|
5385
|
+
_setter: Callable[[Any, Any], None],
|
5386
|
+
new_value: str,
|
5387
|
+
old_value: str,
|
5388
|
+
type: str,
|
5389
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5390
|
+
_setter("new_value", new_value)
|
5391
|
+
_setter("old_value", old_value)
|
5392
|
+
_setter("type", type)
|
4040
5393
|
|
4041
5394
|
@property
|
4042
5395
|
@pulumi.getter(name="newValue")
|
@@ -4066,14 +5419,34 @@ class GetMigrationDatapumpSettingMetadataRemapResult(dict):
|
|
4066
5419
|
@pulumi.output_type
|
4067
5420
|
class GetMigrationDumpTransferDetailResult(dict):
|
4068
5421
|
def __init__(__self__, *,
|
5422
|
+
shared_storage_mount_target_id: str,
|
4069
5423
|
sources: Sequence['outputs.GetMigrationDumpTransferDetailSourceResult'],
|
4070
5424
|
targets: Sequence['outputs.GetMigrationDumpTransferDetailTargetResult']):
|
4071
5425
|
"""
|
4072
5426
|
:param Sequence['GetMigrationDumpTransferDetailSourceArgs'] sources: Optional additional properties for dump transfer in source or target host. Default kind is CURL
|
4073
5427
|
:param Sequence['GetMigrationDumpTransferDetailTargetArgs'] targets: Optional additional properties for dump transfer in source or target host. Default kind is CURL
|
4074
5428
|
"""
|
4075
|
-
|
4076
|
-
|
5429
|
+
GetMigrationDumpTransferDetailResult._configure(
|
5430
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5431
|
+
shared_storage_mount_target_id=shared_storage_mount_target_id,
|
5432
|
+
sources=sources,
|
5433
|
+
targets=targets,
|
5434
|
+
)
|
5435
|
+
@staticmethod
|
5436
|
+
def _configure(
|
5437
|
+
_setter: Callable[[Any, Any], None],
|
5438
|
+
shared_storage_mount_target_id: str,
|
5439
|
+
sources: Sequence['outputs.GetMigrationDumpTransferDetailSourceResult'],
|
5440
|
+
targets: Sequence['outputs.GetMigrationDumpTransferDetailTargetResult'],
|
5441
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5442
|
+
_setter("shared_storage_mount_target_id", shared_storage_mount_target_id)
|
5443
|
+
_setter("sources", sources)
|
5444
|
+
_setter("targets", targets)
|
5445
|
+
|
5446
|
+
@property
|
5447
|
+
@pulumi.getter(name="sharedStorageMountTargetId")
|
5448
|
+
def shared_storage_mount_target_id(self) -> str:
|
5449
|
+
return pulumi.get(self, "shared_storage_mount_target_id")
|
4077
5450
|
|
4078
5451
|
@property
|
4079
5452
|
@pulumi.getter
|
@@ -4103,9 +5476,22 @@ class GetMigrationDumpTransferDetailSourceResult(dict):
|
|
4103
5476
|
:param str oci_home: Path to the Oracle Cloud Infrastructure CLI installation in the node.
|
4104
5477
|
:param str wallet_location: Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
|
4105
5478
|
"""
|
4106
|
-
|
4107
|
-
|
4108
|
-
|
5479
|
+
GetMigrationDumpTransferDetailSourceResult._configure(
|
5480
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5481
|
+
kind=kind,
|
5482
|
+
oci_home=oci_home,
|
5483
|
+
wallet_location=wallet_location,
|
5484
|
+
)
|
5485
|
+
@staticmethod
|
5486
|
+
def _configure(
|
5487
|
+
_setter: Callable[[Any, Any], None],
|
5488
|
+
kind: str,
|
5489
|
+
oci_home: str,
|
5490
|
+
wallet_location: str,
|
5491
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5492
|
+
_setter("kind", kind)
|
5493
|
+
_setter("oci_home", oci_home)
|
5494
|
+
_setter("wallet_location", wallet_location)
|
4109
5495
|
|
4110
5496
|
@property
|
4111
5497
|
@pulumi.getter
|
@@ -4143,9 +5529,22 @@ class GetMigrationDumpTransferDetailTargetResult(dict):
|
|
4143
5529
|
:param str oci_home: Path to the Oracle Cloud Infrastructure CLI installation in the node.
|
4144
5530
|
:param str wallet_location: Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
|
4145
5531
|
"""
|
4146
|
-
|
4147
|
-
|
4148
|
-
|
5532
|
+
GetMigrationDumpTransferDetailTargetResult._configure(
|
5533
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5534
|
+
kind=kind,
|
5535
|
+
oci_home=oci_home,
|
5536
|
+
wallet_location=wallet_location,
|
5537
|
+
)
|
5538
|
+
@staticmethod
|
5539
|
+
def _configure(
|
5540
|
+
_setter: Callable[[Any, Any], None],
|
5541
|
+
kind: str,
|
5542
|
+
oci_home: str,
|
5543
|
+
wallet_location: str,
|
5544
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5545
|
+
_setter("kind", kind)
|
5546
|
+
_setter("oci_home", oci_home)
|
5547
|
+
_setter("wallet_location", wallet_location)
|
4149
5548
|
|
4150
5549
|
@property
|
4151
5550
|
@pulumi.getter
|
@@ -4185,10 +5584,25 @@ class GetMigrationExcludeObjectResult(dict):
|
|
4185
5584
|
:param str owner: Owner of the object (regular expression is allowed)
|
4186
5585
|
:param str type: Migration type.
|
4187
5586
|
"""
|
4188
|
-
|
4189
|
-
|
4190
|
-
|
4191
|
-
|
5587
|
+
GetMigrationExcludeObjectResult._configure(
|
5588
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5589
|
+
is_omit_excluded_table_from_replication=is_omit_excluded_table_from_replication,
|
5590
|
+
object=object,
|
5591
|
+
owner=owner,
|
5592
|
+
type=type,
|
5593
|
+
)
|
5594
|
+
@staticmethod
|
5595
|
+
def _configure(
|
5596
|
+
_setter: Callable[[Any, Any], None],
|
5597
|
+
is_omit_excluded_table_from_replication: bool,
|
5598
|
+
object: str,
|
5599
|
+
owner: str,
|
5600
|
+
type: str,
|
5601
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5602
|
+
_setter("is_omit_excluded_table_from_replication", is_omit_excluded_table_from_replication)
|
5603
|
+
_setter("object", object)
|
5604
|
+
_setter("owner", owner)
|
5605
|
+
_setter("type", type)
|
4192
5606
|
|
4193
5607
|
@property
|
4194
5608
|
@pulumi.getter(name="isOmitExcludedTableFromReplication")
|
@@ -4232,8 +5646,19 @@ class GetMigrationGoldenGateDetailResult(dict):
|
|
4232
5646
|
:param Sequence['GetMigrationGoldenGateDetailHubArgs'] hubs: Details about Oracle GoldenGate Microservices.
|
4233
5647
|
:param Sequence['GetMigrationGoldenGateDetailSettingArgs'] settings: Optional settings for Oracle GoldenGate processes
|
4234
5648
|
"""
|
4235
|
-
|
4236
|
-
|
5649
|
+
GetMigrationGoldenGateDetailResult._configure(
|
5650
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5651
|
+
hubs=hubs,
|
5652
|
+
settings=settings,
|
5653
|
+
)
|
5654
|
+
@staticmethod
|
5655
|
+
def _configure(
|
5656
|
+
_setter: Callable[[Any, Any], None],
|
5657
|
+
hubs: Sequence['outputs.GetMigrationGoldenGateDetailHubResult'],
|
5658
|
+
settings: Sequence['outputs.GetMigrationGoldenGateDetailSettingResult'],
|
5659
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5660
|
+
_setter("hubs", hubs)
|
5661
|
+
_setter("settings", settings)
|
4237
5662
|
|
4238
5663
|
@property
|
4239
5664
|
@pulumi.getter
|
@@ -4273,14 +5698,37 @@ class GetMigrationGoldenGateDetailHubResult(dict):
|
|
4273
5698
|
:param str target_microservices_deployment_name: Name of GoldenGate deployment to operate on target database
|
4274
5699
|
:param str url: Oracle GoldenGate hub's REST endpoint. Refer to https://docs.oracle.com/en/middleware/goldengate/core/19.1/securing/network.html#GUID-A709DA55-111D-455E-8942-C9BDD1E38CAA
|
4275
5700
|
"""
|
4276
|
-
|
4277
|
-
|
4278
|
-
|
4279
|
-
|
4280
|
-
|
4281
|
-
|
4282
|
-
|
4283
|
-
|
5701
|
+
GetMigrationGoldenGateDetailHubResult._configure(
|
5702
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5703
|
+
compute_id=compute_id,
|
5704
|
+
rest_admin_credentials=rest_admin_credentials,
|
5705
|
+
source_container_db_admin_credentials=source_container_db_admin_credentials,
|
5706
|
+
source_db_admin_credentials=source_db_admin_credentials,
|
5707
|
+
source_microservices_deployment_name=source_microservices_deployment_name,
|
5708
|
+
target_db_admin_credentials=target_db_admin_credentials,
|
5709
|
+
target_microservices_deployment_name=target_microservices_deployment_name,
|
5710
|
+
url=url,
|
5711
|
+
)
|
5712
|
+
@staticmethod
|
5713
|
+
def _configure(
|
5714
|
+
_setter: Callable[[Any, Any], None],
|
5715
|
+
compute_id: str,
|
5716
|
+
rest_admin_credentials: Sequence['outputs.GetMigrationGoldenGateDetailHubRestAdminCredentialResult'],
|
5717
|
+
source_container_db_admin_credentials: Sequence['outputs.GetMigrationGoldenGateDetailHubSourceContainerDbAdminCredentialResult'],
|
5718
|
+
source_db_admin_credentials: Sequence['outputs.GetMigrationGoldenGateDetailHubSourceDbAdminCredentialResult'],
|
5719
|
+
source_microservices_deployment_name: str,
|
5720
|
+
target_db_admin_credentials: Sequence['outputs.GetMigrationGoldenGateDetailHubTargetDbAdminCredentialResult'],
|
5721
|
+
target_microservices_deployment_name: str,
|
5722
|
+
url: str,
|
5723
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5724
|
+
_setter("compute_id", compute_id)
|
5725
|
+
_setter("rest_admin_credentials", rest_admin_credentials)
|
5726
|
+
_setter("source_container_db_admin_credentials", source_container_db_admin_credentials)
|
5727
|
+
_setter("source_db_admin_credentials", source_db_admin_credentials)
|
5728
|
+
_setter("source_microservices_deployment_name", source_microservices_deployment_name)
|
5729
|
+
_setter("target_db_admin_credentials", target_db_admin_credentials)
|
5730
|
+
_setter("target_microservices_deployment_name", target_microservices_deployment_name)
|
5731
|
+
_setter("url", url)
|
4284
5732
|
|
4285
5733
|
@property
|
4286
5734
|
@pulumi.getter(name="computeId")
|
@@ -4355,8 +5803,19 @@ class GetMigrationGoldenGateDetailHubRestAdminCredentialResult(dict):
|
|
4355
5803
|
"""
|
4356
5804
|
:param str username: Administrator username
|
4357
5805
|
"""
|
4358
|
-
|
4359
|
-
|
5806
|
+
GetMigrationGoldenGateDetailHubRestAdminCredentialResult._configure(
|
5807
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5808
|
+
password=password,
|
5809
|
+
username=username,
|
5810
|
+
)
|
5811
|
+
@staticmethod
|
5812
|
+
def _configure(
|
5813
|
+
_setter: Callable[[Any, Any], None],
|
5814
|
+
password: str,
|
5815
|
+
username: str,
|
5816
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5817
|
+
_setter("password", password)
|
5818
|
+
_setter("username", username)
|
4360
5819
|
|
4361
5820
|
@property
|
4362
5821
|
@pulumi.getter
|
@@ -4380,8 +5839,19 @@ class GetMigrationGoldenGateDetailHubSourceContainerDbAdminCredentialResult(dict
|
|
4380
5839
|
"""
|
4381
5840
|
:param str username: Administrator username
|
4382
5841
|
"""
|
4383
|
-
|
4384
|
-
|
5842
|
+
GetMigrationGoldenGateDetailHubSourceContainerDbAdminCredentialResult._configure(
|
5843
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5844
|
+
password=password,
|
5845
|
+
username=username,
|
5846
|
+
)
|
5847
|
+
@staticmethod
|
5848
|
+
def _configure(
|
5849
|
+
_setter: Callable[[Any, Any], None],
|
5850
|
+
password: str,
|
5851
|
+
username: str,
|
5852
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5853
|
+
_setter("password", password)
|
5854
|
+
_setter("username", username)
|
4385
5855
|
|
4386
5856
|
@property
|
4387
5857
|
@pulumi.getter
|
@@ -4405,8 +5875,19 @@ class GetMigrationGoldenGateDetailHubSourceDbAdminCredentialResult(dict):
|
|
4405
5875
|
"""
|
4406
5876
|
:param str username: Administrator username
|
4407
5877
|
"""
|
4408
|
-
|
4409
|
-
|
5878
|
+
GetMigrationGoldenGateDetailHubSourceDbAdminCredentialResult._configure(
|
5879
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5880
|
+
password=password,
|
5881
|
+
username=username,
|
5882
|
+
)
|
5883
|
+
@staticmethod
|
5884
|
+
def _configure(
|
5885
|
+
_setter: Callable[[Any, Any], None],
|
5886
|
+
password: str,
|
5887
|
+
username: str,
|
5888
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5889
|
+
_setter("password", password)
|
5890
|
+
_setter("username", username)
|
4410
5891
|
|
4411
5892
|
@property
|
4412
5893
|
@pulumi.getter
|
@@ -4430,8 +5911,19 @@ class GetMigrationGoldenGateDetailHubTargetDbAdminCredentialResult(dict):
|
|
4430
5911
|
"""
|
4431
5912
|
:param str username: Administrator username
|
4432
5913
|
"""
|
4433
|
-
|
4434
|
-
|
5914
|
+
GetMigrationGoldenGateDetailHubTargetDbAdminCredentialResult._configure(
|
5915
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5916
|
+
password=password,
|
5917
|
+
username=username,
|
5918
|
+
)
|
5919
|
+
@staticmethod
|
5920
|
+
def _configure(
|
5921
|
+
_setter: Callable[[Any, Any], None],
|
5922
|
+
password: str,
|
5923
|
+
username: str,
|
5924
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5925
|
+
_setter("password", password)
|
5926
|
+
_setter("username", username)
|
4435
5927
|
|
4436
5928
|
@property
|
4437
5929
|
@pulumi.getter
|
@@ -4458,9 +5950,22 @@ class GetMigrationGoldenGateDetailSettingResult(dict):
|
|
4458
5950
|
:param Sequence['GetMigrationGoldenGateDetailSettingExtractArgs'] extracts: Parameters for Extract processes.
|
4459
5951
|
:param Sequence['GetMigrationGoldenGateDetailSettingReplicatArgs'] replicats: Parameters for Replicat processes.
|
4460
5952
|
"""
|
4461
|
-
|
4462
|
-
|
4463
|
-
|
5953
|
+
GetMigrationGoldenGateDetailSettingResult._configure(
|
5954
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5955
|
+
acceptable_lag=acceptable_lag,
|
5956
|
+
extracts=extracts,
|
5957
|
+
replicats=replicats,
|
5958
|
+
)
|
5959
|
+
@staticmethod
|
5960
|
+
def _configure(
|
5961
|
+
_setter: Callable[[Any, Any], None],
|
5962
|
+
acceptable_lag: int,
|
5963
|
+
extracts: Sequence['outputs.GetMigrationGoldenGateDetailSettingExtractResult'],
|
5964
|
+
replicats: Sequence['outputs.GetMigrationGoldenGateDetailSettingReplicatResult'],
|
5965
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5966
|
+
_setter("acceptable_lag", acceptable_lag)
|
5967
|
+
_setter("extracts", extracts)
|
5968
|
+
_setter("replicats", replicats)
|
4464
5969
|
|
4465
5970
|
@property
|
4466
5971
|
@pulumi.getter(name="acceptableLag")
|
@@ -4496,8 +6001,19 @@ class GetMigrationGoldenGateDetailSettingExtractResult(dict):
|
|
4496
6001
|
:param int long_trans_duration: Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
|
4497
6002
|
:param str performance_profile: Extract performance.
|
4498
6003
|
"""
|
4499
|
-
|
4500
|
-
|
6004
|
+
GetMigrationGoldenGateDetailSettingExtractResult._configure(
|
6005
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6006
|
+
long_trans_duration=long_trans_duration,
|
6007
|
+
performance_profile=performance_profile,
|
6008
|
+
)
|
6009
|
+
@staticmethod
|
6010
|
+
def _configure(
|
6011
|
+
_setter: Callable[[Any, Any], None],
|
6012
|
+
long_trans_duration: int,
|
6013
|
+
performance_profile: str,
|
6014
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6015
|
+
_setter("long_trans_duration", long_trans_duration)
|
6016
|
+
_setter("performance_profile", performance_profile)
|
4501
6017
|
|
4502
6018
|
@property
|
4503
6019
|
@pulumi.getter(name="longTransDuration")
|
@@ -4529,10 +6045,25 @@ class GetMigrationGoldenGateDetailSettingReplicatResult(dict):
|
|
4529
6045
|
:param int min_apply_parallelism: Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
|
4530
6046
|
:param str performance_profile: Extract performance.
|
4531
6047
|
"""
|
4532
|
-
|
4533
|
-
|
4534
|
-
|
4535
|
-
|
6048
|
+
GetMigrationGoldenGateDetailSettingReplicatResult._configure(
|
6049
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6050
|
+
map_parallelism=map_parallelism,
|
6051
|
+
max_apply_parallelism=max_apply_parallelism,
|
6052
|
+
min_apply_parallelism=min_apply_parallelism,
|
6053
|
+
performance_profile=performance_profile,
|
6054
|
+
)
|
6055
|
+
@staticmethod
|
6056
|
+
def _configure(
|
6057
|
+
_setter: Callable[[Any, Any], None],
|
6058
|
+
map_parallelism: int,
|
6059
|
+
max_apply_parallelism: int,
|
6060
|
+
min_apply_parallelism: int,
|
6061
|
+
performance_profile: str,
|
6062
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6063
|
+
_setter("map_parallelism", map_parallelism)
|
6064
|
+
_setter("max_apply_parallelism", max_apply_parallelism)
|
6065
|
+
_setter("min_apply_parallelism", min_apply_parallelism)
|
6066
|
+
_setter("performance_profile", performance_profile)
|
4536
6067
|
|
4537
6068
|
@property
|
4538
6069
|
@pulumi.getter(name="mapParallelism")
|
@@ -4579,11 +6110,28 @@ class GetMigrationGoldenGateServiceDetailResult(dict):
|
|
4579
6110
|
:param Sequence['GetMigrationGoldenGateServiceDetailGgsDeploymentArgs'] ggs_deployments: Details about Oracle GoldenGate GGS Deployment.
|
4580
6111
|
:param Sequence['GetMigrationGoldenGateServiceDetailSettingArgs'] settings: Optional settings for Oracle GoldenGate processes
|
4581
6112
|
"""
|
4582
|
-
|
4583
|
-
|
4584
|
-
|
4585
|
-
|
4586
|
-
|
6113
|
+
GetMigrationGoldenGateServiceDetailResult._configure(
|
6114
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6115
|
+
ggs_deployments=ggs_deployments,
|
6116
|
+
settings=settings,
|
6117
|
+
source_container_db_credentials=source_container_db_credentials,
|
6118
|
+
source_db_credentials=source_db_credentials,
|
6119
|
+
target_db_credentials=target_db_credentials,
|
6120
|
+
)
|
6121
|
+
@staticmethod
|
6122
|
+
def _configure(
|
6123
|
+
_setter: Callable[[Any, Any], None],
|
6124
|
+
ggs_deployments: Sequence['outputs.GetMigrationGoldenGateServiceDetailGgsDeploymentResult'],
|
6125
|
+
settings: Sequence['outputs.GetMigrationGoldenGateServiceDetailSettingResult'],
|
6126
|
+
source_container_db_credentials: Sequence['outputs.GetMigrationGoldenGateServiceDetailSourceContainerDbCredentialResult'],
|
6127
|
+
source_db_credentials: Sequence['outputs.GetMigrationGoldenGateServiceDetailSourceDbCredentialResult'],
|
6128
|
+
target_db_credentials: Sequence['outputs.GetMigrationGoldenGateServiceDetailTargetDbCredentialResult'],
|
6129
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6130
|
+
_setter("ggs_deployments", ggs_deployments)
|
6131
|
+
_setter("settings", settings)
|
6132
|
+
_setter("source_container_db_credentials", source_container_db_credentials)
|
6133
|
+
_setter("source_db_credentials", source_db_credentials)
|
6134
|
+
_setter("target_db_credentials", target_db_credentials)
|
4587
6135
|
|
4588
6136
|
@property
|
4589
6137
|
@pulumi.getter(name="ggsDeployments")
|
@@ -4626,8 +6174,19 @@ class GetMigrationGoldenGateServiceDetailGgsDeploymentResult(dict):
|
|
4626
6174
|
:param str deployment_id: OCID of a GoldenGate Deployment
|
4627
6175
|
:param str ggs_admin_credentials_secret_id: OCID of a VaultSecret containing the Admin Credentials for the GGS Deployment
|
4628
6176
|
"""
|
4629
|
-
|
4630
|
-
|
6177
|
+
GetMigrationGoldenGateServiceDetailGgsDeploymentResult._configure(
|
6178
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6179
|
+
deployment_id=deployment_id,
|
6180
|
+
ggs_admin_credentials_secret_id=ggs_admin_credentials_secret_id,
|
6181
|
+
)
|
6182
|
+
@staticmethod
|
6183
|
+
def _configure(
|
6184
|
+
_setter: Callable[[Any, Any], None],
|
6185
|
+
deployment_id: str,
|
6186
|
+
ggs_admin_credentials_secret_id: str,
|
6187
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6188
|
+
_setter("deployment_id", deployment_id)
|
6189
|
+
_setter("ggs_admin_credentials_secret_id", ggs_admin_credentials_secret_id)
|
4631
6190
|
|
4632
6191
|
@property
|
4633
6192
|
@pulumi.getter(name="deploymentId")
|
@@ -4657,9 +6216,22 @@ class GetMigrationGoldenGateServiceDetailSettingResult(dict):
|
|
4657
6216
|
:param Sequence['GetMigrationGoldenGateServiceDetailSettingExtractArgs'] extracts: Parameters for Extract processes.
|
4658
6217
|
:param Sequence['GetMigrationGoldenGateServiceDetailSettingReplicatArgs'] replicats: Parameters for Replicat processes.
|
4659
6218
|
"""
|
4660
|
-
|
4661
|
-
|
4662
|
-
|
6219
|
+
GetMigrationGoldenGateServiceDetailSettingResult._configure(
|
6220
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6221
|
+
acceptable_lag=acceptable_lag,
|
6222
|
+
extracts=extracts,
|
6223
|
+
replicats=replicats,
|
6224
|
+
)
|
6225
|
+
@staticmethod
|
6226
|
+
def _configure(
|
6227
|
+
_setter: Callable[[Any, Any], None],
|
6228
|
+
acceptable_lag: int,
|
6229
|
+
extracts: Sequence['outputs.GetMigrationGoldenGateServiceDetailSettingExtractResult'],
|
6230
|
+
replicats: Sequence['outputs.GetMigrationGoldenGateServiceDetailSettingReplicatResult'],
|
6231
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6232
|
+
_setter("acceptable_lag", acceptable_lag)
|
6233
|
+
_setter("extracts", extracts)
|
6234
|
+
_setter("replicats", replicats)
|
4663
6235
|
|
4664
6236
|
@property
|
4665
6237
|
@pulumi.getter(name="acceptableLag")
|
@@ -4695,8 +6267,19 @@ class GetMigrationGoldenGateServiceDetailSettingExtractResult(dict):
|
|
4695
6267
|
:param int long_trans_duration: Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
|
4696
6268
|
:param str performance_profile: Extract performance.
|
4697
6269
|
"""
|
4698
|
-
|
4699
|
-
|
6270
|
+
GetMigrationGoldenGateServiceDetailSettingExtractResult._configure(
|
6271
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6272
|
+
long_trans_duration=long_trans_duration,
|
6273
|
+
performance_profile=performance_profile,
|
6274
|
+
)
|
6275
|
+
@staticmethod
|
6276
|
+
def _configure(
|
6277
|
+
_setter: Callable[[Any, Any], None],
|
6278
|
+
long_trans_duration: int,
|
6279
|
+
performance_profile: str,
|
6280
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6281
|
+
_setter("long_trans_duration", long_trans_duration)
|
6282
|
+
_setter("performance_profile", performance_profile)
|
4700
6283
|
|
4701
6284
|
@property
|
4702
6285
|
@pulumi.getter(name="longTransDuration")
|
@@ -4726,9 +6309,22 @@ class GetMigrationGoldenGateServiceDetailSettingReplicatResult(dict):
|
|
4726
6309
|
:param int max_apply_parallelism: Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
|
4727
6310
|
:param int min_apply_parallelism: Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
|
4728
6311
|
"""
|
4729
|
-
|
4730
|
-
|
4731
|
-
|
6312
|
+
GetMigrationGoldenGateServiceDetailSettingReplicatResult._configure(
|
6313
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6314
|
+
map_parallelism=map_parallelism,
|
6315
|
+
max_apply_parallelism=max_apply_parallelism,
|
6316
|
+
min_apply_parallelism=min_apply_parallelism,
|
6317
|
+
)
|
6318
|
+
@staticmethod
|
6319
|
+
def _configure(
|
6320
|
+
_setter: Callable[[Any, Any], None],
|
6321
|
+
map_parallelism: int,
|
6322
|
+
max_apply_parallelism: int,
|
6323
|
+
min_apply_parallelism: int,
|
6324
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6325
|
+
_setter("map_parallelism", map_parallelism)
|
6326
|
+
_setter("max_apply_parallelism", max_apply_parallelism)
|
6327
|
+
_setter("min_apply_parallelism", min_apply_parallelism)
|
4732
6328
|
|
4733
6329
|
@property
|
4734
6330
|
@pulumi.getter(name="mapParallelism")
|
@@ -4763,8 +6359,19 @@ class GetMigrationGoldenGateServiceDetailSourceContainerDbCredentialResult(dict)
|
|
4763
6359
|
"""
|
4764
6360
|
:param str username: Administrator username
|
4765
6361
|
"""
|
4766
|
-
|
4767
|
-
|
6362
|
+
GetMigrationGoldenGateServiceDetailSourceContainerDbCredentialResult._configure(
|
6363
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6364
|
+
password=password,
|
6365
|
+
username=username,
|
6366
|
+
)
|
6367
|
+
@staticmethod
|
6368
|
+
def _configure(
|
6369
|
+
_setter: Callable[[Any, Any], None],
|
6370
|
+
password: str,
|
6371
|
+
username: str,
|
6372
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6373
|
+
_setter("password", password)
|
6374
|
+
_setter("username", username)
|
4768
6375
|
|
4769
6376
|
@property
|
4770
6377
|
@pulumi.getter
|
@@ -4788,8 +6395,19 @@ class GetMigrationGoldenGateServiceDetailSourceDbCredentialResult(dict):
|
|
4788
6395
|
"""
|
4789
6396
|
:param str username: Administrator username
|
4790
6397
|
"""
|
4791
|
-
|
4792
|
-
|
6398
|
+
GetMigrationGoldenGateServiceDetailSourceDbCredentialResult._configure(
|
6399
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6400
|
+
password=password,
|
6401
|
+
username=username,
|
6402
|
+
)
|
6403
|
+
@staticmethod
|
6404
|
+
def _configure(
|
6405
|
+
_setter: Callable[[Any, Any], None],
|
6406
|
+
password: str,
|
6407
|
+
username: str,
|
6408
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6409
|
+
_setter("password", password)
|
6410
|
+
_setter("username", username)
|
4793
6411
|
|
4794
6412
|
@property
|
4795
6413
|
@pulumi.getter
|
@@ -4813,8 +6431,19 @@ class GetMigrationGoldenGateServiceDetailTargetDbCredentialResult(dict):
|
|
4813
6431
|
"""
|
4814
6432
|
:param str username: Administrator username
|
4815
6433
|
"""
|
4816
|
-
|
4817
|
-
|
6434
|
+
GetMigrationGoldenGateServiceDetailTargetDbCredentialResult._configure(
|
6435
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6436
|
+
password=password,
|
6437
|
+
username=username,
|
6438
|
+
)
|
6439
|
+
@staticmethod
|
6440
|
+
def _configure(
|
6441
|
+
_setter: Callable[[Any, Any], None],
|
6442
|
+
password: str,
|
6443
|
+
username: str,
|
6444
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6445
|
+
_setter("password", password)
|
6446
|
+
_setter("username", username)
|
4818
6447
|
|
4819
6448
|
@property
|
4820
6449
|
@pulumi.getter
|
@@ -4843,10 +6472,25 @@ class GetMigrationIncludeObjectResult(dict):
|
|
4843
6472
|
:param str owner: Owner of the object (regular expression is allowed)
|
4844
6473
|
:param str type: Migration type.
|
4845
6474
|
"""
|
4846
|
-
|
4847
|
-
|
4848
|
-
|
4849
|
-
|
6475
|
+
GetMigrationIncludeObjectResult._configure(
|
6476
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6477
|
+
is_omit_excluded_table_from_replication=is_omit_excluded_table_from_replication,
|
6478
|
+
object=object,
|
6479
|
+
owner=owner,
|
6480
|
+
type=type,
|
6481
|
+
)
|
6482
|
+
@staticmethod
|
6483
|
+
def _configure(
|
6484
|
+
_setter: Callable[[Any, Any], None],
|
6485
|
+
is_omit_excluded_table_from_replication: bool,
|
6486
|
+
object: str,
|
6487
|
+
owner: str,
|
6488
|
+
type: str,
|
6489
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6490
|
+
_setter("is_omit_excluded_table_from_replication", is_omit_excluded_table_from_replication)
|
6491
|
+
_setter("object", object)
|
6492
|
+
_setter("owner", owner)
|
6493
|
+
_setter("type", type)
|
4850
6494
|
|
4851
6495
|
@property
|
4852
6496
|
@pulumi.getter(name="isOmitExcludedTableFromReplication")
|
@@ -4890,10 +6534,23 @@ class GetMigrationObjectTypesFilterResult(dict):
|
|
4890
6534
|
"""
|
4891
6535
|
:param str name: Object type name
|
4892
6536
|
"""
|
4893
|
-
|
4894
|
-
|
6537
|
+
GetMigrationObjectTypesFilterResult._configure(
|
6538
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6539
|
+
name=name,
|
6540
|
+
values=values,
|
6541
|
+
regex=regex,
|
6542
|
+
)
|
6543
|
+
@staticmethod
|
6544
|
+
def _configure(
|
6545
|
+
_setter: Callable[[Any, Any], None],
|
6546
|
+
name: str,
|
6547
|
+
values: Sequence[str],
|
6548
|
+
regex: Optional[bool] = None,
|
6549
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6550
|
+
_setter("name", name)
|
6551
|
+
_setter("values", values)
|
4895
6552
|
if regex is not None:
|
4896
|
-
|
6553
|
+
_setter("regex", regex)
|
4897
6554
|
|
4898
6555
|
@property
|
4899
6556
|
@pulumi.getter
|
@@ -4921,7 +6578,16 @@ class GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionResult(dict):
|
|
4921
6578
|
"""
|
4922
6579
|
:param Sequence['GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionItemArgs'] items: Items in collection.
|
4923
6580
|
"""
|
4924
|
-
|
6581
|
+
GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionResult._configure(
|
6582
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6583
|
+
items=items,
|
6584
|
+
)
|
6585
|
+
@staticmethod
|
6586
|
+
def _configure(
|
6587
|
+
_setter: Callable[[Any, Any], None],
|
6588
|
+
items: Sequence['outputs.GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionItemResult'],
|
6589
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6590
|
+
_setter("items", items)
|
4925
6591
|
|
4926
6592
|
@property
|
4927
6593
|
@pulumi.getter
|
@@ -4939,7 +6605,16 @@ class GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionItemResult(dict
|
|
4939
6605
|
"""
|
4940
6606
|
:param str name: Object type name
|
4941
6607
|
"""
|
4942
|
-
|
6608
|
+
GetMigrationObjectTypesMigrationObjectTypeSummaryCollectionItemResult._configure(
|
6609
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6610
|
+
name=name,
|
6611
|
+
)
|
6612
|
+
@staticmethod
|
6613
|
+
def _configure(
|
6614
|
+
_setter: Callable[[Any, Any], None],
|
6615
|
+
name: str,
|
6616
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6617
|
+
_setter("name", name)
|
4943
6618
|
|
4944
6619
|
@property
|
4945
6620
|
@pulumi.getter
|
@@ -4961,9 +6636,22 @@ class GetMigrationVaultDetailResult(dict):
|
|
4961
6636
|
:param str key_id: OCID of the vault encryption key
|
4962
6637
|
:param str vault_id: OCID of the vault
|
4963
6638
|
"""
|
4964
|
-
|
4965
|
-
|
4966
|
-
|
6639
|
+
GetMigrationVaultDetailResult._configure(
|
6640
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6641
|
+
compartment_id=compartment_id,
|
6642
|
+
key_id=key_id,
|
6643
|
+
vault_id=vault_id,
|
6644
|
+
)
|
6645
|
+
@staticmethod
|
6646
|
+
def _configure(
|
6647
|
+
_setter: Callable[[Any, Any], None],
|
6648
|
+
compartment_id: str,
|
6649
|
+
key_id: str,
|
6650
|
+
vault_id: str,
|
6651
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6652
|
+
_setter("compartment_id", compartment_id)
|
6653
|
+
_setter("key_id", key_id)
|
6654
|
+
_setter("vault_id", vault_id)
|
4967
6655
|
|
4968
6656
|
@property
|
4969
6657
|
@pulumi.getter(name="compartmentId")
|
@@ -4999,10 +6687,23 @@ class GetMigrationsFilterResult(dict):
|
|
4999
6687
|
"""
|
5000
6688
|
:param str name: Name of directory object in database
|
5001
6689
|
"""
|
5002
|
-
|
5003
|
-
|
6690
|
+
GetMigrationsFilterResult._configure(
|
6691
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6692
|
+
name=name,
|
6693
|
+
values=values,
|
6694
|
+
regex=regex,
|
6695
|
+
)
|
6696
|
+
@staticmethod
|
6697
|
+
def _configure(
|
6698
|
+
_setter: Callable[[Any, Any], None],
|
6699
|
+
name: str,
|
6700
|
+
values: Sequence[str],
|
6701
|
+
regex: Optional[bool] = None,
|
6702
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6703
|
+
_setter("name", name)
|
6704
|
+
_setter("values", values)
|
5004
6705
|
if regex is not None:
|
5005
|
-
|
6706
|
+
_setter("regex", regex)
|
5006
6707
|
|
5007
6708
|
@property
|
5008
6709
|
@pulumi.getter
|
@@ -5027,7 +6728,16 @@ class GetMigrationsFilterResult(dict):
|
|
5027
6728
|
class GetMigrationsMigrationCollectionResult(dict):
|
5028
6729
|
def __init__(__self__, *,
|
5029
6730
|
items: Sequence['outputs.GetMigrationsMigrationCollectionItemResult']):
|
5030
|
-
|
6731
|
+
GetMigrationsMigrationCollectionResult._configure(
|
6732
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6733
|
+
items=items,
|
6734
|
+
)
|
6735
|
+
@staticmethod
|
6736
|
+
def _configure(
|
6737
|
+
_setter: Callable[[Any, Any], None],
|
6738
|
+
items: Sequence['outputs.GetMigrationsMigrationCollectionItemResult'],
|
6739
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6740
|
+
_setter("items", items)
|
5031
6741
|
|
5032
6742
|
@property
|
5033
6743
|
@pulumi.getter
|
@@ -5044,6 +6754,7 @@ class GetMigrationsMigrationCollectionItemResult(dict):
|
|
5044
6754
|
credentials_secret_id: str,
|
5045
6755
|
csv_text: str,
|
5046
6756
|
data_transfer_medium_details: Sequence['outputs.GetMigrationsMigrationCollectionItemDataTransferMediumDetailResult'],
|
6757
|
+
data_transfer_medium_details_v2s: Sequence['outputs.GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2Result'],
|
5047
6758
|
datapump_settings: Sequence['outputs.GetMigrationsMigrationCollectionItemDatapumpSettingResult'],
|
5048
6759
|
defined_tags: Mapping[str, Any],
|
5049
6760
|
display_name: str,
|
@@ -5097,35 +6808,103 @@ class GetMigrationsMigrationCollectionItemResult(dict):
|
|
5097
6808
|
:param Sequence['GetMigrationsMigrationCollectionItemVaultDetailArgs'] vault_details: Oracle Cloud Infrastructure Vault details to store migration and connection credentials secrets
|
5098
6809
|
:param str wait_after: Name of a migration phase. The Job will wait after executing this phase until the Resume Job endpoint is called.
|
5099
6810
|
"""
|
5100
|
-
|
5101
|
-
|
5102
|
-
|
5103
|
-
|
5104
|
-
|
5105
|
-
|
5106
|
-
|
5107
|
-
|
5108
|
-
|
5109
|
-
|
5110
|
-
|
5111
|
-
|
5112
|
-
|
5113
|
-
|
5114
|
-
|
5115
|
-
|
5116
|
-
|
5117
|
-
|
5118
|
-
|
5119
|
-
|
5120
|
-
|
5121
|
-
|
5122
|
-
|
5123
|
-
|
5124
|
-
|
5125
|
-
|
5126
|
-
|
5127
|
-
|
5128
|
-
|
6811
|
+
GetMigrationsMigrationCollectionItemResult._configure(
|
6812
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6813
|
+
advisor_settings=advisor_settings,
|
6814
|
+
agent_id=agent_id,
|
6815
|
+
compartment_id=compartment_id,
|
6816
|
+
credentials_secret_id=credentials_secret_id,
|
6817
|
+
csv_text=csv_text,
|
6818
|
+
data_transfer_medium_details=data_transfer_medium_details,
|
6819
|
+
data_transfer_medium_details_v2s=data_transfer_medium_details_v2s,
|
6820
|
+
datapump_settings=datapump_settings,
|
6821
|
+
defined_tags=defined_tags,
|
6822
|
+
display_name=display_name,
|
6823
|
+
dump_transfer_details=dump_transfer_details,
|
6824
|
+
exclude_objects=exclude_objects,
|
6825
|
+
executing_job_id=executing_job_id,
|
6826
|
+
freeform_tags=freeform_tags,
|
6827
|
+
golden_gate_details=golden_gate_details,
|
6828
|
+
golden_gate_service_details=golden_gate_service_details,
|
6829
|
+
id=id,
|
6830
|
+
include_objects=include_objects,
|
6831
|
+
lifecycle_details=lifecycle_details,
|
6832
|
+
source_container_database_connection_id=source_container_database_connection_id,
|
6833
|
+
source_database_connection_id=source_database_connection_id,
|
6834
|
+
state=state,
|
6835
|
+
system_tags=system_tags,
|
6836
|
+
target_database_connection_id=target_database_connection_id,
|
6837
|
+
time_created=time_created,
|
6838
|
+
time_last_migration=time_last_migration,
|
6839
|
+
time_updated=time_updated,
|
6840
|
+
type=type,
|
6841
|
+
vault_details=vault_details,
|
6842
|
+
wait_after=wait_after,
|
6843
|
+
)
|
6844
|
+
@staticmethod
|
6845
|
+
def _configure(
|
6846
|
+
_setter: Callable[[Any, Any], None],
|
6847
|
+
advisor_settings: Sequence['outputs.GetMigrationsMigrationCollectionItemAdvisorSettingResult'],
|
6848
|
+
agent_id: str,
|
6849
|
+
compartment_id: str,
|
6850
|
+
credentials_secret_id: str,
|
6851
|
+
csv_text: str,
|
6852
|
+
data_transfer_medium_details: Sequence['outputs.GetMigrationsMigrationCollectionItemDataTransferMediumDetailResult'],
|
6853
|
+
data_transfer_medium_details_v2s: Sequence['outputs.GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2Result'],
|
6854
|
+
datapump_settings: Sequence['outputs.GetMigrationsMigrationCollectionItemDatapumpSettingResult'],
|
6855
|
+
defined_tags: Mapping[str, Any],
|
6856
|
+
display_name: str,
|
6857
|
+
dump_transfer_details: Sequence['outputs.GetMigrationsMigrationCollectionItemDumpTransferDetailResult'],
|
6858
|
+
exclude_objects: Sequence['outputs.GetMigrationsMigrationCollectionItemExcludeObjectResult'],
|
6859
|
+
executing_job_id: str,
|
6860
|
+
freeform_tags: Mapping[str, Any],
|
6861
|
+
golden_gate_details: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateDetailResult'],
|
6862
|
+
golden_gate_service_details: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateServiceDetailResult'],
|
6863
|
+
id: str,
|
6864
|
+
include_objects: Sequence['outputs.GetMigrationsMigrationCollectionItemIncludeObjectResult'],
|
6865
|
+
lifecycle_details: str,
|
6866
|
+
source_container_database_connection_id: str,
|
6867
|
+
source_database_connection_id: str,
|
6868
|
+
state: str,
|
6869
|
+
system_tags: Mapping[str, Any],
|
6870
|
+
target_database_connection_id: str,
|
6871
|
+
time_created: str,
|
6872
|
+
time_last_migration: str,
|
6873
|
+
time_updated: str,
|
6874
|
+
type: str,
|
6875
|
+
vault_details: Sequence['outputs.GetMigrationsMigrationCollectionItemVaultDetailResult'],
|
6876
|
+
wait_after: str,
|
6877
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6878
|
+
_setter("advisor_settings", advisor_settings)
|
6879
|
+
_setter("agent_id", agent_id)
|
6880
|
+
_setter("compartment_id", compartment_id)
|
6881
|
+
_setter("credentials_secret_id", credentials_secret_id)
|
6882
|
+
_setter("csv_text", csv_text)
|
6883
|
+
_setter("data_transfer_medium_details", data_transfer_medium_details)
|
6884
|
+
_setter("data_transfer_medium_details_v2s", data_transfer_medium_details_v2s)
|
6885
|
+
_setter("datapump_settings", datapump_settings)
|
6886
|
+
_setter("defined_tags", defined_tags)
|
6887
|
+
_setter("display_name", display_name)
|
6888
|
+
_setter("dump_transfer_details", dump_transfer_details)
|
6889
|
+
_setter("exclude_objects", exclude_objects)
|
6890
|
+
_setter("executing_job_id", executing_job_id)
|
6891
|
+
_setter("freeform_tags", freeform_tags)
|
6892
|
+
_setter("golden_gate_details", golden_gate_details)
|
6893
|
+
_setter("golden_gate_service_details", golden_gate_service_details)
|
6894
|
+
_setter("id", id)
|
6895
|
+
_setter("include_objects", include_objects)
|
6896
|
+
_setter("lifecycle_details", lifecycle_details)
|
6897
|
+
_setter("source_container_database_connection_id", source_container_database_connection_id)
|
6898
|
+
_setter("source_database_connection_id", source_database_connection_id)
|
6899
|
+
_setter("state", state)
|
6900
|
+
_setter("system_tags", system_tags)
|
6901
|
+
_setter("target_database_connection_id", target_database_connection_id)
|
6902
|
+
_setter("time_created", time_created)
|
6903
|
+
_setter("time_last_migration", time_last_migration)
|
6904
|
+
_setter("time_updated", time_updated)
|
6905
|
+
_setter("type", type)
|
6906
|
+
_setter("vault_details", vault_details)
|
6907
|
+
_setter("wait_after", wait_after)
|
5129
6908
|
|
5130
6909
|
@property
|
5131
6910
|
@pulumi.getter(name="advisorSettings")
|
@@ -5172,6 +6951,11 @@ class GetMigrationsMigrationCollectionItemResult(dict):
|
|
5172
6951
|
"""
|
5173
6952
|
return pulumi.get(self, "data_transfer_medium_details")
|
5174
6953
|
|
6954
|
+
@property
|
6955
|
+
@pulumi.getter(name="dataTransferMediumDetailsV2s")
|
6956
|
+
def data_transfer_medium_details_v2s(self) -> Sequence['outputs.GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2Result']:
|
6957
|
+
return pulumi.get(self, "data_transfer_medium_details_v2s")
|
6958
|
+
|
5175
6959
|
@property
|
5176
6960
|
@pulumi.getter(name="datapumpSettings")
|
5177
6961
|
def datapump_settings(self) -> Sequence['outputs.GetMigrationsMigrationCollectionItemDatapumpSettingResult']:
|
@@ -5366,8 +7150,19 @@ class GetMigrationsMigrationCollectionItemAdvisorSettingResult(dict):
|
|
5366
7150
|
:param bool is_ignore_errors: True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
|
5367
7151
|
:param bool is_skip_advisor: True to skip the Pre-Migration Advisor execution. Default is false.
|
5368
7152
|
"""
|
5369
|
-
|
5370
|
-
|
7153
|
+
GetMigrationsMigrationCollectionItemAdvisorSettingResult._configure(
|
7154
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7155
|
+
is_ignore_errors=is_ignore_errors,
|
7156
|
+
is_skip_advisor=is_skip_advisor,
|
7157
|
+
)
|
7158
|
+
@staticmethod
|
7159
|
+
def _configure(
|
7160
|
+
_setter: Callable[[Any, Any], None],
|
7161
|
+
is_ignore_errors: bool,
|
7162
|
+
is_skip_advisor: bool,
|
7163
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7164
|
+
_setter("is_ignore_errors", is_ignore_errors)
|
7165
|
+
_setter("is_skip_advisor", is_skip_advisor)
|
5371
7166
|
|
5372
7167
|
@property
|
5373
7168
|
@pulumi.getter(name="isIgnoreErrors")
|
@@ -5395,8 +7190,19 @@ class GetMigrationsMigrationCollectionItemDataTransferMediumDetailResult(dict):
|
|
5395
7190
|
:param Sequence['GetMigrationsMigrationCollectionItemDataTransferMediumDetailDatabaseLinkDetailArgs'] database_link_details: Optional details for creating a network database link from Oracle Cloud Infrastructure database to on-premise database.
|
5396
7191
|
:param Sequence['GetMigrationsMigrationCollectionItemDataTransferMediumDetailObjectStorageDetailArgs'] object_storage_details: In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
|
5397
7192
|
"""
|
5398
|
-
|
5399
|
-
|
7193
|
+
GetMigrationsMigrationCollectionItemDataTransferMediumDetailResult._configure(
|
7194
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7195
|
+
database_link_details=database_link_details,
|
7196
|
+
object_storage_details=object_storage_details,
|
7197
|
+
)
|
7198
|
+
@staticmethod
|
7199
|
+
def _configure(
|
7200
|
+
_setter: Callable[[Any, Any], None],
|
7201
|
+
database_link_details: Sequence['outputs.GetMigrationsMigrationCollectionItemDataTransferMediumDetailDatabaseLinkDetailResult'],
|
7202
|
+
object_storage_details: Sequence['outputs.GetMigrationsMigrationCollectionItemDataTransferMediumDetailObjectStorageDetailResult'],
|
7203
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7204
|
+
_setter("database_link_details", database_link_details)
|
7205
|
+
_setter("object_storage_details", object_storage_details)
|
5400
7206
|
|
5401
7207
|
@property
|
5402
7208
|
@pulumi.getter(name="databaseLinkDetails")
|
@@ -5424,8 +7230,19 @@ class GetMigrationsMigrationCollectionItemDataTransferMediumDetailDatabaseLinkDe
|
|
5424
7230
|
:param str name: Name of directory object in database
|
5425
7231
|
:param Sequence['GetMigrationsMigrationCollectionItemDataTransferMediumDetailDatabaseLinkDetailWalletBucketArgs'] wallet_buckets: In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
|
5426
7232
|
"""
|
5427
|
-
|
5428
|
-
|
7233
|
+
GetMigrationsMigrationCollectionItemDataTransferMediumDetailDatabaseLinkDetailResult._configure(
|
7234
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7235
|
+
name=name,
|
7236
|
+
wallet_buckets=wallet_buckets,
|
7237
|
+
)
|
7238
|
+
@staticmethod
|
7239
|
+
def _configure(
|
7240
|
+
_setter: Callable[[Any, Any], None],
|
7241
|
+
name: str,
|
7242
|
+
wallet_buckets: Sequence['outputs.GetMigrationsMigrationCollectionItemDataTransferMediumDetailDatabaseLinkDetailWalletBucketResult'],
|
7243
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7244
|
+
_setter("name", name)
|
7245
|
+
_setter("wallet_buckets", wallet_buckets)
|
5429
7246
|
|
5430
7247
|
@property
|
5431
7248
|
@pulumi.getter
|
@@ -5453,8 +7270,19 @@ class GetMigrationsMigrationCollectionItemDataTransferMediumDetailDatabaseLinkDe
|
|
5453
7270
|
:param str bucket: Bucket name.
|
5454
7271
|
:param str namespace: Namespace name of the object store bucket.
|
5455
7272
|
"""
|
5456
|
-
|
5457
|
-
|
7273
|
+
GetMigrationsMigrationCollectionItemDataTransferMediumDetailDatabaseLinkDetailWalletBucketResult._configure(
|
7274
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7275
|
+
bucket=bucket,
|
7276
|
+
namespace=namespace,
|
7277
|
+
)
|
7278
|
+
@staticmethod
|
7279
|
+
def _configure(
|
7280
|
+
_setter: Callable[[Any, Any], None],
|
7281
|
+
bucket: str,
|
7282
|
+
namespace: str,
|
7283
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7284
|
+
_setter("bucket", bucket)
|
7285
|
+
_setter("namespace", namespace)
|
5458
7286
|
|
5459
7287
|
@property
|
5460
7288
|
@pulumi.getter
|
@@ -5482,8 +7310,135 @@ class GetMigrationsMigrationCollectionItemDataTransferMediumDetailObjectStorageD
|
|
5482
7310
|
:param str bucket: Bucket name.
|
5483
7311
|
:param str namespace: Namespace name of the object store bucket.
|
5484
7312
|
"""
|
5485
|
-
|
5486
|
-
|
7313
|
+
GetMigrationsMigrationCollectionItemDataTransferMediumDetailObjectStorageDetailResult._configure(
|
7314
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7315
|
+
bucket=bucket,
|
7316
|
+
namespace=namespace,
|
7317
|
+
)
|
7318
|
+
@staticmethod
|
7319
|
+
def _configure(
|
7320
|
+
_setter: Callable[[Any, Any], None],
|
7321
|
+
bucket: str,
|
7322
|
+
namespace: str,
|
7323
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7324
|
+
_setter("bucket", bucket)
|
7325
|
+
_setter("namespace", namespace)
|
7326
|
+
|
7327
|
+
@property
|
7328
|
+
@pulumi.getter
|
7329
|
+
def bucket(self) -> str:
|
7330
|
+
"""
|
7331
|
+
Bucket name.
|
7332
|
+
"""
|
7333
|
+
return pulumi.get(self, "bucket")
|
7334
|
+
|
7335
|
+
@property
|
7336
|
+
@pulumi.getter
|
7337
|
+
def namespace(self) -> str:
|
7338
|
+
"""
|
7339
|
+
Namespace name of the object store bucket.
|
7340
|
+
"""
|
7341
|
+
return pulumi.get(self, "namespace")
|
7342
|
+
|
7343
|
+
|
7344
|
+
@pulumi.output_type
|
7345
|
+
class GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2Result(dict):
|
7346
|
+
def __init__(__self__, *,
|
7347
|
+
access_key_id: str,
|
7348
|
+
name: str,
|
7349
|
+
object_storage_buckets: Sequence['outputs.GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2ObjectStorageBucketResult'],
|
7350
|
+
region: str,
|
7351
|
+
secret_access_key: str,
|
7352
|
+
type: str):
|
7353
|
+
"""
|
7354
|
+
:param str name: Name of directory object in database
|
7355
|
+
:param str type: Migration type.
|
7356
|
+
"""
|
7357
|
+
GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2Result._configure(
|
7358
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7359
|
+
access_key_id=access_key_id,
|
7360
|
+
name=name,
|
7361
|
+
object_storage_buckets=object_storage_buckets,
|
7362
|
+
region=region,
|
7363
|
+
secret_access_key=secret_access_key,
|
7364
|
+
type=type,
|
7365
|
+
)
|
7366
|
+
@staticmethod
|
7367
|
+
def _configure(
|
7368
|
+
_setter: Callable[[Any, Any], None],
|
7369
|
+
access_key_id: str,
|
7370
|
+
name: str,
|
7371
|
+
object_storage_buckets: Sequence['outputs.GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2ObjectStorageBucketResult'],
|
7372
|
+
region: str,
|
7373
|
+
secret_access_key: str,
|
7374
|
+
type: str,
|
7375
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7376
|
+
_setter("access_key_id", access_key_id)
|
7377
|
+
_setter("name", name)
|
7378
|
+
_setter("object_storage_buckets", object_storage_buckets)
|
7379
|
+
_setter("region", region)
|
7380
|
+
_setter("secret_access_key", secret_access_key)
|
7381
|
+
_setter("type", type)
|
7382
|
+
|
7383
|
+
@property
|
7384
|
+
@pulumi.getter(name="accessKeyId")
|
7385
|
+
def access_key_id(self) -> str:
|
7386
|
+
return pulumi.get(self, "access_key_id")
|
7387
|
+
|
7388
|
+
@property
|
7389
|
+
@pulumi.getter
|
7390
|
+
def name(self) -> str:
|
7391
|
+
"""
|
7392
|
+
Name of directory object in database
|
7393
|
+
"""
|
7394
|
+
return pulumi.get(self, "name")
|
7395
|
+
|
7396
|
+
@property
|
7397
|
+
@pulumi.getter(name="objectStorageBuckets")
|
7398
|
+
def object_storage_buckets(self) -> Sequence['outputs.GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2ObjectStorageBucketResult']:
|
7399
|
+
return pulumi.get(self, "object_storage_buckets")
|
7400
|
+
|
7401
|
+
@property
|
7402
|
+
@pulumi.getter
|
7403
|
+
def region(self) -> str:
|
7404
|
+
return pulumi.get(self, "region")
|
7405
|
+
|
7406
|
+
@property
|
7407
|
+
@pulumi.getter(name="secretAccessKey")
|
7408
|
+
def secret_access_key(self) -> str:
|
7409
|
+
return pulumi.get(self, "secret_access_key")
|
7410
|
+
|
7411
|
+
@property
|
7412
|
+
@pulumi.getter
|
7413
|
+
def type(self) -> str:
|
7414
|
+
"""
|
7415
|
+
Migration type.
|
7416
|
+
"""
|
7417
|
+
return pulumi.get(self, "type")
|
7418
|
+
|
7419
|
+
|
7420
|
+
@pulumi.output_type
|
7421
|
+
class GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2ObjectStorageBucketResult(dict):
|
7422
|
+
def __init__(__self__, *,
|
7423
|
+
bucket: str,
|
7424
|
+
namespace: str):
|
7425
|
+
"""
|
7426
|
+
:param str bucket: Bucket name.
|
7427
|
+
:param str namespace: Namespace name of the object store bucket.
|
7428
|
+
"""
|
7429
|
+
GetMigrationsMigrationCollectionItemDataTransferMediumDetailsV2ObjectStorageBucketResult._configure(
|
7430
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7431
|
+
bucket=bucket,
|
7432
|
+
namespace=namespace,
|
7433
|
+
)
|
7434
|
+
@staticmethod
|
7435
|
+
def _configure(
|
7436
|
+
_setter: Callable[[Any, Any], None],
|
7437
|
+
bucket: str,
|
7438
|
+
namespace: str,
|
7439
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7440
|
+
_setter("bucket", bucket)
|
7441
|
+
_setter("namespace", namespace)
|
5487
7442
|
|
5488
7443
|
@property
|
5489
7444
|
@pulumi.getter
|
@@ -5517,11 +7472,28 @@ class GetMigrationsMigrationCollectionItemDatapumpSettingResult(dict):
|
|
5517
7472
|
:param str job_mode: Data Pump job mode. Refer to [Data Pump Export Modes ](https://docs.oracle.com/en/database/oracle/oracle-database/19/sutil/oracle-data-pump-export-utility.html#GUID-8E497131-6B9B-4CC8-AA50-35F480CAC2C4)
|
5518
7473
|
:param Sequence['GetMigrationsMigrationCollectionItemDatapumpSettingMetadataRemapArgs'] metadata_remaps: Defines remapping to be applied to objects as they are processed. Refer to [METADATA_REMAP Procedure ](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_DATAPUMP.html#GUID-0FC32790-91E6-4781-87A3-229DE024CB3D)
|
5519
7474
|
"""
|
5520
|
-
|
5521
|
-
|
5522
|
-
|
5523
|
-
|
5524
|
-
|
7475
|
+
GetMigrationsMigrationCollectionItemDatapumpSettingResult._configure(
|
7476
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7477
|
+
data_pump_parameters=data_pump_parameters,
|
7478
|
+
export_directory_objects=export_directory_objects,
|
7479
|
+
import_directory_objects=import_directory_objects,
|
7480
|
+
job_mode=job_mode,
|
7481
|
+
metadata_remaps=metadata_remaps,
|
7482
|
+
)
|
7483
|
+
@staticmethod
|
7484
|
+
def _configure(
|
7485
|
+
_setter: Callable[[Any, Any], None],
|
7486
|
+
data_pump_parameters: Sequence['outputs.GetMigrationsMigrationCollectionItemDatapumpSettingDataPumpParameterResult'],
|
7487
|
+
export_directory_objects: Sequence['outputs.GetMigrationsMigrationCollectionItemDatapumpSettingExportDirectoryObjectResult'],
|
7488
|
+
import_directory_objects: Sequence['outputs.GetMigrationsMigrationCollectionItemDatapumpSettingImportDirectoryObjectResult'],
|
7489
|
+
job_mode: str,
|
7490
|
+
metadata_remaps: Sequence['outputs.GetMigrationsMigrationCollectionItemDatapumpSettingMetadataRemapResult'],
|
7491
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7492
|
+
_setter("data_pump_parameters", data_pump_parameters)
|
7493
|
+
_setter("export_directory_objects", export_directory_objects)
|
7494
|
+
_setter("import_directory_objects", import_directory_objects)
|
7495
|
+
_setter("job_mode", job_mode)
|
7496
|
+
_setter("metadata_remaps", metadata_remaps)
|
5525
7497
|
|
5526
7498
|
@property
|
5527
7499
|
@pulumi.getter(name="dataPumpParameters")
|
@@ -5581,12 +7553,31 @@ class GetMigrationsMigrationCollectionItemDatapumpSettingDataPumpParameterResult
|
|
5581
7553
|
:param bool is_cluster: Set to false to force Data Pump worker processes to run on one instance.
|
5582
7554
|
:param str table_exists_action: IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
|
5583
7555
|
"""
|
5584
|
-
|
5585
|
-
|
5586
|
-
|
5587
|
-
|
5588
|
-
|
5589
|
-
|
7556
|
+
GetMigrationsMigrationCollectionItemDatapumpSettingDataPumpParameterResult._configure(
|
7557
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7558
|
+
estimate=estimate,
|
7559
|
+
exclude_parameters=exclude_parameters,
|
7560
|
+
export_parallelism_degree=export_parallelism_degree,
|
7561
|
+
import_parallelism_degree=import_parallelism_degree,
|
7562
|
+
is_cluster=is_cluster,
|
7563
|
+
table_exists_action=table_exists_action,
|
7564
|
+
)
|
7565
|
+
@staticmethod
|
7566
|
+
def _configure(
|
7567
|
+
_setter: Callable[[Any, Any], None],
|
7568
|
+
estimate: str,
|
7569
|
+
exclude_parameters: Sequence[str],
|
7570
|
+
export_parallelism_degree: int,
|
7571
|
+
import_parallelism_degree: int,
|
7572
|
+
is_cluster: bool,
|
7573
|
+
table_exists_action: str,
|
7574
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7575
|
+
_setter("estimate", estimate)
|
7576
|
+
_setter("exclude_parameters", exclude_parameters)
|
7577
|
+
_setter("export_parallelism_degree", export_parallelism_degree)
|
7578
|
+
_setter("import_parallelism_degree", import_parallelism_degree)
|
7579
|
+
_setter("is_cluster", is_cluster)
|
7580
|
+
_setter("table_exists_action", table_exists_action)
|
5590
7581
|
|
5591
7582
|
@property
|
5592
7583
|
@pulumi.getter
|
@@ -5646,8 +7637,19 @@ class GetMigrationsMigrationCollectionItemDatapumpSettingExportDirectoryObjectRe
|
|
5646
7637
|
:param str name: Name of directory object in database
|
5647
7638
|
:param str path: Absolute path of directory on database server
|
5648
7639
|
"""
|
5649
|
-
|
5650
|
-
|
7640
|
+
GetMigrationsMigrationCollectionItemDatapumpSettingExportDirectoryObjectResult._configure(
|
7641
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7642
|
+
name=name,
|
7643
|
+
path=path,
|
7644
|
+
)
|
7645
|
+
@staticmethod
|
7646
|
+
def _configure(
|
7647
|
+
_setter: Callable[[Any, Any], None],
|
7648
|
+
name: str,
|
7649
|
+
path: str,
|
7650
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7651
|
+
_setter("name", name)
|
7652
|
+
_setter("path", path)
|
5651
7653
|
|
5652
7654
|
@property
|
5653
7655
|
@pulumi.getter
|
@@ -5675,8 +7677,19 @@ class GetMigrationsMigrationCollectionItemDatapumpSettingImportDirectoryObjectRe
|
|
5675
7677
|
:param str name: Name of directory object in database
|
5676
7678
|
:param str path: Absolute path of directory on database server
|
5677
7679
|
"""
|
5678
|
-
|
5679
|
-
|
7680
|
+
GetMigrationsMigrationCollectionItemDatapumpSettingImportDirectoryObjectResult._configure(
|
7681
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7682
|
+
name=name,
|
7683
|
+
path=path,
|
7684
|
+
)
|
7685
|
+
@staticmethod
|
7686
|
+
def _configure(
|
7687
|
+
_setter: Callable[[Any, Any], None],
|
7688
|
+
name: str,
|
7689
|
+
path: str,
|
7690
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7691
|
+
_setter("name", name)
|
7692
|
+
_setter("path", path)
|
5680
7693
|
|
5681
7694
|
@property
|
5682
7695
|
@pulumi.getter
|
@@ -5706,9 +7719,22 @@ class GetMigrationsMigrationCollectionItemDatapumpSettingMetadataRemapResult(dic
|
|
5706
7719
|
:param str old_value: Specifies the value which needs to be reset.
|
5707
7720
|
:param str type: Migration type.
|
5708
7721
|
"""
|
5709
|
-
|
5710
|
-
|
5711
|
-
|
7722
|
+
GetMigrationsMigrationCollectionItemDatapumpSettingMetadataRemapResult._configure(
|
7723
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7724
|
+
new_value=new_value,
|
7725
|
+
old_value=old_value,
|
7726
|
+
type=type,
|
7727
|
+
)
|
7728
|
+
@staticmethod
|
7729
|
+
def _configure(
|
7730
|
+
_setter: Callable[[Any, Any], None],
|
7731
|
+
new_value: str,
|
7732
|
+
old_value: str,
|
7733
|
+
type: str,
|
7734
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7735
|
+
_setter("new_value", new_value)
|
7736
|
+
_setter("old_value", old_value)
|
7737
|
+
_setter("type", type)
|
5712
7738
|
|
5713
7739
|
@property
|
5714
7740
|
@pulumi.getter(name="newValue")
|
@@ -5738,14 +7764,34 @@ class GetMigrationsMigrationCollectionItemDatapumpSettingMetadataRemapResult(dic
|
|
5738
7764
|
@pulumi.output_type
|
5739
7765
|
class GetMigrationsMigrationCollectionItemDumpTransferDetailResult(dict):
|
5740
7766
|
def __init__(__self__, *,
|
7767
|
+
shared_storage_mount_target_id: str,
|
5741
7768
|
sources: Sequence['outputs.GetMigrationsMigrationCollectionItemDumpTransferDetailSourceResult'],
|
5742
7769
|
targets: Sequence['outputs.GetMigrationsMigrationCollectionItemDumpTransferDetailTargetResult']):
|
5743
7770
|
"""
|
5744
7771
|
:param Sequence['GetMigrationsMigrationCollectionItemDumpTransferDetailSourceArgs'] sources: Optional additional properties for dump transfer in source or target host. Default kind is CURL
|
5745
7772
|
:param Sequence['GetMigrationsMigrationCollectionItemDumpTransferDetailTargetArgs'] targets: Optional additional properties for dump transfer in source or target host. Default kind is CURL
|
5746
7773
|
"""
|
5747
|
-
|
5748
|
-
|
7774
|
+
GetMigrationsMigrationCollectionItemDumpTransferDetailResult._configure(
|
7775
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7776
|
+
shared_storage_mount_target_id=shared_storage_mount_target_id,
|
7777
|
+
sources=sources,
|
7778
|
+
targets=targets,
|
7779
|
+
)
|
7780
|
+
@staticmethod
|
7781
|
+
def _configure(
|
7782
|
+
_setter: Callable[[Any, Any], None],
|
7783
|
+
shared_storage_mount_target_id: str,
|
7784
|
+
sources: Sequence['outputs.GetMigrationsMigrationCollectionItemDumpTransferDetailSourceResult'],
|
7785
|
+
targets: Sequence['outputs.GetMigrationsMigrationCollectionItemDumpTransferDetailTargetResult'],
|
7786
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7787
|
+
_setter("shared_storage_mount_target_id", shared_storage_mount_target_id)
|
7788
|
+
_setter("sources", sources)
|
7789
|
+
_setter("targets", targets)
|
7790
|
+
|
7791
|
+
@property
|
7792
|
+
@pulumi.getter(name="sharedStorageMountTargetId")
|
7793
|
+
def shared_storage_mount_target_id(self) -> str:
|
7794
|
+
return pulumi.get(self, "shared_storage_mount_target_id")
|
5749
7795
|
|
5750
7796
|
@property
|
5751
7797
|
@pulumi.getter
|
@@ -5775,9 +7821,22 @@ class GetMigrationsMigrationCollectionItemDumpTransferDetailSourceResult(dict):
|
|
5775
7821
|
:param str oci_home: Path to the Oracle Cloud Infrastructure CLI installation in the node.
|
5776
7822
|
:param str wallet_location: Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
|
5777
7823
|
"""
|
5778
|
-
|
5779
|
-
|
5780
|
-
|
7824
|
+
GetMigrationsMigrationCollectionItemDumpTransferDetailSourceResult._configure(
|
7825
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7826
|
+
kind=kind,
|
7827
|
+
oci_home=oci_home,
|
7828
|
+
wallet_location=wallet_location,
|
7829
|
+
)
|
7830
|
+
@staticmethod
|
7831
|
+
def _configure(
|
7832
|
+
_setter: Callable[[Any, Any], None],
|
7833
|
+
kind: str,
|
7834
|
+
oci_home: str,
|
7835
|
+
wallet_location: str,
|
7836
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7837
|
+
_setter("kind", kind)
|
7838
|
+
_setter("oci_home", oci_home)
|
7839
|
+
_setter("wallet_location", wallet_location)
|
5781
7840
|
|
5782
7841
|
@property
|
5783
7842
|
@pulumi.getter
|
@@ -5815,9 +7874,22 @@ class GetMigrationsMigrationCollectionItemDumpTransferDetailTargetResult(dict):
|
|
5815
7874
|
:param str oci_home: Path to the Oracle Cloud Infrastructure CLI installation in the node.
|
5816
7875
|
:param str wallet_location: Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
|
5817
7876
|
"""
|
5818
|
-
|
5819
|
-
|
5820
|
-
|
7877
|
+
GetMigrationsMigrationCollectionItemDumpTransferDetailTargetResult._configure(
|
7878
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7879
|
+
kind=kind,
|
7880
|
+
oci_home=oci_home,
|
7881
|
+
wallet_location=wallet_location,
|
7882
|
+
)
|
7883
|
+
@staticmethod
|
7884
|
+
def _configure(
|
7885
|
+
_setter: Callable[[Any, Any], None],
|
7886
|
+
kind: str,
|
7887
|
+
oci_home: str,
|
7888
|
+
wallet_location: str,
|
7889
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7890
|
+
_setter("kind", kind)
|
7891
|
+
_setter("oci_home", oci_home)
|
7892
|
+
_setter("wallet_location", wallet_location)
|
5821
7893
|
|
5822
7894
|
@property
|
5823
7895
|
@pulumi.getter
|
@@ -5857,10 +7929,25 @@ class GetMigrationsMigrationCollectionItemExcludeObjectResult(dict):
|
|
5857
7929
|
:param str owner: Owner of the object (regular expression is allowed)
|
5858
7930
|
:param str type: Migration type.
|
5859
7931
|
"""
|
5860
|
-
|
5861
|
-
|
5862
|
-
|
5863
|
-
|
7932
|
+
GetMigrationsMigrationCollectionItemExcludeObjectResult._configure(
|
7933
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7934
|
+
is_omit_excluded_table_from_replication=is_omit_excluded_table_from_replication,
|
7935
|
+
object=object,
|
7936
|
+
owner=owner,
|
7937
|
+
type=type,
|
7938
|
+
)
|
7939
|
+
@staticmethod
|
7940
|
+
def _configure(
|
7941
|
+
_setter: Callable[[Any, Any], None],
|
7942
|
+
is_omit_excluded_table_from_replication: bool,
|
7943
|
+
object: str,
|
7944
|
+
owner: str,
|
7945
|
+
type: str,
|
7946
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7947
|
+
_setter("is_omit_excluded_table_from_replication", is_omit_excluded_table_from_replication)
|
7948
|
+
_setter("object", object)
|
7949
|
+
_setter("owner", owner)
|
7950
|
+
_setter("type", type)
|
5864
7951
|
|
5865
7952
|
@property
|
5866
7953
|
@pulumi.getter(name="isOmitExcludedTableFromReplication")
|
@@ -5904,8 +7991,19 @@ class GetMigrationsMigrationCollectionItemGoldenGateDetailResult(dict):
|
|
5904
7991
|
:param Sequence['GetMigrationsMigrationCollectionItemGoldenGateDetailHubArgs'] hubs: Details about Oracle GoldenGate Microservices.
|
5905
7992
|
:param Sequence['GetMigrationsMigrationCollectionItemGoldenGateDetailSettingArgs'] settings: Optional settings for Oracle GoldenGate processes
|
5906
7993
|
"""
|
5907
|
-
|
5908
|
-
|
7994
|
+
GetMigrationsMigrationCollectionItemGoldenGateDetailResult._configure(
|
7995
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7996
|
+
hubs=hubs,
|
7997
|
+
settings=settings,
|
7998
|
+
)
|
7999
|
+
@staticmethod
|
8000
|
+
def _configure(
|
8001
|
+
_setter: Callable[[Any, Any], None],
|
8002
|
+
hubs: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateDetailHubResult'],
|
8003
|
+
settings: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateDetailSettingResult'],
|
8004
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8005
|
+
_setter("hubs", hubs)
|
8006
|
+
_setter("settings", settings)
|
5909
8007
|
|
5910
8008
|
@property
|
5911
8009
|
@pulumi.getter
|
@@ -5945,14 +8043,37 @@ class GetMigrationsMigrationCollectionItemGoldenGateDetailHubResult(dict):
|
|
5945
8043
|
:param str target_microservices_deployment_name: Name of GoldenGate deployment to operate on target database
|
5946
8044
|
:param str url: Oracle GoldenGate hub's REST endpoint. Refer to https://docs.oracle.com/en/middleware/goldengate/core/19.1/securing/network.html#GUID-A709DA55-111D-455E-8942-C9BDD1E38CAA
|
5947
8045
|
"""
|
5948
|
-
|
5949
|
-
|
5950
|
-
|
5951
|
-
|
5952
|
-
|
5953
|
-
|
5954
|
-
|
5955
|
-
|
8046
|
+
GetMigrationsMigrationCollectionItemGoldenGateDetailHubResult._configure(
|
8047
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8048
|
+
compute_id=compute_id,
|
8049
|
+
rest_admin_credentials=rest_admin_credentials,
|
8050
|
+
source_container_db_admin_credentials=source_container_db_admin_credentials,
|
8051
|
+
source_db_admin_credentials=source_db_admin_credentials,
|
8052
|
+
source_microservices_deployment_name=source_microservices_deployment_name,
|
8053
|
+
target_db_admin_credentials=target_db_admin_credentials,
|
8054
|
+
target_microservices_deployment_name=target_microservices_deployment_name,
|
8055
|
+
url=url,
|
8056
|
+
)
|
8057
|
+
@staticmethod
|
8058
|
+
def _configure(
|
8059
|
+
_setter: Callable[[Any, Any], None],
|
8060
|
+
compute_id: str,
|
8061
|
+
rest_admin_credentials: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateDetailHubRestAdminCredentialResult'],
|
8062
|
+
source_container_db_admin_credentials: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateDetailHubSourceContainerDbAdminCredentialResult'],
|
8063
|
+
source_db_admin_credentials: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateDetailHubSourceDbAdminCredentialResult'],
|
8064
|
+
source_microservices_deployment_name: str,
|
8065
|
+
target_db_admin_credentials: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateDetailHubTargetDbAdminCredentialResult'],
|
8066
|
+
target_microservices_deployment_name: str,
|
8067
|
+
url: str,
|
8068
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8069
|
+
_setter("compute_id", compute_id)
|
8070
|
+
_setter("rest_admin_credentials", rest_admin_credentials)
|
8071
|
+
_setter("source_container_db_admin_credentials", source_container_db_admin_credentials)
|
8072
|
+
_setter("source_db_admin_credentials", source_db_admin_credentials)
|
8073
|
+
_setter("source_microservices_deployment_name", source_microservices_deployment_name)
|
8074
|
+
_setter("target_db_admin_credentials", target_db_admin_credentials)
|
8075
|
+
_setter("target_microservices_deployment_name", target_microservices_deployment_name)
|
8076
|
+
_setter("url", url)
|
5956
8077
|
|
5957
8078
|
@property
|
5958
8079
|
@pulumi.getter(name="computeId")
|
@@ -6027,8 +8148,19 @@ class GetMigrationsMigrationCollectionItemGoldenGateDetailHubRestAdminCredential
|
|
6027
8148
|
"""
|
6028
8149
|
:param str username: Administrator username
|
6029
8150
|
"""
|
6030
|
-
|
6031
|
-
|
8151
|
+
GetMigrationsMigrationCollectionItemGoldenGateDetailHubRestAdminCredentialResult._configure(
|
8152
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8153
|
+
password=password,
|
8154
|
+
username=username,
|
8155
|
+
)
|
8156
|
+
@staticmethod
|
8157
|
+
def _configure(
|
8158
|
+
_setter: Callable[[Any, Any], None],
|
8159
|
+
password: str,
|
8160
|
+
username: str,
|
8161
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8162
|
+
_setter("password", password)
|
8163
|
+
_setter("username", username)
|
6032
8164
|
|
6033
8165
|
@property
|
6034
8166
|
@pulumi.getter
|
@@ -6052,8 +8184,19 @@ class GetMigrationsMigrationCollectionItemGoldenGateDetailHubSourceContainerDbAd
|
|
6052
8184
|
"""
|
6053
8185
|
:param str username: Administrator username
|
6054
8186
|
"""
|
6055
|
-
|
6056
|
-
|
8187
|
+
GetMigrationsMigrationCollectionItemGoldenGateDetailHubSourceContainerDbAdminCredentialResult._configure(
|
8188
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8189
|
+
password=password,
|
8190
|
+
username=username,
|
8191
|
+
)
|
8192
|
+
@staticmethod
|
8193
|
+
def _configure(
|
8194
|
+
_setter: Callable[[Any, Any], None],
|
8195
|
+
password: str,
|
8196
|
+
username: str,
|
8197
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8198
|
+
_setter("password", password)
|
8199
|
+
_setter("username", username)
|
6057
8200
|
|
6058
8201
|
@property
|
6059
8202
|
@pulumi.getter
|
@@ -6077,8 +8220,19 @@ class GetMigrationsMigrationCollectionItemGoldenGateDetailHubSourceDbAdminCreden
|
|
6077
8220
|
"""
|
6078
8221
|
:param str username: Administrator username
|
6079
8222
|
"""
|
6080
|
-
|
6081
|
-
|
8223
|
+
GetMigrationsMigrationCollectionItemGoldenGateDetailHubSourceDbAdminCredentialResult._configure(
|
8224
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8225
|
+
password=password,
|
8226
|
+
username=username,
|
8227
|
+
)
|
8228
|
+
@staticmethod
|
8229
|
+
def _configure(
|
8230
|
+
_setter: Callable[[Any, Any], None],
|
8231
|
+
password: str,
|
8232
|
+
username: str,
|
8233
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8234
|
+
_setter("password", password)
|
8235
|
+
_setter("username", username)
|
6082
8236
|
|
6083
8237
|
@property
|
6084
8238
|
@pulumi.getter
|
@@ -6102,8 +8256,19 @@ class GetMigrationsMigrationCollectionItemGoldenGateDetailHubTargetDbAdminCreden
|
|
6102
8256
|
"""
|
6103
8257
|
:param str username: Administrator username
|
6104
8258
|
"""
|
6105
|
-
|
6106
|
-
|
8259
|
+
GetMigrationsMigrationCollectionItemGoldenGateDetailHubTargetDbAdminCredentialResult._configure(
|
8260
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8261
|
+
password=password,
|
8262
|
+
username=username,
|
8263
|
+
)
|
8264
|
+
@staticmethod
|
8265
|
+
def _configure(
|
8266
|
+
_setter: Callable[[Any, Any], None],
|
8267
|
+
password: str,
|
8268
|
+
username: str,
|
8269
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8270
|
+
_setter("password", password)
|
8271
|
+
_setter("username", username)
|
6107
8272
|
|
6108
8273
|
@property
|
6109
8274
|
@pulumi.getter
|
@@ -6130,9 +8295,22 @@ class GetMigrationsMigrationCollectionItemGoldenGateDetailSettingResult(dict):
|
|
6130
8295
|
:param Sequence['GetMigrationsMigrationCollectionItemGoldenGateDetailSettingExtractArgs'] extracts: Parameters for Extract processes.
|
6131
8296
|
:param Sequence['GetMigrationsMigrationCollectionItemGoldenGateDetailSettingReplicatArgs'] replicats: Parameters for Replicat processes.
|
6132
8297
|
"""
|
6133
|
-
|
6134
|
-
|
6135
|
-
|
8298
|
+
GetMigrationsMigrationCollectionItemGoldenGateDetailSettingResult._configure(
|
8299
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8300
|
+
acceptable_lag=acceptable_lag,
|
8301
|
+
extracts=extracts,
|
8302
|
+
replicats=replicats,
|
8303
|
+
)
|
8304
|
+
@staticmethod
|
8305
|
+
def _configure(
|
8306
|
+
_setter: Callable[[Any, Any], None],
|
8307
|
+
acceptable_lag: int,
|
8308
|
+
extracts: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateDetailSettingExtractResult'],
|
8309
|
+
replicats: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateDetailSettingReplicatResult'],
|
8310
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8311
|
+
_setter("acceptable_lag", acceptable_lag)
|
8312
|
+
_setter("extracts", extracts)
|
8313
|
+
_setter("replicats", replicats)
|
6136
8314
|
|
6137
8315
|
@property
|
6138
8316
|
@pulumi.getter(name="acceptableLag")
|
@@ -6168,8 +8346,19 @@ class GetMigrationsMigrationCollectionItemGoldenGateDetailSettingExtractResult(d
|
|
6168
8346
|
:param int long_trans_duration: Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
|
6169
8347
|
:param str performance_profile: Extract performance.
|
6170
8348
|
"""
|
6171
|
-
|
6172
|
-
|
8349
|
+
GetMigrationsMigrationCollectionItemGoldenGateDetailSettingExtractResult._configure(
|
8350
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8351
|
+
long_trans_duration=long_trans_duration,
|
8352
|
+
performance_profile=performance_profile,
|
8353
|
+
)
|
8354
|
+
@staticmethod
|
8355
|
+
def _configure(
|
8356
|
+
_setter: Callable[[Any, Any], None],
|
8357
|
+
long_trans_duration: int,
|
8358
|
+
performance_profile: str,
|
8359
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8360
|
+
_setter("long_trans_duration", long_trans_duration)
|
8361
|
+
_setter("performance_profile", performance_profile)
|
6173
8362
|
|
6174
8363
|
@property
|
6175
8364
|
@pulumi.getter(name="longTransDuration")
|
@@ -6201,10 +8390,25 @@ class GetMigrationsMigrationCollectionItemGoldenGateDetailSettingReplicatResult(
|
|
6201
8390
|
:param int min_apply_parallelism: Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
|
6202
8391
|
:param str performance_profile: Extract performance.
|
6203
8392
|
"""
|
6204
|
-
|
6205
|
-
|
6206
|
-
|
6207
|
-
|
8393
|
+
GetMigrationsMigrationCollectionItemGoldenGateDetailSettingReplicatResult._configure(
|
8394
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8395
|
+
map_parallelism=map_parallelism,
|
8396
|
+
max_apply_parallelism=max_apply_parallelism,
|
8397
|
+
min_apply_parallelism=min_apply_parallelism,
|
8398
|
+
performance_profile=performance_profile,
|
8399
|
+
)
|
8400
|
+
@staticmethod
|
8401
|
+
def _configure(
|
8402
|
+
_setter: Callable[[Any, Any], None],
|
8403
|
+
map_parallelism: int,
|
8404
|
+
max_apply_parallelism: int,
|
8405
|
+
min_apply_parallelism: int,
|
8406
|
+
performance_profile: str,
|
8407
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8408
|
+
_setter("map_parallelism", map_parallelism)
|
8409
|
+
_setter("max_apply_parallelism", max_apply_parallelism)
|
8410
|
+
_setter("min_apply_parallelism", min_apply_parallelism)
|
8411
|
+
_setter("performance_profile", performance_profile)
|
6208
8412
|
|
6209
8413
|
@property
|
6210
8414
|
@pulumi.getter(name="mapParallelism")
|
@@ -6251,11 +8455,28 @@ class GetMigrationsMigrationCollectionItemGoldenGateServiceDetailResult(dict):
|
|
6251
8455
|
:param Sequence['GetMigrationsMigrationCollectionItemGoldenGateServiceDetailGgsDeploymentArgs'] ggs_deployments: Details about Oracle GoldenGate GGS Deployment.
|
6252
8456
|
:param Sequence['GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSettingArgs'] settings: Optional settings for Oracle GoldenGate processes
|
6253
8457
|
"""
|
6254
|
-
|
6255
|
-
|
6256
|
-
|
6257
|
-
|
6258
|
-
|
8458
|
+
GetMigrationsMigrationCollectionItemGoldenGateServiceDetailResult._configure(
|
8459
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8460
|
+
ggs_deployments=ggs_deployments,
|
8461
|
+
settings=settings,
|
8462
|
+
source_container_db_credentials=source_container_db_credentials,
|
8463
|
+
source_db_credentials=source_db_credentials,
|
8464
|
+
target_db_credentials=target_db_credentials,
|
8465
|
+
)
|
8466
|
+
@staticmethod
|
8467
|
+
def _configure(
|
8468
|
+
_setter: Callable[[Any, Any], None],
|
8469
|
+
ggs_deployments: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateServiceDetailGgsDeploymentResult'],
|
8470
|
+
settings: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSettingResult'],
|
8471
|
+
source_container_db_credentials: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSourceContainerDbCredentialResult'],
|
8472
|
+
source_db_credentials: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSourceDbCredentialResult'],
|
8473
|
+
target_db_credentials: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateServiceDetailTargetDbCredentialResult'],
|
8474
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8475
|
+
_setter("ggs_deployments", ggs_deployments)
|
8476
|
+
_setter("settings", settings)
|
8477
|
+
_setter("source_container_db_credentials", source_container_db_credentials)
|
8478
|
+
_setter("source_db_credentials", source_db_credentials)
|
8479
|
+
_setter("target_db_credentials", target_db_credentials)
|
6259
8480
|
|
6260
8481
|
@property
|
6261
8482
|
@pulumi.getter(name="ggsDeployments")
|
@@ -6298,8 +8519,19 @@ class GetMigrationsMigrationCollectionItemGoldenGateServiceDetailGgsDeploymentRe
|
|
6298
8519
|
:param str deployment_id: OCID of a GoldenGate Deployment
|
6299
8520
|
:param str ggs_admin_credentials_secret_id: OCID of a VaultSecret containing the Admin Credentials for the GGS Deployment
|
6300
8521
|
"""
|
6301
|
-
|
6302
|
-
|
8522
|
+
GetMigrationsMigrationCollectionItemGoldenGateServiceDetailGgsDeploymentResult._configure(
|
8523
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8524
|
+
deployment_id=deployment_id,
|
8525
|
+
ggs_admin_credentials_secret_id=ggs_admin_credentials_secret_id,
|
8526
|
+
)
|
8527
|
+
@staticmethod
|
8528
|
+
def _configure(
|
8529
|
+
_setter: Callable[[Any, Any], None],
|
8530
|
+
deployment_id: str,
|
8531
|
+
ggs_admin_credentials_secret_id: str,
|
8532
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8533
|
+
_setter("deployment_id", deployment_id)
|
8534
|
+
_setter("ggs_admin_credentials_secret_id", ggs_admin_credentials_secret_id)
|
6303
8535
|
|
6304
8536
|
@property
|
6305
8537
|
@pulumi.getter(name="deploymentId")
|
@@ -6329,9 +8561,22 @@ class GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSettingResult(d
|
|
6329
8561
|
:param Sequence['GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSettingExtractArgs'] extracts: Parameters for Extract processes.
|
6330
8562
|
:param Sequence['GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSettingReplicatArgs'] replicats: Parameters for Replicat processes.
|
6331
8563
|
"""
|
6332
|
-
|
6333
|
-
|
6334
|
-
|
8564
|
+
GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSettingResult._configure(
|
8565
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8566
|
+
acceptable_lag=acceptable_lag,
|
8567
|
+
extracts=extracts,
|
8568
|
+
replicats=replicats,
|
8569
|
+
)
|
8570
|
+
@staticmethod
|
8571
|
+
def _configure(
|
8572
|
+
_setter: Callable[[Any, Any], None],
|
8573
|
+
acceptable_lag: int,
|
8574
|
+
extracts: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSettingExtractResult'],
|
8575
|
+
replicats: Sequence['outputs.GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSettingReplicatResult'],
|
8576
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8577
|
+
_setter("acceptable_lag", acceptable_lag)
|
8578
|
+
_setter("extracts", extracts)
|
8579
|
+
_setter("replicats", replicats)
|
6335
8580
|
|
6336
8581
|
@property
|
6337
8582
|
@pulumi.getter(name="acceptableLag")
|
@@ -6367,8 +8612,19 @@ class GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSettingExtractR
|
|
6367
8612
|
:param int long_trans_duration: Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
|
6368
8613
|
:param str performance_profile: Extract performance.
|
6369
8614
|
"""
|
6370
|
-
|
6371
|
-
|
8615
|
+
GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSettingExtractResult._configure(
|
8616
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8617
|
+
long_trans_duration=long_trans_duration,
|
8618
|
+
performance_profile=performance_profile,
|
8619
|
+
)
|
8620
|
+
@staticmethod
|
8621
|
+
def _configure(
|
8622
|
+
_setter: Callable[[Any, Any], None],
|
8623
|
+
long_trans_duration: int,
|
8624
|
+
performance_profile: str,
|
8625
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8626
|
+
_setter("long_trans_duration", long_trans_duration)
|
8627
|
+
_setter("performance_profile", performance_profile)
|
6372
8628
|
|
6373
8629
|
@property
|
6374
8630
|
@pulumi.getter(name="longTransDuration")
|
@@ -6398,9 +8654,22 @@ class GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSettingReplicat
|
|
6398
8654
|
:param int max_apply_parallelism: Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
|
6399
8655
|
:param int min_apply_parallelism: Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
|
6400
8656
|
"""
|
6401
|
-
|
6402
|
-
|
6403
|
-
|
8657
|
+
GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSettingReplicatResult._configure(
|
8658
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8659
|
+
map_parallelism=map_parallelism,
|
8660
|
+
max_apply_parallelism=max_apply_parallelism,
|
8661
|
+
min_apply_parallelism=min_apply_parallelism,
|
8662
|
+
)
|
8663
|
+
@staticmethod
|
8664
|
+
def _configure(
|
8665
|
+
_setter: Callable[[Any, Any], None],
|
8666
|
+
map_parallelism: int,
|
8667
|
+
max_apply_parallelism: int,
|
8668
|
+
min_apply_parallelism: int,
|
8669
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8670
|
+
_setter("map_parallelism", map_parallelism)
|
8671
|
+
_setter("max_apply_parallelism", max_apply_parallelism)
|
8672
|
+
_setter("min_apply_parallelism", min_apply_parallelism)
|
6404
8673
|
|
6405
8674
|
@property
|
6406
8675
|
@pulumi.getter(name="mapParallelism")
|
@@ -6435,8 +8704,19 @@ class GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSourceContainer
|
|
6435
8704
|
"""
|
6436
8705
|
:param str username: Administrator username
|
6437
8706
|
"""
|
6438
|
-
|
6439
|
-
|
8707
|
+
GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSourceContainerDbCredentialResult._configure(
|
8708
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8709
|
+
password=password,
|
8710
|
+
username=username,
|
8711
|
+
)
|
8712
|
+
@staticmethod
|
8713
|
+
def _configure(
|
8714
|
+
_setter: Callable[[Any, Any], None],
|
8715
|
+
password: str,
|
8716
|
+
username: str,
|
8717
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8718
|
+
_setter("password", password)
|
8719
|
+
_setter("username", username)
|
6440
8720
|
|
6441
8721
|
@property
|
6442
8722
|
@pulumi.getter
|
@@ -6460,8 +8740,19 @@ class GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSourceDbCredent
|
|
6460
8740
|
"""
|
6461
8741
|
:param str username: Administrator username
|
6462
8742
|
"""
|
6463
|
-
|
6464
|
-
|
8743
|
+
GetMigrationsMigrationCollectionItemGoldenGateServiceDetailSourceDbCredentialResult._configure(
|
8744
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8745
|
+
password=password,
|
8746
|
+
username=username,
|
8747
|
+
)
|
8748
|
+
@staticmethod
|
8749
|
+
def _configure(
|
8750
|
+
_setter: Callable[[Any, Any], None],
|
8751
|
+
password: str,
|
8752
|
+
username: str,
|
8753
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8754
|
+
_setter("password", password)
|
8755
|
+
_setter("username", username)
|
6465
8756
|
|
6466
8757
|
@property
|
6467
8758
|
@pulumi.getter
|
@@ -6485,8 +8776,19 @@ class GetMigrationsMigrationCollectionItemGoldenGateServiceDetailTargetDbCredent
|
|
6485
8776
|
"""
|
6486
8777
|
:param str username: Administrator username
|
6487
8778
|
"""
|
6488
|
-
|
6489
|
-
|
8779
|
+
GetMigrationsMigrationCollectionItemGoldenGateServiceDetailTargetDbCredentialResult._configure(
|
8780
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8781
|
+
password=password,
|
8782
|
+
username=username,
|
8783
|
+
)
|
8784
|
+
@staticmethod
|
8785
|
+
def _configure(
|
8786
|
+
_setter: Callable[[Any, Any], None],
|
8787
|
+
password: str,
|
8788
|
+
username: str,
|
8789
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8790
|
+
_setter("password", password)
|
8791
|
+
_setter("username", username)
|
6490
8792
|
|
6491
8793
|
@property
|
6492
8794
|
@pulumi.getter
|
@@ -6515,10 +8817,25 @@ class GetMigrationsMigrationCollectionItemIncludeObjectResult(dict):
|
|
6515
8817
|
:param str owner: Owner of the object (regular expression is allowed)
|
6516
8818
|
:param str type: Migration type.
|
6517
8819
|
"""
|
6518
|
-
|
6519
|
-
|
6520
|
-
|
6521
|
-
|
8820
|
+
GetMigrationsMigrationCollectionItemIncludeObjectResult._configure(
|
8821
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8822
|
+
is_omit_excluded_table_from_replication=is_omit_excluded_table_from_replication,
|
8823
|
+
object=object,
|
8824
|
+
owner=owner,
|
8825
|
+
type=type,
|
8826
|
+
)
|
8827
|
+
@staticmethod
|
8828
|
+
def _configure(
|
8829
|
+
_setter: Callable[[Any, Any], None],
|
8830
|
+
is_omit_excluded_table_from_replication: bool,
|
8831
|
+
object: str,
|
8832
|
+
owner: str,
|
8833
|
+
type: str,
|
8834
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8835
|
+
_setter("is_omit_excluded_table_from_replication", is_omit_excluded_table_from_replication)
|
8836
|
+
_setter("object", object)
|
8837
|
+
_setter("owner", owner)
|
8838
|
+
_setter("type", type)
|
6522
8839
|
|
6523
8840
|
@property
|
6524
8841
|
@pulumi.getter(name="isOmitExcludedTableFromReplication")
|
@@ -6564,9 +8881,22 @@ class GetMigrationsMigrationCollectionItemVaultDetailResult(dict):
|
|
6564
8881
|
:param str key_id: OCID of the vault encryption key
|
6565
8882
|
:param str vault_id: OCID of the vault
|
6566
8883
|
"""
|
6567
|
-
|
6568
|
-
|
6569
|
-
|
8884
|
+
GetMigrationsMigrationCollectionItemVaultDetailResult._configure(
|
8885
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8886
|
+
compartment_id=compartment_id,
|
8887
|
+
key_id=key_id,
|
8888
|
+
vault_id=vault_id,
|
8889
|
+
)
|
8890
|
+
@staticmethod
|
8891
|
+
def _configure(
|
8892
|
+
_setter: Callable[[Any, Any], None],
|
8893
|
+
compartment_id: str,
|
8894
|
+
key_id: str,
|
8895
|
+
vault_id: str,
|
8896
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8897
|
+
_setter("compartment_id", compartment_id)
|
8898
|
+
_setter("key_id", key_id)
|
8899
|
+
_setter("vault_id", vault_id)
|
6570
8900
|
|
6571
8901
|
@property
|
6572
8902
|
@pulumi.getter(name="compartmentId")
|