blob: cd7759455a27b612d2504d4d9ddcab4bdf49ba4c [file] [log] [blame]
Yunpeng Zhang0048cf42017-08-15 23:01:28 -04001option name = "vPGWU";
2option verbose_name = "Virtual Packet Gateway -- Control";
3option 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}