Interface ExcludeRouteObject
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
Arguments
,Arguments
,FailureCase
,LspAttributes
,P2p
,Path
,Path
,Path
,PathDefinition
,Paths
,Requests
,Svec
@Generated("mdsal-binding-generator")
public interface ExcludeRouteObject
extends org.opendaylight.yangtools.binding.Grouping
Exclude Route Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping exclude-route-object { container xro { uses object; leaf flags { type bits { bit fail { position 31; } } } list subobject { uses rsvp:exclude-route-subobjects; ordered-by user; } } }