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
@@ -145,7 +145,7 @@ class CertificatesManagementClient(object):
|
|
145
145
|
:rtype: :class:`~oci.response.Response`
|
146
146
|
|
147
147
|
:example:
|
148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/cancel_certificate_authority_deletion.py.html>`__ to see an example of how to use cancel_certificate_authority_deletion API.
|
149
149
|
"""
|
150
150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
151
151
|
required_arguments = ['certificateAuthorityId']
|
@@ -255,7 +255,7 @@ class CertificatesManagementClient(object):
|
|
255
255
|
:rtype: :class:`~oci.response.Response`
|
256
256
|
|
257
257
|
:example:
|
258
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/cancel_certificate_authority_version_deletion.py.html>`__ to see an example of how to use cancel_certificate_authority_version_deletion API.
|
259
259
|
"""
|
260
260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
261
261
|
required_arguments = ['certificateAuthorityId', 'certificateAuthorityVersionNumber']
|
@@ -363,7 +363,7 @@ class CertificatesManagementClient(object):
|
|
363
363
|
:rtype: :class:`~oci.response.Response`
|
364
364
|
|
365
365
|
:example:
|
366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
366
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/cancel_certificate_deletion.py.html>`__ to see an example of how to use cancel_certificate_deletion API.
|
367
367
|
"""
|
368
368
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
369
369
|
required_arguments = ['certificateId']
|
@@ -471,7 +471,7 @@ class CertificatesManagementClient(object):
|
|
471
471
|
:rtype: :class:`~oci.response.Response`
|
472
472
|
|
473
473
|
:example:
|
474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/cancel_certificate_version_deletion.py.html>`__ to see an example of how to use cancel_certificate_version_deletion API.
|
475
475
|
"""
|
476
476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
477
477
|
required_arguments = ['certificateId', 'certificateVersionNumber']
|
@@ -593,7 +593,7 @@ class CertificatesManagementClient(object):
|
|
593
593
|
:rtype: :class:`~oci.response.Response`
|
594
594
|
|
595
595
|
:example:
|
596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/change_ca_bundle_compartment.py.html>`__ to see an example of how to use change_ca_bundle_compartment API.
|
597
597
|
"""
|
598
598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
599
599
|
required_arguments = ['caBundleId']
|
@@ -719,7 +719,7 @@ class CertificatesManagementClient(object):
|
|
719
719
|
:rtype: :class:`~oci.response.Response`
|
720
720
|
|
721
721
|
:example:
|
722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/change_certificate_authority_compartment.py.html>`__ to see an example of how to use change_certificate_authority_compartment API.
|
723
723
|
"""
|
724
724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
725
725
|
required_arguments = ['certificateAuthorityId']
|
@@ -845,7 +845,7 @@ class CertificatesManagementClient(object):
|
|
845
845
|
:rtype: :class:`~oci.response.Response`
|
846
846
|
|
847
847
|
:example:
|
848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/change_certificate_compartment.py.html>`__ to see an example of how to use change_certificate_compartment API.
|
849
849
|
"""
|
850
850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
851
851
|
required_arguments = ['certificateId']
|
@@ -956,7 +956,7 @@ class CertificatesManagementClient(object):
|
|
956
956
|
:rtype: :class:`~oci.response.Response`
|
957
957
|
|
958
958
|
:example:
|
959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/create_ca_bundle.py.html>`__ to see an example of how to use create_ca_bundle API.
|
960
960
|
"""
|
961
961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
962
962
|
required_arguments = []
|
@@ -1055,7 +1055,7 @@ class CertificatesManagementClient(object):
|
|
1055
1055
|
:rtype: :class:`~oci.response.Response`
|
1056
1056
|
|
1057
1057
|
:example:
|
1058
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/create_certificate.py.html>`__ to see an example of how to use create_certificate API.
|
1059
1059
|
"""
|
1060
1060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1061
1061
|
required_arguments = []
|
@@ -1154,7 +1154,7 @@ class CertificatesManagementClient(object):
|
|
1154
1154
|
:rtype: :class:`~oci.response.Response`
|
1155
1155
|
|
1156
1156
|
:example:
|
1157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/create_certificate_authority.py.html>`__ to see an example of how to use create_certificate_authority API.
|
1158
1158
|
"""
|
1159
1159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1160
1160
|
required_arguments = []
|
@@ -1252,7 +1252,7 @@ class CertificatesManagementClient(object):
|
|
1252
1252
|
:rtype: :class:`~oci.response.Response`
|
1253
1253
|
|
1254
1254
|
:example:
|
1255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/delete_ca_bundle.py.html>`__ to see an example of how to use delete_ca_bundle API.
|
1256
1256
|
"""
|
1257
1257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1258
1258
|
required_arguments = ['caBundleId']
|
@@ -1350,7 +1350,7 @@ class CertificatesManagementClient(object):
|
|
1350
1350
|
:rtype: :class:`~oci.response.Response`
|
1351
1351
|
|
1352
1352
|
:example:
|
1353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/get_association.py.html>`__ to see an example of how to use get_association API.
|
1354
1354
|
"""
|
1355
1355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1356
1356
|
required_arguments = ['associationId']
|
@@ -1448,7 +1448,7 @@ class CertificatesManagementClient(object):
|
|
1448
1448
|
:rtype: :class:`~oci.response.Response`
|
1449
1449
|
|
1450
1450
|
:example:
|
1451
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1451
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/get_ca_bundle.py.html>`__ to see an example of how to use get_ca_bundle API.
|
1452
1452
|
"""
|
1453
1453
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1454
1454
|
required_arguments = ['caBundleId']
|
@@ -1546,7 +1546,7 @@ class CertificatesManagementClient(object):
|
|
1546
1546
|
:rtype: :class:`~oci.response.Response`
|
1547
1547
|
|
1548
1548
|
:example:
|
1549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/get_certificate.py.html>`__ to see an example of how to use get_certificate API.
|
1550
1550
|
"""
|
1551
1551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1552
1552
|
required_arguments = ['certificateId']
|
@@ -1644,7 +1644,7 @@ class CertificatesManagementClient(object):
|
|
1644
1644
|
:rtype: :class:`~oci.response.Response`
|
1645
1645
|
|
1646
1646
|
:example:
|
1647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/get_certificate_authority.py.html>`__ to see an example of how to use get_certificate_authority API.
|
1648
1648
|
"""
|
1649
1649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1650
1650
|
required_arguments = ['certificateAuthorityId']
|
@@ -1745,7 +1745,7 @@ class CertificatesManagementClient(object):
|
|
1745
1745
|
:rtype: :class:`~oci.response.Response`
|
1746
1746
|
|
1747
1747
|
:example:
|
1748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1748
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/get_certificate_authority_version.py.html>`__ to see an example of how to use get_certificate_authority_version API.
|
1749
1749
|
"""
|
1750
1750
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1751
1751
|
required_arguments = ['certificateAuthorityId', 'certificateAuthorityVersionNumber']
|
@@ -1847,7 +1847,7 @@ class CertificatesManagementClient(object):
|
|
1847
1847
|
:rtype: :class:`~oci.response.Response`
|
1848
1848
|
|
1849
1849
|
:example:
|
1850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1850
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/get_certificate_version.py.html>`__ to see an example of how to use get_certificate_version API.
|
1851
1851
|
"""
|
1852
1852
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1853
1853
|
required_arguments = ['certificateId', 'certificateVersionNumber']
|
@@ -1982,7 +1982,7 @@ class CertificatesManagementClient(object):
|
|
1982
1982
|
:rtype: :class:`~oci.response.Response`
|
1983
1983
|
|
1984
1984
|
:example:
|
1985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/list_associations.py.html>`__ to see an example of how to use list_associations API.
|
1986
1986
|
"""
|
1987
1987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1988
1988
|
required_arguments = []
|
@@ -2145,7 +2145,7 @@ class CertificatesManagementClient(object):
|
|
2145
2145
|
:rtype: :class:`~oci.response.Response`
|
2146
2146
|
|
2147
2147
|
:example:
|
2148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/list_ca_bundles.py.html>`__ to see an example of how to use list_ca_bundles API.
|
2149
2149
|
"""
|
2150
2150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2151
2151
|
required_arguments = []
|
@@ -2308,7 +2308,7 @@ class CertificatesManagementClient(object):
|
|
2308
2308
|
:rtype: :class:`~oci.response.Response`
|
2309
2309
|
|
2310
2310
|
:example:
|
2311
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2311
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/list_certificate_authorities.py.html>`__ to see an example of how to use list_certificate_authorities API.
|
2312
2312
|
"""
|
2313
2313
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2314
2314
|
required_arguments = []
|
@@ -2460,7 +2460,7 @@ class CertificatesManagementClient(object):
|
|
2460
2460
|
:rtype: :class:`~oci.response.Response`
|
2461
2461
|
|
2462
2462
|
:example:
|
2463
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2463
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/list_certificate_authority_versions.py.html>`__ to see an example of how to use list_certificate_authority_versions API.
|
2464
2464
|
"""
|
2465
2465
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2466
2466
|
required_arguments = ['certificateAuthorityId']
|
@@ -2609,7 +2609,7 @@ class CertificatesManagementClient(object):
|
|
2609
2609
|
:rtype: :class:`~oci.response.Response`
|
2610
2610
|
|
2611
2611
|
:example:
|
2612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/list_certificate_versions.py.html>`__ to see an example of how to use list_certificate_versions API.
|
2613
2613
|
"""
|
2614
2614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2615
2615
|
required_arguments = ['certificateId']
|
@@ -2771,7 +2771,7 @@ class CertificatesManagementClient(object):
|
|
2771
2771
|
:rtype: :class:`~oci.response.Response`
|
2772
2772
|
|
2773
2773
|
:example:
|
2774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/list_certificates.py.html>`__ to see an example of how to use list_certificates API.
|
2775
2775
|
"""
|
2776
2776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2777
2777
|
required_arguments = []
|
@@ -2923,7 +2923,7 @@ class CertificatesManagementClient(object):
|
|
2923
2923
|
:rtype: :class:`~oci.response.Response`
|
2924
2924
|
|
2925
2925
|
:example:
|
2926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/revoke_certificate_authority_version.py.html>`__ to see an example of how to use revoke_certificate_authority_version API.
|
2927
2927
|
"""
|
2928
2928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2929
2929
|
required_arguments = ['certificateAuthorityId', 'certificateAuthorityVersionNumber']
|
@@ -3048,7 +3048,7 @@ class CertificatesManagementClient(object):
|
|
3048
3048
|
:rtype: :class:`~oci.response.Response`
|
3049
3049
|
|
3050
3050
|
:example:
|
3051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/revoke_certificate_version.py.html>`__ to see an example of how to use revoke_certificate_version API.
|
3052
3052
|
"""
|
3053
3053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3054
3054
|
required_arguments = ['certificateId', 'certificateVersionNumber']
|
@@ -3162,7 +3162,7 @@ class CertificatesManagementClient(object):
|
|
3162
3162
|
:rtype: :class:`~oci.response.Response`
|
3163
3163
|
|
3164
3164
|
:example:
|
3165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/schedule_certificate_authority_deletion.py.html>`__ to see an example of how to use schedule_certificate_authority_deletion API.
|
3166
3166
|
"""
|
3167
3167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3168
3168
|
required_arguments = ['certificateAuthorityId']
|
@@ -3277,7 +3277,7 @@ class CertificatesManagementClient(object):
|
|
3277
3277
|
:rtype: :class:`~oci.response.Response`
|
3278
3278
|
|
3279
3279
|
:example:
|
3280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/schedule_certificate_authority_version_deletion.py.html>`__ to see an example of how to use schedule_certificate_authority_version_deletion API.
|
3281
3281
|
"""
|
3282
3282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3283
3283
|
required_arguments = ['certificateAuthorityId', 'certificateAuthorityVersionNumber']
|
@@ -3393,7 +3393,7 @@ class CertificatesManagementClient(object):
|
|
3393
3393
|
:rtype: :class:`~oci.response.Response`
|
3394
3394
|
|
3395
3395
|
:example:
|
3396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/schedule_certificate_deletion.py.html>`__ to see an example of how to use schedule_certificate_deletion API.
|
3397
3397
|
"""
|
3398
3398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3399
3399
|
required_arguments = ['certificateId']
|
@@ -3509,7 +3509,7 @@ class CertificatesManagementClient(object):
|
|
3509
3509
|
:rtype: :class:`~oci.response.Response`
|
3510
3510
|
|
3511
3511
|
:example:
|
3512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/schedule_certificate_version_deletion.py.html>`__ to see an example of how to use schedule_certificate_version_deletion API.
|
3513
3513
|
"""
|
3514
3514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3515
3515
|
required_arguments = ['certificateId', 'certificateVersionNumber']
|
@@ -3620,7 +3620,7 @@ class CertificatesManagementClient(object):
|
|
3620
3620
|
:rtype: :class:`~oci.response.Response`
|
3621
3621
|
|
3622
3622
|
:example:
|
3623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/update_ca_bundle.py.html>`__ to see an example of how to use update_ca_bundle API.
|
3624
3624
|
"""
|
3625
3625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3626
3626
|
required_arguments = ['caBundleId']
|
@@ -3732,7 +3732,7 @@ class CertificatesManagementClient(object):
|
|
3732
3732
|
:rtype: :class:`~oci.response.Response`
|
3733
3733
|
|
3734
3734
|
:example:
|
3735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3735
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/update_certificate.py.html>`__ to see an example of how to use update_certificate API.
|
3736
3736
|
"""
|
3737
3737
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3738
3738
|
required_arguments = ['certificateId']
|
@@ -3844,7 +3844,7 @@ class CertificatesManagementClient(object):
|
|
3844
3844
|
:rtype: :class:`~oci.response.Response`
|
3845
3845
|
|
3846
3846
|
:example:
|
3847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/certificatesmanagement/update_certificate_authority.py.html>`__ to see an example of how to use update_certificate_authority API.
|
3848
3848
|
"""
|
3849
3849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3850
3850
|
required_arguments = ['certificateAuthorityId']
|
@@ -186,11 +186,19 @@ class CertificatesManagementClientCompositeOperations(object):
|
|
186
186
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
187
187
|
|
188
188
|
try:
|
189
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
190
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_ca_bundle, 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")
|
191
|
+
else:
|
192
|
+
"""
|
193
|
+
If the user does not send in this value, we set it to True by default.
|
194
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
195
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
196
|
+
"""
|
197
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
189
198
|
waiter_result = oci.wait_until(
|
190
199
|
self.client,
|
191
200
|
initial_get_result, # noqa: F821
|
192
201
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
193
|
-
succeed_on_not_found=True,
|
194
202
|
**waiter_kwargs
|
195
203
|
)
|
196
204
|
result_to_return = waiter_result
|
oci/cims/incident_client.py
CHANGED
@@ -142,7 +142,7 @@ class IncidentClient(object):
|
|
142
142
|
:rtype: :class:`~oci.response.Response`
|
143
143
|
|
144
144
|
:example:
|
145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cims/create_incident.py.html>`__ to see an example of how to use create_incident API.
|
146
146
|
"""
|
147
147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
148
148
|
required_arguments = []
|
@@ -243,7 +243,7 @@ class IncidentClient(object):
|
|
243
243
|
:rtype: :class:`~oci.response.Response`
|
244
244
|
|
245
245
|
:example:
|
246
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
246
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cims/get_incident.py.html>`__ to see an example of how to use get_incident API.
|
247
247
|
"""
|
248
248
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
249
249
|
required_arguments = ['incidentKey']
|
@@ -351,7 +351,7 @@ class IncidentClient(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/cims/get_status.py.html>`__ to see an example of how to use get_status API.
|
355
355
|
"""
|
356
356
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
357
357
|
required_arguments = ['source']
|
@@ -485,7 +485,7 @@ class IncidentClient(object):
|
|
485
485
|
:rtype: :class:`~oci.response.Response`
|
486
486
|
|
487
487
|
:example:
|
488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cims/list_incident_resource_types.py.html>`__ to see an example of how to use list_incident_resource_types API.
|
489
489
|
"""
|
490
490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
491
491
|
required_arguments = ['problemType', 'compartmentId']
|
@@ -642,7 +642,7 @@ class IncidentClient(object):
|
|
642
642
|
:rtype: :class:`~oci.response.Response`
|
643
643
|
|
644
644
|
:example:
|
645
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
645
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cims/list_incidents.py.html>`__ to see an example of how to use list_incidents API.
|
646
646
|
"""
|
647
647
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
648
648
|
required_arguments = ['compartmentId']
|
@@ -785,7 +785,7 @@ class IncidentClient(object):
|
|
785
785
|
:rtype: :class:`~oci.response.Response`
|
786
786
|
|
787
787
|
:example:
|
788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cims/update_incident.py.html>`__ to see an example of how to use update_incident API.
|
789
789
|
"""
|
790
790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
791
791
|
required_arguments = ['incidentKey']
|
@@ -898,7 +898,7 @@ class IncidentClient(object):
|
|
898
898
|
:rtype: :class:`~oci.response.Response`
|
899
899
|
|
900
900
|
:example:
|
901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cims/validate_user.py.html>`__ to see an example of how to use validate_user API.
|
902
902
|
"""
|
903
903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
904
904
|
required_arguments = []
|
oci/cims/user_client.py
CHANGED
@@ -142,7 +142,7 @@ class UserClient(object):
|
|
142
142
|
:rtype: :class:`~oci.response.Response`
|
143
143
|
|
144
144
|
:example:
|
145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cims/create_user.py.html>`__ to see an example of how to use create_user API.
|
146
146
|
"""
|
147
147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
148
148
|
required_arguments = []
|
@@ -143,7 +143,7 @@ class CommonClient(object):
|
|
143
143
|
:rtype: :class:`~oci.response.Response`
|
144
144
|
|
145
145
|
:example:
|
146
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
147
147
|
"""
|
148
148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
149
149
|
required_arguments = ['workRequestId']
|
@@ -241,7 +241,7 @@ class CommonClient(object):
|
|
241
241
|
:rtype: :class:`~oci.response.Response`
|
242
242
|
|
243
243
|
:example:
|
244
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
244
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
245
245
|
"""
|
246
246
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
247
247
|
required_arguments = ['workRequestId']
|
@@ -355,7 +355,7 @@ class CommonClient(object):
|
|
355
355
|
:rtype: :class:`~oci.response.Response`
|
356
356
|
|
357
357
|
:example:
|
358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
359
359
|
"""
|
360
360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
361
361
|
required_arguments = ['workRequestId']
|
@@ -497,7 +497,7 @@ class CommonClient(object):
|
|
497
497
|
:rtype: :class:`~oci.response.Response`
|
498
498
|
|
499
499
|
:example:
|
500
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
501
501
|
"""
|
502
502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
503
503
|
required_arguments = ['workRequestId']
|
@@ -650,7 +650,7 @@ class CommonClient(object):
|
|
650
650
|
:rtype: :class:`~oci.response.Response`
|
651
651
|
|
652
652
|
:example:
|
653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
654
654
|
"""
|
655
655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
656
656
|
required_arguments = ['compartmentId']
|
@@ -155,7 +155,7 @@ class DiscoveryClient(object):
|
|
155
155
|
:rtype: :class:`~oci.response.Response`
|
156
156
|
|
157
157
|
:example:
|
158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/change_asset_source_compartment.py.html>`__ to see an example of how to use change_asset_source_compartment API.
|
159
159
|
"""
|
160
160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
161
161
|
required_arguments = ['assetSourceId']
|
@@ -277,7 +277,7 @@ class DiscoveryClient(object):
|
|
277
277
|
:rtype: :class:`~oci.response.Response`
|
278
278
|
|
279
279
|
:example:
|
280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/change_discovery_schedule_compartment.py.html>`__ to see an example of how to use change_discovery_schedule_compartment API.
|
281
281
|
"""
|
282
282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
283
283
|
required_arguments = ['discoveryScheduleId']
|
@@ -387,7 +387,7 @@ class DiscoveryClient(object):
|
|
387
387
|
:rtype: :class:`~oci.response.Response`
|
388
388
|
|
389
389
|
:example:
|
390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/create_asset_source.py.html>`__ to see an example of how to use create_asset_source API.
|
391
391
|
"""
|
392
392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
393
393
|
required_arguments = []
|
@@ -485,7 +485,7 @@ class DiscoveryClient(object):
|
|
485
485
|
:rtype: :class:`~oci.response.Response`
|
486
486
|
|
487
487
|
:example:
|
488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/create_discovery_schedule.py.html>`__ to see an example of how to use create_discovery_schedule API.
|
489
489
|
"""
|
490
490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
491
491
|
required_arguments = []
|
@@ -585,7 +585,7 @@ class DiscoveryClient(object):
|
|
585
585
|
:rtype: :class:`~oci.response.Response`
|
586
586
|
|
587
587
|
:example:
|
588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/delete_asset_source.py.html>`__ to see an example of how to use delete_asset_source API.
|
589
589
|
"""
|
590
590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
591
591
|
required_arguments = ['assetSourceId']
|
@@ -692,7 +692,7 @@ class DiscoveryClient(object):
|
|
692
692
|
:rtype: :class:`~oci.response.Response`
|
693
693
|
|
694
694
|
:example:
|
695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/delete_discovery_schedule.py.html>`__ to see an example of how to use delete_discovery_schedule API.
|
696
696
|
"""
|
697
697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
698
698
|
required_arguments = ['discoveryScheduleId']
|
@@ -792,7 +792,7 @@ class DiscoveryClient(object):
|
|
792
792
|
:rtype: :class:`~oci.response.Response`
|
793
793
|
|
794
794
|
:example:
|
795
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
795
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/get_asset_source.py.html>`__ to see an example of how to use get_asset_source API.
|
796
796
|
"""
|
797
797
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
798
798
|
required_arguments = ['assetSourceId']
|
@@ -892,7 +892,7 @@ class DiscoveryClient(object):
|
|
892
892
|
:rtype: :class:`~oci.response.Response`
|
893
893
|
|
894
894
|
:example:
|
895
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
895
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/get_discovery_schedule.py.html>`__ to see an example of how to use get_discovery_schedule API.
|
896
896
|
"""
|
897
897
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
898
898
|
required_arguments = ['discoveryScheduleId']
|
@@ -998,7 +998,7 @@ class DiscoveryClient(object):
|
|
998
998
|
:rtype: :class:`~oci.response.Response`
|
999
999
|
|
1000
1000
|
:example:
|
1001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/list_asset_source_connections.py.html>`__ to see an example of how to use list_asset_source_connections API.
|
1002
1002
|
"""
|
1003
1003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1004
1004
|
required_arguments = ['assetSourceId']
|
@@ -1135,7 +1135,7 @@ class DiscoveryClient(object):
|
|
1135
1135
|
:rtype: :class:`~oci.response.Response`
|
1136
1136
|
|
1137
1137
|
:example:
|
1138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/list_asset_sources.py.html>`__ to see an example of how to use list_asset_sources API.
|
1139
1139
|
"""
|
1140
1140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1141
1141
|
required_arguments = ['compartmentId']
|
@@ -1292,7 +1292,7 @@ class DiscoveryClient(object):
|
|
1292
1292
|
:rtype: :class:`~oci.response.Response`
|
1293
1293
|
|
1294
1294
|
:example:
|
1295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/list_discovery_schedules.py.html>`__ to see an example of how to use list_discovery_schedules API.
|
1296
1296
|
"""
|
1297
1297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1298
1298
|
required_arguments = ['compartmentId']
|
@@ -1429,7 +1429,7 @@ class DiscoveryClient(object):
|
|
1429
1429
|
:rtype: :class:`~oci.response.Response`
|
1430
1430
|
|
1431
1431
|
:example:
|
1432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1432
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/refresh_asset_source.py.html>`__ to see an example of how to use refresh_asset_source API.
|
1433
1433
|
"""
|
1434
1434
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1435
1435
|
required_arguments = ['assetSourceId']
|
@@ -1540,7 +1540,7 @@ class DiscoveryClient(object):
|
|
1540
1540
|
:rtype: :class:`~oci.response.Response`
|
1541
1541
|
|
1542
1542
|
:example:
|
1543
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1543
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/update_asset_source.py.html>`__ to see an example of how to use update_asset_source API.
|
1544
1544
|
"""
|
1545
1545
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1546
1546
|
required_arguments = ['assetSourceId']
|
@@ -1652,7 +1652,7 @@ class DiscoveryClient(object):
|
|
1652
1652
|
:rtype: :class:`~oci.response.Response`
|
1653
1653
|
|
1654
1654
|
:example:
|
1655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/cloudbridge/update_discovery_schedule.py.html>`__ to see an example of how to use update_discovery_schedule API.
|
1656
1656
|
"""
|
1657
1657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1658
1658
|
required_arguments = ['discoveryScheduleId']
|
@@ -188,11 +188,19 @@ class DiscoveryClientCompositeOperations(object):
|
|
188
188
|
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
189
189
|
|
190
190
|
try:
|
191
|
+
if ("succeed_on_not_found" in waiter_kwargs) and (waiter_kwargs["succeed_on_not_found"] is False):
|
192
|
+
self.client.base_client.logger.warning("The waiter kwarg succeed_on_not_found was passed as False for the delete composite operation delete_discovery_schedule, 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")
|
193
|
+
else:
|
194
|
+
"""
|
195
|
+
If the user does not send in this value, we set it to True by default.
|
196
|
+
We are doing this because during a delete resource scenario and waiting on its state, the service can
|
197
|
+
return a 404 NOT FOUND exception as the resource was deleted and a get on its state would fail
|
198
|
+
"""
|
199
|
+
waiter_kwargs["succeed_on_not_found"] = True
|
191
200
|
waiter_result = oci.wait_until(
|
192
201
|
self.client,
|
193
202
|
initial_get_result, # noqa: F821
|
194
203
|
evaluate_response=lambda r: getattr(r.data, 'lifecycle_state') and getattr(r.data, 'lifecycle_state').lower() in lowered_wait_for_states,
|
195
|
-
succeed_on_not_found=True,
|
196
204
|
**waiter_kwargs
|
197
205
|
)
|
198
206
|
result_to_return = waiter_result
|