scaleway_api_rs 0.1.8

Generated library to interact with Scaleway API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ScalewayPeriodRdbPeriodV1PeriodNodeTypePeriodVolumeType

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | Option<**String**> | Volume Type | [optional][default to Lssd]
**description** | Option<**String**> | The description of the Volume | [optional]
**min_size** | Option<**i32**> | Mimimum size required for the Volume (in bytes) | [optional]
**max_size** | Option<**i32**> | Maximum size required for the Volume (in bytes) | [optional]
**chunk_size** | Option<**i32**> | Minimum increment level for a Block Storage volume size (in bytes) | [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)