outscale_api 1.14.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**delete_on_vm_deletion** | Option<**bool**> | If true, the volume is deleted when terminating the VM. If false, the volume is not deleted when terminating the VM. | [optional]
**device_name** | Option<**String**> | The name of the device. | [optional]
**state** | Option<**String**> | The state of the attachment of the volume (`attaching` \\| `detaching` \\| `attached` \\| `detached`). | [optional]
**vm_id** | Option<**String**> | The ID of the VM. | [optional]
**volume_id** | Option<**String**> | The ID of the volume. | [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)