blob: cd7759455a27b612d2504d4d9ddcab4bdf49ba4c [file] [log] [blame]
option name = "vPGWU";
option verbose_name = "Virtual Packet Gateway -- Control";
option app_label = "vpgwu";
option kind = "vEPC";
option legacy = "True";
message VPGWUService (Service) {
option name = "VPGWUService";
option verbose_name = "Virtual Packet Gateway -- User Plane Service";
}
message VPGWUTenant (TenantWithContainer) {
option name = "VPGWUTenant";
option verbose_name = "Virtual Packet Gateway -- User Plane Tenant";
optional string display_message = 1 [db_index = False, max_length = 1024, null = True, blank = False, default = "New vPGWU Component"];
optional string s5s8_pgw_tag = 2 [db_index = False, max_length = 1024, null = True, content = "stripped", blank = False, default = "300"];
optional string image_name = 3 [db_index = False, max_length = 1024, null = True, content = "stripped", blank = False, default = "default"];
}