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

@Generated("mdsal-binding-generator") public interface Ipv4Ipv6UnicastCommon extends org.opendaylight.yangtools.yang.binding.DataObject, 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;
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • 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
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends Ipv4Ipv6UnicastCommon> implementedInterface()
      Specified by:
      implementedInterface in interface AllAfiSafiCommon
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • 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.