blob: 1aa2fafe3a4dbd33018700bb77207b7934781cef (
plain)
1
2
3
4
5
6
7
8
9
|
# A full resource definition - all fields filled out.
name : 'full_resource'
description : 'A resource with everything defined'
unit {
# Megabits per second.
prefix : 6
numerator : BITS
denominator : SECS
}
|