Class DeviceImportance
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeviceImportance>
com.azure.resourcemanager.securityinsights.models.DeviceImportance
public final class DeviceImportance
extends com.azure.core.util.ExpandableStringEnum<DeviceImportance>
Device importance, determines if the device classified as 'crown jewel'.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DeviceImportance
Static value High for DeviceImportance.static final DeviceImportance
Static value Low for DeviceImportance.static final DeviceImportance
Static value Normal for DeviceImportance.static final DeviceImportance
Static value Unknown for DeviceImportance. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeviceImportance
fromString
(String name) Creates or finds a DeviceImportance from its string representation.static Collection<DeviceImportance>
values()
Gets known DeviceImportance values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for DeviceImportance. -
LOW
Static value Low for DeviceImportance. -
NORMAL
Static value Normal for DeviceImportance. -
HIGH
Static value High for DeviceImportance.
-
-
Constructor Details
-
DeviceImportance
public DeviceImportance()
-
-
Method Details
-
fromString
Creates or finds a DeviceImportance from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding DeviceImportance.
-
values
Gets known DeviceImportance values.- Returns:
- known DeviceImportance values.
-