genereated from openapi generator

This commit is contained in:
Pakin 2025-06-16 16:37:36 +07:00
commit 381e758fdf
500 changed files with 25844 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# ClusterVolumeSpecAccessModeCapacityRange
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**required_bytes** | Option<**i64**> | The volume must be at least this big. The value of 0 indicates an unspecified minimum | [optional]
**limit_bytes** | Option<**i64**> | The volume must not be bigger than this. The value of 0 indicates an unspecified maximum. | [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)