Interface ToRole

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ToRole>, 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 ToRole
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MatchRoleSet>, org.opendaylight.yangtools.yang.binding.Augmentable<ToRole>, MatchRoleConditionGrouping

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

     container to-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/to-role

    To create instances of this class use ToRoleBuilder.

    See Also:
    ToRoleBuilder