oci 2.125.1__py3-none-any.whl → 2.125.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +134 -43
- oci/ai_language/models/__init__.py +24 -0
- oci/ai_language/models/assertion_details.py +165 -0
- oci/ai_language/models/batch_detect_health_entity_details.py +223 -0
- oci/ai_language/models/batch_detect_health_entity_result.py +103 -0
- oci/ai_language/models/batch_detect_language_pii_entities_details.py +29 -2
- oci/ai_language/models/health_entity.py +351 -0
- oci/ai_language/models/health_entity_document_result.py +200 -0
- oci/ai_language/models/input_location.py +2 -1
- oci/ai_language/models/mel_concept.py +103 -0
- oci/ai_language/models/mel_concept_details.py +165 -0
- oci/ai_language/models/model_details.py +11 -3
- oci/ai_language/models/named_entity_recognition_model_details.py +1 -1
- oci/ai_language/models/pii_entity.py +118 -7
- oci/ai_language/models/pii_model_details.py +91 -0
- oci/ai_language/models/pre_trained_health_nlu_model_details.py +1 -1
- oci/ai_language/models/pre_trained_key_phrase_extraction_model_details.py +1 -1
- oci/ai_language/models/pre_trained_language_detection_model_details.py +1 -1
- oci/ai_language/models/pre_trained_named_entity_recognition_model_details.py +1 -1
- oci/ai_language/models/pre_trained_pii_model_details.py +1 -1
- oci/ai_language/models/pre_trained_sentiment_analysis_model_details.py +1 -1
- oci/ai_language/models/pre_trained_summarization.py +1 -1
- oci/ai_language/models/pre_trained_text_classification_model_details.py +1 -1
- oci/ai_language/models/pre_trained_universal_model.py +1 -1
- oci/ai_language/models/profile.py +134 -0
- oci/ai_language/models/relation_entity.py +196 -0
- oci/ai_language/models/resolved_entities.py +72 -0
- oci/ai_language/models/resolved_entity.py +227 -0
- oci/ai_language/models/text_classification_model_details.py +1 -1
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +36 -36
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +148 -148
- oci/data_flow/data_flow_client.py +52 -46
- oci/data_flow/models/sql_endpoint.py +42 -3
- oci/data_flow/models/sql_endpoint_summary.py +11 -3
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +272 -272
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/instance_configuration.py +37 -2
- oci/database/database_client.py +1224 -537
- oci/database/database_client_composite_operations.py +204 -0
- oci/database/models/__init__.py +12 -0
- oci/database/models/autonomous_container_database.py +31 -0
- oci/database/models/autonomous_container_database_summary.py +31 -0
- oci/database/models/autonomous_database_software_image.py +489 -0
- oci/database/models/autonomous_database_software_image_collection.py +72 -0
- oci/database/models/autonomous_database_software_image_summary.py +437 -0
- oci/database/models/change_autonomous_database_software_image_compartment_details.py +76 -0
- oci/database/models/create_autonomous_container_database_details.py +35 -0
- oci/database/models/create_autonomous_database_software_image_details.py +267 -0
- oci/database/models/maintenance_window.py +33 -2
- oci/database/models/update_autonomous_database_software_image_details.py +119 -0
- oci/database_management/db_management_client.py +194 -194
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/models/aws_s3_data_transfer_medium_details.py +29 -2
- oci/database_migration/models/data_transfer_medium_details_v2.py +1 -1
- oci/database_migration/models/nfs_data_transfer_medium_details.py +29 -2
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +26 -26
- oci/email_data_plane/email_dp_client.py +2 -2
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +24 -24
- oci/generative_ai/models/dataset.py +1 -1
- oci/generative_ai/models/dedicated_ai_cluster.py +34 -3
- oci/generative_ai/models/endpoint.py +27 -0
- oci/generative_ai/models/model.py +34 -3
- oci/generative_ai/models/model_summary.py +7 -3
- oci/generative_ai_inference/generative_ai_inference_client.py +101 -3
- oci/generative_ai_inference/models/__init__.py +30 -0
- oci/generative_ai_inference/models/base_chat_request.py +109 -0
- oci/generative_ai_inference/models/base_chat_response.py +109 -0
- oci/generative_ai_inference/models/chat_choice.py +161 -0
- oci/generative_ai_inference/models/chat_content.py +101 -0
- oci/generative_ai_inference/models/chat_details.py +126 -0
- oci/generative_ai_inference/models/chat_result.py +130 -0
- oci/generative_ai_inference/models/citation.py +165 -0
- oci/generative_ai_inference/models/cohere_chat_request.py +443 -0
- oci/generative_ai_inference/models/cohere_chat_response.py +272 -0
- oci/generative_ai_inference/models/cohere_llm_inference_response.py +1 -1
- oci/generative_ai_inference/models/cohere_message.py +119 -0
- oci/generative_ai_inference/models/embed_text_details.py +2 -2
- oci/generative_ai_inference/models/generic_chat_request.py +474 -0
- oci/generative_ai_inference/models/generic_chat_response.py +113 -0
- oci/generative_ai_inference/models/llama_llm_inference_request.py +2 -2
- oci/generative_ai_inference/models/llama_llm_inference_response.py +1 -1
- oci/generative_ai_inference/models/llm_inference_response.py +11 -3
- oci/generative_ai_inference/models/message.py +103 -0
- oci/generative_ai_inference/models/search_query.py +72 -0
- oci/generative_ai_inference/models/text_content.py +82 -0
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +23 -23
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/models/__init__.py +2 -0
- oci/network_load_balancer/models/backend_set.py +64 -0
- oci/network_load_balancer/models/backend_set_details.py +64 -0
- oci/network_load_balancer/models/backend_set_summary.py +64 -0
- oci/network_load_balancer/models/create_backend_set_details.py +64 -0
- oci/network_load_balancer/models/dns_health_checker_details.py +264 -0
- oci/network_load_balancer/models/health_checker.py +36 -5
- oci/network_load_balancer/models/health_checker_details.py +36 -5
- oci/network_load_balancer/models/update_backend_set_details.py +64 -0
- oci/network_load_balancer/models/update_health_checker_details.py +36 -5
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/models/opa_instance.py +7 -3
- oci/opa/models/work_request.py +11 -3
- oci/opa/models/work_request_summary.py +11 -3
- oci/opa/opa_instance_client.py +223 -13
- oci/opa/opa_instance_client_composite_operations.py +78 -0
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/models/create_redis_cluster_details.py +31 -0
- oci/redis/models/redis_cluster.py +31 -0
- oci/redis/models/redis_cluster_summary.py +31 -0
- oci/redis/models/update_redis_cluster_details.py +31 -0
- oci/redis/redis_cluster_client.py +11 -11
- oci/regions_definitions.py +5 -0
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/models/associated_monitored_resource.py +118 -0
- oci/stack_monitoring/models/associated_resources_summary.py +118 -0
- oci/stack_monitoring/models/create_monitored_resource_type_details.py +118 -0
- oci/stack_monitoring/models/discovery_job_log_summary.py +35 -2
- oci/stack_monitoring/models/import_oci_telemetry_resources_task_details.py +301 -0
- oci/stack_monitoring/models/monitored_resource.py +118 -0
- oci/stack_monitoring/models/monitored_resource_member_summary.py +118 -0
- oci/stack_monitoring/models/monitored_resource_summary.py +118 -0
- oci/stack_monitoring/models/monitored_resource_type.py +118 -0
- oci/stack_monitoring/models/monitored_resource_type_summary.py +118 -0
- oci/stack_monitoring/models/search_monitored_resources_details.py +184 -0
- oci/stack_monitoring/models/update_monitored_resource_type_details.py +118 -0
- oci/stack_monitoring/stack_monitoring_client.py +79 -65
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/models/__init__.py +12 -0
- oci/usage_api/models/create_email_recipients_group_details.py +103 -0
- oci/usage_api/models/email_recipient.py +181 -0
- oci/usage_api/models/email_recipients_group.py +181 -0
- oci/usage_api/models/email_recipients_group_collection.py +72 -0
- oci/usage_api/models/email_recipients_group_summary.py +272 -0
- oci/usage_api/models/update_email_recipients_group_details.py +72 -0
- oci/usage_api/usageapi_client.py +656 -34
- oci/usage_api/usageapi_client_composite_operations.py +96 -0
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/METADATA +1 -1
- {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/RECORD +358 -318
- {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/LICENSE.txt +0 -0
- {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/WHEEL +0 -0
- {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/top_level.txt +0 -0
@@ -181,7 +181,7 @@ class ReportingManagedInstanceClient(object):
|
|
181
181
|
:rtype: :class:`~oci.response.Response`
|
182
182
|
|
183
183
|
:example:
|
184
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
184
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/get_managed_instance_analytic_content.py.html>`__ to see an example of how to use get_managed_instance_analytic_content API.
|
185
185
|
"""
|
186
186
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
187
187
|
required_arguments = []
|
@@ -325,7 +325,7 @@ class ReportingManagedInstanceClient(object):
|
|
325
325
|
:rtype: :class:`~oci.response.Response`
|
326
326
|
|
327
327
|
:example:
|
328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/get_managed_instance_content.py.html>`__ to see an example of how to use get_managed_instance_content API.
|
329
329
|
"""
|
330
330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
331
331
|
required_arguments = ['managedInstanceId']
|
@@ -500,7 +500,7 @@ class ReportingManagedInstanceClient(object):
|
|
500
500
|
:rtype: :class:`~oci.response.Response`
|
501
501
|
|
502
502
|
:example:
|
503
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
503
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/summarize_managed_instance_analytics.py.html>`__ to see an example of how to use summarize_managed_instance_analytics API.
|
504
504
|
"""
|
505
505
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
506
506
|
required_arguments = ['metricNames']
|
@@ -150,7 +150,7 @@ class ScheduledJobClient(object):
|
|
150
150
|
:rtype: :class:`~oci.response.Response`
|
151
151
|
|
152
152
|
:example:
|
153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/create_scheduled_job.py.html>`__ to see an example of how to use create_scheduled_job API.
|
154
154
|
"""
|
155
155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
156
156
|
required_arguments = []
|
@@ -248,7 +248,7 @@ class ScheduledJobClient(object):
|
|
248
248
|
:rtype: :class:`~oci.response.Response`
|
249
249
|
|
250
250
|
:example:
|
251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/delete_scheduled_job.py.html>`__ to see an example of how to use delete_scheduled_job API.
|
252
252
|
"""
|
253
253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
254
254
|
required_arguments = ['scheduledJobId']
|
@@ -346,7 +346,7 @@ class ScheduledJobClient(object):
|
|
346
346
|
:rtype: :class:`~oci.response.Response`
|
347
347
|
|
348
348
|
:example:
|
349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/get_scheduled_job.py.html>`__ to see an example of how to use get_scheduled_job API.
|
350
350
|
"""
|
351
351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
352
352
|
required_arguments = ['scheduledJobId']
|
@@ -526,7 +526,7 @@ class ScheduledJobClient(object):
|
|
526
526
|
:rtype: :class:`~oci.response.Response`
|
527
527
|
|
528
528
|
:example:
|
529
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
529
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/list_scheduled_jobs.py.html>`__ to see an example of how to use list_scheduled_jobs API.
|
530
530
|
"""
|
531
531
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
532
532
|
required_arguments = []
|
@@ -706,7 +706,7 @@ class ScheduledJobClient(object):
|
|
706
706
|
:rtype: :class:`~oci.response.Response`
|
707
707
|
|
708
708
|
:example:
|
709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/run_scheduled_job_now.py.html>`__ to see an example of how to use run_scheduled_job_now API.
|
710
710
|
"""
|
711
711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
712
712
|
required_arguments = ['scheduledJobId']
|
@@ -817,7 +817,7 @@ class ScheduledJobClient(object):
|
|
817
817
|
:rtype: :class:`~oci.response.Response`
|
818
818
|
|
819
819
|
:example:
|
820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
820
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/update_scheduled_job.py.html>`__ to see an example of how to use update_scheduled_job API.
|
821
821
|
"""
|
822
822
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
823
823
|
required_arguments = ['scheduledJobId']
|
@@ -150,7 +150,7 @@ class SoftwareSourceClient(object):
|
|
150
150
|
:rtype: :class:`~oci.response.Response`
|
151
151
|
|
152
152
|
:example:
|
153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/change_availability_of_software_sources.py.html>`__ to see an example of how to use change_availability_of_software_sources API.
|
154
154
|
"""
|
155
155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
156
156
|
required_arguments = []
|
@@ -246,7 +246,7 @@ class SoftwareSourceClient(object):
|
|
246
246
|
:rtype: :class:`~oci.response.Response`
|
247
247
|
|
248
248
|
:example:
|
249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/create_entitlement.py.html>`__ to see an example of how to use create_entitlement API.
|
250
250
|
"""
|
251
251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
252
252
|
required_arguments = []
|
@@ -342,7 +342,7 @@ class SoftwareSourceClient(object):
|
|
342
342
|
:rtype: :class:`~oci.response.Response`
|
343
343
|
|
344
344
|
:example:
|
345
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/create_software_source.py.html>`__ to see an example of how to use create_software_source API.
|
346
346
|
"""
|
347
347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
348
348
|
required_arguments = []
|
@@ -440,7 +440,7 @@ class SoftwareSourceClient(object):
|
|
440
440
|
:rtype: :class:`~oci.response.Response`
|
441
441
|
|
442
442
|
:example:
|
443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/delete_software_source.py.html>`__ to see an example of how to use delete_software_source API.
|
444
444
|
"""
|
445
445
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
446
446
|
required_arguments = ['softwareSourceId']
|
@@ -541,7 +541,7 @@ class SoftwareSourceClient(object):
|
|
541
541
|
:rtype: :class:`~oci.response.Response`
|
542
542
|
|
543
543
|
:example:
|
544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/get_erratum.py.html>`__ to see an example of how to use get_erratum API.
|
545
545
|
"""
|
546
546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
547
547
|
required_arguments = ['name', 'compartmentId']
|
@@ -652,7 +652,7 @@ class SoftwareSourceClient(object):
|
|
652
652
|
:rtype: :class:`~oci.response.Response`
|
653
653
|
|
654
654
|
:example:
|
655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/get_module_stream.py.html>`__ to see an example of how to use get_module_stream API.
|
656
656
|
"""
|
657
657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
658
658
|
required_arguments = ['softwareSourceId', 'moduleName', 'streamName']
|
@@ -767,7 +767,7 @@ class SoftwareSourceClient(object):
|
|
767
767
|
:rtype: :class:`~oci.response.Response`
|
768
768
|
|
769
769
|
:example:
|
770
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
770
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/get_module_stream_profile.py.html>`__ to see an example of how to use get_module_stream_profile API.
|
771
771
|
"""
|
772
772
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
773
773
|
required_arguments = ['softwareSourceId', 'profileName', 'moduleName', 'streamName']
|
@@ -877,7 +877,7 @@ class SoftwareSourceClient(object):
|
|
877
877
|
:rtype: :class:`~oci.response.Response`
|
878
878
|
|
879
879
|
:example:
|
880
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
880
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/get_package_group.py.html>`__ to see an example of how to use get_package_group API.
|
881
881
|
"""
|
882
882
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
883
883
|
required_arguments = ['softwareSourceId', 'packageGroupId']
|
@@ -979,7 +979,7 @@ class SoftwareSourceClient(object):
|
|
979
979
|
:rtype: :class:`~oci.response.Response`
|
980
980
|
|
981
981
|
:example:
|
982
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/get_software_package.py.html>`__ to see an example of how to use get_software_package API.
|
983
983
|
"""
|
984
984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
985
985
|
required_arguments = ['softwareSourceId', 'softwarePackageName']
|
@@ -1078,7 +1078,7 @@ class SoftwareSourceClient(object):
|
|
1078
1078
|
:rtype: :class:`~oci.response.Response`
|
1079
1079
|
|
1080
1080
|
:example:
|
1081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/get_software_source.py.html>`__ to see an example of how to use get_software_source API.
|
1082
1082
|
"""
|
1083
1083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1084
1084
|
required_arguments = ['softwareSourceId']
|
@@ -1211,7 +1211,7 @@ class SoftwareSourceClient(object):
|
|
1211
1211
|
:rtype: :class:`~oci.response.Response`
|
1212
1212
|
|
1213
1213
|
:example:
|
1214
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1214
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/list_entitlements.py.html>`__ to see an example of how to use list_entitlements API.
|
1215
1215
|
"""
|
1216
1216
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1217
1217
|
required_arguments = ['compartmentId']
|
@@ -1397,7 +1397,7 @@ class SoftwareSourceClient(object):
|
|
1397
1397
|
:rtype: :class:`~oci.response.Response`
|
1398
1398
|
|
1399
1399
|
:example:
|
1400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/list_errata.py.html>`__ to see an example of how to use list_errata API.
|
1401
1401
|
"""
|
1402
1402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1403
1403
|
required_arguments = ['compartmentId']
|
@@ -1587,7 +1587,7 @@ class SoftwareSourceClient(object):
|
|
1587
1587
|
:rtype: :class:`~oci.response.Response`
|
1588
1588
|
|
1589
1589
|
:example:
|
1590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/list_module_stream_profiles.py.html>`__ to see an example of how to use list_module_stream_profiles API.
|
1591
1591
|
"""
|
1592
1592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1593
1593
|
required_arguments = ['softwareSourceId']
|
@@ -1761,7 +1761,7 @@ class SoftwareSourceClient(object):
|
|
1761
1761
|
:rtype: :class:`~oci.response.Response`
|
1762
1762
|
|
1763
1763
|
:example:
|
1764
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1764
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/list_module_streams.py.html>`__ to see an example of how to use list_module_streams API.
|
1765
1765
|
"""
|
1766
1766
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1767
1767
|
required_arguments = ['softwareSourceId']
|
@@ -1934,7 +1934,7 @@ class SoftwareSourceClient(object):
|
|
1934
1934
|
:rtype: :class:`~oci.response.Response`
|
1935
1935
|
|
1936
1936
|
:example:
|
1937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/list_package_groups.py.html>`__ to see an example of how to use list_package_groups API.
|
1938
1938
|
"""
|
1939
1939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1940
1940
|
required_arguments = ['softwareSourceId']
|
@@ -2108,7 +2108,7 @@ class SoftwareSourceClient(object):
|
|
2108
2108
|
:rtype: :class:`~oci.response.Response`
|
2109
2109
|
|
2110
2110
|
:example:
|
2111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
2111
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/list_software_packages.py.html>`__ to see an example of how to use list_software_packages API.
|
2112
2112
|
"""
|
2113
2113
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2114
2114
|
required_arguments = ['softwareSourceId']
|
@@ -2254,7 +2254,7 @@ class SoftwareSourceClient(object):
|
|
2254
2254
|
:rtype: :class:`~oci.response.Response`
|
2255
2255
|
|
2256
2256
|
:example:
|
2257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
2257
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/list_software_source_vendors.py.html>`__ to see an example of how to use list_software_source_vendors API.
|
2258
2258
|
"""
|
2259
2259
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2260
2260
|
required_arguments = ['compartmentId']
|
@@ -2436,7 +2436,7 @@ class SoftwareSourceClient(object):
|
|
2436
2436
|
:rtype: :class:`~oci.response.Response`
|
2437
2437
|
|
2438
2438
|
:example:
|
2439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
2439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/list_software_sources.py.html>`__ to see an example of how to use list_software_sources API.
|
2440
2440
|
"""
|
2441
2441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2442
2442
|
required_arguments = []
|
@@ -2628,7 +2628,7 @@ class SoftwareSourceClient(object):
|
|
2628
2628
|
:rtype: :class:`~oci.response.Response`
|
2629
2629
|
|
2630
2630
|
:example:
|
2631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
2631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/search_software_source_module_streams.py.html>`__ to see an example of how to use search_software_source_module_streams API.
|
2632
2632
|
"""
|
2633
2633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2634
2634
|
required_arguments = []
|
@@ -2743,7 +2743,7 @@ class SoftwareSourceClient(object):
|
|
2743
2743
|
:rtype: :class:`~oci.response.Response`
|
2744
2744
|
|
2745
2745
|
:example:
|
2746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
2746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/search_software_source_modules.py.html>`__ to see an example of how to use search_software_source_modules API.
|
2747
2747
|
"""
|
2748
2748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2749
2749
|
required_arguments = []
|
@@ -2858,7 +2858,7 @@ class SoftwareSourceClient(object):
|
|
2858
2858
|
:rtype: :class:`~oci.response.Response`
|
2859
2859
|
|
2860
2860
|
:example:
|
2861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
2861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/search_software_source_package_groups.py.html>`__ to see an example of how to use search_software_source_package_groups API.
|
2862
2862
|
"""
|
2863
2863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2864
2864
|
required_arguments = []
|
@@ -2966,7 +2966,7 @@ class SoftwareSourceClient(object):
|
|
2966
2966
|
:rtype: :class:`~oci.response.Response`
|
2967
2967
|
|
2968
2968
|
:example:
|
2969
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
2969
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/update_software_source.py.html>`__ to see an example of how to use update_software_source API.
|
2970
2970
|
"""
|
2971
2971
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2972
2972
|
required_arguments = ['softwareSourceId']
|
@@ -143,7 +143,7 @@ class WorkRequestClient(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.125.
|
146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/get_work_request.py.html>`__ to see an example of how to use get_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']
|
@@ -268,7 +268,7 @@ class WorkRequestClient(object):
|
|
268
268
|
:rtype: :class:`~oci.response.Response`
|
269
269
|
|
270
270
|
:example:
|
271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
272
272
|
"""
|
273
273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
274
274
|
required_arguments = ['workRequestId']
|
@@ -421,7 +421,7 @@ class WorkRequestClient(object):
|
|
421
421
|
:rtype: :class:`~oci.response.Response`
|
422
422
|
|
423
423
|
:example:
|
424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
425
425
|
"""
|
426
426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
427
427
|
required_arguments = ['workRequestId']
|
@@ -603,7 +603,7 @@ class WorkRequestClient(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.125.
|
606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osmanagementhub/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
607
607
|
"""
|
608
608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
609
609
|
required_arguments = []
|
@@ -152,7 +152,7 @@ class AddressRuleServiceClient(object):
|
|
152
152
|
:rtype: :class:`~oci.response.Response`
|
153
153
|
|
154
154
|
:example:
|
155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/ospgateway/get_address_rule.py.html>`__ to see an example of how to use get_address_rule API.
|
156
156
|
"""
|
157
157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
158
158
|
required_arguments = ['countryCode', 'ospHomeRegion', 'compartmentId']
|
@@ -152,7 +152,7 @@ class AddressServiceClient(object):
|
|
152
152
|
:rtype: :class:`~oci.response.Response`
|
153
153
|
|
154
154
|
:example:
|
155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/ospgateway/get_address.py.html>`__ to see an example of how to use get_address API.
|
156
156
|
"""
|
157
157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
158
158
|
required_arguments = ['addressId', 'ospHomeRegion', 'compartmentId']
|
@@ -278,7 +278,7 @@ class AddressServiceClient(object):
|
|
278
278
|
:rtype: :class:`~oci.response.Response`
|
279
279
|
|
280
280
|
:example:
|
281
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/ospgateway/verify_address.py.html>`__ to see an example of how to use verify_address API.
|
282
282
|
"""
|
283
283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
284
284
|
required_arguments = ['ospHomeRegion', 'compartmentId']
|
@@ -152,7 +152,7 @@ class InvoiceServiceClient(object):
|
|
152
152
|
:rtype: :class:`~oci.response.Response`
|
153
153
|
|
154
154
|
:example:
|
155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/ospgateway/download_pdf_content.py.html>`__ to see an example of how to use download_pdf_content API.
|
156
156
|
"""
|
157
157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
158
158
|
required_arguments = ['internalInvoiceId', 'ospHomeRegion', 'compartmentId']
|
@@ -267,7 +267,7 @@ class InvoiceServiceClient(object):
|
|
267
267
|
:rtype: :class:`~oci.response.Response`
|
268
268
|
|
269
269
|
:example:
|
270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/ospgateway/get_invoice.py.html>`__ to see an example of how to use get_invoice API.
|
271
271
|
"""
|
272
272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
273
273
|
required_arguments = ['internalInvoiceId', 'ospHomeRegion', 'compartmentId']
|
@@ -388,7 +388,7 @@ class InvoiceServiceClient(object):
|
|
388
388
|
:rtype: :class:`~oci.response.Response`
|
389
389
|
|
390
390
|
:example:
|
391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/ospgateway/list_invoice_lines.py.html>`__ to see an example of how to use list_invoice_lines API.
|
392
392
|
"""
|
393
393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
394
394
|
required_arguments = ['internalInvoiceId', 'ospHomeRegion', 'compartmentId']
|
@@ -551,7 +551,7 @@ class InvoiceServiceClient(object):
|
|
551
551
|
:rtype: :class:`~oci.response.Response`
|
552
552
|
|
553
553
|
:example:
|
554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/ospgateway/list_invoices.py.html>`__ to see an example of how to use list_invoices API.
|
555
555
|
"""
|
556
556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
557
557
|
required_arguments = ['ospHomeRegion', 'compartmentId']
|
@@ -722,7 +722,7 @@ class InvoiceServiceClient(object):
|
|
722
722
|
:rtype: :class:`~oci.response.Response`
|
723
723
|
|
724
724
|
:example:
|
725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/ospgateway/pay_invoice.py.html>`__ to see an example of how to use pay_invoice API.
|
726
726
|
"""
|
727
727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
728
728
|
required_arguments = ['internalInvoiceId', 'ospHomeRegion', 'compartmentId']
|
@@ -166,7 +166,7 @@ class SubscriptionServiceClient(object):
|
|
166
166
|
:rtype: :class:`~oci.response.Response`
|
167
167
|
|
168
168
|
:example:
|
169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/ospgateway/authorize_subscription_payment.py.html>`__ to see an example of how to use authorize_subscription_payment API.
|
170
170
|
"""
|
171
171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
172
172
|
required_arguments = ['subscriptionId', 'ospHomeRegion', 'compartmentId']
|
@@ -288,7 +288,7 @@ class SubscriptionServiceClient(object):
|
|
288
288
|
:rtype: :class:`~oci.response.Response`
|
289
289
|
|
290
290
|
:example:
|
291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/ospgateway/get_subscription.py.html>`__ to see an example of how to use get_subscription API.
|
292
292
|
"""
|
293
293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
294
294
|
required_arguments = ['subscriptionId', 'ospHomeRegion', 'compartmentId']
|
@@ -416,7 +416,7 @@ class SubscriptionServiceClient(object):
|
|
416
416
|
:rtype: :class:`~oci.response.Response`
|
417
417
|
|
418
418
|
:example:
|
419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/ospgateway/list_subscriptions.py.html>`__ to see an example of how to use list_subscriptions API.
|
420
420
|
"""
|
421
421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
422
422
|
required_arguments = ['ospHomeRegion', 'compartmentId']
|
@@ -555,7 +555,7 @@ class SubscriptionServiceClient(object):
|
|
555
555
|
:rtype: :class:`~oci.response.Response`
|
556
556
|
|
557
557
|
:example:
|
558
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
558
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/ospgateway/pay_subscription.py.html>`__ to see an example of how to use pay_subscription API.
|
559
559
|
"""
|
560
560
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
561
561
|
required_arguments = ['subscriptionId', 'ospHomeRegion', 'compartmentId']
|
@@ -687,7 +687,7 @@ class SubscriptionServiceClient(object):
|
|
687
687
|
:rtype: :class:`~oci.response.Response`
|
688
688
|
|
689
689
|
:example:
|
690
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
690
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/ospgateway/update_subscription.py.html>`__ to see an example of how to use update_subscription API.
|
691
691
|
"""
|
692
692
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
693
693
|
required_arguments = ['subscriptionId', 'ospHomeRegion', 'compartmentId']
|
@@ -171,7 +171,7 @@ class BillingScheduleClient(object):
|
|
171
171
|
:rtype: :class:`~oci.response.Response`
|
172
172
|
|
173
173
|
:example:
|
174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osubbillingschedule/list_billing_schedules.py.html>`__ to see an example of how to use list_billing_schedules API.
|
175
175
|
"""
|
176
176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
177
177
|
required_arguments = ['compartmentId', 'subscriptionId']
|
@@ -167,7 +167,7 @@ class OrganizationSubscriptionClient(object):
|
|
167
167
|
:rtype: :class:`~oci.response.Response`
|
168
168
|
|
169
169
|
:example:
|
170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osuborganizationsubscription/list_organization_subscriptions.py.html>`__ to see an example of how to use list_organization_subscriptions API.
|
171
171
|
"""
|
172
172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
173
173
|
required_arguments = ['compartmentId', 'subscriptionIds']
|
@@ -150,7 +150,7 @@ class CommitmentClient(object):
|
|
150
150
|
:rtype: :class:`~oci.response.Response`
|
151
151
|
|
152
152
|
:example:
|
153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osubsubscription/get_commitment.py.html>`__ to see an example of how to use get_commitment API.
|
154
154
|
"""
|
155
155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
156
156
|
required_arguments = ['commitmentId']
|
@@ -278,7 +278,7 @@ class CommitmentClient(object):
|
|
278
278
|
:rtype: :class:`~oci.response.Response`
|
279
279
|
|
280
280
|
:example:
|
281
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osubsubscription/list_commitments.py.html>`__ to see an example of how to use list_commitments API.
|
282
282
|
"""
|
283
283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
284
284
|
required_arguments = ['subscribedServiceId', 'compartmentId']
|
@@ -177,7 +177,7 @@ class RatecardClient(object):
|
|
177
177
|
:rtype: :class:`~oci.response.Response`
|
178
178
|
|
179
179
|
:example:
|
180
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
180
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osubsubscription/list_rate_cards.py.html>`__ to see an example of how to use list_rate_cards API.
|
181
181
|
"""
|
182
182
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
183
183
|
required_arguments = ['subscriptionId', 'compartmentId']
|
@@ -183,7 +183,7 @@ class SubscriptionClient(object):
|
|
183
183
|
:rtype: :class:`~oci.response.Response`
|
184
184
|
|
185
185
|
:example:
|
186
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
186
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osubsubscription/list_subscriptions.py.html>`__ to see an example of how to use list_subscriptions API.
|
187
187
|
"""
|
188
188
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
189
189
|
required_arguments = ['compartmentId']
|
@@ -155,7 +155,7 @@ class ComputedUsageClient(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.125.
|
158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osubusage/get_computed_usage.py.html>`__ to see an example of how to use get_computed_usage API.
|
159
159
|
"""
|
160
160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
161
161
|
required_arguments = ['computedUsageId', 'compartmentId']
|
@@ -290,7 +290,7 @@ class ComputedUsageClient(object):
|
|
290
290
|
:rtype: :class:`~oci.response.Response`
|
291
291
|
|
292
292
|
:example:
|
293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osubusage/list_computed_usage_aggregateds.py.html>`__ to see an example of how to use list_computed_usage_aggregateds API.
|
294
294
|
"""
|
295
295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
296
296
|
required_arguments = ['compartmentId', 'subscriptionId', 'timeFrom', 'timeTo']
|
@@ -437,7 +437,7 @@ class ComputedUsageClient(object):
|
|
437
437
|
:rtype: :class:`~oci.response.Response`
|
438
438
|
|
439
439
|
:example:
|
440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/osubusage/list_computed_usages.py.html>`__ to see an example of how to use list_computed_usages API.
|
441
441
|
"""
|
442
442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
443
443
|
required_arguments = ['compartmentId', 'subscriptionId', 'timeFrom', 'timeTo']
|