Source code for azure.mgmt.trafficmanager.models.traffic_manager_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 EndpointStatus(str, Enum): enabled = "Enabled" disabled = "Disabled"
[docs]class EndpointMonitorStatus(str, Enum): checking_endpoint = "CheckingEndpoint" online = "Online" degraded = "Degraded" disabled = "Disabled" inactive = "Inactive" stopped = "Stopped"
[docs]class ProfileMonitorStatus(str, Enum): checking_endpoints = "CheckingEndpoints" online = "Online" degraded = "Degraded" disabled = "Disabled" inactive = "Inactive"
[docs]class MonitorProtocol(str, Enum): http = "HTTP" https = "HTTPS" tcp = "TCP"
[docs]class ProfileStatus(str, Enum): enabled = "Enabled" disabled = "Disabled"
[docs]class TrafficRoutingMethod(str, Enum): performance = "Performance" priority = "Priority" weighted = "Weighted" geographic = "Geographic" multi_value = "MultiValue" subnet = "Subnet"
[docs]class TrafficViewEnrollmentStatus(str, Enum): enabled = "Enabled" disabled = "Disabled"