oci 2.101.0__py3-none-any.whl → 2.103.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcement_subscription_client_composite_operations.py +9 -1
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/database_migration_client_composite_operations.py +9 -1
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_job_client_composite_operations.py +9 -1
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/ons/notification_data_plane_client_composite_operations.py +9 -1
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_catalog/service_catalog_client_composite_operations.py +9 -1
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +22 -22
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/RECORD +341 -336
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
@@ -140,7 +140,7 @@ class OsManagementClient(object):
|
|
140
140
|
:rtype: :class:`~oci.response.Response`
|
141
141
|
|
142
142
|
:example:
|
143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/add_packages_to_software_source.py.html>`__ to see an example of how to use add_packages_to_software_source API.
|
144
144
|
"""
|
145
145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
146
146
|
required_arguments = ['softwareSourceId']
|
@@ -248,7 +248,7 @@ class OsManagementClient(object):
|
|
248
248
|
:rtype: :class:`~oci.response.Response`
|
249
249
|
|
250
250
|
:example:
|
251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
252
252
|
"""
|
253
253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
254
254
|
required_arguments = ['managedInstanceId']
|
@@ -360,7 +360,7 @@ class OsManagementClient(object):
|
|
360
360
|
:rtype: :class:`~oci.response.Response`
|
361
361
|
|
362
362
|
:example:
|
363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
364
364
|
"""
|
365
365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
366
366
|
required_arguments = ['managedInstanceGroupId', 'managedInstanceId']
|
@@ -477,7 +477,7 @@ class OsManagementClient(object):
|
|
477
477
|
:rtype: :class:`~oci.response.Response`
|
478
478
|
|
479
479
|
:example:
|
480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
481
481
|
"""
|
482
482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
483
483
|
required_arguments = ['managedInstanceId']
|
@@ -594,7 +594,7 @@ class OsManagementClient(object):
|
|
594
594
|
:rtype: :class:`~oci.response.Response`
|
595
595
|
|
596
596
|
:example:
|
597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/change_managed_instance_group_compartment.py.html>`__ to see an example of how to use change_managed_instance_group_compartment API.
|
598
598
|
"""
|
599
599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
600
600
|
required_arguments = ['managedInstanceGroupId']
|
@@ -713,7 +713,7 @@ class OsManagementClient(object):
|
|
713
713
|
:rtype: :class:`~oci.response.Response`
|
714
714
|
|
715
715
|
:example:
|
716
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/change_scheduled_job_compartment.py.html>`__ to see an example of how to use change_scheduled_job_compartment API.
|
717
717
|
"""
|
718
718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
719
719
|
required_arguments = ['scheduledJobId']
|
@@ -832,7 +832,7 @@ class OsManagementClient(object):
|
|
832
832
|
:rtype: :class:`~oci.response.Response`
|
833
833
|
|
834
834
|
:example:
|
835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/change_software_source_compartment.py.html>`__ to see an example of how to use change_software_source_compartment API.
|
836
836
|
"""
|
837
837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
838
838
|
required_arguments = ['softwareSourceId']
|
@@ -942,7 +942,7 @@ class OsManagementClient(object):
|
|
942
942
|
:rtype: :class:`~oci.response.Response`
|
943
943
|
|
944
944
|
:example:
|
945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/create_managed_instance_group.py.html>`__ to see an example of how to use create_managed_instance_group API.
|
946
946
|
"""
|
947
947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
948
948
|
required_arguments = []
|
@@ -1041,7 +1041,7 @@ class OsManagementClient(object):
|
|
1041
1041
|
:rtype: :class:`~oci.response.Response`
|
1042
1042
|
|
1043
1043
|
:example:
|
1044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/create_scheduled_job.py.html>`__ to see an example of how to use create_scheduled_job API.
|
1045
1045
|
"""
|
1046
1046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1047
1047
|
required_arguments = []
|
@@ -1139,7 +1139,7 @@ class OsManagementClient(object):
|
|
1139
1139
|
:rtype: :class:`~oci.response.Response`
|
1140
1140
|
|
1141
1141
|
:example:
|
1142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/create_software_source.py.html>`__ to see an example of how to use create_software_source API.
|
1143
1143
|
"""
|
1144
1144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1145
1145
|
required_arguments = []
|
@@ -1235,7 +1235,7 @@ class OsManagementClient(object):
|
|
1235
1235
|
:rtype: :class:`~oci.response.Response`
|
1236
1236
|
|
1237
1237
|
:example:
|
1238
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1238
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/delete_managed_instance_group.py.html>`__ to see an example of how to use delete_managed_instance_group API.
|
1239
1239
|
"""
|
1240
1240
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1241
1241
|
required_arguments = ['managedInstanceGroupId']
|
@@ -1338,7 +1338,7 @@ class OsManagementClient(object):
|
|
1338
1338
|
:rtype: :class:`~oci.response.Response`
|
1339
1339
|
|
1340
1340
|
:example:
|
1341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/delete_scheduled_job.py.html>`__ to see an example of how to use delete_scheduled_job API.
|
1342
1342
|
"""
|
1343
1343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1344
1344
|
required_arguments = ['scheduledJobId']
|
@@ -1441,7 +1441,7 @@ class OsManagementClient(object):
|
|
1441
1441
|
:rtype: :class:`~oci.response.Response`
|
1442
1442
|
|
1443
1443
|
:example:
|
1444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/delete_software_source.py.html>`__ to see an example of how to use delete_software_source API.
|
1445
1445
|
"""
|
1446
1446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1447
1447
|
required_arguments = ['softwareSourceId']
|
@@ -1548,7 +1548,7 @@ class OsManagementClient(object):
|
|
1548
1548
|
:rtype: :class:`~oci.response.Response`
|
1549
1549
|
|
1550
1550
|
:example:
|
1551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
1552
1552
|
"""
|
1553
1553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1554
1554
|
required_arguments = ['managedInstanceId']
|
@@ -1657,7 +1657,7 @@ class OsManagementClient(object):
|
|
1657
1657
|
:rtype: :class:`~oci.response.Response`
|
1658
1658
|
|
1659
1659
|
:example:
|
1660
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1660
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
1661
1661
|
"""
|
1662
1662
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1663
1663
|
required_arguments = ['managedInstanceGroupId', 'managedInstanceId']
|
@@ -1772,7 +1772,7 @@ class OsManagementClient(object):
|
|
1772
1772
|
:rtype: :class:`~oci.response.Response`
|
1773
1773
|
|
1774
1774
|
:example:
|
1775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1775
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
1776
1776
|
"""
|
1777
1777
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1778
1778
|
required_arguments = ['managedInstanceId']
|
@@ -1895,7 +1895,7 @@ class OsManagementClient(object):
|
|
1895
1895
|
:rtype: :class:`~oci.response.Response`
|
1896
1896
|
|
1897
1897
|
:example:
|
1898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1898
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
1899
1899
|
"""
|
1900
1900
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1901
1901
|
required_arguments = ['managedInstanceId', 'moduleName']
|
@@ -2028,7 +2028,7 @@ class OsManagementClient(object):
|
|
2028
2028
|
:rtype: :class:`~oci.response.Response`
|
2029
2029
|
|
2030
2030
|
:example:
|
2031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
2032
2032
|
"""
|
2033
2033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2034
2034
|
required_arguments = ['managedInstanceId', 'moduleName']
|
@@ -2136,7 +2136,7 @@ class OsManagementClient(object):
|
|
2136
2136
|
:rtype: :class:`~oci.response.Response`
|
2137
2137
|
|
2138
2138
|
:example:
|
2139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/get_erratum.py.html>`__ to see an example of how to use get_erratum API.
|
2140
2140
|
"""
|
2141
2141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2142
2142
|
required_arguments = ['erratumId']
|
@@ -2232,7 +2232,7 @@ class OsManagementClient(object):
|
|
2232
2232
|
:rtype: :class:`~oci.response.Response`
|
2233
2233
|
|
2234
2234
|
:example:
|
2235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/get_managed_instance.py.html>`__ to see an example of how to use get_managed_instance API.
|
2236
2236
|
"""
|
2237
2237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2238
2238
|
required_arguments = ['managedInstanceId']
|
@@ -2328,7 +2328,7 @@ class OsManagementClient(object):
|
|
2328
2328
|
:rtype: :class:`~oci.response.Response`
|
2329
2329
|
|
2330
2330
|
:example:
|
2331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/get_managed_instance_group.py.html>`__ to see an example of how to use get_managed_instance_group API.
|
2332
2332
|
"""
|
2333
2333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2334
2334
|
required_arguments = ['managedInstanceGroupId']
|
@@ -2430,7 +2430,7 @@ class OsManagementClient(object):
|
|
2430
2430
|
:rtype: :class:`~oci.response.Response`
|
2431
2431
|
|
2432
2432
|
:example:
|
2433
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2433
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/get_module_stream.py.html>`__ to see an example of how to use get_module_stream API.
|
2434
2434
|
"""
|
2435
2435
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2436
2436
|
required_arguments = ['softwareSourceId', 'moduleName', 'streamName']
|
@@ -2537,7 +2537,7 @@ class OsManagementClient(object):
|
|
2537
2537
|
:rtype: :class:`~oci.response.Response`
|
2538
2538
|
|
2539
2539
|
:example:
|
2540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2540
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/get_module_stream_profile.py.html>`__ to see an example of how to use get_module_stream_profile API.
|
2541
2541
|
"""
|
2542
2542
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2543
2543
|
required_arguments = ['softwareSourceId', 'moduleName', 'streamName', 'profileName']
|
@@ -2636,7 +2636,7 @@ class OsManagementClient(object):
|
|
2636
2636
|
:rtype: :class:`~oci.response.Response`
|
2637
2637
|
|
2638
2638
|
:example:
|
2639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/get_scheduled_job.py.html>`__ to see an example of how to use get_scheduled_job API.
|
2640
2640
|
"""
|
2641
2641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2642
2642
|
required_arguments = ['scheduledJobId']
|
@@ -2735,7 +2735,7 @@ class OsManagementClient(object):
|
|
2735
2735
|
:rtype: :class:`~oci.response.Response`
|
2736
2736
|
|
2737
2737
|
:example:
|
2738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/get_software_package.py.html>`__ to see an example of how to use get_software_package API.
|
2739
2739
|
"""
|
2740
2740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2741
2741
|
required_arguments = ['softwareSourceId', 'softwarePackageName']
|
@@ -2832,7 +2832,7 @@ class OsManagementClient(object):
|
|
2832
2832
|
:rtype: :class:`~oci.response.Response`
|
2833
2833
|
|
2834
2834
|
:example:
|
2835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/get_software_source.py.html>`__ to see an example of how to use get_software_source API.
|
2836
2836
|
"""
|
2837
2837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2838
2838
|
required_arguments = ['softwareSourceId']
|
@@ -2928,7 +2928,7 @@ class OsManagementClient(object):
|
|
2928
2928
|
:rtype: :class:`~oci.response.Response`
|
2929
2929
|
|
2930
2930
|
:example:
|
2931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2931
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/get_windows_update.py.html>`__ to see an example of how to use get_windows_update API.
|
2932
2932
|
"""
|
2933
2933
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2934
2934
|
required_arguments = ['windowsUpdate']
|
@@ -3024,7 +3024,7 @@ class OsManagementClient(object):
|
|
3024
3024
|
:rtype: :class:`~oci.response.Response`
|
3025
3025
|
|
3026
3026
|
:example:
|
3027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3027
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
3028
3028
|
"""
|
3029
3029
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3030
3030
|
required_arguments = ['workRequestId']
|
@@ -3132,7 +3132,7 @@ class OsManagementClient(object):
|
|
3132
3132
|
:rtype: :class:`~oci.response.Response`
|
3133
3133
|
|
3134
3134
|
:example:
|
3135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
3136
3136
|
"""
|
3137
3137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3138
3138
|
required_arguments = ['managedInstanceId']
|
@@ -3256,7 +3256,7 @@ class OsManagementClient(object):
|
|
3256
3256
|
:rtype: :class:`~oci.response.Response`
|
3257
3257
|
|
3258
3258
|
:example:
|
3259
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
3260
3260
|
"""
|
3261
3261
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3262
3262
|
required_arguments = ['managedInstanceGroupId']
|
@@ -3380,7 +3380,7 @@ class OsManagementClient(object):
|
|
3380
3380
|
:rtype: :class:`~oci.response.Response`
|
3381
3381
|
|
3382
3382
|
:example:
|
3383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
3384
3384
|
"""
|
3385
3385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3386
3386
|
required_arguments = ['managedInstanceId']
|
@@ -3518,7 +3518,7 @@ class OsManagementClient(object):
|
|
3518
3518
|
:rtype: :class:`~oci.response.Response`
|
3519
3519
|
|
3520
3520
|
:example:
|
3521
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3521
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
3522
3522
|
"""
|
3523
3523
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3524
3524
|
required_arguments = ['managedInstanceId', 'moduleName']
|
@@ -3638,7 +3638,7 @@ class OsManagementClient(object):
|
|
3638
3638
|
:rtype: :class:`~oci.response.Response`
|
3639
3639
|
|
3640
3640
|
:example:
|
3641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/install_package_on_managed_instance.py.html>`__ to see an example of how to use install_package_on_managed_instance API.
|
3642
3642
|
"""
|
3643
3643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3644
3644
|
required_arguments = ['managedInstanceId', 'softwarePackageName']
|
@@ -3752,7 +3752,7 @@ class OsManagementClient(object):
|
|
3752
3752
|
:rtype: :class:`~oci.response.Response`
|
3753
3753
|
|
3754
3754
|
:example:
|
3755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
3756
3756
|
"""
|
3757
3757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3758
3758
|
required_arguments = ['managedInstanceId', 'softwarePackageName']
|
@@ -3868,7 +3868,7 @@ class OsManagementClient(object):
|
|
3868
3868
|
:rtype: :class:`~oci.response.Response`
|
3869
3869
|
|
3870
3870
|
:example:
|
3871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
3872
3872
|
"""
|
3873
3873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3874
3874
|
required_arguments = ['managedInstanceId', 'windowsUpdateName']
|
@@ -3996,7 +3996,7 @@ class OsManagementClient(object):
|
|
3996
3996
|
:rtype: :class:`~oci.response.Response`
|
3997
3997
|
|
3998
3998
|
:example:
|
3999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3999
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
4000
4000
|
"""
|
4001
4001
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4002
4002
|
required_arguments = ['managedInstanceId']
|
@@ -4148,7 +4148,7 @@ class OsManagementClient(object):
|
|
4148
4148
|
:rtype: :class:`~oci.response.Response`
|
4149
4149
|
|
4150
4150
|
:example:
|
4151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
4152
4152
|
"""
|
4153
4153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4154
4154
|
required_arguments = ['managedInstanceId']
|
@@ -4300,7 +4300,7 @@ class OsManagementClient(object):
|
|
4300
4300
|
:rtype: :class:`~oci.response.Response`
|
4301
4301
|
|
4302
4302
|
:example:
|
4303
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
4304
4304
|
"""
|
4305
4305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4306
4306
|
required_arguments = ['managedInstanceId']
|
@@ -4457,7 +4457,7 @@ class OsManagementClient(object):
|
|
4457
4457
|
:rtype: :class:`~oci.response.Response`
|
4458
4458
|
|
4459
4459
|
:example:
|
4460
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
4461
4461
|
"""
|
4462
4462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4463
4463
|
required_arguments = ['managedInstanceId']
|
@@ -4628,7 +4628,7 @@ class OsManagementClient(object):
|
|
4628
4628
|
:rtype: :class:`~oci.response.Response`
|
4629
4629
|
|
4630
4630
|
:example:
|
4631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/list_errata.py.html>`__ to see an example of how to use list_errata API.
|
4632
4632
|
"""
|
4633
4633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4634
4634
|
required_arguments = []
|
@@ -4774,7 +4774,7 @@ class OsManagementClient(object):
|
|
4774
4774
|
:rtype: :class:`~oci.response.Response`
|
4775
4775
|
|
4776
4776
|
:example:
|
4777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/list_managed_instance_errata.py.html>`__ to see an example of how to use list_managed_instance_errata API.
|
4778
4778
|
"""
|
4779
4779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4780
4780
|
required_arguments = ['managedInstanceId']
|
@@ -4933,7 +4933,7 @@ class OsManagementClient(object):
|
|
4933
4933
|
:rtype: :class:`~oci.response.Response`
|
4934
4934
|
|
4935
4935
|
:example:
|
4936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/list_managed_instance_groups.py.html>`__ to see an example of how to use list_managed_instance_groups API.
|
4937
4937
|
"""
|
4938
4938
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4939
4939
|
required_arguments = ['compartmentId']
|
@@ -5092,7 +5092,7 @@ class OsManagementClient(object):
|
|
5092
5092
|
:rtype: :class:`~oci.response.Response`
|
5093
5093
|
|
5094
5094
|
:example:
|
5095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/list_managed_instances.py.html>`__ to see an example of how to use list_managed_instances API.
|
5096
5096
|
"""
|
5097
5097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5098
5098
|
required_arguments = ['compartmentId']
|
@@ -5258,7 +5258,7 @@ class OsManagementClient(object):
|
|
5258
5258
|
:rtype: :class:`~oci.response.Response`
|
5259
5259
|
|
5260
5260
|
:example:
|
5261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/list_module_stream_profiles.py.html>`__ to see an example of how to use list_module_stream_profiles API.
|
5262
5262
|
"""
|
5263
5263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5264
5264
|
required_arguments = ['softwareSourceId']
|
@@ -5454,7 +5454,7 @@ class OsManagementClient(object):
|
|
5454
5454
|
:rtype: :class:`~oci.response.Response`
|
5455
5455
|
|
5456
5456
|
:example:
|
5457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
5458
5458
|
"""
|
5459
5459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5460
5460
|
required_arguments = ['managedInstanceId']
|
@@ -5638,7 +5638,7 @@ class OsManagementClient(object):
|
|
5638
5638
|
:rtype: :class:`~oci.response.Response`
|
5639
5639
|
|
5640
5640
|
:example:
|
5641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/list_module_streams.py.html>`__ to see an example of how to use list_module_streams API.
|
5642
5642
|
"""
|
5643
5643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5644
5644
|
required_arguments = ['softwareSourceId']
|
@@ -5833,7 +5833,7 @@ class OsManagementClient(object):
|
|
5833
5833
|
:rtype: :class:`~oci.response.Response`
|
5834
5834
|
|
5835
5835
|
:example:
|
5836
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
5837
5837
|
"""
|
5838
5838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5839
5839
|
required_arguments = ['managedInstanceId']
|
@@ -5996,7 +5996,7 @@ class OsManagementClient(object):
|
|
5996
5996
|
:rtype: :class:`~oci.response.Response`
|
5997
5997
|
|
5998
5998
|
:example:
|
5999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5999
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
6000
6000
|
"""
|
6001
6001
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6002
6002
|
required_arguments = ['managedInstanceId']
|
@@ -6169,7 +6169,7 @@ class OsManagementClient(object):
|
|
6169
6169
|
:rtype: :class:`~oci.response.Response`
|
6170
6170
|
|
6171
6171
|
:example:
|
6172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/list_scheduled_jobs.py.html>`__ to see an example of how to use list_scheduled_jobs API.
|
6173
6173
|
"""
|
6174
6174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6175
6175
|
required_arguments = ['compartmentId']
|
@@ -6341,7 +6341,7 @@ class OsManagementClient(object):
|
|
6341
6341
|
:rtype: :class:`~oci.response.Response`
|
6342
6342
|
|
6343
6343
|
:example:
|
6344
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6344
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/list_software_source_packages.py.html>`__ to see an example of how to use list_software_source_packages API.
|
6345
6345
|
"""
|
6346
6346
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6347
6347
|
required_arguments = ['softwareSourceId']
|
@@ -6495,7 +6495,7 @@ class OsManagementClient(object):
|
|
6495
6495
|
:rtype: :class:`~oci.response.Response`
|
6496
6496
|
|
6497
6497
|
:example:
|
6498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/list_software_sources.py.html>`__ to see an example of how to use list_software_sources API.
|
6499
6499
|
"""
|
6500
6500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6501
6501
|
required_arguments = ['compartmentId']
|
@@ -6661,7 +6661,7 @@ class OsManagementClient(object):
|
|
6661
6661
|
:rtype: :class:`~oci.response.Response`
|
6662
6662
|
|
6663
6663
|
:example:
|
6664
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6664
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/list_upcoming_scheduled_jobs.py.html>`__ to see an example of how to use list_upcoming_scheduled_jobs API.
|
6665
6665
|
"""
|
6666
6666
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6667
6667
|
required_arguments = ['compartmentId', 'timeEnd']
|
@@ -6820,7 +6820,7 @@ class OsManagementClient(object):
|
|
6820
6820
|
:rtype: :class:`~oci.response.Response`
|
6821
6821
|
|
6822
6822
|
:example:
|
6823
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6823
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/list_windows_updates.py.html>`__ to see an example of how to use list_windows_updates API.
|
6824
6824
|
"""
|
6825
6825
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6826
6826
|
required_arguments = []
|
@@ -6960,7 +6960,7 @@ class OsManagementClient(object):
|
|
6960
6960
|
:rtype: :class:`~oci.response.Response`
|
6961
6961
|
|
6962
6962
|
:example:
|
6963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
6964
6964
|
"""
|
6965
6965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6966
6966
|
required_arguments = ['managedInstanceId']
|
@@ -7104,7 +7104,7 @@ class OsManagementClient(object):
|
|
7104
7104
|
:rtype: :class:`~oci.response.Response`
|
7105
7105
|
|
7106
7106
|
:example:
|
7107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
7108
7108
|
"""
|
7109
7109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7110
7110
|
required_arguments = ['workRequestId']
|
@@ -7244,7 +7244,7 @@ class OsManagementClient(object):
|
|
7244
7244
|
:rtype: :class:`~oci.response.Response`
|
7245
7245
|
|
7246
7246
|
:example:
|
7247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
7248
7248
|
"""
|
7249
7249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7250
7250
|
required_arguments = ['workRequestId']
|
@@ -7397,7 +7397,7 @@ class OsManagementClient(object):
|
|
7397
7397
|
:rtype: :class:`~oci.response.Response`
|
7398
7398
|
|
7399
7399
|
:example:
|
7400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
7401
7401
|
"""
|
7402
7402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7403
7403
|
required_arguments = ['compartmentId']
|
@@ -7599,7 +7599,7 @@ class OsManagementClient(object):
|
|
7599
7599
|
:rtype: :class:`~oci.response.Response`
|
7600
7600
|
|
7601
7601
|
:example:
|
7602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
7603
7603
|
"""
|
7604
7604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7605
7605
|
required_arguments = ['managedInstanceId']
|
@@ -7726,7 +7726,7 @@ class OsManagementClient(object):
|
|
7726
7726
|
:rtype: :class:`~oci.response.Response`
|
7727
7727
|
|
7728
7728
|
:example:
|
7729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
7730
7730
|
"""
|
7731
7731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7732
7732
|
required_arguments = ['managedInstanceId', 'moduleName']
|
@@ -7846,7 +7846,7 @@ class OsManagementClient(object):
|
|
7846
7846
|
:rtype: :class:`~oci.response.Response`
|
7847
7847
|
|
7848
7848
|
:example:
|
7849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/remove_package_from_managed_instance.py.html>`__ to see an example of how to use remove_package_from_managed_instance API.
|
7850
7850
|
"""
|
7851
7851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7852
7852
|
required_arguments = ['managedInstanceId', 'softwarePackageName']
|
@@ -7953,7 +7953,7 @@ class OsManagementClient(object):
|
|
7953
7953
|
:rtype: :class:`~oci.response.Response`
|
7954
7954
|
|
7955
7955
|
:example:
|
7956
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7956
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/remove_packages_from_software_source.py.html>`__ to see an example of how to use remove_packages_from_software_source API.
|
7957
7957
|
"""
|
7958
7958
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7959
7959
|
required_arguments = ['softwareSourceId']
|
@@ -8064,7 +8064,7 @@ class OsManagementClient(object):
|
|
8064
8064
|
:rtype: :class:`~oci.response.Response`
|
8065
8065
|
|
8066
8066
|
:example:
|
8067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/run_scheduled_job_now.py.html>`__ to see an example of how to use run_scheduled_job_now API.
|
8068
8068
|
"""
|
8069
8069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8070
8070
|
required_arguments = ['scheduledJobId']
|
@@ -8189,7 +8189,7 @@ class OsManagementClient(object):
|
|
8189
8189
|
:rtype: :class:`~oci.response.Response`
|
8190
8190
|
|
8191
8191
|
:example:
|
8192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/search_software_packages.py.html>`__ to see an example of how to use search_software_packages API.
|
8193
8193
|
"""
|
8194
8194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8195
8195
|
required_arguments = []
|
@@ -8322,7 +8322,7 @@ class OsManagementClient(object):
|
|
8322
8322
|
:rtype: :class:`~oci.response.Response`
|
8323
8323
|
|
8324
8324
|
:example:
|
8325
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8325
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/skip_next_scheduled_job_execution.py.html>`__ to see an example of how to use skip_next_scheduled_job_execution API.
|
8326
8326
|
"""
|
8327
8327
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8328
8328
|
required_arguments = ['scheduledJobId']
|
@@ -8445,7 +8445,7 @@ class OsManagementClient(object):
|
|
8445
8445
|
:rtype: :class:`~oci.response.Response`
|
8446
8446
|
|
8447
8447
|
:example:
|
8448
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.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.
|
8449
8449
|
"""
|
8450
8450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8451
8451
|
required_arguments = ['managedInstanceId', 'moduleName']
|
@@ -8563,7 +8563,7 @@ class OsManagementClient(object):
|
|
8563
8563
|
:rtype: :class:`~oci.response.Response`
|
8564
8564
|
|
8565
8565
|
:example:
|
8566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8566
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/update_managed_instance.py.html>`__ to see an example of how to use update_managed_instance API.
|
8567
8567
|
"""
|
8568
8568
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8569
8569
|
required_arguments = ['managedInstanceId']
|
@@ -8673,7 +8673,7 @@ class OsManagementClient(object):
|
|
8673
8673
|
:rtype: :class:`~oci.response.Response`
|
8674
8674
|
|
8675
8675
|
:example:
|
8676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/update_managed_instance_group.py.html>`__ to see an example of how to use update_managed_instance_group API.
|
8677
8677
|
"""
|
8678
8678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8679
8679
|
required_arguments = ['managedInstanceGroupId']
|
@@ -8783,7 +8783,7 @@ class OsManagementClient(object):
|
|
8783
8783
|
:rtype: :class:`~oci.response.Response`
|
8784
8784
|
|
8785
8785
|
:example:
|
8786
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/update_scheduled_job.py.html>`__ to see an example of how to use update_scheduled_job API.
|
8787
8787
|
"""
|
8788
8788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8789
8789
|
required_arguments = ['scheduledJobId']
|
@@ -8893,7 +8893,7 @@ class OsManagementClient(object):
|
|
8893
8893
|
:rtype: :class:`~oci.response.Response`
|
8894
8894
|
|
8895
8895
|
:example:
|
8896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/osmanagement/update_software_source.py.html>`__ to see an example of how to use update_software_source API.
|
8897
8897
|
"""
|
8898
8898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8899
8899
|
required_arguments = ['softwareSourceId']
|