blob: 6b6b1c7d8102fc6143e9cd20d7e6a1a02da78744 [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";
Omar Abdelkader60480312017-08-03 14:55:20 -07005option legacy = "True";
Yunpeng Zhang8be6e072017-07-16 22:05:26 -04006
7message VSGWService (Service){
8 required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
9}
10
Yunpeng Zhang8be6e072017-07-16 22:05:26 -040011message 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}