blob: f16e628e01505ed5bb3cec22ccc8a7563a439e88 [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";
15 optional string display_message = 1 [db_index = False, max_length = 1024, null = True, blank = False, default = "New vPGWU Component"];
16 optional string s5s8_pgw_tag = 2 [db_index = False, max_length = 1024, null = True, content = "stripped", blank = False, default = "300"];
17 optional string image_name = 3 [db_index = False, max_length = 1024, null = True, content = "stripped", blank = False, default = "default"];
18}