from enum import Enum class VmStatus(Enum): REQUESTED_NEW = "REQUESTED_NEW" SCHEDULED_DEPLOY = "SCHEDULED_DEPLOY"