Interface NeutronvpnConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<NeutronvpnConfig>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NeutronvpnConfigData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface NeutronvpnConfig
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NeutronvpnConfigData>, org.opendaylight.yangtools.yang.binding.Augmentable<NeutronvpnConfig>

    This class represents the following YANG schema fragment defined in module neutronvpn-config

     container neutronvpn-config {
       leaf opendaylight-vni-ranges {
         type string;
         default 70000:99999;
       }
       leaf limit-bumtraffic-to-dhcpserver {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is neutronvpn-config/neutronvpn-config

    To create instances of this class use NeutronvpnConfigBuilder.

    See Also:
    NeutronvpnConfigBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<NeutronvpnConfig> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getOpendaylightVniRanges

        @Nullable java.lang.String getOpendaylightVniRanges()
        Returns:
        java.lang.String opendaylightVniRanges, or null if not present
      • isLimitBumtrafficToDhcpserver

        @Nullable java.lang.Boolean isLimitBumtrafficToDhcpserver()
        If false, limit bumtraffic to dhcpserver
        Returns:
        java.lang.Boolean limitBumtrafficToDhcpserver, or null if not present