blob: 816e27907038545b59e4af841afe7b41cc629687 [file] [log] [blame]
option name = "vee";
option app_label = "vee";
option verbose_name = "VEE Service";
message VEEService(Service){
optional bool autoconfig = 1 [default = True, help_text="Autoconfigure VEE Service", null=False];
}
message VEEServiceInstance (ServiceInstance){
option kind = "vEE";
option verbose_name = "vEE ServiceInstance";
option owner_class_name="VEEService";
optional int32 s_tag = 1 [help_text = "s-tag", null = True, db_index = False, blank = True];
optional int32 c_tag = 2 [help_text = "c-tag", null = True, db_index = False, blank = True];
}