Source code for azure.mgmt.netapp.models._azure_net_app_files_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 InAvailabilityReasonType(str, Enum): invalid = "Invalid" already_exists = "AlreadyExists"
[docs]class CheckNameResourceTypes(str, Enum): microsoft_net_appnet_app_accounts = "Microsoft.NetApp/netAppAccounts" microsoft_net_appnet_app_accountscapacity_pools = "Microsoft.NetApp/netAppAccounts/capacityPools" microsoft_net_appnet_app_accountscapacity_poolsvolumes = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes" microsoft_net_appnet_app_accountscapacity_poolsvolumessnapshots = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots"
[docs]class CheckQuotaNameResourceTypes(str, Enum): microsoft_net_appnet_app_accounts = "Microsoft.NetApp/netAppAccounts" microsoft_net_appnet_app_accountscapacity_pools = "Microsoft.NetApp/netAppAccounts/capacityPools" microsoft_net_appnet_app_accountscapacity_poolsvolumes = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes" microsoft_net_appnet_app_accountscapacity_poolsvolumessnapshots = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots"
[docs]class ActiveDirectoryStatus(str, Enum): created = "Created" #: Active Directory created but not in use in_use = "InUse" #: Active Directory in use by SMB Volume deleted = "Deleted" #: Active Directory Deleted error = "Error" #: Error with the Active Directory updating = "Updating" #: Active Directory Updating
[docs]class ServiceLevel(str, Enum): standard = "Standard" #: Standard service level premium = "Premium" #: Premium service level ultra = "Ultra" #: Ultra service level
[docs]class QosType(str, Enum): auto = "Auto" #: qos type Auto manual = "Manual" #: qos type Manual
[docs]class EndpointType(str, Enum): src = "src" dst = "dst"
[docs]class ReplicationSchedule(str, Enum): _10minutely = "_10minutely" hourly = "hourly" daily = "daily" weekly = "weekly" monthly = "monthly"
[docs]class SecurityStyle(str, Enum): ntfs = "ntfs" unix = "unix"
[docs]class RelationshipStatus(str, Enum): idle = "Idle" transferring = "Transferring"
[docs]class MirrorState(str, Enum): uninitialized = "Uninitialized" mirrored = "Mirrored" broken = "Broken"