Interface TopologyLldpDiscoveryConfigData

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

    @Generated("mdsal-binding-generator")
    public interface TopologyLldpDiscoveryConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Configuration for Topology LLDP discovery application.

    This class represents the following YANG schema fragment defined in module topology-lldp-discovery-config

     module topology-lldp-discovery-config {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:topology-lldp-discovery:config;
       prefix topology-lldp-discovery-config;
       revision 2016-05-11 {
       }
       typedef non-zero-uint32-type {
         type uint32 {
           range 1..max;
         }
       }
       container topology-lldp-discovery-config {
         leaf lldp-secure-key {
           type string;
         }
         leaf topology-lldp-interval {
           type non-zero-uint32-type;
           default 5000;
         }
         leaf topology-lldp-expiration-interval {
           type non-zero-uint32-type;
           default 60000;
         }
       }
     }
     
    • Method Detail

      • getTopologyLldpDiscoveryConfig

        TopologyLldpDiscoveryConfig getTopologyLldpDiscoveryConfig()
        Return topologyLldpDiscoveryConfig, or null if it is not present.
        Returns:
        TopologyLldpDiscoveryConfig topologyLldpDiscoveryConfig, or null if it is not present.