HanaInstancePowerStateEnum type
Define valores para HanaInstancePowerStateEnum. Entre los valores posibles se incluyen: "starting", "started", "stopping", "stopped", "restarting", "unknown"
type HanaInstancePowerStateEnum =
| "starting"
| "started"
| "stopping"
| "stopped"
| "restarting"
| "unknown"