@@ -150,6 +150,9 @@ class MonthlyUsageAttributionValues
150
150
# The Data Jobs Monitoring usage by tag(s).
151
151
attr_accessor :data_jobs_monitoring_usage
152
152
153
+ # The Data Stream Monitoring usage by tag(s).
154
+ attr_accessor :data_stream_monitoring_usage
155
+
153
156
# The percentage of Database Monitoring host usage by tag(s).
154
157
attr_accessor :dbm_hosts_percentage
155
158
@@ -487,6 +490,7 @@ def self.attribute_map
487
490
:'cws_hosts_percentage' => :'cws_hosts_percentage' ,
488
491
:'cws_hosts_usage' => :'cws_hosts_usage' ,
489
492
:'data_jobs_monitoring_usage' => :'data_jobs_monitoring_usage' ,
493
+ :'data_stream_monitoring_usage' => :'data_stream_monitoring_usage' ,
490
494
:'dbm_hosts_percentage' => :'dbm_hosts_percentage' ,
491
495
:'dbm_hosts_usage' => :'dbm_hosts_usage' ,
492
496
:'dbm_queries_percentage' => :'dbm_queries_percentage' ,
@@ -633,6 +637,7 @@ def self.openapi_types
633
637
:'cws_hosts_percentage' => :'Float' ,
634
638
:'cws_hosts_usage' => :'Float' ,
635
639
:'data_jobs_monitoring_usage' => :'Float' ,
640
+ :'data_stream_monitoring_usage' => :'Float' ,
636
641
:'dbm_hosts_percentage' => :'Float' ,
637
642
:'dbm_hosts_usage' => :'Float' ,
638
643
:'dbm_queries_percentage' => :'Float' ,
@@ -922,6 +927,10 @@ def initialize(attributes = {})
922
927
self . data_jobs_monitoring_usage = attributes [ :'data_jobs_monitoring_usage' ]
923
928
end
924
929
930
+ if attributes . key? ( :'data_stream_monitoring_usage' )
931
+ self . data_stream_monitoring_usage = attributes [ :'data_stream_monitoring_usage' ]
932
+ end
933
+
925
934
if attributes . key? ( :'dbm_hosts_percentage' )
926
935
self . dbm_hosts_percentage = attributes [ :'dbm_hosts_percentage' ]
927
936
end
@@ -1376,6 +1385,7 @@ def ==(o)
1376
1385
cws_hosts_percentage == o . cws_hosts_percentage &&
1377
1386
cws_hosts_usage == o . cws_hosts_usage &&
1378
1387
data_jobs_monitoring_usage == o . data_jobs_monitoring_usage &&
1388
+ data_stream_monitoring_usage == o . data_stream_monitoring_usage &&
1379
1389
dbm_hosts_percentage == o . dbm_hosts_percentage &&
1380
1390
dbm_hosts_usage == o . dbm_hosts_usage &&
1381
1391
dbm_queries_percentage == o . dbm_queries_percentage &&
@@ -1479,7 +1489,7 @@ def ==(o)
1479
1489
# @return [Integer] Hash code
1480
1490
# @!visibility private
1481
1491
def hash
1482
- [ api_percentage , api_usage , apm_fargate_percentage , apm_fargate_usage , apm_host_percentage , apm_host_usage , apm_usm_percentage , apm_usm_usage , appsec_fargate_percentage , appsec_fargate_usage , appsec_percentage , appsec_usage , asm_serverless_traced_invocations_percentage , asm_serverless_traced_invocations_usage , browser_percentage , browser_usage , ci_pipeline_indexed_spans_percentage , ci_pipeline_indexed_spans_usage , ci_test_indexed_spans_percentage , ci_test_indexed_spans_usage , ci_visibility_itr_percentage , ci_visibility_itr_usage , cloud_siem_percentage , cloud_siem_usage , container_excl_agent_percentage , container_excl_agent_usage , container_percentage , container_usage , cspm_containers_percentage , cspm_containers_usage , cspm_hosts_percentage , cspm_hosts_usage , custom_event_percentage , custom_event_usage , custom_ingested_timeseries_percentage , custom_ingested_timeseries_usage , custom_timeseries_percentage , custom_timeseries_usage , cws_containers_percentage , cws_containers_usage , cws_hosts_percentage , cws_hosts_usage , data_jobs_monitoring_usage , dbm_hosts_percentage , dbm_hosts_usage , dbm_queries_percentage , dbm_queries_usage , error_tracking_percentage , error_tracking_usage , estimated_indexed_logs_percentage , estimated_indexed_logs_usage , estimated_indexed_spans_percentage , estimated_indexed_spans_usage , estimated_ingested_logs_percentage , estimated_ingested_logs_usage , estimated_ingested_spans_percentage , estimated_ingested_spans_usage , estimated_rum_sessions_percentage , estimated_rum_sessions_usage , fargate_percentage , fargate_usage , functions_percentage , functions_usage , incident_management_monthly_active_users_percentage , incident_management_monthly_active_users_usage , indexed_spans_percentage , indexed_spans_usage , infra_host_percentage , infra_host_usage , ingested_logs_bytes_percentage , ingested_logs_bytes_usage , ingested_spans_bytes_percentage , ingested_spans_bytes_usage , invocations_percentage , invocations_usage , lambda_traced_invocations_percentage , lambda_traced_invocations_usage , logs_indexed_15day_percentage , logs_indexed_15day_usage , logs_indexed_180day_percentage , logs_indexed_180day_usage , logs_indexed_1day_percentage , logs_indexed_1day_usage , logs_indexed_30day_percentage , logs_indexed_30day_usage , logs_indexed_360day_percentage , logs_indexed_360day_usage , logs_indexed_3day_percentage , logs_indexed_3day_usage , logs_indexed_45day_percentage , logs_indexed_45day_usage , logs_indexed_60day_percentage , logs_indexed_60day_usage , logs_indexed_7day_percentage , logs_indexed_7day_usage , logs_indexed_90day_percentage , logs_indexed_90day_usage , logs_indexed_custom_retention_percentage , logs_indexed_custom_retention_usage , mobile_app_testing_percentage , mobile_app_testing_usage , ndm_netflow_percentage , ndm_netflow_usage , npm_host_percentage , npm_host_usage , obs_pipeline_bytes_percentage , obs_pipeline_bytes_usage , obs_pipelines_vcpu_percentage , obs_pipelines_vcpu_usage , online_archive_percentage , online_archive_usage , profiled_container_percentage , profiled_container_usage , profiled_fargate_percentage , profiled_fargate_usage , profiled_host_percentage , profiled_host_usage , rum_browser_mobile_sessions_percentage , rum_browser_mobile_sessions_usage , rum_replay_sessions_percentage , rum_replay_sessions_usage , sca_fargate_percentage , sca_fargate_usage , sds_scanned_bytes_percentage , sds_scanned_bytes_usage , serverless_apps_percentage , serverless_apps_usage , siem_analyzed_logs_add_on_percentage , siem_analyzed_logs_add_on_usage , siem_ingested_bytes_percentage , siem_ingested_bytes_usage , snmp_percentage , snmp_usage , universal_service_monitoring_percentage , universal_service_monitoring_usage , vuln_management_hosts_percentage , vuln_management_hosts_usage , workflow_executions_percentage , workflow_executions_usage ] . hash
1492
+ [ api_percentage , api_usage , apm_fargate_percentage , apm_fargate_usage , apm_host_percentage , apm_host_usage , apm_usm_percentage , apm_usm_usage , appsec_fargate_percentage , appsec_fargate_usage , appsec_percentage , appsec_usage , asm_serverless_traced_invocations_percentage , asm_serverless_traced_invocations_usage , browser_percentage , browser_usage , ci_pipeline_indexed_spans_percentage , ci_pipeline_indexed_spans_usage , ci_test_indexed_spans_percentage , ci_test_indexed_spans_usage , ci_visibility_itr_percentage , ci_visibility_itr_usage , cloud_siem_percentage , cloud_siem_usage , container_excl_agent_percentage , container_excl_agent_usage , container_percentage , container_usage , cspm_containers_percentage , cspm_containers_usage , cspm_hosts_percentage , cspm_hosts_usage , custom_event_percentage , custom_event_usage , custom_ingested_timeseries_percentage , custom_ingested_timeseries_usage , custom_timeseries_percentage , custom_timeseries_usage , cws_containers_percentage , cws_containers_usage , cws_hosts_percentage , cws_hosts_usage , data_jobs_monitoring_usage , data_stream_monitoring_usage , dbm_hosts_percentage , dbm_hosts_usage , dbm_queries_percentage , dbm_queries_usage , error_tracking_percentage , error_tracking_usage , estimated_indexed_logs_percentage , estimated_indexed_logs_usage , estimated_indexed_spans_percentage , estimated_indexed_spans_usage , estimated_ingested_logs_percentage , estimated_ingested_logs_usage , estimated_ingested_spans_percentage , estimated_ingested_spans_usage , estimated_rum_sessions_percentage , estimated_rum_sessions_usage , fargate_percentage , fargate_usage , functions_percentage , functions_usage , incident_management_monthly_active_users_percentage , incident_management_monthly_active_users_usage , indexed_spans_percentage , indexed_spans_usage , infra_host_percentage , infra_host_usage , ingested_logs_bytes_percentage , ingested_logs_bytes_usage , ingested_spans_bytes_percentage , ingested_spans_bytes_usage , invocations_percentage , invocations_usage , lambda_traced_invocations_percentage , lambda_traced_invocations_usage , logs_indexed_15day_percentage , logs_indexed_15day_usage , logs_indexed_180day_percentage , logs_indexed_180day_usage , logs_indexed_1day_percentage , logs_indexed_1day_usage , logs_indexed_30day_percentage , logs_indexed_30day_usage , logs_indexed_360day_percentage , logs_indexed_360day_usage , logs_indexed_3day_percentage , logs_indexed_3day_usage , logs_indexed_45day_percentage , logs_indexed_45day_usage , logs_indexed_60day_percentage , logs_indexed_60day_usage , logs_indexed_7day_percentage , logs_indexed_7day_usage , logs_indexed_90day_percentage , logs_indexed_90day_usage , logs_indexed_custom_retention_percentage , logs_indexed_custom_retention_usage , mobile_app_testing_percentage , mobile_app_testing_usage , ndm_netflow_percentage , ndm_netflow_usage , npm_host_percentage , npm_host_usage , obs_pipeline_bytes_percentage , obs_pipeline_bytes_usage , obs_pipelines_vcpu_percentage , obs_pipelines_vcpu_usage , online_archive_percentage , online_archive_usage , profiled_container_percentage , profiled_container_usage , profiled_fargate_percentage , profiled_fargate_usage , profiled_host_percentage , profiled_host_usage , rum_browser_mobile_sessions_percentage , rum_browser_mobile_sessions_usage , rum_replay_sessions_percentage , rum_replay_sessions_usage , sca_fargate_percentage , sca_fargate_usage , sds_scanned_bytes_percentage , sds_scanned_bytes_usage , serverless_apps_percentage , serverless_apps_usage , siem_analyzed_logs_add_on_percentage , siem_analyzed_logs_add_on_usage , siem_ingested_bytes_percentage , siem_ingested_bytes_usage , snmp_percentage , snmp_usage , universal_service_monitoring_percentage , universal_service_monitoring_usage , vuln_management_hosts_percentage , vuln_management_hosts_usage , workflow_executions_percentage , workflow_executions_usage ] . hash
1483
1493
end
1484
1494
end
1485
1495
end
0 commit comments