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

@Generated("mdsal-binding-generator") public interface OdlBgpAppPeerBenchmarkConfigData extends org.opendaylight.yangtools.yang.binding.DataRoot
This module contains the base YANG definitions for BGP Peer Acceptor Configuration. Copyright (c)2016 Cisco Systems, Inc. All rights reserved.; This program and the accompanying materials are made available under the terms of 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-bgp-app-peer-benchmark-config

 module odl-bgp-app-peer-benchmark-config {
   yang-version 1;
   namespace urn:opendaylight:params:xml:ns:yang:odl-bgp-app-peer-benchmark-config;
   prefix bgp-benchmark-app-config;
   revision 2016-11-29 {
   }
   container config {
     leaf app-peer-id {
       type string;
       default 192.0.2.6;
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return config, or null if it is not present.
    @NonNull Config
    Return config, or an empty instance if it is not present.
  • Method Details

    • getConfig

      Config getConfig()
      Return config, or null if it is not present.
      Returns:
      Config config, or null if it is not present.
    • nonnullConfig

      @NonNull Config nonnullConfig()
      Return config, or an empty instance if it is not present.
      Returns:
      Config config, or an empty instance if it is not present.