Sapan Bhatia | feccc6f | 2017-05-02 21:41:41 +0200 | [diff] [blame] | 1 | option name = "vee"; |
Matteo Scandolo | cbc7ba1 | 2017-09-07 09:54:25 -0700 | [diff] [blame] | 2 | option app_label = "vee"; |
Sapan Bhatia | feccc6f | 2017-05-02 21:41:41 +0200 | [diff] [blame] | 3 | option verbose_name = "VEE Service"; |
| 4 | |
| 5 | message VEEService(Service){ |
| 6 | optional bool autoconfig = 1 [default = True, help_text="Autoconfigure VEE Service", null=False]; |
| 7 | } |
| 8 | |
Scott Baker | f07b41a | 2017-10-13 14:24:43 -0700 | [diff] [blame] | 9 | message VEEServiceInstance (ServiceInstance){ |
| 10 | option kind = "vEE"; |
| 11 | option verbose_name = "vEE ServiceInstance"; |
| 12 | |
| 13 | optional int32 s_tag = 1 [help_text = "s-tag", null = True, db_index = False, blank = True]; |
| 14 | optional int32 c_tag = 2 [help_text = "c-tag", null = True, db_index = False, blank = True]; |
Max Chu | 6a4bb65 | 2017-09-29 17:15:56 -0700 | [diff] [blame] | 15 | } |