I would like to receive detailed information including restrictions or limitaion of Volume Type as data. How request EBS Volume Type details in java sdk?
Thanks!
You can refer all possible volume type details at below doc link and more volume type details here
For Java - you can get needed volume type detail with getVolumeType() - more available methods here
Thank you.
But I want this. e.g. { typeName: "gp3", sizeMinLimit: 1, sizeMaxLimit: 16384, ... }
Are there any methods available to get this information?
You are not logged in. Log in to post an answer.
A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.
Thank you.
But I want this. e.g. { typeName: "gp3", sizeMinLimit: 1, sizeMaxLimit: 16384, ... }
Are there any methods available to get this information?