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/usage_api/usageapi_client.py
CHANGED
@@ -22,7 +22,7 @@ missing = Sentinel("Missing")
|
|
22
22
|
|
23
23
|
class UsageapiClient(object):
|
24
24
|
"""
|
25
|
-
Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by
|
25
|
+
Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by [Cost Analysis](/Content/Billing/Concepts/costanalysisoverview.htm), [Scheduled Reports](/Content/Billing/Concepts/scheduledreportoverview.htm), and [Carbon Emissions Analysis](/Content/General/Concepts/emissions-management.htm) in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
|
26
26
|
"""
|
27
27
|
|
28
28
|
def __init__(self, config, **kwargs):
|
@@ -151,7 +151,7 @@ class UsageapiClient(object):
|
|
151
151
|
:rtype: :class:`~oci.response.Response`
|
152
152
|
|
153
153
|
:example:
|
154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/create_custom_table.py.html>`__ to see an example of how to use create_custom_table API.
|
155
155
|
"""
|
156
156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
157
157
|
required_arguments = []
|
@@ -215,14 +215,14 @@ class UsageapiClient(object):
|
|
215
215
|
|
216
216
|
def create_email_recipients_group(self, create_email_recipients_group_details, subscription_id, **kwargs):
|
217
217
|
"""
|
218
|
-
|
218
|
+
Creates a list of email recipients that can receive usage statements for the subscription.
|
219
219
|
|
220
220
|
|
221
221
|
:param oci.usage_api.models.CreateEmailRecipientsGroupDetails create_email_recipients_group_details: (required)
|
222
222
|
New email recipients group details.
|
223
223
|
|
224
224
|
:param str subscription_id: (required)
|
225
|
-
The
|
225
|
+
The usage statement subscription unique OCID.
|
226
226
|
|
227
227
|
:param str opc_request_id: (optional)
|
228
228
|
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
@@ -251,7 +251,7 @@ class UsageapiClient(object):
|
|
251
251
|
:rtype: :class:`~oci.response.Response`
|
252
252
|
|
253
253
|
:example:
|
254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/create_email_recipients_group.py.html>`__ to see an example of how to use create_email_recipients_group API.
|
255
255
|
"""
|
256
256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
257
257
|
required_arguments = ['subscriptionId']
|
@@ -360,7 +360,7 @@ class UsageapiClient(object):
|
|
360
360
|
:rtype: :class:`~oci.response.Response`
|
361
361
|
|
362
362
|
:example:
|
363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/create_query.py.html>`__ to see an example of how to use create_query API.
|
364
364
|
"""
|
365
365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
366
366
|
required_arguments = []
|
@@ -457,7 +457,7 @@ class UsageapiClient(object):
|
|
457
457
|
:rtype: :class:`~oci.response.Response`
|
458
458
|
|
459
459
|
:example:
|
460
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/create_schedule.py.html>`__ to see an example of how to use create_schedule API.
|
461
461
|
"""
|
462
462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
463
463
|
required_arguments = []
|
@@ -521,7 +521,7 @@ class UsageapiClient(object):
|
|
521
521
|
|
522
522
|
def create_usage_carbon_emissions_query(self, create_usage_carbon_emissions_query_details, **kwargs):
|
523
523
|
"""
|
524
|
-
Returns the created
|
524
|
+
Returns the created carbon emissions usage query.
|
525
525
|
|
526
526
|
|
527
527
|
:param oci.usage_api.models.CreateUsageCarbonEmissionsQueryDetails create_usage_carbon_emissions_query_details: (required)
|
@@ -554,7 +554,7 @@ class UsageapiClient(object):
|
|
554
554
|
:rtype: :class:`~oci.response.Response`
|
555
555
|
|
556
556
|
:example:
|
557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/create_usage_carbon_emissions_query.py.html>`__ to see an example of how to use create_usage_carbon_emissions_query API.
|
558
558
|
"""
|
559
559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
560
560
|
required_arguments = []
|
@@ -651,7 +651,7 @@ class UsageapiClient(object):
|
|
651
651
|
:rtype: :class:`~oci.response.Response`
|
652
652
|
|
653
653
|
:example:
|
654
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
654
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/delete_custom_table.py.html>`__ to see an example of how to use delete_custom_table API.
|
655
655
|
"""
|
656
656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
657
657
|
required_arguments = ['customTableId']
|
@@ -722,14 +722,14 @@ class UsageapiClient(object):
|
|
722
722
|
|
723
723
|
def delete_email_recipients_group(self, email_recipients_group_id, subscription_id, compartment_id, **kwargs):
|
724
724
|
"""
|
725
|
-
|
725
|
+
Deletes the email recipients group for the usage statement subscription.
|
726
726
|
|
727
727
|
|
728
728
|
:param str email_recipients_group_id: (required)
|
729
|
-
The email
|
729
|
+
The email recipients group OCID.
|
730
730
|
|
731
731
|
:param str subscription_id: (required)
|
732
|
-
The
|
732
|
+
The usage statement subscription unique OCID.
|
733
733
|
|
734
734
|
:param str compartment_id: (required)
|
735
735
|
The compartment ID in which to list resources.
|
@@ -761,7 +761,7 @@ class UsageapiClient(object):
|
|
761
761
|
:rtype: :class:`~oci.response.Response`
|
762
762
|
|
763
763
|
:example:
|
764
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
764
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/delete_email_recipients_group.py.html>`__ to see an example of how to use delete_email_recipients_group API.
|
765
765
|
"""
|
766
766
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
767
767
|
required_arguments = ['emailRecipientsGroupId', 'subscriptionId', 'compartmentId']
|
@@ -873,7 +873,7 @@ class UsageapiClient(object):
|
|
873
873
|
:rtype: :class:`~oci.response.Response`
|
874
874
|
|
875
875
|
:example:
|
876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/delete_query.py.html>`__ to see an example of how to use delete_query API.
|
877
877
|
"""
|
878
878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
879
879
|
required_arguments = ['queryId']
|
@@ -977,7 +977,7 @@ class UsageapiClient(object):
|
|
977
977
|
:rtype: :class:`~oci.response.Response`
|
978
978
|
|
979
979
|
:example:
|
980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/delete_schedule.py.html>`__ to see an example of how to use delete_schedule API.
|
981
981
|
"""
|
982
982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
983
983
|
required_arguments = ['scheduleId']
|
@@ -1048,7 +1048,7 @@ class UsageapiClient(object):
|
|
1048
1048
|
|
1049
1049
|
def delete_usage_carbon_emissions_query(self, usage_carbon_emissions_query_id, **kwargs):
|
1050
1050
|
"""
|
1051
|
-
Delete a
|
1051
|
+
Delete a carbon emissions usage saved query by the OCID.
|
1052
1052
|
|
1053
1053
|
|
1054
1054
|
:param str usage_carbon_emissions_query_id: (required)
|
@@ -1081,7 +1081,7 @@ class UsageapiClient(object):
|
|
1081
1081
|
:rtype: :class:`~oci.response.Response`
|
1082
1082
|
|
1083
1083
|
:example:
|
1084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1084
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/delete_usage_carbon_emissions_query.py.html>`__ to see an example of how to use delete_usage_carbon_emissions_query API.
|
1085
1085
|
"""
|
1086
1086
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1087
1087
|
required_arguments = ['usageCarbonEmissionsQueryId']
|
@@ -1178,7 +1178,7 @@ class UsageapiClient(object):
|
|
1178
1178
|
:rtype: :class:`~oci.response.Response`
|
1179
1179
|
|
1180
1180
|
:example:
|
1181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/get_custom_table.py.html>`__ to see an example of how to use get_custom_table API.
|
1182
1182
|
"""
|
1183
1183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1184
1184
|
required_arguments = ['customTableId']
|
@@ -1249,14 +1249,14 @@ class UsageapiClient(object):
|
|
1249
1249
|
|
1250
1250
|
def get_email_recipients_group(self, email_recipients_group_id, subscription_id, compartment_id, **kwargs):
|
1251
1251
|
"""
|
1252
|
-
|
1252
|
+
Returns the saved usage statement email recipients group.
|
1253
1253
|
|
1254
1254
|
|
1255
1255
|
:param str email_recipients_group_id: (required)
|
1256
|
-
The email
|
1256
|
+
The email recipients group OCID.
|
1257
1257
|
|
1258
1258
|
:param str subscription_id: (required)
|
1259
|
-
The
|
1259
|
+
The usage statement subscription unique OCID.
|
1260
1260
|
|
1261
1261
|
:param str compartment_id: (required)
|
1262
1262
|
The compartment ID in which to list resources.
|
@@ -1281,7 +1281,7 @@ class UsageapiClient(object):
|
|
1281
1281
|
:rtype: :class:`~oci.response.Response`
|
1282
1282
|
|
1283
1283
|
:example:
|
1284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/get_email_recipients_group.py.html>`__ to see an example of how to use get_email_recipients_group API.
|
1285
1285
|
"""
|
1286
1286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1287
1287
|
required_arguments = ['emailRecipientsGroupId', 'subscriptionId', 'compartmentId']
|
@@ -1386,7 +1386,7 @@ class UsageapiClient(object):
|
|
1386
1386
|
:rtype: :class:`~oci.response.Response`
|
1387
1387
|
|
1388
1388
|
:example:
|
1389
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1389
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/get_query.py.html>`__ to see an example of how to use get_query API.
|
1390
1390
|
"""
|
1391
1391
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1392
1392
|
required_arguments = ['queryId']
|
@@ -1483,7 +1483,7 @@ class UsageapiClient(object):
|
|
1483
1483
|
:rtype: :class:`~oci.response.Response`
|
1484
1484
|
|
1485
1485
|
:example:
|
1486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/get_schedule.py.html>`__ to see an example of how to use get_schedule API.
|
1487
1487
|
"""
|
1488
1488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1489
1489
|
required_arguments = ['scheduleId']
|
@@ -1558,7 +1558,7 @@ class UsageapiClient(object):
|
|
1558
1558
|
|
1559
1559
|
|
1560
1560
|
:param str scheduled_run_id: (required)
|
1561
|
-
The
|
1561
|
+
The scheduled run unique OCID.
|
1562
1562
|
|
1563
1563
|
:param str opc_request_id: (optional)
|
1564
1564
|
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
@@ -1580,7 +1580,7 @@ class UsageapiClient(object):
|
|
1580
1580
|
:rtype: :class:`~oci.response.Response`
|
1581
1581
|
|
1582
1582
|
:example:
|
1583
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1583
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/get_scheduled_run.py.html>`__ to see an example of how to use get_scheduled_run API.
|
1584
1584
|
"""
|
1585
1585
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1586
1586
|
required_arguments = ['scheduledRunId']
|
@@ -1651,7 +1651,7 @@ class UsageapiClient(object):
|
|
1651
1651
|
|
1652
1652
|
def get_usage_carbon_emissions_query(self, usage_carbon_emissions_query_id, **kwargs):
|
1653
1653
|
"""
|
1654
|
-
Returns the
|
1654
|
+
Returns the carbon emissions usage saved query.
|
1655
1655
|
|
1656
1656
|
|
1657
1657
|
:param str usage_carbon_emissions_query_id: (required)
|
@@ -1677,7 +1677,7 @@ class UsageapiClient(object):
|
|
1677
1677
|
:rtype: :class:`~oci.response.Response`
|
1678
1678
|
|
1679
1679
|
:example:
|
1680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/get_usage_carbon_emissions_query.py.html>`__ to see an example of how to use get_usage_carbon_emissions_query API.
|
1681
1681
|
"""
|
1682
1682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1683
1683
|
required_arguments = ['usageCarbonEmissionsQueryId']
|
@@ -1762,7 +1762,7 @@ class UsageapiClient(object):
|
|
1762
1762
|
particular request, please provide the request ID.
|
1763
1763
|
|
1764
1764
|
:param int limit: (optional)
|
1765
|
-
The
|
1765
|
+
The maximum number of items to return.
|
1766
1766
|
|
1767
1767
|
:param str page: (optional)
|
1768
1768
|
The page token representing the page at which to start retrieving results.
|
@@ -1794,7 +1794,7 @@ class UsageapiClient(object):
|
|
1794
1794
|
:rtype: :class:`~oci.response.Response`
|
1795
1795
|
|
1796
1796
|
:example:
|
1797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/list_custom_tables.py.html>`__ to see an example of how to use list_custom_tables API.
|
1798
1798
|
"""
|
1799
1799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1800
1800
|
required_arguments = ['compartmentId', 'savedReportId']
|
@@ -1883,11 +1883,11 @@ class UsageapiClient(object):
|
|
1883
1883
|
|
1884
1884
|
def list_email_recipients_groups(self, subscription_id, compartment_id, **kwargs):
|
1885
1885
|
"""
|
1886
|
-
|
1886
|
+
Returns the saved usage statement email recipients group.
|
1887
1887
|
|
1888
1888
|
|
1889
1889
|
:param str subscription_id: (required)
|
1890
|
-
The
|
1890
|
+
The usage statement subscription unique OCID.
|
1891
1891
|
|
1892
1892
|
:param str compartment_id: (required)
|
1893
1893
|
The compartment ID in which to list resources.
|
@@ -1897,7 +1897,7 @@ class UsageapiClient(object):
|
|
1897
1897
|
particular request, please provide the request ID.
|
1898
1898
|
|
1899
1899
|
:param int limit: (optional)
|
1900
|
-
The
|
1900
|
+
The maximum number of items to return.
|
1901
1901
|
|
1902
1902
|
:param str page: (optional)
|
1903
1903
|
The page token representing the page at which to start retrieving results.
|
@@ -1936,7 +1936,7 @@ class UsageapiClient(object):
|
|
1936
1936
|
:rtype: :class:`~oci.response.Response`
|
1937
1937
|
|
1938
1938
|
:example:
|
1939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/list_email_recipients_groups.py.html>`__ to see an example of how to use list_email_recipients_groups API.
|
1940
1940
|
"""
|
1941
1941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1942
1942
|
required_arguments = ['subscriptionId', 'compartmentId']
|
@@ -2050,7 +2050,7 @@ class UsageapiClient(object):
|
|
2050
2050
|
particular request, please provide the request ID.
|
2051
2051
|
|
2052
2052
|
:param int limit: (optional)
|
2053
|
-
The
|
2053
|
+
The maximum number of items to return.
|
2054
2054
|
|
2055
2055
|
:param str page: (optional)
|
2056
2056
|
The page token representing the page at which to start retrieving results.
|
@@ -2082,7 +2082,7 @@ class UsageapiClient(object):
|
|
2082
2082
|
:rtype: :class:`~oci.response.Response`
|
2083
2083
|
|
2084
2084
|
:example:
|
2085
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2085
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/list_queries.py.html>`__ to see an example of how to use list_queries API.
|
2086
2086
|
"""
|
2087
2087
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2088
2088
|
required_arguments = ['compartmentId']
|
@@ -2170,11 +2170,11 @@ class UsageapiClient(object):
|
|
2170
2170
|
|
2171
2171
|
def list_scheduled_runs(self, schedule_id, **kwargs):
|
2172
2172
|
"""
|
2173
|
-
Returns schedule history list.
|
2173
|
+
Returns the schedule history list.
|
2174
2174
|
|
2175
2175
|
|
2176
2176
|
:param str schedule_id: (required)
|
2177
|
-
The unique ID
|
2177
|
+
The schedule unique ID.
|
2178
2178
|
|
2179
2179
|
:param str opc_request_id: (optional)
|
2180
2180
|
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
@@ -2185,7 +2185,7 @@ class UsageapiClient(object):
|
|
2185
2185
|
This is usually retrieved from a previous list call.
|
2186
2186
|
|
2187
2187
|
:param int limit: (optional)
|
2188
|
-
The
|
2188
|
+
The maximum number of items to return.
|
2189
2189
|
|
2190
2190
|
:param str sort_by: (optional)
|
2191
2191
|
The field to sort by. If not specified, the default is timeCreated.
|
@@ -2213,7 +2213,7 @@ class UsageapiClient(object):
|
|
2213
2213
|
:rtype: :class:`~oci.response.Response`
|
2214
2214
|
|
2215
2215
|
:example:
|
2216
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2216
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/list_scheduled_runs.py.html>`__ to see an example of how to use list_scheduled_runs API.
|
2217
2217
|
"""
|
2218
2218
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2219
2219
|
required_arguments = ['scheduleId']
|
@@ -2316,7 +2316,7 @@ class UsageapiClient(object):
|
|
2316
2316
|
This is usually retrieved from a previous list call.
|
2317
2317
|
|
2318
2318
|
:param int limit: (optional)
|
2319
|
-
The
|
2319
|
+
The maximum number of items to return.
|
2320
2320
|
|
2321
2321
|
:param str sort_by: (optional)
|
2322
2322
|
The field to sort by. If not specified, the default is timeCreated.
|
@@ -2329,7 +2329,7 @@ class UsageapiClient(object):
|
|
2329
2329
|
Allowed values are: "ASC", "DESC"
|
2330
2330
|
|
2331
2331
|
:param str name: (optional)
|
2332
|
-
|
2332
|
+
The query parameter for filtering by name.
|
2333
2333
|
|
2334
2334
|
:param obj retry_strategy: (optional)
|
2335
2335
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -2347,7 +2347,7 @@ class UsageapiClient(object):
|
|
2347
2347
|
:rtype: :class:`~oci.response.Response`
|
2348
2348
|
|
2349
2349
|
:example:
|
2350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/list_schedules.py.html>`__ to see an example of how to use list_schedules API.
|
2351
2351
|
"""
|
2352
2352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2353
2353
|
required_arguments = ['compartmentId']
|
@@ -2437,7 +2437,7 @@ class UsageapiClient(object):
|
|
2437
2437
|
|
2438
2438
|
def list_usage_carbon_emissions_queries(self, compartment_id, **kwargs):
|
2439
2439
|
"""
|
2440
|
-
Returns the
|
2440
|
+
Returns the carbon emissions usage saved query list.
|
2441
2441
|
|
2442
2442
|
|
2443
2443
|
:param str compartment_id: (required)
|
@@ -2448,7 +2448,7 @@ class UsageapiClient(object):
|
|
2448
2448
|
particular request, please provide the request ID.
|
2449
2449
|
|
2450
2450
|
:param int limit: (optional)
|
2451
|
-
The
|
2451
|
+
The maximum number of items to return.
|
2452
2452
|
|
2453
2453
|
:param str page: (optional)
|
2454
2454
|
The page token representing the page at which to start retrieving results.
|
@@ -2480,7 +2480,7 @@ class UsageapiClient(object):
|
|
2480
2480
|
:rtype: :class:`~oci.response.Response`
|
2481
2481
|
|
2482
2482
|
:example:
|
2483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/list_usage_carbon_emissions_queries.py.html>`__ to see an example of how to use list_usage_carbon_emissions_queries API.
|
2484
2484
|
"""
|
2485
2485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2486
2486
|
required_arguments = ['compartmentId']
|
@@ -2594,7 +2594,7 @@ class UsageapiClient(object):
|
|
2594
2594
|
:rtype: :class:`~oci.response.Response`
|
2595
2595
|
|
2596
2596
|
:example:
|
2597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/request_average_carbon_emission.py.html>`__ to see an example of how to use request_average_carbon_emission API.
|
2598
2598
|
"""
|
2599
2599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2600
2600
|
required_arguments = ['skuPartNumber']
|
@@ -2694,7 +2694,7 @@ class UsageapiClient(object):
|
|
2694
2694
|
:rtype: :class:`~oci.response.Response`
|
2695
2695
|
|
2696
2696
|
:example:
|
2697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/request_clean_energy_usage.py.html>`__ to see an example of how to use request_clean_energy_usage API.
|
2698
2698
|
"""
|
2699
2699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2700
2700
|
required_arguments = ['region']
|
@@ -2799,7 +2799,7 @@ class UsageapiClient(object):
|
|
2799
2799
|
:rtype: :class:`~oci.response.Response`
|
2800
2800
|
|
2801
2801
|
:example:
|
2802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2802
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/request_summarized_configurations.py.html>`__ to see an example of how to use request_summarized_configurations API.
|
2803
2803
|
"""
|
2804
2804
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2805
2805
|
required_arguments = ['tenantId']
|
@@ -2880,7 +2880,7 @@ class UsageapiClient(object):
|
|
2880
2880
|
This is usually retrieved from a previous list call.
|
2881
2881
|
|
2882
2882
|
:param int limit: (optional)
|
2883
|
-
The
|
2883
|
+
The maximum number of items to return.
|
2884
2884
|
|
2885
2885
|
:param obj retry_strategy: (optional)
|
2886
2886
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -2898,7 +2898,7 @@ class UsageapiClient(object):
|
|
2898
2898
|
:rtype: :class:`~oci.response.Response`
|
2899
2899
|
|
2900
2900
|
:example:
|
2901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/request_summarized_usages.py.html>`__ to see an example of how to use request_summarized_usages API.
|
2902
2902
|
"""
|
2903
2903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2904
2904
|
required_arguments = []
|
@@ -2969,7 +2969,7 @@ class UsageapiClient(object):
|
|
2969
2969
|
|
2970
2970
|
def request_usage_carbon_emission_config(self, tenant_id, **kwargs):
|
2971
2971
|
"""
|
2972
|
-
Returns the configuration list for the
|
2972
|
+
Returns the configuration list for the Console's carbon emission user interface drop-down list.
|
2973
2973
|
|
2974
2974
|
|
2975
2975
|
:param str tenant_id: (required)
|
@@ -2995,7 +2995,7 @@ class UsageapiClient(object):
|
|
2995
2995
|
:rtype: :class:`~oci.response.Response`
|
2996
2996
|
|
2997
2997
|
:example:
|
2998
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2998
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/request_usage_carbon_emission_config.py.html>`__ to see an example of how to use request_usage_carbon_emission_config API.
|
2999
2999
|
"""
|
3000
3000
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3001
3001
|
required_arguments = ['tenantId']
|
@@ -3061,7 +3061,7 @@ class UsageapiClient(object):
|
|
3061
3061
|
|
3062
3062
|
def request_usage_carbon_emissions(self, request_usage_carbon_emissions_details, **kwargs):
|
3063
3063
|
"""
|
3064
|
-
Returns
|
3064
|
+
Returns carbon emission usage for the given account.
|
3065
3065
|
|
3066
3066
|
|
3067
3067
|
:param oci.usage_api.models.RequestUsageCarbonEmissionsDetails request_usage_carbon_emissions_details: (required)
|
@@ -3076,7 +3076,7 @@ class UsageapiClient(object):
|
|
3076
3076
|
This is usually retrieved from a previous list call.
|
3077
3077
|
|
3078
3078
|
:param int limit: (optional)
|
3079
|
-
The
|
3079
|
+
The maximum number of items to return.
|
3080
3080
|
|
3081
3081
|
:param obj retry_strategy: (optional)
|
3082
3082
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
@@ -3094,7 +3094,7 @@ class UsageapiClient(object):
|
|
3094
3094
|
:rtype: :class:`~oci.response.Response`
|
3095
3095
|
|
3096
3096
|
:example:
|
3097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/request_usage_carbon_emissions.py.html>`__ to see an example of how to use request_usage_carbon_emissions API.
|
3098
3098
|
"""
|
3099
3099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3100
3100
|
required_arguments = []
|
@@ -3165,7 +3165,7 @@ class UsageapiClient(object):
|
|
3165
3165
|
|
3166
3166
|
def update_custom_table(self, update_custom_table_details, custom_table_id, **kwargs):
|
3167
3167
|
"""
|
3168
|
-
Update a saved custom table by table
|
3168
|
+
Update a saved custom table by table ID.
|
3169
3169
|
|
3170
3170
|
|
3171
3171
|
:param oci.usage_api.models.UpdateCustomTableDetails update_custom_table_details: (required)
|
@@ -3201,7 +3201,7 @@ class UsageapiClient(object):
|
|
3201
3201
|
:rtype: :class:`~oci.response.Response`
|
3202
3202
|
|
3203
3203
|
:example:
|
3204
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3204
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/update_custom_table.py.html>`__ to see an example of how to use update_custom_table API.
|
3205
3205
|
"""
|
3206
3206
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3207
3207
|
required_arguments = ['customTableId']
|
@@ -3276,17 +3276,17 @@ class UsageapiClient(object):
|
|
3276
3276
|
|
3277
3277
|
def update_email_recipients_group(self, update_email_recipients_group_details, email_recipients_group_id, subscription_id, compartment_id, **kwargs):
|
3278
3278
|
"""
|
3279
|
-
|
3279
|
+
Updates a saved email recipients group.
|
3280
3280
|
|
3281
3281
|
|
3282
3282
|
:param oci.usage_api.models.UpdateEmailRecipientsGroupDetails update_email_recipients_group_details: (required)
|
3283
3283
|
The information to be updated.
|
3284
3284
|
|
3285
3285
|
:param str email_recipients_group_id: (required)
|
3286
|
-
The email
|
3286
|
+
The email recipients group OCID.
|
3287
3287
|
|
3288
3288
|
:param str subscription_id: (required)
|
3289
|
-
The
|
3289
|
+
The usage statement subscription unique OCID.
|
3290
3290
|
|
3291
3291
|
:param str compartment_id: (required)
|
3292
3292
|
The compartment ID in which to list resources.
|
@@ -3318,7 +3318,7 @@ class UsageapiClient(object):
|
|
3318
3318
|
:rtype: :class:`~oci.response.Response`
|
3319
3319
|
|
3320
3320
|
:example:
|
3321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/update_email_recipients_group.py.html>`__ to see an example of how to use update_email_recipients_group API.
|
3322
3322
|
"""
|
3323
3323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3324
3324
|
required_arguments = ['emailRecipientsGroupId', 'subscriptionId', 'compartmentId']
|
@@ -3437,7 +3437,7 @@ class UsageapiClient(object):
|
|
3437
3437
|
:rtype: :class:`~oci.response.Response`
|
3438
3438
|
|
3439
3439
|
:example:
|
3440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/update_query.py.html>`__ to see an example of how to use update_query API.
|
3441
3441
|
"""
|
3442
3442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3443
3443
|
required_arguments = ['queryId']
|
@@ -3512,11 +3512,11 @@ class UsageapiClient(object):
|
|
3512
3512
|
|
3513
3513
|
def update_schedule(self, update_schedule_details, schedule_id, **kwargs):
|
3514
3514
|
"""
|
3515
|
-
Update a saved schedule
|
3515
|
+
Update a saved schedule.
|
3516
3516
|
|
3517
3517
|
|
3518
3518
|
:param oci.usage_api.models.UpdateScheduleDetails update_schedule_details: (required)
|
3519
|
-
The information to be updated. Currently supports only tags
|
3519
|
+
The information to be updated. Currently supports only tags.
|
3520
3520
|
|
3521
3521
|
:param str schedule_id: (required)
|
3522
3522
|
The schedule unique OCID.
|
@@ -3548,7 +3548,7 @@ class UsageapiClient(object):
|
|
3548
3548
|
:rtype: :class:`~oci.response.Response`
|
3549
3549
|
|
3550
3550
|
:example:
|
3551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/update_schedule.py.html>`__ to see an example of how to use update_schedule API.
|
3552
3552
|
"""
|
3553
3553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3554
3554
|
required_arguments = ['scheduleId']
|
@@ -3623,7 +3623,7 @@ class UsageapiClient(object):
|
|
3623
3623
|
|
3624
3624
|
def update_usage_carbon_emissions_query(self, update_usage_carbon_emissions_query_details, usage_carbon_emissions_query_id, **kwargs):
|
3625
3625
|
"""
|
3626
|
-
Update a
|
3626
|
+
Update a carbon emissions usage saved query by the OCID.
|
3627
3627
|
|
3628
3628
|
|
3629
3629
|
:param oci.usage_api.models.UpdateUsageCarbonEmissionsQueryDetails update_usage_carbon_emissions_query_details: (required)
|
@@ -3659,7 +3659,7 @@ class UsageapiClient(object):
|
|
3659
3659
|
:rtype: :class:`~oci.response.Response`
|
3660
3660
|
|
3661
3661
|
:example:
|
3662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/update_usage_carbon_emissions_query.py.html>`__ to see an example of how to use update_usage_carbon_emissions_query API.
|
3663
3663
|
"""
|
3664
3664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3665
3665
|
required_arguments = ['usageCarbonEmissionsQueryId']
|
@@ -34,7 +34,7 @@ class UsageapiClientCompositeOperations(object):
|
|
34
34
|
New email recipients group details.
|
35
35
|
|
36
36
|
:param str subscription_id: (required)
|
37
|
-
The
|
37
|
+
The usage statement subscription unique OCID.
|
38
38
|
|
39
39
|
:param list[str] wait_for_states:
|
40
40
|
An array of states to wait on. These should be valid values for :py:attr:`~oci.usage_api.models.EmailRecipientsGroup.lifecycle_state`
|
@@ -180,10 +180,10 @@ class UsageapiClientCompositeOperations(object):
|
|
180
180
|
The information to be updated.
|
181
181
|
|
182
182
|
:param str email_recipients_group_id: (required)
|
183
|
-
The email
|
183
|
+
The email recipients group OCID.
|
184
184
|
|
185
185
|
:param str subscription_id: (required)
|
186
|
-
The
|
186
|
+
The usage statement subscription unique OCID.
|
187
187
|
|
188
188
|
:param str compartment_id: (required)
|
189
189
|
The compartment ID in which to list resources.
|
@@ -228,7 +228,7 @@ class UsageapiClientCompositeOperations(object):
|
|
228
228
|
to enter the given state(s).
|
229
229
|
|
230
230
|
:param oci.usage_api.models.UpdateScheduleDetails update_schedule_details: (required)
|
231
|
-
The information to be updated. Currently supports only tags
|
231
|
+
The information to be updated. Currently supports only tags.
|
232
232
|
|
233
233
|
:param str schedule_id: (required)
|
234
234
|
The schedule unique OCID.
|