public interface ErrorType extends org.opendaylight.yangtools.yang.binding.ChoiceIn<PcerrMessage>
This class represents the following YANG schema fragment defined in module pcep-types
choice error-type {
case request-case {
container request {
list rps {
uses rp-object;
}
}
}
case session-case {
container session {
uses open-object;
}
}
}
The schema path to identify an instance is
pcep-types/pcerr-message/pcerr-message/error-type| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2020 OpenDaylight. All rights reserved.