IoTSecuritySolutionAnalyticsModelProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. fluent. models. IoTSecuritySolutionAnalyticsModelProperties
- com.
Implements
public final class IoTSecuritySolutionAnalyticsModelProperties
implements JsonSerializable<IoTSecuritySolutionAnalyticsModelProperties>
Security analytics properties of your IoT Security solution.
Constructor Summary
| Constructor | Description |
|---|---|
| IoTSecuritySolutionAnalyticsModelProperties() |
Creates an instance of Io |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Io |
devicesMetrics()
Get the devices |
|
static
Io |
fromJson(JsonReader jsonReader)
Reads an instance of Io |
|
Io |
metrics()
Get the metrics property: Security analytics of your IoT Security solution. |
|
List<Io |
mostPrevalentDeviceAlerts()
Get the most |
|
List<Io |
mostPrevalentDeviceRecommendations()
Get the most |
|
Json |
toJson(JsonWriter jsonWriter) |
|
List<Io |
topAlertedDevices()
Get the top |
| Long |
unhealthyDeviceCount()
Get the unhealthy |
| void |
validate()
Validates the instance. |
|
Io |
withMostPrevalentDeviceAlerts(List<IoTSecurityDeviceAlert> mostPrevalentDeviceAlerts)
Set the most |
|
Io |
withMostPrevalentDeviceRecommendations(List<IoTSecurityDeviceRecommendation> mostPrevalentDeviceRecommendations)
Set the most |
|
Io |
withTopAlertedDevices(List<IoTSecurityAlertedDevice> topAlertedDevices)
Set the top |
Methods inherited from java.lang.Object
Constructor Details
IoTSecuritySolutionAnalyticsModelProperties
public IoTSecuritySolutionAnalyticsModelProperties()
Creates an instance of IoTSecuritySolutionAnalyticsModelProperties class.
Method Details
devicesMetrics
public List<IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem> devicesMetrics()
Get the devicesMetrics property: List of device metrics by the aggregation date.
Returns:
fromJson
public static IoTSecuritySolutionAnalyticsModelProperties fromJson(JsonReader jsonReader)
Reads an instance of IoTSecuritySolutionAnalyticsModelProperties from the JsonReader.
Parameters:
Returns:
Throws:
metrics
public IoTSeverityMetrics metrics()
Get the metrics property: Security analytics of your IoT Security solution.
Returns:
mostPrevalentDeviceAlerts
public List<IoTSecurityDeviceAlert> mostPrevalentDeviceAlerts()
Get the mostPrevalentDeviceAlerts property: List of the 3 most prevalent device alerts.
Returns:
mostPrevalentDeviceRecommendations
public List<IoTSecurityDeviceRecommendation> mostPrevalentDeviceRecommendations()
Get the mostPrevalentDeviceRecommendations property: List of the 3 most prevalent device recommendations.
Returns:
toJson
topAlertedDevices
public List<IoTSecurityAlertedDevice> topAlertedDevices()
Get the topAlertedDevices property: List of the 3 devices with the most alerts.
Returns:
unhealthyDeviceCount
public Long unhealthyDeviceCount()
Get the unhealthyDeviceCount property: Number of unhealthy devices within your IoT Security solution.
Returns:
validate
public void validate()
Validates the instance.
withMostPrevalentDeviceAlerts
public IoTSecuritySolutionAnalyticsModelProperties withMostPrevalentDeviceAlerts(List<IoTSecurityDeviceAlert> mostPrevalentDeviceAlerts)
Set the mostPrevalentDeviceAlerts property: List of the 3 most prevalent device alerts.
Parameters:
Returns:
withMostPrevalentDeviceRecommendations
public IoTSecuritySolutionAnalyticsModelProperties withMostPrevalentDeviceRecommendations(List<IoTSecurityDeviceRecommendation> mostPrevalentDeviceRecommendations)
Set the mostPrevalentDeviceRecommendations property: List of the 3 most prevalent device recommendations.
Parameters:
Returns:
withTopAlertedDevices
public IoTSecuritySolutionAnalyticsModelProperties withTopAlertedDevices(List<IoTSecurityAlertedDevice> topAlertedDevices)
Set the topAlertedDevices property: List of the 3 devices with the most alerts.
Parameters:
Returns: