oci 2.114.0__py3-none-any.whl → 2.115.1__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/__init__.py +2 -2
- 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 +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- 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 +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/ephemeral_resource_principals_v21_signer.py +3 -17
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +47 -47
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- 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 +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +90 -90
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +141 -141
- 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 +12749 -7471
- oci/data_safe/data_safe_client_composite_operations.py +797 -29
- oci/data_safe/models/__init__.py +104 -0
- oci/data_safe/models/apply_sdm_masking_policy_difference_details.py +1 -1
- oci/data_safe/models/audit_policy_dimensions.py +7 -3
- oci/data_safe/models/audit_specification.py +7 -3
- oci/data_safe/models/autonomous_database_details.py +3 -3
- oci/data_safe/models/change_database_security_config_compartment_details.py +72 -0
- oci/data_safe/models/change_security_policy_compartment_details.py +72 -0
- oci/data_safe/models/change_security_policy_deployment_compartment_details.py +72 -0
- oci/data_safe/models/change_sql_collection_compartment_details.py +72 -0
- oci/data_safe/models/change_sql_firewall_policy_compartment_details.py +72 -0
- oci/data_safe/models/change_target_database_compartment_details.py +2 -2
- oci/data_safe/models/column_summary.py +1 -1
- oci/data_safe/models/create_data_safe_private_endpoint_details.py +1 -1
- oci/data_safe/models/create_discovery_job_details.py +4 -4
- oci/data_safe/models/create_masking_column_details.py +2 -2
- oci/data_safe/models/create_masking_policy_details.py +2 -4
- oci/data_safe/models/create_sensitive_data_model_details.py +2 -2
- oci/data_safe/models/create_sql_collection_details.py +372 -0
- oci/data_safe/models/create_target_alert_policy_association_details.py +2 -2
- oci/data_safe/models/database_cloud_service_details.py +3 -3
- oci/data_safe/models/database_security_config.py +527 -0
- oci/data_safe/models/database_security_config_collection.py +72 -0
- oci/data_safe/models/database_security_config_summary.py +494 -0
- oci/data_safe/models/discovery_job.py +2 -2
- oci/data_safe/models/discovery_job_result.py +2 -2
- oci/data_safe/models/discovery_job_result_summary.py +2 -2
- oci/data_safe/models/download_masking_log_details.py +1 -1
- oci/data_safe/models/entry_details.py +103 -0
- oci/data_safe/models/firewall_policy_entry_details.py +113 -0
- oci/data_safe/models/mask_data_details.py +2 -4
- oci/data_safe/models/masking_column.py +2 -2
- oci/data_safe/models/masking_column_summary.py +2 -2
- oci/data_safe/models/masking_policy.py +2 -4
- oci/data_safe/models/profile.py +2 -2
- oci/data_safe/models/profile_aggregation.py +1 -65
- oci/data_safe/models/profile_summary.py +2 -2
- oci/data_safe/models/report_definition.py +22 -6
- oci/data_safe/models/report_definition_summary.py +22 -6
- oci/data_safe/models/role_summary.py +3 -3
- oci/data_safe/models/schema_summary.py +1 -1
- oci/data_safe/models/security_assessment.py +6 -6
- oci/data_safe/models/security_assessment_base_line_details.py +3 -3
- oci/data_safe/models/security_assessment_summary.py +6 -6
- oci/data_safe/models/security_policy.py +432 -0
- oci/data_safe/models/security_policy_collection.py +72 -0
- oci/data_safe/models/security_policy_deployment.py +498 -0
- oci/data_safe/models/security_policy_deployment_collection.py +72 -0
- oci/data_safe/models/security_policy_deployment_summary.py +498 -0
- oci/data_safe/models/security_policy_entry_state.py +220 -0
- oci/data_safe/models/security_policy_entry_state_collection.py +72 -0
- oci/data_safe/models/security_policy_entry_state_summary.py +193 -0
- oci/data_safe/models/security_policy_summary.py +432 -0
- oci/data_safe/models/sensitive_data_model.py +2 -2
- oci/data_safe/models/sql_collection.py +667 -0
- oci/data_safe/models/sql_collection_aggregation.py +99 -0
- oci/data_safe/models/sql_collection_analytics_collection.py +72 -0
- oci/data_safe/models/sql_collection_collection.py +72 -0
- oci/data_safe/models/sql_collection_dimensions.py +147 -0
- oci/data_safe/models/sql_collection_log_aggregation.py +192 -0
- oci/data_safe/models/sql_collection_log_dimensions.py +134 -0
- oci/data_safe/models/sql_collection_log_insights_collection.py +72 -0
- oci/data_safe/models/sql_collection_summary.py +634 -0
- oci/data_safe/models/sql_firewall_allowed_sql_aggregation.py +99 -0
- oci/data_safe/models/sql_firewall_allowed_sql_analytics_collection.py +72 -0
- oci/data_safe/models/sql_firewall_allowed_sql_collection.py +72 -0
- oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +201 -0
- oci/data_safe/models/sql_firewall_allowed_sql_summary.py +622 -0
- oci/data_safe/models/sql_firewall_config.py +215 -0
- oci/data_safe/models/sql_firewall_policy.py +838 -0
- oci/data_safe/models/sql_firewall_policy_aggregation.py +99 -0
- oci/data_safe/models/sql_firewall_policy_analytics_collection.py +72 -0
- oci/data_safe/models/sql_firewall_policy_collection.py +72 -0
- oci/data_safe/models/sql_firewall_policy_dimensions.py +241 -0
- oci/data_safe/models/sql_firewall_policy_summary.py +712 -0
- oci/data_safe/models/sql_firewall_violation_aggregation.py +223 -0
- oci/data_safe/models/sql_firewall_violation_aggregation_dimensions.py +402 -0
- oci/data_safe/models/sql_firewall_violation_analytics_collection.py +72 -0
- oci/data_safe/models/sql_firewall_violation_summary.py +604 -0
- oci/data_safe/models/sql_firewall_violations_collection.py +72 -0
- oci/data_safe/models/table_summary.py +1 -1
- oci/data_safe/models/target_alert_policy_association.py +2 -2
- oci/data_safe/models/target_alert_policy_association_summary.py +2 -2
- oci/data_safe/models/target_database.py +4 -4
- oci/data_safe/models/target_database_summary.py +2 -2
- oci/data_safe/models/update_data_safe_private_endpoint_details.py +1 -1
- oci/data_safe/models/update_database_security_config_details.py +208 -0
- oci/data_safe/models/update_masking_column_details.py +2 -2
- oci/data_safe/models/update_masking_policy_details.py +2 -4
- oci/data_safe/models/update_security_policy_deployment_details.py +181 -0
- oci/data_safe/models/update_security_policy_details.py +181 -0
- oci/data_safe/models/update_sql_collection_details.py +181 -0
- oci/data_safe/models/update_sql_firewall_config_details.py +184 -0
- oci/data_safe/models/update_sql_firewall_policy_details.py +466 -0
- oci/data_safe/models/update_target_alert_policy_association_details.py +2 -2
- oci/data_safe/models/user_assessment.py +14 -14
- oci/data_safe/models/user_assessment_base_line_details.py +3 -3
- oci/data_safe/models/user_assessment_summary.py +18 -18
- oci/data_safe/models/user_summary.py +8 -8
- oci/data_safe/models/work_request.py +83 -3
- oci/data_safe/models/work_request_summary.py +83 -3
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +645 -319
- oci/database/database_client_composite_operations.py +176 -0
- oci/database/models/__init__.py +8 -0
- oci/database/models/autonomous_container_database.py +7 -3
- oci/database/models/autonomous_container_database_summary.py +7 -3
- oci/database/models/configure_saas_admin_user_details.py +284 -0
- oci/database/models/create_autonomous_container_database_dataguard_association_details.py +321 -0
- oci/database/models/database_connection_string_profile.py +33 -2
- oci/database/models/generate_autonomous_database_wallet_details.py +33 -2
- oci/database/models/saas_admin_user_configuration.py +284 -0
- oci/database/models/saas_admin_user_status.py +154 -0
- oci/database_management/__init__.py +3 -1
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +945 -0
- oci/database_management/managed_my_sql_databases_client_composite_operations.py +26 -0
- oci/database_management/models/__init__.py +26 -0
- oci/database_management/models/managed_my_sql_database.py +227 -0
- oci/database_management/models/managed_my_sql_database_collection.py +72 -0
- oci/database_management/models/managed_my_sql_database_summary.py +227 -0
- oci/database_management/models/my_sql_configuration_data_collection.py +72 -0
- oci/database_management/models/my_sql_configuration_data_summary.py +616 -0
- oci/database_management/models/my_sql_data_collection.py +72 -0
- oci/database_management/models/my_sql_data_summary.py +1033 -0
- oci/database_management/models/my_sql_database_usage_metrics.py +342 -0
- oci/database_management/models/my_sql_fleet_by_category.py +134 -0
- oci/database_management/models/my_sql_fleet_metric_definition.py +196 -0
- oci/database_management/models/my_sql_fleet_metric_summary_definition.py +165 -0
- oci/database_management/models/my_sql_fleet_metrics.py +165 -0
- oci/database_management/models/my_sql_fleet_summary.py +103 -0
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +168 -152
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +45 -45
- oci/disaster_recovery/models/__init__.py +88 -0
- oci/disaster_recovery/models/associate_dr_protection_group_details.py +13 -9
- oci/disaster_recovery/models/block_volume_attachment_details.py +78 -0
- oci/disaster_recovery/models/block_volume_mount_details.py +76 -0
- oci/disaster_recovery/models/cancel_dr_plan_execution_details.py +1 -1
- oci/disaster_recovery/models/change_dr_protection_group_compartment_details.py +5 -5
- oci/disaster_recovery/models/compute_instance_movable_file_system_operation.py +165 -0
- oci/disaster_recovery/models/compute_instance_movable_vnic_mapping.py +27 -23
- oci/disaster_recovery/models/compute_instance_movable_vnic_mapping_details.py +27 -23
- oci/disaster_recovery/models/compute_instance_non_movable_block_volume_operation.py +130 -0
- oci/disaster_recovery/models/compute_instance_non_movable_file_system_operation.py +146 -0
- oci/disaster_recovery/models/compute_instance_vnic_mapping.py +13 -11
- oci/disaster_recovery/models/compute_instance_vnic_mapping_details.py +25 -21
- oci/disaster_recovery/models/create_block_volume_attachment_details.py +78 -0
- oci/disaster_recovery/models/create_block_volume_mount_details.py +76 -0
- oci/disaster_recovery/models/create_compute_instance_movable_file_system_operation_details.py +165 -0
- oci/disaster_recovery/models/create_compute_instance_non_movable_block_volume_operation_details.py +130 -0
- oci/disaster_recovery/models/create_compute_instance_non_movable_file_system_operation_details.py +146 -0
- oci/disaster_recovery/models/create_dr_plan_details.py +24 -12
- oci/disaster_recovery/models/create_dr_plan_execution_details.py +11 -7
- oci/disaster_recovery/models/create_dr_protection_group_details.py +15 -11
- oci/disaster_recovery/models/create_dr_protection_group_member_autonomous_database_details.py +2 -2
- oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_details.py +18 -16
- oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_movable_details.py +61 -26
- oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_non_movable_details.py +99 -4
- oci/disaster_recovery/models/create_dr_protection_group_member_database_details.py +5 -5
- oci/disaster_recovery/models/create_dr_protection_group_member_details.py +30 -6
- oci/disaster_recovery/models/create_dr_protection_group_member_file_system_details.py +124 -0
- oci/disaster_recovery/models/create_dr_protection_group_member_load_balancer_details.py +124 -0
- oci/disaster_recovery/models/create_dr_protection_group_member_network_load_balancer_details.py +124 -0
- oci/disaster_recovery/models/create_dr_protection_group_member_volume_group_details.py +2 -2
- oci/disaster_recovery/models/create_file_system_mount_details.py +76 -0
- oci/disaster_recovery/models/create_file_system_unmount_details.py +76 -0
- oci/disaster_recovery/models/create_object_storage_log_location_details.py +5 -5
- oci/disaster_recovery/models/disassociate_dr_protection_group_default_details.py +1 -1
- oci/disaster_recovery/models/disassociate_dr_protection_group_details.py +3 -3
- oci/disaster_recovery/models/dr_plan.py +56 -42
- oci/disaster_recovery/models/dr_plan_collection.py +3 -3
- oci/disaster_recovery/models/dr_plan_execution.py +72 -52
- oci/disaster_recovery/models/dr_plan_execution_collection.py +3 -4
- oci/disaster_recovery/models/dr_plan_execution_option_details.py +35 -3
- oci/disaster_recovery/models/dr_plan_execution_options.py +35 -3
- oci/disaster_recovery/models/dr_plan_execution_summary.py +68 -48
- oci/disaster_recovery/models/dr_plan_group.py +15 -11
- oci/disaster_recovery/models/dr_plan_group_execution.py +21 -17
- oci/disaster_recovery/models/dr_plan_step.py +170 -14
- oci/disaster_recovery/models/dr_plan_step_execution.py +178 -22
- oci/disaster_recovery/models/dr_plan_summary.py +62 -38
- oci/disaster_recovery/models/dr_plan_user_defined_step.py +19 -23
- oci/disaster_recovery/models/dr_protection_group.py +87 -34
- oci/disaster_recovery/models/dr_protection_group_collection.py +3 -3
- oci/disaster_recovery/models/dr_protection_group_member.py +30 -6
- oci/disaster_recovery/models/dr_protection_group_member_autonomous_database.py +2 -2
- oci/disaster_recovery/models/dr_protection_group_member_compute_instance.py +16 -12
- oci/disaster_recovery/models/dr_protection_group_member_compute_instance_movable.py +59 -22
- oci/disaster_recovery/models/dr_protection_group_member_compute_instance_non_movable.py +97 -4
- oci/disaster_recovery/models/dr_protection_group_member_database.py +8 -6
- oci/disaster_recovery/models/dr_protection_group_member_file_system.py +124 -0
- oci/disaster_recovery/models/dr_protection_group_member_load_balancer.py +126 -0
- oci/disaster_recovery/models/dr_protection_group_member_network_load_balancer.py +126 -0
- oci/disaster_recovery/models/dr_protection_group_member_volume_group.py +2 -2
- oci/disaster_recovery/models/dr_protection_group_summary.py +85 -32
- oci/disaster_recovery/models/failover_execution_option_details.py +1 -1
- oci/disaster_recovery/models/failover_execution_options.py +1 -1
- oci/disaster_recovery/models/failover_precheck_execution_option_details.py +1 -1
- oci/disaster_recovery/models/failover_precheck_execution_options.py +1 -1
- oci/disaster_recovery/models/file_system_export_mapping.py +111 -0
- oci/disaster_recovery/models/file_system_export_mapping_details.py +111 -0
- oci/disaster_recovery/models/file_system_mount_details.py +76 -0
- oci/disaster_recovery/models/file_system_unmount_details.py +76 -0
- oci/disaster_recovery/models/ignore_dr_plan_execution_details.py +4 -4
- oci/disaster_recovery/models/invoke_function_step.py +2 -2
- oci/disaster_recovery/models/load_balancer_backend_set_mapping.py +150 -0
- oci/disaster_recovery/models/load_balancer_backend_set_mapping_details.py +154 -0
- oci/disaster_recovery/models/network_load_balancer_backend_set_mapping.py +150 -0
- oci/disaster_recovery/models/network_load_balancer_backend_set_mapping_details.py +154 -0
- oci/disaster_recovery/models/object_storage_log_location.py +7 -7
- oci/disaster_recovery/models/object_storage_script_location.py +7 -7
- oci/disaster_recovery/models/pause_dr_plan_execution_details.py +1 -1
- oci/disaster_recovery/models/resume_dr_plan_execution_details.py +1 -1
- oci/disaster_recovery/models/retry_dr_plan_execution_details.py +4 -4
- oci/disaster_recovery/models/run_local_script_user_defined_step.py +16 -6
- oci/disaster_recovery/models/run_object_store_script_user_defined_step.py +16 -6
- oci/disaster_recovery/models/start_drill_execution_option_details.py +121 -0
- oci/disaster_recovery/models/start_drill_execution_options.py +121 -0
- oci/disaster_recovery/models/start_drill_precheck_execution_option_details.py +86 -0
- oci/disaster_recovery/models/start_drill_precheck_execution_options.py +86 -0
- oci/disaster_recovery/models/stop_drill_execution_option_details.py +121 -0
- oci/disaster_recovery/models/stop_drill_execution_options.py +121 -0
- oci/disaster_recovery/models/stop_drill_precheck_execution_option_details.py +86 -0
- oci/disaster_recovery/models/stop_drill_precheck_execution_options.py +86 -0
- oci/disaster_recovery/models/switchover_execution_option_details.py +1 -1
- oci/disaster_recovery/models/switchover_execution_options.py +1 -1
- oci/disaster_recovery/models/switchover_precheck_execution_option_details.py +1 -1
- oci/disaster_recovery/models/switchover_precheck_execution_options.py +1 -1
- oci/disaster_recovery/models/update_block_volume_attachment_details.py +78 -0
- oci/disaster_recovery/models/update_block_volume_mount_details.py +76 -0
- oci/disaster_recovery/models/update_compute_instance_movable_file_system_operation_details.py +165 -0
- oci/disaster_recovery/models/update_compute_instance_non_movable_block_volume_operation_details.py +130 -0
- oci/disaster_recovery/models/update_compute_instance_non_movable_file_system_operation_details.py +146 -0
- oci/disaster_recovery/models/update_dr_plan_details.py +9 -5
- oci/disaster_recovery/models/update_dr_plan_execution_details.py +9 -5
- oci/disaster_recovery/models/update_dr_plan_group_details.py +11 -7
- oci/disaster_recovery/models/update_dr_plan_step_details.py +7 -7
- oci/disaster_recovery/models/update_dr_plan_user_defined_step_details.py +27 -9
- oci/disaster_recovery/models/update_dr_protection_group_details.py +13 -7
- oci/disaster_recovery/models/update_dr_protection_group_member_autonomous_database_details.py +2 -2
- oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_details.py +18 -16
- oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_movable_details.py +61 -26
- oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_non_movable_details.py +99 -4
- oci/disaster_recovery/models/update_dr_protection_group_member_database_details.py +5 -5
- oci/disaster_recovery/models/update_dr_protection_group_member_details.py +30 -6
- oci/disaster_recovery/models/update_dr_protection_group_member_file_system_details.py +124 -0
- oci/disaster_recovery/models/update_dr_protection_group_member_load_balancer_details.py +124 -0
- oci/disaster_recovery/models/update_dr_protection_group_member_network_load_balancer_details.py +124 -0
- oci/disaster_recovery/models/update_dr_protection_group_member_volume_group_details.py +2 -2
- oci/disaster_recovery/models/update_dr_protection_group_role_details.py +3 -3
- oci/disaster_recovery/models/update_file_system_mount_details.py +76 -0
- oci/disaster_recovery/models/update_file_system_unmount_details.py +76 -0
- oci/disaster_recovery/models/update_invoke_function_user_defined_step_details.py +2 -2
- oci/disaster_recovery/models/update_object_storage_log_location_details.py +5 -5
- oci/disaster_recovery/models/update_object_storage_script_location_details.py +7 -7
- oci/disaster_recovery/models/update_run_local_script_user_defined_step_details.py +14 -4
- oci/disaster_recovery/models/update_run_object_store_script_user_defined_step_details.py +16 -2
- oci/disaster_recovery/models/work_request.py +6 -6
- oci/disaster_recovery/models/work_request_error_collection.py +2 -2
- oci/disaster_recovery/models/work_request_log_entry.py +2 -2
- oci/disaster_recovery/models/work_request_resource.py +2 -2
- oci/disaster_recovery/models/work_request_summary.py +7 -7
- oci/disaster_recovery/models/work_request_summary_collection.py +2 -2
- 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 +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- 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 +39 -39
- 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/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +57 -57
- 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 +190 -190
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +1352 -164
- oci/jms/java_management_service_client_composite_operations.py +226 -0
- oci/jms/models/__init__.py +32 -0
- oci/jms/models/agent.py +240 -0
- oci/jms/models/announcement_summary.py +1 -1
- oci/jms/models/application_work_item_details.py +2 -2
- oci/jms/models/basic_work_item_details.py +2 -2
- oci/jms/models/blocklist.py +31 -3
- oci/jms/models/blocklist_entry.py +31 -3
- oci/jms/models/create_blocklist_details.py +31 -3
- oci/jms/models/create_drs_file_details.py +134 -0
- oci/jms/models/disable_drs_details.py +69 -0
- oci/jms/models/drs_file.py +272 -0
- oci/jms/models/drs_file_collection.py +72 -0
- oci/jms/models/drs_file_summary.py +272 -0
- oci/jms/models/drs_target.py +72 -0
- oci/jms/models/enable_drs_details.py +69 -0
- oci/jms/models/export_setting.py +485 -0
- oci/jms/models/export_status.py +201 -0
- oci/jms/models/fleet.py +31 -0
- oci/jms/models/fleet_agent_configuration.py +27 -0
- oci/jms/models/fleet_summary.py +31 -0
- oci/jms/models/java_artifact.py +262 -2
- oci/jms/models/java_family.py +103 -2
- oci/jms/models/java_family_summary.py +70 -2
- oci/jms/models/java_migration_analysis_result.py +31 -0
- oci/jms/models/java_migration_analysis_result_summary.py +31 -0
- oci/jms/models/java_release.py +66 -2
- oci/jms/models/java_release_summary.py +66 -2
- oci/jms/models/lcm_work_item_details.py +86 -0
- oci/jms/models/manage_drs_details.py +73 -0
- oci/jms/models/managed_instance_usage.py +82 -0
- oci/jms/models/patch_detail.py +103 -0
- oci/jms/models/performance_tuning_analysis.py +2 -2
- oci/jms/models/plugin.py +103 -0
- oci/jms/models/request_crypto_analyses_details.py +2 -2
- oci/jms/models/update_drs_file_details.py +134 -0
- oci/jms/models/update_export_setting_details.py +349 -0
- oci/jms/models/update_fleet_agent_configuration_details.py +29 -2
- oci/jms/models/work_item_details.py +34 -6
- oci/jms/models/work_request.py +31 -3
- oci/jms_java_downloads/__init__.py +14 -0
- oci/jms_java_downloads/java_download_client.py +3088 -0
- oci/jms_java_downloads/java_download_client_composite_operations.py +384 -0
- oci/jms_java_downloads/models/__init__.py +80 -0
- oci/jms_java_downloads/models/create_java_download_report_details.py +289 -0
- oci/jms_java_downloads/models/create_java_download_token_details.py +336 -0
- oci/jms_java_downloads/models/create_java_license_acceptance_record_details.py +174 -0
- oci/jms_java_downloads/models/download_url.py +119 -0
- oci/jms_java_downloads/models/generate_artifact_download_url_details.py +72 -0
- oci/jms_java_downloads/models/java_download_count_aggregation.py +289 -0
- oci/jms_java_downloads/models/java_download_count_aggregation_collection.py +123 -0
- oci/jms_java_downloads/models/java_download_record.py +351 -0
- oci/jms_java_downloads/models/java_download_record_collection.py +72 -0
- oci/jms_java_downloads/models/java_download_record_summary.py +351 -0
- oci/jms_java_downloads/models/java_download_report.py +533 -0
- oci/jms_java_downloads/models/java_download_report_collection.py +72 -0
- oci/jms_java_downloads/models/java_download_report_summary.py +532 -0
- oci/jms_java_downloads/models/java_download_token.py +710 -0
- oci/jms_java_downloads/models/java_download_token_collection.py +72 -0
- oci/jms_java_downloads/models/java_download_token_summary.py +710 -0
- oci/jms_java_downloads/models/java_license.py +154 -0
- oci/jms_java_downloads/models/java_license_acceptance_record.py +513 -0
- oci/jms_java_downloads/models/java_license_acceptance_record_collection.py +72 -0
- oci/jms_java_downloads/models/java_license_acceptance_record_summary.py +513 -0
- oci/jms_java_downloads/models/java_license_collection.py +72 -0
- oci/jms_java_downloads/models/java_license_summary.py +154 -0
- oci/jms_java_downloads/models/principal.py +138 -0
- oci/jms_java_downloads/models/request_summarized_java_download_counts_details.py +415 -0
- oci/jms_java_downloads/models/update_java_download_token_details.py +270 -0
- oci/jms_java_downloads/models/update_java_license_acceptance_record_details.py +88 -0
- oci/jms_java_downloads/models/work_request.py +412 -0
- oci/jms_java_downloads/models/work_request_error.py +136 -0
- oci/jms_java_downloads/models/work_request_error_collection.py +72 -0
- oci/jms_java_downloads/models/work_request_log_entry.py +103 -0
- oci/jms_java_downloads/models/work_request_log_entry_collection.py +72 -0
- oci/jms_java_downloads/models/work_request_resource.py +203 -0
- oci/jms_java_downloads/models/work_request_summary.py +412 -0
- oci/jms_java_downloads/models/work_request_summary_collection.py +72 -0
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- 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 +23 -23
- oci/log_analytics/log_analytics_client.py +192 -192
- 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 +23 -23
- 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_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +32 -17
- oci/mysql/models/create_db_system_details.py +49 -2
- oci/mysql/models/db_system.py +49 -2
- oci/mysql/models/db_system_snapshot.py +49 -2
- oci/mysql/models/db_system_summary.py +49 -2
- oci/mysql/models/update_db_system_details.py +49 -2
- 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/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/esxi_host_client.py +6 -6
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- 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 +11 -11
- 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 +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +159 -159
- 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/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- 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/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- 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_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/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/models/__init__.py +124 -0
- oci/stack_monitoring/models/anomaly_data_point.py +196 -0
- oci/stack_monitoring/models/anomaly_metric_data.py +103 -0
- oci/stack_monitoring/models/associated_monitored_resource.py +47 -0
- oci/stack_monitoring/models/associated_resources_summary.py +47 -0
- oci/stack_monitoring/models/auto_promote_config_details.py +1 -1
- oci/stack_monitoring/models/baselineable_metric.py +559 -0
- oci/stack_monitoring/models/baselineable_metric_summary.py +435 -0
- oci/stack_monitoring/models/baselineable_metric_summary_collection.py +72 -0
- oci/stack_monitoring/models/change_metric_extension_compartment_details.py +78 -0
- oci/stack_monitoring/models/change_monitored_resource_task_compartment_details.py +78 -0
- oci/stack_monitoring/models/config.py +19 -3
- oci/stack_monitoring/models/config_summary.py +8 -0
- oci/stack_monitoring/models/create_baselineable_metric_details.py +196 -0
- oci/stack_monitoring/models/create_config_details.py +8 -0
- oci/stack_monitoring/models/create_license_auto_assign_config_details.py +125 -0
- oci/stack_monitoring/models/create_license_enterprise_extensibility_config_details.py +109 -0
- oci/stack_monitoring/models/create_metric_extension_details.py +289 -0
- oci/stack_monitoring/models/create_monitored_resource_details.py +49 -0
- oci/stack_monitoring/models/create_monitored_resource_task_details.py +202 -0
- oci/stack_monitoring/models/create_monitored_resource_type_details.py +297 -0
- oci/stack_monitoring/models/data_point.py +103 -0
- oci/stack_monitoring/models/disable_metric_extension_details.py +72 -0
- oci/stack_monitoring/models/discovery_details.py +47 -0
- oci/stack_monitoring/models/discovery_job_summary.py +47 -0
- oci/stack_monitoring/models/enable_metric_extension_details.py +72 -0
- oci/stack_monitoring/models/enabled_resource_details.py +72 -0
- oci/stack_monitoring/models/evaluate_baselineable_metric_details.py +103 -0
- oci/stack_monitoring/models/evaluate_baselineable_metric_result.py +103 -0
- oci/stack_monitoring/models/import_oci_telemetry_resources_task_details.py +241 -0
- oci/stack_monitoring/models/jmx_query_properties.py +206 -0
- oci/stack_monitoring/models/jmx_update_query_properties.py +206 -0
- oci/stack_monitoring/models/license_auto_assign_config_details.py +165 -0
- oci/stack_monitoring/models/license_auto_assign_config_summary.py +160 -0
- oci/stack_monitoring/models/license_enterprise_extensibility_config_details.py +147 -0
- oci/stack_monitoring/models/license_enterprise_extensibility_config_summary.py +144 -0
- oci/stack_monitoring/models/manage_license_details.py +88 -0
- oci/stack_monitoring/models/metric.py +329 -0
- oci/stack_monitoring/models/metric_data.py +134 -0
- oci/stack_monitoring/models/metric_extension.py +701 -0
- oci/stack_monitoring/models/metric_extension_collection.py +72 -0
- oci/stack_monitoring/models/metric_extension_query_properties.py +117 -0
- oci/stack_monitoring/models/metric_extension_summary.py +504 -0
- oci/stack_monitoring/models/metric_extension_update_query_properties.py +117 -0
- oci/stack_monitoring/models/monitored_resource.py +47 -0
- oci/stack_monitoring/models/monitored_resource_member_summary.py +47 -0
- oci/stack_monitoring/models/monitored_resource_summary.py +82 -0
- oci/stack_monitoring/models/monitored_resource_task.py +483 -0
- oci/stack_monitoring/models/monitored_resource_task_details.py +101 -0
- oci/stack_monitoring/models/monitored_resource_task_summary.py +413 -0
- oci/stack_monitoring/models/monitored_resource_tasks_collection.py +72 -0
- oci/stack_monitoring/models/monitored_resource_type.py +504 -0
- oci/stack_monitoring/models/monitored_resource_type_summary.py +504 -0
- oci/stack_monitoring/models/monitored_resource_types_collection.py +72 -0
- oci/stack_monitoring/models/monitored_resources_count_aggregation.py +111 -0
- oci/stack_monitoring/models/monitored_resources_count_aggregation_collection.py +72 -0
- oci/stack_monitoring/models/os_command_query_properties.py +202 -0
- oci/stack_monitoring/models/os_command_update_query_properties.py +202 -0
- oci/stack_monitoring/models/resource_type_metadata_details.py +105 -0
- oci/stack_monitoring/models/script_file_details.py +103 -0
- oci/stack_monitoring/models/search_monitored_resources_details.py +47 -0
- oci/stack_monitoring/models/sql_details.py +103 -0
- oci/stack_monitoring/models/sql_in_param_details.py +103 -0
- oci/stack_monitoring/models/sql_out_param_details.py +119 -0
- oci/stack_monitoring/models/sql_query_properties.py +184 -0
- oci/stack_monitoring/models/sql_update_query_properties.py +183 -0
- oci/stack_monitoring/models/system_format_resource_type_metadata_details.py +263 -0
- oci/stack_monitoring/models/test_metric_extension_data.py +165 -0
- oci/stack_monitoring/models/test_metric_extension_details.py +72 -0
- oci/stack_monitoring/models/unique_property_set.py +72 -0
- oci/stack_monitoring/models/update_baselineable_metric_details.py +435 -0
- oci/stack_monitoring/models/update_config_details.py +8 -0
- oci/stack_monitoring/models/update_license_auto_assign_config_details.py +118 -0
- oci/stack_monitoring/models/update_license_enterprise_extensibility_config_details.py +102 -0
- oci/stack_monitoring/models/update_metric_extension_details.py +192 -0
- oci/stack_monitoring/models/update_monitored_resource_task_details.py +107 -0
- oci/stack_monitoring/models/update_monitored_resource_type_details.py +227 -0
- oci/stack_monitoring/models/work_request.py +19 -3
- oci/stack_monitoring/models/work_request_summary.py +19 -3
- oci/stack_monitoring/stack_monitoring_client.py +4906 -1196
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +743 -28
- 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/usageapi_client.py +19 -19
- oci/vault/vaults_client.py +11 -11
- 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.114.0.dist-info → oci-2.115.1.dist-info}/METADATA +1 -1
- {oci-2.114.0.dist-info → oci-2.115.1.dist-info}/RECORD +659 -428
- {oci-2.114.0.dist-info → oci-2.115.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.114.0.dist-info → oci-2.115.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.114.0.dist-info → oci-2.115.1.dist-info}/WHEEL +0 -0
- {oci-2.114.0.dist-info → oci-2.115.1.dist-info}/top_level.txt +0 -0
@@ -22,9 +22,10 @@ missing = Sentinel("Missing")
|
|
22
22
|
|
23
23
|
class DisasterRecoveryClient(object):
|
24
24
|
"""
|
25
|
-
Use the Full Stack Disaster Recovery (
|
26
|
-
|
27
|
-
capabilities for all layers of an application stack, including infrastructure, middleware, database,
|
25
|
+
Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
|
26
|
+
Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
|
27
|
+
recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
|
28
|
+
and application.
|
28
29
|
"""
|
29
30
|
|
30
31
|
def __init__(self, config, **kwargs):
|
@@ -120,17 +121,17 @@ class DisasterRecoveryClient(object):
|
|
120
121
|
|
121
122
|
def associate_dr_protection_group(self, associate_dr_protection_group_details, dr_protection_group_id, **kwargs):
|
122
123
|
"""
|
123
|
-
Create an association between the DR
|
124
|
-
another DR
|
124
|
+
Create an association between the DR protection group identified by *drProtectionGroupId* and
|
125
|
+
another DR protection group.
|
125
126
|
|
126
127
|
|
127
128
|
:param oci.disaster_recovery.models.AssociateDrProtectionGroupDetails associate_dr_protection_group_details: (required)
|
128
|
-
Details for creating an association between two DR
|
129
|
+
Details for creating an association between two DR protection groups.
|
129
130
|
|
130
131
|
:param str dr_protection_group_id: (required)
|
131
|
-
The OCID of the DR
|
132
|
+
The OCID of the DR protection group.
|
132
133
|
|
133
|
-
Example: `ocid1.drprotectiongroup.oc1
|
134
|
+
Example: `ocid1.drprotectiongroup.oc1..uniqueID`
|
134
135
|
|
135
136
|
:param str if_match: (optional)
|
136
137
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -165,7 +166,7 @@ class DisasterRecoveryClient(object):
|
|
165
166
|
:rtype: :class:`~oci.response.Response`
|
166
167
|
|
167
168
|
:example:
|
168
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/associate_dr_protection_group.py.html>`__ to see an example of how to use associate_dr_protection_group API.
|
169
170
|
"""
|
170
171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
171
172
|
required_arguments = ['drProtectionGroupId']
|
@@ -243,16 +244,16 @@ class DisasterRecoveryClient(object):
|
|
243
244
|
|
244
245
|
def cancel_dr_plan_execution(self, cancel_dr_plan_execution_details, dr_plan_execution_id, **kwargs):
|
245
246
|
"""
|
246
|
-
Cancel the DR
|
247
|
+
Cancel the DR plan execution identified by *drPlanExecutionId*.
|
247
248
|
|
248
249
|
|
249
250
|
:param oci.disaster_recovery.models.CancelDrPlanExecutionDetails cancel_dr_plan_execution_details: (required)
|
250
|
-
Details for canceling
|
251
|
+
Details for canceling the DR plan execution.
|
251
252
|
|
252
253
|
:param str dr_plan_execution_id: (required)
|
253
|
-
The OCID of the DR
|
254
|
+
The OCID of the DR plan execution.
|
254
255
|
|
255
|
-
Example: `ocid1.drplanexecution.oc1
|
256
|
+
Example: `ocid1.drplanexecution.oc1..uniqueID`
|
256
257
|
|
257
258
|
:param str if_match: (optional)
|
258
259
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -287,7 +288,7 @@ class DisasterRecoveryClient(object):
|
|
287
288
|
:rtype: :class:`~oci.response.Response`
|
288
289
|
|
289
290
|
:example:
|
290
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/cancel_dr_plan_execution.py.html>`__ to see an example of how to use cancel_dr_plan_execution API.
|
291
292
|
"""
|
292
293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
293
294
|
required_arguments = ['drPlanExecutionId']
|
@@ -371,7 +372,7 @@ class DisasterRecoveryClient(object):
|
|
371
372
|
:param str work_request_id: (required)
|
372
373
|
The ID (OCID) of the asynchronous request.
|
373
374
|
|
374
|
-
Example: `ocid1.workrequest.oc1
|
375
|
+
Example: `ocid1.workrequest.oc1..uniqueID`
|
375
376
|
|
376
377
|
:param str if_match: (optional)
|
377
378
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -399,7 +400,7 @@ class DisasterRecoveryClient(object):
|
|
399
400
|
:rtype: :class:`~oci.response.Response`
|
400
401
|
|
401
402
|
:example:
|
402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
403
404
|
"""
|
404
405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
405
406
|
required_arguments = ['workRequestId']
|
@@ -472,16 +473,16 @@ class DisasterRecoveryClient(object):
|
|
472
473
|
|
473
474
|
def change_dr_protection_group_compartment(self, change_dr_protection_group_compartment_details, dr_protection_group_id, **kwargs):
|
474
475
|
"""
|
475
|
-
Move the DR
|
476
|
+
Move the DR protection group identified by *drProtectionGroupId* to a different compartment.
|
476
477
|
|
477
478
|
|
478
479
|
:param oci.disaster_recovery.models.ChangeDrProtectionGroupCompartmentDetails change_dr_protection_group_compartment_details: (required)
|
479
|
-
Details
|
480
|
+
Details for changing the DR protection group compartment.
|
480
481
|
|
481
482
|
:param str dr_protection_group_id: (required)
|
482
|
-
The OCID of the DR
|
483
|
+
The OCID of the DR protection group.
|
483
484
|
|
484
|
-
Example: `ocid1.drprotectiongroup.oc1
|
485
|
+
Example: `ocid1.drprotectiongroup.oc1..uniqueID`
|
485
486
|
|
486
487
|
:param str if_match: (optional)
|
487
488
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -516,7 +517,7 @@ class DisasterRecoveryClient(object):
|
|
516
517
|
:rtype: :class:`~oci.response.Response`
|
517
518
|
|
518
519
|
:example:
|
519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/change_dr_protection_group_compartment.py.html>`__ to see an example of how to use change_dr_protection_group_compartment API.
|
520
521
|
"""
|
521
522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
522
523
|
required_arguments = ['drProtectionGroupId']
|
@@ -594,11 +595,11 @@ class DisasterRecoveryClient(object):
|
|
594
595
|
|
595
596
|
def create_dr_plan(self, create_dr_plan_details, **kwargs):
|
596
597
|
"""
|
597
|
-
|
598
|
+
Create a DR plan of the specified DR plan type.
|
598
599
|
|
599
600
|
|
600
601
|
:param oci.disaster_recovery.models.CreateDrPlanDetails create_dr_plan_details: (required)
|
601
|
-
Details for creating the new DR
|
602
|
+
Details for creating the new DR plan.
|
602
603
|
|
603
604
|
:param str opc_retry_token: (optional)
|
604
605
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
@@ -626,7 +627,7 @@ class DisasterRecoveryClient(object):
|
|
626
627
|
:rtype: :class:`~oci.response.Response`
|
627
628
|
|
628
629
|
:example:
|
629
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/create_dr_plan.py.html>`__ to see an example of how to use create_dr_plan API.
|
630
631
|
"""
|
631
632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
632
633
|
required_arguments = []
|
@@ -692,11 +693,11 @@ class DisasterRecoveryClient(object):
|
|
692
693
|
|
693
694
|
def create_dr_plan_execution(self, create_dr_plan_execution_details, **kwargs):
|
694
695
|
"""
|
695
|
-
Execute a DR
|
696
|
+
Execute a DR plan for a DR protection group.
|
696
697
|
|
697
698
|
|
698
699
|
:param oci.disaster_recovery.models.CreateDrPlanExecutionDetails create_dr_plan_execution_details: (required)
|
699
|
-
Details for the
|
700
|
+
Details for creating the DR plan execution.
|
700
701
|
|
701
702
|
:param str opc_retry_token: (optional)
|
702
703
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
@@ -724,7 +725,7 @@ class DisasterRecoveryClient(object):
|
|
724
725
|
:rtype: :class:`~oci.response.Response`
|
725
726
|
|
726
727
|
:example:
|
727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
728
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/create_dr_plan_execution.py.html>`__ to see an example of how to use create_dr_plan_execution API.
|
728
729
|
"""
|
729
730
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
730
731
|
required_arguments = []
|
@@ -790,11 +791,11 @@ class DisasterRecoveryClient(object):
|
|
790
791
|
|
791
792
|
def create_dr_protection_group(self, create_dr_protection_group_details, **kwargs):
|
792
793
|
"""
|
793
|
-
Create a
|
794
|
+
Create a DR protection group.
|
794
795
|
|
795
796
|
|
796
797
|
:param oci.disaster_recovery.models.CreateDrProtectionGroupDetails create_dr_protection_group_details: (required)
|
797
|
-
Details for the
|
798
|
+
Details for creating the DR protection group.
|
798
799
|
|
799
800
|
:param str opc_retry_token: (optional)
|
800
801
|
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
@@ -822,7 +823,7 @@ class DisasterRecoveryClient(object):
|
|
822
823
|
:rtype: :class:`~oci.response.Response`
|
823
824
|
|
824
825
|
:example:
|
825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
826
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/create_dr_protection_group.py.html>`__ to see an example of how to use create_dr_protection_group API.
|
826
827
|
"""
|
827
828
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
828
829
|
required_arguments = []
|
@@ -888,13 +889,13 @@ class DisasterRecoveryClient(object):
|
|
888
889
|
|
889
890
|
def delete_dr_plan(self, dr_plan_id, **kwargs):
|
890
891
|
"""
|
891
|
-
Delete the DR
|
892
|
+
Delete the DR plan identified by *drPlanId*.
|
892
893
|
|
893
894
|
|
894
895
|
:param str dr_plan_id: (required)
|
895
|
-
The OCID of the DR
|
896
|
+
The OCID of the DR plan.
|
896
897
|
|
897
|
-
Example: `ocid1.drplan.oc1
|
898
|
+
Example: `ocid1.drplan.oc1..uniqueID`
|
898
899
|
|
899
900
|
:param str if_match: (optional)
|
900
901
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -922,7 +923,7 @@ class DisasterRecoveryClient(object):
|
|
922
923
|
:rtype: :class:`~oci.response.Response`
|
923
924
|
|
924
925
|
:example:
|
925
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/delete_dr_plan.py.html>`__ to see an example of how to use delete_dr_plan API.
|
926
927
|
"""
|
927
928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
928
929
|
required_arguments = ['drPlanId']
|
@@ -995,13 +996,13 @@ class DisasterRecoveryClient(object):
|
|
995
996
|
|
996
997
|
def delete_dr_plan_execution(self, dr_plan_execution_id, **kwargs):
|
997
998
|
"""
|
998
|
-
Delete the DR
|
999
|
+
Delete the DR plan execution identified by *drPlanExecutionId*.
|
999
1000
|
|
1000
1001
|
|
1001
1002
|
:param str dr_plan_execution_id: (required)
|
1002
|
-
The OCID of the DR
|
1003
|
+
The OCID of the DR plan execution.
|
1003
1004
|
|
1004
|
-
Example: `ocid1.drplanexecution.oc1
|
1005
|
+
Example: `ocid1.drplanexecution.oc1..uniqueID`
|
1005
1006
|
|
1006
1007
|
:param str if_match: (optional)
|
1007
1008
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -1029,7 +1030,7 @@ class DisasterRecoveryClient(object):
|
|
1029
1030
|
:rtype: :class:`~oci.response.Response`
|
1030
1031
|
|
1031
1032
|
:example:
|
1032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/delete_dr_plan_execution.py.html>`__ to see an example of how to use delete_dr_plan_execution API.
|
1033
1034
|
"""
|
1034
1035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1035
1036
|
required_arguments = ['drPlanExecutionId']
|
@@ -1102,13 +1103,13 @@ class DisasterRecoveryClient(object):
|
|
1102
1103
|
|
1103
1104
|
def delete_dr_protection_group(self, dr_protection_group_id, **kwargs):
|
1104
1105
|
"""
|
1105
|
-
Delete the DR
|
1106
|
+
Delete the DR protection group identified by *drProtectionGroupId*.
|
1106
1107
|
|
1107
1108
|
|
1108
1109
|
:param str dr_protection_group_id: (required)
|
1109
|
-
The OCID of the DR
|
1110
|
+
The OCID of the DR protection group.
|
1110
1111
|
|
1111
|
-
Example: `ocid1.drprotectiongroup.oc1
|
1112
|
+
Example: `ocid1.drprotectiongroup.oc1..uniqueID`
|
1112
1113
|
|
1113
1114
|
:param str if_match: (optional)
|
1114
1115
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -1136,7 +1137,7 @@ class DisasterRecoveryClient(object):
|
|
1136
1137
|
:rtype: :class:`~oci.response.Response`
|
1137
1138
|
|
1138
1139
|
:example:
|
1139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/delete_dr_protection_group.py.html>`__ to see an example of how to use delete_dr_protection_group API.
|
1140
1141
|
"""
|
1141
1142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1142
1143
|
required_arguments = ['drProtectionGroupId']
|
@@ -1209,17 +1210,17 @@ class DisasterRecoveryClient(object):
|
|
1209
1210
|
|
1210
1211
|
def disassociate_dr_protection_group(self, disassociate_dr_protection_group_details, dr_protection_group_id, **kwargs):
|
1211
1212
|
"""
|
1212
|
-
Delete the association between the DR
|
1213
|
-
and its peer DR
|
1213
|
+
Delete the association between the DR protection group identified by *drProtectionGroupId*.
|
1214
|
+
and its peer DR protection group.
|
1214
1215
|
|
1215
1216
|
|
1216
1217
|
:param oci.disaster_recovery.models.DisassociateDrProtectionGroupDetails disassociate_dr_protection_group_details: (required)
|
1217
|
-
Details for
|
1218
|
+
Details for deleting the association between two DR protection groups.
|
1218
1219
|
|
1219
1220
|
:param str dr_protection_group_id: (required)
|
1220
|
-
The OCID of the DR
|
1221
|
+
The OCID of the DR protection group.
|
1221
1222
|
|
1222
|
-
Example: `ocid1.drprotectiongroup.oc1
|
1223
|
+
Example: `ocid1.drprotectiongroup.oc1..uniqueID`
|
1223
1224
|
|
1224
1225
|
:param str if_match: (optional)
|
1225
1226
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -1254,7 +1255,7 @@ class DisasterRecoveryClient(object):
|
|
1254
1255
|
:rtype: :class:`~oci.response.Response`
|
1255
1256
|
|
1256
1257
|
:example:
|
1257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/disassociate_dr_protection_group.py.html>`__ to see an example of how to use disassociate_dr_protection_group API.
|
1258
1259
|
"""
|
1259
1260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1260
1261
|
required_arguments = ['drProtectionGroupId']
|
@@ -1332,13 +1333,13 @@ class DisasterRecoveryClient(object):
|
|
1332
1333
|
|
1333
1334
|
def get_dr_plan(self, dr_plan_id, **kwargs):
|
1334
1335
|
"""
|
1335
|
-
Get details for the DR
|
1336
|
+
Get details for the DR plan identified by *drPlanId*.
|
1336
1337
|
|
1337
1338
|
|
1338
1339
|
:param str dr_plan_id: (required)
|
1339
|
-
The OCID of the DR
|
1340
|
+
The OCID of the DR plan.
|
1340
1341
|
|
1341
|
-
Example: `ocid1.drplan.oc1
|
1342
|
+
Example: `ocid1.drplan.oc1..uniqueID`
|
1342
1343
|
|
1343
1344
|
:param str opc_request_id: (optional)
|
1344
1345
|
The client request ID for tracing.
|
@@ -1359,7 +1360,7 @@ class DisasterRecoveryClient(object):
|
|
1359
1360
|
:rtype: :class:`~oci.response.Response`
|
1360
1361
|
|
1361
1362
|
:example:
|
1362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/get_dr_plan.py.html>`__ to see an example of how to use get_dr_plan API.
|
1363
1364
|
"""
|
1364
1365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1365
1366
|
required_arguments = ['drPlanId']
|
@@ -1432,13 +1433,13 @@ class DisasterRecoveryClient(object):
|
|
1432
1433
|
|
1433
1434
|
def get_dr_plan_execution(self, dr_plan_execution_id, **kwargs):
|
1434
1435
|
"""
|
1435
|
-
Get details for the DR
|
1436
|
+
Get details for the DR plan execution identified by *drPlanExecutionId*.
|
1436
1437
|
|
1437
1438
|
|
1438
1439
|
:param str dr_plan_execution_id: (required)
|
1439
|
-
The OCID of the DR
|
1440
|
+
The OCID of the DR plan execution.
|
1440
1441
|
|
1441
|
-
Example: `ocid1.drplanexecution.oc1
|
1442
|
+
Example: `ocid1.drplanexecution.oc1..uniqueID`
|
1442
1443
|
|
1443
1444
|
:param str opc_request_id: (optional)
|
1444
1445
|
The client request ID for tracing.
|
@@ -1459,7 +1460,7 @@ class DisasterRecoveryClient(object):
|
|
1459
1460
|
:rtype: :class:`~oci.response.Response`
|
1460
1461
|
|
1461
1462
|
:example:
|
1462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1463
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/get_dr_plan_execution.py.html>`__ to see an example of how to use get_dr_plan_execution API.
|
1463
1464
|
"""
|
1464
1465
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1465
1466
|
required_arguments = ['drPlanExecutionId']
|
@@ -1532,13 +1533,13 @@ class DisasterRecoveryClient(object):
|
|
1532
1533
|
|
1533
1534
|
def get_dr_protection_group(self, dr_protection_group_id, **kwargs):
|
1534
1535
|
"""
|
1535
|
-
Get the DR
|
1536
|
+
Get the DR protection group identified by *drProtectionGroupId*.
|
1536
1537
|
|
1537
1538
|
|
1538
1539
|
:param str dr_protection_group_id: (required)
|
1539
|
-
The OCID of the DR
|
1540
|
+
The OCID of the DR protection group.
|
1540
1541
|
|
1541
|
-
Example: `ocid1.drprotectiongroup.oc1
|
1542
|
+
Example: `ocid1.drprotectiongroup.oc1..uniqueID`
|
1542
1543
|
|
1543
1544
|
:param str opc_request_id: (optional)
|
1544
1545
|
The client request ID for tracing.
|
@@ -1559,7 +1560,7 @@ class DisasterRecoveryClient(object):
|
|
1559
1560
|
:rtype: :class:`~oci.response.Response`
|
1560
1561
|
|
1561
1562
|
:example:
|
1562
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1563
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/get_dr_protection_group.py.html>`__ to see an example of how to use get_dr_protection_group API.
|
1563
1564
|
"""
|
1564
1565
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1565
1566
|
required_arguments = ['drProtectionGroupId']
|
@@ -1638,7 +1639,7 @@ class DisasterRecoveryClient(object):
|
|
1638
1639
|
:param str work_request_id: (required)
|
1639
1640
|
The ID (OCID) of the asynchronous request.
|
1640
1641
|
|
1641
|
-
Example: `ocid1.workrequest.oc1
|
1642
|
+
Example: `ocid1.workrequest.oc1..uniqueID`
|
1642
1643
|
|
1643
1644
|
:param str opc_request_id: (optional)
|
1644
1645
|
The client request ID for tracing.
|
@@ -1659,7 +1660,7 @@ class DisasterRecoveryClient(object):
|
|
1659
1660
|
:rtype: :class:`~oci.response.Response`
|
1660
1661
|
|
1661
1662
|
:example:
|
1662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
1663
1664
|
"""
|
1664
1665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1665
1666
|
required_arguments = ['workRequestId']
|
@@ -1732,16 +1733,16 @@ class DisasterRecoveryClient(object):
|
|
1732
1733
|
|
1733
1734
|
def ignore_dr_plan_execution(self, ignore_dr_plan_execution_details, dr_plan_execution_id, **kwargs):
|
1734
1735
|
"""
|
1735
|
-
Ignore failed group or step in DR
|
1736
|
+
Ignore the failed group or step in DR plan execution identified by *drPlanExecutionId* and resume execution.
|
1736
1737
|
|
1737
1738
|
|
1738
1739
|
:param oci.disaster_recovery.models.IgnoreDrPlanExecutionDetails ignore_dr_plan_execution_details: (required)
|
1739
|
-
Details
|
1740
|
+
Details for ignoring the failed group or step and resuming execution.
|
1740
1741
|
|
1741
1742
|
:param str dr_plan_execution_id: (required)
|
1742
|
-
The OCID of the DR
|
1743
|
+
The OCID of the DR plan execution.
|
1743
1744
|
|
1744
|
-
Example: `ocid1.drplanexecution.oc1
|
1745
|
+
Example: `ocid1.drplanexecution.oc1..uniqueID`
|
1745
1746
|
|
1746
1747
|
:param str if_match: (optional)
|
1747
1748
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -1776,7 +1777,7 @@ class DisasterRecoveryClient(object):
|
|
1776
1777
|
:rtype: :class:`~oci.response.Response`
|
1777
1778
|
|
1778
1779
|
:example:
|
1779
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/ignore_dr_plan_execution.py.html>`__ to see an example of how to use ignore_dr_plan_execution API.
|
1780
1781
|
"""
|
1781
1782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1782
1783
|
required_arguments = ['drPlanExecutionId']
|
@@ -1854,33 +1855,33 @@ class DisasterRecoveryClient(object):
|
|
1854
1855
|
|
1855
1856
|
def list_dr_plan_executions(self, dr_protection_group_id, **kwargs):
|
1856
1857
|
"""
|
1857
|
-
Get a summary list of all DR
|
1858
|
+
Get a summary list of all DR plan executions for a DR protection group.
|
1858
1859
|
|
1859
1860
|
|
1860
1861
|
:param str dr_protection_group_id: (required)
|
1861
|
-
The OCID of the DR
|
1862
|
+
The OCID of the DR protection group. Mandatory query param.
|
1862
1863
|
|
1863
|
-
Example: `ocid1.drprotectiongroup.oc1
|
1864
|
+
Example: `ocid1.drprotectiongroup.oc1..uniqueID`
|
1864
1865
|
|
1865
1866
|
:param str lifecycle_state: (optional)
|
1866
|
-
A filter to return only DR
|
1867
|
+
A filter to return only DR plan executions that match the given lifecycle state.
|
1867
1868
|
|
1868
1869
|
Allowed values are: "ACCEPTED", "IN_PROGRESS", "WAITING", "CANCELING", "CANCELED", "SUCCEEDED", "FAILED", "DELETING", "DELETED", "PAUSING", "PAUSED", "RESUMING"
|
1869
1870
|
|
1870
1871
|
:param str dr_plan_execution_id: (optional)
|
1871
|
-
The OCID of the DR
|
1872
|
+
The OCID of the DR plan execution.
|
1872
1873
|
|
1873
|
-
Example: `ocid1.drplanexecution.oc1
|
1874
|
+
Example: `ocid1.drplanexecution.oc1..uniqueID`
|
1874
1875
|
|
1875
1876
|
:param str dr_plan_execution_type: (optional)
|
1876
|
-
The DR
|
1877
|
+
The DR plan execution type.
|
1877
1878
|
|
1878
|
-
Allowed values are: "SWITCHOVER", "SWITCHOVER_PRECHECK", "FAILOVER", "FAILOVER_PRECHECK"
|
1879
|
+
Allowed values are: "SWITCHOVER", "SWITCHOVER_PRECHECK", "FAILOVER", "FAILOVER_PRECHECK", "START_DRILL", "START_DRILL_PRECHECK", "STOP_DRILL", "STOP_DRILL_PRECHECK"
|
1879
1880
|
|
1880
1881
|
:param str display_name: (optional)
|
1881
|
-
A filter to return only resources that match the
|
1882
|
+
A filter to return only resources that match the given display name.
|
1882
1883
|
|
1883
|
-
Example: `
|
1884
|
+
Example: `MyResourceDisplayName`
|
1884
1885
|
|
1885
1886
|
:param int limit: (optional)
|
1886
1887
|
For list pagination. The maximum number of results per page,
|
@@ -1912,7 +1913,7 @@ class DisasterRecoveryClient(object):
|
|
1912
1913
|
The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending.
|
1913
1914
|
Default order for displayName is ascending. If no value is specified timeCreated is default.
|
1914
1915
|
|
1915
|
-
Example: `
|
1916
|
+
Example: `MyResourceDisplayName`
|
1916
1917
|
|
1917
1918
|
Allowed values are: "timeCreated", "displayName"
|
1918
1919
|
|
@@ -1935,7 +1936,7 @@ class DisasterRecoveryClient(object):
|
|
1935
1936
|
:rtype: :class:`~oci.response.Response`
|
1936
1937
|
|
1937
1938
|
:example:
|
1938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/list_dr_plan_executions.py.html>`__ to see an example of how to use list_dr_plan_executions API.
|
1939
1940
|
"""
|
1940
1941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1941
1942
|
required_arguments = ['drProtectionGroupId']
|
@@ -1971,7 +1972,7 @@ class DisasterRecoveryClient(object):
|
|
1971
1972
|
)
|
1972
1973
|
|
1973
1974
|
if 'dr_plan_execution_type' in kwargs:
|
1974
|
-
dr_plan_execution_type_allowed_values = ["SWITCHOVER", "SWITCHOVER_PRECHECK", "FAILOVER", "FAILOVER_PRECHECK"]
|
1975
|
+
dr_plan_execution_type_allowed_values = ["SWITCHOVER", "SWITCHOVER_PRECHECK", "FAILOVER", "FAILOVER_PRECHECK", "START_DRILL", "START_DRILL_PRECHECK", "STOP_DRILL", "STOP_DRILL_PRECHECK"]
|
1975
1976
|
if kwargs['dr_plan_execution_type'] not in dr_plan_execution_type_allowed_values:
|
1976
1977
|
raise ValueError(
|
1977
1978
|
f"Invalid value for `dr_plan_execution_type`, must be one of { dr_plan_execution_type_allowed_values }"
|
@@ -2047,33 +2048,33 @@ class DisasterRecoveryClient(object):
|
|
2047
2048
|
|
2048
2049
|
def list_dr_plans(self, dr_protection_group_id, **kwargs):
|
2049
2050
|
"""
|
2050
|
-
|
2051
|
+
Get a summary list of all DR plans for a DR protection group.
|
2051
2052
|
|
2052
2053
|
|
2053
2054
|
:param str dr_protection_group_id: (required)
|
2054
|
-
The OCID of the DR
|
2055
|
+
The OCID of the DR protection group. Mandatory query param.
|
2055
2056
|
|
2056
|
-
Example: `ocid1.drprotectiongroup.oc1
|
2057
|
+
Example: `ocid1.drprotectiongroup.oc1..uniqueID`
|
2057
2058
|
|
2058
2059
|
:param str lifecycle_state: (optional)
|
2059
|
-
A filter to return only DR
|
2060
|
+
A filter to return only DR plans that match the given lifecycle state.
|
2060
2061
|
|
2061
2062
|
Allowed values are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION"
|
2062
2063
|
|
2063
2064
|
:param str dr_plan_id: (optional)
|
2064
|
-
The OCID of the DR
|
2065
|
+
The OCID of the DR plan.
|
2065
2066
|
|
2066
|
-
Example: `ocid1.drplan.oc1
|
2067
|
+
Example: `ocid1.drplan.oc1..uniqueID`
|
2067
2068
|
|
2068
2069
|
:param str dr_plan_type: (optional)
|
2069
|
-
The DR
|
2070
|
+
The DR plan type.
|
2070
2071
|
|
2071
|
-
Allowed values are: "SWITCHOVER", "FAILOVER"
|
2072
|
+
Allowed values are: "SWITCHOVER", "FAILOVER", "START_DRILL", "STOP_DRILL"
|
2072
2073
|
|
2073
2074
|
:param str display_name: (optional)
|
2074
|
-
A filter to return only resources that match the
|
2075
|
+
A filter to return only resources that match the given display name.
|
2075
2076
|
|
2076
|
-
Example: `
|
2077
|
+
Example: `MyResourceDisplayName`
|
2077
2078
|
|
2078
2079
|
:param int limit: (optional)
|
2079
2080
|
For list pagination. The maximum number of results per page,
|
@@ -2105,7 +2106,7 @@ class DisasterRecoveryClient(object):
|
|
2105
2106
|
The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending.
|
2106
2107
|
Default order for displayName is ascending. If no value is specified timeCreated is default.
|
2107
2108
|
|
2108
|
-
Example: `
|
2109
|
+
Example: `MyResourceDisplayName`
|
2109
2110
|
|
2110
2111
|
Allowed values are: "timeCreated", "displayName"
|
2111
2112
|
|
@@ -2128,7 +2129,7 @@ class DisasterRecoveryClient(object):
|
|
2128
2129
|
:rtype: :class:`~oci.response.Response`
|
2129
2130
|
|
2130
2131
|
:example:
|
2131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/list_dr_plans.py.html>`__ to see an example of how to use list_dr_plans API.
|
2132
2133
|
"""
|
2133
2134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2134
2135
|
required_arguments = ['drProtectionGroupId']
|
@@ -2164,7 +2165,7 @@ class DisasterRecoveryClient(object):
|
|
2164
2165
|
)
|
2165
2166
|
|
2166
2167
|
if 'dr_plan_type' in kwargs:
|
2167
|
-
dr_plan_type_allowed_values = ["SWITCHOVER", "FAILOVER"]
|
2168
|
+
dr_plan_type_allowed_values = ["SWITCHOVER", "FAILOVER", "START_DRILL", "STOP_DRILL"]
|
2168
2169
|
if kwargs['dr_plan_type'] not in dr_plan_type_allowed_values:
|
2169
2170
|
raise ValueError(
|
2170
2171
|
f"Invalid value for `dr_plan_type`, must be one of { dr_plan_type_allowed_values }"
|
@@ -2240,28 +2241,28 @@ class DisasterRecoveryClient(object):
|
|
2240
2241
|
|
2241
2242
|
def list_dr_protection_groups(self, compartment_id, **kwargs):
|
2242
2243
|
"""
|
2243
|
-
|
2244
|
+
Get a summary list of all DR protection groups in a compartment.
|
2244
2245
|
|
2245
2246
|
|
2246
2247
|
:param str compartment_id: (required)
|
2247
2248
|
The ID (OCID) of the compartment in which to list resources.
|
2248
2249
|
|
2249
|
-
Example: `ocid1.compartment.oc1..
|
2250
|
+
Example: `ocid1.compartment.oc1..uniqueID`
|
2250
2251
|
|
2251
2252
|
:param str lifecycle_state: (optional)
|
2252
|
-
A filter to return only DR
|
2253
|
+
A filter to return only DR protection groups that match the given lifecycle state.
|
2253
2254
|
|
2254
|
-
Allowed values are: "CREATING", "ACTIVE", "UPDATING", "NEEDS_ATTENTION", "DELETING", "DELETED", "FAILED"
|
2255
|
+
Allowed values are: "CREATING", "ACTIVE", "UPDATING", "INACTIVE", "NEEDS_ATTENTION", "DELETING", "DELETED", "FAILED"
|
2255
2256
|
|
2256
2257
|
:param str dr_protection_group_id: (optional)
|
2257
|
-
The OCID of the DR
|
2258
|
+
The OCID of the DR protection group. Optional query param.
|
2258
2259
|
|
2259
|
-
Example: `ocid1.drprotectiongroup.oc1
|
2260
|
+
Example: `ocid1.drprotectiongroup.oc1..uniqueID`
|
2260
2261
|
|
2261
2262
|
:param str display_name: (optional)
|
2262
|
-
A filter to return only resources that match the
|
2263
|
+
A filter to return only resources that match the given display name.
|
2263
2264
|
|
2264
|
-
Example: `
|
2265
|
+
Example: `MyResourceDisplayName`
|
2265
2266
|
|
2266
2267
|
:param int limit: (optional)
|
2267
2268
|
For list pagination. The maximum number of results per page,
|
@@ -2293,7 +2294,7 @@ class DisasterRecoveryClient(object):
|
|
2293
2294
|
The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending.
|
2294
2295
|
Default order for displayName is ascending. If no value is specified timeCreated is default.
|
2295
2296
|
|
2296
|
-
Example: `
|
2297
|
+
Example: `MyResourceDisplayName`
|
2297
2298
|
|
2298
2299
|
Allowed values are: "timeCreated", "displayName"
|
2299
2300
|
|
@@ -2301,10 +2302,15 @@ class DisasterRecoveryClient(object):
|
|
2301
2302
|
The client request ID for tracing.
|
2302
2303
|
|
2303
2304
|
:param str role: (optional)
|
2304
|
-
The DR
|
2305
|
+
The DR protection group Role.
|
2305
2306
|
|
2306
2307
|
Allowed values are: "PRIMARY", "STANDBY", "UNCONFIGURED"
|
2307
2308
|
|
2309
|
+
:param str lifecycle_sub_state: (optional)
|
2310
|
+
A filter to return only DR protection groups that match the given lifecycle sub-state.
|
2311
|
+
|
2312
|
+
Allowed values are: "DR_DRILL_IN_PROGRESS"
|
2313
|
+
|
2308
2314
|
:param obj retry_strategy: (optional)
|
2309
2315
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
2310
2316
|
|
@@ -2321,7 +2327,7 @@ class DisasterRecoveryClient(object):
|
|
2321
2327
|
:rtype: :class:`~oci.response.Response`
|
2322
2328
|
|
2323
2329
|
:example:
|
2324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/list_dr_protection_groups.py.html>`__ to see an example of how to use list_dr_protection_groups API.
|
2325
2331
|
"""
|
2326
2332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2327
2333
|
required_arguments = ['compartmentId']
|
@@ -2342,7 +2348,8 @@ class DisasterRecoveryClient(object):
|
|
2342
2348
|
"sort_order",
|
2343
2349
|
"sort_by",
|
2344
2350
|
"opc_request_id",
|
2345
|
-
"role"
|
2351
|
+
"role",
|
2352
|
+
"lifecycle_sub_state"
|
2346
2353
|
]
|
2347
2354
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
2348
2355
|
if extra_kwargs:
|
@@ -2350,7 +2357,7 @@ class DisasterRecoveryClient(object):
|
|
2350
2357
|
f"list_dr_protection_groups got unknown kwargs: {extra_kwargs!r}")
|
2351
2358
|
|
2352
2359
|
if 'lifecycle_state' in kwargs:
|
2353
|
-
lifecycle_state_allowed_values = ["CREATING", "ACTIVE", "UPDATING", "NEEDS_ATTENTION", "DELETING", "DELETED", "FAILED"]
|
2360
|
+
lifecycle_state_allowed_values = ["CREATING", "ACTIVE", "UPDATING", "INACTIVE", "NEEDS_ATTENTION", "DELETING", "DELETED", "FAILED"]
|
2354
2361
|
if kwargs['lifecycle_state'] not in lifecycle_state_allowed_values:
|
2355
2362
|
raise ValueError(
|
2356
2363
|
f"Invalid value for `lifecycle_state`, must be one of { lifecycle_state_allowed_values }"
|
@@ -2377,6 +2384,13 @@ class DisasterRecoveryClient(object):
|
|
2377
2384
|
f"Invalid value for `role`, must be one of { role_allowed_values }"
|
2378
2385
|
)
|
2379
2386
|
|
2387
|
+
if 'lifecycle_sub_state' in kwargs:
|
2388
|
+
lifecycle_sub_state_allowed_values = ["DR_DRILL_IN_PROGRESS"]
|
2389
|
+
if kwargs['lifecycle_sub_state'] not in lifecycle_sub_state_allowed_values:
|
2390
|
+
raise ValueError(
|
2391
|
+
f"Invalid value for `lifecycle_sub_state`, must be one of { lifecycle_sub_state_allowed_values }"
|
2392
|
+
)
|
2393
|
+
|
2380
2394
|
query_params = {
|
2381
2395
|
"compartmentId": compartment_id,
|
2382
2396
|
"lifecycleState": kwargs.get("lifecycle_state", missing),
|
@@ -2386,7 +2400,8 @@ class DisasterRecoveryClient(object):
|
|
2386
2400
|
"page": kwargs.get("page", missing),
|
2387
2401
|
"sortOrder": kwargs.get("sort_order", missing),
|
2388
2402
|
"sortBy": kwargs.get("sort_by", missing),
|
2389
|
-
"role": kwargs.get("role", missing)
|
2403
|
+
"role": kwargs.get("role", missing),
|
2404
|
+
"lifecycleSubState": kwargs.get("lifecycle_sub_state", missing)
|
2390
2405
|
}
|
2391
2406
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
2392
2407
|
|
@@ -2433,13 +2448,13 @@ class DisasterRecoveryClient(object):
|
|
2433
2448
|
|
2434
2449
|
def list_work_request_errors(self, work_request_id, **kwargs):
|
2435
2450
|
"""
|
2436
|
-
|
2451
|
+
Get a list of work request errors for the work request identified by *workRequestId*.
|
2437
2452
|
|
2438
2453
|
|
2439
2454
|
:param str work_request_id: (required)
|
2440
2455
|
The ID (OCID) of the asynchronous request.
|
2441
2456
|
|
2442
|
-
Example: `ocid1.workrequest.oc1
|
2457
|
+
Example: `ocid1.workrequest.oc1..uniqueID`
|
2443
2458
|
|
2444
2459
|
:param str opc_request_id: (optional)
|
2445
2460
|
The client request ID for tracing.
|
@@ -2492,7 +2507,7 @@ class DisasterRecoveryClient(object):
|
|
2492
2507
|
:rtype: :class:`~oci.response.Response`
|
2493
2508
|
|
2494
2509
|
:example:
|
2495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
2496
2511
|
"""
|
2497
2512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2498
2513
|
required_arguments = ['workRequestId']
|
@@ -2593,13 +2608,13 @@ class DisasterRecoveryClient(object):
|
|
2593
2608
|
|
2594
2609
|
def list_work_request_logs(self, work_request_id, **kwargs):
|
2595
2610
|
"""
|
2596
|
-
|
2611
|
+
Get a list of logs for the work request identified by *workRequestId*.
|
2597
2612
|
|
2598
2613
|
|
2599
2614
|
:param str work_request_id: (required)
|
2600
2615
|
The ID (OCID) of the asynchronous request.
|
2601
2616
|
|
2602
|
-
Example: `ocid1.workrequest.oc1
|
2617
|
+
Example: `ocid1.workrequest.oc1..uniqueID`
|
2603
2618
|
|
2604
2619
|
:param str opc_request_id: (optional)
|
2605
2620
|
The client request ID for tracing.
|
@@ -2652,7 +2667,7 @@ class DisasterRecoveryClient(object):
|
|
2652
2667
|
:rtype: :class:`~oci.response.Response`
|
2653
2668
|
|
2654
2669
|
:example:
|
2655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2670
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
2656
2671
|
"""
|
2657
2672
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2658
2673
|
required_arguments = ['workRequestId']
|
@@ -2759,12 +2774,12 @@ class DisasterRecoveryClient(object):
|
|
2759
2774
|
:param str compartment_id: (optional)
|
2760
2775
|
The ID (OCID) of the compartment in which to list resources.
|
2761
2776
|
|
2762
|
-
Example: `ocid1.compartment.oc1..
|
2777
|
+
Example: `ocid1.compartment.oc1..uniqueID`
|
2763
2778
|
|
2764
2779
|
:param str work_request_id: (optional)
|
2765
2780
|
The ID (OCID) of the asynchronous work request.
|
2766
2781
|
|
2767
|
-
Example: `ocid1.workrequest.oc1
|
2782
|
+
Example: `ocid1.workrequest.oc1..uniqueID`
|
2768
2783
|
|
2769
2784
|
:param str status: (optional)
|
2770
2785
|
A filter to return only resources whose lifecycleState matches the given OperationStatus.
|
@@ -2773,7 +2788,8 @@ class DisasterRecoveryClient(object):
|
|
2773
2788
|
|
2774
2789
|
:param str resource_id: (optional)
|
2775
2790
|
The ID (OCID) of the resource affected by the work request.
|
2776
|
-
|
2791
|
+
|
2792
|
+
Example: `ocid1.drplanexecution.oc1..uniqueID`
|
2777
2793
|
|
2778
2794
|
:param str opc_request_id: (optional)
|
2779
2795
|
The client request ID for tracing.
|
@@ -2826,7 +2842,7 @@ class DisasterRecoveryClient(object):
|
|
2826
2842
|
:rtype: :class:`~oci.response.Response`
|
2827
2843
|
|
2828
2844
|
:example:
|
2829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
2830
2846
|
"""
|
2831
2847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2832
2848
|
required_arguments = []
|
@@ -2930,16 +2946,16 @@ class DisasterRecoveryClient(object):
|
|
2930
2946
|
|
2931
2947
|
def pause_dr_plan_execution(self, pause_dr_plan_execution_details, dr_plan_execution_id, **kwargs):
|
2932
2948
|
"""
|
2933
|
-
Pause the DR
|
2949
|
+
Pause the DR plan execution identified by *drPlanExecutionId*.
|
2934
2950
|
|
2935
2951
|
|
2936
2952
|
:param oci.disaster_recovery.models.PauseDrPlanExecutionDetails pause_dr_plan_execution_details: (required)
|
2937
|
-
Details for pausing
|
2953
|
+
Details for pausing the DR plan execution.
|
2938
2954
|
|
2939
2955
|
:param str dr_plan_execution_id: (required)
|
2940
|
-
The OCID of the DR
|
2956
|
+
The OCID of the DR plan execution.
|
2941
2957
|
|
2942
|
-
Example: `ocid1.drplanexecution.oc1
|
2958
|
+
Example: `ocid1.drplanexecution.oc1..uniqueID`
|
2943
2959
|
|
2944
2960
|
:param str if_match: (optional)
|
2945
2961
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -2974,7 +2990,7 @@ class DisasterRecoveryClient(object):
|
|
2974
2990
|
:rtype: :class:`~oci.response.Response`
|
2975
2991
|
|
2976
2992
|
:example:
|
2977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2993
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/pause_dr_plan_execution.py.html>`__ to see an example of how to use pause_dr_plan_execution API.
|
2978
2994
|
"""
|
2979
2995
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2980
2996
|
required_arguments = ['drPlanExecutionId']
|
@@ -3052,16 +3068,16 @@ class DisasterRecoveryClient(object):
|
|
3052
3068
|
|
3053
3069
|
def resume_dr_plan_execution(self, resume_dr_plan_execution_details, dr_plan_execution_id, **kwargs):
|
3054
3070
|
"""
|
3055
|
-
Resume the DR
|
3071
|
+
Resume the DR plan execution identified by *drPlanExecutionId*.
|
3056
3072
|
|
3057
3073
|
|
3058
3074
|
:param oci.disaster_recovery.models.ResumeDrPlanExecutionDetails resume_dr_plan_execution_details: (required)
|
3059
|
-
Details for resuming
|
3075
|
+
Details for resuming the DR plan execution.
|
3060
3076
|
|
3061
3077
|
:param str dr_plan_execution_id: (required)
|
3062
|
-
The OCID of the DR
|
3078
|
+
The OCID of the DR plan execution.
|
3063
3079
|
|
3064
|
-
Example: `ocid1.drplanexecution.oc1
|
3080
|
+
Example: `ocid1.drplanexecution.oc1..uniqueID`
|
3065
3081
|
|
3066
3082
|
:param str if_match: (optional)
|
3067
3083
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -3096,7 +3112,7 @@ class DisasterRecoveryClient(object):
|
|
3096
3112
|
:rtype: :class:`~oci.response.Response`
|
3097
3113
|
|
3098
3114
|
:example:
|
3099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/resume_dr_plan_execution.py.html>`__ to see an example of how to use resume_dr_plan_execution API.
|
3100
3116
|
"""
|
3101
3117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3102
3118
|
required_arguments = ['drPlanExecutionId']
|
@@ -3174,16 +3190,16 @@ class DisasterRecoveryClient(object):
|
|
3174
3190
|
|
3175
3191
|
def retry_dr_plan_execution(self, retry_dr_plan_execution_details, dr_plan_execution_id, **kwargs):
|
3176
3192
|
"""
|
3177
|
-
Retry failed group or step in DR
|
3193
|
+
Retry the failed group or step in DR plan execution identified by *drPlanExecutionId* and resume execution.
|
3178
3194
|
|
3179
3195
|
|
3180
3196
|
:param oci.disaster_recovery.models.RetryDrPlanExecutionDetails retry_dr_plan_execution_details: (required)
|
3181
|
-
Details of the failed group or step
|
3197
|
+
Details for retrying execution of the failed group or step.
|
3182
3198
|
|
3183
3199
|
:param str dr_plan_execution_id: (required)
|
3184
|
-
The OCID of the DR
|
3200
|
+
The OCID of the DR plan execution.
|
3185
3201
|
|
3186
|
-
Example: `ocid1.drplanexecution.oc1
|
3202
|
+
Example: `ocid1.drplanexecution.oc1..uniqueID`
|
3187
3203
|
|
3188
3204
|
:param str if_match: (optional)
|
3189
3205
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -3218,7 +3234,7 @@ class DisasterRecoveryClient(object):
|
|
3218
3234
|
:rtype: :class:`~oci.response.Response`
|
3219
3235
|
|
3220
3236
|
:example:
|
3221
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/retry_dr_plan_execution.py.html>`__ to see an example of how to use retry_dr_plan_execution API.
|
3222
3238
|
"""
|
3223
3239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3224
3240
|
required_arguments = ['drPlanExecutionId']
|
@@ -3296,16 +3312,16 @@ class DisasterRecoveryClient(object):
|
|
3296
3312
|
|
3297
3313
|
def update_dr_plan(self, update_dr_plan_details, dr_plan_id, **kwargs):
|
3298
3314
|
"""
|
3299
|
-
Update the DR
|
3315
|
+
Update the DR plan identified by *drPlanId*.
|
3300
3316
|
|
3301
3317
|
|
3302
3318
|
:param oci.disaster_recovery.models.UpdateDrPlanDetails update_dr_plan_details: (required)
|
3303
|
-
Details
|
3319
|
+
Details for updating the DR plan.
|
3304
3320
|
|
3305
3321
|
:param str dr_plan_id: (required)
|
3306
|
-
The OCID of the DR
|
3322
|
+
The OCID of the DR plan.
|
3307
3323
|
|
3308
|
-
Example: `ocid1.drplan.oc1
|
3324
|
+
Example: `ocid1.drplan.oc1..uniqueID`
|
3309
3325
|
|
3310
3326
|
:param str if_match: (optional)
|
3311
3327
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -3333,7 +3349,7 @@ class DisasterRecoveryClient(object):
|
|
3333
3349
|
:rtype: :class:`~oci.response.Response`
|
3334
3350
|
|
3335
3351
|
:example:
|
3336
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3352
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/update_dr_plan.py.html>`__ to see an example of how to use update_dr_plan API.
|
3337
3353
|
"""
|
3338
3354
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3339
3355
|
required_arguments = ['drPlanId']
|
@@ -3408,16 +3424,16 @@ class DisasterRecoveryClient(object):
|
|
3408
3424
|
|
3409
3425
|
def update_dr_plan_execution(self, update_dr_plan_execution_details, dr_plan_execution_id, **kwargs):
|
3410
3426
|
"""
|
3411
|
-
Update the DR
|
3427
|
+
Update the DR plan execution identified by *drPlanExecutionId*.
|
3412
3428
|
|
3413
3429
|
|
3414
3430
|
:param oci.disaster_recovery.models.UpdateDrPlanExecutionDetails update_dr_plan_execution_details: (required)
|
3415
|
-
Details
|
3431
|
+
Details for updating the DR plan execution.
|
3416
3432
|
|
3417
3433
|
:param str dr_plan_execution_id: (required)
|
3418
|
-
The OCID of the DR
|
3434
|
+
The OCID of the DR plan execution.
|
3419
3435
|
|
3420
|
-
Example: `ocid1.drplanexecution.oc1
|
3436
|
+
Example: `ocid1.drplanexecution.oc1..uniqueID`
|
3421
3437
|
|
3422
3438
|
:param str if_match: (optional)
|
3423
3439
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -3445,7 +3461,7 @@ class DisasterRecoveryClient(object):
|
|
3445
3461
|
:rtype: :class:`~oci.response.Response`
|
3446
3462
|
|
3447
3463
|
:example:
|
3448
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/update_dr_plan_execution.py.html>`__ to see an example of how to use update_dr_plan_execution API.
|
3449
3465
|
"""
|
3450
3466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3451
3467
|
required_arguments = ['drPlanExecutionId']
|
@@ -3520,16 +3536,16 @@ class DisasterRecoveryClient(object):
|
|
3520
3536
|
|
3521
3537
|
def update_dr_protection_group(self, update_dr_protection_group_details, dr_protection_group_id, **kwargs):
|
3522
3538
|
"""
|
3523
|
-
Update the DR
|
3539
|
+
Update the DR protection group identified by *drProtectionGroupId*.
|
3524
3540
|
|
3525
3541
|
|
3526
3542
|
:param oci.disaster_recovery.models.UpdateDrProtectionGroupDetails update_dr_protection_group_details: (required)
|
3527
|
-
Details
|
3543
|
+
Details for updating the the DR protection group.
|
3528
3544
|
|
3529
3545
|
:param str dr_protection_group_id: (required)
|
3530
|
-
The OCID of the DR
|
3546
|
+
The OCID of the DR protection group.
|
3531
3547
|
|
3532
|
-
Example: `ocid1.drprotectiongroup.oc1
|
3548
|
+
Example: `ocid1.drprotectiongroup.oc1..uniqueID`
|
3533
3549
|
|
3534
3550
|
:param str if_match: (optional)
|
3535
3551
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -3557,7 +3573,7 @@ class DisasterRecoveryClient(object):
|
|
3557
3573
|
:rtype: :class:`~oci.response.Response`
|
3558
3574
|
|
3559
3575
|
:example:
|
3560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3576
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/update_dr_protection_group.py.html>`__ to see an example of how to use update_dr_protection_group API.
|
3561
3577
|
"""
|
3562
3578
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3563
3579
|
required_arguments = ['drProtectionGroupId']
|
@@ -3632,16 +3648,16 @@ class DisasterRecoveryClient(object):
|
|
3632
3648
|
|
3633
3649
|
def update_dr_protection_group_role(self, update_dr_protection_group_role_details, dr_protection_group_id, **kwargs):
|
3634
3650
|
"""
|
3635
|
-
Update the role of the DR
|
3651
|
+
Update the role of the DR protection group identified by *drProtectionGroupId*.
|
3636
3652
|
|
3637
3653
|
|
3638
3654
|
:param oci.disaster_recovery.models.UpdateDrProtectionGroupRoleDetails update_dr_protection_group_role_details: (required)
|
3639
|
-
The role details for the DR
|
3655
|
+
The role details for the DR protection group to be updated.
|
3640
3656
|
|
3641
3657
|
:param str dr_protection_group_id: (required)
|
3642
|
-
The OCID of the DR
|
3658
|
+
The OCID of the DR protection group.
|
3643
3659
|
|
3644
|
-
Example: `ocid1.drprotectiongroup.oc1
|
3660
|
+
Example: `ocid1.drprotectiongroup.oc1..uniqueID`
|
3645
3661
|
|
3646
3662
|
:param str if_match: (optional)
|
3647
3663
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -3676,7 +3692,7 @@ class DisasterRecoveryClient(object):
|
|
3676
3692
|
:rtype: :class:`~oci.response.Response`
|
3677
3693
|
|
3678
3694
|
:example:
|
3679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/disasterrecovery/update_dr_protection_group_role.py.html>`__ to see an example of how to use update_dr_protection_group_role API.
|
3680
3696
|
"""
|
3681
3697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3682
3698
|
required_arguments = ['drProtectionGroupId']
|