Source code for azure.mgmt.advisor.models._advisor_management_client_enums

# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------

from enum import Enum


[docs]class Scenario(str, Enum): alerts = "Alerts"
[docs]class CpuThreshold(str, Enum): five = "5" one_zero = "10" one_five = "15" two_zero = "20"
[docs]class Category(str, Enum): high_availability = "HighAvailability" security = "Security" performance = "Performance" cost = "Cost" operational_excellence = "OperationalExcellence"
[docs]class DigestConfigState(str, Enum): active = "Active" disabled = "Disabled"
[docs]class Impact(str, Enum): high = "High" medium = "Medium" low = "Low"
[docs]class Risk(str, Enum): error = "Error" warning = "Warning" none = "None"