public interface Logback extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Logback>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.module.State
This class represents the following YANG schema fragment defined in module config-logging
case logback {
list status {
key leaf level {
type string;
}
leaf message {
type string;
}
leaf date {
type uint32;
}
}
}
The schema path to identify an instance is
config-logging/modules/module/state/(urn:opendaylight:params:xml:ns:yang:controller:logback:config?revision=2013-07-16)logback| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<Status> |
getStatus() |
Copyright © 2018 OpenDaylight. All rights reserved.