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
@@ -142,7 +142,7 @@ class OsManagementClient(object):
|
|
142
142
|
:rtype: :class:`~oci.response.Response`
|
143
143
|
|
144
144
|
:example:
|
145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/add_packages_to_software_source.py.html>`__ to see an example of how to use add_packages_to_software_source API.
|
146
146
|
"""
|
147
147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
148
148
|
required_arguments = ['softwareSourceId']
|
@@ -250,7 +250,7 @@ class OsManagementClient(object):
|
|
250
250
|
:rtype: :class:`~oci.response.Response`
|
251
251
|
|
252
252
|
:example:
|
253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/attach_child_software_source_to_managed_instance.py.html>`__ to see an example of how to use attach_child_software_source_to_managed_instance API.
|
254
254
|
"""
|
255
255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
256
256
|
required_arguments = ['managedInstanceId']
|
@@ -362,7 +362,7 @@ class OsManagementClient(object):
|
|
362
362
|
:rtype: :class:`~oci.response.Response`
|
363
363
|
|
364
364
|
:example:
|
365
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
365
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/attach_managed_instance_to_managed_instance_group.py.html>`__ to see an example of how to use attach_managed_instance_to_managed_instance_group API.
|
366
366
|
"""
|
367
367
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
368
368
|
required_arguments = ['managedInstanceGroupId', 'managedInstanceId']
|
@@ -479,7 +479,7 @@ class OsManagementClient(object):
|
|
479
479
|
:rtype: :class:`~oci.response.Response`
|
480
480
|
|
481
481
|
:example:
|
482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/attach_parent_software_source_to_managed_instance.py.html>`__ to see an example of how to use attach_parent_software_source_to_managed_instance API.
|
483
483
|
"""
|
484
484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
485
485
|
required_arguments = ['managedInstanceId']
|
@@ -596,7 +596,7 @@ class OsManagementClient(object):
|
|
596
596
|
:rtype: :class:`~oci.response.Response`
|
597
597
|
|
598
598
|
:example:
|
599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/change_managed_instance_group_compartment.py.html>`__ to see an example of how to use change_managed_instance_group_compartment API.
|
600
600
|
"""
|
601
601
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
602
602
|
required_arguments = ['managedInstanceGroupId']
|
@@ -715,7 +715,7 @@ class OsManagementClient(object):
|
|
715
715
|
:rtype: :class:`~oci.response.Response`
|
716
716
|
|
717
717
|
:example:
|
718
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/change_scheduled_job_compartment.py.html>`__ to see an example of how to use change_scheduled_job_compartment API.
|
719
719
|
"""
|
720
720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
721
721
|
required_arguments = ['scheduledJobId']
|
@@ -834,7 +834,7 @@ class OsManagementClient(object):
|
|
834
834
|
:rtype: :class:`~oci.response.Response`
|
835
835
|
|
836
836
|
:example:
|
837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/change_software_source_compartment.py.html>`__ to see an example of how to use change_software_source_compartment API.
|
838
838
|
"""
|
839
839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
840
840
|
required_arguments = ['softwareSourceId']
|
@@ -944,7 +944,7 @@ class OsManagementClient(object):
|
|
944
944
|
:rtype: :class:`~oci.response.Response`
|
945
945
|
|
946
946
|
:example:
|
947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/create_managed_instance_group.py.html>`__ to see an example of how to use create_managed_instance_group API.
|
948
948
|
"""
|
949
949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
950
950
|
required_arguments = []
|
@@ -1043,7 +1043,7 @@ class OsManagementClient(object):
|
|
1043
1043
|
:rtype: :class:`~oci.response.Response`
|
1044
1044
|
|
1045
1045
|
:example:
|
1046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/create_scheduled_job.py.html>`__ to see an example of how to use create_scheduled_job API.
|
1047
1047
|
"""
|
1048
1048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1049
1049
|
required_arguments = []
|
@@ -1141,7 +1141,7 @@ class OsManagementClient(object):
|
|
1141
1141
|
:rtype: :class:`~oci.response.Response`
|
1142
1142
|
|
1143
1143
|
:example:
|
1144
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1144
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/create_software_source.py.html>`__ to see an example of how to use create_software_source API.
|
1145
1145
|
"""
|
1146
1146
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1147
1147
|
required_arguments = []
|
@@ -1237,7 +1237,7 @@ class OsManagementClient(object):
|
|
1237
1237
|
:rtype: :class:`~oci.response.Response`
|
1238
1238
|
|
1239
1239
|
:example:
|
1240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/delete_managed_instance_group.py.html>`__ to see an example of how to use delete_managed_instance_group API.
|
1241
1241
|
"""
|
1242
1242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1243
1243
|
required_arguments = ['managedInstanceGroupId']
|
@@ -1340,7 +1340,7 @@ class OsManagementClient(object):
|
|
1340
1340
|
:rtype: :class:`~oci.response.Response`
|
1341
1341
|
|
1342
1342
|
:example:
|
1343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1343
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/delete_scheduled_job.py.html>`__ to see an example of how to use delete_scheduled_job API.
|
1344
1344
|
"""
|
1345
1345
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1346
1346
|
required_arguments = ['scheduledJobId']
|
@@ -1443,7 +1443,7 @@ class OsManagementClient(object):
|
|
1443
1443
|
:rtype: :class:`~oci.response.Response`
|
1444
1444
|
|
1445
1445
|
:example:
|
1446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/delete_software_source.py.html>`__ to see an example of how to use delete_software_source API.
|
1447
1447
|
"""
|
1448
1448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1449
1449
|
required_arguments = ['softwareSourceId']
|
@@ -1550,7 +1550,7 @@ class OsManagementClient(object):
|
|
1550
1550
|
:rtype: :class:`~oci.response.Response`
|
1551
1551
|
|
1552
1552
|
:example:
|
1553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/detach_child_software_source_from_managed_instance.py.html>`__ to see an example of how to use detach_child_software_source_from_managed_instance API.
|
1554
1554
|
"""
|
1555
1555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1556
1556
|
required_arguments = ['managedInstanceId']
|
@@ -1659,7 +1659,7 @@ class OsManagementClient(object):
|
|
1659
1659
|
:rtype: :class:`~oci.response.Response`
|
1660
1660
|
|
1661
1661
|
:example:
|
1662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/detach_managed_instance_from_managed_instance_group.py.html>`__ to see an example of how to use detach_managed_instance_from_managed_instance_group API.
|
1663
1663
|
"""
|
1664
1664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1665
1665
|
required_arguments = ['managedInstanceGroupId', 'managedInstanceId']
|
@@ -1774,7 +1774,7 @@ class OsManagementClient(object):
|
|
1774
1774
|
:rtype: :class:`~oci.response.Response`
|
1775
1775
|
|
1776
1776
|
:example:
|
1777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/detach_parent_software_source_from_managed_instance.py.html>`__ to see an example of how to use detach_parent_software_source_from_managed_instance API.
|
1778
1778
|
"""
|
1779
1779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1780
1780
|
required_arguments = ['managedInstanceId']
|
@@ -1897,7 +1897,7 @@ class OsManagementClient(object):
|
|
1897
1897
|
:rtype: :class:`~oci.response.Response`
|
1898
1898
|
|
1899
1899
|
:example:
|
1900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/disable_module_stream_on_managed_instance.py.html>`__ to see an example of how to use disable_module_stream_on_managed_instance API.
|
1901
1901
|
"""
|
1902
1902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1903
1903
|
required_arguments = ['managedInstanceId', 'moduleName']
|
@@ -2030,7 +2030,7 @@ class OsManagementClient(object):
|
|
2030
2030
|
:rtype: :class:`~oci.response.Response`
|
2031
2031
|
|
2032
2032
|
:example:
|
2033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/enable_module_stream_on_managed_instance.py.html>`__ to see an example of how to use enable_module_stream_on_managed_instance API.
|
2034
2034
|
"""
|
2035
2035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2036
2036
|
required_arguments = ['managedInstanceId', 'moduleName']
|
@@ -2138,7 +2138,7 @@ class OsManagementClient(object):
|
|
2138
2138
|
:rtype: :class:`~oci.response.Response`
|
2139
2139
|
|
2140
2140
|
:example:
|
2141
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2141
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/get_erratum.py.html>`__ to see an example of how to use get_erratum API.
|
2142
2142
|
"""
|
2143
2143
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2144
2144
|
required_arguments = ['erratumId']
|
@@ -2234,7 +2234,7 @@ class OsManagementClient(object):
|
|
2234
2234
|
:rtype: :class:`~oci.response.Response`
|
2235
2235
|
|
2236
2236
|
:example:
|
2237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/get_managed_instance.py.html>`__ to see an example of how to use get_managed_instance API.
|
2238
2238
|
"""
|
2239
2239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2240
2240
|
required_arguments = ['managedInstanceId']
|
@@ -2330,7 +2330,7 @@ class OsManagementClient(object):
|
|
2330
2330
|
:rtype: :class:`~oci.response.Response`
|
2331
2331
|
|
2332
2332
|
:example:
|
2333
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2333
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/get_managed_instance_group.py.html>`__ to see an example of how to use get_managed_instance_group API.
|
2334
2334
|
"""
|
2335
2335
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2336
2336
|
required_arguments = ['managedInstanceGroupId']
|
@@ -2432,7 +2432,7 @@ class OsManagementClient(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/osmanagement/get_module_stream.py.html>`__ to see an example of how to use get_module_stream API.
|
2436
2436
|
"""
|
2437
2437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2438
2438
|
required_arguments = ['softwareSourceId', 'moduleName', 'streamName']
|
@@ -2539,7 +2539,7 @@ class OsManagementClient(object):
|
|
2539
2539
|
:rtype: :class:`~oci.response.Response`
|
2540
2540
|
|
2541
2541
|
:example:
|
2542
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/get_module_stream_profile.py.html>`__ to see an example of how to use get_module_stream_profile API.
|
2543
2543
|
"""
|
2544
2544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2545
2545
|
required_arguments = ['softwareSourceId', 'moduleName', 'streamName', 'profileName']
|
@@ -2638,7 +2638,7 @@ class OsManagementClient(object):
|
|
2638
2638
|
:rtype: :class:`~oci.response.Response`
|
2639
2639
|
|
2640
2640
|
:example:
|
2641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/get_scheduled_job.py.html>`__ to see an example of how to use get_scheduled_job API.
|
2642
2642
|
"""
|
2643
2643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2644
2644
|
required_arguments = ['scheduledJobId']
|
@@ -2737,7 +2737,7 @@ class OsManagementClient(object):
|
|
2737
2737
|
:rtype: :class:`~oci.response.Response`
|
2738
2738
|
|
2739
2739
|
:example:
|
2740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/get_software_package.py.html>`__ to see an example of how to use get_software_package API.
|
2741
2741
|
"""
|
2742
2742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2743
2743
|
required_arguments = ['softwareSourceId', 'softwarePackageName']
|
@@ -2834,7 +2834,7 @@ class OsManagementClient(object):
|
|
2834
2834
|
:rtype: :class:`~oci.response.Response`
|
2835
2835
|
|
2836
2836
|
:example:
|
2837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/get_software_source.py.html>`__ to see an example of how to use get_software_source API.
|
2838
2838
|
"""
|
2839
2839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2840
2840
|
required_arguments = ['softwareSourceId']
|
@@ -2930,7 +2930,7 @@ class OsManagementClient(object):
|
|
2930
2930
|
:rtype: :class:`~oci.response.Response`
|
2931
2931
|
|
2932
2932
|
:example:
|
2933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/get_windows_update.py.html>`__ to see an example of how to use get_windows_update API.
|
2934
2934
|
"""
|
2935
2935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2936
2936
|
required_arguments = ['windowsUpdate']
|
@@ -3026,7 +3026,7 @@ class OsManagementClient(object):
|
|
3026
3026
|
:rtype: :class:`~oci.response.Response`
|
3027
3027
|
|
3028
3028
|
:example:
|
3029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
3030
3030
|
"""
|
3031
3031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3032
3032
|
required_arguments = ['workRequestId']
|
@@ -3134,7 +3134,7 @@ class OsManagementClient(object):
|
|
3134
3134
|
:rtype: :class:`~oci.response.Response`
|
3135
3135
|
|
3136
3136
|
:example:
|
3137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/install_all_package_updates_on_managed_instance.py.html>`__ to see an example of how to use install_all_package_updates_on_managed_instance API.
|
3138
3138
|
"""
|
3139
3139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3140
3140
|
required_arguments = ['managedInstanceId']
|
@@ -3258,7 +3258,7 @@ class OsManagementClient(object):
|
|
3258
3258
|
:rtype: :class:`~oci.response.Response`
|
3259
3259
|
|
3260
3260
|
:example:
|
3261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/install_all_updates_on_managed_instance_group.py.html>`__ to see an example of how to use install_all_updates_on_managed_instance_group API.
|
3262
3262
|
"""
|
3263
3263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3264
3264
|
required_arguments = ['managedInstanceGroupId']
|
@@ -3382,7 +3382,7 @@ class OsManagementClient(object):
|
|
3382
3382
|
:rtype: :class:`~oci.response.Response`
|
3383
3383
|
|
3384
3384
|
:example:
|
3385
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/install_all_windows_updates_on_managed_instance.py.html>`__ to see an example of how to use install_all_windows_updates_on_managed_instance API.
|
3386
3386
|
"""
|
3387
3387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3388
3388
|
required_arguments = ['managedInstanceId']
|
@@ -3520,7 +3520,7 @@ class OsManagementClient(object):
|
|
3520
3520
|
:rtype: :class:`~oci.response.Response`
|
3521
3521
|
|
3522
3522
|
:example:
|
3523
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3523
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/install_module_stream_profile_on_managed_instance.py.html>`__ to see an example of how to use install_module_stream_profile_on_managed_instance API.
|
3524
3524
|
"""
|
3525
3525
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3526
3526
|
required_arguments = ['managedInstanceId', 'moduleName']
|
@@ -3640,7 +3640,7 @@ class OsManagementClient(object):
|
|
3640
3640
|
:rtype: :class:`~oci.response.Response`
|
3641
3641
|
|
3642
3642
|
:example:
|
3643
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3643
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/install_package_on_managed_instance.py.html>`__ to see an example of how to use install_package_on_managed_instance API.
|
3644
3644
|
"""
|
3645
3645
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3646
3646
|
required_arguments = ['managedInstanceId', 'softwarePackageName']
|
@@ -3754,7 +3754,7 @@ class OsManagementClient(object):
|
|
3754
3754
|
:rtype: :class:`~oci.response.Response`
|
3755
3755
|
|
3756
3756
|
:example:
|
3757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/install_package_update_on_managed_instance.py.html>`__ to see an example of how to use install_package_update_on_managed_instance API.
|
3758
3758
|
"""
|
3759
3759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3760
3760
|
required_arguments = ['managedInstanceId', 'softwarePackageName']
|
@@ -3870,7 +3870,7 @@ class OsManagementClient(object):
|
|
3870
3870
|
:rtype: :class:`~oci.response.Response`
|
3871
3871
|
|
3872
3872
|
:example:
|
3873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/install_windows_update_on_managed_instance.py.html>`__ to see an example of how to use install_windows_update_on_managed_instance API.
|
3874
3874
|
"""
|
3875
3875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3876
3876
|
required_arguments = ['managedInstanceId', 'windowsUpdateName']
|
@@ -3998,7 +3998,7 @@ class OsManagementClient(object):
|
|
3998
3998
|
:rtype: :class:`~oci.response.Response`
|
3999
3999
|
|
4000
4000
|
:example:
|
4001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_available_packages_for_managed_instance.py.html>`__ to see an example of how to use list_available_packages_for_managed_instance API.
|
4002
4002
|
"""
|
4003
4003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4004
4004
|
required_arguments = ['managedInstanceId']
|
@@ -4150,7 +4150,7 @@ class OsManagementClient(object):
|
|
4150
4150
|
:rtype: :class:`~oci.response.Response`
|
4151
4151
|
|
4152
4152
|
:example:
|
4153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_available_software_sources_for_managed_instance.py.html>`__ to see an example of how to use list_available_software_sources_for_managed_instance API.
|
4154
4154
|
"""
|
4155
4155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4156
4156
|
required_arguments = ['managedInstanceId']
|
@@ -4302,7 +4302,7 @@ class OsManagementClient(object):
|
|
4302
4302
|
:rtype: :class:`~oci.response.Response`
|
4303
4303
|
|
4304
4304
|
:example:
|
4305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_available_updates_for_managed_instance.py.html>`__ to see an example of how to use list_available_updates_for_managed_instance API.
|
4306
4306
|
"""
|
4307
4307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4308
4308
|
required_arguments = ['managedInstanceId']
|
@@ -4459,7 +4459,7 @@ class OsManagementClient(object):
|
|
4459
4459
|
:rtype: :class:`~oci.response.Response`
|
4460
4460
|
|
4461
4461
|
:example:
|
4462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_available_windows_updates_for_managed_instance.py.html>`__ to see an example of how to use list_available_windows_updates_for_managed_instance API.
|
4463
4463
|
"""
|
4464
4464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4465
4465
|
required_arguments = ['managedInstanceId']
|
@@ -4630,7 +4630,7 @@ class OsManagementClient(object):
|
|
4630
4630
|
:rtype: :class:`~oci.response.Response`
|
4631
4631
|
|
4632
4632
|
:example:
|
4633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_errata.py.html>`__ to see an example of how to use list_errata API.
|
4634
4634
|
"""
|
4635
4635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4636
4636
|
required_arguments = []
|
@@ -4776,7 +4776,7 @@ class OsManagementClient(object):
|
|
4776
4776
|
:rtype: :class:`~oci.response.Response`
|
4777
4777
|
|
4778
4778
|
:example:
|
4779
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_managed_instance_errata.py.html>`__ to see an example of how to use list_managed_instance_errata API.
|
4780
4780
|
"""
|
4781
4781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4782
4782
|
required_arguments = ['managedInstanceId']
|
@@ -4935,7 +4935,7 @@ class OsManagementClient(object):
|
|
4935
4935
|
:rtype: :class:`~oci.response.Response`
|
4936
4936
|
|
4937
4937
|
:example:
|
4938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_managed_instance_groups.py.html>`__ to see an example of how to use list_managed_instance_groups API.
|
4939
4939
|
"""
|
4940
4940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4941
4941
|
required_arguments = ['compartmentId']
|
@@ -5094,7 +5094,7 @@ class OsManagementClient(object):
|
|
5094
5094
|
:rtype: :class:`~oci.response.Response`
|
5095
5095
|
|
5096
5096
|
:example:
|
5097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_managed_instances.py.html>`__ to see an example of how to use list_managed_instances API.
|
5098
5098
|
"""
|
5099
5099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5100
5100
|
required_arguments = ['compartmentId']
|
@@ -5260,7 +5260,7 @@ class OsManagementClient(object):
|
|
5260
5260
|
:rtype: :class:`~oci.response.Response`
|
5261
5261
|
|
5262
5262
|
:example:
|
5263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_module_stream_profiles.py.html>`__ to see an example of how to use list_module_stream_profiles API.
|
5264
5264
|
"""
|
5265
5265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5266
5266
|
required_arguments = ['softwareSourceId']
|
@@ -5456,7 +5456,7 @@ class OsManagementClient(object):
|
|
5456
5456
|
:rtype: :class:`~oci.response.Response`
|
5457
5457
|
|
5458
5458
|
:example:
|
5459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_module_stream_profiles_on_managed_instance.py.html>`__ to see an example of how to use list_module_stream_profiles_on_managed_instance API.
|
5460
5460
|
"""
|
5461
5461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5462
5462
|
required_arguments = ['managedInstanceId']
|
@@ -5640,7 +5640,7 @@ class OsManagementClient(object):
|
|
5640
5640
|
:rtype: :class:`~oci.response.Response`
|
5641
5641
|
|
5642
5642
|
:example:
|
5643
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5643
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_module_streams.py.html>`__ to see an example of how to use list_module_streams API.
|
5644
5644
|
"""
|
5645
5645
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5646
5646
|
required_arguments = ['softwareSourceId']
|
@@ -5835,7 +5835,7 @@ class OsManagementClient(object):
|
|
5835
5835
|
:rtype: :class:`~oci.response.Response`
|
5836
5836
|
|
5837
5837
|
:example:
|
5838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_module_streams_on_managed_instance.py.html>`__ to see an example of how to use list_module_streams_on_managed_instance API.
|
5839
5839
|
"""
|
5840
5840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5841
5841
|
required_arguments = ['managedInstanceId']
|
@@ -5998,7 +5998,7 @@ class OsManagementClient(object):
|
|
5998
5998
|
:rtype: :class:`~oci.response.Response`
|
5999
5999
|
|
6000
6000
|
:example:
|
6001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_packages_installed_on_managed_instance.py.html>`__ to see an example of how to use list_packages_installed_on_managed_instance API.
|
6002
6002
|
"""
|
6003
6003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6004
6004
|
required_arguments = ['managedInstanceId']
|
@@ -6171,7 +6171,7 @@ class OsManagementClient(object):
|
|
6171
6171
|
:rtype: :class:`~oci.response.Response`
|
6172
6172
|
|
6173
6173
|
:example:
|
6174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_scheduled_jobs.py.html>`__ to see an example of how to use list_scheduled_jobs API.
|
6175
6175
|
"""
|
6176
6176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6177
6177
|
required_arguments = ['compartmentId']
|
@@ -6343,7 +6343,7 @@ class OsManagementClient(object):
|
|
6343
6343
|
:rtype: :class:`~oci.response.Response`
|
6344
6344
|
|
6345
6345
|
:example:
|
6346
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6346
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_software_source_packages.py.html>`__ to see an example of how to use list_software_source_packages API.
|
6347
6347
|
"""
|
6348
6348
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6349
6349
|
required_arguments = ['softwareSourceId']
|
@@ -6497,7 +6497,7 @@ class OsManagementClient(object):
|
|
6497
6497
|
:rtype: :class:`~oci.response.Response`
|
6498
6498
|
|
6499
6499
|
:example:
|
6500
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_software_sources.py.html>`__ to see an example of how to use list_software_sources API.
|
6501
6501
|
"""
|
6502
6502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6503
6503
|
required_arguments = ['compartmentId']
|
@@ -6663,7 +6663,7 @@ class OsManagementClient(object):
|
|
6663
6663
|
:rtype: :class:`~oci.response.Response`
|
6664
6664
|
|
6665
6665
|
:example:
|
6666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_upcoming_scheduled_jobs.py.html>`__ to see an example of how to use list_upcoming_scheduled_jobs API.
|
6667
6667
|
"""
|
6668
6668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6669
6669
|
required_arguments = ['compartmentId', 'timeEnd']
|
@@ -6822,7 +6822,7 @@ class OsManagementClient(object):
|
|
6822
6822
|
:rtype: :class:`~oci.response.Response`
|
6823
6823
|
|
6824
6824
|
:example:
|
6825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_windows_updates.py.html>`__ to see an example of how to use list_windows_updates API.
|
6826
6826
|
"""
|
6827
6827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6828
6828
|
required_arguments = []
|
@@ -6962,7 +6962,7 @@ class OsManagementClient(object):
|
|
6962
6962
|
:rtype: :class:`~oci.response.Response`
|
6963
6963
|
|
6964
6964
|
:example:
|
6965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_windows_updates_installed_on_managed_instance.py.html>`__ to see an example of how to use list_windows_updates_installed_on_managed_instance API.
|
6966
6966
|
"""
|
6967
6967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6968
6968
|
required_arguments = ['managedInstanceId']
|
@@ -7106,7 +7106,7 @@ class OsManagementClient(object):
|
|
7106
7106
|
:rtype: :class:`~oci.response.Response`
|
7107
7107
|
|
7108
7108
|
:example:
|
7109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
7110
7110
|
"""
|
7111
7111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7112
7112
|
required_arguments = ['workRequestId']
|
@@ -7246,7 +7246,7 @@ class OsManagementClient(object):
|
|
7246
7246
|
:rtype: :class:`~oci.response.Response`
|
7247
7247
|
|
7248
7248
|
:example:
|
7249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
7250
7250
|
"""
|
7251
7251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7252
7252
|
required_arguments = ['workRequestId']
|
@@ -7399,7 +7399,7 @@ class OsManagementClient(object):
|
|
7399
7399
|
:rtype: :class:`~oci.response.Response`
|
7400
7400
|
|
7401
7401
|
:example:
|
7402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
7403
7403
|
"""
|
7404
7404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7405
7405
|
required_arguments = ['compartmentId']
|
@@ -7601,7 +7601,7 @@ class OsManagementClient(object):
|
|
7601
7601
|
:rtype: :class:`~oci.response.Response`
|
7602
7602
|
|
7603
7603
|
:example:
|
7604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/manage_module_streams_on_managed_instance.py.html>`__ to see an example of how to use manage_module_streams_on_managed_instance API.
|
7605
7605
|
"""
|
7606
7606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7607
7607
|
required_arguments = ['managedInstanceId']
|
@@ -7728,7 +7728,7 @@ class OsManagementClient(object):
|
|
7728
7728
|
:rtype: :class:`~oci.response.Response`
|
7729
7729
|
|
7730
7730
|
:example:
|
7731
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/remove_module_stream_profile_from_managed_instance.py.html>`__ to see an example of how to use remove_module_stream_profile_from_managed_instance API.
|
7732
7732
|
"""
|
7733
7733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7734
7734
|
required_arguments = ['managedInstanceId', 'moduleName']
|
@@ -7848,7 +7848,7 @@ class OsManagementClient(object):
|
|
7848
7848
|
:rtype: :class:`~oci.response.Response`
|
7849
7849
|
|
7850
7850
|
:example:
|
7851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/remove_package_from_managed_instance.py.html>`__ to see an example of how to use remove_package_from_managed_instance API.
|
7852
7852
|
"""
|
7853
7853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7854
7854
|
required_arguments = ['managedInstanceId', 'softwarePackageName']
|
@@ -7955,7 +7955,7 @@ class OsManagementClient(object):
|
|
7955
7955
|
:rtype: :class:`~oci.response.Response`
|
7956
7956
|
|
7957
7957
|
:example:
|
7958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/remove_packages_from_software_source.py.html>`__ to see an example of how to use remove_packages_from_software_source API.
|
7959
7959
|
"""
|
7960
7960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7961
7961
|
required_arguments = ['softwareSourceId']
|
@@ -8066,7 +8066,7 @@ class OsManagementClient(object):
|
|
8066
8066
|
:rtype: :class:`~oci.response.Response`
|
8067
8067
|
|
8068
8068
|
:example:
|
8069
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8069
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/run_scheduled_job_now.py.html>`__ to see an example of how to use run_scheduled_job_now API.
|
8070
8070
|
"""
|
8071
8071
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8072
8072
|
required_arguments = ['scheduledJobId']
|
@@ -8191,7 +8191,7 @@ class OsManagementClient(object):
|
|
8191
8191
|
:rtype: :class:`~oci.response.Response`
|
8192
8192
|
|
8193
8193
|
:example:
|
8194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/search_software_packages.py.html>`__ to see an example of how to use search_software_packages API.
|
8195
8195
|
"""
|
8196
8196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8197
8197
|
required_arguments = []
|
@@ -8324,7 +8324,7 @@ class OsManagementClient(object):
|
|
8324
8324
|
:rtype: :class:`~oci.response.Response`
|
8325
8325
|
|
8326
8326
|
:example:
|
8327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/skip_next_scheduled_job_execution.py.html>`__ to see an example of how to use skip_next_scheduled_job_execution API.
|
8328
8328
|
"""
|
8329
8329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8330
8330
|
required_arguments = ['scheduledJobId']
|
@@ -8447,7 +8447,7 @@ class OsManagementClient(object):
|
|
8447
8447
|
:rtype: :class:`~oci.response.Response`
|
8448
8448
|
|
8449
8449
|
:example:
|
8450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/switch_module_stream_on_managed_instance.py.html>`__ to see an example of how to use switch_module_stream_on_managed_instance API.
|
8451
8451
|
"""
|
8452
8452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8453
8453
|
required_arguments = ['managedInstanceId', 'moduleName']
|
@@ -8565,7 +8565,7 @@ class OsManagementClient(object):
|
|
8565
8565
|
:rtype: :class:`~oci.response.Response`
|
8566
8566
|
|
8567
8567
|
:example:
|
8568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/update_managed_instance.py.html>`__ to see an example of how to use update_managed_instance API.
|
8569
8569
|
"""
|
8570
8570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8571
8571
|
required_arguments = ['managedInstanceId']
|
@@ -8675,7 +8675,7 @@ class OsManagementClient(object):
|
|
8675
8675
|
:rtype: :class:`~oci.response.Response`
|
8676
8676
|
|
8677
8677
|
:example:
|
8678
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8678
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/update_managed_instance_group.py.html>`__ to see an example of how to use update_managed_instance_group API.
|
8679
8679
|
"""
|
8680
8680
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8681
8681
|
required_arguments = ['managedInstanceGroupId']
|
@@ -8785,7 +8785,7 @@ class OsManagementClient(object):
|
|
8785
8785
|
:rtype: :class:`~oci.response.Response`
|
8786
8786
|
|
8787
8787
|
:example:
|
8788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/update_scheduled_job.py.html>`__ to see an example of how to use update_scheduled_job API.
|
8789
8789
|
"""
|
8790
8790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8791
8791
|
required_arguments = ['scheduledJobId']
|
@@ -8895,7 +8895,7 @@ class OsManagementClient(object):
|
|
8895
8895
|
:rtype: :class:`~oci.response.Response`
|
8896
8896
|
|
8897
8897
|
:example:
|
8898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8898
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/osmanagement/update_software_source.py.html>`__ to see an example of how to use update_software_source API.
|
8899
8899
|
"""
|
8900
8900
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8901
8901
|
required_arguments = ['softwareSourceId']
|