blob: 3a23d6b67728c1e06c588592be0802a7d39b4178 [file] [log] [blame]
Sapan Bhatia2810e032017-11-03 00:31:00 -04001option name = "vEPC";
2option verbose_name = "Virtual Evolved Packet Core";
3option app_label = "vepc";
4
5message VEPCService (Service){
6 option name = "VEPCService";
7 option verbose_name = "Virtual Evolved Packet Core Service";
8}
9
10message VEPCServiceInstance (TenantWithContainer){
11 option name = "VEPCServiceInstance";
12 option verbose_name = "Virtual Evolved Packet Core ServiceInstance";
13 optional string description = 1 [help_text = "service chain details", max_length = 128, null = True, db_index = False, blank = True];
14 required string blueprint = 3 [help_text = "Select the service graph blueprint", db_index = False, default = 1, choices = "(('build', 'CORD Build'),)"];
15}