Interface PcepP2mpTeLspConfigData

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

    @Generated("mdsal-binding-generator")
    public interface PcepP2mpTeLspConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Configuration for the PCEP p2mp te lsp extension. Copyright (c)2018 AT&T Services, Inc. All rights reserved.; This program and the accompanying 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 pcep-p2mp-te-lsp-config

     module pcep-p2mp-te-lsp-config {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:controller:pcep:p2mp:te:lsp:config;
       prefix pcep-p2mp-config;
       revision 2018-11-09 {
       }
       container pcep-p2mp-te-lsp-config {
         leaf path-computation-capable {
           type boolean;
           default false;
         }
       }
     }
     
    • Method Detail

      • getPcepP2mpTeLspConfig

        PcepP2mpTeLspConfig getPcepP2mpTeLspConfig()
        Return pcepP2mpTeLspConfig, or null if it is not present.
        Returns:
        PcepP2mpTeLspConfig pcepP2mpTeLspConfig, or null if it is not present.