oci 2.152.0__py3-none-any.whl → 2.153.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/__init__.py +2 -2
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/addons/adk/auth/__init__.py +2 -0
- oci/addons/adk/auth/oci/__init__.py +2 -0
- oci/addons/adk/run/__init__.py +2 -0
- oci/addons/adk/tool/function_tool.py +2 -1
- oci/adm/application_dependency_management_client.py +38 -38
- oci/adm/models/application_dependency.py +4 -3
- oci/adm/models/application_dependency_recommendation_summary.py +4 -4
- oci/adm/models/application_dependency_vulnerability_summary.py +57 -6
- oci/adm/models/detect_configuration.py +7 -7
- oci/adm/models/network_configuration.py +1 -2
- oci/adm/models/vulnerability.py +8 -4
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +12 -12
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +30 -30
- oci/apm_synthetics/models/create_script_details.py +10 -6
- oci/apm_synthetics/models/monitor.py +51 -0
- oci/apm_synthetics/models/monitor_result.py +2 -2
- oci/apm_synthetics/models/script.py +9 -5
- oci/apm_synthetics/models/script_summary.py +7 -3
- oci/apm_synthetics/models/update_script_details.py +10 -6
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +578 -86
- oci/bds/bds_client_composite_operations.py +42 -0
- oci/bds/models/__init__.py +26 -0
- oci/bds/models/bds_capacity_report.py +132 -0
- oci/bds/models/bds_software_update.py +109 -0
- oci/bds/models/capacity_availability.py +121 -0
- oci/bds/models/capacity_report_shape_availability.py +128 -0
- oci/bds/models/create_bds_capacity_report_details.py +101 -0
- oci/bds/models/create_capacity_report_shape_availability_details.py +97 -0
- oci/bds/models/domain_type_capacity_report.py +107 -0
- oci/bds/models/install_os_patch_details.py +33 -2
- oci/bds/models/install_software_updates_details.py +70 -0
- oci/bds/models/multi_ad_capacity_report.py +107 -0
- oci/bds/models/os_patch_package_summary.py +57 -2
- oci/bds/models/patch_history_summary.py +13 -7
- oci/bds/models/single_ad_capacity_report.py +107 -0
- oci/bds/models/software_update.py +253 -0
- oci/bds/models/software_update_collection.py +70 -0
- oci/bds/models/software_update_summary.py +194 -0
- oci/bds/models/work_request.py +7 -3
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/__init__.py +5 -1
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/capacity_management/demand_signal_client.py +1645 -0
- oci/capacity_management/demand_signal_client_composite_operations.py +318 -0
- oci/capacity_management/internal_demand_signal_client.py +1605 -0
- oci/capacity_management/internal_demand_signal_client_composite_operations.py +172 -0
- oci/capacity_management/models/__init__.py +79 -1
- oci/capacity_management/models/bulk_create_occm_demand_signal_item.py +400 -0
- oci/capacity_management/models/bulk_create_occm_demand_signal_item_details.py +101 -0
- oci/capacity_management/models/create_internal_occm_demand_signal_delivery_details.py +322 -0
- oci/capacity_management/models/create_occm_demand_signal_details.py +198 -0
- oci/capacity_management/models/create_occm_demand_signal_item_details.py +462 -0
- oci/capacity_management/models/internal_occm_demand_signal.py +431 -0
- oci/capacity_management/models/internal_occm_demand_signal_catalog_resource.py +620 -0
- oci/capacity_management/models/internal_occm_demand_signal_catalog_resource_collection.py +70 -0
- oci/capacity_management/models/internal_occm_demand_signal_catalog_resource_summary.py +588 -0
- oci/capacity_management/models/internal_occm_demand_signal_collection.py +70 -0
- oci/capacity_management/models/internal_occm_demand_signal_delivery.py +555 -0
- oci/capacity_management/models/internal_occm_demand_signal_delivery_collection.py +70 -0
- oci/capacity_management/models/internal_occm_demand_signal_delivery_summary.py +495 -0
- oci/capacity_management/models/internal_occm_demand_signal_item_collection.py +70 -0
- oci/capacity_management/models/internal_occm_demand_signal_item_summary.py +674 -0
- oci/capacity_management/models/internal_occm_demand_signal_summary.py +431 -0
- oci/capacity_management/models/occm_demand_signal.py +464 -0
- oci/capacity_management/models/occm_demand_signal_catalog.py +418 -0
- oci/capacity_management/models/occm_demand_signal_catalog_collection.py +70 -0
- oci/capacity_management/models/occm_demand_signal_catalog_resource.py +558 -0
- oci/capacity_management/models/occm_demand_signal_catalog_resource_collection.py +70 -0
- oci/capacity_management/models/occm_demand_signal_catalog_resource_summary.py +526 -0
- oci/capacity_management/models/occm_demand_signal_catalog_summary.py +386 -0
- oci/capacity_management/models/occm_demand_signal_collection.py +70 -0
- oci/capacity_management/models/occm_demand_signal_delivery_collection.py +70 -0
- oci/capacity_management/models/occm_demand_signal_delivery_summary.py +481 -0
- oci/capacity_management/models/occm_demand_signal_item.py +675 -0
- oci/capacity_management/models/occm_demand_signal_item_collection.py +70 -0
- oci/capacity_management/models/occm_demand_signal_item_summary.py +643 -0
- oci/capacity_management/models/occm_demand_signal_resource_properties_collection.py +70 -0
- oci/capacity_management/models/occm_demand_signal_resource_properties_summary.py +256 -0
- oci/capacity_management/models/occm_demand_signal_resource_property_constraints_collection.py +70 -0
- oci/capacity_management/models/occm_demand_signal_resource_property_constraints_summary.py +101 -0
- oci/capacity_management/models/occm_demand_signal_resource_property_option_summary.py +101 -0
- oci/capacity_management/models/occm_demand_signal_summary.py +400 -0
- oci/capacity_management/models/update_internal_occm_demand_signal_delivery_details.py +260 -0
- oci/capacity_management/models/update_internal_occm_demand_signal_details.py +98 -0
- oci/capacity_management/models/update_occm_demand_signal_details.py +210 -0
- oci/capacity_management/models/update_occm_demand_signal_item_details.py +326 -0
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +46 -46
- oci/container_engine/models/cluster.py +33 -2
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +1095 -163
- oci/core/compute_client_composite_operations.py +403 -0
- oci/core/compute_management_client.py +32 -32
- oci/core/models/__init__.py +30 -0
- oci/core/models/attach_compute_host_group_host_details.py +74 -0
- oci/core/models/change_compute_host_group_compartment_details.py +76 -0
- oci/core/models/compute_bare_metal_host_placement_constraint_details.py +79 -0
- oci/core/models/compute_host.py +191 -0
- oci/core/models/compute_host_configuration_check_details.py +243 -0
- oci/core/models/compute_host_configuration_data.py +97 -0
- oci/core/models/compute_host_group.py +483 -0
- oci/core/models/compute_host_group_collection.py +70 -0
- oci/core/models/compute_host_group_summary.py +428 -0
- oci/core/models/compute_host_summary.py +62 -0
- oci/core/models/create_compute_host_group_details.py +282 -0
- oci/core/models/create_dedicated_vm_host_details.py +29 -2
- oci/core/models/create_ipv6_details.py +4 -4
- oci/core/models/create_local_peering_gateway_details.py +45 -0
- oci/core/models/create_private_ip_details.py +4 -4
- oci/core/models/create_vcn_details.py +33 -2
- oci/core/models/create_volume_details.py +8 -2
- oci/core/models/dedicated_vm_host.py +27 -0
- oci/core/models/detach_compute_host_group_host_details.py +74 -0
- oci/core/models/host_group_configuration.py +152 -0
- oci/core/models/host_group_placement_constraint_details.py +79 -0
- oci/core/models/instance.py +64 -2
- oci/core/models/instance_configuration_create_volume_details.py +8 -2
- oci/core/models/ipv6.py +4 -4
- oci/core/models/launch_instance_details.py +58 -0
- oci/core/models/local_peering_gateway.py +45 -0
- oci/core/models/placement_constraint_details.py +91 -0
- oci/core/models/private_ip.py +4 -4
- oci/core/models/recycle_details.py +125 -0
- oci/core/models/update_compute_host_group_details.py +216 -0
- oci/core/models/update_ipv6_details.py +4 -4
- oci/core/models/update_local_peering_gateway_details.py +45 -0
- oci/core/models/update_private_ip_details.py +4 -4
- oci/core/models/update_vcn_details.py +33 -2
- oci/core/models/update_vnic_details.py +2 -2
- oci/core/models/update_volume_details.py +8 -2
- oci/core/models/vcn.py +33 -2
- oci/core/models/vnic.py +2 -2
- oci/core/models/volume.py +8 -2
- oci/core/virtual_network_client.py +260 -260
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +45 -45
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +317 -317
- oci/data_science/data_science_client.py +145 -145
- oci/database/database_client.py +795 -508
- oci/database/models/__init__.py +2 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_db_version_summary.py +31 -0
- oci/database/models/backup.py +11 -5
- oci/database/models/backup_summary.py +11 -5
- oci/database/models/create_database_base.py +1 -1
- oci/database/models/create_external_backup_job_details.py +11 -7
- oci/database/models/db_system.py +11 -5
- oci/database/models/db_system_summary.py +11 -5
- oci/database/models/db_system_upgrade_summary.py +152 -0
- oci/database/models/external_container_database.py +11 -5
- oci/database/models/external_container_database_summary.py +11 -5
- oci/database/models/external_database_base.py +11 -5
- oci/database/models/external_non_container_database.py +11 -5
- oci/database/models/external_non_container_database_summary.py +11 -5
- oci/database/models/external_pluggable_database.py +11 -5
- oci/database/models/external_pluggable_database_summary.py +11 -5
- oci/database/models/launch_db_system_details.py +7 -3
- oci/database/models/launch_db_system_from_backup_details.py +7 -3
- oci/database/models/launch_db_system_from_database_details.py +7 -3
- oci/database_management/db_management_client.py +229 -229
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/db_life_cycle_management_client.py +14 -14
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/distributed_database/__init__.py +20 -0
- oci/distributed_database/distributed_autonomous_db_service_client.py +2315 -0
- oci/distributed_database/distributed_autonomous_db_service_client_composite_operations.py +605 -0
- oci/distributed_database/distributed_db_private_endpoint_service_client.py +944 -0
- oci/distributed_database/distributed_db_private_endpoint_service_client_composite_operations.py +238 -0
- oci/distributed_database/distributed_db_service_client.py +2435 -0
- oci/distributed_database/distributed_db_service_client_composite_operations.py +647 -0
- oci/distributed_database/distributed_db_work_request_service_client.py +654 -0
- oci/distributed_database/distributed_db_work_request_service_client_composite_operations.py +26 -0
- oci/distributed_database/models/__init__.py +158 -0
- oci/distributed_database/models/add_distributed_autonomous_database_gds_control_node_details.py +105 -0
- oci/distributed_database/models/add_distributed_database_gds_control_node_details.py +105 -0
- oci/distributed_database/models/catalog_peer_with_dedicated_infra.py +331 -0
- oci/distributed_database/models/catalog_peer_with_exadb_xs.py +331 -0
- oci/distributed_database/models/change_distributed_autonomous_database_compartment_details.py +74 -0
- oci/distributed_database/models/change_distributed_database_compartment_details.py +74 -0
- oci/distributed_database/models/change_distributed_database_private_endpoint_compartment_details.py +74 -0
- oci/distributed_database/models/change_distributed_db_backup_config_details.py +66 -0
- oci/distributed_database/models/configure_distributed_autonomous_database_gsms_details.py +103 -0
- oci/distributed_database/models/configure_distributed_database_gsms_details.py +103 -0
- oci/distributed_database/models/create_distributed_autonomous_database_catalog_details.py +101 -0
- oci/distributed_database/models/create_distributed_autonomous_database_catalog_with_dedicated_infra_details.py +342 -0
- oci/distributed_database/models/create_distributed_autonomous_database_details.py +799 -0
- oci/distributed_database/models/create_distributed_autonomous_database_shard_details.py +101 -0
- oci/distributed_database/models/create_distributed_autonomous_database_shard_with_dedicated_infra_details.py +377 -0
- oci/distributed_database/models/create_distributed_database_catalog_details.py +99 -0
- oci/distributed_database/models/create_distributed_database_catalog_with_exadb_xs_details.py +282 -0
- oci/distributed_database/models/create_distributed_database_details.py +810 -0
- oci/distributed_database/models/create_distributed_database_private_endpoint_details.py +260 -0
- oci/distributed_database/models/create_distributed_database_shard_details.py +99 -0
- oci/distributed_database/models/create_distributed_database_shard_with_exadb_xs_details.py +282 -0
- oci/distributed_database/models/distributed_autonomous_database.py +1143 -0
- oci/distributed_database/models/distributed_autonomous_database_associated_with_private_endpoint.py +105 -0
- oci/distributed_database/models/distributed_autonomous_database_catalog.py +194 -0
- oci/distributed_database/models/distributed_autonomous_database_catalog_with_dedicated_infra.py +559 -0
- oci/distributed_database/models/distributed_autonomous_database_collection.py +70 -0
- oci/distributed_database/models/distributed_autonomous_database_connection_string.py +70 -0
- oci/distributed_database/models/distributed_autonomous_database_gsm.py +385 -0
- oci/distributed_database/models/distributed_autonomous_database_gsm_image.py +105 -0
- oci/distributed_database/models/distributed_autonomous_database_shard.py +194 -0
- oci/distributed_database/models/distributed_autonomous_database_shard_with_dedicated_infra.py +592 -0
- oci/distributed_database/models/distributed_autonomous_database_summary.py +935 -0
- oci/distributed_database/models/distributed_autonomous_db_metadata.py +70 -0
- oci/distributed_database/models/distributed_database.py +1154 -0
- oci/distributed_database/models/distributed_database_associated_with_private_endpoint.py +105 -0
- oci/distributed_database/models/distributed_database_catalog.py +192 -0
- oci/distributed_database/models/distributed_database_catalog_with_exadb_xs.py +466 -0
- oci/distributed_database/models/distributed_database_collection.py +70 -0
- oci/distributed_database/models/distributed_database_gsm.py +385 -0
- oci/distributed_database/models/distributed_database_private_endpoint.py +639 -0
- oci/distributed_database/models/distributed_database_private_endpoint_collection.py +70 -0
- oci/distributed_database/models/distributed_database_private_endpoint_summary.py +479 -0
- oci/distributed_database/models/distributed_database_shard.py +192 -0
- oci/distributed_database/models/distributed_database_shard_with_exadb_xs.py +499 -0
- oci/distributed_database/models/distributed_database_summary.py +904 -0
- oci/distributed_database/models/distributed_db_backup_config.py +536 -0
- oci/distributed_database/models/distributed_db_backup_destination.py +362 -0
- oci/distributed_database/models/distributed_db_connection_string.py +70 -0
- oci/distributed_database/models/distributed_db_gsm_image.py +105 -0
- oci/distributed_database/models/distributed_db_metadata.py +70 -0
- oci/distributed_database/models/generate_distributed_autonomous_database_wallet_details.py +70 -0
- oci/distributed_database/models/generate_distributed_database_wallet_details.py +70 -0
- oci/distributed_database/models/patch_distributed_autonomous_database_details.py +73 -0
- oci/distributed_database/models/patch_distributed_database_details.py +73 -0
- oci/distributed_database/models/patch_insert_instruction.py +87 -0
- oci/distributed_database/models/patch_instruction.py +154 -0
- oci/distributed_database/models/patch_merge_instruction.py +95 -0
- oci/distributed_database/models/patch_remove_instruction.py +57 -0
- oci/distributed_database/models/shard_peer_with_dedicated_infra.py +331 -0
- oci/distributed_database/models/shard_peer_with_exadb_xs.py +331 -0
- oci/distributed_database/models/update_distributed_autonomous_database_details.py +136 -0
- oci/distributed_database/models/update_distributed_database_details.py +136 -0
- oci/distributed_database/models/update_distributed_database_private_endpoint_details.py +198 -0
- oci/distributed_database/models/upload_distributed_autonomous_database_signed_certificate_and_generate_wallet_details.py +71 -0
- oci/distributed_database/models/upload_distributed_database_signed_certificate_and_generate_wallet_details.py +71 -0
- oci/distributed_database/models/work_request.py +516 -0
- oci/distributed_database/models/work_request_error.py +134 -0
- oci/distributed_database/models/work_request_error_collection.py +70 -0
- oci/distributed_database/models/work_request_log_entry.py +101 -0
- oci/distributed_database/models/work_request_log_entry_collection.py +70 -0
- oci/distributed_database/models/work_request_resource.py +232 -0
- oci/distributed_database/models/work_request_summary.py +516 -0
- oci/distributed_database/models/work_request_summary_collection.py +70 -0
- oci/dns/dns_client.py +54 -54
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +74 -74
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
- oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
- oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
- oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
- oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
- oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +89 -89
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +200 -200
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +474 -14
- oci/management_dashboard/models/management_dashboard_tile_details.py +33 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/mngdmac/mac_device_client.py +3 -3
- oci/mngdmac/mac_order_client.py +11 -11
- oci/model_deployment/model_deployment_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/models/__init__.py +6 -0
- oci/mysql/models/create_db_system_details.py +58 -0
- oci/mysql/models/create_rest_details.py +117 -0
- oci/mysql/models/db_system.py +58 -0
- oci/mysql/models/db_system_snapshot.py +58 -0
- oci/mysql/models/db_system_summary.py +27 -0
- oci/mysql/models/replica.py +31 -0
- oci/mysql/models/replica_overrides.py +33 -2
- oci/mysql/models/replica_summary.py +31 -0
- oci/mysql/models/rest_details.py +117 -0
- oci/mysql/models/update_db_system_details.py +58 -0
- oci/mysql/models/update_rest_details.py +117 -0
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/models/__init__.py +24 -0
- oci/network_firewall/models/create_nat_rule_details.py +193 -0
- oci/network_firewall/models/create_nat_v4_rule_details.py +144 -0
- oci/network_firewall/models/create_network_firewall_details.py +27 -0
- oci/network_firewall/models/nat_configuration_request.py +70 -0
- oci/network_firewall/models/nat_configuration_response.py +101 -0
- oci/network_firewall/models/nat_rule.py +254 -0
- oci/network_firewall/models/nat_rule_collection.py +70 -0
- oci/network_firewall/models/nat_rule_match_criteria.py +132 -0
- oci/network_firewall/models/nat_rule_summary.py +228 -0
- oci/network_firewall/models/nat_v4_nat_rule.py +159 -0
- oci/network_firewall/models/nat_v4_nat_summary.py +152 -0
- oci/network_firewall/models/network_firewall.py +30 -11
- oci/network_firewall/models/network_firewall_policy.py +3 -11
- oci/network_firewall/models/network_firewall_policy_summary.py +3 -11
- oci/network_firewall/models/network_firewall_summary.py +30 -11
- oci/network_firewall/models/update_nat_rule_details.py +162 -0
- oci/network_firewall/models/update_nat_v4_rule_details.py +137 -0
- oci/network_firewall/models/update_network_firewall_details.py +27 -0
- oci/network_firewall/network_firewall_client.py +848 -108
- oci/network_firewall/network_firewall_client_composite_operations.py +42 -0
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +17 -17
- oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +181 -181
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +13 -13
- oci/os_management_hub/managed_instance_client.py +33 -33
- oci/os_management_hub/managed_instance_group_client.py +26 -26
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +13 -13
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +33 -33
- oci/os_management_hub/work_request_client.py +5 -5
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +34 -34
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +14 -14
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +87 -87
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/models/average_carbon_emission.py +3 -3
- oci/usage_api/models/create_email_recipients_group_details.py +3 -3
- oci/usage_api/models/email_recipient.py +6 -6
- oci/usage_api/models/email_recipients_group.py +5 -5
- oci/usage_api/models/email_recipients_group_collection.py +3 -3
- oci/usage_api/models/email_recipients_group_summary.py +5 -5
- oci/usage_api/models/forecast.py +5 -3
- oci/usage_api/models/report_query.py +16 -16
- oci/usage_api/models/request_summarized_usages_details.py +4 -4
- oci/usage_api/models/request_usage_carbon_emissions_details.py +143 -2
- oci/usage_api/models/saved_custom_table.py +4 -4
- oci/usage_api/models/scheduled_run.py +12 -12
- oci/usage_api/models/scheduled_run_summary.py +12 -12
- oci/usage_api/models/update_email_recipients_group_details.py +3 -3
- oci/usage_api/models/usage_carbon_emission_aggregation.py +5 -5
- oci/usage_api/models/usage_carbon_emission_summary.py +36 -5
- oci/usage_api/models/usage_carbon_emissions_query.py +1 -1
- oci/usage_api/models/usage_carbon_emissions_query_collection.py +1 -1
- oci/usage_api/models/usage_carbon_emissions_query_summary.py +1 -1
- oci/usage_api/models/usage_carbon_emissions_report_query.py +98 -5
- oci/usage_api/usageapi_client.py +69 -69
- oci/usage_api/usageapi_client_composite_operations.py +4 -4
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +14 -14
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.152.0.dist-info → oci-2.153.0.dist-info}/METADATA +1 -1
- {oci-2.152.0.dist-info → oci-2.153.0.dist-info}/RECORD +548 -378
- {oci-2.152.0.dist-info → oci-2.153.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.152.0.dist-info → oci-2.153.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.152.0.dist-info → oci-2.153.0.dist-info}/WHEEL +0 -0
- {oci-2.152.0.dist-info → oci-2.153.0.dist-info}/top_level.txt +0 -0
oci/bds/bds_client.py
CHANGED
@@ -163,7 +163,7 @@ class BdsClient(object):
|
|
163
163
|
:rtype: :class:`~oci.response.Response`
|
164
164
|
|
165
165
|
:example:
|
166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/activate_bds_metastore_configuration.py.html>`__ to see an example of how to use activate_bds_metastore_configuration API.
|
167
167
|
"""
|
168
168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
169
169
|
required_arguments = ['bdsInstanceId', 'metastoreConfigId']
|
@@ -285,7 +285,7 @@ class BdsClient(object):
|
|
285
285
|
:rtype: :class:`~oci.response.Response`
|
286
286
|
|
287
287
|
:example:
|
288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/activate_iam_user_sync_configuration.py.html>`__ to see an example of how to use activate_iam_user_sync_configuration API.
|
289
289
|
"""
|
290
290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
291
291
|
required_arguments = ['bdsInstanceId', 'identityConfigurationId']
|
@@ -407,7 +407,7 @@ class BdsClient(object):
|
|
407
407
|
:rtype: :class:`~oci.response.Response`
|
408
408
|
|
409
409
|
:example:
|
410
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
410
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/activate_upst_configuration.py.html>`__ to see an example of how to use activate_upst_configuration API.
|
411
411
|
"""
|
412
412
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
413
413
|
required_arguments = ['bdsInstanceId', 'identityConfigurationId']
|
@@ -526,7 +526,7 @@ class BdsClient(object):
|
|
526
526
|
:rtype: :class:`~oci.response.Response`
|
527
527
|
|
528
528
|
:example:
|
529
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
529
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/add_auto_scaling_configuration.py.html>`__ to see an example of how to use add_auto_scaling_configuration API.
|
530
530
|
"""
|
531
531
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
532
532
|
required_arguments = ['bdsInstanceId']
|
@@ -644,7 +644,7 @@ class BdsClient(object):
|
|
644
644
|
:rtype: :class:`~oci.response.Response`
|
645
645
|
|
646
646
|
:example:
|
647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/add_block_storage.py.html>`__ to see an example of how to use add_block_storage API.
|
648
648
|
"""
|
649
649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
650
650
|
required_arguments = ['bdsInstanceId']
|
@@ -762,7 +762,7 @@ class BdsClient(object):
|
|
762
762
|
:rtype: :class:`~oci.response.Response`
|
763
763
|
|
764
764
|
:example:
|
765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/add_cloud_sql.py.html>`__ to see an example of how to use add_cloud_sql API.
|
766
766
|
"""
|
767
767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
768
768
|
required_arguments = ['bdsInstanceId']
|
@@ -880,7 +880,7 @@ class BdsClient(object):
|
|
880
880
|
:rtype: :class:`~oci.response.Response`
|
881
881
|
|
882
882
|
:example:
|
883
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
883
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/add_kafka.py.html>`__ to see an example of how to use add_kafka API.
|
884
884
|
"""
|
885
885
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
886
886
|
required_arguments = ['bdsInstanceId']
|
@@ -998,7 +998,7 @@ class BdsClient(object):
|
|
998
998
|
:rtype: :class:`~oci.response.Response`
|
999
999
|
|
1000
1000
|
:example:
|
1001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/add_master_nodes.py.html>`__ to see an example of how to use add_master_nodes API.
|
1002
1002
|
"""
|
1003
1003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1004
1004
|
required_arguments = ['bdsInstanceId']
|
@@ -1116,7 +1116,7 @@ class BdsClient(object):
|
|
1116
1116
|
:rtype: :class:`~oci.response.Response`
|
1117
1117
|
|
1118
1118
|
:example:
|
1119
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1119
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/add_utility_nodes.py.html>`__ to see an example of how to use add_utility_nodes API.
|
1120
1120
|
"""
|
1121
1121
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1122
1122
|
required_arguments = ['bdsInstanceId']
|
@@ -1234,7 +1234,7 @@ class BdsClient(object):
|
|
1234
1234
|
:rtype: :class:`~oci.response.Response`
|
1235
1235
|
|
1236
1236
|
:example:
|
1237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/add_worker_nodes.py.html>`__ to see an example of how to use add_worker_nodes API.
|
1238
1238
|
"""
|
1239
1239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1240
1240
|
required_arguments = ['bdsInstanceId']
|
@@ -1352,7 +1352,7 @@ class BdsClient(object):
|
|
1352
1352
|
:rtype: :class:`~oci.response.Response`
|
1353
1353
|
|
1354
1354
|
:example:
|
1355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/backup_node.py.html>`__ to see an example of how to use backup_node API.
|
1356
1356
|
"""
|
1357
1357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1358
1358
|
required_arguments = ['bdsInstanceId']
|
@@ -1470,7 +1470,7 @@ class BdsClient(object):
|
|
1470
1470
|
:rtype: :class:`~oci.response.Response`
|
1471
1471
|
|
1472
1472
|
:example:
|
1473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/certificate_service_info.py.html>`__ to see an example of how to use certificate_service_info API.
|
1474
1474
|
"""
|
1475
1475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1476
1476
|
required_arguments = ['bdsInstanceId']
|
@@ -1590,7 +1590,7 @@ class BdsClient(object):
|
|
1590
1590
|
:rtype: :class:`~oci.response.Response`
|
1591
1591
|
|
1592
1592
|
:example:
|
1593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/change_bds_instance_compartment.py.html>`__ to see an example of how to use change_bds_instance_compartment API.
|
1594
1594
|
"""
|
1595
1595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1596
1596
|
required_arguments = ['bdsInstanceId']
|
@@ -1708,7 +1708,7 @@ class BdsClient(object):
|
|
1708
1708
|
:rtype: :class:`~oci.response.Response`
|
1709
1709
|
|
1710
1710
|
:example:
|
1711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/change_shape.py.html>`__ to see an example of how to use change_shape API.
|
1712
1712
|
"""
|
1713
1713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1714
1714
|
required_arguments = ['bdsInstanceId']
|
@@ -1819,7 +1819,7 @@ class BdsClient(object):
|
|
1819
1819
|
:rtype: :class:`~oci.response.Response`
|
1820
1820
|
|
1821
1821
|
:example:
|
1822
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1822
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/create_bds_api_key.py.html>`__ to see an example of how to use create_bds_api_key API.
|
1823
1823
|
"""
|
1824
1824
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1825
1825
|
required_arguments = ['bdsInstanceId']
|
@@ -1891,6 +1891,102 @@ class BdsClient(object):
|
|
1891
1891
|
api_reference_link=api_reference_link,
|
1892
1892
|
required_arguments=required_arguments)
|
1893
1893
|
|
1894
|
+
def create_bds_capacity_report(self, create_bds_capacity_report_details, **kwargs):
|
1895
|
+
"""
|
1896
|
+
Create a detailed capacity report for BDS service
|
1897
|
+
|
1898
|
+
|
1899
|
+
:param oci.bds.models.CreateBdsCapacityReportDetails create_bds_capacity_report_details: (required)
|
1900
|
+
Details for the capacity reports requests
|
1901
|
+
|
1902
|
+
:param str opc_request_id: (optional)
|
1903
|
+
The client request ID for tracing.
|
1904
|
+
|
1905
|
+
:param str opc_retry_token: (optional)
|
1906
|
+
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
1907
|
+
server error, without risk of executing that same action again. Retry tokens expire after 24
|
1908
|
+
hours but can be invalidated before then due to conflicting operations. For example, if a resource
|
1909
|
+
has been deleted and purged from the system, then a retry of the original creation request
|
1910
|
+
might be rejected.
|
1911
|
+
|
1912
|
+
:param obj retry_strategy: (optional)
|
1913
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
1914
|
+
|
1915
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
|
1916
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
1917
|
+
|
1918
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
1919
|
+
|
1920
|
+
:param bool allow_control_chars: (optional)
|
1921
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
1922
|
+
By default, the response will not allow control characters in strings
|
1923
|
+
|
1924
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.bds.models.BdsCapacityReport`
|
1925
|
+
:rtype: :class:`~oci.response.Response`
|
1926
|
+
|
1927
|
+
:example:
|
1928
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/create_bds_capacity_report.py.html>`__ to see an example of how to use create_bds_capacity_report API.
|
1929
|
+
"""
|
1930
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1931
|
+
required_arguments = []
|
1932
|
+
resource_path = "/bdsCapacityReports"
|
1933
|
+
method = "POST"
|
1934
|
+
operation_name = "create_bds_capacity_report"
|
1935
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/bigdata/20190531/BdsCapacityReport/CreateBdsCapacityReport"
|
1936
|
+
|
1937
|
+
# Don't accept unknown kwargs
|
1938
|
+
expected_kwargs = [
|
1939
|
+
"allow_control_chars",
|
1940
|
+
"retry_strategy",
|
1941
|
+
"opc_request_id",
|
1942
|
+
"opc_retry_token"
|
1943
|
+
]
|
1944
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
1945
|
+
if extra_kwargs:
|
1946
|
+
raise ValueError(
|
1947
|
+
f"create_bds_capacity_report got unknown kwargs: {extra_kwargs!r}")
|
1948
|
+
|
1949
|
+
header_params = {
|
1950
|
+
"accept": "application/json",
|
1951
|
+
"content-type": "application/json",
|
1952
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
1953
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
1954
|
+
}
|
1955
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
1956
|
+
|
1957
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
1958
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
1959
|
+
client_retry_strategy=self.retry_strategy
|
1960
|
+
)
|
1961
|
+
|
1962
|
+
if retry_strategy:
|
1963
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
1964
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
1965
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
1966
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
1967
|
+
return retry_strategy.make_retrying_call(
|
1968
|
+
self.base_client.call_api,
|
1969
|
+
resource_path=resource_path,
|
1970
|
+
method=method,
|
1971
|
+
header_params=header_params,
|
1972
|
+
body=create_bds_capacity_report_details,
|
1973
|
+
response_type="BdsCapacityReport",
|
1974
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
1975
|
+
operation_name=operation_name,
|
1976
|
+
api_reference_link=api_reference_link,
|
1977
|
+
required_arguments=required_arguments)
|
1978
|
+
else:
|
1979
|
+
return self.base_client.call_api(
|
1980
|
+
resource_path=resource_path,
|
1981
|
+
method=method,
|
1982
|
+
header_params=header_params,
|
1983
|
+
body=create_bds_capacity_report_details,
|
1984
|
+
response_type="BdsCapacityReport",
|
1985
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
1986
|
+
operation_name=operation_name,
|
1987
|
+
api_reference_link=api_reference_link,
|
1988
|
+
required_arguments=required_arguments)
|
1989
|
+
|
1894
1990
|
def create_bds_instance(self, create_bds_instance_details, **kwargs):
|
1895
1991
|
"""
|
1896
1992
|
Creates a Big Data Service cluster.
|
@@ -1925,7 +2021,7 @@ class BdsClient(object):
|
|
1925
2021
|
:rtype: :class:`~oci.response.Response`
|
1926
2022
|
|
1927
2023
|
:example:
|
1928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/create_bds_instance.py.html>`__ to see an example of how to use create_bds_instance API.
|
1929
2025
|
"""
|
1930
2026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1931
2027
|
required_arguments = []
|
@@ -2022,7 +2118,7 @@ class BdsClient(object):
|
|
2022
2118
|
:rtype: :class:`~oci.response.Response`
|
2023
2119
|
|
2024
2120
|
:example:
|
2025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/create_bds_metastore_configuration.py.html>`__ to see an example of how to use create_bds_metastore_configuration API.
|
2026
2122
|
"""
|
2027
2123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2028
2124
|
required_arguments = ['bdsInstanceId']
|
@@ -2131,7 +2227,7 @@ class BdsClient(object):
|
|
2131
2227
|
:rtype: :class:`~oci.response.Response`
|
2132
2228
|
|
2133
2229
|
:example:
|
2134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/create_identity_configuration.py.html>`__ to see an example of how to use create_identity_configuration API.
|
2135
2231
|
"""
|
2136
2232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2137
2233
|
required_arguments = ['bdsInstanceId']
|
@@ -2240,7 +2336,7 @@ class BdsClient(object):
|
|
2240
2336
|
:rtype: :class:`~oci.response.Response`
|
2241
2337
|
|
2242
2338
|
:example:
|
2243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/create_node_backup_configuration.py.html>`__ to see an example of how to use create_node_backup_configuration API.
|
2244
2340
|
"""
|
2245
2341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2246
2342
|
required_arguments = ['bdsInstanceId']
|
@@ -2349,7 +2445,7 @@ class BdsClient(object):
|
|
2349
2445
|
:rtype: :class:`~oci.response.Response`
|
2350
2446
|
|
2351
2447
|
:example:
|
2352
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/create_node_replace_configuration.py.html>`__ to see an example of how to use create_node_replace_configuration API.
|
2353
2449
|
"""
|
2354
2450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2355
2451
|
required_arguments = ['bdsInstanceId']
|
@@ -2458,7 +2554,7 @@ class BdsClient(object):
|
|
2458
2554
|
:rtype: :class:`~oci.response.Response`
|
2459
2555
|
|
2460
2556
|
:example:
|
2461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/create_resource_principal_configuration.py.html>`__ to see an example of how to use create_resource_principal_configuration API.
|
2462
2558
|
"""
|
2463
2559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2464
2560
|
required_arguments = ['bdsInstanceId']
|
@@ -2577,7 +2673,7 @@ class BdsClient(object):
|
|
2577
2673
|
:rtype: :class:`~oci.response.Response`
|
2578
2674
|
|
2579
2675
|
:example:
|
2580
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/deactivate_iam_user_sync_configuration.py.html>`__ to see an example of how to use deactivate_iam_user_sync_configuration API.
|
2581
2677
|
"""
|
2582
2678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2583
2679
|
required_arguments = ['bdsInstanceId', 'identityConfigurationId']
|
@@ -2699,7 +2795,7 @@ class BdsClient(object):
|
|
2699
2795
|
:rtype: :class:`~oci.response.Response`
|
2700
2796
|
|
2701
2797
|
:example:
|
2702
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/deactivate_upst_configuration.py.html>`__ to see an example of how to use deactivate_upst_configuration API.
|
2703
2799
|
"""
|
2704
2800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2705
2801
|
required_arguments = ['bdsInstanceId', 'identityConfigurationId']
|
@@ -2811,7 +2907,7 @@ class BdsClient(object):
|
|
2811
2907
|
:rtype: :class:`~oci.response.Response`
|
2812
2908
|
|
2813
2909
|
:example:
|
2814
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/delete_bds_api_key.py.html>`__ to see an example of how to use delete_bds_api_key API.
|
2815
2911
|
"""
|
2816
2912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2817
2913
|
required_arguments = ['bdsInstanceId', 'apiKeyId']
|
@@ -2915,7 +3011,7 @@ class BdsClient(object):
|
|
2915
3011
|
:rtype: :class:`~oci.response.Response`
|
2916
3012
|
|
2917
3013
|
:example:
|
2918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3014
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/delete_bds_instance.py.html>`__ to see an example of how to use delete_bds_instance API.
|
2919
3015
|
"""
|
2920
3016
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2921
3017
|
required_arguments = ['bdsInstanceId']
|
@@ -3021,7 +3117,7 @@ class BdsClient(object):
|
|
3021
3117
|
:rtype: :class:`~oci.response.Response`
|
3022
3118
|
|
3023
3119
|
:example:
|
3024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/delete_bds_metastore_configuration.py.html>`__ to see an example of how to use delete_bds_metastore_configuration API.
|
3025
3121
|
"""
|
3026
3122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3027
3123
|
required_arguments = ['bdsInstanceId', 'metastoreConfigId']
|
@@ -3128,7 +3224,7 @@ class BdsClient(object):
|
|
3128
3224
|
:rtype: :class:`~oci.response.Response`
|
3129
3225
|
|
3130
3226
|
:example:
|
3131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/delete_identity_configuration.py.html>`__ to see an example of how to use delete_identity_configuration API.
|
3132
3228
|
"""
|
3133
3229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3134
3230
|
required_arguments = ['bdsInstanceId', 'identityConfigurationId']
|
@@ -3235,7 +3331,7 @@ class BdsClient(object):
|
|
3235
3331
|
:rtype: :class:`~oci.response.Response`
|
3236
3332
|
|
3237
3333
|
:example:
|
3238
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3334
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/delete_node_backup.py.html>`__ to see an example of how to use delete_node_backup API.
|
3239
3335
|
"""
|
3240
3336
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3241
3337
|
required_arguments = ['bdsInstanceId', 'nodeBackupId']
|
@@ -3342,7 +3438,7 @@ class BdsClient(object):
|
|
3342
3438
|
:rtype: :class:`~oci.response.Response`
|
3343
3439
|
|
3344
3440
|
:example:
|
3345
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/delete_node_backup_configuration.py.html>`__ to see an example of how to use delete_node_backup_configuration API.
|
3346
3442
|
"""
|
3347
3443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3348
3444
|
required_arguments = ['bdsInstanceId', 'nodeBackupConfigurationId']
|
@@ -3456,7 +3552,7 @@ class BdsClient(object):
|
|
3456
3552
|
:rtype: :class:`~oci.response.Response`
|
3457
3553
|
|
3458
3554
|
:example:
|
3459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/disable_certificate.py.html>`__ to see an example of how to use disable_certificate API.
|
3460
3556
|
"""
|
3461
3557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3462
3558
|
required_arguments = ['bdsInstanceId']
|
@@ -3574,7 +3670,7 @@ class BdsClient(object):
|
|
3574
3670
|
:rtype: :class:`~oci.response.Response`
|
3575
3671
|
|
3576
3672
|
:example:
|
3577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/enable_certificate.py.html>`__ to see an example of how to use enable_certificate API.
|
3578
3674
|
"""
|
3579
3675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3580
3676
|
required_arguments = ['bdsInstanceId']
|
@@ -3692,7 +3788,7 @@ class BdsClient(object):
|
|
3692
3788
|
:rtype: :class:`~oci.response.Response`
|
3693
3789
|
|
3694
3790
|
:example:
|
3695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3791
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/execute_bootstrap_script.py.html>`__ to see an example of how to use execute_bootstrap_script API.
|
3696
3792
|
"""
|
3697
3793
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3698
3794
|
required_arguments = ['bdsInstanceId']
|
@@ -3813,7 +3909,7 @@ class BdsClient(object):
|
|
3813
3909
|
:rtype: :class:`~oci.response.Response`
|
3814
3910
|
|
3815
3911
|
:example:
|
3816
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3912
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/force_refresh_resource_principal.py.html>`__ to see an example of how to use force_refresh_resource_principal API.
|
3817
3913
|
"""
|
3818
3914
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3819
3915
|
required_arguments = ['bdsInstanceId', 'resourcePrincipalConfigurationId']
|
@@ -3918,7 +4014,7 @@ class BdsClient(object):
|
|
3918
4014
|
:rtype: :class:`~oci.response.Response`
|
3919
4015
|
|
3920
4016
|
:example:
|
3921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/get_auto_scaling_configuration.py.html>`__ to see an example of how to use get_auto_scaling_configuration API.
|
3922
4018
|
"""
|
3923
4019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3924
4020
|
required_arguments = ['bdsInstanceId', 'autoScalingConfigurationId']
|
@@ -4018,7 +4114,7 @@ class BdsClient(object):
|
|
4018
4114
|
:rtype: :class:`~oci.response.Response`
|
4019
4115
|
|
4020
4116
|
:example:
|
4021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/get_bds_api_key.py.html>`__ to see an example of how to use get_bds_api_key API.
|
4022
4118
|
"""
|
4023
4119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4024
4120
|
required_arguments = ['bdsInstanceId', 'apiKeyId']
|
@@ -4115,7 +4211,7 @@ class BdsClient(object):
|
|
4115
4211
|
:rtype: :class:`~oci.response.Response`
|
4116
4212
|
|
4117
4213
|
:example:
|
4118
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4214
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/get_bds_instance.py.html>`__ to see an example of how to use get_bds_instance API.
|
4119
4215
|
"""
|
4120
4216
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4121
4217
|
required_arguments = ['bdsInstanceId']
|
@@ -4214,7 +4310,7 @@ class BdsClient(object):
|
|
4214
4310
|
:rtype: :class:`~oci.response.Response`
|
4215
4311
|
|
4216
4312
|
:example:
|
4217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4313
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/get_bds_metastore_configuration.py.html>`__ to see an example of how to use get_bds_metastore_configuration API.
|
4218
4314
|
"""
|
4219
4315
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4220
4316
|
required_arguments = ['bdsInstanceId', 'metastoreConfigId']
|
@@ -4330,7 +4426,7 @@ class BdsClient(object):
|
|
4330
4426
|
:rtype: :class:`~oci.response.Response`
|
4331
4427
|
|
4332
4428
|
:example:
|
4333
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/get_identity_configuration.py.html>`__ to see an example of how to use get_identity_configuration API.
|
4334
4430
|
"""
|
4335
4431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4336
4432
|
required_arguments = ['bdsInstanceId', 'identityConfigurationId']
|
@@ -4458,7 +4554,7 @@ class BdsClient(object):
|
|
4458
4554
|
:rtype: :class:`~oci.response.Response`
|
4459
4555
|
|
4460
4556
|
:example:
|
4461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/get_node_backup.py.html>`__ to see an example of how to use get_node_backup API.
|
4462
4558
|
"""
|
4463
4559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4464
4560
|
required_arguments = ['bdsInstanceId', 'nodeBackupId']
|
@@ -4558,7 +4654,7 @@ class BdsClient(object):
|
|
4558
4654
|
:rtype: :class:`~oci.response.Response`
|
4559
4655
|
|
4560
4656
|
:example:
|
4561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4657
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/get_node_backup_configuration.py.html>`__ to see an example of how to use get_node_backup_configuration API.
|
4562
4658
|
"""
|
4563
4659
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4564
4660
|
required_arguments = ['bdsInstanceId', 'nodeBackupConfigurationId']
|
@@ -4658,7 +4754,7 @@ class BdsClient(object):
|
|
4658
4754
|
:rtype: :class:`~oci.response.Response`
|
4659
4755
|
|
4660
4756
|
:example:
|
4661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/get_node_replace_configuration.py.html>`__ to see an example of how to use get_node_replace_configuration API.
|
4662
4758
|
"""
|
4663
4759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4664
4760
|
required_arguments = ['bdsInstanceId', 'nodeReplaceConfigurationId']
|
@@ -4772,7 +4868,7 @@ class BdsClient(object):
|
|
4772
4868
|
:rtype: :class:`~oci.response.Response`
|
4773
4869
|
|
4774
4870
|
:example:
|
4775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/get_os_patch_details.py.html>`__ to see an example of how to use get_os_patch_details API.
|
4776
4872
|
"""
|
4777
4873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4778
4874
|
required_arguments = ['bdsInstanceId', 'osPatchVersion']
|
@@ -4883,7 +4979,7 @@ class BdsClient(object):
|
|
4883
4979
|
:rtype: :class:`~oci.response.Response`
|
4884
4980
|
|
4885
4981
|
:example:
|
4886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/get_resource_principal_configuration.py.html>`__ to see an example of how to use get_resource_principal_configuration API.
|
4887
4983
|
"""
|
4888
4984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4889
4985
|
required_arguments = ['bdsInstanceId', 'resourcePrincipalConfigurationId']
|
@@ -4953,6 +5049,125 @@ class BdsClient(object):
|
|
4953
5049
|
api_reference_link=api_reference_link,
|
4954
5050
|
required_arguments=required_arguments)
|
4955
5051
|
|
5052
|
+
def get_software_update(self, bds_instance_id, software_update_key, **kwargs):
|
5053
|
+
"""
|
5054
|
+
Get the details of the software update of the given SoftwareUpdateId
|
5055
|
+
|
5056
|
+
|
5057
|
+
:param str bds_instance_id: (required)
|
5058
|
+
The OCID of the cluster.
|
5059
|
+
|
5060
|
+
:param str software_update_key: (required)
|
5061
|
+
The unique identifier of the software update.
|
5062
|
+
|
5063
|
+
:param str opc_request_id: (optional)
|
5064
|
+
The client request ID for tracing.
|
5065
|
+
|
5066
|
+
:param str if_match: (optional)
|
5067
|
+
For optimistic concurrency control. In the PUT or DELETE call
|
5068
|
+
for a resource, set the `if-match` parameter to the value of the
|
5069
|
+
etag from a previous GET or POST response for that resource.
|
5070
|
+
The resource will be updated or deleted only if the etag you
|
5071
|
+
provide matches the resource's current etag value.
|
5072
|
+
|
5073
|
+
:param str opc_retry_token: (optional)
|
5074
|
+
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
5075
|
+
server error, without risk of executing that same action again. Retry tokens expire after 24
|
5076
|
+
hours but can be invalidated before then due to conflicting operations. For example, if a resource
|
5077
|
+
has been deleted and purged from the system, then a retry of the original creation request
|
5078
|
+
might be rejected.
|
5079
|
+
|
5080
|
+
:param obj retry_strategy: (optional)
|
5081
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
5082
|
+
|
5083
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
|
5084
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
5085
|
+
|
5086
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
5087
|
+
|
5088
|
+
:param bool allow_control_chars: (optional)
|
5089
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
5090
|
+
By default, the response will not allow control characters in strings
|
5091
|
+
|
5092
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.bds.models.SoftwareUpdate`
|
5093
|
+
:rtype: :class:`~oci.response.Response`
|
5094
|
+
|
5095
|
+
:example:
|
5096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/get_software_update.py.html>`__ to see an example of how to use get_software_update API.
|
5097
|
+
"""
|
5098
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5099
|
+
required_arguments = ['bdsInstanceId', 'softwareUpdateKey']
|
5100
|
+
resource_path = "/bdsInstances/{bdsInstanceId}/softwareUpdates/{softwareUpdateKey}"
|
5101
|
+
method = "GET"
|
5102
|
+
operation_name = "get_software_update"
|
5103
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/bigdata/20190531/BdsInstance/GetSoftwareUpdate"
|
5104
|
+
|
5105
|
+
# Don't accept unknown kwargs
|
5106
|
+
expected_kwargs = [
|
5107
|
+
"allow_control_chars",
|
5108
|
+
"retry_strategy",
|
5109
|
+
"opc_request_id",
|
5110
|
+
"if_match",
|
5111
|
+
"opc_retry_token"
|
5112
|
+
]
|
5113
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
5114
|
+
if extra_kwargs:
|
5115
|
+
raise ValueError(
|
5116
|
+
f"get_software_update got unknown kwargs: {extra_kwargs!r}")
|
5117
|
+
|
5118
|
+
path_params = {
|
5119
|
+
"bdsInstanceId": bds_instance_id,
|
5120
|
+
"softwareUpdateKey": software_update_key
|
5121
|
+
}
|
5122
|
+
|
5123
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
5124
|
+
|
5125
|
+
for (k, v) in six.iteritems(path_params):
|
5126
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
5127
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
5128
|
+
|
5129
|
+
header_params = {
|
5130
|
+
"accept": "application/json",
|
5131
|
+
"content-type": "application/json",
|
5132
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
5133
|
+
"if-match": kwargs.get("if_match", missing),
|
5134
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
5135
|
+
}
|
5136
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
5137
|
+
|
5138
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
5139
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
5140
|
+
client_retry_strategy=self.retry_strategy
|
5141
|
+
)
|
5142
|
+
|
5143
|
+
if retry_strategy:
|
5144
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
5145
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
5146
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
5147
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
5148
|
+
return retry_strategy.make_retrying_call(
|
5149
|
+
self.base_client.call_api,
|
5150
|
+
resource_path=resource_path,
|
5151
|
+
method=method,
|
5152
|
+
path_params=path_params,
|
5153
|
+
header_params=header_params,
|
5154
|
+
response_type="SoftwareUpdate",
|
5155
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
5156
|
+
operation_name=operation_name,
|
5157
|
+
api_reference_link=api_reference_link,
|
5158
|
+
required_arguments=required_arguments)
|
5159
|
+
else:
|
5160
|
+
return self.base_client.call_api(
|
5161
|
+
resource_path=resource_path,
|
5162
|
+
method=method,
|
5163
|
+
path_params=path_params,
|
5164
|
+
header_params=header_params,
|
5165
|
+
response_type="SoftwareUpdate",
|
5166
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
5167
|
+
operation_name=operation_name,
|
5168
|
+
api_reference_link=api_reference_link,
|
5169
|
+
required_arguments=required_arguments)
|
5170
|
+
|
4956
5171
|
def get_work_request(self, work_request_id, **kwargs):
|
4957
5172
|
"""
|
4958
5173
|
Returns the status of the work request identified by the given ID.
|
@@ -4980,7 +5195,7 @@ class BdsClient(object):
|
|
4980
5195
|
:rtype: :class:`~oci.response.Response`
|
4981
5196
|
|
4982
5197
|
:example:
|
4983
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
4984
5199
|
"""
|
4985
5200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4986
5201
|
required_arguments = ['workRequestId']
|
@@ -5093,7 +5308,7 @@ class BdsClient(object):
|
|
5093
5308
|
:rtype: :class:`~oci.response.Response`
|
5094
5309
|
|
5095
5310
|
:example:
|
5096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5311
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/install_os_patch.py.html>`__ to see an example of how to use install_os_patch API.
|
5097
5312
|
"""
|
5098
5313
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5099
5314
|
required_arguments = ['bdsInstanceId']
|
@@ -5211,7 +5426,7 @@ class BdsClient(object):
|
|
5211
5426
|
:rtype: :class:`~oci.response.Response`
|
5212
5427
|
|
5213
5428
|
:example:
|
5214
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/install_patch.py.html>`__ to see an example of how to use install_patch API.
|
5215
5430
|
"""
|
5216
5431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5217
5432
|
required_arguments = ['bdsInstanceId']
|
@@ -5285,6 +5500,124 @@ class BdsClient(object):
|
|
5285
5500
|
api_reference_link=api_reference_link,
|
5286
5501
|
required_arguments=required_arguments)
|
5287
5502
|
|
5503
|
+
def install_software_updates(self, bds_instance_id, install_software_updates_details, **kwargs):
|
5504
|
+
"""
|
5505
|
+
Install the specified software update to this cluster.
|
5506
|
+
|
5507
|
+
|
5508
|
+
:param str bds_instance_id: (required)
|
5509
|
+
The OCID of the cluster.
|
5510
|
+
|
5511
|
+
:param oci.bds.models.InstallSoftwareUpdatesDetails install_software_updates_details: (required)
|
5512
|
+
Details of the software update to be installed.
|
5513
|
+
|
5514
|
+
:param str opc_request_id: (optional)
|
5515
|
+
The client request ID for tracing.
|
5516
|
+
|
5517
|
+
:param str if_match: (optional)
|
5518
|
+
For optimistic concurrency control. In the PUT or DELETE call
|
5519
|
+
for a resource, set the `if-match` parameter to the value of the
|
5520
|
+
etag from a previous GET or POST response for that resource.
|
5521
|
+
The resource will be updated or deleted only if the etag you
|
5522
|
+
provide matches the resource's current etag value.
|
5523
|
+
|
5524
|
+
:param str opc_retry_token: (optional)
|
5525
|
+
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
5526
|
+
server error, without risk of executing that same action again. Retry tokens expire after 24
|
5527
|
+
hours but can be invalidated before then due to conflicting operations. For example, if a resource
|
5528
|
+
has been deleted and purged from the system, then a retry of the original creation request
|
5529
|
+
might be rejected.
|
5530
|
+
|
5531
|
+
:param obj retry_strategy: (optional)
|
5532
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
5533
|
+
|
5534
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
|
5535
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
5536
|
+
|
5537
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
5538
|
+
|
5539
|
+
:param bool allow_control_chars: (optional)
|
5540
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
5541
|
+
By default, the response will not allow control characters in strings
|
5542
|
+
|
5543
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
5544
|
+
:rtype: :class:`~oci.response.Response`
|
5545
|
+
|
5546
|
+
:example:
|
5547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/install_software_updates.py.html>`__ to see an example of how to use install_software_updates API.
|
5548
|
+
"""
|
5549
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5550
|
+
required_arguments = ['bdsInstanceId']
|
5551
|
+
resource_path = "/bdsInstances/{bdsInstanceId}/actions/installSoftwareUpdates"
|
5552
|
+
method = "POST"
|
5553
|
+
operation_name = "install_software_updates"
|
5554
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/bigdata/20190531/BdsInstance/InstallSoftwareUpdates"
|
5555
|
+
|
5556
|
+
# Don't accept unknown kwargs
|
5557
|
+
expected_kwargs = [
|
5558
|
+
"allow_control_chars",
|
5559
|
+
"retry_strategy",
|
5560
|
+
"opc_request_id",
|
5561
|
+
"if_match",
|
5562
|
+
"opc_retry_token"
|
5563
|
+
]
|
5564
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
5565
|
+
if extra_kwargs:
|
5566
|
+
raise ValueError(
|
5567
|
+
f"install_software_updates got unknown kwargs: {extra_kwargs!r}")
|
5568
|
+
|
5569
|
+
path_params = {
|
5570
|
+
"bdsInstanceId": bds_instance_id
|
5571
|
+
}
|
5572
|
+
|
5573
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
5574
|
+
|
5575
|
+
for (k, v) in six.iteritems(path_params):
|
5576
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
5577
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
5578
|
+
|
5579
|
+
header_params = {
|
5580
|
+
"accept": "application/json",
|
5581
|
+
"content-type": "application/json",
|
5582
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
5583
|
+
"if-match": kwargs.get("if_match", missing),
|
5584
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
5585
|
+
}
|
5586
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
5587
|
+
|
5588
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
5589
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
5590
|
+
client_retry_strategy=self.retry_strategy
|
5591
|
+
)
|
5592
|
+
|
5593
|
+
if retry_strategy:
|
5594
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
5595
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
5596
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
5597
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
5598
|
+
return retry_strategy.make_retrying_call(
|
5599
|
+
self.base_client.call_api,
|
5600
|
+
resource_path=resource_path,
|
5601
|
+
method=method,
|
5602
|
+
path_params=path_params,
|
5603
|
+
header_params=header_params,
|
5604
|
+
body=install_software_updates_details,
|
5605
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
5606
|
+
operation_name=operation_name,
|
5607
|
+
api_reference_link=api_reference_link,
|
5608
|
+
required_arguments=required_arguments)
|
5609
|
+
else:
|
5610
|
+
return self.base_client.call_api(
|
5611
|
+
resource_path=resource_path,
|
5612
|
+
method=method,
|
5613
|
+
path_params=path_params,
|
5614
|
+
header_params=header_params,
|
5615
|
+
body=install_software_updates_details,
|
5616
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
5617
|
+
operation_name=operation_name,
|
5618
|
+
api_reference_link=api_reference_link,
|
5619
|
+
required_arguments=required_arguments)
|
5620
|
+
|
5288
5621
|
def list_auto_scaling_configurations(self, compartment_id, bds_instance_id, **kwargs):
|
5289
5622
|
"""
|
5290
5623
|
Returns information about the autoscaling configurations for a cluster.
|
@@ -5339,7 +5672,7 @@ class BdsClient(object):
|
|
5339
5672
|
:rtype: :class:`~oci.response.Response`
|
5340
5673
|
|
5341
5674
|
:example:
|
5342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_auto_scaling_configurations.py.html>`__ to see an example of how to use list_auto_scaling_configurations API.
|
5343
5676
|
"""
|
5344
5677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5345
5678
|
required_arguments = ['bdsInstanceId', 'compartmentId']
|
@@ -5502,7 +5835,7 @@ class BdsClient(object):
|
|
5502
5835
|
:rtype: :class:`~oci.response.Response`
|
5503
5836
|
|
5504
5837
|
:example:
|
5505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_bds_api_keys.py.html>`__ to see an example of how to use list_bds_api_keys API.
|
5506
5839
|
"""
|
5507
5840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5508
5841
|
required_arguments = ['bdsInstanceId']
|
@@ -5652,7 +5985,7 @@ class BdsClient(object):
|
|
5652
5985
|
:rtype: :class:`~oci.response.Response`
|
5653
5986
|
|
5654
5987
|
:example:
|
5655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_bds_cluster_versions.py.html>`__ to see an example of how to use list_bds_cluster_versions API.
|
5656
5989
|
"""
|
5657
5990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5658
5991
|
required_arguments = []
|
@@ -5788,7 +6121,7 @@ class BdsClient(object):
|
|
5788
6121
|
:rtype: :class:`~oci.response.Response`
|
5789
6122
|
|
5790
6123
|
:example:
|
5791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_bds_instances.py.html>`__ to see an example of how to use list_bds_instances API.
|
5792
6125
|
"""
|
5793
6126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5794
6127
|
required_arguments = ['compartmentId']
|
@@ -5947,7 +6280,7 @@ class BdsClient(object):
|
|
5947
6280
|
:rtype: :class:`~oci.response.Response`
|
5948
6281
|
|
5949
6282
|
:example:
|
5950
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_bds_metastore_configurations.py.html>`__ to see an example of how to use list_bds_metastore_configurations API.
|
5951
6284
|
"""
|
5952
6285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5953
6286
|
required_arguments = ['bdsInstanceId']
|
@@ -6122,7 +6455,7 @@ class BdsClient(object):
|
|
6122
6455
|
:rtype: :class:`~oci.response.Response`
|
6123
6456
|
|
6124
6457
|
:example:
|
6125
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_identity_configurations.py.html>`__ to see an example of how to use list_identity_configurations API.
|
6126
6459
|
"""
|
6127
6460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6128
6461
|
required_arguments = ['bdsInstanceId', 'compartmentId']
|
@@ -6282,7 +6615,7 @@ class BdsClient(object):
|
|
6282
6615
|
:rtype: :class:`~oci.response.Response`
|
6283
6616
|
|
6284
6617
|
:example:
|
6285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_node_backup_configurations.py.html>`__ to see an example of how to use list_node_backup_configurations API.
|
6286
6619
|
"""
|
6287
6620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6288
6621
|
required_arguments = ['bdsInstanceId']
|
@@ -6444,7 +6777,7 @@ class BdsClient(object):
|
|
6444
6777
|
:rtype: :class:`~oci.response.Response`
|
6445
6778
|
|
6446
6779
|
:example:
|
6447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_node_backups.py.html>`__ to see an example of how to use list_node_backups API.
|
6448
6781
|
"""
|
6449
6782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6450
6783
|
required_arguments = ['bdsInstanceId']
|
@@ -6605,7 +6938,7 @@ class BdsClient(object):
|
|
6605
6938
|
:rtype: :class:`~oci.response.Response`
|
6606
6939
|
|
6607
6940
|
:example:
|
6608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_node_replace_configurations.py.html>`__ to see an example of how to use list_node_replace_configurations API.
|
6609
6942
|
"""
|
6610
6943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6611
6944
|
required_arguments = ['bdsInstanceId']
|
@@ -6770,7 +7103,7 @@ class BdsClient(object):
|
|
6770
7103
|
:rtype: :class:`~oci.response.Response`
|
6771
7104
|
|
6772
7105
|
:example:
|
6773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7106
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_os_patches.py.html>`__ to see an example of how to use list_os_patches API.
|
6774
7107
|
"""
|
6775
7108
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6776
7109
|
required_arguments = ['bdsInstanceId']
|
@@ -6910,7 +7243,7 @@ class BdsClient(object):
|
|
6910
7243
|
:param str patch_type: (optional)
|
6911
7244
|
The type of a BDS patch history entity.
|
6912
7245
|
|
6913
|
-
Allowed values are: "ODH", "OS"
|
7246
|
+
Allowed values are: "ODH", "OS", "BDS"
|
6914
7247
|
|
6915
7248
|
:param obj retry_strategy: (optional)
|
6916
7249
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -6928,7 +7261,7 @@ class BdsClient(object):
|
|
6928
7261
|
:rtype: :class:`~oci.response.Response`
|
6929
7262
|
|
6930
7263
|
:example:
|
6931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7264
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_patch_histories.py.html>`__ to see an example of how to use list_patch_histories API.
|
6932
7265
|
"""
|
6933
7266
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6934
7267
|
required_arguments = ['bdsInstanceId']
|
@@ -6987,7 +7320,7 @@ class BdsClient(object):
|
|
6987
7320
|
)
|
6988
7321
|
|
6989
7322
|
if 'patch_type' in kwargs:
|
6990
|
-
patch_type_allowed_values = ["ODH", "OS"]
|
7323
|
+
patch_type_allowed_values = ["ODH", "OS", "BDS"]
|
6991
7324
|
if kwargs['patch_type'] not in patch_type_allowed_values:
|
6992
7325
|
raise ValueError(
|
6993
7326
|
f"Invalid value for `patch_type`, must be one of { patch_type_allowed_values }"
|
@@ -7078,7 +7411,7 @@ class BdsClient(object):
|
|
7078
7411
|
:rtype: :class:`~oci.response.Response`
|
7079
7412
|
|
7080
7413
|
:example:
|
7081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_patches.py.html>`__ to see an example of how to use list_patches API.
|
7082
7415
|
"""
|
7083
7416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7084
7417
|
required_arguments = ['bdsInstanceId']
|
@@ -7208,7 +7541,7 @@ class BdsClient(object):
|
|
7208
7541
|
:rtype: :class:`~oci.response.Response`
|
7209
7542
|
|
7210
7543
|
:example:
|
7211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_resource_principal_configurations.py.html>`__ to see an example of how to use list_resource_principal_configurations API.
|
7212
7545
|
"""
|
7213
7546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7214
7547
|
required_arguments = ['bdsInstanceId']
|
@@ -7316,6 +7649,165 @@ class BdsClient(object):
|
|
7316
7649
|
api_reference_link=api_reference_link,
|
7317
7650
|
required_arguments=required_arguments)
|
7318
7651
|
|
7652
|
+
def list_software_updates(self, bds_instance_id, **kwargs):
|
7653
|
+
"""
|
7654
|
+
List all the available software updates for current cluster.
|
7655
|
+
|
7656
|
+
|
7657
|
+
:param str bds_instance_id: (required)
|
7658
|
+
The OCID of the cluster.
|
7659
|
+
|
7660
|
+
:param str page: (optional)
|
7661
|
+
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
7662
|
+
|
7663
|
+
:param int limit: (optional)
|
7664
|
+
The maximum number of items to return.
|
7665
|
+
|
7666
|
+
:param str sort_by: (optional)
|
7667
|
+
The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
|
7668
|
+
|
7669
|
+
Allowed values are: "timeCreated", "displayName"
|
7670
|
+
|
7671
|
+
:param str sort_order: (optional)
|
7672
|
+
The sort order to use, either 'asc' or 'desc'.
|
7673
|
+
|
7674
|
+
Allowed values are: "ASC", "DESC"
|
7675
|
+
|
7676
|
+
:param str opc_request_id: (optional)
|
7677
|
+
The client request ID for tracing.
|
7678
|
+
|
7679
|
+
:param str if_match: (optional)
|
7680
|
+
For optimistic concurrency control. In the PUT or DELETE call
|
7681
|
+
for a resource, set the `if-match` parameter to the value of the
|
7682
|
+
etag from a previous GET or POST response for that resource.
|
7683
|
+
The resource will be updated or deleted only if the etag you
|
7684
|
+
provide matches the resource's current etag value.
|
7685
|
+
|
7686
|
+
:param str opc_retry_token: (optional)
|
7687
|
+
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
7688
|
+
server error, without risk of executing that same action again. Retry tokens expire after 24
|
7689
|
+
hours but can be invalidated before then due to conflicting operations. For example, if a resource
|
7690
|
+
has been deleted and purged from the system, then a retry of the original creation request
|
7691
|
+
might be rejected.
|
7692
|
+
|
7693
|
+
:param obj retry_strategy: (optional)
|
7694
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
7695
|
+
|
7696
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
|
7697
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
7698
|
+
|
7699
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
7700
|
+
|
7701
|
+
:param bool allow_control_chars: (optional)
|
7702
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
7703
|
+
By default, the response will not allow control characters in strings
|
7704
|
+
|
7705
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.bds.models.SoftwareUpdateCollection`
|
7706
|
+
:rtype: :class:`~oci.response.Response`
|
7707
|
+
|
7708
|
+
:example:
|
7709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_software_updates.py.html>`__ to see an example of how to use list_software_updates API.
|
7710
|
+
"""
|
7711
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7712
|
+
required_arguments = ['bdsInstanceId']
|
7713
|
+
resource_path = "/bdsInstances/{bdsInstanceId}/softwareUpdates"
|
7714
|
+
method = "GET"
|
7715
|
+
operation_name = "list_software_updates"
|
7716
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/bigdata/20190531/BdsInstance/ListSoftwareUpdates"
|
7717
|
+
|
7718
|
+
# Don't accept unknown kwargs
|
7719
|
+
expected_kwargs = [
|
7720
|
+
"allow_control_chars",
|
7721
|
+
"retry_strategy",
|
7722
|
+
"page",
|
7723
|
+
"limit",
|
7724
|
+
"sort_by",
|
7725
|
+
"sort_order",
|
7726
|
+
"opc_request_id",
|
7727
|
+
"if_match",
|
7728
|
+
"opc_retry_token"
|
7729
|
+
]
|
7730
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
7731
|
+
if extra_kwargs:
|
7732
|
+
raise ValueError(
|
7733
|
+
f"list_software_updates got unknown kwargs: {extra_kwargs!r}")
|
7734
|
+
|
7735
|
+
path_params = {
|
7736
|
+
"bdsInstanceId": bds_instance_id
|
7737
|
+
}
|
7738
|
+
|
7739
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
7740
|
+
|
7741
|
+
for (k, v) in six.iteritems(path_params):
|
7742
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
7743
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
7744
|
+
|
7745
|
+
if 'sort_by' in kwargs:
|
7746
|
+
sort_by_allowed_values = ["timeCreated", "displayName"]
|
7747
|
+
if kwargs['sort_by'] not in sort_by_allowed_values:
|
7748
|
+
raise ValueError(
|
7749
|
+
f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
|
7750
|
+
)
|
7751
|
+
|
7752
|
+
if 'sort_order' in kwargs:
|
7753
|
+
sort_order_allowed_values = ["ASC", "DESC"]
|
7754
|
+
if kwargs['sort_order'] not in sort_order_allowed_values:
|
7755
|
+
raise ValueError(
|
7756
|
+
f"Invalid value for `sort_order`, must be one of { sort_order_allowed_values }"
|
7757
|
+
)
|
7758
|
+
|
7759
|
+
query_params = {
|
7760
|
+
"page": kwargs.get("page", missing),
|
7761
|
+
"limit": kwargs.get("limit", missing),
|
7762
|
+
"sortBy": kwargs.get("sort_by", missing),
|
7763
|
+
"sortOrder": kwargs.get("sort_order", missing)
|
7764
|
+
}
|
7765
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
7766
|
+
|
7767
|
+
header_params = {
|
7768
|
+
"accept": "application/json",
|
7769
|
+
"content-type": "application/json",
|
7770
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
7771
|
+
"if-match": kwargs.get("if_match", missing),
|
7772
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
7773
|
+
}
|
7774
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
7775
|
+
|
7776
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
7777
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
7778
|
+
client_retry_strategy=self.retry_strategy
|
7779
|
+
)
|
7780
|
+
|
7781
|
+
if retry_strategy:
|
7782
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
7783
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
7784
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
7785
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
7786
|
+
return retry_strategy.make_retrying_call(
|
7787
|
+
self.base_client.call_api,
|
7788
|
+
resource_path=resource_path,
|
7789
|
+
method=method,
|
7790
|
+
path_params=path_params,
|
7791
|
+
query_params=query_params,
|
7792
|
+
header_params=header_params,
|
7793
|
+
response_type="SoftwareUpdateCollection",
|
7794
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
7795
|
+
operation_name=operation_name,
|
7796
|
+
api_reference_link=api_reference_link,
|
7797
|
+
required_arguments=required_arguments)
|
7798
|
+
else:
|
7799
|
+
return self.base_client.call_api(
|
7800
|
+
resource_path=resource_path,
|
7801
|
+
method=method,
|
7802
|
+
path_params=path_params,
|
7803
|
+
query_params=query_params,
|
7804
|
+
header_params=header_params,
|
7805
|
+
response_type="SoftwareUpdateCollection",
|
7806
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
7807
|
+
operation_name=operation_name,
|
7808
|
+
api_reference_link=api_reference_link,
|
7809
|
+
required_arguments=required_arguments)
|
7810
|
+
|
7319
7811
|
def list_work_request_errors(self, work_request_id, **kwargs):
|
7320
7812
|
"""
|
7321
7813
|
Returns a paginated list of errors for a work request identified by the given ID.
|
@@ -7359,7 +7851,7 @@ class BdsClient(object):
|
|
7359
7851
|
:rtype: :class:`~oci.response.Response`
|
7360
7852
|
|
7361
7853
|
:example:
|
7362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
7363
7855
|
"""
|
7364
7856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7365
7857
|
required_arguments = ['workRequestId']
|
@@ -7499,7 +7991,7 @@ class BdsClient(object):
|
|
7499
7991
|
:rtype: :class:`~oci.response.Response`
|
7500
7992
|
|
7501
7993
|
:example:
|
7502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
7503
7995
|
"""
|
7504
7996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7505
7997
|
required_arguments = ['workRequestId']
|
@@ -7642,7 +8134,7 @@ class BdsClient(object):
|
|
7642
8134
|
:rtype: :class:`~oci.response.Response`
|
7643
8135
|
|
7644
8136
|
:example:
|
7645
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
7646
8138
|
"""
|
7647
8139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7648
8140
|
required_arguments = ['compartmentId']
|
@@ -7777,7 +8269,7 @@ class BdsClient(object):
|
|
7777
8269
|
:rtype: :class:`~oci.response.Response`
|
7778
8270
|
|
7779
8271
|
:example:
|
7780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8272
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/refresh_confidential_application.py.html>`__ to see an example of how to use refresh_confidential_application API.
|
7781
8273
|
"""
|
7782
8274
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7783
8275
|
required_arguments = ['bdsInstanceId', 'identityConfigurationId']
|
@@ -7899,7 +8391,7 @@ class BdsClient(object):
|
|
7899
8391
|
:rtype: :class:`~oci.response.Response`
|
7900
8392
|
|
7901
8393
|
:example:
|
7902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/refresh_upst_token_exchange_keytab.py.html>`__ to see an example of how to use refresh_upst_token_exchange_keytab API.
|
7903
8395
|
"""
|
7904
8396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7905
8397
|
required_arguments = ['bdsInstanceId', 'identityConfigurationId']
|
@@ -8021,7 +8513,7 @@ class BdsClient(object):
|
|
8021
8513
|
:rtype: :class:`~oci.response.Response`
|
8022
8514
|
|
8023
8515
|
:example:
|
8024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/remove_auto_scaling_configuration.py.html>`__ to see an example of how to use remove_auto_scaling_configuration API.
|
8025
8517
|
"""
|
8026
8518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8027
8519
|
required_arguments = ['bdsInstanceId', 'autoScalingConfigurationId']
|
@@ -8140,7 +8632,7 @@ class BdsClient(object):
|
|
8140
8632
|
:rtype: :class:`~oci.response.Response`
|
8141
8633
|
|
8142
8634
|
:example:
|
8143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/remove_cloud_sql.py.html>`__ to see an example of how to use remove_cloud_sql API.
|
8144
8636
|
"""
|
8145
8637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8146
8638
|
required_arguments = ['bdsInstanceId']
|
@@ -8258,7 +8750,7 @@ class BdsClient(object):
|
|
8258
8750
|
:rtype: :class:`~oci.response.Response`
|
8259
8751
|
|
8260
8752
|
:example:
|
8261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8753
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/remove_kafka.py.html>`__ to see an example of how to use remove_kafka API.
|
8262
8754
|
"""
|
8263
8755
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8264
8756
|
required_arguments = ['bdsInstanceId']
|
@@ -8369,7 +8861,7 @@ class BdsClient(object):
|
|
8369
8861
|
:rtype: :class:`~oci.response.Response`
|
8370
8862
|
|
8371
8863
|
:example:
|
8372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/remove_node.py.html>`__ to see an example of how to use remove_node API.
|
8373
8865
|
"""
|
8374
8866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8375
8867
|
required_arguments = ['bdsInstanceId']
|
@@ -8487,7 +8979,7 @@ class BdsClient(object):
|
|
8487
8979
|
:rtype: :class:`~oci.response.Response`
|
8488
8980
|
|
8489
8981
|
:example:
|
8490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/remove_node_replace_configuration.py.html>`__ to see an example of how to use remove_node_replace_configuration API.
|
8491
8983
|
"""
|
8492
8984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8493
8985
|
required_arguments = ['bdsInstanceId', 'nodeReplaceConfigurationId']
|
@@ -8602,7 +9094,7 @@ class BdsClient(object):
|
|
8602
9094
|
:rtype: :class:`~oci.response.Response`
|
8603
9095
|
|
8604
9096
|
:example:
|
8605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/remove_resource_principal_configuration.py.html>`__ to see an example of how to use remove_resource_principal_configuration API.
|
8606
9098
|
"""
|
8607
9099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8608
9100
|
required_arguments = ['bdsInstanceId', 'resourcePrincipalConfigurationId']
|
@@ -8718,7 +9210,7 @@ class BdsClient(object):
|
|
8718
9210
|
:rtype: :class:`~oci.response.Response`
|
8719
9211
|
|
8720
9212
|
:example:
|
8721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9213
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/renew_certificate.py.html>`__ to see an example of how to use renew_certificate API.
|
8722
9214
|
"""
|
8723
9215
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8724
9216
|
required_arguments = ['bdsInstanceId']
|
@@ -8836,7 +9328,7 @@ class BdsClient(object):
|
|
8836
9328
|
:rtype: :class:`~oci.response.Response`
|
8837
9329
|
|
8838
9330
|
:example:
|
8839
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/replace_node.py.html>`__ to see an example of how to use replace_node API.
|
8840
9332
|
"""
|
8841
9333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8842
9334
|
required_arguments = ['bdsInstanceId']
|
@@ -8954,7 +9446,7 @@ class BdsClient(object):
|
|
8954
9446
|
:rtype: :class:`~oci.response.Response`
|
8955
9447
|
|
8956
9448
|
:example:
|
8957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9449
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/restart_node.py.html>`__ to see an example of how to use restart_node API.
|
8958
9450
|
"""
|
8959
9451
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8960
9452
|
required_arguments = ['bdsInstanceId']
|
@@ -9065,7 +9557,7 @@ class BdsClient(object):
|
|
9065
9557
|
:rtype: :class:`~oci.response.Response`
|
9066
9558
|
|
9067
9559
|
:example:
|
9068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/start_bds_instance.py.html>`__ to see an example of how to use start_bds_instance API.
|
9069
9561
|
"""
|
9070
9562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9071
9563
|
required_arguments = ['bdsInstanceId']
|
@@ -9173,7 +9665,7 @@ class BdsClient(object):
|
|
9173
9665
|
:rtype: :class:`~oci.response.Response`
|
9174
9666
|
|
9175
9667
|
:example:
|
9176
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/stop_bds_instance.py.html>`__ to see an example of how to use stop_bds_instance API.
|
9177
9669
|
"""
|
9178
9670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9179
9671
|
required_arguments = ['bdsInstanceId']
|
@@ -9284,7 +9776,7 @@ class BdsClient(object):
|
|
9284
9776
|
:rtype: :class:`~oci.response.Response`
|
9285
9777
|
|
9286
9778
|
:example:
|
9287
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/test_bds_metastore_configuration.py.html>`__ to see an example of how to use test_bds_metastore_configuration API.
|
9288
9780
|
"""
|
9289
9781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9290
9782
|
required_arguments = ['bdsInstanceId', 'metastoreConfigId']
|
@@ -9389,7 +9881,7 @@ class BdsClient(object):
|
|
9389
9881
|
:rtype: :class:`~oci.response.Response`
|
9390
9882
|
|
9391
9883
|
:example:
|
9392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/test_bds_object_storage_connection.py.html>`__ to see an example of how to use test_bds_object_storage_connection API.
|
9393
9885
|
"""
|
9394
9886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9395
9887
|
required_arguments = ['bdsInstanceId', 'apiKeyId']
|
@@ -9506,7 +9998,7 @@ class BdsClient(object):
|
|
9506
9998
|
:rtype: :class:`~oci.response.Response`
|
9507
9999
|
|
9508
10000
|
:example:
|
9509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/update_auto_scaling_configuration.py.html>`__ to see an example of how to use update_auto_scaling_configuration API.
|
9510
10002
|
"""
|
9511
10003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9512
10004
|
required_arguments = ['bdsInstanceId', 'autoScalingConfigurationId']
|
@@ -9618,7 +10110,7 @@ class BdsClient(object):
|
|
9618
10110
|
:rtype: :class:`~oci.response.Response`
|
9619
10111
|
|
9620
10112
|
:example:
|
9621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/update_bds_instance.py.html>`__ to see an example of how to use update_bds_instance API.
|
9622
10114
|
"""
|
9623
10115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9624
10116
|
required_arguments = ['bdsInstanceId']
|
@@ -9729,7 +10221,7 @@ class BdsClient(object):
|
|
9729
10221
|
:rtype: :class:`~oci.response.Response`
|
9730
10222
|
|
9731
10223
|
:example:
|
9732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/update_bds_metastore_configuration.py.html>`__ to see an example of how to use update_bds_metastore_configuration API.
|
9733
10225
|
"""
|
9734
10226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9735
10227
|
required_arguments = ['bdsInstanceId', 'metastoreConfigId']
|
@@ -9848,7 +10340,7 @@ class BdsClient(object):
|
|
9848
10340
|
:rtype: :class:`~oci.response.Response`
|
9849
10341
|
|
9850
10342
|
:example:
|
9851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10343
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/update_identity_configuration.py.html>`__ to see an example of how to use update_identity_configuration API.
|
9852
10344
|
"""
|
9853
10345
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9854
10346
|
required_arguments = ['bdsInstanceId', 'identityConfigurationId']
|
@@ -9970,7 +10462,7 @@ class BdsClient(object):
|
|
9970
10462
|
:rtype: :class:`~oci.response.Response`
|
9971
10463
|
|
9972
10464
|
:example:
|
9973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/update_node_backup_configuration.py.html>`__ to see an example of how to use update_node_backup_configuration API.
|
9974
10466
|
"""
|
9975
10467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9976
10468
|
required_arguments = ['bdsInstanceId', 'nodeBackupConfigurationId']
|
@@ -10092,7 +10584,7 @@ class BdsClient(object):
|
|
10092
10584
|
:rtype: :class:`~oci.response.Response`
|
10093
10585
|
|
10094
10586
|
:example:
|
10095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/update_node_replace_configuration.py.html>`__ to see an example of how to use update_node_replace_configuration API.
|
10096
10588
|
"""
|
10097
10589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10098
10590
|
required_arguments = ['bdsInstanceId', 'nodeReplaceConfigurationId']
|
@@ -10214,7 +10706,7 @@ class BdsClient(object):
|
|
10214
10706
|
:rtype: :class:`~oci.response.Response`
|
10215
10707
|
|
10216
10708
|
:example:
|
10217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/bds/update_resource_principal_configuration.py.html>`__ to see an example of how to use update_resource_principal_configuration API.
|
10218
10710
|
"""
|
10219
10711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10220
10712
|
required_arguments = ['bdsInstanceId', 'resourcePrincipalConfigurationId']
|