blob: a84f7cf6021c3fd1edae9018d82ac6c9d8d736f0 [file] [log] [blame]
Yunpeng Zhang9d7204c2017-08-17 19:07:43 -04001option name = "vSGWC";
Omar Abdelkaderdc688802017-08-18 14:23:09 -06002option verbose_name = "Virtual Serving Gateway -- Control Plane";
Yunpeng Zhang9d7204c2017-08-17 19:07:43 -04003option app_label = "vsgwc";
4option kind = "vEPC";
5option legacy = "True";
6
7message VSGWCService (Service){
8 option name = "VSGWCService";
Omar Abdelkaderdc688802017-08-18 14:23:09 -06009 option verbose_name = "Virtual Serving Gateway -- Control Plane Service";
Yunpeng Zhang9d7204c2017-08-17 19:07:43 -040010}
11
12message VSGWCTenant (TenantWithContainer){
13 option name = "VSGWCTenant";
Omar Abdelkaderdc688802017-08-18 14:23:09 -060014 option verbose_name = "Virtual Serving Gateway -- Control Plane Tenant";
Yunpeng Zhang9d7204c2017-08-17 19:07:43 -040015}