outscale_api 1.17.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# VmState

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**current_state** | Option<**String**> | The current state of the VM (`InService` \\| `OutOfService` \\| `Unknown`). | [optional]
**previous_state** | Option<**String**> | The previous state of the VM (`InService` \\| `OutOfService` \\| `Unknown`). | [optional]
**vm_id** | Option<**String**> | The ID of the VM. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)