Interface VpnConfigData

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

    public interface VpnConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Configuration for vpnmanager

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

     module vpn-config {
       yang-version 1;
       namespace urn:opendaylight:netvirt:vpn:config;
       prefix vpn-config;
       revision 2016-11-30 {
       }
       container vpn-config {
         leaf migrate-ip-cache-size {
           type uint64;
           default 10000;
         }
         leaf ip-learn-timeout {
           type uint32;
           default 2000;
         }
         leaf boot-delay-arp-learning {
           type uint32;
           default 300;
         }
         leaf subnet-route-punt-timeout {
           type uint32;
           default 10;
         }
         leaf ipv6-nd-monitor-failure-threshold {
           type uint32;
           default 2;
         }
         leaf ipv6-nd-monitor-interval {
           type uint32;
           default 120;
         }
         leaf ipv6-nd-monitor-window {
           type uint32;
           default 4;
         }
       }
     }
     
    • Method Detail

      • getVpnConfig

        @Nullable VpnConfig getVpnConfig()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.vpn.config.rev161130.VpnConfig vpnConfig, or null if not present