Interface Multicast

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Multicast>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Ipv4>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Redistribute, RouterAfConfig

    public interface Multicast
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Ipv4>, org.opendaylight.yangtools.yang.binding.Augmentable<Multicast>, RouterAfConfig

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

     container multicast {
       container bgp {
         uses bgp-af-config;
       }
       leaf auto-summary {
         type boolean;
       }
       uses router-af-config;
       leaf default-metric {
         type uint32;
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/af-configuration/ipv4/multicast

    To create instances of this class use MulticastBuilder.

    See Also:
    MulticastBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<Multicast> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Redistribute
        Specified by:
        implementedInterface in interface RouterAfConfig
      • getBgp

        @Nullable Bgp getBgp()
        BGP specific commands for ipv4-multicast address family/sub-addess family combination.
        Returns:
        org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.bgp.router.af.configuration.ipv4.multicast.Bgp bgp, or null if not present
      • isAutoSummary

        @Nullable java.lang.Boolean isAutoSummary()
        Enable automatic network number summarization
        Returns:
        java.lang.Boolean autoSummary, or null if not present
      • getDefaultMetric

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getDefaultMetric()
        Set metric of redistributed routes.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 defaultMetric, or null if not present