Yunpeng Zhang | 8be6e07 | 2017-07-16 22:05:26 -0400 | [diff] [blame] | 1 | option name = "vsgw"; |
| 2 | option app_label = "vsgw"; |
| 3 | option verbose_name = "vSGW Service"; |
| 4 | option kind = "vEPC"; |
| 5 | |
| 6 | message VSGWService (Service){ |
| 7 | required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False]; |
| 8 | } |
| 9 | |
| 10 | |
| 11 | message VSGWTenant (TenantWithContainer){ |
| 12 | option name = "vsgwtenant"; |
| 13 | option verbose_name = "VSGW Tenant"; |
| 14 | required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False]; |
| 15 | } |