oci 2.129.0__py3-none-any.whl → 2.129.2__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.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +66 -66
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +45 -45
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +8268 -6013
- oci/database/database_client_composite_operations.py +620 -0
- oci/database/models/__init__.py +46 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +14 -2
- oci/database/models/autonomous_database_summary.py +14 -2
- oci/database/models/change_exadb_vm_cluster_compartment_details.py +76 -0
- oci/database/models/change_exascale_db_storage_vault_compartment_details.py +76 -0
- oci/database/models/cloud_automation_apply_update_time_preference.py +103 -0
- oci/database/models/cloud_automation_freeze_period.py +103 -0
- oci/database/models/cloud_automation_update_details.py +157 -0
- oci/database/models/create_autonomous_database_base.py +4 -4
- oci/database/models/create_database_details.py +37 -2
- oci/database/models/create_database_software_image_details.py +7 -3
- oci/database/models/create_exadb_vm_cluster_details.py +956 -0
- oci/database/models/create_exascale_db_storage_vault_details.py +340 -0
- oci/database/models/create_pluggable_database_creation_type_details.py +4 -1
- oci/database/models/create_pluggable_database_from_local_clone_details.py +33 -2
- oci/database/models/create_pluggable_database_from_remote_clone_details.py +33 -2
- oci/database/models/database_software_image.py +7 -3
- oci/database/models/database_software_image_summary.py +7 -3
- oci/database/models/db_node.py +38 -3
- oci/database/models/db_node_details.py +76 -0
- oci/database/models/db_node_summary.py +38 -3
- oci/database/models/db_server.py +3 -3
- oci/database/models/db_server_summary.py +3 -3
- oci/database/models/exadb_vm_cluster.py +1592 -0
- oci/database/models/exadb_vm_cluster_storage_details.py +72 -0
- oci/database/models/exadb_vm_cluster_summary.py +1565 -0
- oci/database/models/exadb_vm_cluster_update.py +416 -0
- oci/database/models/exadb_vm_cluster_update_history_entry.py +392 -0
- oci/database/models/exadb_vm_cluster_update_history_entry_summary.py +392 -0
- oci/database/models/exadb_vm_cluster_update_summary.py +422 -0
- oci/database/models/exascale_db_storage_details.py +103 -0
- oci/database/models/exascale_db_storage_input_details.py +72 -0
- oci/database/models/exascale_db_storage_vault.py +605 -0
- oci/database/models/exascale_db_storage_vault_summary.py +536 -0
- oci/database/models/gi_minor_version_summary.py +107 -0
- oci/database/models/key_store.py +7 -3
- oci/database/models/key_store_summary.py +7 -3
- oci/database/models/maintenance_window.py +2 -4
- oci/database/models/remove_virtual_machine_from_exadb_vm_cluster_details.py +72 -0
- oci/database/models/update_exadb_vm_cluster_details.py +570 -0
- oci/database/models/update_exascale_db_storage_vault_details.py +239 -0
- oci/database_management/db_management_client.py +210 -210
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/models/child_database.py +7 -3
- oci/database_management/models/database_usage_metrics.py +7 -3
- oci/database_management/models/fleet_status_by_category.py +7 -3
- oci/database_management/models/job_database.py +7 -3
- oci/database_management/models/job_execution.py +7 -3
- oci/database_management/models/job_execution_summary.py +7 -3
- oci/database_management/models/managed_database.py +7 -3
- oci/database_management/models/managed_database_summary.py +7 -3
- oci/database_management/models/optimizer_database.py +7 -3
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +192 -35
- oci/database_migration/models/__init__.py +8 -0
- oci/database_migration/models/create_oracle_migration_details.py +31 -0
- oci/database_migration/models/migration_parameter_base.py +127 -0
- oci/database_migration/models/migration_parameter_details.py +164 -0
- oci/database_migration/models/migration_parameter_summary.py +502 -0
- oci/database_migration/models/migration_parameter_summary_collection.py +72 -0
- oci/database_migration/models/oracle_migration.py +33 -2
- oci/database_migration/models/update_oracle_migration_details.py +31 -0
- oci/database_tools/database_tools_client.py +23 -23
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/exceptions.py +46 -7
- oci/file_storage/file_storage_client.py +185 -67
- oci/file_storage/models/create_export_details.py +14 -4
- oci/file_storage/models/create_file_system_details.py +51 -0
- oci/file_storage/models/file_system.py +89 -3
- oci/file_storage/models/file_system_summary.py +60 -5
- oci/file_storage/models/snapshot_schedule.py +8 -2
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/__init__.py +2 -1
- oci/object_storage/object_storage_client.py +50 -50
- oci/object_storage/transfer/internal/download/DownloadConfiguration.py +232 -0
- oci/object_storage/transfer/internal/download/DownloadManager.py +902 -0
- oci/object_storage/transfer/internal/download/DownloadThread.py +375 -0
- oci/object_storage/transfer/internal/download/__init__.py +5 -0
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +12 -0
- oci/opsi/models/basic_configuration_item_summary.py +3 -3
- oci/opsi/models/create_operations_insights_private_endpoint_details.py +4 -2
- oci/opsi/models/create_operations_insights_warehouse_details.py +2 -2
- oci/opsi/models/create_operations_insights_warehouse_user_details.py +4 -4
- oci/opsi/models/credential_details.py +1 -1
- oci/opsi/models/database_configuration_summary.py +2 -2
- oci/opsi/models/database_details.py +2 -2
- oci/opsi/models/database_insight.py +2 -2
- oci/opsi/models/database_insight_summary.py +2 -2
- oci/opsi/models/download_operations_insights_warehouse_wallet_details.py +2 -2
- oci/opsi/models/enterprise_manager_bridges.py +1 -1
- oci/opsi/models/host_configuration_metric_group.py +11 -3
- oci/opsi/models/host_cpu_hardware_configuration.py +1 -1
- oci/opsi/models/host_cpu_recommendations.py +118 -5
- oci/opsi/models/host_cpu_usage.py +1 -1
- oci/opsi/models/host_entities.py +1 -1
- oci/opsi/models/host_filesystem_configuration.py +1 -1
- oci/opsi/models/host_filesystem_usage.py +1 -1
- oci/opsi/models/host_gpu_configuration.py +492 -0
- oci/opsi/models/host_gpu_processes.py +213 -0
- oci/opsi/models/host_gpu_usage.py +678 -0
- oci/opsi/models/host_hardware_configuration.py +1 -1
- oci/opsi/models/host_insight.py +2 -2
- oci/opsi/models/host_insight_host_recommendations.py +27 -3
- oci/opsi/models/host_insight_summary.py +4 -4
- oci/opsi/models/host_memory_configuration.py +1 -1
- oci/opsi/models/host_memory_recommendations.py +165 -0
- oci/opsi/models/host_memory_usage.py +1 -1
- oci/opsi/models/host_network_activity_summary.py +1 -1
- oci/opsi/models/host_network_configuration.py +1 -1
- oci/opsi/models/host_network_recommendations.py +134 -0
- oci/opsi/models/host_performance_metric_group.py +19 -3
- oci/opsi/models/host_product.py +1 -1
- oci/opsi/models/host_resource_allocation.py +1 -1
- oci/opsi/models/host_storage_recommendations.py +134 -0
- oci/opsi/models/host_top_processes.py +34 -3
- oci/opsi/models/importable_enterprise_manager_entity.py +2 -2
- oci/opsi/models/news_report.py +2 -2
- oci/opsi/models/news_report_summary.py +2 -2
- oci/opsi/models/operations_insights_private_endpoint.py +2 -2
- oci/opsi/models/operations_insights_private_endpoint_summary.py +2 -2
- oci/opsi/models/operations_insights_warehouse.py +6 -6
- oci/opsi/models/operations_insights_warehouse_summary.py +6 -6
- oci/opsi/models/operations_insights_warehouse_user.py +4 -4
- oci/opsi/models/operations_insights_warehouse_user_summary.py +4 -4
- oci/opsi/models/operations_insights_warehouses.py +3 -3
- oci/opsi/models/opsi_configuration_basic_configuration_item_summary.py +1 -1
- oci/opsi/models/resource_filters.py +56 -2
- oci/opsi/models/sql_bucket.py +2 -2
- oci/opsi/models/sql_search_summary.py +2 -2
- oci/opsi/models/top_processes_usage.py +31 -0
- oci/opsi/models/top_processes_usage_trend.py +31 -0
- oci/opsi/models/update_operations_insights_warehouse_details.py +2 -2
- oci/opsi/models/update_operations_insights_warehouse_user_details.py +2 -2
- oci/opsi/models/work_requests.py +1 -1
- oci/opsi/operations_insights_client.py +604 -409
- oci/opsi/operations_insights_client_composite_operations.py +8 -8
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/regions_definitions.py +3 -0
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/models/usage_summary.py +62 -0
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/METADATA +1 -1
- {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/RECORD +385 -348
- {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/LICENSE.txt +0 -0
- {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/WHEEL +0 -0
- {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/top_level.txt +0 -0
@@ -158,7 +158,7 @@ class DatabaseMigrationClient(object):
|
|
158
158
|
:rtype: :class:`~oci.response.Response`
|
159
159
|
|
160
160
|
:example:
|
161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/abort_job.py.html>`__ to see an example of how to use abort_job API.
|
162
162
|
"""
|
163
163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
164
164
|
required_arguments = ['jobId']
|
@@ -272,7 +272,7 @@ class DatabaseMigrationClient(object):
|
|
272
272
|
:rtype: :class:`~oci.response.Response`
|
273
273
|
|
274
274
|
:example:
|
275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/add_migration_objects.py.html>`__ to see an example of how to use add_migration_objects API.
|
276
276
|
"""
|
277
277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
278
278
|
required_arguments = ['migrationId']
|
@@ -390,7 +390,7 @@ class DatabaseMigrationClient(object):
|
|
390
390
|
:rtype: :class:`~oci.response.Response`
|
391
391
|
|
392
392
|
:example:
|
393
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
393
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/change_connection_compartment.py.html>`__ to see an example of how to use change_connection_compartment API.
|
394
394
|
"""
|
395
395
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
396
396
|
required_arguments = ['connectionId']
|
@@ -511,7 +511,7 @@ class DatabaseMigrationClient(object):
|
|
511
511
|
:rtype: :class:`~oci.response.Response`
|
512
512
|
|
513
513
|
:example:
|
514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
514
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/change_migration_compartment.py.html>`__ to see an example of how to use change_migration_compartment API.
|
515
515
|
"""
|
516
516
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
517
517
|
required_arguments = ['migrationId']
|
@@ -632,7 +632,7 @@ class DatabaseMigrationClient(object):
|
|
632
632
|
:rtype: :class:`~oci.response.Response`
|
633
633
|
|
634
634
|
:example:
|
635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/clone_migration.py.html>`__ to see an example of how to use clone_migration API.
|
636
636
|
"""
|
637
637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
638
638
|
required_arguments = ['migrationId']
|
@@ -752,7 +752,7 @@ class DatabaseMigrationClient(object):
|
|
752
752
|
:rtype: :class:`~oci.response.Response`
|
753
753
|
|
754
754
|
:example:
|
755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/connection_diagnostics.py.html>`__ to see an example of how to use connection_diagnostics API.
|
756
756
|
"""
|
757
757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
758
758
|
required_arguments = ['connectionId']
|
@@ -864,7 +864,7 @@ class DatabaseMigrationClient(object):
|
|
864
864
|
:rtype: :class:`~oci.response.Response`
|
865
865
|
|
866
866
|
:example:
|
867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/create_connection.py.html>`__ to see an example of how to use create_connection API.
|
868
868
|
"""
|
869
869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
870
870
|
required_arguments = []
|
@@ -965,7 +965,7 @@ class DatabaseMigrationClient(object):
|
|
965
965
|
:rtype: :class:`~oci.response.Response`
|
966
966
|
|
967
967
|
:example:
|
968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/create_migration.py.html>`__ to see an example of how to use create_migration API.
|
969
969
|
"""
|
970
970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
971
971
|
required_arguments = []
|
@@ -1064,7 +1064,7 @@ class DatabaseMigrationClient(object):
|
|
1064
1064
|
:rtype: :class:`~oci.response.Response`
|
1065
1065
|
|
1066
1066
|
:example:
|
1067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
|
1068
1068
|
"""
|
1069
1069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1070
1070
|
required_arguments = ['connectionId']
|
@@ -1170,7 +1170,7 @@ class DatabaseMigrationClient(object):
|
|
1170
1170
|
:rtype: :class:`~oci.response.Response`
|
1171
1171
|
|
1172
1172
|
:example:
|
1173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/delete_job.py.html>`__ to see an example of how to use delete_job API.
|
1174
1174
|
"""
|
1175
1175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1176
1176
|
required_arguments = ['jobId']
|
@@ -1276,7 +1276,7 @@ class DatabaseMigrationClient(object):
|
|
1276
1276
|
:rtype: :class:`~oci.response.Response`
|
1277
1277
|
|
1278
1278
|
:example:
|
1279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/delete_migration.py.html>`__ to see an example of how to use delete_migration API.
|
1280
1280
|
"""
|
1281
1281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1282
1282
|
required_arguments = ['migrationId']
|
@@ -1389,7 +1389,7 @@ class DatabaseMigrationClient(object):
|
|
1389
1389
|
:rtype: :class:`~oci.response.Response`
|
1390
1390
|
|
1391
1391
|
:example:
|
1392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/evaluate_migration.py.html>`__ to see an example of how to use evaluate_migration API.
|
1393
1393
|
"""
|
1394
1394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1395
1395
|
required_arguments = ['migrationId']
|
@@ -1493,7 +1493,7 @@ class DatabaseMigrationClient(object):
|
|
1493
1493
|
:rtype: :class:`~oci.response.Response`
|
1494
1494
|
|
1495
1495
|
:example:
|
1496
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/get_advisor_report.py.html>`__ to see an example of how to use get_advisor_report API.
|
1497
1497
|
"""
|
1498
1498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1499
1499
|
required_arguments = ['jobId']
|
@@ -1592,7 +1592,7 @@ class DatabaseMigrationClient(object):
|
|
1592
1592
|
:rtype: :class:`~oci.response.Response`
|
1593
1593
|
|
1594
1594
|
:example:
|
1595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/get_connection.py.html>`__ to see an example of how to use get_connection API.
|
1596
1596
|
"""
|
1597
1597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1598
1598
|
required_arguments = ['connectionId']
|
@@ -1691,7 +1691,7 @@ class DatabaseMigrationClient(object):
|
|
1691
1691
|
:rtype: :class:`~oci.response.Response`
|
1692
1692
|
|
1693
1693
|
:example:
|
1694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/get_job.py.html>`__ to see an example of how to use get_job API.
|
1695
1695
|
"""
|
1696
1696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1697
1697
|
required_arguments = ['jobId']
|
@@ -1790,7 +1790,7 @@ class DatabaseMigrationClient(object):
|
|
1790
1790
|
:rtype: :class:`~oci.response.Response`
|
1791
1791
|
|
1792
1792
|
:example:
|
1793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/get_job_output_content.py.html>`__ to see an example of how to use get_job_output_content API.
|
1794
1794
|
"""
|
1795
1795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1796
1796
|
required_arguments = ['jobId']
|
@@ -1896,7 +1896,7 @@ class DatabaseMigrationClient(object):
|
|
1896
1896
|
:rtype: :class:`~oci.response.Response`
|
1897
1897
|
|
1898
1898
|
:example:
|
1899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
1899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/get_migration.py.html>`__ to see an example of how to use get_migration API.
|
1900
1900
|
"""
|
1901
1901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1902
1902
|
required_arguments = ['migrationId']
|
@@ -1997,7 +1997,7 @@ class DatabaseMigrationClient(object):
|
|
1997
1997
|
:rtype: :class:`~oci.response.Response`
|
1998
1998
|
|
1999
1999
|
:example:
|
2000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
2001
2001
|
"""
|
2002
2002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2003
2003
|
required_arguments = ['workRequestId']
|
@@ -2134,7 +2134,7 @@ class DatabaseMigrationClient(object):
|
|
2134
2134
|
:rtype: :class:`~oci.response.Response`
|
2135
2135
|
|
2136
2136
|
:example:
|
2137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/list_connections.py.html>`__ to see an example of how to use list_connections API.
|
2138
2138
|
"""
|
2139
2139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2140
2140
|
required_arguments = ['compartmentId']
|
@@ -2324,7 +2324,7 @@ class DatabaseMigrationClient(object):
|
|
2324
2324
|
:rtype: :class:`~oci.response.Response`
|
2325
2325
|
|
2326
2326
|
:example:
|
2327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/list_excluded_objects.py.html>`__ to see an example of how to use list_excluded_objects API.
|
2328
2328
|
"""
|
2329
2329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2330
2330
|
required_arguments = ['jobId']
|
@@ -2478,7 +2478,7 @@ class DatabaseMigrationClient(object):
|
|
2478
2478
|
:rtype: :class:`~oci.response.Response`
|
2479
2479
|
|
2480
2480
|
:example:
|
2481
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2481
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/list_job_outputs.py.html>`__ to see an example of how to use list_job_outputs API.
|
2482
2482
|
"""
|
2483
2483
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2484
2484
|
required_arguments = ['jobId']
|
@@ -2613,7 +2613,7 @@ class DatabaseMigrationClient(object):
|
|
2613
2613
|
:rtype: :class:`~oci.response.Response`
|
2614
2614
|
|
2615
2615
|
:example:
|
2616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
|
2617
2617
|
"""
|
2618
2618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2619
2619
|
required_arguments = ['migrationId']
|
@@ -2759,7 +2759,7 @@ class DatabaseMigrationClient(object):
|
|
2759
2759
|
:rtype: :class:`~oci.response.Response`
|
2760
2760
|
|
2761
2761
|
:example:
|
2762
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2762
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/list_migration_object_types.py.html>`__ to see an example of how to use list_migration_object_types API.
|
2763
2763
|
"""
|
2764
2764
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2765
2765
|
required_arguments = ['connectionType']
|
@@ -2894,7 +2894,7 @@ class DatabaseMigrationClient(object):
|
|
2894
2894
|
:rtype: :class:`~oci.response.Response`
|
2895
2895
|
|
2896
2896
|
:example:
|
2897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
2897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/list_migration_objects.py.html>`__ to see an example of how to use list_migration_objects API.
|
2898
2898
|
"""
|
2899
2899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2900
2900
|
required_arguments = ['migrationId']
|
@@ -2977,6 +2977,163 @@ class DatabaseMigrationClient(object):
|
|
2977
2977
|
api_reference_link=api_reference_link,
|
2978
2978
|
required_arguments=required_arguments)
|
2979
2979
|
|
2980
|
+
def list_migration_parameters(self, **kwargs):
|
2981
|
+
"""
|
2982
|
+
List of parameters that can be used to customize migrations.
|
2983
|
+
|
2984
|
+
|
2985
|
+
:param str opc_request_id: (optional)
|
2986
|
+
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
2987
|
+
particular request, please provide the request ID.
|
2988
|
+
|
2989
|
+
:param str migration_type: (optional)
|
2990
|
+
A filter to return only resources that match a certain Migration Type.
|
2991
|
+
|
2992
|
+
Allowed values are: "ONLINE", "OFFLINE"
|
2993
|
+
|
2994
|
+
:param str database_combination: (optional)
|
2995
|
+
A filter to return only resources that match a certain Database Combination.
|
2996
|
+
|
2997
|
+
Allowed values are: "MYSQL", "ORACLE"
|
2998
|
+
|
2999
|
+
:param int limit: (optional)
|
3000
|
+
The maximum number of items to return.
|
3001
|
+
|
3002
|
+
:param str page: (optional)
|
3003
|
+
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
3004
|
+
|
3005
|
+
:param str sort_by: (optional)
|
3006
|
+
The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending.
|
3007
|
+
Default order for displayName is ascending. If no value is specified timeCreated is default.
|
3008
|
+
|
3009
|
+
Allowed values are: "timeCreated", "displayName"
|
3010
|
+
|
3011
|
+
:param str sort_order: (optional)
|
3012
|
+
The sort order to use, either 'asc' or 'desc'.
|
3013
|
+
|
3014
|
+
Allowed values are: "ASC", "DESC"
|
3015
|
+
|
3016
|
+
:param obj retry_strategy: (optional)
|
3017
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
3018
|
+
|
3019
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
3020
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
3021
|
+
|
3022
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
3023
|
+
|
3024
|
+
:param bool allow_control_chars: (optional)
|
3025
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
3026
|
+
By default, the response will not allow control characters in strings
|
3027
|
+
|
3028
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database_migration.models.MigrationParameterSummaryCollection`
|
3029
|
+
:rtype: :class:`~oci.response.Response`
|
3030
|
+
|
3031
|
+
:example:
|
3032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/list_migration_parameters.py.html>`__ to see an example of how to use list_migration_parameters API.
|
3033
|
+
"""
|
3034
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3035
|
+
required_arguments = []
|
3036
|
+
resource_path = "/migrationParameters"
|
3037
|
+
method = "GET"
|
3038
|
+
operation_name = "list_migration_parameters"
|
3039
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database-migration/20230518/MigrationParameterSummary/ListMigrationParameters"
|
3040
|
+
|
3041
|
+
# Don't accept unknown kwargs
|
3042
|
+
expected_kwargs = [
|
3043
|
+
"allow_control_chars",
|
3044
|
+
"retry_strategy",
|
3045
|
+
"opc_request_id",
|
3046
|
+
"migration_type",
|
3047
|
+
"database_combination",
|
3048
|
+
"limit",
|
3049
|
+
"page",
|
3050
|
+
"sort_by",
|
3051
|
+
"sort_order"
|
3052
|
+
]
|
3053
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
3054
|
+
if extra_kwargs:
|
3055
|
+
raise ValueError(
|
3056
|
+
f"list_migration_parameters got unknown kwargs: {extra_kwargs!r}")
|
3057
|
+
|
3058
|
+
if 'migration_type' in kwargs:
|
3059
|
+
migration_type_allowed_values = ["ONLINE", "OFFLINE"]
|
3060
|
+
if kwargs['migration_type'] not in migration_type_allowed_values:
|
3061
|
+
raise ValueError(
|
3062
|
+
f"Invalid value for `migration_type`, must be one of { migration_type_allowed_values }"
|
3063
|
+
)
|
3064
|
+
|
3065
|
+
if 'database_combination' in kwargs:
|
3066
|
+
database_combination_allowed_values = ["MYSQL", "ORACLE"]
|
3067
|
+
if kwargs['database_combination'] not in database_combination_allowed_values:
|
3068
|
+
raise ValueError(
|
3069
|
+
f"Invalid value for `database_combination`, must be one of { database_combination_allowed_values }"
|
3070
|
+
)
|
3071
|
+
|
3072
|
+
if 'sort_by' in kwargs:
|
3073
|
+
sort_by_allowed_values = ["timeCreated", "displayName"]
|
3074
|
+
if kwargs['sort_by'] not in sort_by_allowed_values:
|
3075
|
+
raise ValueError(
|
3076
|
+
f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
|
3077
|
+
)
|
3078
|
+
|
3079
|
+
if 'sort_order' in kwargs:
|
3080
|
+
sort_order_allowed_values = ["ASC", "DESC"]
|
3081
|
+
if kwargs['sort_order'] not in sort_order_allowed_values:
|
3082
|
+
raise ValueError(
|
3083
|
+
f"Invalid value for `sort_order`, must be one of { sort_order_allowed_values }"
|
3084
|
+
)
|
3085
|
+
|
3086
|
+
query_params = {
|
3087
|
+
"migrationType": kwargs.get("migration_type", missing),
|
3088
|
+
"databaseCombination": kwargs.get("database_combination", missing),
|
3089
|
+
"limit": kwargs.get("limit", missing),
|
3090
|
+
"page": kwargs.get("page", missing),
|
3091
|
+
"sortBy": kwargs.get("sort_by", missing),
|
3092
|
+
"sortOrder": kwargs.get("sort_order", missing)
|
3093
|
+
}
|
3094
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
3095
|
+
|
3096
|
+
header_params = {
|
3097
|
+
"accept": "application/json",
|
3098
|
+
"content-type": "application/json",
|
3099
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
3100
|
+
}
|
3101
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
3102
|
+
|
3103
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
3104
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
3105
|
+
client_retry_strategy=self.retry_strategy
|
3106
|
+
)
|
3107
|
+
if retry_strategy is None:
|
3108
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
3109
|
+
|
3110
|
+
if retry_strategy:
|
3111
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
3112
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
3113
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
3114
|
+
return retry_strategy.make_retrying_call(
|
3115
|
+
self.base_client.call_api,
|
3116
|
+
resource_path=resource_path,
|
3117
|
+
method=method,
|
3118
|
+
query_params=query_params,
|
3119
|
+
header_params=header_params,
|
3120
|
+
response_type="MigrationParameterSummaryCollection",
|
3121
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
3122
|
+
operation_name=operation_name,
|
3123
|
+
api_reference_link=api_reference_link,
|
3124
|
+
required_arguments=required_arguments)
|
3125
|
+
else:
|
3126
|
+
return self.base_client.call_api(
|
3127
|
+
resource_path=resource_path,
|
3128
|
+
method=method,
|
3129
|
+
query_params=query_params,
|
3130
|
+
header_params=header_params,
|
3131
|
+
response_type="MigrationParameterSummaryCollection",
|
3132
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
3133
|
+
operation_name=operation_name,
|
3134
|
+
api_reference_link=api_reference_link,
|
3135
|
+
required_arguments=required_arguments)
|
3136
|
+
|
2980
3137
|
def list_migrations(self, compartment_id, **kwargs):
|
2981
3138
|
"""
|
2982
3139
|
List all Migrations.
|
@@ -3035,7 +3192,7 @@ class DatabaseMigrationClient(object):
|
|
3035
3192
|
:rtype: :class:`~oci.response.Response`
|
3036
3193
|
|
3037
3194
|
:example:
|
3038
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/list_migrations.py.html>`__ to see an example of how to use list_migrations API.
|
3039
3196
|
"""
|
3040
3197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3041
3198
|
required_arguments = ['compartmentId']
|
@@ -3187,7 +3344,7 @@ class DatabaseMigrationClient(object):
|
|
3187
3344
|
:rtype: :class:`~oci.response.Response`
|
3188
3345
|
|
3189
3346
|
:example:
|
3190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
3191
3348
|
"""
|
3192
3349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3193
3350
|
required_arguments = ['workRequestId']
|
@@ -3330,7 +3487,7 @@ class DatabaseMigrationClient(object):
|
|
3330
3487
|
:rtype: :class:`~oci.response.Response`
|
3331
3488
|
|
3332
3489
|
:example:
|
3333
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3490
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
3334
3491
|
"""
|
3335
3492
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3336
3493
|
required_arguments = ['workRequestId']
|
@@ -3483,7 +3640,7 @@ class DatabaseMigrationClient(object):
|
|
3483
3640
|
:rtype: :class:`~oci.response.Response`
|
3484
3641
|
|
3485
3642
|
:example:
|
3486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3643
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
3487
3644
|
"""
|
3488
3645
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3489
3646
|
required_arguments = ['compartmentId']
|
@@ -3620,7 +3777,7 @@ class DatabaseMigrationClient(object):
|
|
3620
3777
|
:rtype: :class:`~oci.response.Response`
|
3621
3778
|
|
3622
3779
|
:example:
|
3623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/remove_migration_objects.py.html>`__ to see an example of how to use remove_migration_objects API.
|
3624
3781
|
"""
|
3625
3782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3626
3783
|
required_arguments = ['migrationId']
|
@@ -3738,7 +3895,7 @@ class DatabaseMigrationClient(object):
|
|
3738
3895
|
:rtype: :class:`~oci.response.Response`
|
3739
3896
|
|
3740
3897
|
:example:
|
3741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
3898
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/resume_job.py.html>`__ to see an example of how to use resume_job API.
|
3742
3899
|
"""
|
3743
3900
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3744
3901
|
required_arguments = ['jobId']
|
@@ -3845,7 +4002,7 @@ class DatabaseMigrationClient(object):
|
|
3845
4002
|
:rtype: :class:`~oci.response.Response`
|
3846
4003
|
|
3847
4004
|
:example:
|
3848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/retrieve_supported_phases.py.html>`__ to see an example of how to use retrieve_supported_phases API.
|
3849
4006
|
"""
|
3850
4007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3851
4008
|
required_arguments = ['migrationId']
|
@@ -3961,7 +4118,7 @@ class DatabaseMigrationClient(object):
|
|
3961
4118
|
:rtype: :class:`~oci.response.Response`
|
3962
4119
|
|
3963
4120
|
:example:
|
3964
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/start_migration.py.html>`__ to see an example of how to use start_migration API.
|
3965
4122
|
"""
|
3966
4123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3967
4124
|
required_arguments = ['migrationId']
|
@@ -4078,7 +4235,7 @@ class DatabaseMigrationClient(object):
|
|
4078
4235
|
:rtype: :class:`~oci.response.Response`
|
4079
4236
|
|
4080
4237
|
:example:
|
4081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/update_connection.py.html>`__ to see an example of how to use update_connection API.
|
4082
4239
|
"""
|
4083
4240
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4084
4241
|
required_arguments = ['connectionId']
|
@@ -4189,7 +4346,7 @@ class DatabaseMigrationClient(object):
|
|
4189
4346
|
:rtype: :class:`~oci.response.Response`
|
4190
4347
|
|
4191
4348
|
:example:
|
4192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/update_job.py.html>`__ to see an example of how to use update_job API.
|
4193
4350
|
"""
|
4194
4351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4195
4352
|
required_arguments = ['jobId']
|
@@ -4302,7 +4459,7 @@ class DatabaseMigrationClient(object):
|
|
4302
4459
|
:rtype: :class:`~oci.response.Response`
|
4303
4460
|
|
4304
4461
|
:example:
|
4305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.
|
4462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/databasemigration/update_migration.py.html>`__ to see an example of how to use update_migration API.
|
4306
4463
|
"""
|
4307
4464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4308
4465
|
required_arguments = ['migrationId']
|
@@ -79,6 +79,10 @@ from .migration_job_progress_summary import MigrationJobProgressSummary
|
|
79
79
|
from .migration_object_collection import MigrationObjectCollection
|
80
80
|
from .migration_object_type_summary import MigrationObjectTypeSummary
|
81
81
|
from .migration_object_type_summary_collection import MigrationObjectTypeSummaryCollection
|
82
|
+
from .migration_parameter_base import MigrationParameterBase
|
83
|
+
from .migration_parameter_details import MigrationParameterDetails
|
84
|
+
from .migration_parameter_summary import MigrationParameterSummary
|
85
|
+
from .migration_parameter_summary_collection import MigrationParameterSummaryCollection
|
82
86
|
from .migration_phase_collection import MigrationPhaseCollection
|
83
87
|
from .migration_phase_summary import MigrationPhaseSummary
|
84
88
|
from .migration_summary import MigrationSummary
|
@@ -246,6 +250,10 @@ database_migration_type_mapping = {
|
|
246
250
|
"MigrationObjectCollection": MigrationObjectCollection,
|
247
251
|
"MigrationObjectTypeSummary": MigrationObjectTypeSummary,
|
248
252
|
"MigrationObjectTypeSummaryCollection": MigrationObjectTypeSummaryCollection,
|
253
|
+
"MigrationParameterBase": MigrationParameterBase,
|
254
|
+
"MigrationParameterDetails": MigrationParameterDetails,
|
255
|
+
"MigrationParameterSummary": MigrationParameterSummary,
|
256
|
+
"MigrationParameterSummaryCollection": MigrationParameterSummaryCollection,
|
249
257
|
"MigrationPhaseCollection": MigrationPhaseCollection,
|
250
258
|
"MigrationPhaseSummary": MigrationPhaseSummary,
|
251
259
|
"MigrationSummary": MigrationSummary,
|
@@ -79,6 +79,10 @@ class CreateOracleMigrationDetails(CreateMigrationDetails):
|
|
79
79
|
The value to assign to the ggs_details property of this CreateOracleMigrationDetails.
|
80
80
|
:type ggs_details: oci.database_migration.models.CreateOracleGgsDeploymentDetails
|
81
81
|
|
82
|
+
:param advanced_parameters:
|
83
|
+
The value to assign to the advanced_parameters property of this CreateOracleMigrationDetails.
|
84
|
+
:type advanced_parameters: list[oci.database_migration.models.MigrationParameterDetails]
|
85
|
+
|
82
86
|
:param source_container_database_connection_id:
|
83
87
|
The value to assign to the source_container_database_connection_id property of this CreateOracleMigrationDetails.
|
84
88
|
:type source_container_database_connection_id: str
|
@@ -111,6 +115,7 @@ class CreateOracleMigrationDetails(CreateMigrationDetails):
|
|
111
115
|
'advisor_settings': 'CreateOracleAdvisorSettings',
|
112
116
|
'hub_details': 'CreateGoldenGateHubDetails',
|
113
117
|
'ggs_details': 'CreateOracleGgsDeploymentDetails',
|
118
|
+
'advanced_parameters': 'list[MigrationParameterDetails]',
|
114
119
|
'source_container_database_connection_id': 'str',
|
115
120
|
'exclude_objects': 'list[OracleDatabaseObject]',
|
116
121
|
'include_objects': 'list[OracleDatabaseObject]',
|
@@ -132,6 +137,7 @@ class CreateOracleMigrationDetails(CreateMigrationDetails):
|
|
132
137
|
'advisor_settings': 'advisorSettings',
|
133
138
|
'hub_details': 'hubDetails',
|
134
139
|
'ggs_details': 'ggsDetails',
|
140
|
+
'advanced_parameters': 'advancedParameters',
|
135
141
|
'source_container_database_connection_id': 'sourceContainerDatabaseConnectionId',
|
136
142
|
'exclude_objects': 'excludeObjects',
|
137
143
|
'include_objects': 'includeObjects',
|
@@ -152,6 +158,7 @@ class CreateOracleMigrationDetails(CreateMigrationDetails):
|
|
152
158
|
self._advisor_settings = None
|
153
159
|
self._hub_details = None
|
154
160
|
self._ggs_details = None
|
161
|
+
self._advanced_parameters = None
|
155
162
|
self._source_container_database_connection_id = None
|
156
163
|
self._exclude_objects = None
|
157
164
|
self._include_objects = None
|
@@ -258,6 +265,30 @@ class CreateOracleMigrationDetails(CreateMigrationDetails):
|
|
258
265
|
"""
|
259
266
|
self._ggs_details = ggs_details
|
260
267
|
|
268
|
+
@property
|
269
|
+
def advanced_parameters(self):
|
270
|
+
"""
|
271
|
+
Gets the advanced_parameters of this CreateOracleMigrationDetails.
|
272
|
+
List of Migration Parameter objects.
|
273
|
+
|
274
|
+
|
275
|
+
:return: The advanced_parameters of this CreateOracleMigrationDetails.
|
276
|
+
:rtype: list[oci.database_migration.models.MigrationParameterDetails]
|
277
|
+
"""
|
278
|
+
return self._advanced_parameters
|
279
|
+
|
280
|
+
@advanced_parameters.setter
|
281
|
+
def advanced_parameters(self, advanced_parameters):
|
282
|
+
"""
|
283
|
+
Sets the advanced_parameters of this CreateOracleMigrationDetails.
|
284
|
+
List of Migration Parameter objects.
|
285
|
+
|
286
|
+
|
287
|
+
:param advanced_parameters: The advanced_parameters of this CreateOracleMigrationDetails.
|
288
|
+
:type: list[oci.database_migration.models.MigrationParameterDetails]
|
289
|
+
"""
|
290
|
+
self._advanced_parameters = advanced_parameters
|
291
|
+
|
261
292
|
@property
|
262
293
|
def source_container_database_connection_id(self):
|
263
294
|
"""
|