oci 2.102.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 +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +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.102.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/RECORD +336 -332
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
oci/core/compute_client.py
CHANGED
@@ -157,7 +157,7 @@ class ComputeClient(object):
|
|
157
157
|
:rtype: :class:`~oci.response.Response`
|
158
158
|
|
159
159
|
:example:
|
160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/accept_shielded_integrity_policy.py.html>`__ to see an example of how to use accept_shielded_integrity_policy API.
|
161
161
|
"""
|
162
162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
163
163
|
required_arguments = ['instanceId']
|
@@ -261,7 +261,7 @@ class ComputeClient(object):
|
|
261
261
|
:rtype: :class:`~oci.response.Response`
|
262
262
|
|
263
263
|
:example:
|
264
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
264
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/add_image_shape_compatibility_entry.py.html>`__ to see an example of how to use add_image_shape_compatibility_entry API.
|
265
265
|
"""
|
266
266
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
267
267
|
required_arguments = ['imageId', 'shapeName']
|
@@ -362,7 +362,7 @@ class ComputeClient(object):
|
|
362
362
|
:rtype: :class:`~oci.response.Response`
|
363
363
|
|
364
364
|
:example:
|
365
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
365
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/attach_boot_volume.py.html>`__ to see an example of how to use attach_boot_volume API.
|
366
366
|
"""
|
367
367
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
368
368
|
required_arguments = []
|
@@ -457,7 +457,7 @@ class ComputeClient(object):
|
|
457
457
|
:rtype: :class:`~oci.response.Response`
|
458
458
|
|
459
459
|
:example:
|
460
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/attach_vnic.py.html>`__ to see an example of how to use attach_vnic API.
|
461
461
|
"""
|
462
462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
463
463
|
required_arguments = []
|
@@ -548,7 +548,7 @@ class ComputeClient(object):
|
|
548
548
|
:rtype: :class:`~oci.response.Response`
|
549
549
|
|
550
550
|
:example:
|
551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/attach_volume.py.html>`__ to see an example of how to use attach_volume API.
|
552
552
|
"""
|
553
553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
554
554
|
required_arguments = []
|
@@ -655,7 +655,7 @@ class ComputeClient(object):
|
|
655
655
|
:rtype: :class:`~oci.response.Response`
|
656
656
|
|
657
657
|
:example:
|
658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/capture_console_history.py.html>`__ to see an example of how to use capture_console_history API.
|
659
659
|
"""
|
660
660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
661
661
|
required_arguments = []
|
@@ -762,7 +762,7 @@ class ComputeClient(object):
|
|
762
762
|
:rtype: :class:`~oci.response.Response`
|
763
763
|
|
764
764
|
:example:
|
765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_compute_capacity_reservation_compartment.py.html>`__ to see an example of how to use change_compute_capacity_reservation_compartment API.
|
766
766
|
"""
|
767
767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
768
768
|
required_arguments = ['capacityReservationId']
|
@@ -890,7 +890,7 @@ class ComputeClient(object):
|
|
890
890
|
:rtype: :class:`~oci.response.Response`
|
891
891
|
|
892
892
|
:example:
|
893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_compute_cluster_compartment.py.html>`__ to see an example of how to use change_compute_cluster_compartment API.
|
894
894
|
"""
|
895
895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
896
896
|
required_arguments = ['computeClusterId']
|
@@ -1011,7 +1011,7 @@ class ComputeClient(object):
|
|
1011
1011
|
:rtype: :class:`~oci.response.Response`
|
1012
1012
|
|
1013
1013
|
:example:
|
1014
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_compute_image_capability_schema_compartment.py.html>`__ to see an example of how to use change_compute_image_capability_schema_compartment API.
|
1015
1015
|
"""
|
1016
1016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1017
1017
|
required_arguments = ['computeImageCapabilitySchemaId']
|
@@ -1130,7 +1130,7 @@ class ComputeClient(object):
|
|
1130
1130
|
:rtype: :class:`~oci.response.Response`
|
1131
1131
|
|
1132
1132
|
:example:
|
1133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_dedicated_vm_host_compartment.py.html>`__ to see an example of how to use change_dedicated_vm_host_compartment API.
|
1134
1134
|
"""
|
1135
1135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1136
1136
|
required_arguments = ['dedicatedVmHostId']
|
@@ -1253,7 +1253,7 @@ class ComputeClient(object):
|
|
1253
1253
|
:rtype: :class:`~oci.response.Response`
|
1254
1254
|
|
1255
1255
|
:example:
|
1256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_image_compartment.py.html>`__ to see an example of how to use change_image_compartment API.
|
1257
1257
|
"""
|
1258
1258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1259
1259
|
required_arguments = ['imageId']
|
@@ -1381,7 +1381,7 @@ class ComputeClient(object):
|
|
1381
1381
|
:rtype: :class:`~oci.response.Response`
|
1382
1382
|
|
1383
1383
|
:example:
|
1384
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1384
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/change_instance_compartment.py.html>`__ to see an example of how to use change_instance_compartment API.
|
1385
1385
|
"""
|
1386
1386
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1387
1387
|
required_arguments = ['instanceId']
|
@@ -1486,7 +1486,7 @@ class ComputeClient(object):
|
|
1486
1486
|
:rtype: :class:`~oci.response.Response`
|
1487
1487
|
|
1488
1488
|
:example:
|
1489
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1489
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_app_catalog_subscription.py.html>`__ to see an example of how to use create_app_catalog_subscription API.
|
1490
1490
|
"""
|
1491
1491
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1492
1492
|
required_arguments = []
|
@@ -1591,7 +1591,7 @@ class ComputeClient(object):
|
|
1591
1591
|
:rtype: :class:`~oci.response.Response`
|
1592
1592
|
|
1593
1593
|
:example:
|
1594
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_compute_capacity_reservation.py.html>`__ to see an example of how to use create_compute_capacity_reservation API.
|
1595
1595
|
"""
|
1596
1596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1597
1597
|
required_arguments = []
|
@@ -1705,7 +1705,7 @@ class ComputeClient(object):
|
|
1705
1705
|
:rtype: :class:`~oci.response.Response`
|
1706
1706
|
|
1707
1707
|
:example:
|
1708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_compute_cluster.py.html>`__ to see an example of how to use create_compute_cluster API.
|
1709
1709
|
"""
|
1710
1710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1711
1711
|
required_arguments = []
|
@@ -1798,7 +1798,7 @@ class ComputeClient(object):
|
|
1798
1798
|
:rtype: :class:`~oci.response.Response`
|
1799
1799
|
|
1800
1800
|
:example:
|
1801
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_compute_image_capability_schema.py.html>`__ to see an example of how to use create_compute_image_capability_schema API.
|
1802
1802
|
"""
|
1803
1803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1804
1804
|
required_arguments = []
|
@@ -1900,7 +1900,7 @@ class ComputeClient(object):
|
|
1900
1900
|
:rtype: :class:`~oci.response.Response`
|
1901
1901
|
|
1902
1902
|
:example:
|
1903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_dedicated_vm_host.py.html>`__ to see an example of how to use create_dedicated_vm_host API.
|
1904
1904
|
"""
|
1905
1905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1906
1906
|
required_arguments = []
|
@@ -2020,7 +2020,7 @@ class ComputeClient(object):
|
|
2020
2020
|
:rtype: :class:`~oci.response.Response`
|
2021
2021
|
|
2022
2022
|
:example:
|
2023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_image.py.html>`__ to see an example of how to use create_image API.
|
2024
2024
|
"""
|
2025
2025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2026
2026
|
required_arguments = []
|
@@ -2119,7 +2119,7 @@ class ComputeClient(object):
|
|
2119
2119
|
:rtype: :class:`~oci.response.Response`
|
2120
2120
|
|
2121
2121
|
:example:
|
2122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/create_instance_console_connection.py.html>`__ to see an example of how to use create_instance_console_connection API.
|
2123
2123
|
"""
|
2124
2124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2125
2125
|
required_arguments = []
|
@@ -2211,7 +2211,7 @@ class ComputeClient(object):
|
|
2211
2211
|
:rtype: :class:`~oci.response.Response`
|
2212
2212
|
|
2213
2213
|
:example:
|
2214
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2214
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_app_catalog_subscription.py.html>`__ to see an example of how to use delete_app_catalog_subscription API.
|
2215
2215
|
"""
|
2216
2216
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2217
2217
|
required_arguments = ['listingId', 'compartmentId', 'resourceVersion']
|
@@ -2301,7 +2301,7 @@ class ComputeClient(object):
|
|
2301
2301
|
:rtype: :class:`~oci.response.Response`
|
2302
2302
|
|
2303
2303
|
:example:
|
2304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_compute_capacity_reservation.py.html>`__ to see an example of how to use delete_compute_capacity_reservation API.
|
2305
2305
|
"""
|
2306
2306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2307
2307
|
required_arguments = ['capacityReservationId']
|
@@ -2409,7 +2409,7 @@ class ComputeClient(object):
|
|
2409
2409
|
:rtype: :class:`~oci.response.Response`
|
2410
2410
|
|
2411
2411
|
:example:
|
2412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_compute_cluster.py.html>`__ to see an example of how to use delete_compute_cluster API.
|
2413
2413
|
"""
|
2414
2414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2415
2415
|
required_arguments = ['computeClusterId']
|
@@ -2507,7 +2507,7 @@ class ComputeClient(object):
|
|
2507
2507
|
:rtype: :class:`~oci.response.Response`
|
2508
2508
|
|
2509
2509
|
:example:
|
2510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_compute_image_capability_schema.py.html>`__ to see an example of how to use delete_compute_image_capability_schema API.
|
2511
2511
|
"""
|
2512
2512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2513
2513
|
required_arguments = ['computeImageCapabilitySchemaId']
|
@@ -2603,7 +2603,7 @@ class ComputeClient(object):
|
|
2603
2603
|
:rtype: :class:`~oci.response.Response`
|
2604
2604
|
|
2605
2605
|
:example:
|
2606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
2607
2607
|
"""
|
2608
2608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2609
2609
|
required_arguments = ['instanceConsoleHistoryId']
|
@@ -2701,7 +2701,7 @@ class ComputeClient(object):
|
|
2701
2701
|
:rtype: :class:`~oci.response.Response`
|
2702
2702
|
|
2703
2703
|
:example:
|
2704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2704
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_dedicated_vm_host.py.html>`__ to see an example of how to use delete_dedicated_vm_host API.
|
2705
2705
|
"""
|
2706
2706
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2707
2707
|
required_arguments = ['dedicatedVmHostId']
|
@@ -2799,7 +2799,7 @@ class ComputeClient(object):
|
|
2799
2799
|
:rtype: :class:`~oci.response.Response`
|
2800
2800
|
|
2801
2801
|
:example:
|
2802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2802
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_image.py.html>`__ to see an example of how to use delete_image API.
|
2803
2803
|
"""
|
2804
2804
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2805
2805
|
required_arguments = ['imageId']
|
@@ -2895,7 +2895,7 @@ class ComputeClient(object):
|
|
2895
2895
|
:rtype: :class:`~oci.response.Response`
|
2896
2896
|
|
2897
2897
|
:example:
|
2898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2898
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/delete_instance_console_connection.py.html>`__ to see an example of how to use delete_instance_console_connection API.
|
2899
2899
|
"""
|
2900
2900
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2901
2901
|
required_arguments = ['instanceConsoleConnectionId']
|
@@ -2994,7 +2994,7 @@ class ComputeClient(object):
|
|
2994
2994
|
:rtype: :class:`~oci.response.Response`
|
2995
2995
|
|
2996
2996
|
:example:
|
2997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/detach_boot_volume.py.html>`__ to see an example of how to use detach_boot_volume API.
|
2998
2998
|
"""
|
2999
2999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3000
3000
|
required_arguments = ['bootVolumeAttachmentId']
|
@@ -3101,7 +3101,7 @@ class ComputeClient(object):
|
|
3101
3101
|
:rtype: :class:`~oci.response.Response`
|
3102
3102
|
|
3103
3103
|
:example:
|
3104
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3104
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/detach_vnic.py.html>`__ to see an example of how to use detach_vnic API.
|
3105
3105
|
"""
|
3106
3106
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3107
3107
|
required_arguments = ['vnicAttachmentId']
|
@@ -3200,7 +3200,7 @@ class ComputeClient(object):
|
|
3200
3200
|
:rtype: :class:`~oci.response.Response`
|
3201
3201
|
|
3202
3202
|
:example:
|
3203
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3203
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/detach_volume.py.html>`__ to see an example of how to use detach_volume API.
|
3204
3204
|
"""
|
3205
3205
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3206
3206
|
required_arguments = ['volumeAttachmentId']
|
@@ -3322,7 +3322,7 @@ class ComputeClient(object):
|
|
3322
3322
|
:rtype: :class:`~oci.response.Response`
|
3323
3323
|
|
3324
3324
|
:example:
|
3325
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3325
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/export_image.py.html>`__ to see an example of how to use export_image API.
|
3326
3326
|
"""
|
3327
3327
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3328
3328
|
required_arguments = ['imageId']
|
@@ -3422,7 +3422,7 @@ class ComputeClient(object):
|
|
3422
3422
|
:rtype: :class:`~oci.response.Response`
|
3423
3423
|
|
3424
3424
|
:example:
|
3425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_app_catalog_listing.py.html>`__ to see an example of how to use get_app_catalog_listing API.
|
3426
3426
|
"""
|
3427
3427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3428
3428
|
required_arguments = ['listingId']
|
@@ -3513,7 +3513,7 @@ class ComputeClient(object):
|
|
3513
3513
|
:rtype: :class:`~oci.response.Response`
|
3514
3514
|
|
3515
3515
|
:example:
|
3516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_app_catalog_listing_agreements.py.html>`__ to see an example of how to use get_app_catalog_listing_agreements API.
|
3517
3517
|
"""
|
3518
3518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3519
3519
|
required_arguments = ['listingId', 'resourceVersion']
|
@@ -3605,7 +3605,7 @@ class ComputeClient(object):
|
|
3605
3605
|
:rtype: :class:`~oci.response.Response`
|
3606
3606
|
|
3607
3607
|
:example:
|
3608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_app_catalog_listing_resource_version.py.html>`__ to see an example of how to use get_app_catalog_listing_resource_version API.
|
3609
3609
|
"""
|
3610
3610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3611
3611
|
required_arguments = ['listingId', 'resourceVersion']
|
@@ -3694,7 +3694,7 @@ class ComputeClient(object):
|
|
3694
3694
|
:rtype: :class:`~oci.response.Response`
|
3695
3695
|
|
3696
3696
|
:example:
|
3697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_boot_volume_attachment.py.html>`__ to see an example of how to use get_boot_volume_attachment API.
|
3698
3698
|
"""
|
3699
3699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3700
3700
|
required_arguments = ['bootVolumeAttachmentId']
|
@@ -3784,7 +3784,7 @@ class ComputeClient(object):
|
|
3784
3784
|
:rtype: :class:`~oci.response.Response`
|
3785
3785
|
|
3786
3786
|
:example:
|
3787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_compute_capacity_reservation.py.html>`__ to see an example of how to use get_compute_capacity_reservation API.
|
3788
3788
|
"""
|
3789
3789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3790
3790
|
required_arguments = ['capacityReservationId']
|
@@ -3886,7 +3886,7 @@ class ComputeClient(object):
|
|
3886
3886
|
:rtype: :class:`~oci.response.Response`
|
3887
3887
|
|
3888
3888
|
:example:
|
3889
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3889
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_compute_cluster.py.html>`__ to see an example of how to use get_compute_cluster API.
|
3890
3890
|
"""
|
3891
3891
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3892
3892
|
required_arguments = ['computeClusterId']
|
@@ -3981,7 +3981,7 @@ class ComputeClient(object):
|
|
3981
3981
|
:rtype: :class:`~oci.response.Response`
|
3982
3982
|
|
3983
3983
|
:example:
|
3984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_compute_global_image_capability_schema.py.html>`__ to see an example of how to use get_compute_global_image_capability_schema API.
|
3985
3985
|
"""
|
3986
3986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3987
3987
|
required_arguments = ['computeGlobalImageCapabilitySchemaId']
|
@@ -4074,7 +4074,7 @@ class ComputeClient(object):
|
|
4074
4074
|
:rtype: :class:`~oci.response.Response`
|
4075
4075
|
|
4076
4076
|
:example:
|
4077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_compute_global_image_capability_schema_version.py.html>`__ to see an example of how to use get_compute_global_image_capability_schema_version API.
|
4078
4078
|
"""
|
4079
4079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4080
4080
|
required_arguments = ['computeGlobalImageCapabilitySchemaId', 'computeGlobalImageCapabilitySchemaVersionName']
|
@@ -4166,7 +4166,7 @@ class ComputeClient(object):
|
|
4166
4166
|
:rtype: :class:`~oci.response.Response`
|
4167
4167
|
|
4168
4168
|
:example:
|
4169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_compute_image_capability_schema.py.html>`__ to see an example of how to use get_compute_image_capability_schema API.
|
4170
4170
|
"""
|
4171
4171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4172
4172
|
required_arguments = ['computeImageCapabilitySchemaId']
|
@@ -4268,7 +4268,7 @@ class ComputeClient(object):
|
|
4268
4268
|
:rtype: :class:`~oci.response.Response`
|
4269
4269
|
|
4270
4270
|
:example:
|
4271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
4272
4272
|
"""
|
4273
4273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4274
4274
|
required_arguments = ['instanceConsoleHistoryId']
|
@@ -4362,7 +4362,7 @@ class ComputeClient(object):
|
|
4362
4362
|
:rtype: :class:`~oci.response.Response`
|
4363
4363
|
|
4364
4364
|
:example:
|
4365
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4365
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
4366
4366
|
"""
|
4367
4367
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4368
4368
|
required_arguments = ['instanceConsoleHistoryId']
|
@@ -4466,7 +4466,7 @@ class ComputeClient(object):
|
|
4466
4466
|
:rtype: :class:`~oci.response.Response`
|
4467
4467
|
|
4468
4468
|
:example:
|
4469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_dedicated_vm_host.py.html>`__ to see an example of how to use get_dedicated_vm_host API.
|
4470
4470
|
"""
|
4471
4471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4472
4472
|
required_arguments = ['dedicatedVmHostId']
|
@@ -4561,7 +4561,7 @@ class ComputeClient(object):
|
|
4561
4561
|
:rtype: :class:`~oci.response.Response`
|
4562
4562
|
|
4563
4563
|
:example:
|
4564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_image.py.html>`__ to see an example of how to use get_image API.
|
4565
4565
|
"""
|
4566
4566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4567
4567
|
required_arguments = ['imageId']
|
@@ -4658,7 +4658,7 @@ class ComputeClient(object):
|
|
4658
4658
|
:rtype: :class:`~oci.response.Response`
|
4659
4659
|
|
4660
4660
|
:example:
|
4661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4661
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_image_shape_compatibility_entry.py.html>`__ to see an example of how to use get_image_shape_compatibility_entry API.
|
4662
4662
|
"""
|
4663
4663
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4664
4664
|
required_arguments = ['imageId', 'shapeName']
|
@@ -4759,7 +4759,7 @@ class ComputeClient(object):
|
|
4759
4759
|
:rtype: :class:`~oci.response.Response`
|
4760
4760
|
|
4761
4761
|
:example:
|
4762
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4762
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_instance.py.html>`__ to see an example of how to use get_instance API.
|
4763
4763
|
"""
|
4764
4764
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4765
4765
|
required_arguments = ['instanceId']
|
@@ -4845,7 +4845,7 @@ class ComputeClient(object):
|
|
4845
4845
|
:rtype: :class:`~oci.response.Response`
|
4846
4846
|
|
4847
4847
|
:example:
|
4848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_instance_console_connection.py.html>`__ to see an example of how to use get_instance_console_connection API.
|
4849
4849
|
"""
|
4850
4850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4851
4851
|
required_arguments = ['instanceConsoleConnectionId']
|
@@ -4940,7 +4940,7 @@ class ComputeClient(object):
|
|
4940
4940
|
:rtype: :class:`~oci.response.Response`
|
4941
4941
|
|
4942
4942
|
:example:
|
4943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_instance_maintenance_reboot.py.html>`__ to see an example of how to use get_instance_maintenance_reboot API.
|
4944
4944
|
"""
|
4945
4945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4946
4946
|
required_arguments = ['instanceId']
|
@@ -5039,7 +5039,7 @@ class ComputeClient(object):
|
|
5039
5039
|
:rtype: :class:`~oci.response.Response`
|
5040
5040
|
|
5041
5041
|
:example:
|
5042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_measured_boot_report.py.html>`__ to see an example of how to use get_measured_boot_report API.
|
5043
5043
|
"""
|
5044
5044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5045
5045
|
required_arguments = ['instanceId']
|
@@ -5132,7 +5132,7 @@ class ComputeClient(object):
|
|
5132
5132
|
:rtype: :class:`~oci.response.Response`
|
5133
5133
|
|
5134
5134
|
:example:
|
5135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_vnic_attachment.py.html>`__ to see an example of how to use get_vnic_attachment API.
|
5136
5136
|
"""
|
5137
5137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5138
5138
|
required_arguments = ['vnicAttachmentId']
|
@@ -5218,7 +5218,7 @@ class ComputeClient(object):
|
|
5218
5218
|
:rtype: :class:`~oci.response.Response`
|
5219
5219
|
|
5220
5220
|
:example:
|
5221
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5221
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_volume_attachment.py.html>`__ to see an example of how to use get_volume_attachment API.
|
5222
5222
|
"""
|
5223
5223
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5224
5224
|
required_arguments = ['volumeAttachmentId']
|
@@ -5307,7 +5307,7 @@ class ComputeClient(object):
|
|
5307
5307
|
:rtype: :class:`~oci.response.Response`
|
5308
5308
|
|
5309
5309
|
:example:
|
5310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/get_windows_instance_initial_credentials.py.html>`__ to see an example of how to use get_windows_instance_initial_credentials API.
|
5311
5311
|
"""
|
5312
5312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5313
5313
|
required_arguments = ['instanceId']
|
@@ -5461,7 +5461,7 @@ class ComputeClient(object):
|
|
5461
5461
|
:rtype: :class:`~oci.response.Response`
|
5462
5462
|
|
5463
5463
|
:example:
|
5464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/instance_action.py.html>`__ to see an example of how to use instance_action API.
|
5465
5465
|
"""
|
5466
5466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5467
5467
|
required_arguments = ['instanceId', 'action']
|
@@ -5617,7 +5617,7 @@ class ComputeClient(object):
|
|
5617
5617
|
:rtype: :class:`~oci.response.Response`
|
5618
5618
|
|
5619
5619
|
:example:
|
5620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/launch_instance.py.html>`__ to see an example of how to use launch_instance API.
|
5621
5621
|
"""
|
5622
5622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5623
5623
|
required_arguments = []
|
@@ -5723,7 +5723,7 @@ class ComputeClient(object):
|
|
5723
5723
|
:rtype: :class:`~oci.response.Response`
|
5724
5724
|
|
5725
5725
|
:example:
|
5726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_app_catalog_listing_resource_versions.py.html>`__ to see an example of how to use list_app_catalog_listing_resource_versions API.
|
5727
5727
|
"""
|
5728
5728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5729
5729
|
required_arguments = ['listingId']
|
@@ -5862,7 +5862,7 @@ class ComputeClient(object):
|
|
5862
5862
|
:rtype: :class:`~oci.response.Response`
|
5863
5863
|
|
5864
5864
|
:example:
|
5865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_app_catalog_listings.py.html>`__ to see an example of how to use list_app_catalog_listings API.
|
5866
5866
|
"""
|
5867
5867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5868
5868
|
required_arguments = []
|
@@ -6006,7 +6006,7 @@ class ComputeClient(object):
|
|
6006
6006
|
:rtype: :class:`~oci.response.Response`
|
6007
6007
|
|
6008
6008
|
:example:
|
6009
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6009
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_app_catalog_subscriptions.py.html>`__ to see an example of how to use list_app_catalog_subscriptions API.
|
6010
6010
|
"""
|
6011
6011
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6012
6012
|
required_arguments = ['compartmentId']
|
@@ -6147,7 +6147,7 @@ class ComputeClient(object):
|
|
6147
6147
|
:rtype: :class:`~oci.response.Response`
|
6148
6148
|
|
6149
6149
|
:example:
|
6150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_boot_volume_attachments.py.html>`__ to see an example of how to use list_boot_volume_attachments API.
|
6151
6151
|
"""
|
6152
6152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6153
6153
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -6289,7 +6289,7 @@ class ComputeClient(object):
|
|
6289
6289
|
:rtype: :class:`~oci.response.Response`
|
6290
6290
|
|
6291
6291
|
:example:
|
6292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_compute_capacity_reservation_instance_shapes.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instance_shapes API.
|
6293
6293
|
"""
|
6294
6294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6295
6295
|
required_arguments = ['compartmentId']
|
@@ -6451,7 +6451,7 @@ class ComputeClient(object):
|
|
6451
6451
|
:rtype: :class:`~oci.response.Response`
|
6452
6452
|
|
6453
6453
|
:example:
|
6454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_compute_capacity_reservation_instances.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instances API.
|
6455
6455
|
"""
|
6456
6456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6457
6457
|
required_arguments = ['capacityReservationId']
|
@@ -6632,7 +6632,7 @@ class ComputeClient(object):
|
|
6632
6632
|
:rtype: :class:`~oci.response.Response`
|
6633
6633
|
|
6634
6634
|
:example:
|
6635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_compute_capacity_reservations.py.html>`__ to see an example of how to use list_compute_capacity_reservations API.
|
6636
6636
|
"""
|
6637
6637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6638
6638
|
required_arguments = ['compartmentId']
|
@@ -6806,7 +6806,7 @@ class ComputeClient(object):
|
|
6806
6806
|
:rtype: :class:`~oci.response.Response`
|
6807
6807
|
|
6808
6808
|
:example:
|
6809
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6809
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_compute_clusters.py.html>`__ to see an example of how to use list_compute_clusters API.
|
6810
6810
|
"""
|
6811
6811
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6812
6812
|
required_arguments = ['compartmentId']
|
@@ -6959,7 +6959,7 @@ class ComputeClient(object):
|
|
6959
6959
|
:rtype: :class:`~oci.response.Response`
|
6960
6960
|
|
6961
6961
|
:example:
|
6962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_compute_global_image_capability_schema_versions.py.html>`__ to see an example of how to use list_compute_global_image_capability_schema_versions API.
|
6963
6963
|
"""
|
6964
6964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6965
6965
|
required_arguments = ['computeGlobalImageCapabilitySchemaId']
|
@@ -7118,7 +7118,7 @@ class ComputeClient(object):
|
|
7118
7118
|
:rtype: :class:`~oci.response.Response`
|
7119
7119
|
|
7120
7120
|
:example:
|
7121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_compute_global_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_global_image_capability_schemas API.
|
7122
7122
|
"""
|
7123
7123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7124
7124
|
required_arguments = []
|
@@ -7272,7 +7272,7 @@ class ComputeClient(object):
|
|
7272
7272
|
:rtype: :class:`~oci.response.Response`
|
7273
7273
|
|
7274
7274
|
:example:
|
7275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_compute_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_image_capability_schemas API.
|
7276
7276
|
"""
|
7277
7277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7278
7278
|
required_arguments = []
|
@@ -7436,7 +7436,7 @@ class ComputeClient(object):
|
|
7436
7436
|
:rtype: :class:`~oci.response.Response`
|
7437
7437
|
|
7438
7438
|
:example:
|
7439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
7440
7440
|
"""
|
7441
7441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7442
7442
|
required_arguments = ['compartmentId']
|
@@ -7587,7 +7587,7 @@ class ComputeClient(object):
|
|
7587
7587
|
:rtype: :class:`~oci.response.Response`
|
7588
7588
|
|
7589
7589
|
:example:
|
7590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_dedicated_vm_host_instance_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_instance_shapes API.
|
7591
7591
|
"""
|
7592
7592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7593
7593
|
required_arguments = ['compartmentId']
|
@@ -7731,7 +7731,7 @@ class ComputeClient(object):
|
|
7731
7731
|
:rtype: :class:`~oci.response.Response`
|
7732
7732
|
|
7733
7733
|
:example:
|
7734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_dedicated_vm_host_instances.py.html>`__ to see an example of how to use list_dedicated_vm_host_instances API.
|
7735
7735
|
"""
|
7736
7736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7737
7737
|
required_arguments = ['dedicatedVmHostId', 'compartmentId']
|
@@ -7885,7 +7885,7 @@ class ComputeClient(object):
|
|
7885
7885
|
:rtype: :class:`~oci.response.Response`
|
7886
7886
|
|
7887
7887
|
:example:
|
7888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7888
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_dedicated_vm_host_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_shapes API.
|
7889
7889
|
"""
|
7890
7890
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7891
7891
|
required_arguments = ['compartmentId']
|
@@ -8046,7 +8046,7 @@ class ComputeClient(object):
|
|
8046
8046
|
:rtype: :class:`~oci.response.Response`
|
8047
8047
|
|
8048
8048
|
:example:
|
8049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_dedicated_vm_hosts.py.html>`__ to see an example of how to use list_dedicated_vm_hosts API.
|
8050
8050
|
"""
|
8051
8051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8052
8052
|
required_arguments = ['compartmentId']
|
@@ -8197,7 +8197,7 @@ class ComputeClient(object):
|
|
8197
8197
|
:rtype: :class:`~oci.response.Response`
|
8198
8198
|
|
8199
8199
|
:example:
|
8200
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8200
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_image_shape_compatibility_entries.py.html>`__ to see an example of how to use list_image_shape_compatibility_entries API.
|
8201
8201
|
"""
|
8202
8202
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8203
8203
|
required_arguments = ['imageId']
|
@@ -8373,7 +8373,7 @@ class ComputeClient(object):
|
|
8373
8373
|
:rtype: :class:`~oci.response.Response`
|
8374
8374
|
|
8375
8375
|
:example:
|
8376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_images.py.html>`__ to see an example of how to use list_images API.
|
8377
8377
|
"""
|
8378
8378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8379
8379
|
required_arguments = ['compartmentId']
|
@@ -8524,7 +8524,7 @@ class ComputeClient(object):
|
|
8524
8524
|
:rtype: :class:`~oci.response.Response`
|
8525
8525
|
|
8526
8526
|
:example:
|
8527
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8527
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_instance_console_connections.py.html>`__ to see an example of how to use list_instance_console_connections API.
|
8528
8528
|
"""
|
8529
8529
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8530
8530
|
required_arguments = ['compartmentId']
|
@@ -8661,7 +8661,7 @@ class ComputeClient(object):
|
|
8661
8661
|
:rtype: :class:`~oci.response.Response`
|
8662
8662
|
|
8663
8663
|
:example:
|
8664
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8664
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_instance_devices.py.html>`__ to see an example of how to use list_instance_devices API.
|
8665
8665
|
"""
|
8666
8666
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8667
8667
|
required_arguments = ['instanceId']
|
@@ -8852,7 +8852,7 @@ class ComputeClient(object):
|
|
8852
8852
|
:rtype: :class:`~oci.response.Response`
|
8853
8853
|
|
8854
8854
|
:example:
|
8855
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8855
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_instances.py.html>`__ to see an example of how to use list_instances API.
|
8856
8856
|
"""
|
8857
8857
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8858
8858
|
required_arguments = ['compartmentId']
|
@@ -9005,7 +9005,7 @@ class ComputeClient(object):
|
|
9005
9005
|
:rtype: :class:`~oci.response.Response`
|
9006
9006
|
|
9007
9007
|
:example:
|
9008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
|
9009
9009
|
"""
|
9010
9010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9011
9011
|
required_arguments = ['compartmentId']
|
@@ -9129,7 +9129,7 @@ class ComputeClient(object):
|
|
9129
9129
|
:rtype: :class:`~oci.response.Response`
|
9130
9130
|
|
9131
9131
|
:example:
|
9132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_vnic_attachments.py.html>`__ to see an example of how to use list_vnic_attachments API.
|
9133
9133
|
"""
|
9134
9134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9135
9135
|
required_arguments = ['compartmentId']
|
@@ -9257,7 +9257,7 @@ class ComputeClient(object):
|
|
9257
9257
|
:rtype: :class:`~oci.response.Response`
|
9258
9258
|
|
9259
9259
|
:example:
|
9260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/list_volume_attachments.py.html>`__ to see an example of how to use list_volume_attachments API.
|
9261
9261
|
"""
|
9262
9262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9263
9263
|
required_arguments = ['compartmentId']
|
@@ -9357,7 +9357,7 @@ class ComputeClient(object):
|
|
9357
9357
|
:rtype: :class:`~oci.response.Response`
|
9358
9358
|
|
9359
9359
|
:example:
|
9360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9360
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/remove_image_shape_compatibility_entry.py.html>`__ to see an example of how to use remove_image_shape_compatibility_entry API.
|
9361
9361
|
"""
|
9362
9362
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9363
9363
|
required_arguments = ['imageId', 'shapeName']
|
@@ -9461,7 +9461,7 @@ class ComputeClient(object):
|
|
9461
9461
|
:rtype: :class:`~oci.response.Response`
|
9462
9462
|
|
9463
9463
|
:example:
|
9464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/terminate_instance.py.html>`__ to see an example of how to use terminate_instance API.
|
9465
9465
|
"""
|
9466
9466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9467
9467
|
required_arguments = ['instanceId']
|
@@ -9574,7 +9574,7 @@ class ComputeClient(object):
|
|
9574
9574
|
:rtype: :class:`~oci.response.Response`
|
9575
9575
|
|
9576
9576
|
:example:
|
9577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_compute_capacity_reservation.py.html>`__ to see an example of how to use update_compute_capacity_reservation API.
|
9578
9578
|
"""
|
9579
9579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9580
9580
|
required_arguments = ['capacityReservationId']
|
@@ -9693,7 +9693,7 @@ class ComputeClient(object):
|
|
9693
9693
|
:rtype: :class:`~oci.response.Response`
|
9694
9694
|
|
9695
9695
|
:example:
|
9696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_compute_cluster.py.html>`__ to see an example of how to use update_compute_cluster API.
|
9697
9697
|
"""
|
9698
9698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9699
9699
|
required_arguments = ['computeClusterId']
|
@@ -9801,7 +9801,7 @@ class ComputeClient(object):
|
|
9801
9801
|
:rtype: :class:`~oci.response.Response`
|
9802
9802
|
|
9803
9803
|
:example:
|
9804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_compute_image_capability_schema.py.html>`__ to see an example of how to use update_compute_image_capability_schema API.
|
9805
9805
|
"""
|
9806
9806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9807
9807
|
required_arguments = ['computeImageCapabilitySchemaId']
|
@@ -9904,7 +9904,7 @@ class ComputeClient(object):
|
|
9904
9904
|
:rtype: :class:`~oci.response.Response`
|
9905
9905
|
|
9906
9906
|
:example:
|
9907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
9908
9908
|
"""
|
9909
9909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9910
9910
|
required_arguments = ['instanceConsoleHistoryId']
|
@@ -10019,7 +10019,7 @@ class ComputeClient(object):
|
|
10019
10019
|
:rtype: :class:`~oci.response.Response`
|
10020
10020
|
|
10021
10021
|
:example:
|
10022
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10022
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_dedicated_vm_host.py.html>`__ to see an example of how to use update_dedicated_vm_host API.
|
10023
10023
|
"""
|
10024
10024
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10025
10025
|
required_arguments = ['dedicatedVmHostId']
|
@@ -10136,7 +10136,7 @@ class ComputeClient(object):
|
|
10136
10136
|
:rtype: :class:`~oci.response.Response`
|
10137
10137
|
|
10138
10138
|
:example:
|
10139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_image.py.html>`__ to see an example of how to use update_image API.
|
10140
10140
|
"""
|
10141
10141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10142
10142
|
required_arguments = ['imageId']
|
@@ -10257,7 +10257,7 @@ class ComputeClient(object):
|
|
10257
10257
|
:rtype: :class:`~oci.response.Response`
|
10258
10258
|
|
10259
10259
|
:example:
|
10260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_instance.py.html>`__ to see an example of how to use update_instance API.
|
10261
10261
|
"""
|
10262
10262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10263
10263
|
required_arguments = ['instanceId']
|
@@ -10367,7 +10367,7 @@ class ComputeClient(object):
|
|
10367
10367
|
:rtype: :class:`~oci.response.Response`
|
10368
10368
|
|
10369
10369
|
:example:
|
10370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_instance_console_connection.py.html>`__ to see an example of how to use update_instance_console_connection API.
|
10371
10371
|
"""
|
10372
10372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10373
10373
|
required_arguments = ['instanceConsoleConnectionId']
|
@@ -10476,7 +10476,7 @@ class ComputeClient(object):
|
|
10476
10476
|
:rtype: :class:`~oci.response.Response`
|
10477
10477
|
|
10478
10478
|
:example:
|
10479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/core/update_volume_attachment.py.html>`__ to see an example of how to use update_volume_attachment API.
|
10480
10480
|
"""
|
10481
10481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10482
10482
|
required_arguments = ['volumeAttachmentId']
|