Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object
Interface DetourObject
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.ChoiceIn<DetourObject>,org.opendaylight.yangtools.binding.DataContainer
- All Known Subinterfaces:
Ipv4DetourObject,Ipv6DetourObject
@Generated("mdsal-binding-generator")
public interface DetourObject
extends org.opendaylight.yangtools.binding.ChoiceIn<DetourObject>
This class represents the following YANG schema fragment defined in module rsvp
choice detour-object {
case ipv4-detour-object {
uses rsvp-te-object;
list plr {
leaf plr-id {
type inet:ipv4-address-no-zone;
}
leaf avoid-node {
type inet:ipv4-address-no-zone;
}
}
}
case ipv6-detour-object {
uses rsvp-te-object;
list plr-id {
leaf plr-id {
type inet:ipv6-address-no-zone;
}
}
list avoid-node {
leaf avoid-node {
type inet:ipv6-address-no-zone;
}
}
}
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-