blob: 41dd1e0df4300925ac14a929535e3d8a7969e9cb [file] [log] [blame]
option name = "vsm";
option app_label = "vsm";
option verbose_name = "vSM Service";
option kind = "vEPC";
option legacy = "True";
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];
}