Interface BgpAfMvpnConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, SlowPeerConfig, UpdateGroupManagement
    All Known Subinterfaces:
    Bgp, Bgp

    @Generated("mdsal-binding-generator")
    public interface BgpAfMvpnConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject, SlowPeerConfig, UpdateGroupManagement
    A set of configuration parameters that is applicable to mvpn sub-address family on the BGP router.

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

     grouping bgp-af-mvpn-config {
       leaf scan-time {
         type uint8 {
           range 5..60;
         }
       }
       uses slow-peer-config;
       leaf soft-reconfig-backup {
         type boolean;
       }
       leaf propagate-dmzlink-bw {
         type boolean;
       }
       leaf rr-group {
         type string;
       }
       uses update-group-management;
     }
     
    The schema path to identify an instance is bgp/bgp-af-mvpn-config
    • Field Detail

      • QNAME

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

      • getScanTime

        org.opendaylight.yangtools.yang.common.Uint8 getScanTime()
        Return scanTime, or null if it is not present.
             
                 Configure background scanner interval in seconds.
             
         
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 scanTime, or null if it is not present.
      • getSoftReconfigBackup

        java.lang.Boolean getSoftReconfigBackup()
        Return softReconfigBackup, or null if it is not present.
             
                 Use soft-reconfiguration inbound only when route-refresh is not negotiated.
             
         
        Returns:
        java.lang.Boolean softReconfigBackup, or null if it is not present.
      • isSoftReconfigBackup

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

        java.lang.Boolean getPropagateDmzlinkBw()
        Return propagateDmzlinkBw, or null if it is not present.
             
                 Use DMZ Link Bandwidth as weight for BGP multipaths.
             
         
        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.
      • getRrGroup

        java.lang.String getRrGroup()
        Return rrGroup, or null if it is not present.
             
                 Extended community list name.
             
         
        Returns:
        java.lang.String rrGroup, or null if it is not present.