blob: 5c1c17175936c5850e83a5da35e07bab40c1e961 [file] [log] [blame]
Yunpeng Zhang0048cf42017-08-15 23:01:28 -04001option name = "vPGWU";
Omar Abdelkader868ba932017-08-18 14:25:37 -06002option verbose_name = "Virtual Packet Gateway -- User Plane";
Yunpeng Zhang0048cf42017-08-15 23:01:28 -04003option app_label = "vpgwu";
4option kind = "vEPC";
5option legacy = "True";
6
7message VPGWUService (Service) {
8 option name = "VPGWUService";
9 option verbose_name = "Virtual Packet Gateway -- User Plane Service";
10}
11
12message VPGWUTenant (TenantWithContainer) {
13 option name = "VPGWUTenant";
14 option verbose_name = "Virtual Packet Gateway -- User Plane Tenant";
Yunpeng Zhang0048cf42017-08-15 23:01:28 -040015}