blob: 179a494f05a4b9d88311a5bdb8948c04bf31ca33 [file] [log] [blame]
option name = "vsm";
option app_label = "vsm";
option verbose_name = "vsM Service";
option kind = "vEPC";
message VSMService (Service){
required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
}
message VSMTenant (TenantWithContainer){
option name = "vsmtenant";
option verbose_name = "vSM Tenant";
required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
}