Source code for azure.mgmt.hanaonazure.models.hana_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 HanaHardwareTypeNamesEnum(str, Enum): cisco_ucs = "Cisco_UCS" hpe = "HPE"
[docs]class HanaInstanceSizeNamesEnum(str, Enum): s72m = "S72m" s144m = "S144m" s72 = "S72" s144 = "S144" s192 = "S192" s192m = "S192m" s192xm = "S192xm" s384 = "S384" s384m = "S384m" s384xm = "S384xm" s384xxm = "S384xxm" s576m = "S576m" s576xm = "S576xm" s768 = "S768" s768m = "S768m" s768xm = "S768xm" s960m = "S960m"
[docs]class HanaInstancePowerStateEnum(str, Enum): starting = "starting" started = "started" stopping = "stopping" stopped = "stopped" restarting = "restarting" unknown = "unknown"