oci 2.101.0__py3-none-any.whl → 2.103.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- 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/announcement_subscription_client_composite_operations.py +9 -1
- 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 +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- 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/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/database_migration_client_composite_operations.py +9 -1
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- 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_job_client_composite_operations.py +9 -1
- 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/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- 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 +53 -53
- 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/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- 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/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- 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_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- 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/ons/notification_data_plane_client_composite_operations.py +9 -1
- 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_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- 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 +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- 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_catalog/service_catalog_client_composite_operations.py +9 -1
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +22 -22
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- 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 +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- 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/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- 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/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/RECORD +341 -336
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
@@ -575,11 +575,19 @@ class CloudGuardClientCompositeOperations(object):
|
|
575
575
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
576
576
|
|
577
577
|
try:
|
578
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
579
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_data_mask_rule, this would result in the operation to fail if the resource is not found! Please, do not pass this kwarg if this was not intended")
|
580
|
+
else:
|
581
|
+
"""
|
582
|
+
If the user does not send in this value, we set it to True by default.
|
583
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
584
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
585
|
+
"""
|
586
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
578
587
|
waiter_result = oci.wait_until(
|
579
588
|
self.client,
|
580
589
|
initial_get_result, # noqa: F821
|
581
590
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
582
|
-
succeed_on_not_found=True,
|
583
591
|
**waiter_kwargs
|
584
592
|
)
|
585
593
|
result_to_return = waiter_result
|
@@ -673,11 +681,19 @@ class CloudGuardClientCompositeOperations(object):
|
|
673
681
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
674
682
|
|
675
683
|
try:
|
684
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
685
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_detector_recipe, this would result in the operation to fail if the resource is not found! Please, do not pass this kwarg if this was not intended")
|
686
|
+
else:
|
687
|
+
"""
|
688
|
+
If the user does not send in this value, we set it to True by default.
|
689
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
690
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
691
|
+
"""
|
692
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
676
693
|
waiter_result = oci.wait_until(
|
677
694
|
self.client,
|
678
695
|
initial_get_result, # noqa: F821
|
679
696
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
680
|
-
succeed_on_not_found=True,
|
681
697
|
**waiter_kwargs
|
682
698
|
)
|
683
699
|
result_to_return = waiter_result
|
@@ -725,11 +741,19 @@ class CloudGuardClientCompositeOperations(object):
|
|
725
741
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
726
742
|
|
727
743
|
try:
|
744
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
745
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_managed_list, this would result in the operation to fail if the resource is not found! Please, do not pass this kwarg if this was not intended")
|
746
|
+
else:
|
747
|
+
"""
|
748
|
+
If the user does not send in this value, we set it to True by default.
|
749
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
750
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
751
|
+
"""
|
752
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
728
753
|
waiter_result = oci.wait_until(
|
729
754
|
self.client,
|
730
755
|
initial_get_result, # noqa: F821
|
731
756
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
732
|
-
succeed_on_not_found=True,
|
733
757
|
**waiter_kwargs
|
734
758
|
)
|
735
759
|
result_to_return = waiter_result
|
@@ -777,11 +801,19 @@ class CloudGuardClientCompositeOperations(object):
|
|
777
801
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
778
802
|
|
779
803
|
try:
|
804
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
805
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_responder_recipe, this would result in the operation to fail if the resource is not found! Please, do not pass this kwarg if this was not intended")
|
806
|
+
else:
|
807
|
+
"""
|
808
|
+
If the user does not send in this value, we set it to True by default.
|
809
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
810
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
811
|
+
"""
|
812
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
780
813
|
waiter_result = oci.wait_until(
|
781
814
|
self.client,
|
782
815
|
initial_get_result, # noqa: F821
|
783
816
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
784
|
-
succeed_on_not_found=True,
|
785
817
|
**waiter_kwargs
|
786
818
|
)
|
787
819
|
result_to_return = waiter_result
|
@@ -829,11 +861,19 @@ class CloudGuardClientCompositeOperations(object):
|
|
829
861
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
830
862
|
|
831
863
|
try:
|
864
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
865
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_security_recipe, this would result in the operation to fail if the resource is not found! Please, do not pass this kwarg if this was not intended")
|
866
|
+
else:
|
867
|
+
"""
|
868
|
+
If the user does not send in this value, we set it to True by default.
|
869
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
870
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
871
|
+
"""
|
872
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
832
873
|
waiter_result = oci.wait_until(
|
833
874
|
self.client,
|
834
875
|
initial_get_result, # noqa: F821
|
835
876
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
836
|
-
succeed_on_not_found=True,
|
837
877
|
**waiter_kwargs
|
838
878
|
)
|
839
879
|
result_to_return = waiter_result
|
@@ -881,11 +921,19 @@ class CloudGuardClientCompositeOperations(object):
|
|
881
921
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
882
922
|
|
883
923
|
try:
|
924
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
925
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_security_zone, this would result in the operation to fail if the resource is not found! Please, do not pass this kwarg if this was not intended")
|
926
|
+
else:
|
927
|
+
"""
|
928
|
+
If the user does not send in this value, we set it to True by default.
|
929
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
930
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
931
|
+
"""
|
932
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
884
933
|
waiter_result = oci.wait_until(
|
885
934
|
self.client,
|
886
935
|
initial_get_result, # noqa: F821
|
887
936
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
888
|
-
succeed_on_not_found=True,
|
889
937
|
**waiter_kwargs
|
890
938
|
)
|
891
939
|
result_to_return = waiter_result
|
@@ -933,11 +981,19 @@ class CloudGuardClientCompositeOperations(object):
|
|
933
981
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
934
982
|
|
935
983
|
try:
|
984
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
985
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_target, this would result in the operation to fail if the resource is not found! Please, do not pass this kwarg if this was not intended")
|
986
|
+
else:
|
987
|
+
"""
|
988
|
+
If the user does not send in this value, we set it to True by default.
|
989
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
990
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
991
|
+
"""
|
992
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
936
993
|
waiter_result = oci.wait_until(
|
937
994
|
self.client,
|
938
995
|
initial_get_result, # noqa: F821
|
939
996
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
940
|
-
succeed_on_not_found=True,
|
941
997
|
**waiter_kwargs
|
942
998
|
)
|
943
999
|
result_to_return = waiter_result
|
@@ -144,7 +144,7 @@ class MigrationClient(object):
|
|
144
144
|
:rtype: :class:`~oci.response.Response`
|
145
145
|
|
146
146
|
:example:
|
147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
148
148
|
"""
|
149
149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
150
150
|
required_arguments = ['workRequestId']
|
@@ -259,7 +259,7 @@ class MigrationClient(object):
|
|
259
259
|
:rtype: :class:`~oci.response.Response`
|
260
260
|
|
261
261
|
:example:
|
262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/change_migration_compartment.py.html>`__ to see an example of how to use change_migration_compartment API.
|
263
263
|
"""
|
264
264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
265
265
|
required_arguments = ['migrationId']
|
@@ -379,7 +379,7 @@ class MigrationClient(object):
|
|
379
379
|
:rtype: :class:`~oci.response.Response`
|
380
380
|
|
381
381
|
:example:
|
382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/change_migration_plan_compartment.py.html>`__ to see an example of how to use change_migration_plan_compartment API.
|
383
383
|
"""
|
384
384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
385
385
|
required_arguments = ['migrationPlanId']
|
@@ -499,7 +499,7 @@ class MigrationClient(object):
|
|
499
499
|
:rtype: :class:`~oci.response.Response`
|
500
500
|
|
501
501
|
:example:
|
502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/change_replication_schedule_compartment.py.html>`__ to see an example of how to use change_replication_schedule_compartment API.
|
503
503
|
"""
|
504
504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
505
505
|
required_arguments = ['replicationScheduleId']
|
@@ -609,7 +609,7 @@ class MigrationClient(object):
|
|
609
609
|
:rtype: :class:`~oci.response.Response`
|
610
610
|
|
611
611
|
:example:
|
612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/create_migration.py.html>`__ to see an example of how to use create_migration API.
|
613
613
|
"""
|
614
614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
615
615
|
required_arguments = []
|
@@ -707,7 +707,7 @@ class MigrationClient(object):
|
|
707
707
|
:rtype: :class:`~oci.response.Response`
|
708
708
|
|
709
709
|
:example:
|
710
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/create_migration_asset.py.html>`__ to see an example of how to use create_migration_asset API.
|
711
711
|
"""
|
712
712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
713
713
|
required_arguments = []
|
@@ -805,7 +805,7 @@ class MigrationClient(object):
|
|
805
805
|
:rtype: :class:`~oci.response.Response`
|
806
806
|
|
807
807
|
:example:
|
808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/create_migration_plan.py.html>`__ to see an example of how to use create_migration_plan API.
|
809
809
|
"""
|
810
810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
811
811
|
required_arguments = []
|
@@ -903,7 +903,7 @@ class MigrationClient(object):
|
|
903
903
|
:rtype: :class:`~oci.response.Response`
|
904
904
|
|
905
905
|
:example:
|
906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/create_replication_schedule.py.html>`__ to see an example of how to use create_replication_schedule API.
|
907
907
|
"""
|
908
908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
909
909
|
required_arguments = []
|
@@ -1001,7 +1001,7 @@ class MigrationClient(object):
|
|
1001
1001
|
:rtype: :class:`~oci.response.Response`
|
1002
1002
|
|
1003
1003
|
:example:
|
1004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1004
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/create_target_asset.py.html>`__ to see an example of how to use create_target_asset API.
|
1005
1005
|
"""
|
1006
1006
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1007
1007
|
required_arguments = []
|
@@ -1099,7 +1099,7 @@ class MigrationClient(object):
|
|
1099
1099
|
:rtype: :class:`~oci.response.Response`
|
1100
1100
|
|
1101
1101
|
:example:
|
1102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/delete_migration.py.html>`__ to see an example of how to use delete_migration API.
|
1103
1103
|
"""
|
1104
1104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1105
1105
|
required_arguments = ['migrationId']
|
@@ -1204,7 +1204,7 @@ class MigrationClient(object):
|
|
1204
1204
|
:rtype: :class:`~oci.response.Response`
|
1205
1205
|
|
1206
1206
|
:example:
|
1207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1207
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/delete_migration_asset.py.html>`__ to see an example of how to use delete_migration_asset API.
|
1208
1208
|
"""
|
1209
1209
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1210
1210
|
required_arguments = ['migrationAssetId']
|
@@ -1309,7 +1309,7 @@ class MigrationClient(object):
|
|
1309
1309
|
:rtype: :class:`~oci.response.Response`
|
1310
1310
|
|
1311
1311
|
:example:
|
1312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/delete_migration_plan.py.html>`__ to see an example of how to use delete_migration_plan API.
|
1313
1313
|
"""
|
1314
1314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1315
1315
|
required_arguments = ['migrationPlanId']
|
@@ -1414,7 +1414,7 @@ class MigrationClient(object):
|
|
1414
1414
|
:rtype: :class:`~oci.response.Response`
|
1415
1415
|
|
1416
1416
|
:example:
|
1417
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/delete_replication_schedule.py.html>`__ to see an example of how to use delete_replication_schedule API.
|
1418
1418
|
"""
|
1419
1419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1420
1420
|
required_arguments = ['replicationScheduleId']
|
@@ -1519,7 +1519,7 @@ class MigrationClient(object):
|
|
1519
1519
|
:rtype: :class:`~oci.response.Response`
|
1520
1520
|
|
1521
1521
|
:example:
|
1522
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1522
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/delete_target_asset.py.html>`__ to see an example of how to use delete_target_asset API.
|
1523
1523
|
"""
|
1524
1524
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1525
1525
|
required_arguments = ['targetAssetId']
|
@@ -1631,7 +1631,7 @@ class MigrationClient(object):
|
|
1631
1631
|
:rtype: :class:`~oci.response.Response`
|
1632
1632
|
|
1633
1633
|
:example:
|
1634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/execute_migration_plan.py.html>`__ to see an example of how to use execute_migration_plan API.
|
1635
1635
|
"""
|
1636
1636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1637
1637
|
required_arguments = ['migrationPlanId']
|
@@ -1732,7 +1732,7 @@ class MigrationClient(object):
|
|
1732
1732
|
:rtype: :class:`~oci.response.Response`
|
1733
1733
|
|
1734
1734
|
:example:
|
1735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1735
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/export_migration_plan.py.html>`__ to see an example of how to use export_migration_plan API.
|
1736
1736
|
"""
|
1737
1737
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1738
1738
|
required_arguments = ['migrationPlanId']
|
@@ -1830,7 +1830,7 @@ class MigrationClient(object):
|
|
1830
1830
|
:rtype: :class:`~oci.response.Response`
|
1831
1831
|
|
1832
1832
|
:example:
|
1833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/get_migration.py.html>`__ to see an example of how to use get_migration API.
|
1834
1834
|
"""
|
1835
1835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1836
1836
|
required_arguments = ['migrationId']
|
@@ -1928,7 +1928,7 @@ class MigrationClient(object):
|
|
1928
1928
|
:rtype: :class:`~oci.response.Response`
|
1929
1929
|
|
1930
1930
|
:example:
|
1931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1931
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/get_migration_asset.py.html>`__ to see an example of how to use get_migration_asset API.
|
1932
1932
|
"""
|
1933
1933
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1934
1934
|
required_arguments = ['migrationAssetId']
|
@@ -2026,7 +2026,7 @@ class MigrationClient(object):
|
|
2026
2026
|
:rtype: :class:`~oci.response.Response`
|
2027
2027
|
|
2028
2028
|
:example:
|
2029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/get_migration_plan.py.html>`__ to see an example of how to use get_migration_plan API.
|
2030
2030
|
"""
|
2031
2031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2032
2032
|
required_arguments = ['migrationPlanId']
|
@@ -2124,7 +2124,7 @@ class MigrationClient(object):
|
|
2124
2124
|
:rtype: :class:`~oci.response.Response`
|
2125
2125
|
|
2126
2126
|
:example:
|
2127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/get_replication_progress.py.html>`__ to see an example of how to use get_replication_progress API.
|
2128
2128
|
"""
|
2129
2129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2130
2130
|
required_arguments = ['migrationAssetId']
|
@@ -2222,7 +2222,7 @@ class MigrationClient(object):
|
|
2222
2222
|
:rtype: :class:`~oci.response.Response`
|
2223
2223
|
|
2224
2224
|
:example:
|
2225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/get_replication_schedule.py.html>`__ to see an example of how to use get_replication_schedule API.
|
2226
2226
|
"""
|
2227
2227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2228
2228
|
required_arguments = ['replicationScheduleId']
|
@@ -2320,7 +2320,7 @@ class MigrationClient(object):
|
|
2320
2320
|
:rtype: :class:`~oci.response.Response`
|
2321
2321
|
|
2322
2322
|
:example:
|
2323
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2323
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/get_target_asset.py.html>`__ to see an example of how to use get_target_asset API.
|
2324
2324
|
"""
|
2325
2325
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2326
2326
|
required_arguments = ['targetAssetId']
|
@@ -2418,7 +2418,7 @@ class MigrationClient(object):
|
|
2418
2418
|
:rtype: :class:`~oci.response.Response`
|
2419
2419
|
|
2420
2420
|
:example:
|
2421
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
2422
2422
|
"""
|
2423
2423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2424
2424
|
required_arguments = ['workRequestId']
|
@@ -2540,7 +2540,7 @@ class MigrationClient(object):
|
|
2540
2540
|
:rtype: :class:`~oci.response.Response`
|
2541
2541
|
|
2542
2542
|
:example:
|
2543
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2543
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/import_migration_plan.py.html>`__ to see an example of how to use import_migration_plan API.
|
2544
2544
|
"""
|
2545
2545
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2546
2546
|
required_arguments = ['migrationPlanId']
|
@@ -2692,7 +2692,7 @@ class MigrationClient(object):
|
|
2692
2692
|
:rtype: :class:`~oci.response.Response`
|
2693
2693
|
|
2694
2694
|
:example:
|
2695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/list_available_shapes.py.html>`__ to see an example of how to use list_available_shapes API.
|
2696
2696
|
"""
|
2697
2697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2698
2698
|
required_arguments = ['migrationPlanId']
|
@@ -2853,7 +2853,7 @@ class MigrationClient(object):
|
|
2853
2853
|
:rtype: :class:`~oci.response.Response`
|
2854
2854
|
|
2855
2855
|
:example:
|
2856
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2856
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/list_migration_assets.py.html>`__ to see an example of how to use list_migration_assets API.
|
2857
2857
|
"""
|
2858
2858
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2859
2859
|
required_arguments = []
|
@@ -3012,7 +3012,7 @@ class MigrationClient(object):
|
|
3012
3012
|
:rtype: :class:`~oci.response.Response`
|
3013
3013
|
|
3014
3014
|
:example:
|
3015
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3015
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/list_migration_plans.py.html>`__ to see an example of how to use list_migration_plans API.
|
3016
3016
|
"""
|
3017
3017
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3018
3018
|
required_arguments = []
|
@@ -3170,7 +3170,7 @@ class MigrationClient(object):
|
|
3170
3170
|
:rtype: :class:`~oci.response.Response`
|
3171
3171
|
|
3172
3172
|
:example:
|
3173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/list_migrations.py.html>`__ to see an example of how to use list_migrations API.
|
3174
3174
|
"""
|
3175
3175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3176
3176
|
required_arguments = []
|
@@ -3326,7 +3326,7 @@ class MigrationClient(object):
|
|
3326
3326
|
:rtype: :class:`~oci.response.Response`
|
3327
3327
|
|
3328
3328
|
:example:
|
3329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/list_replication_schedules.py.html>`__ to see an example of how to use list_replication_schedules API.
|
3330
3330
|
"""
|
3331
3331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3332
3332
|
required_arguments = []
|
@@ -3482,7 +3482,7 @@ class MigrationClient(object):
|
|
3482
3482
|
:rtype: :class:`~oci.response.Response`
|
3483
3483
|
|
3484
3484
|
:example:
|
3485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/list_target_assets.py.html>`__ to see an example of how to use list_target_assets API.
|
3486
3486
|
"""
|
3487
3487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3488
3488
|
required_arguments = []
|
@@ -3627,7 +3627,7 @@ class MigrationClient(object):
|
|
3627
3627
|
:rtype: :class:`~oci.response.Response`
|
3628
3628
|
|
3629
3629
|
:example:
|
3630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
3631
3631
|
"""
|
3632
3632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3633
3633
|
required_arguments = ['workRequestId']
|
@@ -3769,7 +3769,7 @@ class MigrationClient(object):
|
|
3769
3769
|
:rtype: :class:`~oci.response.Response`
|
3770
3770
|
|
3771
3771
|
:example:
|
3772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
3773
3773
|
"""
|
3774
3774
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3775
3775
|
required_arguments = ['workRequestId']
|
@@ -3927,7 +3927,7 @@ class MigrationClient(object):
|
|
3927
3927
|
:rtype: :class:`~oci.response.Response`
|
3928
3928
|
|
3929
3929
|
:example:
|
3930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
3931
3931
|
"""
|
3932
3932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3933
3933
|
required_arguments = []
|
@@ -4079,7 +4079,7 @@ class MigrationClient(object):
|
|
4079
4079
|
:rtype: :class:`~oci.response.Response`
|
4080
4080
|
|
4081
4081
|
:example:
|
4082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/refresh_migration.py.html>`__ to see an example of how to use refresh_migration API.
|
4083
4083
|
"""
|
4084
4084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4085
4085
|
required_arguments = ['migrationId']
|
@@ -4194,7 +4194,7 @@ class MigrationClient(object):
|
|
4194
4194
|
:rtype: :class:`~oci.response.Response`
|
4195
4195
|
|
4196
4196
|
:example:
|
4197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/refresh_migration_asset.py.html>`__ to see an example of how to use refresh_migration_asset API.
|
4198
4198
|
"""
|
4199
4199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4200
4200
|
required_arguments = ['migrationAssetId']
|
@@ -4309,7 +4309,7 @@ class MigrationClient(object):
|
|
4309
4309
|
:rtype: :class:`~oci.response.Response`
|
4310
4310
|
|
4311
4311
|
:example:
|
4312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4312
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/refresh_migration_plan.py.html>`__ to see an example of how to use refresh_migration_plan API.
|
4313
4313
|
"""
|
4314
4314
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4315
4315
|
required_arguments = ['migrationPlanId']
|
@@ -4424,7 +4424,7 @@ class MigrationClient(object):
|
|
4424
4424
|
:rtype: :class:`~oci.response.Response`
|
4425
4425
|
|
4426
4426
|
:example:
|
4427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/start_asset_replication.py.html>`__ to see an example of how to use start_asset_replication API.
|
4428
4428
|
"""
|
4429
4429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4430
4430
|
required_arguments = ['migrationAssetId']
|
@@ -4539,7 +4539,7 @@ class MigrationClient(object):
|
|
4539
4539
|
:rtype: :class:`~oci.response.Response`
|
4540
4540
|
|
4541
4541
|
:example:
|
4542
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/start_migration_replication.py.html>`__ to see an example of how to use start_migration_replication API.
|
4543
4543
|
"""
|
4544
4544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4545
4545
|
required_arguments = ['migrationId']
|
@@ -4650,7 +4650,7 @@ class MigrationClient(object):
|
|
4650
4650
|
:rtype: :class:`~oci.response.Response`
|
4651
4651
|
|
4652
4652
|
:example:
|
4653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/update_migration.py.html>`__ to see an example of how to use update_migration API.
|
4654
4654
|
"""
|
4655
4655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4656
4656
|
required_arguments = ['migrationId']
|
@@ -4762,7 +4762,7 @@ class MigrationClient(object):
|
|
4762
4762
|
:rtype: :class:`~oci.response.Response`
|
4763
4763
|
|
4764
4764
|
:example:
|
4765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/update_migration_asset.py.html>`__ to see an example of how to use update_migration_asset API.
|
4766
4766
|
"""
|
4767
4767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4768
4768
|
required_arguments = ['migrationAssetId']
|
@@ -4881,7 +4881,7 @@ class MigrationClient(object):
|
|
4881
4881
|
:rtype: :class:`~oci.response.Response`
|
4882
4882
|
|
4883
4883
|
:example:
|
4884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/update_migration_plan.py.html>`__ to see an example of how to use update_migration_plan API.
|
4885
4885
|
"""
|
4886
4886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4887
4887
|
required_arguments = ['migrationPlanId']
|
@@ -5001,7 +5001,7 @@ class MigrationClient(object):
|
|
5001
5001
|
:rtype: :class:`~oci.response.Response`
|
5002
5002
|
|
5003
5003
|
:example:
|
5004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5004
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/update_replication_schedule.py.html>`__ to see an example of how to use update_replication_schedule API.
|
5005
5005
|
"""
|
5006
5006
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5007
5007
|
required_arguments = ['replicationScheduleId']
|
@@ -5121,7 +5121,7 @@ class MigrationClient(object):
|
|
5121
5121
|
:rtype: :class:`~oci.response.Response`
|
5122
5122
|
|
5123
5123
|
:example:
|
5124
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudmigrations/update_target_asset.py.html>`__ to see an example of how to use update_target_asset API.
|
5125
5125
|
"""
|
5126
5126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5127
5127
|
required_arguments = ['targetAssetId']
|
@@ -149,7 +149,7 @@ class ComputeInstanceAgentClient(object):
|
|
149
149
|
:rtype: :class:`~oci.response.Response`
|
150
150
|
|
151
151
|
:example:
|
152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/computeinstanceagent/cancel_instance_agent_command.py.html>`__ to see an example of how to use cancel_instance_agent_command API.
|
153
153
|
"""
|
154
154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
155
155
|
required_arguments = ['instanceAgentCommandId']
|
@@ -259,7 +259,7 @@ class ComputeInstanceAgentClient(object):
|
|
259
259
|
:rtype: :class:`~oci.response.Response`
|
260
260
|
|
261
261
|
:example:
|
262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/computeinstanceagent/create_instance_agent_command.py.html>`__ to see an example of how to use create_instance_agent_command API.
|
263
263
|
"""
|
264
264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
265
265
|
required_arguments = []
|
@@ -351,7 +351,7 @@ class ComputeInstanceAgentClient(object):
|
|
351
351
|
:rtype: :class:`~oci.response.Response`
|
352
352
|
|
353
353
|
:example:
|
354
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
354
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/computeinstanceagent/get_instance_agent_command.py.html>`__ to see an example of how to use get_instance_agent_command API.
|
355
355
|
"""
|
356
356
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
357
357
|
required_arguments = ['instanceAgentCommandId']
|
@@ -455,7 +455,7 @@ class ComputeInstanceAgentClient(object):
|
|
455
455
|
:rtype: :class:`~oci.response.Response`
|
456
456
|
|
457
457
|
:example:
|
458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/computeinstanceagent/get_instance_agent_command_execution.py.html>`__ to see an example of how to use get_instance_agent_command_execution API.
|
459
459
|
"""
|
460
460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
461
461
|
required_arguments = ['instanceAgentCommandId', 'instanceId']
|
@@ -603,7 +603,7 @@ class ComputeInstanceAgentClient(object):
|
|
603
603
|
:rtype: :class:`~oci.response.Response`
|
604
604
|
|
605
605
|
:example:
|
606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/computeinstanceagent/list_instance_agent_command_executions.py.html>`__ to see an example of how to use list_instance_agent_command_executions API.
|
607
607
|
"""
|
608
608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
609
609
|
required_arguments = ['compartmentId', 'instanceId']
|
@@ -760,7 +760,7 @@ class ComputeInstanceAgentClient(object):
|
|
760
760
|
:rtype: :class:`~oci.response.Response`
|
761
761
|
|
762
762
|
:example:
|
763
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/computeinstanceagent/list_instance_agent_commands.py.html>`__ to see an example of how to use list_instance_agent_commands API.
|
764
764
|
"""
|
765
765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
766
766
|
required_arguments = ['compartmentId']
|
@@ -146,7 +146,7 @@ class PluginClient(object):
|
|
146
146
|
:rtype: :class:`~oci.response.Response`
|
147
147
|
|
148
148
|
:example:
|
149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/computeinstanceagent/get_instance_agent_plugin.py.html>`__ to see an example of how to use get_instance_agent_plugin API.
|
150
150
|
"""
|
151
151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
152
152
|
required_arguments = ['instanceagentId', 'pluginName', 'compartmentId']
|
@@ -295,7 +295,7 @@ class PluginClient(object):
|
|
295
295
|
:rtype: :class:`~oci.response.Response`
|
296
296
|
|
297
297
|
:example:
|
298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/computeinstanceagent/list_instance_agent_plugins.py.html>`__ to see an example of how to use list_instance_agent_plugins API.
|
299
299
|
"""
|
300
300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
301
301
|
required_arguments = ['instanceagentId', 'compartmentId']
|
@@ -185,7 +185,7 @@ class PluginconfigClient(object):
|
|
185
185
|
:rtype: :class:`~oci.response.Response`
|
186
186
|
|
187
187
|
:example:
|
188
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/computeinstanceagent/list_instanceagent_available_plugins.py.html>`__ to see an example of how to use list_instanceagent_available_plugins API.
|
189
189
|
"""
|
190
190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
191
191
|
required_arguments = ['compartmentId', 'osName', 'osVersion']
|