Class: Azure::Security::Mgmt::V2019_08_01::Models::IoTSecuritySolutionAnalyticsModel
- Inherits:
-
Resource
- Object
- Resource
- Azure::Security::Mgmt::V2019_08_01::Models::IoTSecuritySolutionAnalyticsModel
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_solution_analytics_model.rb
Overview
Security analytics of your IoT Security solution
Instance Attribute Summary collapse
-
#devices_metrics ⇒ Object
- Array<IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem>
-
List of device metrics by the aggregation date.
-
#metrics ⇒ IoTSeverityMetrics
solution.
-
#most_prevalent_device_alerts ⇒ Array<IoTSecurityDeviceAlert>
device alerts.
-
#most_prevalent_device_recommendations ⇒ Array<IoTSecurityDeviceRecommendation>
prevalent device recommendations.
-
#top_alerted_devices ⇒ Array<IoTSecurityAlertedDevice>
the most alerts.
-
#unhealthy_device_count ⇒ Integer
solution.
Attributes inherited from Resource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for IoTSecuritySolutionAnalyticsModel class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#devices_metrics ⇒ Object
- Array<IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem>
-
List of device metrics by the aggregation date.
26 27 28 |
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_solution_analytics_model.rb', line 26 def devices_metrics @devices_metrics end |
#metrics ⇒ IoTSeverityMetrics
solution.
17 18 19 |
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_solution_analytics_model.rb', line 17 def metrics @metrics end |
#most_prevalent_device_alerts ⇒ Array<IoTSecurityDeviceAlert>
device alerts.
34 35 36 |
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_solution_analytics_model.rb', line 34 def most_prevalent_device_alerts @most_prevalent_device_alerts end |
#most_prevalent_device_recommendations ⇒ Array<IoTSecurityDeviceRecommendation>
prevalent device recommendations.
38 39 40 |
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_solution_analytics_model.rb', line 38 def most_prevalent_device_recommendations @most_prevalent_device_recommendations end |
#top_alerted_devices ⇒ Array<IoTSecurityAlertedDevice>
the most alerts.
30 31 32 |
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_solution_analytics_model.rb', line 30 def top_alerted_devices @top_alerted_devices end |
#unhealthy_device_count ⇒ Integer
solution.
21 22 23 |
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_solution_analytics_model.rb', line 21 def unhealthy_device_count @unhealthy_device_count end |
Class Method Details
.mapper ⇒ Object
Mapper for IoTSecuritySolutionAnalyticsModel class as Ruby Hash. This will be used for serialization/deserialization.
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_solution_analytics_model.rb', line 45 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IoTSecuritySolutionAnalyticsModel', type: { name: 'Composite', class_name: 'IoTSecuritySolutionAnalyticsModel', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, metrics: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.metrics', type: { name: 'Composite', class_name: 'IoTSeverityMetrics' } }, unhealthy_device_count: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.unhealthyDeviceCount', type: { name: 'Number' } }, devices_metrics: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.devicesMetrics', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItemElementType', type: { name: 'Composite', class_name: 'IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem' } } } }, top_alerted_devices: { client_side_validation: true, required: false, serialized_name: 'properties.topAlertedDevices', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'IoTSecurityAlertedDeviceElementType', type: { name: 'Composite', class_name: 'IoTSecurityAlertedDevice' } } } }, most_prevalent_device_alerts: { client_side_validation: true, required: false, serialized_name: 'properties.mostPrevalentDeviceAlerts', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'IoTSecurityDeviceAlertElementType', type: { name: 'Composite', class_name: 'IoTSecurityDeviceAlert' } } } }, most_prevalent_device_recommendations: { client_side_validation: true, required: false, serialized_name: 'properties.mostPrevalentDeviceRecommendations', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'IoTSecurityDeviceRecommendationElementType', type: { name: 'Composite', class_name: 'IoTSecurityDeviceRecommendation' } } } } } } } end |