Interface FromRole

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FromRole>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MatchRoleSet>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MatchRoleConditionGrouping, MatchSetOptionsRestrictedGroup

    public interface FromRole
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MatchRoleSet>, org.opendaylight.yangtools.yang.binding.Augmentable<FromRole>, MatchRoleConditionGrouping

    This class represents the following YANG schema fragment defined in module odl-bgp-policy

     container from-role {
       uses match-role-condition-grouping;
     }
     
    The schema path to identify an instance is odl-bgp-policy/match-role-set-condition-grouping/match-role-set/from-role

    To create instances of this class use FromRoleBuilder.

    See Also:
    FromRoleBuilder