blob: 23033fd76a879b0ae98efc8af1d5b123f8722f0f [file] [log] [blame]
Yunpeng Zhang8be6e072017-07-16 22:05:26 -04001option name = "vsgw";
2option app_label = "vsgw";
3option verbose_name = "vSGW Service";
4option kind = "vEPC";
5
6message 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
11message 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}