oci 2.123.0__py3-none-any.whl → 2.124.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +122 -9
- oci/ai_speech/ai_service_speech_client_composite_operations.py +59 -0
- oci/ai_speech/models/transcription_model_details.py +390 -7
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/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 +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +21 -21
- oci/container_instances/models/__init__.py +2 -0
- oci/container_instances/models/container_capabilities.py +239 -0
- oci/container_instances/models/create_linux_security_context_details.py +29 -2
- oci/container_instances/models/linux_security_context.py +29 -2
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/models/emulated_volume_attachment.py +9 -2
- oci/core/models/i_scsi_volume_attachment.py +7 -0
- oci/core/models/paravirtualized_volume_attachment.py +9 -2
- oci/core/models/volume_attachment.py +35 -2
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +148 -148
- oci/data_flow/data_flow_client.py +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 +272 -272
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/__init__.py +22 -0
- oci/data_science/models/auto_scaling_policy.py +148 -0
- oci/data_science/models/auto_scaling_policy_details.py +104 -0
- oci/data_science/models/custom_expression_query_scaling_configuration.py +124 -0
- oci/data_science/models/custom_metric_expression_rule.py +105 -0
- oci/data_science/models/fixed_size_scaling_policy.py +1 -1
- oci/data_science/models/instance_pool_model_deployment_system_data.py +82 -0
- oci/data_science/models/metric_expression_rule.py +121 -0
- oci/data_science/models/model_configuration_details.py +33 -2
- oci/data_science/models/model_deployment.py +27 -0
- oci/data_science/models/model_deployment_instance_shape_config_details.py +61 -2
- oci/data_science/models/model_deployment_system_data.py +101 -0
- oci/data_science/models/predefined_expression_threshold_scaling_configuration.py +97 -0
- oci/data_science/models/predefined_metric_expression_rule.py +153 -0
- oci/data_science/models/scaling_configuration.py +185 -0
- oci/data_science/models/scaling_policy.py +11 -3
- oci/data_science/models/threshold_based_auto_scaling_policy_details.py +187 -0
- oci/data_science/models/update_model_configuration_details.py +33 -2
- oci/database/database_client.py +327 -327
- oci/database/models/autonomous_container_database.py +158 -2
- oci/database/models/autonomous_container_database_summary.py +158 -2
- oci/database/models/autonomous_database.py +80 -2
- oci/database/models/autonomous_database_summary.py +80 -2
- oci/database/models/create_autonomous_container_database_details.py +158 -2
- oci/database/models/create_autonomous_database_base.py +31 -0
- oci/database/models/create_autonomous_database_clone_details.py +7 -0
- oci/database/models/create_autonomous_database_details.py +7 -0
- oci/database/models/create_autonomous_database_from_backup_details.py +7 -0
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +7 -0
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +7 -0
- oci/database/models/create_cross_region_disaster_recovery_details.py +7 -0
- oci/database/models/create_refreshable_autonomous_database_clone_details.py +7 -0
- oci/database/models/update_autonomous_database_details.py +31 -0
- oci/database_management/db_management_client.py +194 -194
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +42 -42
- 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/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +3 -3
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +23 -23
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/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 +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +2 -0
- oci/opsi/models/create_news_report_details.py +100 -2
- oci/opsi/models/news_content_types.py +189 -3
- oci/opsi/models/news_report.py +100 -2
- oci/opsi/models/news_report_summary.py +100 -2
- oci/opsi/models/update_host_insight_details.py +4 -0
- oci/opsi/models/update_news_report_details.py +162 -2
- oci/opsi/models/update_pe_comanaged_host_insight_details.py +65 -0
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +2 -2
- oci/osp_gateway/address_service_client.py +3 -3
- oci/osp_gateway/invoice_service_client.py +6 -6
- oci/osp_gateway/subscription_service_client.py +6 -6
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +4 -4
- oci/sch/service_connector_client.py +24 -24
- 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 +64 -64
- 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 +28 -28
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/METADATA +1 -1
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/RECORD +295 -282
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/WHEEL +0 -0
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/top_level.txt +0 -0
@@ -146,14 +146,14 @@ class DesktopServiceClient(object):
|
|
146
146
|
:rtype: :class:`~oci.response.Response`
|
147
147
|
|
148
148
|
:example:
|
149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
150
150
|
"""
|
151
151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
152
152
|
required_arguments = ['workRequestId']
|
153
153
|
resource_path = "/workRequests/{workRequestId}"
|
154
154
|
method = "DELETE"
|
155
155
|
operation_name = "cancel_work_request"
|
156
|
-
api_reference_link = ""
|
156
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/WorkRequest/CancelWorkRequest"
|
157
157
|
|
158
158
|
# Don't accept unknown kwargs
|
159
159
|
expected_kwargs = [
|
@@ -253,14 +253,14 @@ class DesktopServiceClient(object):
|
|
253
253
|
:rtype: :class:`~oci.response.Response`
|
254
254
|
|
255
255
|
:example:
|
256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/change_desktop_pool_compartment.py.html>`__ to see an example of how to use change_desktop_pool_compartment API.
|
257
257
|
"""
|
258
258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
259
259
|
required_arguments = ['desktopPoolId']
|
260
260
|
resource_path = "/desktopPools/{desktopPoolId}/actions/changeCompartment"
|
261
261
|
method = "POST"
|
262
262
|
operation_name = "change_desktop_pool_compartment"
|
263
|
-
api_reference_link = ""
|
263
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/DesktopPool/ChangeDesktopPoolCompartment"
|
264
264
|
|
265
265
|
# Don't accept unknown kwargs
|
266
266
|
expected_kwargs = [
|
@@ -359,14 +359,14 @@ class DesktopServiceClient(object):
|
|
359
359
|
:rtype: :class:`~oci.response.Response`
|
360
360
|
|
361
361
|
:example:
|
362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/create_desktop_pool.py.html>`__ to see an example of how to use create_desktop_pool API.
|
363
363
|
"""
|
364
364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
365
365
|
required_arguments = []
|
366
366
|
resource_path = "/desktopPools"
|
367
367
|
method = "POST"
|
368
368
|
operation_name = "create_desktop_pool"
|
369
|
-
api_reference_link = ""
|
369
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/DesktopPool/CreateDesktopPool"
|
370
370
|
|
371
371
|
# Don't accept unknown kwargs
|
372
372
|
expected_kwargs = [
|
@@ -453,14 +453,14 @@ class DesktopServiceClient(object):
|
|
453
453
|
:rtype: :class:`~oci.response.Response`
|
454
454
|
|
455
455
|
:example:
|
456
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
456
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/delete_desktop.py.html>`__ to see an example of how to use delete_desktop API.
|
457
457
|
"""
|
458
458
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
459
459
|
required_arguments = ['desktopId']
|
460
460
|
resource_path = "/desktops/{desktopId}"
|
461
461
|
method = "DELETE"
|
462
462
|
operation_name = "delete_desktop"
|
463
|
-
api_reference_link = ""
|
463
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/Desktop/DeleteDesktop"
|
464
464
|
|
465
465
|
# Don't accept unknown kwargs
|
466
466
|
expected_kwargs = [
|
@@ -557,14 +557,14 @@ class DesktopServiceClient(object):
|
|
557
557
|
:rtype: :class:`~oci.response.Response`
|
558
558
|
|
559
559
|
:example:
|
560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/delete_desktop_pool.py.html>`__ to see an example of how to use delete_desktop_pool API.
|
561
561
|
"""
|
562
562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
563
563
|
required_arguments = ['desktopPoolId']
|
564
564
|
resource_path = "/desktopPools/{desktopPoolId}"
|
565
565
|
method = "DELETE"
|
566
566
|
operation_name = "delete_desktop_pool"
|
567
|
-
api_reference_link = ""
|
567
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/DesktopPool/DeleteDesktopPool"
|
568
568
|
|
569
569
|
# Don't accept unknown kwargs
|
570
570
|
expected_kwargs = [
|
@@ -663,14 +663,14 @@ class DesktopServiceClient(object):
|
|
663
663
|
:rtype: :class:`~oci.response.Response`
|
664
664
|
|
665
665
|
:example:
|
666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/get_desktop.py.html>`__ to see an example of how to use get_desktop API.
|
667
667
|
"""
|
668
668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
669
669
|
required_arguments = ['desktopId']
|
670
670
|
resource_path = "/desktops/{desktopId}"
|
671
671
|
method = "GET"
|
672
672
|
operation_name = "get_desktop"
|
673
|
-
api_reference_link = ""
|
673
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/Desktop/GetDesktop"
|
674
674
|
|
675
675
|
# Don't accept unknown kwargs
|
676
676
|
expected_kwargs = [
|
@@ -761,14 +761,14 @@ class DesktopServiceClient(object):
|
|
761
761
|
:rtype: :class:`~oci.response.Response`
|
762
762
|
|
763
763
|
:example:
|
764
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
764
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/get_desktop_pool.py.html>`__ to see an example of how to use get_desktop_pool API.
|
765
765
|
"""
|
766
766
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
767
767
|
required_arguments = ['desktopPoolId']
|
768
768
|
resource_path = "/desktopPools/{desktopPoolId}"
|
769
769
|
method = "GET"
|
770
770
|
operation_name = "get_desktop_pool"
|
771
|
-
api_reference_link = ""
|
771
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/DesktopPool/GetDesktopPool"
|
772
772
|
|
773
773
|
# Don't accept unknown kwargs
|
774
774
|
expected_kwargs = [
|
@@ -859,14 +859,14 @@ class DesktopServiceClient(object):
|
|
859
859
|
:rtype: :class:`~oci.response.Response`
|
860
860
|
|
861
861
|
:example:
|
862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
863
863
|
"""
|
864
864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
865
865
|
required_arguments = ['workRequestId']
|
866
866
|
resource_path = "/workRequests/{workRequestId}"
|
867
867
|
method = "GET"
|
868
868
|
operation_name = "get_work_request"
|
869
|
-
api_reference_link = ""
|
869
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/WorkRequest/GetWorkRequest"
|
870
870
|
|
871
871
|
# Don't accept unknown kwargs
|
872
872
|
expected_kwargs = [
|
@@ -988,14 +988,14 @@ class DesktopServiceClient(object):
|
|
988
988
|
:rtype: :class:`~oci.response.Response`
|
989
989
|
|
990
990
|
:example:
|
991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/list_desktop_pool_desktops.py.html>`__ to see an example of how to use list_desktop_pool_desktops API.
|
992
992
|
"""
|
993
993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
994
994
|
required_arguments = ['desktopPoolId', 'compartmentId']
|
995
995
|
resource_path = "/desktopPools/{desktopPoolId}/desktops"
|
996
996
|
method = "GET"
|
997
997
|
operation_name = "list_desktop_pool_desktops"
|
998
|
-
api_reference_link = ""
|
998
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/DesktopPool/ListDesktopPoolDesktops"
|
999
999
|
|
1000
1000
|
# Don't accept unknown kwargs
|
1001
1001
|
expected_kwargs = [
|
@@ -1154,14 +1154,14 @@ class DesktopServiceClient(object):
|
|
1154
1154
|
:rtype: :class:`~oci.response.Response`
|
1155
1155
|
|
1156
1156
|
:example:
|
1157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/list_desktop_pool_volumes.py.html>`__ to see an example of how to use list_desktop_pool_volumes API.
|
1158
1158
|
"""
|
1159
1159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1160
1160
|
required_arguments = ['desktopPoolId', 'compartmentId']
|
1161
1161
|
resource_path = "/desktopPools/{desktopPoolId}/volumes"
|
1162
1162
|
method = "GET"
|
1163
1163
|
operation_name = "list_desktop_pool_volumes"
|
1164
|
-
api_reference_link = ""
|
1164
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/DesktopPool/ListDesktopPoolVolumes"
|
1165
1165
|
|
1166
1166
|
# Don't accept unknown kwargs
|
1167
1167
|
expected_kwargs = [
|
@@ -1317,14 +1317,14 @@ class DesktopServiceClient(object):
|
|
1317
1317
|
:rtype: :class:`~oci.response.Response`
|
1318
1318
|
|
1319
1319
|
:example:
|
1320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/list_desktop_pools.py.html>`__ to see an example of how to use list_desktop_pools API.
|
1321
1321
|
"""
|
1322
1322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1323
1323
|
required_arguments = ['compartmentId']
|
1324
1324
|
resource_path = "/desktopPools"
|
1325
1325
|
method = "GET"
|
1326
1326
|
operation_name = "list_desktop_pools"
|
1327
|
-
api_reference_link = ""
|
1327
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/DesktopPool/ListDesktopPools"
|
1328
1328
|
|
1329
1329
|
# Don't accept unknown kwargs
|
1330
1330
|
expected_kwargs = [
|
@@ -1471,14 +1471,14 @@ class DesktopServiceClient(object):
|
|
1471
1471
|
:rtype: :class:`~oci.response.Response`
|
1472
1472
|
|
1473
1473
|
:example:
|
1474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/list_desktops.py.html>`__ to see an example of how to use list_desktops API.
|
1475
1475
|
"""
|
1476
1476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1477
1477
|
required_arguments = ['compartmentId']
|
1478
1478
|
resource_path = "/desktops"
|
1479
1479
|
method = "GET"
|
1480
1480
|
operation_name = "list_desktops"
|
1481
|
-
api_reference_link = ""
|
1481
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/Desktop/ListDesktops"
|
1482
1482
|
|
1483
1483
|
# Don't accept unknown kwargs
|
1484
1484
|
expected_kwargs = [
|
@@ -1612,14 +1612,14 @@ class DesktopServiceClient(object):
|
|
1612
1612
|
:rtype: :class:`~oci.response.Response`
|
1613
1613
|
|
1614
1614
|
:example:
|
1615
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1615
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
1616
1616
|
"""
|
1617
1617
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1618
1618
|
required_arguments = ['workRequestId']
|
1619
1619
|
resource_path = "/workRequests/{workRequestId}/errors"
|
1620
1620
|
method = "GET"
|
1621
1621
|
operation_name = "list_work_request_errors"
|
1622
|
-
api_reference_link = ""
|
1622
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/WorkRequestError/ListWorkRequestErrors"
|
1623
1623
|
|
1624
1624
|
# Don't accept unknown kwargs
|
1625
1625
|
expected_kwargs = [
|
@@ -1754,14 +1754,14 @@ class DesktopServiceClient(object):
|
|
1754
1754
|
:rtype: :class:`~oci.response.Response`
|
1755
1755
|
|
1756
1756
|
:example:
|
1757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
1758
1758
|
"""
|
1759
1759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1760
1760
|
required_arguments = ['workRequestId']
|
1761
1761
|
resource_path = "/workRequests/{workRequestId}/logs"
|
1762
1762
|
method = "GET"
|
1763
1763
|
operation_name = "list_work_request_logs"
|
1764
|
-
api_reference_link = ""
|
1764
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/WorkRequestLogEntry/ListWorkRequestLogs"
|
1765
1765
|
|
1766
1766
|
# Don't accept unknown kwargs
|
1767
1767
|
expected_kwargs = [
|
@@ -1907,14 +1907,14 @@ class DesktopServiceClient(object):
|
|
1907
1907
|
:rtype: :class:`~oci.response.Response`
|
1908
1908
|
|
1909
1909
|
:example:
|
1910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
1911
1911
|
"""
|
1912
1912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1913
1913
|
required_arguments = ['compartmentId']
|
1914
1914
|
resource_path = "/workRequests"
|
1915
1915
|
method = "GET"
|
1916
1916
|
operation_name = "list_work_requests"
|
1917
|
-
api_reference_link = ""
|
1917
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/WorkRequest/ListWorkRequests"
|
1918
1918
|
|
1919
1919
|
# Don't accept unknown kwargs
|
1920
1920
|
expected_kwargs = [
|
@@ -2041,14 +2041,14 @@ class DesktopServiceClient(object):
|
|
2041
2041
|
:rtype: :class:`~oci.response.Response`
|
2042
2042
|
|
2043
2043
|
:example:
|
2044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/start_desktop.py.html>`__ to see an example of how to use start_desktop API.
|
2045
2045
|
"""
|
2046
2046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2047
2047
|
required_arguments = ['desktopId']
|
2048
2048
|
resource_path = "/desktops/{desktopId}/actions/start"
|
2049
2049
|
method = "POST"
|
2050
2050
|
operation_name = "start_desktop"
|
2051
|
-
api_reference_link = ""
|
2051
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/Desktop/StartDesktop"
|
2052
2052
|
|
2053
2053
|
# Don't accept unknown kwargs
|
2054
2054
|
expected_kwargs = [
|
@@ -2148,14 +2148,14 @@ class DesktopServiceClient(object):
|
|
2148
2148
|
:rtype: :class:`~oci.response.Response`
|
2149
2149
|
|
2150
2150
|
:example:
|
2151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/start_desktop_pool.py.html>`__ to see an example of how to use start_desktop_pool API.
|
2152
2152
|
"""
|
2153
2153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2154
2154
|
required_arguments = ['desktopPoolId']
|
2155
2155
|
resource_path = "/desktopPools/{desktopPoolId}/actions/start"
|
2156
2156
|
method = "POST"
|
2157
2157
|
operation_name = "start_desktop_pool"
|
2158
|
-
api_reference_link = ""
|
2158
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/DesktopPool/StartDesktopPool"
|
2159
2159
|
|
2160
2160
|
# Don't accept unknown kwargs
|
2161
2161
|
expected_kwargs = [
|
@@ -2255,14 +2255,14 @@ class DesktopServiceClient(object):
|
|
2255
2255
|
:rtype: :class:`~oci.response.Response`
|
2256
2256
|
|
2257
2257
|
:example:
|
2258
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/stop_desktop.py.html>`__ to see an example of how to use stop_desktop API.
|
2259
2259
|
"""
|
2260
2260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2261
2261
|
required_arguments = ['desktopId']
|
2262
2262
|
resource_path = "/desktops/{desktopId}/actions/stop"
|
2263
2263
|
method = "POST"
|
2264
2264
|
operation_name = "stop_desktop"
|
2265
|
-
api_reference_link = ""
|
2265
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/Desktop/StopDesktop"
|
2266
2266
|
|
2267
2267
|
# Don't accept unknown kwargs
|
2268
2268
|
expected_kwargs = [
|
@@ -2362,14 +2362,14 @@ class DesktopServiceClient(object):
|
|
2362
2362
|
:rtype: :class:`~oci.response.Response`
|
2363
2363
|
|
2364
2364
|
:example:
|
2365
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2365
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/stop_desktop_pool.py.html>`__ to see an example of how to use stop_desktop_pool API.
|
2366
2366
|
"""
|
2367
2367
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2368
2368
|
required_arguments = ['desktopPoolId']
|
2369
2369
|
resource_path = "/desktopPools/{desktopPoolId}/actions/stop"
|
2370
2370
|
method = "POST"
|
2371
2371
|
operation_name = "stop_desktop_pool"
|
2372
|
-
api_reference_link = ""
|
2372
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/DesktopPool/StopDesktopPool"
|
2373
2373
|
|
2374
2374
|
# Don't accept unknown kwargs
|
2375
2375
|
expected_kwargs = [
|
@@ -2469,14 +2469,14 @@ class DesktopServiceClient(object):
|
|
2469
2469
|
:rtype: :class:`~oci.response.Response`
|
2470
2470
|
|
2471
2471
|
:example:
|
2472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/update_desktop.py.html>`__ to see an example of how to use update_desktop API.
|
2473
2473
|
"""
|
2474
2474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2475
2475
|
required_arguments = ['desktopId']
|
2476
2476
|
resource_path = "/desktops/{desktopId}"
|
2477
2477
|
method = "PUT"
|
2478
2478
|
operation_name = "update_desktop"
|
2479
|
-
api_reference_link = ""
|
2479
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/Desktop/UpdateDesktop"
|
2480
2480
|
|
2481
2481
|
# Don't accept unknown kwargs
|
2482
2482
|
expected_kwargs = [
|
@@ -2575,14 +2575,14 @@ class DesktopServiceClient(object):
|
|
2575
2575
|
:rtype: :class:`~oci.response.Response`
|
2576
2576
|
|
2577
2577
|
:example:
|
2578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.124.1/desktops/update_desktop_pool.py.html>`__ to see an example of how to use update_desktop_pool API.
|
2579
2579
|
"""
|
2580
2580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2581
2581
|
required_arguments = ['desktopPoolId']
|
2582
2582
|
resource_path = "/desktopPools/{desktopPoolId}"
|
2583
2583
|
method = "PUT"
|
2584
2584
|
operation_name = "update_desktop_pool"
|
2585
|
-
api_reference_link = ""
|
2585
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/secure-desktops/20220618/DesktopPool/UpdateDesktopPool"
|
2586
2586
|
|
2587
2587
|
# Don't accept unknown kwargs
|
2588
2588
|
expected_kwargs = [
|