HanaInstancePowerStateEnum type
Define valores para HanaInstancePowerStateEnum. Os valores possíveis incluem: 'starting', 'started', 'stop', 'stopped', 'restarting', 'unknown'
type HanaInstancePowerStateEnum =
| "starting"
| "started"
| "stopping"
| "stopped"
| "restarting"
| "unknown"