oci 2.111.0__py3-none-any.whl → 2.112.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/adm/application_dependency_management_client.py +18 -18
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +47 -47
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/__init__.py +1 -3
- oci/cims/incident_client.py +356 -93
- oci/cims/models/__init__.py +6 -0
- oci/cims/models/account_item.py +85 -0
- oci/cims/models/activity_item.py +112 -14
- oci/cims/models/category.py +5 -5
- oci/cims/models/contact.py +32 -1
- oci/cims/models/contextual_data.py +9 -9
- oci/cims/models/create_account_item_details.py +78 -0
- oci/cims/models/create_category_details.py +2 -4
- oci/cims/models/create_incident.py +13 -9
- oci/cims/models/create_issue_type_details.py +0 -2
- oci/cims/models/create_item_details.py +9 -7
- oci/cims/models/create_limit_item_details.py +3 -3
- oci/cims/models/create_resource_details.py +2 -289
- oci/cims/models/create_sub_category_details.py +3 -5
- oci/cims/models/create_tech_support_item_details.py +1 -3
- oci/cims/models/create_ticket_details.py +11 -13
- oci/cims/models/create_user_details.py +65 -36
- oci/cims/models/incident.py +10 -6
- oci/cims/models/incident_resource_type.py +66 -4
- oci/cims/models/incident_summary.py +9 -5
- oci/cims/models/incident_type.py +1 -1
- oci/cims/models/issue_type.py +33 -2
- oci/cims/models/item.py +8 -4
- oci/cims/models/limit_item.py +7 -7
- oci/cims/models/resource.py +2 -285
- oci/cims/models/service_categories.py +134 -0
- oci/cims/models/service_category.py +1 -1
- oci/cims/models/sub_category.py +5 -5
- oci/cims/models/tenancy_information.py +3 -3
- oci/cims/models/ticket.py +7 -3
- oci/cims/models/update_activity_item_details.py +8 -6
- oci/cims/models/update_incident.py +62 -2
- oci/cims/models/update_item_details.py +3 -5
- oci/cims/models/update_resource_details.py +0 -2
- oci/cims/models/update_ticket_details.py +0 -2
- oci/cims/models/user.py +79 -19
- 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 +129 -24
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +90 -90
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +424 -154
- oci/data_catalog/models/__init__.py +22 -0
- oci/data_catalog/models/asynchronous_export_glossary_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_glossary_result.py +196 -0
- oci/data_catalog/models/asynchronous_export_request_details.py +68 -0
- oci/data_catalog/models/asynchronous_export_result.py +196 -0
- oci/data_catalog/models/attribute.py +33 -0
- oci/data_catalog/models/attribute_summary.py +33 -0
- oci/data_catalog/models/create_job_definition_details.py +42 -3
- oci/data_catalog/models/create_job_details.py +2 -0
- oci/data_catalog/models/create_job_execution_details.py +11 -3
- oci/data_catalog/models/data_asset.py +33 -0
- oci/data_catalog/models/data_asset_summary.py +35 -2
- oci/data_catalog/models/entity.py +33 -0
- oci/data_catalog/models/entity_lineage.py +222 -0
- oci/data_catalog/models/entity_summary.py +33 -0
- oci/data_catalog/models/faceted_search_date_filter_request.py +2 -2
- oci/data_catalog/models/faceted_search_string_filter_request.py +8 -2
- oci/data_catalog/models/fetch_entity_lineage_details.py +190 -0
- oci/data_catalog/models/folder.py +33 -0
- oci/data_catalog/models/folder_summary.py +35 -2
- oci/data_catalog/models/job.py +44 -3
- oci/data_catalog/models/job_definition.py +42 -3
- oci/data_catalog/models/job_definition_summary.py +44 -5
- oci/data_catalog/models/job_execution.py +11 -3
- oci/data_catalog/models/job_execution_summary.py +11 -3
- oci/data_catalog/models/job_summary.py +44 -3
- oci/data_catalog/models/lineage_object.py +400 -0
- oci/data_catalog/models/lineage_relationship.py +134 -0
- oci/data_catalog/models/object_lineage.py +223 -0
- oci/data_catalog/models/object_lineage_request_details.py +190 -0
- oci/data_catalog/models/object_storage_object_reference.py +134 -0
- oci/data_catalog/models/update_job_definition_details.py +31 -0
- oci/data_catalog/models/update_job_details.py +2 -0
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_science/data_science_client.py +85 -85
- oci/database/database_client.py +311 -311
- oci/database_management/db_management_client.py +182 -182
- 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_tools/database_tools_client.py +19 -19
- 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 +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +57 -57
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +190 -190
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +56 -56
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/log_analytics/log_analytics_client.py +192 -192
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +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 +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/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/esxi_host_client.py +6 -6
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +159 -159
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/models/__init__.py +4 -0
- oci/queue/models/channel_collection.py +72 -0
- oci/queue/models/create_queue_details.py +50 -11
- oci/queue/models/delete_messages_details_entry.py +2 -2
- oci/queue/models/get_message.py +55 -12
- oci/queue/models/message_metadata.py +103 -0
- oci/queue/models/purge_queue_details.py +43 -8
- oci/queue/models/put_message.py +44 -5
- oci/queue/models/put_messages.py +3 -3
- oci/queue/models/put_messages_details_entry.py +29 -2
- oci/queue/models/queue.py +76 -21
- oci/queue/models/queue_stats.py +34 -3
- oci/queue/models/queue_summary.py +37 -17
- oci/queue/models/stats.py +2 -2
- oci/queue/models/update_messages_details.py +1 -1
- oci/queue/models/update_messages_details_entry.py +2 -2
- oci/queue/models/update_messages_result.py +2 -2
- oci/queue/models/update_messages_result_entry.py +12 -4
- oci/queue/models/update_queue_details.py +47 -8
- oci/queue/models/updated_message.py +12 -4
- oci/queue/models/work_request.py +6 -2
- oci/queue/models/work_request_error.py +6 -2
- oci/queue/models/work_request_log_entry.py +6 -2
- oci/queue/models/work_request_summary.py +8 -4
- oci/queue/queue_admin_client.py +67 -46
- oci/queue/queue_admin_client_composite_operations.py +4 -4
- oci/queue/queue_client.py +209 -36
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +22 -22
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +19 -19
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/METADATA +1 -1
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/RECORD +325 -309
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/WHEEL +0 -0
- {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/top_level.txt +0 -0
@@ -177,7 +177,7 @@ class ReportingManagedInstanceClient(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.
|
180
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/get_managed_instance_analytic_content.py.html>`__ to see an example of how to use get_managed_instance_analytic_content API.
|
181
181
|
"""
|
182
182
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
183
183
|
required_arguments = []
|
@@ -321,7 +321,7 @@ class ReportingManagedInstanceClient(object):
|
|
321
321
|
:rtype: :class:`~oci.response.Response`
|
322
322
|
|
323
323
|
:example:
|
324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/get_managed_instance_content.py.html>`__ to see an example of how to use get_managed_instance_content API.
|
325
325
|
"""
|
326
326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
327
327
|
required_arguments = ['managedInstanceId']
|
@@ -496,7 +496,7 @@ class ReportingManagedInstanceClient(object):
|
|
496
496
|
:rtype: :class:`~oci.response.Response`
|
497
497
|
|
498
498
|
:example:
|
499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
499
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/summarize_managed_instance_analytics.py.html>`__ to see an example of how to use summarize_managed_instance_analytics API.
|
500
500
|
"""
|
501
501
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
502
502
|
required_arguments = ['metricNames']
|
@@ -146,7 +146,7 @@ class ScheduledJobClient(object):
|
|
146
146
|
:rtype: :class:`~oci.response.Response`
|
147
147
|
|
148
148
|
:example:
|
149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/create_scheduled_job.py.html>`__ to see an example of how to use create_scheduled_job API.
|
150
150
|
"""
|
151
151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
152
152
|
required_arguments = []
|
@@ -244,7 +244,7 @@ class ScheduledJobClient(object):
|
|
244
244
|
:rtype: :class:`~oci.response.Response`
|
245
245
|
|
246
246
|
:example:
|
247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/delete_scheduled_job.py.html>`__ to see an example of how to use delete_scheduled_job API.
|
248
248
|
"""
|
249
249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
250
250
|
required_arguments = ['scheduledJobId']
|
@@ -342,7 +342,7 @@ class ScheduledJobClient(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.
|
345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/get_scheduled_job.py.html>`__ to see an example of how to use get_scheduled_job API.
|
346
346
|
"""
|
347
347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
348
348
|
required_arguments = ['scheduledJobId']
|
@@ -522,7 +522,7 @@ class ScheduledJobClient(object):
|
|
522
522
|
:rtype: :class:`~oci.response.Response`
|
523
523
|
|
524
524
|
:example:
|
525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/list_scheduled_jobs.py.html>`__ to see an example of how to use list_scheduled_jobs API.
|
526
526
|
"""
|
527
527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
528
528
|
required_arguments = []
|
@@ -702,7 +702,7 @@ class ScheduledJobClient(object):
|
|
702
702
|
:rtype: :class:`~oci.response.Response`
|
703
703
|
|
704
704
|
:example:
|
705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/run_scheduled_job_now.py.html>`__ to see an example of how to use run_scheduled_job_now API.
|
706
706
|
"""
|
707
707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
708
708
|
required_arguments = ['scheduledJobId']
|
@@ -813,7 +813,7 @@ class ScheduledJobClient(object):
|
|
813
813
|
:rtype: :class:`~oci.response.Response`
|
814
814
|
|
815
815
|
:example:
|
816
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
816
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/update_scheduled_job.py.html>`__ to see an example of how to use update_scheduled_job API.
|
817
817
|
"""
|
818
818
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
819
819
|
required_arguments = ['scheduledJobId']
|
@@ -146,7 +146,7 @@ class SoftwareSourceClient(object):
|
|
146
146
|
:rtype: :class:`~oci.response.Response`
|
147
147
|
|
148
148
|
:example:
|
149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/change_availability_of_software_sources.py.html>`__ to see an example of how to use change_availability_of_software_sources API.
|
150
150
|
"""
|
151
151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
152
152
|
required_arguments = []
|
@@ -242,7 +242,7 @@ class SoftwareSourceClient(object):
|
|
242
242
|
:rtype: :class:`~oci.response.Response`
|
243
243
|
|
244
244
|
:example:
|
245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/create_entitlement.py.html>`__ to see an example of how to use create_entitlement API.
|
246
246
|
"""
|
247
247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
248
248
|
required_arguments = []
|
@@ -338,7 +338,7 @@ class SoftwareSourceClient(object):
|
|
338
338
|
:rtype: :class:`~oci.response.Response`
|
339
339
|
|
340
340
|
:example:
|
341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/create_software_source.py.html>`__ to see an example of how to use create_software_source API.
|
342
342
|
"""
|
343
343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
344
344
|
required_arguments = []
|
@@ -436,7 +436,7 @@ class SoftwareSourceClient(object):
|
|
436
436
|
:rtype: :class:`~oci.response.Response`
|
437
437
|
|
438
438
|
:example:
|
439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/delete_software_source.py.html>`__ to see an example of how to use delete_software_source API.
|
440
440
|
"""
|
441
441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
442
442
|
required_arguments = ['softwareSourceId']
|
@@ -537,7 +537,7 @@ class SoftwareSourceClient(object):
|
|
537
537
|
:rtype: :class:`~oci.response.Response`
|
538
538
|
|
539
539
|
:example:
|
540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
540
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/get_erratum.py.html>`__ to see an example of how to use get_erratum API.
|
541
541
|
"""
|
542
542
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
543
543
|
required_arguments = ['name', 'compartmentId']
|
@@ -648,7 +648,7 @@ class SoftwareSourceClient(object):
|
|
648
648
|
:rtype: :class:`~oci.response.Response`
|
649
649
|
|
650
650
|
:example:
|
651
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
651
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/get_module_stream.py.html>`__ to see an example of how to use get_module_stream API.
|
652
652
|
"""
|
653
653
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
654
654
|
required_arguments = ['softwareSourceId', 'moduleName', 'streamName']
|
@@ -763,7 +763,7 @@ class SoftwareSourceClient(object):
|
|
763
763
|
:rtype: :class:`~oci.response.Response`
|
764
764
|
|
765
765
|
:example:
|
766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/get_module_stream_profile.py.html>`__ to see an example of how to use get_module_stream_profile API.
|
767
767
|
"""
|
768
768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
769
769
|
required_arguments = ['softwareSourceId', 'profileName', 'moduleName', 'streamName']
|
@@ -873,7 +873,7 @@ class SoftwareSourceClient(object):
|
|
873
873
|
:rtype: :class:`~oci.response.Response`
|
874
874
|
|
875
875
|
:example:
|
876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/get_package_group.py.html>`__ to see an example of how to use get_package_group API.
|
877
877
|
"""
|
878
878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
879
879
|
required_arguments = ['softwareSourceId', 'packageGroupId']
|
@@ -975,7 +975,7 @@ class SoftwareSourceClient(object):
|
|
975
975
|
:rtype: :class:`~oci.response.Response`
|
976
976
|
|
977
977
|
:example:
|
978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/get_software_package.py.html>`__ to see an example of how to use get_software_package API.
|
979
979
|
"""
|
980
980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
981
981
|
required_arguments = ['softwareSourceId', 'softwarePackageName']
|
@@ -1074,7 +1074,7 @@ class SoftwareSourceClient(object):
|
|
1074
1074
|
:rtype: :class:`~oci.response.Response`
|
1075
1075
|
|
1076
1076
|
:example:
|
1077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/get_software_source.py.html>`__ to see an example of how to use get_software_source API.
|
1078
1078
|
"""
|
1079
1079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1080
1080
|
required_arguments = ['softwareSourceId']
|
@@ -1207,7 +1207,7 @@ class SoftwareSourceClient(object):
|
|
1207
1207
|
:rtype: :class:`~oci.response.Response`
|
1208
1208
|
|
1209
1209
|
:example:
|
1210
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1210
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/list_entitlements.py.html>`__ to see an example of how to use list_entitlements API.
|
1211
1211
|
"""
|
1212
1212
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1213
1213
|
required_arguments = ['compartmentId']
|
@@ -1393,7 +1393,7 @@ class SoftwareSourceClient(object):
|
|
1393
1393
|
:rtype: :class:`~oci.response.Response`
|
1394
1394
|
|
1395
1395
|
:example:
|
1396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/list_errata.py.html>`__ to see an example of how to use list_errata API.
|
1397
1397
|
"""
|
1398
1398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1399
1399
|
required_arguments = ['compartmentId']
|
@@ -1583,7 +1583,7 @@ class SoftwareSourceClient(object):
|
|
1583
1583
|
:rtype: :class:`~oci.response.Response`
|
1584
1584
|
|
1585
1585
|
:example:
|
1586
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/list_module_stream_profiles.py.html>`__ to see an example of how to use list_module_stream_profiles API.
|
1587
1587
|
"""
|
1588
1588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1589
1589
|
required_arguments = ['softwareSourceId']
|
@@ -1757,7 +1757,7 @@ class SoftwareSourceClient(object):
|
|
1757
1757
|
:rtype: :class:`~oci.response.Response`
|
1758
1758
|
|
1759
1759
|
:example:
|
1760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/list_module_streams.py.html>`__ to see an example of how to use list_module_streams API.
|
1761
1761
|
"""
|
1762
1762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1763
1763
|
required_arguments = ['softwareSourceId']
|
@@ -1930,7 +1930,7 @@ class SoftwareSourceClient(object):
|
|
1930
1930
|
:rtype: :class:`~oci.response.Response`
|
1931
1931
|
|
1932
1932
|
:example:
|
1933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/list_package_groups.py.html>`__ to see an example of how to use list_package_groups API.
|
1934
1934
|
"""
|
1935
1935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1936
1936
|
required_arguments = ['softwareSourceId']
|
@@ -2104,7 +2104,7 @@ class SoftwareSourceClient(object):
|
|
2104
2104
|
:rtype: :class:`~oci.response.Response`
|
2105
2105
|
|
2106
2106
|
:example:
|
2107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/list_software_packages.py.html>`__ to see an example of how to use list_software_packages API.
|
2108
2108
|
"""
|
2109
2109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2110
2110
|
required_arguments = ['softwareSourceId']
|
@@ -2250,7 +2250,7 @@ class SoftwareSourceClient(object):
|
|
2250
2250
|
:rtype: :class:`~oci.response.Response`
|
2251
2251
|
|
2252
2252
|
:example:
|
2253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/list_software_source_vendors.py.html>`__ to see an example of how to use list_software_source_vendors API.
|
2254
2254
|
"""
|
2255
2255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2256
2256
|
required_arguments = ['compartmentId']
|
@@ -2432,7 +2432,7 @@ class SoftwareSourceClient(object):
|
|
2432
2432
|
:rtype: :class:`~oci.response.Response`
|
2433
2433
|
|
2434
2434
|
:example:
|
2435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/list_software_sources.py.html>`__ to see an example of how to use list_software_sources API.
|
2436
2436
|
"""
|
2437
2437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2438
2438
|
required_arguments = []
|
@@ -2624,7 +2624,7 @@ class SoftwareSourceClient(object):
|
|
2624
2624
|
:rtype: :class:`~oci.response.Response`
|
2625
2625
|
|
2626
2626
|
:example:
|
2627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/search_software_source_module_streams.py.html>`__ to see an example of how to use search_software_source_module_streams API.
|
2628
2628
|
"""
|
2629
2629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2630
2630
|
required_arguments = []
|
@@ -2739,7 +2739,7 @@ class SoftwareSourceClient(object):
|
|
2739
2739
|
:rtype: :class:`~oci.response.Response`
|
2740
2740
|
|
2741
2741
|
:example:
|
2742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/search_software_source_modules.py.html>`__ to see an example of how to use search_software_source_modules API.
|
2743
2743
|
"""
|
2744
2744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2745
2745
|
required_arguments = []
|
@@ -2854,7 +2854,7 @@ class SoftwareSourceClient(object):
|
|
2854
2854
|
:rtype: :class:`~oci.response.Response`
|
2855
2855
|
|
2856
2856
|
:example:
|
2857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/search_software_source_package_groups.py.html>`__ to see an example of how to use search_software_source_package_groups API.
|
2858
2858
|
"""
|
2859
2859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2860
2860
|
required_arguments = []
|
@@ -2962,7 +2962,7 @@ class SoftwareSourceClient(object):
|
|
2962
2962
|
:rtype: :class:`~oci.response.Response`
|
2963
2963
|
|
2964
2964
|
:example:
|
2965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/update_software_source.py.html>`__ to see an example of how to use update_software_source API.
|
2966
2966
|
"""
|
2967
2967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2968
2968
|
required_arguments = ['softwareSourceId']
|
@@ -139,7 +139,7 @@ class WorkRequestClient(object):
|
|
139
139
|
:rtype: :class:`~oci.response.Response`
|
140
140
|
|
141
141
|
:example:
|
142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
143
143
|
"""
|
144
144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
145
145
|
required_arguments = ['workRequestId']
|
@@ -264,7 +264,7 @@ class WorkRequestClient(object):
|
|
264
264
|
:rtype: :class:`~oci.response.Response`
|
265
265
|
|
266
266
|
:example:
|
267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
268
268
|
"""
|
269
269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
270
270
|
required_arguments = ['workRequestId']
|
@@ -417,7 +417,7 @@ class WorkRequestClient(object):
|
|
417
417
|
:rtype: :class:`~oci.response.Response`
|
418
418
|
|
419
419
|
:example:
|
420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
421
421
|
"""
|
422
422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
423
423
|
required_arguments = ['workRequestId']
|
@@ -599,7 +599,7 @@ class WorkRequestClient(object):
|
|
599
599
|
:rtype: :class:`~oci.response.Response`
|
600
600
|
|
601
601
|
:example:
|
602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagementhub/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
603
603
|
"""
|
604
604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
605
605
|
required_arguments = []
|
@@ -147,7 +147,7 @@ class AddressRuleServiceClient(object):
|
|
147
147
|
:rtype: :class:`~oci.response.Response`
|
148
148
|
|
149
149
|
:example:
|
150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/ospgateway/get_address_rule.py.html>`__ to see an example of how to use get_address_rule API.
|
151
151
|
"""
|
152
152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
153
153
|
required_arguments = ['countryCode', 'ospHomeRegion', 'compartmentId']
|
@@ -147,7 +147,7 @@ class AddressServiceClient(object):
|
|
147
147
|
:rtype: :class:`~oci.response.Response`
|
148
148
|
|
149
149
|
:example:
|
150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/ospgateway/get_address.py.html>`__ to see an example of how to use get_address API.
|
151
151
|
"""
|
152
152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
153
153
|
required_arguments = ['addressId', 'ospHomeRegion', 'compartmentId']
|
@@ -273,7 +273,7 @@ class AddressServiceClient(object):
|
|
273
273
|
:rtype: :class:`~oci.response.Response`
|
274
274
|
|
275
275
|
:example:
|
276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/ospgateway/verify_address.py.html>`__ to see an example of how to use verify_address API.
|
277
277
|
"""
|
278
278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
279
279
|
required_arguments = ['ospHomeRegion', 'compartmentId']
|
@@ -147,7 +147,7 @@ class InvoiceServiceClient(object):
|
|
147
147
|
:rtype: :class:`~oci.response.Response`
|
148
148
|
|
149
149
|
:example:
|
150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/ospgateway/download_pdf_content.py.html>`__ to see an example of how to use download_pdf_content API.
|
151
151
|
"""
|
152
152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
153
153
|
required_arguments = ['internalInvoiceId', 'ospHomeRegion', 'compartmentId']
|
@@ -262,7 +262,7 @@ class InvoiceServiceClient(object):
|
|
262
262
|
:rtype: :class:`~oci.response.Response`
|
263
263
|
|
264
264
|
:example:
|
265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/ospgateway/get_invoice.py.html>`__ to see an example of how to use get_invoice API.
|
266
266
|
"""
|
267
267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
268
268
|
required_arguments = ['internalInvoiceId', 'ospHomeRegion', 'compartmentId']
|
@@ -383,7 +383,7 @@ class InvoiceServiceClient(object):
|
|
383
383
|
:rtype: :class:`~oci.response.Response`
|
384
384
|
|
385
385
|
:example:
|
386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/ospgateway/list_invoice_lines.py.html>`__ to see an example of how to use list_invoice_lines API.
|
387
387
|
"""
|
388
388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
389
389
|
required_arguments = ['internalInvoiceId', 'ospHomeRegion', 'compartmentId']
|
@@ -546,7 +546,7 @@ class InvoiceServiceClient(object):
|
|
546
546
|
:rtype: :class:`~oci.response.Response`
|
547
547
|
|
548
548
|
:example:
|
549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/ospgateway/list_invoices.py.html>`__ to see an example of how to use list_invoices API.
|
550
550
|
"""
|
551
551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
552
552
|
required_arguments = ['ospHomeRegion', 'compartmentId']
|
@@ -717,7 +717,7 @@ class InvoiceServiceClient(object):
|
|
717
717
|
:rtype: :class:`~oci.response.Response`
|
718
718
|
|
719
719
|
:example:
|
720
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
720
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/ospgateway/pay_invoice.py.html>`__ to see an example of how to use pay_invoice API.
|
721
721
|
"""
|
722
722
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
723
723
|
required_arguments = ['internalInvoiceId', 'ospHomeRegion', 'compartmentId']
|
@@ -161,7 +161,7 @@ class SubscriptionServiceClient(object):
|
|
161
161
|
:rtype: :class:`~oci.response.Response`
|
162
162
|
|
163
163
|
:example:
|
164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/ospgateway/authorize_subscription_payment.py.html>`__ to see an example of how to use authorize_subscription_payment API.
|
165
165
|
"""
|
166
166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
167
167
|
required_arguments = ['subscriptionId', 'ospHomeRegion', 'compartmentId']
|
@@ -283,7 +283,7 @@ class SubscriptionServiceClient(object):
|
|
283
283
|
:rtype: :class:`~oci.response.Response`
|
284
284
|
|
285
285
|
:example:
|
286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/ospgateway/get_subscription.py.html>`__ to see an example of how to use get_subscription API.
|
287
287
|
"""
|
288
288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
289
289
|
required_arguments = ['subscriptionId', 'ospHomeRegion', 'compartmentId']
|
@@ -411,7 +411,7 @@ class SubscriptionServiceClient(object):
|
|
411
411
|
:rtype: :class:`~oci.response.Response`
|
412
412
|
|
413
413
|
:example:
|
414
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/ospgateway/list_subscriptions.py.html>`__ to see an example of how to use list_subscriptions API.
|
415
415
|
"""
|
416
416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
417
417
|
required_arguments = ['ospHomeRegion', 'compartmentId']
|
@@ -550,7 +550,7 @@ class SubscriptionServiceClient(object):
|
|
550
550
|
:rtype: :class:`~oci.response.Response`
|
551
551
|
|
552
552
|
:example:
|
553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/ospgateway/pay_subscription.py.html>`__ to see an example of how to use pay_subscription API.
|
554
554
|
"""
|
555
555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
556
556
|
required_arguments = ['subscriptionId', 'ospHomeRegion', 'compartmentId']
|
@@ -682,7 +682,7 @@ class SubscriptionServiceClient(object):
|
|
682
682
|
:rtype: :class:`~oci.response.Response`
|
683
683
|
|
684
684
|
:example:
|
685
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
685
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/ospgateway/update_subscription.py.html>`__ to see an example of how to use update_subscription API.
|
686
686
|
"""
|
687
687
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
688
688
|
required_arguments = ['subscriptionId', 'ospHomeRegion', 'compartmentId']
|
@@ -166,7 +166,7 @@ class BillingScheduleClient(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.
|
169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osubbillingschedule/list_billing_schedules.py.html>`__ to see an example of how to use list_billing_schedules API.
|
170
170
|
"""
|
171
171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
172
172
|
required_arguments = ['compartmentId', 'subscriptionId']
|
@@ -162,7 +162,7 @@ class OrganizationSubscriptionClient(object):
|
|
162
162
|
:rtype: :class:`~oci.response.Response`
|
163
163
|
|
164
164
|
:example:
|
165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osuborganizationsubscription/list_organization_subscriptions.py.html>`__ to see an example of how to use list_organization_subscriptions API.
|
166
166
|
"""
|
167
167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
168
168
|
required_arguments = ['compartmentId', 'subscriptionIds']
|
@@ -145,7 +145,7 @@ class CommitmentClient(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.112.0/osubsubscription/get_commitment.py.html>`__ to see an example of how to use get_commitment API.
|
149
149
|
"""
|
150
150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
151
151
|
required_arguments = ['commitmentId']
|
@@ -273,7 +273,7 @@ class CommitmentClient(object):
|
|
273
273
|
:rtype: :class:`~oci.response.Response`
|
274
274
|
|
275
275
|
:example:
|
276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osubsubscription/list_commitments.py.html>`__ to see an example of how to use list_commitments API.
|
277
277
|
"""
|
278
278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
279
279
|
required_arguments = ['subscribedServiceId', 'compartmentId']
|
@@ -172,7 +172,7 @@ class RatecardClient(object):
|
|
172
172
|
:rtype: :class:`~oci.response.Response`
|
173
173
|
|
174
174
|
:example:
|
175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osubsubscription/list_rate_cards.py.html>`__ to see an example of how to use list_rate_cards API.
|
176
176
|
"""
|
177
177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
178
178
|
required_arguments = ['subscriptionId', 'compartmentId']
|
@@ -178,7 +178,7 @@ class SubscriptionClient(object):
|
|
178
178
|
:rtype: :class:`~oci.response.Response`
|
179
179
|
|
180
180
|
:example:
|
181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osubsubscription/list_subscriptions.py.html>`__ to see an example of how to use list_subscriptions API.
|
182
182
|
"""
|
183
183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
184
184
|
required_arguments = ['compartmentId']
|
@@ -150,7 +150,7 @@ class ComputedUsageClient(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.
|
153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osubusage/get_computed_usage.py.html>`__ to see an example of how to use get_computed_usage API.
|
154
154
|
"""
|
155
155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
156
156
|
required_arguments = ['computedUsageId', 'compartmentId']
|
@@ -285,7 +285,7 @@ class ComputedUsageClient(object):
|
|
285
285
|
:rtype: :class:`~oci.response.Response`
|
286
286
|
|
287
287
|
:example:
|
288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osubusage/list_computed_usage_aggregateds.py.html>`__ to see an example of how to use list_computed_usage_aggregateds API.
|
289
289
|
"""
|
290
290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
291
291
|
required_arguments = ['compartmentId', 'subscriptionId', 'timeFrom', 'timeTo']
|
@@ -432,7 +432,7 @@ class ComputedUsageClient(object):
|
|
432
432
|
:rtype: :class:`~oci.response.Response`
|
433
433
|
|
434
434
|
:example:
|
435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osubusage/list_computed_usages.py.html>`__ to see an example of how to use list_computed_usages API.
|
436
436
|
"""
|
437
437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
438
438
|
required_arguments = ['compartmentId', 'subscriptionId', 'timeFrom', 'timeTo']
|
oci/queue/models/__init__.py
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
from __future__ import absolute_import
|
8
8
|
|
9
9
|
from .change_queue_compartment_details import ChangeQueueCompartmentDetails
|
10
|
+
from .channel_collection import ChannelCollection
|
10
11
|
from .create_queue_details import CreateQueueDetails
|
11
12
|
from .delete_messages_details import DeleteMessagesDetails
|
12
13
|
from .delete_messages_details_entry import DeleteMessagesDetailsEntry
|
@@ -14,6 +15,7 @@ from .delete_messages_result import DeleteMessagesResult
|
|
14
15
|
from .delete_messages_result_entry import DeleteMessagesResultEntry
|
15
16
|
from .get_message import GetMessage
|
16
17
|
from .get_messages import GetMessages
|
18
|
+
from .message_metadata import MessageMetadata
|
17
19
|
from .purge_queue_details import PurgeQueueDetails
|
18
20
|
from .put_message import PutMessage
|
19
21
|
from .put_messages import PutMessages
|
@@ -43,6 +45,7 @@ from .work_request_summary_collection import WorkRequestSummaryCollection
|
|
43
45
|
# Maps type names to classes for queue services.
|
44
46
|
queue_type_mapping = {
|
45
47
|
"ChangeQueueCompartmentDetails": ChangeQueueCompartmentDetails,
|
48
|
+
"ChannelCollection": ChannelCollection,
|
46
49
|
"CreateQueueDetails": CreateQueueDetails,
|
47
50
|
"DeleteMessagesDetails": DeleteMessagesDetails,
|
48
51
|
"DeleteMessagesDetailsEntry": DeleteMessagesDetailsEntry,
|
@@ -50,6 +53,7 @@ queue_type_mapping = {
|
|
50
53
|
"DeleteMessagesResultEntry": DeleteMessagesResultEntry,
|
51
54
|
"GetMessage": GetMessage,
|
52
55
|
"GetMessages": GetMessages,
|
56
|
+
"MessageMetadata": MessageMetadata,
|
53
57
|
"PurgeQueueDetails": PurgeQueueDetails,
|
54
58
|
"PutMessage": PutMessage,
|
55
59
|
"PutMessages": PutMessages,
|