public interface GetKeyOutput extends org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MappingAuthkeyContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<GetKeyOutput>
This class represents the following YANG schema fragment defined in module odl-mappingservice
container output {
container mapping-authkey {
leaf key-string {
type string;
}
leaf key-type {
type uint16;
}
}
uses mapping-authkey-container;
}
The schema path to identify an instance is
odl-mappingservice/get-key/output
To create instances of this class use GetKeyOutputBuilder.
GetKeyOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2018 OpenDaylight. All rights reserved.