Interface NetworkConfigData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.DataRoot

    public interface NetworkConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Configuration for network parameters

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

     module network-config {
       yang-version 1;
       namespace urn:opendaylight:genius:networkutils:config;
       prefix network-config;
       revision 2018-11-29 {
       }
       container network-config {
         leaf opendaylight-vni-ranges {
           type string;
           default 70000:99999;
         }
         leaf opendaylight-rd-start-value {
           type string;
           default 100:1;
         }
         leaf opendaylight-rd-count {
           type uint32;
           default 65535;
         }
       }
     }
     
    • Method Detail

      • getNetworkConfig

        @Nullable NetworkConfig getNetworkConfig()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.genius.networkutils.config.rev181129.NetworkConfig networkConfig, or null if not present