Interface InterInstancePolicies

  • All Superinterfaces:
    ApplyPolicyGroup, org.opendaylight.yangtools.yang.binding.Augmentable<InterInstancePolicies>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NetworkInstance>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface InterInstancePolicies
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NetworkInstance>, org.opendaylight.yangtools.yang.binding.Augmentable<InterInstancePolicies>, ApplyPolicyGroup
    Policies dictating how RIB or FIB entries are imported to and exported from instance

    This class represents the following YANG schema fragment defined in module openconfig-network-instance

     container inter-instance-policies {
       uses rpol:apply-policy-group;
     }
     
    The schema path to identify an instance is openconfig-network-instance/network-instance-top/network-instances/network-instance/inter-instance-policies

    To create instances of this class use InterInstancePoliciesBuilder.

    See Also:
    InterInstancePoliciesBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<InterInstancePolicies> implementedInterface()
        Specified by:
        implementedInterface in interface ApplyPolicyGroup
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject