public interface Destination extends org.opendaylight.yangtools.yang.binding.ChoiceIn<UnreachDestinationObj>
This class represents the following YANG schema fragment defined in module pcep-types
choice destination {
case ipv4-destination-case {
uses ipv4-destinations;
}
case ipv6-destination-case {
uses ipv6-destinations;
}
}
The schema path to identify an instance is
pcep-types/unreach-destination-object/unreach-destination-obj/destination| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2020 OpenDaylight. All rights reserved.