Yunpeng Zhang | 9d7204c | 2017-08-17 19:07:43 -0400 | [diff] [blame^] | 1 | option name = "vSGWC"; |
| 2 | option verbose_name = "Virtual Serving Gateway Control Plane"; |
| 3 | option app_label = "vsgwc"; |
| 4 | option kind = "vEPC"; |
| 5 | option legacy = "True"; |
| 6 | |
| 7 | message VSGWCService (Service){ |
| 8 | option name = "VSGWCService"; |
| 9 | option verbose_name = "Virtual Serving Gateway Control Plane Service"; |
| 10 | } |
| 11 | |
| 12 | message VSGWCTenant (TenantWithContainer){ |
| 13 | option name = "VSGWCTenant"; |
| 14 | option verbose_name = "Virtual Serving Gateway Control Plane Tenant"; |
| 15 | required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False]; |
| 16 | } |