All Superinterfaces:
AllAfiSafiCommon, org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
Ipv4Unicast, Ipv6Unicast

@Generated("mdsal-binding-generator") public interface Ipv4Ipv6UnicastCommon extends org.opendaylight.yangtools.binding.Grouping, AllAfiSafiCommon
Common configuration that is applicable for IPv4 and IPv6 unicast

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

 grouping ipv4-ipv6-unicast-common {
   uses all-afi-safi-common;
   container config {
     uses ipv4-ipv6-unicast-common_config;
   }
   container state {
     config false;
     uses ipv4-ipv6-unicast-common_config;
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return config, or null if it is not present.
    Return state, or null if it is not present.
    @NonNull Config
    Return config, or an empty instance if it is not present.
    @NonNull State
    Return state, or an empty instance if it is not present.

    Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.multiprotocol.rev151009.AllAfiSafiCommon

    getPrefixLimit, nonnullPrefixLimit

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getConfig

      Config getConfig()
      Return config, or null if it is not present.
           
               Configuration parameters for common IPv4 and IPv6 unicast AFI-SAFI options
           
       
      Returns:
      Config config, or null if it is not present.
    • nonnullConfig

      @NonNull Config nonnullConfig()
      Return config, or an empty instance if it is not present.
      Returns:
      Config config, or an empty instance if it is not present.
    • getState

      State getState()
      Return state, or null if it is not present.
           
               State information for common IPv4 and IPv6 unicast parameters
           
       
      Returns:
      State state, or null if it is not present.
    • nonnullState

      @NonNull State nonnullState()
      Return state, or an empty instance if it is not present.
      Returns:
      State state, or an empty instance if it is not present.