Interface PcepIetfStateful07AppConfigData

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

    public interface PcepIetfStateful07AppConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Configuration for the PCEP IETF stateful07 extension.

    This class represents the following YANG schema fragment defined in module pcep-ietf-stateful07-app-config

     module pcep-ietf-stateful07-app-config {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:controller:pcep:ietf-stateful07-app-config;
       prefix pcep-ietf-stateful07-app-config;
       revision 2016-07-07 {
       }
       grouping stateful-capabilities {
         leaf initiated {
           type boolean;
           default true;
         }
         leaf stateful {
           type boolean;
           default true;
         }
         leaf active {
           type boolean;
           default true;
         }
         leaf triggered-initial-sync {
           type boolean;
           default true;
         }
         leaf delta-lsp-sync-capability {
           type boolean;
           default true;
         }
         leaf triggered-resync {
           type boolean;
           default true;
         }
         leaf include-db-version {
           type boolean;
           default true;
         }
       }
       container pcep-ietf-stateful07-config {
         uses stateful-capabilities;
       }
     }
     
    • Method Detail

      • getPcepIetfStateful07Config

        @Nullable PcepIetfStateful07Config getPcepIetfStateful07Config()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.ietf.stateful07.app.config.rev160707.PcepIetfStateful07Config pcepIetfStateful07Config, or null if not present