Snapshot Reservation Detail Response
data class SnapshotReservationDetailResponse(val reservedSpaceGib: String, val reservedSpacePercent: Int, val reservedSpaceRemainingGib: String, val reservedSpaceUsedPercent: Int)
Details about snapshot space reservation and usage on the storage volume.
Constructors
Link copied to clipboard
fun SnapshotReservationDetailResponse(reservedSpaceGib: String, reservedSpacePercent: Int, reservedSpaceRemainingGib: String, reservedSpaceUsedPercent: Int)