blob: 41dd1e0df4300925ac14a929535e3d8a7969e9cb [file] [log] [blame]
Yunpeng Zhang9b335072017-08-02 20:56:32 -04001option name = "vsm";
2option app_label = "vsm";
Omar Abdelkaderf886c612017-08-03 14:56:11 -07003option verbose_name = "vSM Service";
Yunpeng Zhang9b335072017-08-02 20:56:32 -04004option kind = "vEPC";
Omar Abdelkaderf886c612017-08-03 14:56:11 -07005option legacy = "True";
Yunpeng Zhang9b335072017-08-02 20:56:32 -04006
7message VSMService (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 Zhang9b335072017-08-02 20:56:32 -040011message VSMTenant (TenantWithContainer){
12 option name = "vsmtenant";
13 option verbose_name = "vSM Tenant";
14 required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
15}