public interface ResetInput extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.rpc.context.rev130617.RpcContextRef, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<ResetInput>
This class represents the following YANG schema fragment defined in module config-logging
container input {
leaf context-instance {
type instance-identifier;
}
uses rpc-context-ref {
refine (urn:opendaylight:params:xml:ns:yang:controller:logback:config?revision=2013-07-16)context-instance {
leaf context-instance {
type instance-identifier;
}
}
}
}
The schema path to identify an instance is
config-logging/reset/input
To create instances of this class use ResetInputBuilder.
ResetInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2018 OpenDaylight. All rights reserved.