Interface BgpAfiSafiConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Config, State

    public interface BgpAfiSafiConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Configuration parameters used for all BGP AFI-SAFIs

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

     grouping bgp-afi-safi_config {
       leaf afi-safi-name {
         type identityref {
           base afi-safi-type;
         }
       }
       leaf enabled {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is openconfig-bgp-multiprotocol/bgp-afi-safi_config
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends BgpAfiSafiConfig> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getAfiSafiName

        @Nullable Class<? extends AfiSafiType> getAfiSafiName()
        AFI,SAFI
        Returns:
        java.lang.Class afiSafiName, or null if not present
      • isEnabled

        @Nullable Boolean isEnabled()
        This leaf indicates whether the IPv4 Unicast AFI,SAFI is enabled for the neighbour or group
        Returns:
        java.lang.Boolean enabled, or null if not present