Gitiles
Code Review
Sign In
gerrit.opencord.org
/
fabric
/
474f7112f4046a4b1813d81ccbf5d3ed7eedb0a8
/
.
/
xos
/
fabric.xproto
blob: e0d2d1aa2be6aaac5b116b9137c2b0ca580d2017 [
file
] [
log
] [
blame
]
option app_label
=
"fabric"
;
option verbose_name
=
"Fabric Service"
;
option kind
=
"fabric"
;
message
FabricService
(
Service
){
optional
bool
autoconfig
=
1
[
default
=
True
,
help_text
=
"Autoconfigure the fabric"
,
null
=
False
];
}