blob: 2a302223addebcd09721f5ef62149aa308289e57 [file] [log] [blame]
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -04001option name = "vbbu";
2option app_label = "vbbu";
3option verbose_name = "vBBU Service";
Omar Abdelkader316ccb32017-07-24 17:28:09 -07004option kind = "vRAN";
Omar Abdelkader7e5b3d32017-08-03 14:50:55 -07005option legacy = "True";
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -04006
7message VBBUService (Service){
8 required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
9}
10
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -040011message VBBUTenant (TenantWithContainer){
12 option name = "vbbutenant";
13 option verbose_name = "vBBU Tenant";
14 required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
15}