Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.42 KB

File metadata and controls

19 lines (14 loc) · 1.42 KB

openapi.model.InstanceActionAvailability

Load the model package

import 'package:openapi/api.dart';

Properties

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.

[Back to Model list] [Back to API list] [Back to README]