blob: e46df6e14e0c065710dbd3c449a43aa1ebb58458 [file] [log] [blame]
option name = "vmme";
option app_label = "vmme";
option verbose_name = "vMME Service";
option kind = "vEPC";
option legacy = "True";
message VMMEService (Service){
required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
}
message VMMETenant (TenantWithContainer){
option name = "vmmetenant";
option verbose_name = "vMME Tenant";
required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
}