import 'package:openapi/api.dart';| Name | Type | Description | Notes |
|---|---|---|---|
| migrate | InstanceActionAvailabilityDetails | Indicates whether the instance is currently able to be migrated. If not, describes why the operation is blocked. | |
| rebuild | InstanceActionAvailabilityDetails | Indicates whether the instance is currently able to be rebuilt. If not, describes why the operation is blocked. | |
| restart | InstanceActionAvailabilityDetails | Indicates whether the instance is currently able to be restarted. If not, describes why the operation is blocked. | |
| coldReboot | InstanceActionAvailabilityDetails | Indicates whether the instance is currently eligible for a cold reboot. If not, describes why the operation is blocked. | |
| terminate | InstanceActionAvailabilityDetails | Indicates whether the instance is currently able to be terminated. If not, describes why the operation is blocked. |