Interface Ipv6serviceConfigData

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

    @Generated("mdsal-binding-generator")
    public interface Ipv6serviceConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Configuration for IPv6 service.

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

     module ipv6service-config {
       yang-version 1;
       namespace urn:opendaylight:netvirt:ipv6service:config;
       prefix ipv6service-config;
       revision 2018-10-10 {
       }
       container ipv6service-config {
         leaf na-responder-mode {
           type enumeration {
             enum controller;
             enum switch;
           }
           default switch;
         }
         leaf ipv6-router-reachable-time {
           type uint32;
           default 120000;
         }
         leaf ns-slow-path-protection-timeout {
           type uint32;
           default 30000;
         }
         leaf router-discovery-punt-timeout {
           type uint16;
           default 10;
         }
         leaf neighbor-discovery-punt-timeout {
           type uint16;
           default 10;
         }
       }
     }
     
    • Method Detail

      • getIpv6serviceConfig

        Ipv6serviceConfig getIpv6serviceConfig()
        Return ipv6serviceConfig, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.ipv6service.config.rev181010.Ipv6serviceConfig ipv6serviceConfig, or null if it is not present.