Interface PcepAutoBandwidthAppConfigData

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

    @Generated("mdsal-binding-generator")
    public interface PcepAutoBandwidthAppConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Configuration for the PCEP auto bandwidth extension.

    This class represents the following YANG schema fragment defined in module pcep-auto-bandwidth-app-config

     module pcep-auto-bandwidth-app-config {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:controller:pcep:auto-bandwidth-app-config;
       prefix pcep-auto-bandwidth-app-config;
       revision 2016-07-07 {
       }
       container pcep-auto-bandwidth-app-config {
         leaf bandwidth-usage-object-type {
           type uint16 {
             range 3..15;
           }
           default 5;
         }
       }
     }
     
    • Method Detail

      • getPcepAutoBandwidthAppConfig

        PcepAutoBandwidthAppConfig getPcepAutoBandwidthAppConfig()
        Return pcepAutoBandwidthAppConfig, or null if it is not present.
        Returns:
        PcepAutoBandwidthAppConfig pcepAutoBandwidthAppConfig, or null if it is not present.