forked from microsoft/wmi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndication_PerceivedSeverity.go
33 lines (30 loc) · 1.16 KB
/
Indication_PerceivedSeverity.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Copyright 2019 (c) Microsoft Corporation.
// Licensed under the MIT license.
//
// Author:
// Auto Generated on 9/18/2020 using wmigen
// Source Indication_PerceivedSeverity
//////////////////////////////////////////////
package virtualization
// Indication_PerceivedSeverity
type Indication_PerceivedSeverity int
const (
// Unknown enum
Indication_PerceivedSeverity_Unknown Indication_PerceivedSeverity = 0
// Other enum
Indication_PerceivedSeverity_Other Indication_PerceivedSeverity = 1
// Information enum
Indication_PerceivedSeverity_Information Indication_PerceivedSeverity = 2
// Degraded_Warning enum
Indication_PerceivedSeverity_Degraded_Warning Indication_PerceivedSeverity = 3
// Minor enum
Indication_PerceivedSeverity_Minor Indication_PerceivedSeverity = 4
// Major enum
Indication_PerceivedSeverity_Major Indication_PerceivedSeverity = 5
// Critical enum
Indication_PerceivedSeverity_Critical Indication_PerceivedSeverity = 6
// Fatal_NonRecoverable enum
Indication_PerceivedSeverity_Fatal_NonRecoverable Indication_PerceivedSeverity = 7
// DMTF_Reserved enum
Indication_PerceivedSeverity_DMTF_Reserved Indication_PerceivedSeverity = 8
)