We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398ec76 commit f05068eCopy full SHA for f05068e
verda/clusters/_clusters.py
@@ -39,6 +39,8 @@ class SharedVolume:
39
Attributes:
40
id: Unique identifier for the volume.
41
name: Name of the volume.
42
+ size_in_gigabytes: Size of the volume in gigabytes.
43
+ mount_point: Mount point of the volume.
44
"""
45
46
id: str
0 commit comments