Gitiles
Code Review
Sign In
gerrit.opencord.org
/
vEE
/
feccc6f4670a8738038bf283ec2480cdb9ce7515
/
.
/
xos
/
vee.xproto
blob: 0413515b2b1bef4a13cff27ffb19dbba6cee0481 [
file
] [
log
] [
blame
]
Sapan Bhatia
feccc6f
2017-05-02 21:41:41 +0200
[
diff
] [
blame^
]
1
option name
=
"vee"
;
2
option verbose_name
=
"VEE Service"
;
3
4
message
VEEService
(
Service
){
5
optional
bool
autoconfig
=
1
[
default
=
True
,
help_text
=
"Autoconfigure VEE Service"
,
null
=
False
];
6
}
7