public interface SubobjectType extends org.opendaylight.yangtools.yang.binding.ChoiceIn<RecordRouteSubobjects>
This class represents the following YANG schema fragment defined in module rsvp
choice subobject-type {
case ip-prefix-case {
container ip-prefix {
uses ip-prefix-subobject;
}
}
case label-case {
container label {
uses label-subobject;
leaf global {
type boolean;
default false;
}
}
}
case unnumbered-case {
container unnumbered {
uses unnumbered-subobject;
}
}
case path-key-case {
container path-key {
uses path-key-subobject;
}
}
}
The schema path to identify an instance is
rsvp/record-route-subobjects/subobject-type| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2020 OpenDaylight. All rights reserved.