Yunpeng Zhang | 0048cf4 | 2017-08-15 23:01:28 -0400 | [diff] [blame^] | 1 | option name = "vPGWU"; |
| 2 | option verbose_name = "Virtual Packet Gateway -- Control"; |
| 3 | option app_label = "vpgwu"; |
| 4 | option kind = "vEPC"; |
| 5 | option legacy = "True"; |
| 6 | |
| 7 | message VPGWUService (Service) { |
| 8 | option name = "VPGWUService"; |
| 9 | option verbose_name = "Virtual Packet Gateway -- User Plane Service"; |
| 10 | } |
| 11 | |
| 12 | message 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 | } |