docker-sdk-rust/docs/ClusterVolumeSpecAccessModeCapacityRange.md
2025-06-16 16:37:36 +07:00

598 B

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] [Back to API list] [Back to README]