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

@Generated("mdsal-binding-generator") public interface OdlPcepStatsProviderData extends org.opendaylight.yangtools.yang.binding.DataRoot
This module contains the base YANG definitions for PCEP Stats Provider Configuration. Copyright (c)2017 AT&T Services, Inc. All rights reserved.; This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

This class represents the following YANG schema fragment defined in module odl-pcep-stats-provider

 module odl-pcep-stats-provider {
   yang-version 1;
   namespace urn:opendaylight:params:xml:ns:yang:odl:pcep:stats:provider:config;
   prefix pspc;
   revision 2017-11-13 {
   }
   container pcep-provider {
     leaf config-name {
       type string;
     }
     leaf timer {
       type uint16;
       default 5;
       units seconds;
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return pcepProvider, or null if it is not present.
  • Method Details

    • getPcepProvider

      PcepProvider getPcepProvider()
      Return pcepProvider, or null if it is not present.
      Returns:
      PcepProvider pcepProvider, or null if it is not present.