blob: b84985e47c777aee84be471289f87b4586157972 [file] [log] [blame]
Yunpeng Zhang9d7204c2017-08-17 19:07:43 -04001option name = "vSGWC";
2option verbose_name = "Virtual Serving Gateway Control Plane";
3option app_label = "vsgwc";
4option kind = "vEPC";
5option legacy = "True";
6
7message VSGWCService (Service){
8 option name = "VSGWCService";
9 option verbose_name = "Virtual Serving Gateway Control Plane Service";
10}
11
12message VSGWCTenant (TenantWithContainer){
13 option name = "VSGWCTenant";
14 option verbose_name = "Virtual Serving Gateway Control Plane Tenant";
15 required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
16}