oci 2.152.1__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/access_governance_cp/access_governance_cp_client.py +8 -8
- 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 +466 -455
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/backup.py +7 -3
- oci/database/models/backup_summary.py +7 -3
- oci/database/models/create_database_base.py +1 -1
- oci/database/models/create_external_backup_job_details.py +7 -3
- oci/database/models/db_system.py +7 -3
- oci/database/models/db_system_summary.py +7 -3
- oci/database/models/external_container_database.py +7 -3
- oci/database/models/external_container_database_summary.py +7 -3
- oci/database/models/external_database_base.py +7 -3
- oci/database/models/external_non_container_database.py +7 -3
- oci/database/models/external_non_container_database_summary.py +7 -3
- oci/database/models/external_pluggable_database.py +7 -3
- oci/database/models/external_pluggable_database_summary.py +7 -3
- 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/distributed_autonomous_db_service_client.py +18 -18
- oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
- oci/distributed_database/distributed_db_service_client.py +19 -19
- oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
- 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 +27 -0
- oci/mysql/models/create_rest_details.py +117 -0
- oci/mysql/models/db_system.py +27 -0
- oci/mysql/models/db_system_snapshot.py +27 -0
- oci/mysql/models/db_system_summary.py +27 -0
- oci/mysql/models/rest_details.py +117 -0
- oci/mysql/models/update_db_system_details.py +27 -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.1.dist-info → oci-2.153.0.dist-info}/METADATA +1 -1
- {oci-2.152.1.dist-info → oci-2.153.0.dist-info}/RECORD +459 -373
- {oci-2.152.1.dist-info → oci-2.153.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.152.1.dist-info → oci-2.153.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.152.1.dist-info → oci-2.153.0.dist-info}/WHEEL +0 -0
- {oci-2.152.1.dist-info → oci-2.153.0.dist-info}/top_level.txt +0 -0
@@ -15,6 +15,30 @@ class RequestUsageCarbonEmissionsDetails(object):
|
|
15
15
|
Details for the '/usageCarbonEmissions' query.
|
16
16
|
"""
|
17
17
|
|
18
|
+
#: A constant which can be used with the emission_calculation_method property of a RequestUsageCarbonEmissionsDetails.
|
19
|
+
#: This constant has a value of "SPEND_BASED"
|
20
|
+
EMISSION_CALCULATION_METHOD_SPEND_BASED = "SPEND_BASED"
|
21
|
+
|
22
|
+
#: A constant which can be used with the emission_calculation_method property of a RequestUsageCarbonEmissionsDetails.
|
23
|
+
#: This constant has a value of "POWER_BASED"
|
24
|
+
EMISSION_CALCULATION_METHOD_POWER_BASED = "POWER_BASED"
|
25
|
+
|
26
|
+
#: A constant which can be used with the emission_type property of a RequestUsageCarbonEmissionsDetails.
|
27
|
+
#: This constant has a value of "MARKET_BASED"
|
28
|
+
EMISSION_TYPE_MARKET_BASED = "MARKET_BASED"
|
29
|
+
|
30
|
+
#: A constant which can be used with the emission_type property of a RequestUsageCarbonEmissionsDetails.
|
31
|
+
#: This constant has a value of "LOCATION_BASED"
|
32
|
+
EMISSION_TYPE_LOCATION_BASED = "LOCATION_BASED"
|
33
|
+
|
34
|
+
#: A constant which can be used with the granularity property of a RequestUsageCarbonEmissionsDetails.
|
35
|
+
#: This constant has a value of "DAILY"
|
36
|
+
GRANULARITY_DAILY = "DAILY"
|
37
|
+
|
38
|
+
#: A constant which can be used with the granularity property of a RequestUsageCarbonEmissionsDetails.
|
39
|
+
#: This constant has a value of "MONTHLY"
|
40
|
+
GRANULARITY_MONTHLY = "MONTHLY"
|
41
|
+
|
18
42
|
def __init__(self, **kwargs):
|
19
43
|
"""
|
20
44
|
Initializes a new RequestUsageCarbonEmissionsDetails object with values from keyword arguments.
|
@@ -32,6 +56,24 @@ class RequestUsageCarbonEmissionsDetails(object):
|
|
32
56
|
The value to assign to the time_usage_ended property of this RequestUsageCarbonEmissionsDetails.
|
33
57
|
:type time_usage_ended: datetime
|
34
58
|
|
59
|
+
:param emission_calculation_method:
|
60
|
+
The value to assign to the emission_calculation_method property of this RequestUsageCarbonEmissionsDetails.
|
61
|
+
Allowed values for this property are: "SPEND_BASED", "POWER_BASED", 'UNKNOWN_ENUM_VALUE'.
|
62
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
63
|
+
:type emission_calculation_method: str
|
64
|
+
|
65
|
+
:param emission_type:
|
66
|
+
The value to assign to the emission_type property of this RequestUsageCarbonEmissionsDetails.
|
67
|
+
Allowed values for this property are: "MARKET_BASED", "LOCATION_BASED", 'UNKNOWN_ENUM_VALUE'.
|
68
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
69
|
+
:type emission_type: str
|
70
|
+
|
71
|
+
:param granularity:
|
72
|
+
The value to assign to the granularity property of this RequestUsageCarbonEmissionsDetails.
|
73
|
+
Allowed values for this property are: "DAILY", "MONTHLY", 'UNKNOWN_ENUM_VALUE'.
|
74
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
75
|
+
:type granularity: str
|
76
|
+
|
35
77
|
:param is_aggregate_by_time:
|
36
78
|
The value to assign to the is_aggregate_by_time property of this RequestUsageCarbonEmissionsDetails.
|
37
79
|
:type is_aggregate_by_time: bool
|
@@ -57,6 +99,9 @@ class RequestUsageCarbonEmissionsDetails(object):
|
|
57
99
|
'tenant_id': 'str',
|
58
100
|
'time_usage_started': 'datetime',
|
59
101
|
'time_usage_ended': 'datetime',
|
102
|
+
'emission_calculation_method': 'str',
|
103
|
+
'emission_type': 'str',
|
104
|
+
'granularity': 'str',
|
60
105
|
'is_aggregate_by_time': 'bool',
|
61
106
|
'group_by': 'list[str]',
|
62
107
|
'group_by_tag': 'list[Tag]',
|
@@ -67,6 +112,9 @@ class RequestUsageCarbonEmissionsDetails(object):
|
|
67
112
|
'tenant_id': 'tenantId',
|
68
113
|
'time_usage_started': 'timeUsageStarted',
|
69
114
|
'time_usage_ended': 'timeUsageEnded',
|
115
|
+
'emission_calculation_method': 'emissionCalculationMethod',
|
116
|
+
'emission_type': 'emissionType',
|
117
|
+
'granularity': 'granularity',
|
70
118
|
'is_aggregate_by_time': 'isAggregateByTime',
|
71
119
|
'group_by': 'groupBy',
|
72
120
|
'group_by_tag': 'groupByTag',
|
@@ -76,6 +124,9 @@ class RequestUsageCarbonEmissionsDetails(object):
|
|
76
124
|
self._tenant_id = None
|
77
125
|
self._time_usage_started = None
|
78
126
|
self._time_usage_ended = None
|
127
|
+
self._emission_calculation_method = None
|
128
|
+
self._emission_type = None
|
129
|
+
self._granularity = None
|
79
130
|
self._is_aggregate_by_time = None
|
80
131
|
self._group_by = None
|
81
132
|
self._group_by_tag = None
|
@@ -154,11 +205,101 @@ class RequestUsageCarbonEmissionsDetails(object):
|
|
154
205
|
"""
|
155
206
|
self._time_usage_ended = time_usage_ended
|
156
207
|
|
208
|
+
@property
|
209
|
+
def emission_calculation_method(self):
|
210
|
+
"""
|
211
|
+
Gets the emission_calculation_method of this RequestUsageCarbonEmissionsDetails.
|
212
|
+
Specifies the method used for emission calculation, such as POWER_BASED or SPEND_BASED
|
213
|
+
|
214
|
+
Allowed values for this property are: "SPEND_BASED", "POWER_BASED", 'UNKNOWN_ENUM_VALUE'.
|
215
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
216
|
+
|
217
|
+
|
218
|
+
:return: The emission_calculation_method of this RequestUsageCarbonEmissionsDetails.
|
219
|
+
:rtype: str
|
220
|
+
"""
|
221
|
+
return self._emission_calculation_method
|
222
|
+
|
223
|
+
@emission_calculation_method.setter
|
224
|
+
def emission_calculation_method(self, emission_calculation_method):
|
225
|
+
"""
|
226
|
+
Sets the emission_calculation_method of this RequestUsageCarbonEmissionsDetails.
|
227
|
+
Specifies the method used for emission calculation, such as POWER_BASED or SPEND_BASED
|
228
|
+
|
229
|
+
|
230
|
+
:param emission_calculation_method: The emission_calculation_method of this RequestUsageCarbonEmissionsDetails.
|
231
|
+
:type: str
|
232
|
+
"""
|
233
|
+
allowed_values = ["SPEND_BASED", "POWER_BASED"]
|
234
|
+
if not value_allowed_none_or_none_sentinel(emission_calculation_method, allowed_values):
|
235
|
+
emission_calculation_method = 'UNKNOWN_ENUM_VALUE'
|
236
|
+
self._emission_calculation_method = emission_calculation_method
|
237
|
+
|
238
|
+
@property
|
239
|
+
def emission_type(self):
|
240
|
+
"""
|
241
|
+
Gets the emission_type of this RequestUsageCarbonEmissionsDetails.
|
242
|
+
Specifies the type of emission, such as MARKET_BASED or LOCATION_BASED.
|
243
|
+
|
244
|
+
Allowed values for this property are: "MARKET_BASED", "LOCATION_BASED", 'UNKNOWN_ENUM_VALUE'.
|
245
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
246
|
+
|
247
|
+
|
248
|
+
:return: The emission_type of this RequestUsageCarbonEmissionsDetails.
|
249
|
+
:rtype: str
|
250
|
+
"""
|
251
|
+
return self._emission_type
|
252
|
+
|
253
|
+
@emission_type.setter
|
254
|
+
def emission_type(self, emission_type):
|
255
|
+
"""
|
256
|
+
Sets the emission_type of this RequestUsageCarbonEmissionsDetails.
|
257
|
+
Specifies the type of emission, such as MARKET_BASED or LOCATION_BASED.
|
258
|
+
|
259
|
+
|
260
|
+
:param emission_type: The emission_type of this RequestUsageCarbonEmissionsDetails.
|
261
|
+
:type: str
|
262
|
+
"""
|
263
|
+
allowed_values = ["MARKET_BASED", "LOCATION_BASED"]
|
264
|
+
if not value_allowed_none_or_none_sentinel(emission_type, allowed_values):
|
265
|
+
emission_type = 'UNKNOWN_ENUM_VALUE'
|
266
|
+
self._emission_type = emission_type
|
267
|
+
|
268
|
+
@property
|
269
|
+
def granularity(self):
|
270
|
+
"""
|
271
|
+
Gets the granularity of this RequestUsageCarbonEmissionsDetails.
|
272
|
+
The carbon emission granularity. DAILY - Daily data aggregation. MONTHLY - Monthly data aggregation.
|
273
|
+
|
274
|
+
Allowed values for this property are: "DAILY", "MONTHLY", 'UNKNOWN_ENUM_VALUE'.
|
275
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
276
|
+
|
277
|
+
|
278
|
+
:return: The granularity of this RequestUsageCarbonEmissionsDetails.
|
279
|
+
:rtype: str
|
280
|
+
"""
|
281
|
+
return self._granularity
|
282
|
+
|
283
|
+
@granularity.setter
|
284
|
+
def granularity(self, granularity):
|
285
|
+
"""
|
286
|
+
Sets the granularity of this RequestUsageCarbonEmissionsDetails.
|
287
|
+
The carbon emission granularity. DAILY - Daily data aggregation. MONTHLY - Monthly data aggregation.
|
288
|
+
|
289
|
+
|
290
|
+
:param granularity: The granularity of this RequestUsageCarbonEmissionsDetails.
|
291
|
+
:type: str
|
292
|
+
"""
|
293
|
+
allowed_values = ["DAILY", "MONTHLY"]
|
294
|
+
if not value_allowed_none_or_none_sentinel(granularity, allowed_values):
|
295
|
+
granularity = 'UNKNOWN_ENUM_VALUE'
|
296
|
+
self._granularity = granularity
|
297
|
+
|
157
298
|
@property
|
158
299
|
def is_aggregate_by_time(self):
|
159
300
|
"""
|
160
301
|
Gets the is_aggregate_by_time of this RequestUsageCarbonEmissionsDetails.
|
161
|
-
Specifies whether aggregated by time. If isAggregateByTime is true, all
|
302
|
+
Specifies whether aggregated by time. If isAggregateByTime is true, all carbon emissions usage over the query time period are summed.
|
162
303
|
|
163
304
|
|
164
305
|
:return: The is_aggregate_by_time of this RequestUsageCarbonEmissionsDetails.
|
@@ -170,7 +311,7 @@ class RequestUsageCarbonEmissionsDetails(object):
|
|
170
311
|
def is_aggregate_by_time(self, is_aggregate_by_time):
|
171
312
|
"""
|
172
313
|
Sets the is_aggregate_by_time of this RequestUsageCarbonEmissionsDetails.
|
173
|
-
Specifies whether aggregated by time. If isAggregateByTime is true, all
|
314
|
+
Specifies whether aggregated by time. If isAggregateByTime is true, all carbon emissions usage over the query time period are summed.
|
174
315
|
|
175
316
|
|
176
317
|
:param is_aggregate_by_time: The is_aggregate_by_time of this RequestUsageCarbonEmissionsDetails.
|
@@ -97,7 +97,7 @@ class SavedCustomTable(object):
|
|
97
97
|
"""
|
98
98
|
Gets the row_group_by of this SavedCustomTable.
|
99
99
|
The row groupBy key list.
|
100
|
-
example:
|
100
|
+
For example:
|
101
101
|
`[\"tagNamespace\", \"tagKey\", \"tagValue\", \"service\", \"skuName\", \"skuPartNumber\", \"unit\",
|
102
102
|
\"compartmentName\", \"compartmentPath\", \"compartmentId\", \"platform\", \"region\", \"logicalAd\",
|
103
103
|
\"resourceId\", \"tenantId\", \"tenantName\"]`
|
@@ -113,7 +113,7 @@ class SavedCustomTable(object):
|
|
113
113
|
"""
|
114
114
|
Sets the row_group_by of this SavedCustomTable.
|
115
115
|
The row groupBy key list.
|
116
|
-
example:
|
116
|
+
For example:
|
117
117
|
`[\"tagNamespace\", \"tagKey\", \"tagValue\", \"service\", \"skuName\", \"skuPartNumber\", \"unit\",
|
118
118
|
\"compartmentName\", \"compartmentPath\", \"compartmentId\", \"platform\", \"region\", \"logicalAd\",
|
119
119
|
\"resourceId\", \"tenantId\", \"tenantName\"]`
|
@@ -129,7 +129,7 @@ class SavedCustomTable(object):
|
|
129
129
|
"""
|
130
130
|
Gets the column_group_by of this SavedCustomTable.
|
131
131
|
The column groupBy key list.
|
132
|
-
example:
|
132
|
+
For example:
|
133
133
|
`[\"tagNamespace\", \"tagKey\", \"tagValue\", \"service\", \"skuName\", \"skuPartNumber\", \"unit\",
|
134
134
|
\"compartmentName\", \"compartmentPath\", \"compartmentId\", \"platform\", \"region\", \"logicalAd\",
|
135
135
|
\"resourceId\", \"tenantId\", \"tenantName\"]`
|
@@ -145,7 +145,7 @@ class SavedCustomTable(object):
|
|
145
145
|
"""
|
146
146
|
Sets the column_group_by of this SavedCustomTable.
|
147
147
|
The column groupBy key list.
|
148
|
-
example:
|
148
|
+
For example:
|
149
149
|
`[\"tagNamespace\", \"tagKey\", \"tagValue\", \"service\", \"skuName\", \"skuPartNumber\", \"unit\",
|
150
150
|
\"compartmentName\", \"compartmentPath\", \"compartmentId\", \"platform\", \"region\", \"logicalAd\",
|
151
151
|
\"resourceId\", \"tenantId\", \"tenantName\"]`
|
@@ -82,7 +82,7 @@ class ScheduledRun(object):
|
|
82
82
|
def id(self):
|
83
83
|
"""
|
84
84
|
**[Required]** Gets the id of this ScheduledRun.
|
85
|
-
The
|
85
|
+
The OCID representing a unique shedule run.
|
86
86
|
|
87
87
|
|
88
88
|
:return: The id of this ScheduledRun.
|
@@ -94,7 +94,7 @@ class ScheduledRun(object):
|
|
94
94
|
def id(self, id):
|
95
95
|
"""
|
96
96
|
Sets the id of this ScheduledRun.
|
97
|
-
The
|
97
|
+
The OCID representing a unique shedule run.
|
98
98
|
|
99
99
|
|
100
100
|
:param id: The id of this ScheduledRun.
|
@@ -106,7 +106,7 @@ class ScheduledRun(object):
|
|
106
106
|
def schedule_id(self):
|
107
107
|
"""
|
108
108
|
**[Required]** Gets the schedule_id of this ScheduledRun.
|
109
|
-
The
|
109
|
+
The OCID representing a unique shedule.
|
110
110
|
|
111
111
|
|
112
112
|
:return: The schedule_id of this ScheduledRun.
|
@@ -118,7 +118,7 @@ class ScheduledRun(object):
|
|
118
118
|
def schedule_id(self, schedule_id):
|
119
119
|
"""
|
120
120
|
Sets the schedule_id of this ScheduledRun.
|
121
|
-
The
|
121
|
+
The OCID representing a unique shedule.
|
122
122
|
|
123
123
|
|
124
124
|
:param schedule_id: The schedule_id of this ScheduledRun.
|
@@ -130,7 +130,7 @@ class ScheduledRun(object):
|
|
130
130
|
def time_created(self):
|
131
131
|
"""
|
132
132
|
**[Required]** Gets the time_created of this ScheduledRun.
|
133
|
-
The time
|
133
|
+
The time the schedule started executing.
|
134
134
|
|
135
135
|
|
136
136
|
:return: The time_created of this ScheduledRun.
|
@@ -142,7 +142,7 @@ class ScheduledRun(object):
|
|
142
142
|
def time_created(self, time_created):
|
143
143
|
"""
|
144
144
|
Sets the time_created of this ScheduledRun.
|
145
|
-
The time
|
145
|
+
The time the schedule started executing.
|
146
146
|
|
147
147
|
|
148
148
|
:param time_created: The time_created of this ScheduledRun.
|
@@ -154,7 +154,7 @@ class ScheduledRun(object):
|
|
154
154
|
def time_finished(self):
|
155
155
|
"""
|
156
156
|
**[Required]** Gets the time_finished of this ScheduledRun.
|
157
|
-
The time
|
157
|
+
The time the schedule finished executing.
|
158
158
|
|
159
159
|
|
160
160
|
:return: The time_finished of this ScheduledRun.
|
@@ -166,7 +166,7 @@ class ScheduledRun(object):
|
|
166
166
|
def time_finished(self, time_finished):
|
167
167
|
"""
|
168
168
|
Sets the time_finished of this ScheduledRun.
|
169
|
-
The time
|
169
|
+
The time the schedule finished executing.
|
170
170
|
|
171
171
|
|
172
172
|
:param time_finished: The time_finished of this ScheduledRun.
|
@@ -178,7 +178,7 @@ class ScheduledRun(object):
|
|
178
178
|
def lifecycle_state(self):
|
179
179
|
"""
|
180
180
|
**[Required]** Gets the lifecycle_state of this ScheduledRun.
|
181
|
-
Specifies
|
181
|
+
Specifies whether or not the schedule job was successfully run.
|
182
182
|
|
183
183
|
Allowed values for this property are: "FAILED", "SUCCEEDED", 'UNKNOWN_ENUM_VALUE'.
|
184
184
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
@@ -193,7 +193,7 @@ class ScheduledRun(object):
|
|
193
193
|
def lifecycle_state(self, lifecycle_state):
|
194
194
|
"""
|
195
195
|
Sets the lifecycle_state of this ScheduledRun.
|
196
|
-
Specifies
|
196
|
+
Specifies whether or not the schedule job was successfully run.
|
197
197
|
|
198
198
|
|
199
199
|
:param lifecycle_state: The lifecycle_state of this ScheduledRun.
|
@@ -208,7 +208,7 @@ class ScheduledRun(object):
|
|
208
208
|
def lifecycle_details(self):
|
209
209
|
"""
|
210
210
|
**[Required]** Gets the lifecycle_details of this ScheduledRun.
|
211
|
-
Additional details about scheduled run
|
211
|
+
Additional details about the scheduled run.
|
212
212
|
|
213
213
|
|
214
214
|
:return: The lifecycle_details of this ScheduledRun.
|
@@ -220,7 +220,7 @@ class ScheduledRun(object):
|
|
220
220
|
def lifecycle_details(self, lifecycle_details):
|
221
221
|
"""
|
222
222
|
Sets the lifecycle_details of this ScheduledRun.
|
223
|
-
Additional details about scheduled run
|
223
|
+
Additional details about the scheduled run.
|
224
224
|
|
225
225
|
|
226
226
|
:param lifecycle_details: The lifecycle_details of this ScheduledRun.
|
@@ -72,7 +72,7 @@ class ScheduledRunSummary(object):
|
|
72
72
|
def id(self):
|
73
73
|
"""
|
74
74
|
**[Required]** Gets the id of this ScheduledRunSummary.
|
75
|
-
The
|
75
|
+
The OCID representing a unique shedule run.
|
76
76
|
|
77
77
|
|
78
78
|
:return: The id of this ScheduledRunSummary.
|
@@ -84,7 +84,7 @@ class ScheduledRunSummary(object):
|
|
84
84
|
def id(self, id):
|
85
85
|
"""
|
86
86
|
Sets the id of this ScheduledRunSummary.
|
87
|
-
The
|
87
|
+
The OCID representing a unique shedule run.
|
88
88
|
|
89
89
|
|
90
90
|
:param id: The id of this ScheduledRunSummary.
|
@@ -96,7 +96,7 @@ class ScheduledRunSummary(object):
|
|
96
96
|
def schedule_id(self):
|
97
97
|
"""
|
98
98
|
**[Required]** Gets the schedule_id of this ScheduledRunSummary.
|
99
|
-
The
|
99
|
+
The OCID representing a unique shedule.
|
100
100
|
|
101
101
|
|
102
102
|
:return: The schedule_id of this ScheduledRunSummary.
|
@@ -108,7 +108,7 @@ class ScheduledRunSummary(object):
|
|
108
108
|
def schedule_id(self, schedule_id):
|
109
109
|
"""
|
110
110
|
Sets the schedule_id of this ScheduledRunSummary.
|
111
|
-
The
|
111
|
+
The OCID representing a unique shedule.
|
112
112
|
|
113
113
|
|
114
114
|
:param schedule_id: The schedule_id of this ScheduledRunSummary.
|
@@ -120,7 +120,7 @@ class ScheduledRunSummary(object):
|
|
120
120
|
def time_created(self):
|
121
121
|
"""
|
122
122
|
**[Required]** Gets the time_created of this ScheduledRunSummary.
|
123
|
-
The time
|
123
|
+
The time the schedule started executing.
|
124
124
|
|
125
125
|
|
126
126
|
:return: The time_created of this ScheduledRunSummary.
|
@@ -132,7 +132,7 @@ class ScheduledRunSummary(object):
|
|
132
132
|
def time_created(self, time_created):
|
133
133
|
"""
|
134
134
|
Sets the time_created of this ScheduledRunSummary.
|
135
|
-
The time
|
135
|
+
The time the schedule started executing.
|
136
136
|
|
137
137
|
|
138
138
|
:param time_created: The time_created of this ScheduledRunSummary.
|
@@ -144,7 +144,7 @@ class ScheduledRunSummary(object):
|
|
144
144
|
def time_finished(self):
|
145
145
|
"""
|
146
146
|
**[Required]** Gets the time_finished of this ScheduledRunSummary.
|
147
|
-
The time
|
147
|
+
The time the schedule finished executing.
|
148
148
|
|
149
149
|
|
150
150
|
:return: The time_finished of this ScheduledRunSummary.
|
@@ -156,7 +156,7 @@ class ScheduledRunSummary(object):
|
|
156
156
|
def time_finished(self, time_finished):
|
157
157
|
"""
|
158
158
|
Sets the time_finished of this ScheduledRunSummary.
|
159
|
-
The time
|
159
|
+
The time the schedule finished executing.
|
160
160
|
|
161
161
|
|
162
162
|
:param time_finished: The time_finished of this ScheduledRunSummary.
|
@@ -168,7 +168,7 @@ class ScheduledRunSummary(object):
|
|
168
168
|
def lifecycle_state(self):
|
169
169
|
"""
|
170
170
|
**[Required]** Gets the lifecycle_state of this ScheduledRunSummary.
|
171
|
-
Specifies
|
171
|
+
Specifies whether or not the schedule job was successfully run.
|
172
172
|
|
173
173
|
|
174
174
|
:return: The lifecycle_state of this ScheduledRunSummary.
|
@@ -180,7 +180,7 @@ class ScheduledRunSummary(object):
|
|
180
180
|
def lifecycle_state(self, lifecycle_state):
|
181
181
|
"""
|
182
182
|
Sets the lifecycle_state of this ScheduledRunSummary.
|
183
|
-
Specifies
|
183
|
+
Specifies whether or not the schedule job was successfully run.
|
184
184
|
|
185
185
|
|
186
186
|
:param lifecycle_state: The lifecycle_state of this ScheduledRunSummary.
|
@@ -192,7 +192,7 @@ class ScheduledRunSummary(object):
|
|
192
192
|
def lifecycle_details(self):
|
193
193
|
"""
|
194
194
|
**[Required]** Gets the lifecycle_details of this ScheduledRunSummary.
|
195
|
-
Additional details about scheduled run
|
195
|
+
Additional details about the scheduled run.
|
196
196
|
|
197
197
|
|
198
198
|
:return: The lifecycle_details of this ScheduledRunSummary.
|
@@ -204,7 +204,7 @@ class ScheduledRunSummary(object):
|
|
204
204
|
def lifecycle_details(self, lifecycle_details):
|
205
205
|
"""
|
206
206
|
Sets the lifecycle_details of this ScheduledRunSummary.
|
207
|
-
Additional details about scheduled run
|
207
|
+
Additional details about the scheduled run.
|
208
208
|
|
209
209
|
|
210
210
|
:param lifecycle_details: The lifecycle_details of this ScheduledRunSummary.
|
@@ -12,7 +12,7 @@ from oci.decorators import init_model_state_from_kwargs
|
|
12
12
|
@init_model_state_from_kwargs
|
13
13
|
class UpdateEmailRecipientsGroupDetails(object):
|
14
14
|
"""
|
15
|
-
The saved email recipient group to receive usage statement
|
15
|
+
The saved email recipient group to receive usage statement emails.
|
16
16
|
"""
|
17
17
|
|
18
18
|
def __init__(self, **kwargs):
|
@@ -37,7 +37,7 @@ class UpdateEmailRecipientsGroupDetails(object):
|
|
37
37
|
def recipients_list(self):
|
38
38
|
"""
|
39
39
|
**[Required]** Gets the recipients_list of this UpdateEmailRecipientsGroupDetails.
|
40
|
-
The list of
|
40
|
+
The list of recipients will receive usage statement emails.
|
41
41
|
|
42
42
|
|
43
43
|
:return: The recipients_list of this UpdateEmailRecipientsGroupDetails.
|
@@ -49,7 +49,7 @@ class UpdateEmailRecipientsGroupDetails(object):
|
|
49
49
|
def recipients_list(self, recipients_list):
|
50
50
|
"""
|
51
51
|
Sets the recipients_list of this UpdateEmailRecipientsGroupDetails.
|
52
|
-
The list of
|
52
|
+
The list of recipients will receive usage statement emails.
|
53
53
|
|
54
54
|
|
55
55
|
:param recipients_list: The recipients_list of this UpdateEmailRecipientsGroupDetails.
|
@@ -12,7 +12,7 @@ from oci.decorators import init_model_state_from_kwargs
|
|
12
12
|
@init_model_state_from_kwargs
|
13
13
|
class UsageCarbonEmissionAggregation(object):
|
14
14
|
"""
|
15
|
-
The account (tenant)
|
15
|
+
The account (tenant) carbon emissions usage.
|
16
16
|
"""
|
17
17
|
|
18
18
|
def __init__(self, **kwargs):
|
@@ -44,7 +44,7 @@ class UsageCarbonEmissionAggregation(object):
|
|
44
44
|
def group_by(self):
|
45
45
|
"""
|
46
46
|
Gets the group_by of this UsageCarbonEmissionAggregation.
|
47
|
-
|
47
|
+
Specifies what to aggregate the result by.
|
48
48
|
|
49
49
|
|
50
50
|
:return: The group_by of this UsageCarbonEmissionAggregation.
|
@@ -56,7 +56,7 @@ class UsageCarbonEmissionAggregation(object):
|
|
56
56
|
def group_by(self, group_by):
|
57
57
|
"""
|
58
58
|
Sets the group_by of this UsageCarbonEmissionAggregation.
|
59
|
-
|
59
|
+
Specifies what to aggregate the result by.
|
60
60
|
|
61
61
|
|
62
62
|
:param group_by: The group_by of this UsageCarbonEmissionAggregation.
|
@@ -68,7 +68,7 @@ class UsageCarbonEmissionAggregation(object):
|
|
68
68
|
def items(self):
|
69
69
|
"""
|
70
70
|
**[Required]** Gets the items of this UsageCarbonEmissionAggregation.
|
71
|
-
A list of
|
71
|
+
A list of carbon emission usage items.
|
72
72
|
|
73
73
|
|
74
74
|
:return: The items of this UsageCarbonEmissionAggregation.
|
@@ -80,7 +80,7 @@ class UsageCarbonEmissionAggregation(object):
|
|
80
80
|
def items(self, items):
|
81
81
|
"""
|
82
82
|
Sets the items of this UsageCarbonEmissionAggregation.
|
83
|
-
A list of
|
83
|
+
A list of carbon emission usage items.
|
84
84
|
|
85
85
|
|
86
86
|
:param items: The items of this UsageCarbonEmissionAggregation.
|
@@ -12,7 +12,7 @@ from oci.decorators import init_model_state_from_kwargs
|
|
12
12
|
@init_model_state_from_kwargs
|
13
13
|
class UsageCarbonEmissionSummary(object):
|
14
14
|
"""
|
15
|
-
The
|
15
|
+
The carbon emission usage store result.
|
16
16
|
"""
|
17
17
|
|
18
18
|
def __init__(self, **kwargs):
|
@@ -88,6 +88,10 @@ class UsageCarbonEmissionSummary(object):
|
|
88
88
|
The value to assign to the emission_calculation_method property of this UsageCarbonEmissionSummary.
|
89
89
|
:type emission_calculation_method: str
|
90
90
|
|
91
|
+
:param emission_type:
|
92
|
+
The value to assign to the emission_type property of this UsageCarbonEmissionSummary.
|
93
|
+
:type emission_type: str
|
94
|
+
|
91
95
|
:param subscription_id:
|
92
96
|
The value to assign to the subscription_id property of this UsageCarbonEmissionSummary.
|
93
97
|
:type subscription_id: str
|
@@ -115,6 +119,7 @@ class UsageCarbonEmissionSummary(object):
|
|
115
119
|
'time_usage_ended': 'datetime',
|
116
120
|
'computed_carbon_emission': 'float',
|
117
121
|
'emission_calculation_method': 'str',
|
122
|
+
'emission_type': 'str',
|
118
123
|
'subscription_id': 'str',
|
119
124
|
'tags': 'list[Tag]'
|
120
125
|
}
|
@@ -136,6 +141,7 @@ class UsageCarbonEmissionSummary(object):
|
|
136
141
|
'time_usage_ended': 'timeUsageEnded',
|
137
142
|
'computed_carbon_emission': 'computedCarbonEmission',
|
138
143
|
'emission_calculation_method': 'emissionCalculationMethod',
|
144
|
+
'emission_type': 'emissionType',
|
139
145
|
'subscription_id': 'subscriptionId',
|
140
146
|
'tags': 'tags'
|
141
147
|
}
|
@@ -156,6 +162,7 @@ class UsageCarbonEmissionSummary(object):
|
|
156
162
|
self._time_usage_ended = None
|
157
163
|
self._computed_carbon_emission = None
|
158
164
|
self._emission_calculation_method = None
|
165
|
+
self._emission_type = None
|
159
166
|
self._subscription_id = None
|
160
167
|
self._tags = None
|
161
168
|
|
@@ -523,7 +530,7 @@ class UsageCarbonEmissionSummary(object):
|
|
523
530
|
def computed_carbon_emission(self):
|
524
531
|
"""
|
525
532
|
**[Required]** Gets the computed_carbon_emission of this UsageCarbonEmissionSummary.
|
526
|
-
The carbon emission in MTCO2
|
533
|
+
The carbon emission usage in MTCO2 units.
|
527
534
|
|
528
535
|
|
529
536
|
:return: The computed_carbon_emission of this UsageCarbonEmissionSummary.
|
@@ -535,7 +542,7 @@ class UsageCarbonEmissionSummary(object):
|
|
535
542
|
def computed_carbon_emission(self, computed_carbon_emission):
|
536
543
|
"""
|
537
544
|
Sets the computed_carbon_emission of this UsageCarbonEmissionSummary.
|
538
|
-
The carbon emission in MTCO2
|
545
|
+
The carbon emission usage in MTCO2 units.
|
539
546
|
|
540
547
|
|
541
548
|
:param computed_carbon_emission: The computed_carbon_emission of this UsageCarbonEmissionSummary.
|
@@ -547,7 +554,7 @@ class UsageCarbonEmissionSummary(object):
|
|
547
554
|
def emission_calculation_method(self):
|
548
555
|
"""
|
549
556
|
**[Required]** Gets the emission_calculation_method of this UsageCarbonEmissionSummary.
|
550
|
-
|
557
|
+
Specifies the approach for calculating carbon emissions, supports both SPEND_BASED (based on expenditure data) and POWER_BASED (based on power consumption, newly introduced in the metering pipeline)
|
551
558
|
|
552
559
|
|
553
560
|
:return: The emission_calculation_method of this UsageCarbonEmissionSummary.
|
@@ -559,7 +566,7 @@ class UsageCarbonEmissionSummary(object):
|
|
559
566
|
def emission_calculation_method(self, emission_calculation_method):
|
560
567
|
"""
|
561
568
|
Sets the emission_calculation_method of this UsageCarbonEmissionSummary.
|
562
|
-
|
569
|
+
Specifies the approach for calculating carbon emissions, supports both SPEND_BASED (based on expenditure data) and POWER_BASED (based on power consumption, newly introduced in the metering pipeline)
|
563
570
|
|
564
571
|
|
565
572
|
:param emission_calculation_method: The emission_calculation_method of this UsageCarbonEmissionSummary.
|
@@ -567,6 +574,30 @@ class UsageCarbonEmissionSummary(object):
|
|
567
574
|
"""
|
568
575
|
self._emission_calculation_method = emission_calculation_method
|
569
576
|
|
577
|
+
@property
|
578
|
+
def emission_type(self):
|
579
|
+
"""
|
580
|
+
Gets the emission_type of this UsageCarbonEmissionSummary.
|
581
|
+
The emission type, such as MARKET_BASED or LOCATION_BASED.
|
582
|
+
|
583
|
+
|
584
|
+
:return: The emission_type of this UsageCarbonEmissionSummary.
|
585
|
+
:rtype: str
|
586
|
+
"""
|
587
|
+
return self._emission_type
|
588
|
+
|
589
|
+
@emission_type.setter
|
590
|
+
def emission_type(self, emission_type):
|
591
|
+
"""
|
592
|
+
Sets the emission_type of this UsageCarbonEmissionSummary.
|
593
|
+
The emission type, such as MARKET_BASED or LOCATION_BASED.
|
594
|
+
|
595
|
+
|
596
|
+
:param emission_type: The emission_type of this UsageCarbonEmissionSummary.
|
597
|
+
:type: str
|
598
|
+
"""
|
599
|
+
self._emission_type = emission_type
|
600
|
+
|
570
601
|
@property
|
571
602
|
def subscription_id(self):
|
572
603
|
"""
|
@@ -12,7 +12,7 @@ from oci.decorators import init_model_state_from_kwargs
|
|
12
12
|
@init_model_state_from_kwargs
|
13
13
|
class UsageCarbonEmissionsQuery(object):
|
14
14
|
"""
|
15
|
-
The
|
15
|
+
The carbon emissions usage saved query to filter and aggregate.
|
16
16
|
"""
|
17
17
|
|
18
18
|
def __init__(self, **kwargs):
|
@@ -12,7 +12,7 @@ from oci.decorators import init_model_state_from_kwargs
|
|
12
12
|
@init_model_state_from_kwargs
|
13
13
|
class UsageCarbonEmissionsQueryCollection(object):
|
14
14
|
"""
|
15
|
-
A
|
15
|
+
A carbon emissions usage query list.
|
16
16
|
"""
|
17
17
|
|
18
18
|
def __init__(self, **kwargs):
|
@@ -12,7 +12,7 @@ from oci.decorators import init_model_state_from_kwargs
|
|
12
12
|
@init_model_state_from_kwargs
|
13
13
|
class UsageCarbonEmissionsQuerySummary(object):
|
14
14
|
"""
|
15
|
-
|
15
|
+
The carbon emissions usage query summary in the list request.
|
16
16
|
"""
|
17
17
|
|
18
18
|
def __init__(self, **kwargs):
|