blob: 6fd90494ff757241ad3d7e3765b38032ed131842 [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";
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -04005
6message VBBUService (Service){
7 required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
8}
9
10
11message 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}