blob: 6fa136a6ee84cf5717b0101bad33a78f740074bd [file] [log] [blame]
Pingping Lin4cc1fae2017-06-09 17:42:02 -07001option name = "vmme";
2option app_label = "vmme";
3option verbose_name = "vMME Service";
4option kind = "vEPC";
5
6message VmmeService (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
11message VmmeTenant (TenantWithContainer){
12 option name = "vmmetenant";
13 option verbose_name = "vMME Tenant";
14 required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
15}