Interface NeighbourCastAfConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NeighbourBaseAfConfig, NeighbourCommonAfConfig, SlowPeerConfig
    All Known Subinterfaces:
    Multicast, Multicast, Multicast, Multicast, Mvpn, NeighbourIpMulticastAfConfig, NeighbourIpUnicastAfConfig, Unicast, Unicast, Unicast, Unicast

    @Generated("mdsal-binding-generator")
    public interface NeighbourCastAfConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject, NeighbourCommonAfConfig
    A set of configuration parameters that is applicable to both unicast and multicast sub-address families.

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

     grouping neighbour-cast-af-config {
       uses neighbour-common-af-config;
       leaf propagate-dmzlink-bw {
         type boolean;
       }
       container default-originate {
         leaf enable {
           type boolean;
           default false;
         }
       }
     }
     
    The schema path to identify an instance is bgp/neighbour-cast-af-config
    • Field Detail

      • QNAME

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

      • getPropagateDmzlinkBw

        java.lang.Boolean getPropagateDmzlinkBw()
        Return propagateDmzlinkBw, or null if it is not present.
             
                 Propagate the DMZ link bandwidth.
             
         
        Returns:
        java.lang.Boolean propagateDmzlinkBw, or null if it is not present.
      • isPropagateDmzlinkBw

        @Deprecated(forRemoval=true)
        default java.lang.Boolean isPropagateDmzlinkBw()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getDefaultOriginate

        DefaultOriginate getDefaultOriginate()
        Return defaultOriginate, or null if it is not present.
             
                 Originate default route to this neighbor.
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.neighbour.cast.af.config.DefaultOriginate defaultOriginate, or null if it is not present.