oci 2.152.0__py3-none-any.whl → 2.152.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/__init__.py +2 -2
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/addons/adk/auth/__init__.py +2 -0
- oci/addons/adk/auth/oci/__init__.py +2 -0
- oci/addons/adk/run/__init__.py +2 -0
- 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 +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- 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 +12 -12
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- 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 +84 -84
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- 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 +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- 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 +46 -46
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +117 -117
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +258 -258
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +45 -45
- 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 +317 -317
- oci/data_science/data_science_client.py +145 -145
- oci/database/database_client.py +745 -469
- oci/database/models/__init__.py +2 -0
- oci/database/models/autonomous_db_version_summary.py +31 -0
- oci/database/models/backup.py +4 -2
- oci/database/models/backup_summary.py +4 -2
- oci/database/models/create_external_backup_job_details.py +4 -4
- oci/database/models/db_system.py +4 -2
- oci/database/models/db_system_summary.py +4 -2
- oci/database/models/db_system_upgrade_summary.py +152 -0
- oci/database/models/external_container_database.py +4 -2
- oci/database/models/external_container_database_summary.py +4 -2
- oci/database/models/external_database_base.py +4 -2
- oci/database/models/external_non_container_database.py +4 -2
- oci/database/models/external_non_container_database_summary.py +4 -2
- oci/database/models/external_pluggable_database.py +4 -2
- oci/database/models/external_pluggable_database_summary.py +4 -2
- oci/database_management/db_management_client.py +229 -229
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/db_life_cycle_management_client.py +14 -14
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/distributed_database/__init__.py +20 -0
- oci/distributed_database/distributed_autonomous_db_service_client.py +2315 -0
- oci/distributed_database/distributed_autonomous_db_service_client_composite_operations.py +605 -0
- oci/distributed_database/distributed_db_private_endpoint_service_client.py +944 -0
- oci/distributed_database/distributed_db_private_endpoint_service_client_composite_operations.py +238 -0
- oci/distributed_database/distributed_db_service_client.py +2435 -0
- oci/distributed_database/distributed_db_service_client_composite_operations.py +647 -0
- oci/distributed_database/distributed_db_work_request_service_client.py +654 -0
- oci/distributed_database/distributed_db_work_request_service_client_composite_operations.py +26 -0
- oci/distributed_database/models/__init__.py +158 -0
- oci/distributed_database/models/add_distributed_autonomous_database_gds_control_node_details.py +105 -0
- oci/distributed_database/models/add_distributed_database_gds_control_node_details.py +105 -0
- oci/distributed_database/models/catalog_peer_with_dedicated_infra.py +331 -0
- oci/distributed_database/models/catalog_peer_with_exadb_xs.py +331 -0
- oci/distributed_database/models/change_distributed_autonomous_database_compartment_details.py +74 -0
- oci/distributed_database/models/change_distributed_database_compartment_details.py +74 -0
- oci/distributed_database/models/change_distributed_database_private_endpoint_compartment_details.py +74 -0
- oci/distributed_database/models/change_distributed_db_backup_config_details.py +66 -0
- oci/distributed_database/models/configure_distributed_autonomous_database_gsms_details.py +103 -0
- oci/distributed_database/models/configure_distributed_database_gsms_details.py +103 -0
- oci/distributed_database/models/create_distributed_autonomous_database_catalog_details.py +101 -0
- oci/distributed_database/models/create_distributed_autonomous_database_catalog_with_dedicated_infra_details.py +342 -0
- oci/distributed_database/models/create_distributed_autonomous_database_details.py +799 -0
- oci/distributed_database/models/create_distributed_autonomous_database_shard_details.py +101 -0
- oci/distributed_database/models/create_distributed_autonomous_database_shard_with_dedicated_infra_details.py +377 -0
- oci/distributed_database/models/create_distributed_database_catalog_details.py +99 -0
- oci/distributed_database/models/create_distributed_database_catalog_with_exadb_xs_details.py +282 -0
- oci/distributed_database/models/create_distributed_database_details.py +810 -0
- oci/distributed_database/models/create_distributed_database_private_endpoint_details.py +260 -0
- oci/distributed_database/models/create_distributed_database_shard_details.py +99 -0
- oci/distributed_database/models/create_distributed_database_shard_with_exadb_xs_details.py +282 -0
- oci/distributed_database/models/distributed_autonomous_database.py +1143 -0
- oci/distributed_database/models/distributed_autonomous_database_associated_with_private_endpoint.py +105 -0
- oci/distributed_database/models/distributed_autonomous_database_catalog.py +194 -0
- oci/distributed_database/models/distributed_autonomous_database_catalog_with_dedicated_infra.py +559 -0
- oci/distributed_database/models/distributed_autonomous_database_collection.py +70 -0
- oci/distributed_database/models/distributed_autonomous_database_connection_string.py +70 -0
- oci/distributed_database/models/distributed_autonomous_database_gsm.py +385 -0
- oci/distributed_database/models/distributed_autonomous_database_gsm_image.py +105 -0
- oci/distributed_database/models/distributed_autonomous_database_shard.py +194 -0
- oci/distributed_database/models/distributed_autonomous_database_shard_with_dedicated_infra.py +592 -0
- oci/distributed_database/models/distributed_autonomous_database_summary.py +935 -0
- oci/distributed_database/models/distributed_autonomous_db_metadata.py +70 -0
- oci/distributed_database/models/distributed_database.py +1154 -0
- oci/distributed_database/models/distributed_database_associated_with_private_endpoint.py +105 -0
- oci/distributed_database/models/distributed_database_catalog.py +192 -0
- oci/distributed_database/models/distributed_database_catalog_with_exadb_xs.py +466 -0
- oci/distributed_database/models/distributed_database_collection.py +70 -0
- oci/distributed_database/models/distributed_database_gsm.py +385 -0
- oci/distributed_database/models/distributed_database_private_endpoint.py +639 -0
- oci/distributed_database/models/distributed_database_private_endpoint_collection.py +70 -0
- oci/distributed_database/models/distributed_database_private_endpoint_summary.py +479 -0
- oci/distributed_database/models/distributed_database_shard.py +192 -0
- oci/distributed_database/models/distributed_database_shard_with_exadb_xs.py +499 -0
- oci/distributed_database/models/distributed_database_summary.py +904 -0
- oci/distributed_database/models/distributed_db_backup_config.py +536 -0
- oci/distributed_database/models/distributed_db_backup_destination.py +362 -0
- oci/distributed_database/models/distributed_db_connection_string.py +70 -0
- oci/distributed_database/models/distributed_db_gsm_image.py +105 -0
- oci/distributed_database/models/distributed_db_metadata.py +70 -0
- oci/distributed_database/models/generate_distributed_autonomous_database_wallet_details.py +70 -0
- oci/distributed_database/models/generate_distributed_database_wallet_details.py +70 -0
- oci/distributed_database/models/patch_distributed_autonomous_database_details.py +73 -0
- oci/distributed_database/models/patch_distributed_database_details.py +73 -0
- oci/distributed_database/models/patch_insert_instruction.py +87 -0
- oci/distributed_database/models/patch_instruction.py +154 -0
- oci/distributed_database/models/patch_merge_instruction.py +95 -0
- oci/distributed_database/models/patch_remove_instruction.py +57 -0
- oci/distributed_database/models/shard_peer_with_dedicated_infra.py +331 -0
- oci/distributed_database/models/shard_peer_with_exadb_xs.py +331 -0
- oci/distributed_database/models/update_distributed_autonomous_database_details.py +136 -0
- oci/distributed_database/models/update_distributed_database_details.py +136 -0
- oci/distributed_database/models/update_distributed_database_private_endpoint_details.py +198 -0
- oci/distributed_database/models/upload_distributed_autonomous_database_signed_certificate_and_generate_wallet_details.py +71 -0
- oci/distributed_database/models/upload_distributed_database_signed_certificate_and_generate_wallet_details.py +71 -0
- oci/distributed_database/models/work_request.py +516 -0
- oci/distributed_database/models/work_request_error.py +134 -0
- oci/distributed_database/models/work_request_error_collection.py +70 -0
- oci/distributed_database/models/work_request_log_entry.py +101 -0
- oci/distributed_database/models/work_request_log_entry_collection.py +70 -0
- oci/distributed_database/models/work_request_resource.py +232 -0
- oci/distributed_database/models/work_request_summary.py +516 -0
- oci/distributed_database/models/work_request_summary_collection.py +70 -0
- oci/dns/dns_client.py +54 -54
- 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_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +74 -74
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
- oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
- oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
- oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
- oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
- oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +89 -89
- 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 +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- 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 +24 -24
- oci/log_analytics/log_analytics_client.py +200 -200
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
- 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_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/mngdmac/mac_device_client.py +3 -3
- oci/mngdmac/mac_order_client.py +11 -11
- oci/model_deployment/model_deployment_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/models/create_db_system_details.py +31 -0
- oci/mysql/models/db_system.py +31 -0
- oci/mysql/models/db_system_snapshot.py +31 -0
- oci/mysql/models/replica.py +31 -0
- oci/mysql/models/replica_overrides.py +33 -2
- oci/mysql/models/replica_summary.py +31 -0
- oci/mysql/models/update_db_system_details.py +31 -0
- 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 +86 -86
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- 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 +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +17 -17
- oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
- 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/operations_insights_client.py +181 -181
- 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/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +13 -13
- oci/os_management_hub/managed_instance_client.py +33 -33
- oci/os_management_hub/managed_instance_group_client.py +26 -26
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +13 -13
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +33 -33
- oci/os_management_hub/work_request_client.py +5 -5
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +34 -34
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +14 -14
- 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 +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- 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 +87 -87
- 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 +33 -33
- 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 +14 -14
- 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/zpr/zpr_client.py +15 -15
- {oci-2.152.0.dist-info → oci-2.152.1.dist-info}/METADATA +1 -1
- {oci-2.152.0.dist-info → oci-2.152.1.dist-info}/RECORD +376 -292
- {oci-2.152.0.dist-info → oci-2.152.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.152.0.dist-info → oci-2.152.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.152.0.dist-info → oci-2.152.1.dist-info}/WHEEL +0 -0
- {oci-2.152.0.dist-info → oci-2.152.1.dist-info}/top_level.txt +0 -0
oci/core/compute_client.py
CHANGED
@@ -164,7 +164,7 @@ class ComputeClient(object):
|
|
164
164
|
:rtype: :class:`~oci.response.Response`
|
165
165
|
|
166
166
|
:example:
|
167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/accept_shielded_integrity_policy.py.html>`__ to see an example of how to use accept_shielded_integrity_policy API.
|
168
168
|
"""
|
169
169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
170
170
|
required_arguments = ['instanceId']
|
@@ -268,7 +268,7 @@ class ComputeClient(object):
|
|
268
268
|
:rtype: :class:`~oci.response.Response`
|
269
269
|
|
270
270
|
:example:
|
271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/add_image_shape_compatibility_entry.py.html>`__ to see an example of how to use add_image_shape_compatibility_entry API.
|
272
272
|
"""
|
273
273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
274
274
|
required_arguments = ['imageId', 'shapeName']
|
@@ -369,7 +369,7 @@ class ComputeClient(object):
|
|
369
369
|
:rtype: :class:`~oci.response.Response`
|
370
370
|
|
371
371
|
:example:
|
372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
372
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/attach_boot_volume.py.html>`__ to see an example of how to use attach_boot_volume API.
|
373
373
|
"""
|
374
374
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
375
375
|
required_arguments = []
|
@@ -464,7 +464,7 @@ class ComputeClient(object):
|
|
464
464
|
:rtype: :class:`~oci.response.Response`
|
465
465
|
|
466
466
|
:example:
|
467
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/attach_vnic.py.html>`__ to see an example of how to use attach_vnic API.
|
468
468
|
"""
|
469
469
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
470
470
|
required_arguments = []
|
@@ -555,7 +555,7 @@ class ComputeClient(object):
|
|
555
555
|
:rtype: :class:`~oci.response.Response`
|
556
556
|
|
557
557
|
:example:
|
558
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
558
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/attach_volume.py.html>`__ to see an example of how to use attach_volume API.
|
559
559
|
"""
|
560
560
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
561
561
|
required_arguments = []
|
@@ -662,7 +662,7 @@ class ComputeClient(object):
|
|
662
662
|
:rtype: :class:`~oci.response.Response`
|
663
663
|
|
664
664
|
:example:
|
665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/capture_console_history.py.html>`__ to see an example of how to use capture_console_history API.
|
666
666
|
"""
|
667
667
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
668
668
|
required_arguments = []
|
@@ -769,7 +769,7 @@ class ComputeClient(object):
|
|
769
769
|
:rtype: :class:`~oci.response.Response`
|
770
770
|
|
771
771
|
:example:
|
772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/change_compute_capacity_reservation_compartment.py.html>`__ to see an example of how to use change_compute_capacity_reservation_compartment API.
|
773
773
|
"""
|
774
774
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
775
775
|
required_arguments = ['capacityReservationId']
|
@@ -891,7 +891,7 @@ class ComputeClient(object):
|
|
891
891
|
:rtype: :class:`~oci.response.Response`
|
892
892
|
|
893
893
|
:example:
|
894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/change_compute_capacity_topology_compartment.py.html>`__ to see an example of how to use change_compute_capacity_topology_compartment API.
|
895
895
|
"""
|
896
896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
897
897
|
required_arguments = ['computeCapacityTopologyId']
|
@@ -1022,7 +1022,7 @@ class ComputeClient(object):
|
|
1022
1022
|
:rtype: :class:`~oci.response.Response`
|
1023
1023
|
|
1024
1024
|
:example:
|
1025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
1025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/change_compute_cluster_compartment.py.html>`__ to see an example of how to use change_compute_cluster_compartment API.
|
1026
1026
|
"""
|
1027
1027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1028
1028
|
required_arguments = ['computeClusterId']
|
@@ -1142,7 +1142,7 @@ class ComputeClient(object):
|
|
1142
1142
|
:rtype: :class:`~oci.response.Response`
|
1143
1143
|
|
1144
1144
|
:example:
|
1145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
1145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/change_compute_gpu_memory_cluster_compartment.py.html>`__ to see an example of how to use change_compute_gpu_memory_cluster_compartment API.
|
1146
1146
|
"""
|
1147
1147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1148
1148
|
required_arguments = ['computeGpuMemoryClusterId']
|
@@ -1264,7 +1264,7 @@ class ComputeClient(object):
|
|
1264
1264
|
:rtype: :class:`~oci.response.Response`
|
1265
1265
|
|
1266
1266
|
:example:
|
1267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
1267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/change_compute_gpu_memory_fabric_compartment.py.html>`__ to see an example of how to use change_compute_gpu_memory_fabric_compartment API.
|
1268
1268
|
"""
|
1269
1269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1270
1270
|
required_arguments = ['computeGpuMemoryFabricId']
|
@@ -1388,7 +1388,7 @@ class ComputeClient(object):
|
|
1388
1388
|
:rtype: :class:`~oci.response.Response`
|
1389
1389
|
|
1390
1390
|
:example:
|
1391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
1391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/change_compute_host_compartment.py.html>`__ to see an example of how to use change_compute_host_compartment API.
|
1392
1392
|
"""
|
1393
1393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1394
1394
|
required_arguments = ['computeHostId']
|
@@ -1511,7 +1511,7 @@ class ComputeClient(object):
|
|
1511
1511
|
:rtype: :class:`~oci.response.Response`
|
1512
1512
|
|
1513
1513
|
:example:
|
1514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
1514
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/change_compute_image_capability_schema_compartment.py.html>`__ to see an example of how to use change_compute_image_capability_schema_compartment API.
|
1515
1515
|
"""
|
1516
1516
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1517
1517
|
required_arguments = ['computeImageCapabilitySchemaId']
|
@@ -1630,7 +1630,7 @@ class ComputeClient(object):
|
|
1630
1630
|
:rtype: :class:`~oci.response.Response`
|
1631
1631
|
|
1632
1632
|
:example:
|
1633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
1633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/change_dedicated_vm_host_compartment.py.html>`__ to see an example of how to use change_dedicated_vm_host_compartment API.
|
1634
1634
|
"""
|
1635
1635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1636
1636
|
required_arguments = ['dedicatedVmHostId']
|
@@ -1753,7 +1753,7 @@ class ComputeClient(object):
|
|
1753
1753
|
:rtype: :class:`~oci.response.Response`
|
1754
1754
|
|
1755
1755
|
:example:
|
1756
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
1756
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/change_image_compartment.py.html>`__ to see an example of how to use change_image_compartment API.
|
1757
1757
|
"""
|
1758
1758
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1759
1759
|
required_arguments = ['imageId']
|
@@ -1881,7 +1881,7 @@ class ComputeClient(object):
|
|
1881
1881
|
:rtype: :class:`~oci.response.Response`
|
1882
1882
|
|
1883
1883
|
:example:
|
1884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
1884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/change_instance_compartment.py.html>`__ to see an example of how to use change_instance_compartment API.
|
1885
1885
|
"""
|
1886
1886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1887
1887
|
required_arguments = ['instanceId']
|
@@ -1986,7 +1986,7 @@ class ComputeClient(object):
|
|
1986
1986
|
:rtype: :class:`~oci.response.Response`
|
1987
1987
|
|
1988
1988
|
:example:
|
1989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
1989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/create_app_catalog_subscription.py.html>`__ to see an example of how to use create_app_catalog_subscription API.
|
1990
1990
|
"""
|
1991
1991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1992
1992
|
required_arguments = []
|
@@ -2088,7 +2088,7 @@ class ComputeClient(object):
|
|
2088
2088
|
:rtype: :class:`~oci.response.Response`
|
2089
2089
|
|
2090
2090
|
:example:
|
2091
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
2091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/create_compute_capacity_report.py.html>`__ to see an example of how to use create_compute_capacity_report API.
|
2092
2092
|
"""
|
2093
2093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2094
2094
|
required_arguments = []
|
@@ -2195,7 +2195,7 @@ class ComputeClient(object):
|
|
2195
2195
|
:rtype: :class:`~oci.response.Response`
|
2196
2196
|
|
2197
2197
|
:example:
|
2198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
2198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/create_compute_capacity_reservation.py.html>`__ to see an example of how to use create_compute_capacity_reservation API.
|
2199
2199
|
"""
|
2200
2200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2201
2201
|
required_arguments = []
|
@@ -2297,7 +2297,7 @@ class ComputeClient(object):
|
|
2297
2297
|
:rtype: :class:`~oci.response.Response`
|
2298
2298
|
|
2299
2299
|
:example:
|
2300
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
2300
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/create_compute_capacity_topology.py.html>`__ to see an example of how to use create_compute_capacity_topology API.
|
2301
2301
|
"""
|
2302
2302
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2303
2303
|
required_arguments = []
|
@@ -2421,7 +2421,7 @@ class ComputeClient(object):
|
|
2421
2421
|
:rtype: :class:`~oci.response.Response`
|
2422
2422
|
|
2423
2423
|
:example:
|
2424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
2424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/create_compute_cluster.py.html>`__ to see an example of how to use create_compute_cluster API.
|
2425
2425
|
"""
|
2426
2426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2427
2427
|
required_arguments = []
|
@@ -2518,7 +2518,7 @@ class ComputeClient(object):
|
|
2518
2518
|
:rtype: :class:`~oci.response.Response`
|
2519
2519
|
|
2520
2520
|
:example:
|
2521
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
2521
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/create_compute_gpu_memory_cluster.py.html>`__ to see an example of how to use create_compute_gpu_memory_cluster API.
|
2522
2522
|
"""
|
2523
2523
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2524
2524
|
required_arguments = []
|
@@ -2613,7 +2613,7 @@ class ComputeClient(object):
|
|
2613
2613
|
:rtype: :class:`~oci.response.Response`
|
2614
2614
|
|
2615
2615
|
:example:
|
2616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
2616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/create_compute_image_capability_schema.py.html>`__ to see an example of how to use create_compute_image_capability_schema API.
|
2617
2617
|
"""
|
2618
2618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2619
2619
|
required_arguments = []
|
@@ -2715,7 +2715,7 @@ class ComputeClient(object):
|
|
2715
2715
|
:rtype: :class:`~oci.response.Response`
|
2716
2716
|
|
2717
2717
|
:example:
|
2718
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
2718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/create_dedicated_vm_host.py.html>`__ to see an example of how to use create_dedicated_vm_host API.
|
2719
2719
|
"""
|
2720
2720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2721
2721
|
required_arguments = []
|
@@ -2835,7 +2835,7 @@ class ComputeClient(object):
|
|
2835
2835
|
:rtype: :class:`~oci.response.Response`
|
2836
2836
|
|
2837
2837
|
:example:
|
2838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
2838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/create_image.py.html>`__ to see an example of how to use create_image API.
|
2839
2839
|
"""
|
2840
2840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2841
2841
|
required_arguments = []
|
@@ -2934,7 +2934,7 @@ class ComputeClient(object):
|
|
2934
2934
|
:rtype: :class:`~oci.response.Response`
|
2935
2935
|
|
2936
2936
|
:example:
|
2937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
2937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/create_instance_console_connection.py.html>`__ to see an example of how to use create_instance_console_connection API.
|
2938
2938
|
"""
|
2939
2939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2940
2940
|
required_arguments = []
|
@@ -3026,7 +3026,7 @@ class ComputeClient(object):
|
|
3026
3026
|
:rtype: :class:`~oci.response.Response`
|
3027
3027
|
|
3028
3028
|
:example:
|
3029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
3029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/delete_app_catalog_subscription.py.html>`__ to see an example of how to use delete_app_catalog_subscription API.
|
3030
3030
|
"""
|
3031
3031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3032
3032
|
required_arguments = ['listingId', 'compartmentId', 'resourceVersion']
|
@@ -3116,7 +3116,7 @@ class ComputeClient(object):
|
|
3116
3116
|
:rtype: :class:`~oci.response.Response`
|
3117
3117
|
|
3118
3118
|
:example:
|
3119
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
3119
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/delete_compute_capacity_reservation.py.html>`__ to see an example of how to use delete_compute_capacity_reservation API.
|
3120
3120
|
"""
|
3121
3121
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3122
3122
|
required_arguments = ['capacityReservationId']
|
@@ -3220,7 +3220,7 @@ class ComputeClient(object):
|
|
3220
3220
|
:rtype: :class:`~oci.response.Response`
|
3221
3221
|
|
3222
3222
|
:example:
|
3223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
3223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/delete_compute_capacity_topology.py.html>`__ to see an example of how to use delete_compute_capacity_topology API.
|
3224
3224
|
"""
|
3225
3225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3226
3226
|
required_arguments = ['computeCapacityTopologyId']
|
@@ -3335,7 +3335,7 @@ class ComputeClient(object):
|
|
3335
3335
|
:rtype: :class:`~oci.response.Response`
|
3336
3336
|
|
3337
3337
|
:example:
|
3338
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
3338
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/delete_compute_cluster.py.html>`__ to see an example of how to use delete_compute_cluster API.
|
3339
3339
|
"""
|
3340
3340
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3341
3341
|
required_arguments = ['computeClusterId']
|
@@ -3437,7 +3437,7 @@ class ComputeClient(object):
|
|
3437
3437
|
:rtype: :class:`~oci.response.Response`
|
3438
3438
|
|
3439
3439
|
:example:
|
3440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
3440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/delete_compute_gpu_memory_cluster.py.html>`__ to see an example of how to use delete_compute_gpu_memory_cluster API.
|
3441
3441
|
"""
|
3442
3442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3443
3443
|
required_arguments = ['computeGpuMemoryClusterId']
|
@@ -3537,7 +3537,7 @@ class ComputeClient(object):
|
|
3537
3537
|
:rtype: :class:`~oci.response.Response`
|
3538
3538
|
|
3539
3539
|
:example:
|
3540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
3540
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/delete_compute_image_capability_schema.py.html>`__ to see an example of how to use delete_compute_image_capability_schema API.
|
3541
3541
|
"""
|
3542
3542
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3543
3543
|
required_arguments = ['computeImageCapabilitySchemaId']
|
@@ -3633,7 +3633,7 @@ class ComputeClient(object):
|
|
3633
3633
|
:rtype: :class:`~oci.response.Response`
|
3634
3634
|
|
3635
3635
|
:example:
|
3636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
3636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
3637
3637
|
"""
|
3638
3638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3639
3639
|
required_arguments = ['instanceConsoleHistoryId']
|
@@ -3731,7 +3731,7 @@ class ComputeClient(object):
|
|
3731
3731
|
:rtype: :class:`~oci.response.Response`
|
3732
3732
|
|
3733
3733
|
:example:
|
3734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
3734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/delete_dedicated_vm_host.py.html>`__ to see an example of how to use delete_dedicated_vm_host API.
|
3735
3735
|
"""
|
3736
3736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3737
3737
|
required_arguments = ['dedicatedVmHostId']
|
@@ -3829,7 +3829,7 @@ class ComputeClient(object):
|
|
3829
3829
|
:rtype: :class:`~oci.response.Response`
|
3830
3830
|
|
3831
3831
|
:example:
|
3832
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
3832
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/delete_image.py.html>`__ to see an example of how to use delete_image API.
|
3833
3833
|
"""
|
3834
3834
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3835
3835
|
required_arguments = ['imageId']
|
@@ -3925,7 +3925,7 @@ class ComputeClient(object):
|
|
3925
3925
|
:rtype: :class:`~oci.response.Response`
|
3926
3926
|
|
3927
3927
|
:example:
|
3928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
3928
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/delete_instance_console_connection.py.html>`__ to see an example of how to use delete_instance_console_connection API.
|
3929
3929
|
"""
|
3930
3930
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3931
3931
|
required_arguments = ['instanceConsoleConnectionId']
|
@@ -4024,7 +4024,7 @@ class ComputeClient(object):
|
|
4024
4024
|
:rtype: :class:`~oci.response.Response`
|
4025
4025
|
|
4026
4026
|
:example:
|
4027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
4027
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/detach_boot_volume.py.html>`__ to see an example of how to use detach_boot_volume API.
|
4028
4028
|
"""
|
4029
4029
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4030
4030
|
required_arguments = ['bootVolumeAttachmentId']
|
@@ -4131,7 +4131,7 @@ class ComputeClient(object):
|
|
4131
4131
|
:rtype: :class:`~oci.response.Response`
|
4132
4132
|
|
4133
4133
|
:example:
|
4134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
4134
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/detach_vnic.py.html>`__ to see an example of how to use detach_vnic API.
|
4135
4135
|
"""
|
4136
4136
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4137
4137
|
required_arguments = ['vnicAttachmentId']
|
@@ -4230,7 +4230,7 @@ class ComputeClient(object):
|
|
4230
4230
|
:rtype: :class:`~oci.response.Response`
|
4231
4231
|
|
4232
4232
|
:example:
|
4233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
4233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/detach_volume.py.html>`__ to see an example of how to use detach_volume API.
|
4234
4234
|
"""
|
4235
4235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4236
4236
|
required_arguments = ['volumeAttachmentId']
|
@@ -4352,7 +4352,7 @@ class ComputeClient(object):
|
|
4352
4352
|
:rtype: :class:`~oci.response.Response`
|
4353
4353
|
|
4354
4354
|
:example:
|
4355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
4355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/export_image.py.html>`__ to see an example of how to use export_image API.
|
4356
4356
|
"""
|
4357
4357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4358
4358
|
required_arguments = ['imageId']
|
@@ -4452,7 +4452,7 @@ class ComputeClient(object):
|
|
4452
4452
|
:rtype: :class:`~oci.response.Response`
|
4453
4453
|
|
4454
4454
|
:example:
|
4455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
4455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_app_catalog_listing.py.html>`__ to see an example of how to use get_app_catalog_listing API.
|
4456
4456
|
"""
|
4457
4457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4458
4458
|
required_arguments = ['listingId']
|
@@ -4543,7 +4543,7 @@ class ComputeClient(object):
|
|
4543
4543
|
:rtype: :class:`~oci.response.Response`
|
4544
4544
|
|
4545
4545
|
:example:
|
4546
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
4546
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_app_catalog_listing_agreements.py.html>`__ to see an example of how to use get_app_catalog_listing_agreements API.
|
4547
4547
|
"""
|
4548
4548
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4549
4549
|
required_arguments = ['listingId', 'resourceVersion']
|
@@ -4635,7 +4635,7 @@ class ComputeClient(object):
|
|
4635
4635
|
:rtype: :class:`~oci.response.Response`
|
4636
4636
|
|
4637
4637
|
:example:
|
4638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
4638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_app_catalog_listing_resource_version.py.html>`__ to see an example of how to use get_app_catalog_listing_resource_version API.
|
4639
4639
|
"""
|
4640
4640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4641
4641
|
required_arguments = ['listingId', 'resourceVersion']
|
@@ -4724,7 +4724,7 @@ class ComputeClient(object):
|
|
4724
4724
|
:rtype: :class:`~oci.response.Response`
|
4725
4725
|
|
4726
4726
|
:example:
|
4727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
4727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_boot_volume_attachment.py.html>`__ to see an example of how to use get_boot_volume_attachment API.
|
4728
4728
|
"""
|
4729
4729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4730
4730
|
required_arguments = ['bootVolumeAttachmentId']
|
@@ -4814,7 +4814,7 @@ class ComputeClient(object):
|
|
4814
4814
|
:rtype: :class:`~oci.response.Response`
|
4815
4815
|
|
4816
4816
|
:example:
|
4817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
4817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_compute_capacity_reservation.py.html>`__ to see an example of how to use get_compute_capacity_reservation API.
|
4818
4818
|
"""
|
4819
4819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4820
4820
|
required_arguments = ['capacityReservationId']
|
@@ -4913,7 +4913,7 @@ class ComputeClient(object):
|
|
4913
4913
|
:rtype: :class:`~oci.response.Response`
|
4914
4914
|
|
4915
4915
|
:example:
|
4916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
4916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_compute_capacity_topology.py.html>`__ to see an example of how to use get_compute_capacity_topology API.
|
4917
4917
|
"""
|
4918
4918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4919
4919
|
required_arguments = ['computeCapacityTopologyId']
|
@@ -5020,7 +5020,7 @@ class ComputeClient(object):
|
|
5020
5020
|
:rtype: :class:`~oci.response.Response`
|
5021
5021
|
|
5022
5022
|
:example:
|
5023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
5023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_compute_cluster.py.html>`__ to see an example of how to use get_compute_cluster API.
|
5024
5024
|
"""
|
5025
5025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5026
5026
|
required_arguments = ['computeClusterId']
|
@@ -5115,7 +5115,7 @@ class ComputeClient(object):
|
|
5115
5115
|
:rtype: :class:`~oci.response.Response`
|
5116
5116
|
|
5117
5117
|
:example:
|
5118
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
5118
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_compute_global_image_capability_schema.py.html>`__ to see an example of how to use get_compute_global_image_capability_schema API.
|
5119
5119
|
"""
|
5120
5120
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5121
5121
|
required_arguments = ['computeGlobalImageCapabilitySchemaId']
|
@@ -5208,7 +5208,7 @@ class ComputeClient(object):
|
|
5208
5208
|
:rtype: :class:`~oci.response.Response`
|
5209
5209
|
|
5210
5210
|
:example:
|
5211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
5211
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
|
5212
5212
|
"""
|
5213
5213
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5214
5214
|
required_arguments = ['computeGlobalImageCapabilitySchemaId', 'computeGlobalImageCapabilitySchemaVersionName']
|
@@ -5301,7 +5301,7 @@ class ComputeClient(object):
|
|
5301
5301
|
:rtype: :class:`~oci.response.Response`
|
5302
5302
|
|
5303
5303
|
:example:
|
5304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
5304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_compute_gpu_memory_cluster.py.html>`__ to see an example of how to use get_compute_gpu_memory_cluster API.
|
5305
5305
|
"""
|
5306
5306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5307
5307
|
required_arguments = ['computeGpuMemoryClusterId']
|
@@ -5398,7 +5398,7 @@ class ComputeClient(object):
|
|
5398
5398
|
:rtype: :class:`~oci.response.Response`
|
5399
5399
|
|
5400
5400
|
:example:
|
5401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
5401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_compute_gpu_memory_fabric.py.html>`__ to see an example of how to use get_compute_gpu_memory_fabric API.
|
5402
5402
|
"""
|
5403
5403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5404
5404
|
required_arguments = ['computeGpuMemoryFabricId']
|
@@ -5499,7 +5499,7 @@ class ComputeClient(object):
|
|
5499
5499
|
:rtype: :class:`~oci.response.Response`
|
5500
5500
|
|
5501
5501
|
:example:
|
5502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
5502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_compute_host.py.html>`__ to see an example of how to use get_compute_host API.
|
5503
5503
|
"""
|
5504
5504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5505
5505
|
required_arguments = ['computeHostId']
|
@@ -5597,7 +5597,7 @@ class ComputeClient(object):
|
|
5597
5597
|
:rtype: :class:`~oci.response.Response`
|
5598
5598
|
|
5599
5599
|
:example:
|
5600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
5600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_compute_image_capability_schema.py.html>`__ to see an example of how to use get_compute_image_capability_schema API.
|
5601
5601
|
"""
|
5602
5602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5603
5603
|
required_arguments = ['computeImageCapabilitySchemaId']
|
@@ -5699,7 +5699,7 @@ class ComputeClient(object):
|
|
5699
5699
|
:rtype: :class:`~oci.response.Response`
|
5700
5700
|
|
5701
5701
|
:example:
|
5702
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
5702
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
5703
5703
|
"""
|
5704
5704
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5705
5705
|
required_arguments = ['instanceConsoleHistoryId']
|
@@ -5793,7 +5793,7 @@ class ComputeClient(object):
|
|
5793
5793
|
:rtype: :class:`~oci.response.Response`
|
5794
5794
|
|
5795
5795
|
:example:
|
5796
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
5796
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
5797
5797
|
"""
|
5798
5798
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5799
5799
|
required_arguments = ['instanceConsoleHistoryId']
|
@@ -5897,7 +5897,7 @@ class ComputeClient(object):
|
|
5897
5897
|
:rtype: :class:`~oci.response.Response`
|
5898
5898
|
|
5899
5899
|
:example:
|
5900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
5900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_dedicated_vm_host.py.html>`__ to see an example of how to use get_dedicated_vm_host API.
|
5901
5901
|
"""
|
5902
5902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5903
5903
|
required_arguments = ['dedicatedVmHostId']
|
@@ -5992,7 +5992,7 @@ class ComputeClient(object):
|
|
5992
5992
|
:rtype: :class:`~oci.response.Response`
|
5993
5993
|
|
5994
5994
|
:example:
|
5995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
5995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_image.py.html>`__ to see an example of how to use get_image API.
|
5996
5996
|
"""
|
5997
5997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5998
5998
|
required_arguments = ['imageId']
|
@@ -6089,7 +6089,7 @@ class ComputeClient(object):
|
|
6089
6089
|
:rtype: :class:`~oci.response.Response`
|
6090
6090
|
|
6091
6091
|
:example:
|
6092
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
6092
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_image_shape_compatibility_entry.py.html>`__ to see an example of how to use get_image_shape_compatibility_entry API.
|
6093
6093
|
"""
|
6094
6094
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6095
6095
|
required_arguments = ['imageId', 'shapeName']
|
@@ -6190,7 +6190,7 @@ class ComputeClient(object):
|
|
6190
6190
|
:rtype: :class:`~oci.response.Response`
|
6191
6191
|
|
6192
6192
|
:example:
|
6193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
6193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_instance.py.html>`__ to see an example of how to use get_instance API.
|
6194
6194
|
"""
|
6195
6195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6196
6196
|
required_arguments = ['instanceId']
|
@@ -6276,7 +6276,7 @@ class ComputeClient(object):
|
|
6276
6276
|
:rtype: :class:`~oci.response.Response`
|
6277
6277
|
|
6278
6278
|
:example:
|
6279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
6279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_instance_console_connection.py.html>`__ to see an example of how to use get_instance_console_connection API.
|
6280
6280
|
"""
|
6281
6281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6282
6282
|
required_arguments = ['instanceConsoleConnectionId']
|
@@ -6366,7 +6366,7 @@ class ComputeClient(object):
|
|
6366
6366
|
:rtype: :class:`~oci.response.Response`
|
6367
6367
|
|
6368
6368
|
:example:
|
6369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
6369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_instance_maintenance_event.py.html>`__ to see an example of how to use get_instance_maintenance_event API.
|
6370
6370
|
"""
|
6371
6371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6372
6372
|
required_arguments = ['instanceMaintenanceEventId']
|
@@ -6468,7 +6468,7 @@ class ComputeClient(object):
|
|
6468
6468
|
:rtype: :class:`~oci.response.Response`
|
6469
6469
|
|
6470
6470
|
:example:
|
6471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
6471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_instance_maintenance_reboot.py.html>`__ to see an example of how to use get_instance_maintenance_reboot API.
|
6472
6472
|
"""
|
6473
6473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6474
6474
|
required_arguments = ['instanceId']
|
@@ -6567,7 +6567,7 @@ class ComputeClient(object):
|
|
6567
6567
|
:rtype: :class:`~oci.response.Response`
|
6568
6568
|
|
6569
6569
|
:example:
|
6570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
6570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_measured_boot_report.py.html>`__ to see an example of how to use get_measured_boot_report API.
|
6571
6571
|
"""
|
6572
6572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6573
6573
|
required_arguments = ['instanceId']
|
@@ -6660,7 +6660,7 @@ class ComputeClient(object):
|
|
6660
6660
|
:rtype: :class:`~oci.response.Response`
|
6661
6661
|
|
6662
6662
|
:example:
|
6663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
6663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_vnic_attachment.py.html>`__ to see an example of how to use get_vnic_attachment API.
|
6664
6664
|
"""
|
6665
6665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6666
6666
|
required_arguments = ['vnicAttachmentId']
|
@@ -6746,7 +6746,7 @@ class ComputeClient(object):
|
|
6746
6746
|
:rtype: :class:`~oci.response.Response`
|
6747
6747
|
|
6748
6748
|
:example:
|
6749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
6749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_volume_attachment.py.html>`__ to see an example of how to use get_volume_attachment API.
|
6750
6750
|
"""
|
6751
6751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6752
6752
|
required_arguments = ['volumeAttachmentId']
|
@@ -6835,7 +6835,7 @@ class ComputeClient(object):
|
|
6835
6835
|
:rtype: :class:`~oci.response.Response`
|
6836
6836
|
|
6837
6837
|
:example:
|
6838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
6838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/get_windows_instance_initial_credentials.py.html>`__ to see an example of how to use get_windows_instance_initial_credentials API.
|
6839
6839
|
"""
|
6840
6840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6841
6841
|
required_arguments = ['instanceId']
|
@@ -6989,7 +6989,7 @@ class ComputeClient(object):
|
|
6989
6989
|
:rtype: :class:`~oci.response.Response`
|
6990
6990
|
|
6991
6991
|
:example:
|
6992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
6992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/instance_action.py.html>`__ to see an example of how to use instance_action API.
|
6993
6993
|
"""
|
6994
6994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6995
6995
|
required_arguments = ['instanceId', 'action']
|
@@ -7155,7 +7155,7 @@ class ComputeClient(object):
|
|
7155
7155
|
:rtype: :class:`~oci.response.Response`
|
7156
7156
|
|
7157
7157
|
:example:
|
7158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
7158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/launch_instance.py.html>`__ to see an example of how to use launch_instance API.
|
7159
7159
|
"""
|
7160
7160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7161
7161
|
required_arguments = []
|
@@ -7261,7 +7261,7 @@ class ComputeClient(object):
|
|
7261
7261
|
:rtype: :class:`~oci.response.Response`
|
7262
7262
|
|
7263
7263
|
:example:
|
7264
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
7264
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_app_catalog_listing_resource_versions.py.html>`__ to see an example of how to use list_app_catalog_listing_resource_versions API.
|
7265
7265
|
"""
|
7266
7266
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7267
7267
|
required_arguments = ['listingId']
|
@@ -7400,7 +7400,7 @@ class ComputeClient(object):
|
|
7400
7400
|
:rtype: :class:`~oci.response.Response`
|
7401
7401
|
|
7402
7402
|
:example:
|
7403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
7403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_app_catalog_listings.py.html>`__ to see an example of how to use list_app_catalog_listings API.
|
7404
7404
|
"""
|
7405
7405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7406
7406
|
required_arguments = []
|
@@ -7544,7 +7544,7 @@ class ComputeClient(object):
|
|
7544
7544
|
:rtype: :class:`~oci.response.Response`
|
7545
7545
|
|
7546
7546
|
:example:
|
7547
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
7547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_app_catalog_subscriptions.py.html>`__ to see an example of how to use list_app_catalog_subscriptions API.
|
7548
7548
|
"""
|
7549
7549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7550
7550
|
required_arguments = ['compartmentId']
|
@@ -7685,7 +7685,7 @@ class ComputeClient(object):
|
|
7685
7685
|
:rtype: :class:`~oci.response.Response`
|
7686
7686
|
|
7687
7687
|
:example:
|
7688
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
7688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_boot_volume_attachments.py.html>`__ to see an example of how to use list_boot_volume_attachments API.
|
7689
7689
|
"""
|
7690
7690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7691
7691
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -7827,7 +7827,7 @@ class ComputeClient(object):
|
|
7827
7827
|
:rtype: :class:`~oci.response.Response`
|
7828
7828
|
|
7829
7829
|
:example:
|
7830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
7830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_compute_capacity_reservation_instance_shapes.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instance_shapes API.
|
7831
7831
|
"""
|
7832
7832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7833
7833
|
required_arguments = ['compartmentId']
|
@@ -7989,7 +7989,7 @@ class ComputeClient(object):
|
|
7989
7989
|
:rtype: :class:`~oci.response.Response`
|
7990
7990
|
|
7991
7991
|
:example:
|
7992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
7992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_compute_capacity_reservation_instances.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instances API.
|
7993
7993
|
"""
|
7994
7994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7995
7995
|
required_arguments = ['capacityReservationId']
|
@@ -8170,7 +8170,7 @@ class ComputeClient(object):
|
|
8170
8170
|
:rtype: :class:`~oci.response.Response`
|
8171
8171
|
|
8172
8172
|
:example:
|
8173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
8173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_compute_capacity_reservations.py.html>`__ to see an example of how to use list_compute_capacity_reservations API.
|
8174
8174
|
"""
|
8175
8175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8176
8176
|
required_arguments = ['compartmentId']
|
@@ -8342,7 +8342,7 @@ class ComputeClient(object):
|
|
8342
8342
|
:rtype: :class:`~oci.response.Response`
|
8343
8343
|
|
8344
8344
|
:example:
|
8345
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
8345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_compute_capacity_topologies.py.html>`__ to see an example of how to use list_compute_capacity_topologies API.
|
8346
8346
|
"""
|
8347
8347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8348
8348
|
required_arguments = ['compartmentId']
|
@@ -8523,7 +8523,7 @@ class ComputeClient(object):
|
|
8523
8523
|
:rtype: :class:`~oci.response.Response`
|
8524
8524
|
|
8525
8525
|
:example:
|
8526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
8526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_compute_capacity_topology_compute_bare_metal_hosts.py.html>`__ to see an example of how to use list_compute_capacity_topology_compute_bare_metal_hosts API.
|
8527
8527
|
"""
|
8528
8528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8529
8529
|
required_arguments = ['computeCapacityTopologyId']
|
@@ -8706,7 +8706,7 @@ class ComputeClient(object):
|
|
8706
8706
|
:rtype: :class:`~oci.response.Response`
|
8707
8707
|
|
8708
8708
|
:example:
|
8709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
8709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_compute_capacity_topology_compute_hpc_islands.py.html>`__ to see an example of how to use list_compute_capacity_topology_compute_hpc_islands API.
|
8710
8710
|
"""
|
8711
8711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8712
8712
|
required_arguments = ['computeCapacityTopologyId']
|
@@ -8888,7 +8888,7 @@ class ComputeClient(object):
|
|
8888
8888
|
:rtype: :class:`~oci.response.Response`
|
8889
8889
|
|
8890
8890
|
:example:
|
8891
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
8891
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_compute_capacity_topology_compute_network_blocks.py.html>`__ to see an example of how to use list_compute_capacity_topology_compute_network_blocks API.
|
8892
8892
|
"""
|
8893
8893
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8894
8894
|
required_arguments = ['computeCapacityTopologyId']
|
@@ -9068,7 +9068,7 @@ class ComputeClient(object):
|
|
9068
9068
|
:rtype: :class:`~oci.response.Response`
|
9069
9069
|
|
9070
9070
|
:example:
|
9071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
9071
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_compute_clusters.py.html>`__ to see an example of how to use list_compute_clusters API.
|
9072
9072
|
"""
|
9073
9073
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9074
9074
|
required_arguments = ['compartmentId']
|
@@ -9221,7 +9221,7 @@ class ComputeClient(object):
|
|
9221
9221
|
:rtype: :class:`~oci.response.Response`
|
9222
9222
|
|
9223
9223
|
:example:
|
9224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
9224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
|
9225
9225
|
"""
|
9226
9226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9227
9227
|
required_arguments = ['computeGlobalImageCapabilitySchemaId']
|
@@ -9380,7 +9380,7 @@ class ComputeClient(object):
|
|
9380
9380
|
:rtype: :class:`~oci.response.Response`
|
9381
9381
|
|
9382
9382
|
:example:
|
9383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
9383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_compute_global_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_global_image_capability_schemas API.
|
9384
9384
|
"""
|
9385
9385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9386
9386
|
required_arguments = []
|
@@ -9530,7 +9530,7 @@ class ComputeClient(object):
|
|
9530
9530
|
:rtype: :class:`~oci.response.Response`
|
9531
9531
|
|
9532
9532
|
:example:
|
9533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
9533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_compute_gpu_memory_cluster_instances.py.html>`__ to see an example of how to use list_compute_gpu_memory_cluster_instances API.
|
9534
9534
|
"""
|
9535
9535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9536
9536
|
required_arguments = ['computeGpuMemoryClusterId']
|
@@ -9712,7 +9712,7 @@ class ComputeClient(object):
|
|
9712
9712
|
:rtype: :class:`~oci.response.Response`
|
9713
9713
|
|
9714
9714
|
:example:
|
9715
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
9715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_compute_gpu_memory_clusters.py.html>`__ to see an example of how to use list_compute_gpu_memory_clusters API.
|
9716
9716
|
"""
|
9717
9717
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9718
9718
|
required_arguments = ['compartmentId']
|
@@ -9903,7 +9903,7 @@ class ComputeClient(object):
|
|
9903
9903
|
:rtype: :class:`~oci.response.Response`
|
9904
9904
|
|
9905
9905
|
:example:
|
9906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
9906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_compute_gpu_memory_fabrics.py.html>`__ to see an example of how to use list_compute_gpu_memory_fabrics API.
|
9907
9907
|
"""
|
9908
9908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9909
9909
|
required_arguments = ['compartmentId']
|
@@ -10105,7 +10105,7 @@ class ComputeClient(object):
|
|
10105
10105
|
:rtype: :class:`~oci.response.Response`
|
10106
10106
|
|
10107
10107
|
:example:
|
10108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
10108
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_compute_hosts.py.html>`__ to see an example of how to use list_compute_hosts API.
|
10109
10109
|
"""
|
10110
10110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10111
10111
|
required_arguments = ['compartmentId']
|
@@ -10269,7 +10269,7 @@ class ComputeClient(object):
|
|
10269
10269
|
:rtype: :class:`~oci.response.Response`
|
10270
10270
|
|
10271
10271
|
:example:
|
10272
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
10272
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_compute_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_image_capability_schemas API.
|
10273
10273
|
"""
|
10274
10274
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10275
10275
|
required_arguments = []
|
@@ -10433,7 +10433,7 @@ class ComputeClient(object):
|
|
10433
10433
|
:rtype: :class:`~oci.response.Response`
|
10434
10434
|
|
10435
10435
|
:example:
|
10436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
10436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
10437
10437
|
"""
|
10438
10438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10439
10439
|
required_arguments = ['compartmentId']
|
@@ -10584,7 +10584,7 @@ class ComputeClient(object):
|
|
10584
10584
|
:rtype: :class:`~oci.response.Response`
|
10585
10585
|
|
10586
10586
|
:example:
|
10587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
10587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_dedicated_vm_host_instance_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_instance_shapes API.
|
10588
10588
|
"""
|
10589
10589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10590
10590
|
required_arguments = ['compartmentId']
|
@@ -10728,7 +10728,7 @@ class ComputeClient(object):
|
|
10728
10728
|
:rtype: :class:`~oci.response.Response`
|
10729
10729
|
|
10730
10730
|
:example:
|
10731
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
10731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_dedicated_vm_host_instances.py.html>`__ to see an example of how to use list_dedicated_vm_host_instances API.
|
10732
10732
|
"""
|
10733
10733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10734
10734
|
required_arguments = ['dedicatedVmHostId', 'compartmentId']
|
@@ -10882,7 +10882,7 @@ class ComputeClient(object):
|
|
10882
10882
|
:rtype: :class:`~oci.response.Response`
|
10883
10883
|
|
10884
10884
|
:example:
|
10885
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
10885
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_dedicated_vm_host_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_shapes API.
|
10886
10886
|
"""
|
10887
10887
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10888
10888
|
required_arguments = ['compartmentId']
|
@@ -11043,7 +11043,7 @@ class ComputeClient(object):
|
|
11043
11043
|
:rtype: :class:`~oci.response.Response`
|
11044
11044
|
|
11045
11045
|
:example:
|
11046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
11046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_dedicated_vm_hosts.py.html>`__ to see an example of how to use list_dedicated_vm_hosts API.
|
11047
11047
|
"""
|
11048
11048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11049
11049
|
required_arguments = ['compartmentId']
|
@@ -11194,7 +11194,7 @@ class ComputeClient(object):
|
|
11194
11194
|
:rtype: :class:`~oci.response.Response`
|
11195
11195
|
|
11196
11196
|
:example:
|
11197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
11197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_image_shape_compatibility_entries.py.html>`__ to see an example of how to use list_image_shape_compatibility_entries API.
|
11198
11198
|
"""
|
11199
11199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11200
11200
|
required_arguments = ['imageId']
|
@@ -11370,7 +11370,7 @@ class ComputeClient(object):
|
|
11370
11370
|
:rtype: :class:`~oci.response.Response`
|
11371
11371
|
|
11372
11372
|
:example:
|
11373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
11373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_images.py.html>`__ to see an example of how to use list_images API.
|
11374
11374
|
"""
|
11375
11375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11376
11376
|
required_arguments = ['compartmentId']
|
@@ -11521,7 +11521,7 @@ class ComputeClient(object):
|
|
11521
11521
|
:rtype: :class:`~oci.response.Response`
|
11522
11522
|
|
11523
11523
|
:example:
|
11524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
11524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_instance_console_connections.py.html>`__ to see an example of how to use list_instance_console_connections API.
|
11525
11525
|
"""
|
11526
11526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11527
11527
|
required_arguments = ['compartmentId']
|
@@ -11658,7 +11658,7 @@ class ComputeClient(object):
|
|
11658
11658
|
:rtype: :class:`~oci.response.Response`
|
11659
11659
|
|
11660
11660
|
:example:
|
11661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
11661
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_instance_devices.py.html>`__ to see an example of how to use list_instance_devices API.
|
11662
11662
|
"""
|
11663
11663
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11664
11664
|
required_arguments = ['instanceId']
|
@@ -11847,7 +11847,7 @@ class ComputeClient(object):
|
|
11847
11847
|
:rtype: :class:`~oci.response.Response`
|
11848
11848
|
|
11849
11849
|
:example:
|
11850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
11850
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_instance_maintenance_events.py.html>`__ to see an example of how to use list_instance_maintenance_events API.
|
11851
11851
|
"""
|
11852
11852
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11853
11853
|
required_arguments = ['compartmentId']
|
@@ -12042,7 +12042,7 @@ class ComputeClient(object):
|
|
12042
12042
|
:rtype: :class:`~oci.response.Response`
|
12043
12043
|
|
12044
12044
|
:example:
|
12045
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
12045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_instances.py.html>`__ to see an example of how to use list_instances API.
|
12046
12046
|
"""
|
12047
12047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12048
12048
|
required_arguments = ['compartmentId']
|
@@ -12195,7 +12195,7 @@ class ComputeClient(object):
|
|
12195
12195
|
:rtype: :class:`~oci.response.Response`
|
12196
12196
|
|
12197
12197
|
:example:
|
12198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
12198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
|
12199
12199
|
"""
|
12200
12200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12201
12201
|
required_arguments = ['compartmentId']
|
@@ -12319,7 +12319,7 @@ class ComputeClient(object):
|
|
12319
12319
|
:rtype: :class:`~oci.response.Response`
|
12320
12320
|
|
12321
12321
|
:example:
|
12322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
12322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_vnic_attachments.py.html>`__ to see an example of how to use list_vnic_attachments API.
|
12323
12323
|
"""
|
12324
12324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12325
12325
|
required_arguments = ['compartmentId']
|
@@ -12447,7 +12447,7 @@ class ComputeClient(object):
|
|
12447
12447
|
:rtype: :class:`~oci.response.Response`
|
12448
12448
|
|
12449
12449
|
:example:
|
12450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
12450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/list_volume_attachments.py.html>`__ to see an example of how to use list_volume_attachments API.
|
12451
12451
|
"""
|
12452
12452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12453
12453
|
required_arguments = ['compartmentId']
|
@@ -12547,7 +12547,7 @@ class ComputeClient(object):
|
|
12547
12547
|
:rtype: :class:`~oci.response.Response`
|
12548
12548
|
|
12549
12549
|
:example:
|
12550
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
12550
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/remove_image_shape_compatibility_entry.py.html>`__ to see an example of how to use remove_image_shape_compatibility_entry API.
|
12551
12551
|
"""
|
12552
12552
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12553
12553
|
required_arguments = ['imageId', 'shapeName']
|
@@ -12659,7 +12659,7 @@ class ComputeClient(object):
|
|
12659
12659
|
:rtype: :class:`~oci.response.Response`
|
12660
12660
|
|
12661
12661
|
:example:
|
12662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
12662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/terminate_instance.py.html>`__ to see an example of how to use terminate_instance API.
|
12663
12663
|
"""
|
12664
12664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12665
12665
|
required_arguments = ['instanceId']
|
@@ -12774,7 +12774,7 @@ class ComputeClient(object):
|
|
12774
12774
|
:rtype: :class:`~oci.response.Response`
|
12775
12775
|
|
12776
12776
|
:example:
|
12777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
12777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/update_compute_capacity_reservation.py.html>`__ to see an example of how to use update_compute_capacity_reservation API.
|
12778
12778
|
"""
|
12779
12779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12780
12780
|
required_arguments = ['capacityReservationId']
|
@@ -12883,7 +12883,7 @@ class ComputeClient(object):
|
|
12883
12883
|
:rtype: :class:`~oci.response.Response`
|
12884
12884
|
|
12885
12885
|
:example:
|
12886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
12886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/update_compute_capacity_topology.py.html>`__ to see an example of how to use update_compute_capacity_topology API.
|
12887
12887
|
"""
|
12888
12888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12889
12889
|
required_arguments = ['computeCapacityTopologyId']
|
@@ -13013,7 +13013,7 @@ class ComputeClient(object):
|
|
13013
13013
|
:rtype: :class:`~oci.response.Response`
|
13014
13014
|
|
13015
13015
|
:example:
|
13016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
13016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/update_compute_cluster.py.html>`__ to see an example of how to use update_compute_cluster API.
|
13017
13017
|
"""
|
13018
13018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13019
13019
|
required_arguments = ['computeClusterId']
|
@@ -13132,7 +13132,7 @@ class ComputeClient(object):
|
|
13132
13132
|
:rtype: :class:`~oci.response.Response`
|
13133
13133
|
|
13134
13134
|
:example:
|
13135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
13135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/update_compute_gpu_memory_cluster.py.html>`__ to see an example of how to use update_compute_gpu_memory_cluster API.
|
13136
13136
|
"""
|
13137
13137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13138
13138
|
required_arguments = ['computeGpuMemoryClusterId']
|
@@ -13253,7 +13253,7 @@ class ComputeClient(object):
|
|
13253
13253
|
:rtype: :class:`~oci.response.Response`
|
13254
13254
|
|
13255
13255
|
:example:
|
13256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
13256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/update_compute_gpu_memory_fabric.py.html>`__ to see an example of how to use update_compute_gpu_memory_fabric API.
|
13257
13257
|
"""
|
13258
13258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13259
13259
|
required_arguments = ['computeGpuMemoryFabricId']
|
@@ -13369,7 +13369,7 @@ class ComputeClient(object):
|
|
13369
13369
|
:rtype: :class:`~oci.response.Response`
|
13370
13370
|
|
13371
13371
|
:example:
|
13372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
13372
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/update_compute_host.py.html>`__ to see an example of how to use update_compute_host API.
|
13373
13373
|
"""
|
13374
13374
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13375
13375
|
required_arguments = ['computeHostId']
|
@@ -13474,7 +13474,7 @@ class ComputeClient(object):
|
|
13474
13474
|
:rtype: :class:`~oci.response.Response`
|
13475
13475
|
|
13476
13476
|
:example:
|
13477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
13477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/update_compute_image_capability_schema.py.html>`__ to see an example of how to use update_compute_image_capability_schema API.
|
13478
13478
|
"""
|
13479
13479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13480
13480
|
required_arguments = ['computeImageCapabilitySchemaId']
|
@@ -13577,7 +13577,7 @@ class ComputeClient(object):
|
|
13577
13577
|
:rtype: :class:`~oci.response.Response`
|
13578
13578
|
|
13579
13579
|
:example:
|
13580
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
13580
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
13581
13581
|
"""
|
13582
13582
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13583
13583
|
required_arguments = ['instanceConsoleHistoryId']
|
@@ -13692,7 +13692,7 @@ class ComputeClient(object):
|
|
13692
13692
|
:rtype: :class:`~oci.response.Response`
|
13693
13693
|
|
13694
13694
|
:example:
|
13695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
13695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/update_dedicated_vm_host.py.html>`__ to see an example of how to use update_dedicated_vm_host API.
|
13696
13696
|
"""
|
13697
13697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13698
13698
|
required_arguments = ['dedicatedVmHostId']
|
@@ -13809,7 +13809,7 @@ class ComputeClient(object):
|
|
13809
13809
|
:rtype: :class:`~oci.response.Response`
|
13810
13810
|
|
13811
13811
|
:example:
|
13812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
13812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/update_image.py.html>`__ to see an example of how to use update_image API.
|
13813
13813
|
"""
|
13814
13814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13815
13815
|
required_arguments = ['imageId']
|
@@ -13930,7 +13930,7 @@ class ComputeClient(object):
|
|
13930
13930
|
:rtype: :class:`~oci.response.Response`
|
13931
13931
|
|
13932
13932
|
:example:
|
13933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
13933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/update_instance.py.html>`__ to see an example of how to use update_instance API.
|
13934
13934
|
"""
|
13935
13935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13936
13936
|
required_arguments = ['instanceId']
|
@@ -14040,7 +14040,7 @@ class ComputeClient(object):
|
|
14040
14040
|
:rtype: :class:`~oci.response.Response`
|
14041
14041
|
|
14042
14042
|
:example:
|
14043
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
14043
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/update_instance_console_connection.py.html>`__ to see an example of how to use update_instance_console_connection API.
|
14044
14044
|
"""
|
14045
14045
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14046
14046
|
required_arguments = ['instanceConsoleConnectionId']
|
@@ -14156,7 +14156,7 @@ class ComputeClient(object):
|
|
14156
14156
|
:rtype: :class:`~oci.response.Response`
|
14157
14157
|
|
14158
14158
|
:example:
|
14159
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
14159
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/update_instance_maintenance_event.py.html>`__ to see an example of how to use update_instance_maintenance_event API.
|
14160
14160
|
"""
|
14161
14161
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14162
14162
|
required_arguments = ['instanceMaintenanceEventId']
|
@@ -14268,7 +14268,7 @@ class ComputeClient(object):
|
|
14268
14268
|
:rtype: :class:`~oci.response.Response`
|
14269
14269
|
|
14270
14270
|
:example:
|
14271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.
|
14271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/core/update_volume_attachment.py.html>`__ to see an example of how to use update_volume_attachment API.
|
14272
14272
|
"""
|
14273
14273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14274
14274
|
required_arguments = ['volumeAttachmentId']
|