oci 2.123.0__py3-none-any.whl → 2.124.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +122 -9
- oci/ai_speech/ai_service_speech_client_composite_operations.py +59 -0
- oci/ai_speech/models/transcription_model_details.py +390 -7
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +21 -21
- oci/container_instances/models/__init__.py +2 -0
- oci/container_instances/models/container_capabilities.py +239 -0
- oci/container_instances/models/create_linux_security_context_details.py +29 -2
- oci/container_instances/models/linux_security_context.py +29 -2
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/models/emulated_volume_attachment.py +9 -2
- oci/core/models/i_scsi_volume_attachment.py +7 -0
- oci/core/models/paravirtualized_volume_attachment.py +9 -2
- oci/core/models/volume_attachment.py +35 -2
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +148 -148
- oci/data_flow/data_flow_client.py +42 -42
- 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 +272 -272
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/__init__.py +22 -0
- oci/data_science/models/auto_scaling_policy.py +148 -0
- oci/data_science/models/auto_scaling_policy_details.py +104 -0
- oci/data_science/models/custom_expression_query_scaling_configuration.py +124 -0
- oci/data_science/models/custom_metric_expression_rule.py +105 -0
- oci/data_science/models/fixed_size_scaling_policy.py +1 -1
- oci/data_science/models/instance_pool_model_deployment_system_data.py +82 -0
- oci/data_science/models/metric_expression_rule.py +121 -0
- oci/data_science/models/model_configuration_details.py +33 -2
- oci/data_science/models/model_deployment.py +27 -0
- oci/data_science/models/model_deployment_instance_shape_config_details.py +61 -2
- oci/data_science/models/model_deployment_system_data.py +101 -0
- oci/data_science/models/predefined_expression_threshold_scaling_configuration.py +97 -0
- oci/data_science/models/predefined_metric_expression_rule.py +153 -0
- oci/data_science/models/scaling_configuration.py +185 -0
- oci/data_science/models/scaling_policy.py +11 -3
- oci/data_science/models/threshold_based_auto_scaling_policy_details.py +187 -0
- oci/data_science/models/update_model_configuration_details.py +33 -2
- oci/database/database_client.py +327 -327
- oci/database/models/autonomous_container_database.py +158 -2
- oci/database/models/autonomous_container_database_summary.py +158 -2
- oci/database/models/autonomous_database.py +80 -2
- oci/database/models/autonomous_database_summary.py +80 -2
- oci/database/models/create_autonomous_container_database_details.py +158 -2
- oci/database/models/create_autonomous_database_base.py +31 -0
- oci/database/models/create_autonomous_database_clone_details.py +7 -0
- oci/database/models/create_autonomous_database_details.py +7 -0
- oci/database/models/create_autonomous_database_from_backup_details.py +7 -0
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +7 -0
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +7 -0
- oci/database/models/create_cross_region_disaster_recovery_details.py +7 -0
- oci/database/models/create_refreshable_autonomous_database_clone_details.py +7 -0
- oci/database/models/update_autonomous_database_details.py +31 -0
- oci/database_management/db_management_client.py +194 -194
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +42 -42
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +3 -3
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- 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 +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_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 +23 -23
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +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 +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +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/models/__init__.py +2 -0
- oci/opsi/models/create_news_report_details.py +100 -2
- oci/opsi/models/news_content_types.py +189 -3
- oci/opsi/models/news_report.py +100 -2
- oci/opsi/models/news_report_summary.py +100 -2
- oci/opsi/models/update_host_insight_details.py +4 -0
- oci/opsi/models/update_news_report_details.py +162 -2
- oci/opsi/models/update_pe_comanaged_host_insight_details.py +65 -0
- oci/opsi/operations_insights_client.py +175 -175
- 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/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +2 -2
- oci/osp_gateway/address_service_client.py +3 -3
- oci/osp_gateway/invoice_service_client.py +6 -6
- oci/osp_gateway/subscription_service_client.py +6 -6
- 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 +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +4 -4
- oci/sch/service_connector_client.py +24 -24
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +28 -28
- 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 +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/METADATA +1 -1
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/RECORD +295 -282
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/WHEEL +0 -0
- {oci-2.123.0.dist-info → oci-2.124.1.dist-info}/top_level.txt +0 -0
@@ -24,21 +24,63 @@ class NewsContentTypes(object):
|
|
24
24
|
The value to assign to the capacity_planning_resources property of this NewsContentTypes.
|
25
25
|
:type capacity_planning_resources: list[oci.opsi.models.NewsContentTypesResource]
|
26
26
|
|
27
|
+
:param sql_insights_fleet_analysis_resources:
|
28
|
+
The value to assign to the sql_insights_fleet_analysis_resources property of this NewsContentTypes.
|
29
|
+
:type sql_insights_fleet_analysis_resources: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
30
|
+
|
31
|
+
:param sql_insights_plan_changes_resources:
|
32
|
+
The value to assign to the sql_insights_plan_changes_resources property of this NewsContentTypes.
|
33
|
+
:type sql_insights_plan_changes_resources: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
34
|
+
|
35
|
+
:param sql_insights_top_databases_resources:
|
36
|
+
The value to assign to the sql_insights_top_databases_resources property of this NewsContentTypes.
|
37
|
+
:type sql_insights_top_databases_resources: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
38
|
+
|
39
|
+
:param sql_insights_top_sql_by_insights_resources:
|
40
|
+
The value to assign to the sql_insights_top_sql_by_insights_resources property of this NewsContentTypes.
|
41
|
+
:type sql_insights_top_sql_by_insights_resources: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
42
|
+
|
43
|
+
:param sql_insights_top_sql_resources:
|
44
|
+
The value to assign to the sql_insights_top_sql_resources property of this NewsContentTypes.
|
45
|
+
:type sql_insights_top_sql_resources: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
46
|
+
|
47
|
+
:param sql_insights_performance_degradation_resources:
|
48
|
+
The value to assign to the sql_insights_performance_degradation_resources property of this NewsContentTypes.
|
49
|
+
:type sql_insights_performance_degradation_resources: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
50
|
+
|
27
51
|
"""
|
28
52
|
self.swagger_types = {
|
29
|
-
'capacity_planning_resources': 'list[NewsContentTypesResource]'
|
53
|
+
'capacity_planning_resources': 'list[NewsContentTypesResource]',
|
54
|
+
'sql_insights_fleet_analysis_resources': 'list[NewsSqlInsightsContentTypesResource]',
|
55
|
+
'sql_insights_plan_changes_resources': 'list[NewsSqlInsightsContentTypesResource]',
|
56
|
+
'sql_insights_top_databases_resources': 'list[NewsSqlInsightsContentTypesResource]',
|
57
|
+
'sql_insights_top_sql_by_insights_resources': 'list[NewsSqlInsightsContentTypesResource]',
|
58
|
+
'sql_insights_top_sql_resources': 'list[NewsSqlInsightsContentTypesResource]',
|
59
|
+
'sql_insights_performance_degradation_resources': 'list[NewsSqlInsightsContentTypesResource]'
|
30
60
|
}
|
31
61
|
|
32
62
|
self.attribute_map = {
|
33
|
-
'capacity_planning_resources': 'capacityPlanningResources'
|
63
|
+
'capacity_planning_resources': 'capacityPlanningResources',
|
64
|
+
'sql_insights_fleet_analysis_resources': 'sqlInsightsFleetAnalysisResources',
|
65
|
+
'sql_insights_plan_changes_resources': 'sqlInsightsPlanChangesResources',
|
66
|
+
'sql_insights_top_databases_resources': 'sqlInsightsTopDatabasesResources',
|
67
|
+
'sql_insights_top_sql_by_insights_resources': 'sqlInsightsTopSqlByInsightsResources',
|
68
|
+
'sql_insights_top_sql_resources': 'sqlInsightsTopSqlResources',
|
69
|
+
'sql_insights_performance_degradation_resources': 'sqlInsightsPerformanceDegradationResources'
|
34
70
|
}
|
35
71
|
|
36
72
|
self._capacity_planning_resources = None
|
73
|
+
self._sql_insights_fleet_analysis_resources = None
|
74
|
+
self._sql_insights_plan_changes_resources = None
|
75
|
+
self._sql_insights_top_databases_resources = None
|
76
|
+
self._sql_insights_top_sql_by_insights_resources = None
|
77
|
+
self._sql_insights_top_sql_resources = None
|
78
|
+
self._sql_insights_performance_degradation_resources = None
|
37
79
|
|
38
80
|
@property
|
39
81
|
def capacity_planning_resources(self):
|
40
82
|
"""
|
41
|
-
|
83
|
+
Gets the capacity_planning_resources of this NewsContentTypes.
|
42
84
|
Supported resources for capacity planning content type.
|
43
85
|
|
44
86
|
|
@@ -59,6 +101,150 @@ class NewsContentTypes(object):
|
|
59
101
|
"""
|
60
102
|
self._capacity_planning_resources = capacity_planning_resources
|
61
103
|
|
104
|
+
@property
|
105
|
+
def sql_insights_fleet_analysis_resources(self):
|
106
|
+
"""
|
107
|
+
Gets the sql_insights_fleet_analysis_resources of this NewsContentTypes.
|
108
|
+
Supported resources for SQL insights - fleet analysis content type.
|
109
|
+
|
110
|
+
|
111
|
+
:return: The sql_insights_fleet_analysis_resources of this NewsContentTypes.
|
112
|
+
:rtype: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
113
|
+
"""
|
114
|
+
return self._sql_insights_fleet_analysis_resources
|
115
|
+
|
116
|
+
@sql_insights_fleet_analysis_resources.setter
|
117
|
+
def sql_insights_fleet_analysis_resources(self, sql_insights_fleet_analysis_resources):
|
118
|
+
"""
|
119
|
+
Sets the sql_insights_fleet_analysis_resources of this NewsContentTypes.
|
120
|
+
Supported resources for SQL insights - fleet analysis content type.
|
121
|
+
|
122
|
+
|
123
|
+
:param sql_insights_fleet_analysis_resources: The sql_insights_fleet_analysis_resources of this NewsContentTypes.
|
124
|
+
:type: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
125
|
+
"""
|
126
|
+
self._sql_insights_fleet_analysis_resources = sql_insights_fleet_analysis_resources
|
127
|
+
|
128
|
+
@property
|
129
|
+
def sql_insights_plan_changes_resources(self):
|
130
|
+
"""
|
131
|
+
Gets the sql_insights_plan_changes_resources of this NewsContentTypes.
|
132
|
+
Supported resources for SQL insights - plan changes content type.
|
133
|
+
|
134
|
+
|
135
|
+
:return: The sql_insights_plan_changes_resources of this NewsContentTypes.
|
136
|
+
:rtype: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
137
|
+
"""
|
138
|
+
return self._sql_insights_plan_changes_resources
|
139
|
+
|
140
|
+
@sql_insights_plan_changes_resources.setter
|
141
|
+
def sql_insights_plan_changes_resources(self, sql_insights_plan_changes_resources):
|
142
|
+
"""
|
143
|
+
Sets the sql_insights_plan_changes_resources of this NewsContentTypes.
|
144
|
+
Supported resources for SQL insights - plan changes content type.
|
145
|
+
|
146
|
+
|
147
|
+
:param sql_insights_plan_changes_resources: The sql_insights_plan_changes_resources of this NewsContentTypes.
|
148
|
+
:type: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
149
|
+
"""
|
150
|
+
self._sql_insights_plan_changes_resources = sql_insights_plan_changes_resources
|
151
|
+
|
152
|
+
@property
|
153
|
+
def sql_insights_top_databases_resources(self):
|
154
|
+
"""
|
155
|
+
Gets the sql_insights_top_databases_resources of this NewsContentTypes.
|
156
|
+
Supported resources for SQL insights - top databases content type.
|
157
|
+
|
158
|
+
|
159
|
+
:return: The sql_insights_top_databases_resources of this NewsContentTypes.
|
160
|
+
:rtype: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
161
|
+
"""
|
162
|
+
return self._sql_insights_top_databases_resources
|
163
|
+
|
164
|
+
@sql_insights_top_databases_resources.setter
|
165
|
+
def sql_insights_top_databases_resources(self, sql_insights_top_databases_resources):
|
166
|
+
"""
|
167
|
+
Sets the sql_insights_top_databases_resources of this NewsContentTypes.
|
168
|
+
Supported resources for SQL insights - top databases content type.
|
169
|
+
|
170
|
+
|
171
|
+
:param sql_insights_top_databases_resources: The sql_insights_top_databases_resources of this NewsContentTypes.
|
172
|
+
:type: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
173
|
+
"""
|
174
|
+
self._sql_insights_top_databases_resources = sql_insights_top_databases_resources
|
175
|
+
|
176
|
+
@property
|
177
|
+
def sql_insights_top_sql_by_insights_resources(self):
|
178
|
+
"""
|
179
|
+
Gets the sql_insights_top_sql_by_insights_resources of this NewsContentTypes.
|
180
|
+
Supported resources for SQL insights - top SQL by insights content type.
|
181
|
+
|
182
|
+
|
183
|
+
:return: The sql_insights_top_sql_by_insights_resources of this NewsContentTypes.
|
184
|
+
:rtype: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
185
|
+
"""
|
186
|
+
return self._sql_insights_top_sql_by_insights_resources
|
187
|
+
|
188
|
+
@sql_insights_top_sql_by_insights_resources.setter
|
189
|
+
def sql_insights_top_sql_by_insights_resources(self, sql_insights_top_sql_by_insights_resources):
|
190
|
+
"""
|
191
|
+
Sets the sql_insights_top_sql_by_insights_resources of this NewsContentTypes.
|
192
|
+
Supported resources for SQL insights - top SQL by insights content type.
|
193
|
+
|
194
|
+
|
195
|
+
:param sql_insights_top_sql_by_insights_resources: The sql_insights_top_sql_by_insights_resources of this NewsContentTypes.
|
196
|
+
:type: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
197
|
+
"""
|
198
|
+
self._sql_insights_top_sql_by_insights_resources = sql_insights_top_sql_by_insights_resources
|
199
|
+
|
200
|
+
@property
|
201
|
+
def sql_insights_top_sql_resources(self):
|
202
|
+
"""
|
203
|
+
Gets the sql_insights_top_sql_resources of this NewsContentTypes.
|
204
|
+
Supported resources for SQL insights - top SQL content type.
|
205
|
+
|
206
|
+
|
207
|
+
:return: The sql_insights_top_sql_resources of this NewsContentTypes.
|
208
|
+
:rtype: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
209
|
+
"""
|
210
|
+
return self._sql_insights_top_sql_resources
|
211
|
+
|
212
|
+
@sql_insights_top_sql_resources.setter
|
213
|
+
def sql_insights_top_sql_resources(self, sql_insights_top_sql_resources):
|
214
|
+
"""
|
215
|
+
Sets the sql_insights_top_sql_resources of this NewsContentTypes.
|
216
|
+
Supported resources for SQL insights - top SQL content type.
|
217
|
+
|
218
|
+
|
219
|
+
:param sql_insights_top_sql_resources: The sql_insights_top_sql_resources of this NewsContentTypes.
|
220
|
+
:type: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
221
|
+
"""
|
222
|
+
self._sql_insights_top_sql_resources = sql_insights_top_sql_resources
|
223
|
+
|
224
|
+
@property
|
225
|
+
def sql_insights_performance_degradation_resources(self):
|
226
|
+
"""
|
227
|
+
Gets the sql_insights_performance_degradation_resources of this NewsContentTypes.
|
228
|
+
Supported resources for SQL insights - performance degradation content type.
|
229
|
+
|
230
|
+
|
231
|
+
:return: The sql_insights_performance_degradation_resources of this NewsContentTypes.
|
232
|
+
:rtype: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
233
|
+
"""
|
234
|
+
return self._sql_insights_performance_degradation_resources
|
235
|
+
|
236
|
+
@sql_insights_performance_degradation_resources.setter
|
237
|
+
def sql_insights_performance_degradation_resources(self, sql_insights_performance_degradation_resources):
|
238
|
+
"""
|
239
|
+
Sets the sql_insights_performance_degradation_resources of this NewsContentTypes.
|
240
|
+
Supported resources for SQL insights - performance degradation content type.
|
241
|
+
|
242
|
+
|
243
|
+
:param sql_insights_performance_degradation_resources: The sql_insights_performance_degradation_resources of this NewsContentTypes.
|
244
|
+
:type: list[oci.opsi.models.NewsSqlInsightsContentTypesResource]
|
245
|
+
"""
|
246
|
+
self._sql_insights_performance_degradation_resources = sql_insights_performance_degradation_resources
|
247
|
+
|
62
248
|
def __repr__(self):
|
63
249
|
return formatted_flat_dict(self)
|
64
250
|
|
oci/opsi/models/news_report.py
CHANGED
@@ -63,6 +63,34 @@ class NewsReport(object):
|
|
63
63
|
#: This constant has a value of "NEEDS_ATTENTION"
|
64
64
|
LIFECYCLE_STATE_NEEDS_ATTENTION = "NEEDS_ATTENTION"
|
65
65
|
|
66
|
+
#: A constant which can be used with the day_of_week property of a NewsReport.
|
67
|
+
#: This constant has a value of "MONDAY"
|
68
|
+
DAY_OF_WEEK_MONDAY = "MONDAY"
|
69
|
+
|
70
|
+
#: A constant which can be used with the day_of_week property of a NewsReport.
|
71
|
+
#: This constant has a value of "TUESDAY"
|
72
|
+
DAY_OF_WEEK_TUESDAY = "TUESDAY"
|
73
|
+
|
74
|
+
#: A constant which can be used with the day_of_week property of a NewsReport.
|
75
|
+
#: This constant has a value of "WEDNESDAY"
|
76
|
+
DAY_OF_WEEK_WEDNESDAY = "WEDNESDAY"
|
77
|
+
|
78
|
+
#: A constant which can be used with the day_of_week property of a NewsReport.
|
79
|
+
#: This constant has a value of "THURSDAY"
|
80
|
+
DAY_OF_WEEK_THURSDAY = "THURSDAY"
|
81
|
+
|
82
|
+
#: A constant which can be used with the day_of_week property of a NewsReport.
|
83
|
+
#: This constant has a value of "FRIDAY"
|
84
|
+
DAY_OF_WEEK_FRIDAY = "FRIDAY"
|
85
|
+
|
86
|
+
#: A constant which can be used with the day_of_week property of a NewsReport.
|
87
|
+
#: This constant has a value of "SATURDAY"
|
88
|
+
DAY_OF_WEEK_SATURDAY = "SATURDAY"
|
89
|
+
|
90
|
+
#: A constant which can be used with the day_of_week property of a NewsReport.
|
91
|
+
#: This constant has a value of "SUNDAY"
|
92
|
+
DAY_OF_WEEK_SUNDAY = "SUNDAY"
|
93
|
+
|
66
94
|
def __init__(self, **kwargs):
|
67
95
|
"""
|
68
96
|
Initializes a new NewsReport object with values from keyword arguments.
|
@@ -140,6 +168,16 @@ class NewsReport(object):
|
|
140
168
|
The value to assign to the lifecycle_details property of this NewsReport.
|
141
169
|
:type lifecycle_details: str
|
142
170
|
|
171
|
+
:param day_of_week:
|
172
|
+
The value to assign to the day_of_week property of this NewsReport.
|
173
|
+
Allowed values for this property are: "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY", 'UNKNOWN_ENUM_VALUE'.
|
174
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
175
|
+
:type day_of_week: str
|
176
|
+
|
177
|
+
:param are_child_compartments_included:
|
178
|
+
The value to assign to the are_child_compartments_included property of this NewsReport.
|
179
|
+
:type are_child_compartments_included: bool
|
180
|
+
|
143
181
|
"""
|
144
182
|
self.swagger_types = {
|
145
183
|
'news_frequency': 'str',
|
@@ -157,7 +195,9 @@ class NewsReport(object):
|
|
157
195
|
'time_created': 'datetime',
|
158
196
|
'time_updated': 'datetime',
|
159
197
|
'lifecycle_state': 'str',
|
160
|
-
'lifecycle_details': 'str'
|
198
|
+
'lifecycle_details': 'str',
|
199
|
+
'day_of_week': 'str',
|
200
|
+
'are_child_compartments_included': 'bool'
|
161
201
|
}
|
162
202
|
|
163
203
|
self.attribute_map = {
|
@@ -176,7 +216,9 @@ class NewsReport(object):
|
|
176
216
|
'time_created': 'timeCreated',
|
177
217
|
'time_updated': 'timeUpdated',
|
178
218
|
'lifecycle_state': 'lifecycleState',
|
179
|
-
'lifecycle_details': 'lifecycleDetails'
|
219
|
+
'lifecycle_details': 'lifecycleDetails',
|
220
|
+
'day_of_week': 'dayOfWeek',
|
221
|
+
'are_child_compartments_included': 'areChildCompartmentsIncluded'
|
180
222
|
}
|
181
223
|
|
182
224
|
self._news_frequency = None
|
@@ -195,6 +237,8 @@ class NewsReport(object):
|
|
195
237
|
self._time_updated = None
|
196
238
|
self._lifecycle_state = None
|
197
239
|
self._lifecycle_details = None
|
240
|
+
self._day_of_week = None
|
241
|
+
self._are_child_compartments_included = None
|
198
242
|
|
199
243
|
@property
|
200
244
|
def news_frequency(self):
|
@@ -618,6 +662,60 @@ class NewsReport(object):
|
|
618
662
|
"""
|
619
663
|
self._lifecycle_details = lifecycle_details
|
620
664
|
|
665
|
+
@property
|
666
|
+
def day_of_week(self):
|
667
|
+
"""
|
668
|
+
Gets the day_of_week of this NewsReport.
|
669
|
+
Day of the week in which the news report will be sent if the frequency is set to WEEKLY.
|
670
|
+
|
671
|
+
Allowed values for this property are: "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY", 'UNKNOWN_ENUM_VALUE'.
|
672
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
673
|
+
|
674
|
+
|
675
|
+
:return: The day_of_week of this NewsReport.
|
676
|
+
:rtype: str
|
677
|
+
"""
|
678
|
+
return self._day_of_week
|
679
|
+
|
680
|
+
@day_of_week.setter
|
681
|
+
def day_of_week(self, day_of_week):
|
682
|
+
"""
|
683
|
+
Sets the day_of_week of this NewsReport.
|
684
|
+
Day of the week in which the news report will be sent if the frequency is set to WEEKLY.
|
685
|
+
|
686
|
+
|
687
|
+
:param day_of_week: The day_of_week of this NewsReport.
|
688
|
+
:type: str
|
689
|
+
"""
|
690
|
+
allowed_values = ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
|
691
|
+
if not value_allowed_none_or_none_sentinel(day_of_week, allowed_values):
|
692
|
+
day_of_week = 'UNKNOWN_ENUM_VALUE'
|
693
|
+
self._day_of_week = day_of_week
|
694
|
+
|
695
|
+
@property
|
696
|
+
def are_child_compartments_included(self):
|
697
|
+
"""
|
698
|
+
Gets the are_child_compartments_included of this NewsReport.
|
699
|
+
A flag to consider the resources within a given compartment and all sub-compartments.
|
700
|
+
|
701
|
+
|
702
|
+
:return: The are_child_compartments_included of this NewsReport.
|
703
|
+
:rtype: bool
|
704
|
+
"""
|
705
|
+
return self._are_child_compartments_included
|
706
|
+
|
707
|
+
@are_child_compartments_included.setter
|
708
|
+
def are_child_compartments_included(self, are_child_compartments_included):
|
709
|
+
"""
|
710
|
+
Sets the are_child_compartments_included of this NewsReport.
|
711
|
+
A flag to consider the resources within a given compartment and all sub-compartments.
|
712
|
+
|
713
|
+
|
714
|
+
:param are_child_compartments_included: The are_child_compartments_included of this NewsReport.
|
715
|
+
:type: bool
|
716
|
+
"""
|
717
|
+
self._are_child_compartments_included = are_child_compartments_included
|
718
|
+
|
621
719
|
def __repr__(self):
|
622
720
|
return formatted_flat_dict(self)
|
623
721
|
|
@@ -63,6 +63,34 @@ class NewsReportSummary(object):
|
|
63
63
|
#: This constant has a value of "NEEDS_ATTENTION"
|
64
64
|
LIFECYCLE_STATE_NEEDS_ATTENTION = "NEEDS_ATTENTION"
|
65
65
|
|
66
|
+
#: A constant which can be used with the day_of_week property of a NewsReportSummary.
|
67
|
+
#: This constant has a value of "MONDAY"
|
68
|
+
DAY_OF_WEEK_MONDAY = "MONDAY"
|
69
|
+
|
70
|
+
#: A constant which can be used with the day_of_week property of a NewsReportSummary.
|
71
|
+
#: This constant has a value of "TUESDAY"
|
72
|
+
DAY_OF_WEEK_TUESDAY = "TUESDAY"
|
73
|
+
|
74
|
+
#: A constant which can be used with the day_of_week property of a NewsReportSummary.
|
75
|
+
#: This constant has a value of "WEDNESDAY"
|
76
|
+
DAY_OF_WEEK_WEDNESDAY = "WEDNESDAY"
|
77
|
+
|
78
|
+
#: A constant which can be used with the day_of_week property of a NewsReportSummary.
|
79
|
+
#: This constant has a value of "THURSDAY"
|
80
|
+
DAY_OF_WEEK_THURSDAY = "THURSDAY"
|
81
|
+
|
82
|
+
#: A constant which can be used with the day_of_week property of a NewsReportSummary.
|
83
|
+
#: This constant has a value of "FRIDAY"
|
84
|
+
DAY_OF_WEEK_FRIDAY = "FRIDAY"
|
85
|
+
|
86
|
+
#: A constant which can be used with the day_of_week property of a NewsReportSummary.
|
87
|
+
#: This constant has a value of "SATURDAY"
|
88
|
+
DAY_OF_WEEK_SATURDAY = "SATURDAY"
|
89
|
+
|
90
|
+
#: A constant which can be used with the day_of_week property of a NewsReportSummary.
|
91
|
+
#: This constant has a value of "SUNDAY"
|
92
|
+
DAY_OF_WEEK_SUNDAY = "SUNDAY"
|
93
|
+
|
66
94
|
def __init__(self, **kwargs):
|
67
95
|
"""
|
68
96
|
Initializes a new NewsReportSummary object with values from keyword arguments.
|
@@ -140,6 +168,16 @@ class NewsReportSummary(object):
|
|
140
168
|
The value to assign to the lifecycle_details property of this NewsReportSummary.
|
141
169
|
:type lifecycle_details: str
|
142
170
|
|
171
|
+
:param day_of_week:
|
172
|
+
The value to assign to the day_of_week property of this NewsReportSummary.
|
173
|
+
Allowed values for this property are: "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY", 'UNKNOWN_ENUM_VALUE'.
|
174
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
175
|
+
:type day_of_week: str
|
176
|
+
|
177
|
+
:param are_child_compartments_included:
|
178
|
+
The value to assign to the are_child_compartments_included property of this NewsReportSummary.
|
179
|
+
:type are_child_compartments_included: bool
|
180
|
+
|
143
181
|
"""
|
144
182
|
self.swagger_types = {
|
145
183
|
'news_frequency': 'str',
|
@@ -157,7 +195,9 @@ class NewsReportSummary(object):
|
|
157
195
|
'time_created': 'datetime',
|
158
196
|
'time_updated': 'datetime',
|
159
197
|
'lifecycle_state': 'str',
|
160
|
-
'lifecycle_details': 'str'
|
198
|
+
'lifecycle_details': 'str',
|
199
|
+
'day_of_week': 'str',
|
200
|
+
'are_child_compartments_included': 'bool'
|
161
201
|
}
|
162
202
|
|
163
203
|
self.attribute_map = {
|
@@ -176,7 +216,9 @@ class NewsReportSummary(object):
|
|
176
216
|
'time_created': 'timeCreated',
|
177
217
|
'time_updated': 'timeUpdated',
|
178
218
|
'lifecycle_state': 'lifecycleState',
|
179
|
-
'lifecycle_details': 'lifecycleDetails'
|
219
|
+
'lifecycle_details': 'lifecycleDetails',
|
220
|
+
'day_of_week': 'dayOfWeek',
|
221
|
+
'are_child_compartments_included': 'areChildCompartmentsIncluded'
|
180
222
|
}
|
181
223
|
|
182
224
|
self._news_frequency = None
|
@@ -195,6 +237,8 @@ class NewsReportSummary(object):
|
|
195
237
|
self._time_updated = None
|
196
238
|
self._lifecycle_state = None
|
197
239
|
self._lifecycle_details = None
|
240
|
+
self._day_of_week = None
|
241
|
+
self._are_child_compartments_included = None
|
198
242
|
|
199
243
|
@property
|
200
244
|
def news_frequency(self):
|
@@ -618,6 +662,60 @@ class NewsReportSummary(object):
|
|
618
662
|
"""
|
619
663
|
self._lifecycle_details = lifecycle_details
|
620
664
|
|
665
|
+
@property
|
666
|
+
def day_of_week(self):
|
667
|
+
"""
|
668
|
+
Gets the day_of_week of this NewsReportSummary.
|
669
|
+
Day of the week in which the news report will be sent if the frequency is set to WEEKLY.
|
670
|
+
|
671
|
+
Allowed values for this property are: "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY", 'UNKNOWN_ENUM_VALUE'.
|
672
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
673
|
+
|
674
|
+
|
675
|
+
:return: The day_of_week of this NewsReportSummary.
|
676
|
+
:rtype: str
|
677
|
+
"""
|
678
|
+
return self._day_of_week
|
679
|
+
|
680
|
+
@day_of_week.setter
|
681
|
+
def day_of_week(self, day_of_week):
|
682
|
+
"""
|
683
|
+
Sets the day_of_week of this NewsReportSummary.
|
684
|
+
Day of the week in which the news report will be sent if the frequency is set to WEEKLY.
|
685
|
+
|
686
|
+
|
687
|
+
:param day_of_week: The day_of_week of this NewsReportSummary.
|
688
|
+
:type: str
|
689
|
+
"""
|
690
|
+
allowed_values = ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]
|
691
|
+
if not value_allowed_none_or_none_sentinel(day_of_week, allowed_values):
|
692
|
+
day_of_week = 'UNKNOWN_ENUM_VALUE'
|
693
|
+
self._day_of_week = day_of_week
|
694
|
+
|
695
|
+
@property
|
696
|
+
def are_child_compartments_included(self):
|
697
|
+
"""
|
698
|
+
Gets the are_child_compartments_included of this NewsReportSummary.
|
699
|
+
A flag to consider the resources within a given compartment and all sub-compartments.
|
700
|
+
|
701
|
+
|
702
|
+
:return: The are_child_compartments_included of this NewsReportSummary.
|
703
|
+
:rtype: bool
|
704
|
+
"""
|
705
|
+
return self._are_child_compartments_included
|
706
|
+
|
707
|
+
@are_child_compartments_included.setter
|
708
|
+
def are_child_compartments_included(self, are_child_compartments_included):
|
709
|
+
"""
|
710
|
+
Sets the are_child_compartments_included of this NewsReportSummary.
|
711
|
+
A flag to consider the resources within a given compartment and all sub-compartments.
|
712
|
+
|
713
|
+
|
714
|
+
:param are_child_compartments_included: The are_child_compartments_included of this NewsReportSummary.
|
715
|
+
:type: bool
|
716
|
+
"""
|
717
|
+
self._are_child_compartments_included = are_child_compartments_included
|
718
|
+
|
621
719
|
def __repr__(self):
|
622
720
|
return formatted_flat_dict(self)
|
623
721
|
|
@@ -39,6 +39,7 @@ class UpdateHostInsightDetails(object):
|
|
39
39
|
* :class:`~oci.opsi.models.UpdateEmManagedExternalHostInsightDetails`
|
40
40
|
* :class:`~oci.opsi.models.UpdateMacsManagedExternalHostInsightDetails`
|
41
41
|
* :class:`~oci.opsi.models.UpdateMacsManagedCloudHostInsightDetails`
|
42
|
+
* :class:`~oci.opsi.models.UpdatePeComanagedHostInsightDetails`
|
42
43
|
|
43
44
|
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
44
45
|
|
@@ -88,6 +89,9 @@ class UpdateHostInsightDetails(object):
|
|
88
89
|
|
89
90
|
if type == 'MACS_MANAGED_CLOUD_HOST':
|
90
91
|
return 'UpdateMacsManagedCloudHostInsightDetails'
|
92
|
+
|
93
|
+
if type == 'PE_COMANAGED_HOST':
|
94
|
+
return 'UpdatePeComanagedHostInsightDetails'
|
91
95
|
else:
|
92
96
|
return 'UpdateHostInsightDetails'
|
93
97
|
|