oci 2.117.0__py3-none-any.whl → 2.118.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/models/update_instance_details.py +39 -2
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +1027 -252
- oci/data_catalog/data_catalog_client_composite_operations.py +276 -0
- oci/data_catalog/models/__init__.py +6 -0
- oci/data_catalog/models/add_resource_lock_details.py +183 -0
- oci/data_catalog/models/catalog.py +76 -2
- oci/data_catalog/models/catalog_private_endpoint.py +76 -2
- oci/data_catalog/models/catalog_private_endpoint_summary.py +76 -2
- oci/data_catalog/models/catalog_summary.py +76 -2
- oci/data_catalog/models/metastore.py +76 -2
- oci/data_catalog/models/metastore_summary.py +76 -2
- oci/data_catalog/models/remove_resource_lock_details.py +183 -0
- oci/data_catalog/models/resource_lock.py +185 -0
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_integration/models/__init__.py +8 -0
- oci/data_integration/models/create_task_details.py +31 -0
- oci/data_integration/models/create_task_from_data_loader_task.py +7 -0
- oci/data_integration/models/create_task_from_integration_task.py +7 -0
- oci/data_integration/models/create_task_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/create_task_from_pipeline_task.py +7 -0
- oci/data_integration/models/create_task_from_rest_task.py +7 -0
- oci/data_integration/models/create_task_from_sql_task.py +7 -0
- oci/data_integration/models/incremental_data_entity_clause.py +170 -0
- oci/data_integration/models/incremental_field_clause.py +170 -0
- oci/data_integration/models/incremental_read_config.py +103 -0
- oci/data_integration/models/json_format_attribute.py +33 -2
- oci/data_integration/models/read_operation_config.py +27 -0
- oci/data_integration/models/runtime_operator.py +2 -2
- oci/data_integration/models/runtime_operator_summary.py +2 -2
- oci/data_integration/models/shape_details.py +68 -0
- oci/data_integration/models/task.py +31 -0
- oci/data_integration/models/task_from_data_loader_task_details.py +7 -0
- oci/data_integration/models/task_from_integration_task_details.py +7 -0
- oci/data_integration/models/task_from_oci_dataflow_task_details.py +63 -2
- oci/data_integration/models/task_from_pipeline_task_details.py +7 -0
- oci/data_integration/models/task_from_rest_task_details.py +7 -0
- oci/data_integration/models/task_from_sql_task_details.py +7 -0
- oci/data_integration/models/task_summary.py +31 -0
- oci/data_integration/models/task_summary_from_data_loader_task.py +7 -0
- oci/data_integration/models/task_summary_from_integration_task.py +7 -0
- oci/data_integration/models/task_summary_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/task_summary_from_pipeline_task.py +7 -0
- oci/data_integration/models/task_summary_from_rest_task.py +7 -0
- oci/data_integration/models/task_summary_from_sql_task.py +7 -0
- oci/data_integration/models/update_task_details.py +31 -0
- oci/data_integration/models/update_task_from_data_loader_task.py +7 -0
- oci/data_integration/models/update_task_from_integration_task.py +7 -0
- oci/data_integration/models/update_task_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/update_task_from_pipeline_task.py +7 -0
- oci/data_integration/models/update_task_from_rest_task.py +7 -0
- oci/data_integration/models/update_task_from_sql_task.py +7 -0
- 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 +307 -290
- oci/data_safe/data_safe_client_composite_operations.py +5 -5
- oci/data_safe/models/__init__.py +2 -0
- oci/data_safe/models/audit_event_aggregation_dimensions.py +6 -6
- oci/data_safe/models/audit_event_summary.py +14 -14
- oci/data_safe/models/audit_policy_dimensions.py +2 -2
- oci/data_safe/models/change_report_compartment_details.py +1 -1
- oci/data_safe/models/change_sql_firewall_policy_compartment_details.py +2 -2
- oci/data_safe/models/database_security_config.py +1 -1
- oci/data_safe/models/database_security_config_summary.py +1 -1
- oci/data_safe/models/delete_rows_format_entry.py +1 -1
- oci/data_safe/models/deterministic_encryption_date_format_entry.py +1 -1
- oci/data_safe/models/deterministic_encryption_format_entry.py +1 -1
- oci/data_safe/models/deterministic_substitution_format_entry.py +1 -1
- oci/data_safe/models/dimensions.py +33 -2
- oci/data_safe/models/discovery_analytics_summary.py +7 -3
- oci/data_safe/models/entry_details.py +2 -2
- oci/data_safe/models/finding_summary.py +2 -2
- oci/data_safe/models/firewall_policy_entry_details.py +5 -5
- oci/data_safe/models/fixed_number_format_entry.py +1 -1
- oci/data_safe/models/fixed_string_format_entry.py +1 -1
- oci/data_safe/models/format_entry.py +11 -3
- oci/data_safe/models/generate_report_details.py +2 -2
- oci/data_safe/models/library_masking_format_entry.py +1 -1
- oci/data_safe/models/mask_data_details.py +4 -2
- oci/data_safe/models/null_value_format_entry.py +1 -1
- oci/data_safe/models/patch_alerts_details.py +1 -1
- oci/data_safe/models/pattern_format_entry.py +104 -0
- oci/data_safe/models/ppf_format_entry.py +1 -1
- oci/data_safe/models/preserve_original_data_format_entry.py +1 -1
- oci/data_safe/models/random_date_format_entry.py +1 -1
- oci/data_safe/models/random_decimal_number_format_entry.py +1 -1
- oci/data_safe/models/random_digits_format_entry.py +1 -1
- oci/data_safe/models/random_list_format_entry.py +1 -1
- oci/data_safe/models/random_number_format_entry.py +1 -1
- oci/data_safe/models/random_string_format_entry.py +1 -1
- oci/data_safe/models/random_substitution_format_entry.py +1 -1
- oci/data_safe/models/regular_expression_format_entry.py +1 -1
- oci/data_safe/models/report.py +2 -2
- oci/data_safe/models/report_definition.py +8 -8
- oci/data_safe/models/report_summary.py +2 -2
- oci/data_safe/models/schedule_report_details.py +2 -2
- oci/data_safe/models/sdm_masking_policy_difference.py +5 -5
- oci/data_safe/models/sensitive_category.py +7 -0
- oci/data_safe/models/sensitive_type.py +33 -0
- oci/data_safe/models/sensitive_type_pattern.py +7 -0
- oci/data_safe/models/sensitive_type_summary.py +33 -0
- oci/data_safe/models/shuffle_format_entry.py +1 -1
- oci/data_safe/models/sql_expression_format_entry.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_aggregation.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_analytics_collection.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_collection.py +3 -3
- oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +7 -7
- oci/data_safe/models/sql_firewall_allowed_sql_summary.py +23 -23
- oci/data_safe/models/sql_firewall_config.py +1 -1
- oci/data_safe/models/sql_firewall_policy.py +35 -35
- oci/data_safe/models/sql_firewall_policy_aggregation.py +1 -1
- oci/data_safe/models/sql_firewall_policy_analytics_collection.py +1 -1
- oci/data_safe/models/sql_firewall_policy_collection.py +3 -3
- oci/data_safe/models/sql_firewall_policy_dimensions.py +9 -9
- oci/data_safe/models/sql_firewall_policy_summary.py +29 -29
- oci/data_safe/models/sql_firewall_violation_aggregation_dimensions.py +2 -2
- oci/data_safe/models/substring_format_entry.py +1 -1
- oci/data_safe/models/truncate_table_format_entry.py +1 -1
- oci/data_safe/models/udf_format_entry.py +1 -1
- oci/data_safe/models/update_sql_firewall_config_details.py +1 -1
- oci/data_safe/models/update_sql_firewall_policy_details.py +19 -19
- oci/data_safe/models/work_request.py +11 -3
- oci/data_safe/models/work_request_summary.py +11 -3
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +327 -327
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +61 -61
- oci/golden_gate/models/amazon_kinesis_connection.py +9 -0
- oci/golden_gate/models/amazon_kinesis_connection_summary.py +8 -0
- oci/golden_gate/models/amazon_redshift_connection.py +9 -0
- oci/golden_gate/models/amazon_redshift_connection_summary.py +8 -0
- oci/golden_gate/models/amazon_s3_connection.py +9 -0
- oci/golden_gate/models/amazon_s3_connection_summary.py +8 -0
- oci/golden_gate/models/azure_data_lake_storage_connection.py +9 -0
- oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +8 -0
- oci/golden_gate/models/azure_synapse_connection.py +9 -0
- oci/golden_gate/models/azure_synapse_connection_summary.py +8 -0
- oci/golden_gate/models/connection.py +61 -4
- oci/golden_gate/models/connection_summary.py +61 -4
- oci/golden_gate/models/create_amazon_kinesis_connection_details.py +8 -0
- oci/golden_gate/models/create_amazon_redshift_connection_details.py +8 -0
- oci/golden_gate/models/create_amazon_s3_connection_details.py +8 -0
- oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_azure_synapse_connection_details.py +8 -0
- oci/golden_gate/models/create_connection_details.py +61 -4
- oci/golden_gate/models/create_database_registration_details.py +2 -2
- oci/golden_gate/models/create_deployment_details.py +41 -2
- oci/golden_gate/models/create_elasticsearch_connection_details.py +8 -0
- oci/golden_gate/models/create_generic_connection_details.py +8 -0
- oci/golden_gate/models/create_golden_gate_connection_details.py +14 -0
- oci/golden_gate/models/create_google_big_query_connection_details.py +8 -0
- oci/golden_gate/models/create_google_cloud_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_hdfs_connection_details.py +8 -0
- oci/golden_gate/models/create_java_message_service_connection_details.py +14 -0
- oci/golden_gate/models/create_kafka_connection_details.py +8 -0
- oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +14 -0
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +14 -0
- oci/golden_gate/models/create_mongo_db_connection_details.py +8 -0
- oci/golden_gate/models/create_mysql_connection_details.py +14 -0
- oci/golden_gate/models/create_oci_object_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_oracle_connection_details.py +14 -0
- oci/golden_gate/models/create_oracle_nosql_connection_details.py +8 -0
- oci/golden_gate/models/create_postgresql_connection_details.py +14 -0
- oci/golden_gate/models/create_redis_connection_details.py +8 -0
- oci/golden_gate/models/create_snowflake_connection_details.py +8 -0
- oci/golden_gate/models/database_registration.py +2 -2
- oci/golden_gate/models/database_registration_summary.py +2 -2
- oci/golden_gate/models/deployment.py +113 -4
- oci/golden_gate/models/deployment_summary.py +78 -2
- oci/golden_gate/models/elasticsearch_connection.py +9 -0
- oci/golden_gate/models/elasticsearch_connection_summary.py +8 -0
- oci/golden_gate/models/generic_connection.py +9 -0
- oci/golden_gate/models/generic_connection_summary.py +8 -0
- oci/golden_gate/models/golden_gate_connection.py +15 -0
- oci/golden_gate/models/golden_gate_connection_summary.py +14 -0
- oci/golden_gate/models/google_big_query_connection.py +9 -0
- oci/golden_gate/models/google_big_query_connection_summary.py +8 -0
- oci/golden_gate/models/google_cloud_storage_connection.py +9 -0
- oci/golden_gate/models/google_cloud_storage_connection_summary.py +8 -0
- oci/golden_gate/models/hdfs_connection.py +9 -0
- oci/golden_gate/models/hdfs_connection_summary.py +8 -0
- oci/golden_gate/models/java_message_service_connection.py +15 -0
- oci/golden_gate/models/java_message_service_connection_summary.py +14 -0
- oci/golden_gate/models/kafka_bootstrap_server.py +6 -0
- oci/golden_gate/models/kafka_connection.py +9 -0
- oci/golden_gate/models/kafka_connection_summary.py +8 -0
- oci/golden_gate/models/kafka_schema_registry_connection.py +15 -0
- oci/golden_gate/models/kafka_schema_registry_connection_summary.py +14 -0
- oci/golden_gate/models/microsoft_sqlserver_connection.py +15 -0
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +14 -0
- oci/golden_gate/models/mongo_db_connection.py +9 -0
- oci/golden_gate/models/mongo_db_connection_summary.py +8 -0
- oci/golden_gate/models/mysql_connection.py +15 -0
- oci/golden_gate/models/mysql_connection_summary.py +14 -0
- oci/golden_gate/models/oci_object_storage_connection.py +9 -0
- oci/golden_gate/models/oci_object_storage_connection_summary.py +8 -0
- oci/golden_gate/models/oracle_connection.py +15 -0
- oci/golden_gate/models/oracle_connection_summary.py +14 -0
- oci/golden_gate/models/oracle_nosql_connection.py +9 -0
- oci/golden_gate/models/oracle_nosql_connection_summary.py +8 -0
- oci/golden_gate/models/postgresql_connection.py +15 -0
- oci/golden_gate/models/postgresql_connection_summary.py +14 -0
- oci/golden_gate/models/redis_connection.py +9 -0
- oci/golden_gate/models/redis_connection_summary.py +8 -0
- oci/golden_gate/models/snowflake_connection.py +9 -0
- oci/golden_gate/models/snowflake_connection_summary.py +8 -0
- oci/golden_gate/models/update_amazon_kinesis_connection_details.py +15 -0
- oci/golden_gate/models/update_amazon_redshift_connection_details.py +15 -0
- oci/golden_gate/models/update_amazon_s3_connection_details.py +15 -0
- oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_azure_synapse_connection_details.py +15 -0
- oci/golden_gate/models/update_connection_details.py +94 -2
- oci/golden_gate/models/update_deployment_details.py +2 -2
- oci/golden_gate/models/update_elasticsearch_connection_details.py +15 -0
- oci/golden_gate/models/update_generic_connection_details.py +15 -0
- oci/golden_gate/models/update_golden_gate_connection_details.py +21 -0
- oci/golden_gate/models/update_google_big_query_connection_details.py +15 -0
- oci/golden_gate/models/update_google_cloud_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_hdfs_connection_details.py +15 -0
- oci/golden_gate/models/update_java_message_service_connection_details.py +21 -0
- oci/golden_gate/models/update_kafka_connection_details.py +15 -0
- oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +21 -0
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +21 -0
- oci/golden_gate/models/update_mongo_db_connection_details.py +15 -0
- oci/golden_gate/models/update_mysql_connection_details.py +21 -0
- oci/golden_gate/models/update_oci_object_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_oracle_connection_details.py +21 -0
- oci/golden_gate/models/update_oracle_nosql_connection_details.py +15 -0
- oci/golden_gate/models/update_postgresql_connection_details.py +21 -0
- oci/golden_gate/models/update_redis_connection_details.py +15 -0
- oci/golden_gate/models/update_snowflake_connection_details.py +15 -0
- 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 +1901 -1029
- oci/identity_domains/models/__init__.py +8 -0
- oci/identity_domains/models/extension_user_user.py +59 -0
- oci/identity_domains/models/identity_propagation_trust.py +1623 -0
- oci/identity_domains/models/identity_propagation_trust_impersonation_service_users.py +243 -0
- oci/identity_domains/models/identity_propagation_trust_keytab.py +153 -0
- oci/identity_domains/models/identity_propagation_trusts.py +196 -0
- oci/identity_domains/models/me.py +1 -1
- oci/identity_domains/models/me_name.py +4 -4
- oci/identity_domains/models/user.py +1 -1
- oci/identity_domains/models/user_name.py +4 -4
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +23 -23
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +173 -173
- oci/optimizer/models/create_profile_details.py +33 -0
- oci/optimizer/models/profile.py +33 -0
- oci/optimizer/models/profile_summary.py +33 -0
- oci/optimizer/models/update_profile_details.py +33 -0
- oci/optimizer/optimizer_client.py +129 -53
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/models/backup.py +53 -21
- oci/psql/models/backup_policy.py +5 -5
- oci/psql/models/backup_source_details.py +10 -5
- oci/psql/models/backup_summary.py +47 -19
- oci/psql/models/change_backup_compartment_details.py +7 -5
- oci/psql/models/change_configuration_compartment_details.py +7 -5
- oci/psql/models/change_db_system_compartment_details.py +3 -3
- oci/psql/models/config_overrides.py +5 -5
- oci/psql/models/config_params.py +17 -17
- oci/psql/models/configuration.py +37 -21
- oci/psql/models/configuration_collection.py +2 -2
- oci/psql/models/configuration_details.py +1 -1
- oci/psql/models/configuration_summary.py +39 -19
- oci/psql/models/connection_details.py +5 -5
- oci/psql/models/create_backup_details.py +13 -9
- oci/psql/models/create_configuration_details.py +21 -15
- oci/psql/models/create_db_instance_details.py +9 -9
- oci/psql/models/create_db_system_details.py +35 -25
- oci/psql/models/credentials.py +3 -3
- oci/psql/models/daily_backup_policy.py +3 -3
- oci/psql/models/db_configuration_override_collection.py +3 -3
- oci/psql/models/db_instance.py +35 -15
- oci/psql/models/db_instance_endpoint.py +3 -3
- oci/psql/models/db_system.py +63 -33
- oci/psql/models/db_system_collection.py +3 -3
- oci/psql/models/db_system_details.py +5 -5
- oci/psql/models/db_system_summary.py +57 -27
- oci/psql/models/default_config_params.py +15 -15
- oci/psql/models/default_configuration.py +31 -19
- oci/psql/models/default_configuration_collection.py +2 -2
- oci/psql/models/default_configuration_details.py +1 -1
- oci/psql/models/default_configuration_summary.py +29 -17
- oci/psql/models/endpoint.py +7 -7
- oci/psql/models/failover_db_system_details.py +13 -9
- oci/psql/models/management_policy.py +1 -1
- oci/psql/models/management_policy_details.py +1 -1
- oci/psql/models/monthly_backup_policy.py +5 -5
- oci/psql/models/network_details.py +15 -7
- oci/psql/models/none_backup_policy.py +1 -1
- oci/psql/models/none_source_details.py +1 -1
- oci/psql/models/oci_optimized_storage_details.py +3 -3
- oci/psql/models/password_details.py +4 -4
- oci/psql/models/patch_db_system_details.py +2 -2
- oci/psql/models/plain_text_password_details.py +3 -3
- oci/psql/models/primary_db_instance_details.py +3 -3
- oci/psql/models/reset_master_user_password_details.py +2 -2
- oci/psql/models/restart_db_instance_in_db_system_details.py +5 -5
- oci/psql/models/restore_db_system_details.py +11 -7
- oci/psql/models/shape_collection.py +3 -3
- oci/psql/models/shape_summary.py +11 -9
- oci/psql/models/source_details.py +1 -1
- oci/psql/models/storage_details.py +13 -13
- oci/psql/models/update_backup_details.py +4 -4
- oci/psql/models/update_configuration_details.py +73 -7
- oci/psql/models/update_db_config_params.py +11 -7
- oci/psql/models/update_db_system_db_instance_details.py +5 -5
- oci/psql/models/update_db_system_details.py +4 -4
- oci/psql/models/update_storage_details_params.py +5 -5
- oci/psql/models/vault_secret_password_details.py +9 -5
- oci/psql/models/weekly_backup_policy.py +5 -5
- oci/psql/models/work_request.py +19 -9
- oci/psql/models/work_request_error.py +12 -6
- oci/psql/models/work_request_error_collection.py +2 -2
- oci/psql/models/work_request_log_entry.py +6 -2
- oci/psql/models/work_request_log_entry_collection.py +2 -2
- oci/psql/models/work_request_resource.py +4 -4
- oci/psql/models/work_request_summary.py +18 -8
- oci/psql/models/work_request_summary_collection.py +2 -2
- oci/psql/postgresql_client.py +186 -127
- oci/psql/postgresql_client_composite_operations.py +23 -69
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/models/discovery_details.py +7 -3
- oci/stack_monitoring/models/discovery_job_summary.py +7 -3
- oci/stack_monitoring/stack_monitoring_client.py +58 -58
- 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/models/__init__.py +24 -0
- oci/usage_api/models/average_carbon_emission.py +103 -0
- oci/usage_api/models/clean_energy_usage.py +134 -0
- oci/usage_api/models/create_schedule_details.py +4 -4
- oci/usage_api/models/create_usage_carbon_emissions_query_details.py +99 -0
- oci/usage_api/models/request_usage_carbon_emissions_details.py +297 -0
- oci/usage_api/models/schedule.py +4 -4
- oci/usage_api/models/update_schedule_details.py +2 -2
- oci/usage_api/models/update_usage_carbon_emissions_query_details.py +68 -0
- oci/usage_api/models/usage_carbon_emission_aggregation.py +103 -0
- oci/usage_api/models/usage_carbon_emission_summary.py +630 -0
- oci/usage_api/models/usage_carbon_emissions_query.py +130 -0
- oci/usage_api/models/usage_carbon_emissions_query_collection.py +72 -0
- oci/usage_api/models/usage_carbon_emissions_query_definition.py +157 -0
- oci/usage_api/models/usage_carbon_emissions_query_summary.py +99 -0
- oci/usage_api/models/usage_carbon_emissions_report_query.py +356 -0
- oci/usage_api/usageapi_client.py +1151 -210
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/METADATA +1 -1
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/RECORD +560 -536
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/WHEEL +0 -0
- {oci-2.117.0.dist-info → oci-2.118.0.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.
|
167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/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.
|
271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/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.
|
372
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/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.
|
467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/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.
|
558
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/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.
|
665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/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.
|
772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/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.
|
894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/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.
|
1025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/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']
|
@@ -1143,7 +1143,7 @@ class ComputeClient(object):
|
|
1143
1143
|
:rtype: :class:`~oci.response.Response`
|
1144
1144
|
|
1145
1145
|
:example:
|
1146
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/change_compute_image_capability_schema_compartment.py.html>`__ to see an example of how to use change_compute_image_capability_schema_compartment API.
|
1147
1147
|
"""
|
1148
1148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1149
1149
|
required_arguments = ['computeImageCapabilitySchemaId']
|
@@ -1262,7 +1262,7 @@ class ComputeClient(object):
|
|
1262
1262
|
:rtype: :class:`~oci.response.Response`
|
1263
1263
|
|
1264
1264
|
:example:
|
1265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/change_dedicated_vm_host_compartment.py.html>`__ to see an example of how to use change_dedicated_vm_host_compartment API.
|
1266
1266
|
"""
|
1267
1267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1268
1268
|
required_arguments = ['dedicatedVmHostId']
|
@@ -1385,7 +1385,7 @@ class ComputeClient(object):
|
|
1385
1385
|
:rtype: :class:`~oci.response.Response`
|
1386
1386
|
|
1387
1387
|
:example:
|
1388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/change_image_compartment.py.html>`__ to see an example of how to use change_image_compartment API.
|
1389
1389
|
"""
|
1390
1390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1391
1391
|
required_arguments = ['imageId']
|
@@ -1513,7 +1513,7 @@ class ComputeClient(object):
|
|
1513
1513
|
:rtype: :class:`~oci.response.Response`
|
1514
1514
|
|
1515
1515
|
:example:
|
1516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/change_instance_compartment.py.html>`__ to see an example of how to use change_instance_compartment API.
|
1517
1517
|
"""
|
1518
1518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1519
1519
|
required_arguments = ['instanceId']
|
@@ -1618,7 +1618,7 @@ class ComputeClient(object):
|
|
1618
1618
|
:rtype: :class:`~oci.response.Response`
|
1619
1619
|
|
1620
1620
|
:example:
|
1621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1621
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/create_app_catalog_subscription.py.html>`__ to see an example of how to use create_app_catalog_subscription API.
|
1622
1622
|
"""
|
1623
1623
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1624
1624
|
required_arguments = []
|
@@ -1720,7 +1720,7 @@ class ComputeClient(object):
|
|
1720
1720
|
:rtype: :class:`~oci.response.Response`
|
1721
1721
|
|
1722
1722
|
:example:
|
1723
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1723
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/create_compute_capacity_report.py.html>`__ to see an example of how to use create_compute_capacity_report API.
|
1724
1724
|
"""
|
1725
1725
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1726
1726
|
required_arguments = []
|
@@ -1827,7 +1827,7 @@ class ComputeClient(object):
|
|
1827
1827
|
:rtype: :class:`~oci.response.Response`
|
1828
1828
|
|
1829
1829
|
:example:
|
1830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/create_compute_capacity_reservation.py.html>`__ to see an example of how to use create_compute_capacity_reservation API.
|
1831
1831
|
"""
|
1832
1832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1833
1833
|
required_arguments = []
|
@@ -1929,7 +1929,7 @@ class ComputeClient(object):
|
|
1929
1929
|
:rtype: :class:`~oci.response.Response`
|
1930
1930
|
|
1931
1931
|
:example:
|
1932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1932
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/create_compute_capacity_topology.py.html>`__ to see an example of how to use create_compute_capacity_topology API.
|
1933
1933
|
"""
|
1934
1934
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1935
1935
|
required_arguments = []
|
@@ -2055,7 +2055,7 @@ class ComputeClient(object):
|
|
2055
2055
|
:rtype: :class:`~oci.response.Response`
|
2056
2056
|
|
2057
2057
|
:example:
|
2058
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/create_compute_cluster.py.html>`__ to see an example of how to use create_compute_cluster API.
|
2059
2059
|
"""
|
2060
2060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2061
2061
|
required_arguments = []
|
@@ -2148,7 +2148,7 @@ class ComputeClient(object):
|
|
2148
2148
|
:rtype: :class:`~oci.response.Response`
|
2149
2149
|
|
2150
2150
|
:example:
|
2151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/create_compute_image_capability_schema.py.html>`__ to see an example of how to use create_compute_image_capability_schema API.
|
2152
2152
|
"""
|
2153
2153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2154
2154
|
required_arguments = []
|
@@ -2250,7 +2250,7 @@ class ComputeClient(object):
|
|
2250
2250
|
:rtype: :class:`~oci.response.Response`
|
2251
2251
|
|
2252
2252
|
:example:
|
2253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/create_dedicated_vm_host.py.html>`__ to see an example of how to use create_dedicated_vm_host API.
|
2254
2254
|
"""
|
2255
2255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2256
2256
|
required_arguments = []
|
@@ -2370,7 +2370,7 @@ class ComputeClient(object):
|
|
2370
2370
|
:rtype: :class:`~oci.response.Response`
|
2371
2371
|
|
2372
2372
|
:example:
|
2373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/create_image.py.html>`__ to see an example of how to use create_image API.
|
2374
2374
|
"""
|
2375
2375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2376
2376
|
required_arguments = []
|
@@ -2469,7 +2469,7 @@ class ComputeClient(object):
|
|
2469
2469
|
:rtype: :class:`~oci.response.Response`
|
2470
2470
|
|
2471
2471
|
:example:
|
2472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/create_instance_console_connection.py.html>`__ to see an example of how to use create_instance_console_connection API.
|
2473
2473
|
"""
|
2474
2474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2475
2475
|
required_arguments = []
|
@@ -2561,7 +2561,7 @@ class ComputeClient(object):
|
|
2561
2561
|
:rtype: :class:`~oci.response.Response`
|
2562
2562
|
|
2563
2563
|
:example:
|
2564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/delete_app_catalog_subscription.py.html>`__ to see an example of how to use delete_app_catalog_subscription API.
|
2565
2565
|
"""
|
2566
2566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2567
2567
|
required_arguments = ['listingId', 'compartmentId', 'resourceVersion']
|
@@ -2651,7 +2651,7 @@ class ComputeClient(object):
|
|
2651
2651
|
:rtype: :class:`~oci.response.Response`
|
2652
2652
|
|
2653
2653
|
:example:
|
2654
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2654
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/delete_compute_capacity_reservation.py.html>`__ to see an example of how to use delete_compute_capacity_reservation API.
|
2655
2655
|
"""
|
2656
2656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2657
2657
|
required_arguments = ['capacityReservationId']
|
@@ -2755,7 +2755,7 @@ class ComputeClient(object):
|
|
2755
2755
|
:rtype: :class:`~oci.response.Response`
|
2756
2756
|
|
2757
2757
|
:example:
|
2758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/delete_compute_capacity_topology.py.html>`__ to see an example of how to use delete_compute_capacity_topology API.
|
2759
2759
|
"""
|
2760
2760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2761
2761
|
required_arguments = ['computeCapacityTopologyId']
|
@@ -2870,7 +2870,7 @@ class ComputeClient(object):
|
|
2870
2870
|
:rtype: :class:`~oci.response.Response`
|
2871
2871
|
|
2872
2872
|
:example:
|
2873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/delete_compute_cluster.py.html>`__ to see an example of how to use delete_compute_cluster API.
|
2874
2874
|
"""
|
2875
2875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2876
2876
|
required_arguments = ['computeClusterId']
|
@@ -2968,7 +2968,7 @@ class ComputeClient(object):
|
|
2968
2968
|
:rtype: :class:`~oci.response.Response`
|
2969
2969
|
|
2970
2970
|
:example:
|
2971
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2971
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/delete_compute_image_capability_schema.py.html>`__ to see an example of how to use delete_compute_image_capability_schema API.
|
2972
2972
|
"""
|
2973
2973
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2974
2974
|
required_arguments = ['computeImageCapabilitySchemaId']
|
@@ -3064,7 +3064,7 @@ class ComputeClient(object):
|
|
3064
3064
|
:rtype: :class:`~oci.response.Response`
|
3065
3065
|
|
3066
3066
|
:example:
|
3067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
|
3068
3068
|
"""
|
3069
3069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3070
3070
|
required_arguments = ['instanceConsoleHistoryId']
|
@@ -3162,7 +3162,7 @@ class ComputeClient(object):
|
|
3162
3162
|
:rtype: :class:`~oci.response.Response`
|
3163
3163
|
|
3164
3164
|
:example:
|
3165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/delete_dedicated_vm_host.py.html>`__ to see an example of how to use delete_dedicated_vm_host API.
|
3166
3166
|
"""
|
3167
3167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3168
3168
|
required_arguments = ['dedicatedVmHostId']
|
@@ -3260,7 +3260,7 @@ class ComputeClient(object):
|
|
3260
3260
|
:rtype: :class:`~oci.response.Response`
|
3261
3261
|
|
3262
3262
|
:example:
|
3263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/delete_image.py.html>`__ to see an example of how to use delete_image API.
|
3264
3264
|
"""
|
3265
3265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3266
3266
|
required_arguments = ['imageId']
|
@@ -3356,7 +3356,7 @@ class ComputeClient(object):
|
|
3356
3356
|
:rtype: :class:`~oci.response.Response`
|
3357
3357
|
|
3358
3358
|
:example:
|
3359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/delete_instance_console_connection.py.html>`__ to see an example of how to use delete_instance_console_connection API.
|
3360
3360
|
"""
|
3361
3361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3362
3362
|
required_arguments = ['instanceConsoleConnectionId']
|
@@ -3455,7 +3455,7 @@ class ComputeClient(object):
|
|
3455
3455
|
:rtype: :class:`~oci.response.Response`
|
3456
3456
|
|
3457
3457
|
:example:
|
3458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/detach_boot_volume.py.html>`__ to see an example of how to use detach_boot_volume API.
|
3459
3459
|
"""
|
3460
3460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3461
3461
|
required_arguments = ['bootVolumeAttachmentId']
|
@@ -3562,7 +3562,7 @@ class ComputeClient(object):
|
|
3562
3562
|
:rtype: :class:`~oci.response.Response`
|
3563
3563
|
|
3564
3564
|
:example:
|
3565
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/detach_vnic.py.html>`__ to see an example of how to use detach_vnic API.
|
3566
3566
|
"""
|
3567
3567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3568
3568
|
required_arguments = ['vnicAttachmentId']
|
@@ -3661,7 +3661,7 @@ class ComputeClient(object):
|
|
3661
3661
|
:rtype: :class:`~oci.response.Response`
|
3662
3662
|
|
3663
3663
|
:example:
|
3664
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3664
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/detach_volume.py.html>`__ to see an example of how to use detach_volume API.
|
3665
3665
|
"""
|
3666
3666
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3667
3667
|
required_arguments = ['volumeAttachmentId']
|
@@ -3783,7 +3783,7 @@ class ComputeClient(object):
|
|
3783
3783
|
:rtype: :class:`~oci.response.Response`
|
3784
3784
|
|
3785
3785
|
:example:
|
3786
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/export_image.py.html>`__ to see an example of how to use export_image API.
|
3787
3787
|
"""
|
3788
3788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3789
3789
|
required_arguments = ['imageId']
|
@@ -3883,7 +3883,7 @@ class ComputeClient(object):
|
|
3883
3883
|
:rtype: :class:`~oci.response.Response`
|
3884
3884
|
|
3885
3885
|
:example:
|
3886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_app_catalog_listing.py.html>`__ to see an example of how to use get_app_catalog_listing API.
|
3887
3887
|
"""
|
3888
3888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3889
3889
|
required_arguments = ['listingId']
|
@@ -3974,7 +3974,7 @@ class ComputeClient(object):
|
|
3974
3974
|
:rtype: :class:`~oci.response.Response`
|
3975
3975
|
|
3976
3976
|
:example:
|
3977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_app_catalog_listing_agreements.py.html>`__ to see an example of how to use get_app_catalog_listing_agreements API.
|
3978
3978
|
"""
|
3979
3979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3980
3980
|
required_arguments = ['listingId', 'resourceVersion']
|
@@ -4066,7 +4066,7 @@ class ComputeClient(object):
|
|
4066
4066
|
:rtype: :class:`~oci.response.Response`
|
4067
4067
|
|
4068
4068
|
:example:
|
4069
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4069
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_app_catalog_listing_resource_version.py.html>`__ to see an example of how to use get_app_catalog_listing_resource_version API.
|
4070
4070
|
"""
|
4071
4071
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4072
4072
|
required_arguments = ['listingId', 'resourceVersion']
|
@@ -4155,7 +4155,7 @@ class ComputeClient(object):
|
|
4155
4155
|
:rtype: :class:`~oci.response.Response`
|
4156
4156
|
|
4157
4157
|
:example:
|
4158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_boot_volume_attachment.py.html>`__ to see an example of how to use get_boot_volume_attachment API.
|
4159
4159
|
"""
|
4160
4160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4161
4161
|
required_arguments = ['bootVolumeAttachmentId']
|
@@ -4245,7 +4245,7 @@ class ComputeClient(object):
|
|
4245
4245
|
:rtype: :class:`~oci.response.Response`
|
4246
4246
|
|
4247
4247
|
:example:
|
4248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_compute_capacity_reservation.py.html>`__ to see an example of how to use get_compute_capacity_reservation API.
|
4249
4249
|
"""
|
4250
4250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4251
4251
|
required_arguments = ['capacityReservationId']
|
@@ -4344,7 +4344,7 @@ class ComputeClient(object):
|
|
4344
4344
|
:rtype: :class:`~oci.response.Response`
|
4345
4345
|
|
4346
4346
|
:example:
|
4347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_compute_capacity_topology.py.html>`__ to see an example of how to use get_compute_capacity_topology API.
|
4348
4348
|
"""
|
4349
4349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4350
4350
|
required_arguments = ['computeCapacityTopologyId']
|
@@ -4451,7 +4451,7 @@ class ComputeClient(object):
|
|
4451
4451
|
:rtype: :class:`~oci.response.Response`
|
4452
4452
|
|
4453
4453
|
:example:
|
4454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_compute_cluster.py.html>`__ to see an example of how to use get_compute_cluster API.
|
4455
4455
|
"""
|
4456
4456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4457
4457
|
required_arguments = ['computeClusterId']
|
@@ -4546,7 +4546,7 @@ class ComputeClient(object):
|
|
4546
4546
|
:rtype: :class:`~oci.response.Response`
|
4547
4547
|
|
4548
4548
|
:example:
|
4549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_compute_global_image_capability_schema.py.html>`__ to see an example of how to use get_compute_global_image_capability_schema API.
|
4550
4550
|
"""
|
4551
4551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4552
4552
|
required_arguments = ['computeGlobalImageCapabilitySchemaId']
|
@@ -4639,7 +4639,7 @@ class ComputeClient(object):
|
|
4639
4639
|
:rtype: :class:`~oci.response.Response`
|
4640
4640
|
|
4641
4641
|
:example:
|
4642
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4642
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_compute_global_image_capability_schema_version.py.html>`__ to see an example of how to use get_compute_global_image_capability_schema_version API.
|
4643
4643
|
"""
|
4644
4644
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4645
4645
|
required_arguments = ['computeGlobalImageCapabilitySchemaId', 'computeGlobalImageCapabilitySchemaVersionName']
|
@@ -4731,7 +4731,7 @@ class ComputeClient(object):
|
|
4731
4731
|
:rtype: :class:`~oci.response.Response`
|
4732
4732
|
|
4733
4733
|
:example:
|
4734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_compute_image_capability_schema.py.html>`__ to see an example of how to use get_compute_image_capability_schema API.
|
4735
4735
|
"""
|
4736
4736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4737
4737
|
required_arguments = ['computeImageCapabilitySchemaId']
|
@@ -4833,7 +4833,7 @@ class ComputeClient(object):
|
|
4833
4833
|
:rtype: :class:`~oci.response.Response`
|
4834
4834
|
|
4835
4835
|
:example:
|
4836
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
|
4837
4837
|
"""
|
4838
4838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4839
4839
|
required_arguments = ['instanceConsoleHistoryId']
|
@@ -4927,7 +4927,7 @@ class ComputeClient(object):
|
|
4927
4927
|
:rtype: :class:`~oci.response.Response`
|
4928
4928
|
|
4929
4929
|
:example:
|
4930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
|
4931
4931
|
"""
|
4932
4932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4933
4933
|
required_arguments = ['instanceConsoleHistoryId']
|
@@ -5031,7 +5031,7 @@ class ComputeClient(object):
|
|
5031
5031
|
:rtype: :class:`~oci.response.Response`
|
5032
5032
|
|
5033
5033
|
:example:
|
5034
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_dedicated_vm_host.py.html>`__ to see an example of how to use get_dedicated_vm_host API.
|
5035
5035
|
"""
|
5036
5036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5037
5037
|
required_arguments = ['dedicatedVmHostId']
|
@@ -5126,7 +5126,7 @@ class ComputeClient(object):
|
|
5126
5126
|
:rtype: :class:`~oci.response.Response`
|
5127
5127
|
|
5128
5128
|
:example:
|
5129
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_image.py.html>`__ to see an example of how to use get_image API.
|
5130
5130
|
"""
|
5131
5131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5132
5132
|
required_arguments = ['imageId']
|
@@ -5223,7 +5223,7 @@ class ComputeClient(object):
|
|
5223
5223
|
:rtype: :class:`~oci.response.Response`
|
5224
5224
|
|
5225
5225
|
:example:
|
5226
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5226
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_image_shape_compatibility_entry.py.html>`__ to see an example of how to use get_image_shape_compatibility_entry API.
|
5227
5227
|
"""
|
5228
5228
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5229
5229
|
required_arguments = ['imageId', 'shapeName']
|
@@ -5324,7 +5324,7 @@ class ComputeClient(object):
|
|
5324
5324
|
:rtype: :class:`~oci.response.Response`
|
5325
5325
|
|
5326
5326
|
:example:
|
5327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_instance.py.html>`__ to see an example of how to use get_instance API.
|
5328
5328
|
"""
|
5329
5329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5330
5330
|
required_arguments = ['instanceId']
|
@@ -5410,7 +5410,7 @@ class ComputeClient(object):
|
|
5410
5410
|
:rtype: :class:`~oci.response.Response`
|
5411
5411
|
|
5412
5412
|
:example:
|
5413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_instance_console_connection.py.html>`__ to see an example of how to use get_instance_console_connection API.
|
5414
5414
|
"""
|
5415
5415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5416
5416
|
required_arguments = ['instanceConsoleConnectionId']
|
@@ -5505,7 +5505,7 @@ class ComputeClient(object):
|
|
5505
5505
|
:rtype: :class:`~oci.response.Response`
|
5506
5506
|
|
5507
5507
|
:example:
|
5508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_instance_maintenance_reboot.py.html>`__ to see an example of how to use get_instance_maintenance_reboot API.
|
5509
5509
|
"""
|
5510
5510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5511
5511
|
required_arguments = ['instanceId']
|
@@ -5604,7 +5604,7 @@ class ComputeClient(object):
|
|
5604
5604
|
:rtype: :class:`~oci.response.Response`
|
5605
5605
|
|
5606
5606
|
:example:
|
5607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5607
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_measured_boot_report.py.html>`__ to see an example of how to use get_measured_boot_report API.
|
5608
5608
|
"""
|
5609
5609
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5610
5610
|
required_arguments = ['instanceId']
|
@@ -5697,7 +5697,7 @@ class ComputeClient(object):
|
|
5697
5697
|
:rtype: :class:`~oci.response.Response`
|
5698
5698
|
|
5699
5699
|
:example:
|
5700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_vnic_attachment.py.html>`__ to see an example of how to use get_vnic_attachment API.
|
5701
5701
|
"""
|
5702
5702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5703
5703
|
required_arguments = ['vnicAttachmentId']
|
@@ -5783,7 +5783,7 @@ class ComputeClient(object):
|
|
5783
5783
|
:rtype: :class:`~oci.response.Response`
|
5784
5784
|
|
5785
5785
|
:example:
|
5786
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_volume_attachment.py.html>`__ to see an example of how to use get_volume_attachment API.
|
5787
5787
|
"""
|
5788
5788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5789
5789
|
required_arguments = ['volumeAttachmentId']
|
@@ -5872,7 +5872,7 @@ class ComputeClient(object):
|
|
5872
5872
|
:rtype: :class:`~oci.response.Response`
|
5873
5873
|
|
5874
5874
|
:example:
|
5875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/get_windows_instance_initial_credentials.py.html>`__ to see an example of how to use get_windows_instance_initial_credentials API.
|
5876
5876
|
"""
|
5877
5877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5878
5878
|
required_arguments = ['instanceId']
|
@@ -6026,7 +6026,7 @@ class ComputeClient(object):
|
|
6026
6026
|
:rtype: :class:`~oci.response.Response`
|
6027
6027
|
|
6028
6028
|
:example:
|
6029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/instance_action.py.html>`__ to see an example of how to use instance_action API.
|
6030
6030
|
"""
|
6031
6031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6032
6032
|
required_arguments = ['instanceId', 'action']
|
@@ -6186,7 +6186,7 @@ class ComputeClient(object):
|
|
6186
6186
|
:rtype: :class:`~oci.response.Response`
|
6187
6187
|
|
6188
6188
|
:example:
|
6189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/launch_instance.py.html>`__ to see an example of how to use launch_instance API.
|
6190
6190
|
"""
|
6191
6191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6192
6192
|
required_arguments = []
|
@@ -6292,7 +6292,7 @@ class ComputeClient(object):
|
|
6292
6292
|
:rtype: :class:`~oci.response.Response`
|
6293
6293
|
|
6294
6294
|
:example:
|
6295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_app_catalog_listing_resource_versions.py.html>`__ to see an example of how to use list_app_catalog_listing_resource_versions API.
|
6296
6296
|
"""
|
6297
6297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6298
6298
|
required_arguments = ['listingId']
|
@@ -6431,7 +6431,7 @@ class ComputeClient(object):
|
|
6431
6431
|
:rtype: :class:`~oci.response.Response`
|
6432
6432
|
|
6433
6433
|
:example:
|
6434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_app_catalog_listings.py.html>`__ to see an example of how to use list_app_catalog_listings API.
|
6435
6435
|
"""
|
6436
6436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6437
6437
|
required_arguments = []
|
@@ -6575,7 +6575,7 @@ class ComputeClient(object):
|
|
6575
6575
|
:rtype: :class:`~oci.response.Response`
|
6576
6576
|
|
6577
6577
|
:example:
|
6578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_app_catalog_subscriptions.py.html>`__ to see an example of how to use list_app_catalog_subscriptions API.
|
6579
6579
|
"""
|
6580
6580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6581
6581
|
required_arguments = ['compartmentId']
|
@@ -6716,7 +6716,7 @@ class ComputeClient(object):
|
|
6716
6716
|
:rtype: :class:`~oci.response.Response`
|
6717
6717
|
|
6718
6718
|
:example:
|
6719
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_boot_volume_attachments.py.html>`__ to see an example of how to use list_boot_volume_attachments API.
|
6720
6720
|
"""
|
6721
6721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6722
6722
|
required_arguments = ['availabilityDomain', 'compartmentId']
|
@@ -6858,7 +6858,7 @@ class ComputeClient(object):
|
|
6858
6858
|
:rtype: :class:`~oci.response.Response`
|
6859
6859
|
|
6860
6860
|
:example:
|
6861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_compute_capacity_reservation_instance_shapes.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instance_shapes API.
|
6862
6862
|
"""
|
6863
6863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6864
6864
|
required_arguments = ['compartmentId']
|
@@ -7020,7 +7020,7 @@ class ComputeClient(object):
|
|
7020
7020
|
:rtype: :class:`~oci.response.Response`
|
7021
7021
|
|
7022
7022
|
:example:
|
7023
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7023
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_compute_capacity_reservation_instances.py.html>`__ to see an example of how to use list_compute_capacity_reservation_instances API.
|
7024
7024
|
"""
|
7025
7025
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7026
7026
|
required_arguments = ['capacityReservationId']
|
@@ -7201,7 +7201,7 @@ class ComputeClient(object):
|
|
7201
7201
|
:rtype: :class:`~oci.response.Response`
|
7202
7202
|
|
7203
7203
|
:example:
|
7204
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7204
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_compute_capacity_reservations.py.html>`__ to see an example of how to use list_compute_capacity_reservations API.
|
7205
7205
|
"""
|
7206
7206
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7207
7207
|
required_arguments = ['compartmentId']
|
@@ -7373,7 +7373,7 @@ class ComputeClient(object):
|
|
7373
7373
|
:rtype: :class:`~oci.response.Response`
|
7374
7374
|
|
7375
7375
|
:example:
|
7376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_compute_capacity_topologies.py.html>`__ to see an example of how to use list_compute_capacity_topologies API.
|
7377
7377
|
"""
|
7378
7378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7379
7379
|
required_arguments = ['compartmentId']
|
@@ -7554,7 +7554,7 @@ class ComputeClient(object):
|
|
7554
7554
|
:rtype: :class:`~oci.response.Response`
|
7555
7555
|
|
7556
7556
|
:example:
|
7557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/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.
|
7558
7558
|
"""
|
7559
7559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7560
7560
|
required_arguments = ['computeCapacityTopologyId']
|
@@ -7737,7 +7737,7 @@ class ComputeClient(object):
|
|
7737
7737
|
:rtype: :class:`~oci.response.Response`
|
7738
7738
|
|
7739
7739
|
:example:
|
7740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/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.
|
7741
7741
|
"""
|
7742
7742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7743
7743
|
required_arguments = ['computeCapacityTopologyId']
|
@@ -7919,7 +7919,7 @@ class ComputeClient(object):
|
|
7919
7919
|
:rtype: :class:`~oci.response.Response`
|
7920
7920
|
|
7921
7921
|
:example:
|
7922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/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.
|
7923
7923
|
"""
|
7924
7924
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7925
7925
|
required_arguments = ['computeCapacityTopologyId']
|
@@ -8099,7 +8099,7 @@ class ComputeClient(object):
|
|
8099
8099
|
:rtype: :class:`~oci.response.Response`
|
8100
8100
|
|
8101
8101
|
:example:
|
8102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_compute_clusters.py.html>`__ to see an example of how to use list_compute_clusters API.
|
8103
8103
|
"""
|
8104
8104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8105
8105
|
required_arguments = ['compartmentId']
|
@@ -8252,7 +8252,7 @@ class ComputeClient(object):
|
|
8252
8252
|
:rtype: :class:`~oci.response.Response`
|
8253
8253
|
|
8254
8254
|
:example:
|
8255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_compute_global_image_capability_schema_versions.py.html>`__ to see an example of how to use list_compute_global_image_capability_schema_versions API.
|
8256
8256
|
"""
|
8257
8257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8258
8258
|
required_arguments = ['computeGlobalImageCapabilitySchemaId']
|
@@ -8411,7 +8411,7 @@ class ComputeClient(object):
|
|
8411
8411
|
:rtype: :class:`~oci.response.Response`
|
8412
8412
|
|
8413
8413
|
:example:
|
8414
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_compute_global_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_global_image_capability_schemas API.
|
8415
8415
|
"""
|
8416
8416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8417
8417
|
required_arguments = []
|
@@ -8565,7 +8565,7 @@ class ComputeClient(object):
|
|
8565
8565
|
:rtype: :class:`~oci.response.Response`
|
8566
8566
|
|
8567
8567
|
:example:
|
8568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_compute_image_capability_schemas.py.html>`__ to see an example of how to use list_compute_image_capability_schemas API.
|
8569
8569
|
"""
|
8570
8570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8571
8571
|
required_arguments = []
|
@@ -8729,7 +8729,7 @@ class ComputeClient(object):
|
|
8729
8729
|
:rtype: :class:`~oci.response.Response`
|
8730
8730
|
|
8731
8731
|
:example:
|
8732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
|
8733
8733
|
"""
|
8734
8734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8735
8735
|
required_arguments = ['compartmentId']
|
@@ -8880,7 +8880,7 @@ class ComputeClient(object):
|
|
8880
8880
|
:rtype: :class:`~oci.response.Response`
|
8881
8881
|
|
8882
8882
|
:example:
|
8883
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8883
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_dedicated_vm_host_instance_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_instance_shapes API.
|
8884
8884
|
"""
|
8885
8885
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8886
8886
|
required_arguments = ['compartmentId']
|
@@ -9024,7 +9024,7 @@ class ComputeClient(object):
|
|
9024
9024
|
:rtype: :class:`~oci.response.Response`
|
9025
9025
|
|
9026
9026
|
:example:
|
9027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9027
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_dedicated_vm_host_instances.py.html>`__ to see an example of how to use list_dedicated_vm_host_instances API.
|
9028
9028
|
"""
|
9029
9029
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9030
9030
|
required_arguments = ['dedicatedVmHostId', 'compartmentId']
|
@@ -9178,7 +9178,7 @@ class ComputeClient(object):
|
|
9178
9178
|
:rtype: :class:`~oci.response.Response`
|
9179
9179
|
|
9180
9180
|
:example:
|
9181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_dedicated_vm_host_shapes.py.html>`__ to see an example of how to use list_dedicated_vm_host_shapes API.
|
9182
9182
|
"""
|
9183
9183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9184
9184
|
required_arguments = ['compartmentId']
|
@@ -9339,7 +9339,7 @@ class ComputeClient(object):
|
|
9339
9339
|
:rtype: :class:`~oci.response.Response`
|
9340
9340
|
|
9341
9341
|
:example:
|
9342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9342
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_dedicated_vm_hosts.py.html>`__ to see an example of how to use list_dedicated_vm_hosts API.
|
9343
9343
|
"""
|
9344
9344
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9345
9345
|
required_arguments = ['compartmentId']
|
@@ -9490,7 +9490,7 @@ class ComputeClient(object):
|
|
9490
9490
|
:rtype: :class:`~oci.response.Response`
|
9491
9491
|
|
9492
9492
|
:example:
|
9493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9493
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_image_shape_compatibility_entries.py.html>`__ to see an example of how to use list_image_shape_compatibility_entries API.
|
9494
9494
|
"""
|
9495
9495
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9496
9496
|
required_arguments = ['imageId']
|
@@ -9666,7 +9666,7 @@ class ComputeClient(object):
|
|
9666
9666
|
:rtype: :class:`~oci.response.Response`
|
9667
9667
|
|
9668
9668
|
:example:
|
9669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_images.py.html>`__ to see an example of how to use list_images API.
|
9670
9670
|
"""
|
9671
9671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9672
9672
|
required_arguments = ['compartmentId']
|
@@ -9817,7 +9817,7 @@ class ComputeClient(object):
|
|
9817
9817
|
:rtype: :class:`~oci.response.Response`
|
9818
9818
|
|
9819
9819
|
:example:
|
9820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9820
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_instance_console_connections.py.html>`__ to see an example of how to use list_instance_console_connections API.
|
9821
9821
|
"""
|
9822
9822
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9823
9823
|
required_arguments = ['compartmentId']
|
@@ -9954,7 +9954,7 @@ class ComputeClient(object):
|
|
9954
9954
|
:rtype: :class:`~oci.response.Response`
|
9955
9955
|
|
9956
9956
|
:example:
|
9957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_instance_devices.py.html>`__ to see an example of how to use list_instance_devices API.
|
9958
9958
|
"""
|
9959
9959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9960
9960
|
required_arguments = ['instanceId']
|
@@ -10145,7 +10145,7 @@ class ComputeClient(object):
|
|
10145
10145
|
:rtype: :class:`~oci.response.Response`
|
10146
10146
|
|
10147
10147
|
:example:
|
10148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_instances.py.html>`__ to see an example of how to use list_instances API.
|
10149
10149
|
"""
|
10150
10150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10151
10151
|
required_arguments = ['compartmentId']
|
@@ -10298,7 +10298,7 @@ class ComputeClient(object):
|
|
10298
10298
|
:rtype: :class:`~oci.response.Response`
|
10299
10299
|
|
10300
10300
|
:example:
|
10301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
|
10302
10302
|
"""
|
10303
10303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10304
10304
|
required_arguments = ['compartmentId']
|
@@ -10422,7 +10422,7 @@ class ComputeClient(object):
|
|
10422
10422
|
:rtype: :class:`~oci.response.Response`
|
10423
10423
|
|
10424
10424
|
:example:
|
10425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_vnic_attachments.py.html>`__ to see an example of how to use list_vnic_attachments API.
|
10426
10426
|
"""
|
10427
10427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10428
10428
|
required_arguments = ['compartmentId']
|
@@ -10550,7 +10550,7 @@ class ComputeClient(object):
|
|
10550
10550
|
:rtype: :class:`~oci.response.Response`
|
10551
10551
|
|
10552
10552
|
:example:
|
10553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/list_volume_attachments.py.html>`__ to see an example of how to use list_volume_attachments API.
|
10554
10554
|
"""
|
10555
10555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10556
10556
|
required_arguments = ['compartmentId']
|
@@ -10650,7 +10650,7 @@ class ComputeClient(object):
|
|
10650
10650
|
:rtype: :class:`~oci.response.Response`
|
10651
10651
|
|
10652
10652
|
:example:
|
10653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/remove_image_shape_compatibility_entry.py.html>`__ to see an example of how to use remove_image_shape_compatibility_entry API.
|
10654
10654
|
"""
|
10655
10655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10656
10656
|
required_arguments = ['imageId', 'shapeName']
|
@@ -10754,7 +10754,7 @@ class ComputeClient(object):
|
|
10754
10754
|
:rtype: :class:`~oci.response.Response`
|
10755
10755
|
|
10756
10756
|
:example:
|
10757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/terminate_instance.py.html>`__ to see an example of how to use terminate_instance API.
|
10758
10758
|
"""
|
10759
10759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10760
10760
|
required_arguments = ['instanceId']
|
@@ -10867,7 +10867,7 @@ class ComputeClient(object):
|
|
10867
10867
|
:rtype: :class:`~oci.response.Response`
|
10868
10868
|
|
10869
10869
|
:example:
|
10870
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10870
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/update_compute_capacity_reservation.py.html>`__ to see an example of how to use update_compute_capacity_reservation API.
|
10871
10871
|
"""
|
10872
10872
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10873
10873
|
required_arguments = ['capacityReservationId']
|
@@ -10976,7 +10976,7 @@ class ComputeClient(object):
|
|
10976
10976
|
:rtype: :class:`~oci.response.Response`
|
10977
10977
|
|
10978
10978
|
:example:
|
10979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/update_compute_capacity_topology.py.html>`__ to see an example of how to use update_compute_capacity_topology API.
|
10980
10980
|
"""
|
10981
10981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10982
10982
|
required_arguments = ['computeCapacityTopologyId']
|
@@ -11106,7 +11106,7 @@ class ComputeClient(object):
|
|
11106
11106
|
:rtype: :class:`~oci.response.Response`
|
11107
11107
|
|
11108
11108
|
:example:
|
11109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/update_compute_cluster.py.html>`__ to see an example of how to use update_compute_cluster API.
|
11110
11110
|
"""
|
11111
11111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11112
11112
|
required_arguments = ['computeClusterId']
|
@@ -11214,7 +11214,7 @@ class ComputeClient(object):
|
|
11214
11214
|
:rtype: :class:`~oci.response.Response`
|
11215
11215
|
|
11216
11216
|
:example:
|
11217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/update_compute_image_capability_schema.py.html>`__ to see an example of how to use update_compute_image_capability_schema API.
|
11218
11218
|
"""
|
11219
11219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11220
11220
|
required_arguments = ['computeImageCapabilitySchemaId']
|
@@ -11317,7 +11317,7 @@ class ComputeClient(object):
|
|
11317
11317
|
:rtype: :class:`~oci.response.Response`
|
11318
11318
|
|
11319
11319
|
:example:
|
11320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
|
11321
11321
|
"""
|
11322
11322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11323
11323
|
required_arguments = ['instanceConsoleHistoryId']
|
@@ -11432,7 +11432,7 @@ class ComputeClient(object):
|
|
11432
11432
|
:rtype: :class:`~oci.response.Response`
|
11433
11433
|
|
11434
11434
|
:example:
|
11435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/update_dedicated_vm_host.py.html>`__ to see an example of how to use update_dedicated_vm_host API.
|
11436
11436
|
"""
|
11437
11437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11438
11438
|
required_arguments = ['dedicatedVmHostId']
|
@@ -11549,7 +11549,7 @@ class ComputeClient(object):
|
|
11549
11549
|
:rtype: :class:`~oci.response.Response`
|
11550
11550
|
|
11551
11551
|
:example:
|
11552
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11552
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/update_image.py.html>`__ to see an example of how to use update_image API.
|
11553
11553
|
"""
|
11554
11554
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11555
11555
|
required_arguments = ['imageId']
|
@@ -11670,7 +11670,7 @@ class ComputeClient(object):
|
|
11670
11670
|
:rtype: :class:`~oci.response.Response`
|
11671
11671
|
|
11672
11672
|
:example:
|
11673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/update_instance.py.html>`__ to see an example of how to use update_instance API.
|
11674
11674
|
"""
|
11675
11675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11676
11676
|
required_arguments = ['instanceId']
|
@@ -11780,7 +11780,7 @@ class ComputeClient(object):
|
|
11780
11780
|
:rtype: :class:`~oci.response.Response`
|
11781
11781
|
|
11782
11782
|
:example:
|
11783
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/update_instance_console_connection.py.html>`__ to see an example of how to use update_instance_console_connection API.
|
11784
11784
|
"""
|
11785
11785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11786
11786
|
required_arguments = ['instanceConsoleConnectionId']
|
@@ -11889,7 +11889,7 @@ class ComputeClient(object):
|
|
11889
11889
|
:rtype: :class:`~oci.response.Response`
|
11890
11890
|
|
11891
11891
|
:example:
|
11892
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11892
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/core/update_volume_attachment.py.html>`__ to see an example of how to use update_volume_attachment API.
|
11893
11893
|
"""
|
11894
11894
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11895
11895
|
required_arguments = ['volumeAttachmentId']
|