Hi
Is it possible to determine if there is available space on a certain storage profile for a certain [current] user?
VdcStorageProfile vdcStorageProfile = ...;
vdcStorageProfile.getResource().getUnits()
vdcStorageProfile.getResource().getLimit()
What does limit and units mean for vdc storage profile?
The documentation states the following:
limit="Maximum number of Units allocated for this storage profile."
unit="Units used to define Limit."
How can we determine if the current user is allowed to use the storage profile?
How can we determine if the current user has free space for the "storage profile"?
Best wishes,
Denes