Interface PcepIetfStatefulAppConfigData

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

    @Generated("mdsal-binding-generator")
    public interface PcepIetfStatefulAppConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Configuration for the PCEP IETF stateful extension.

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

     module pcep-ietf-stateful-app-config {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:controller:pcep:ietf-stateful-app-config;
       prefix pcep-ietf-stateful-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-stateful-config {
         uses stateful-capabilities;
       }
     }
     
    • Method Detail

      • getPcepIetfStatefulConfig

        PcepIetfStatefulConfig getPcepIetfStatefulConfig()
        Return pcepIetfStatefulConfig, or null if it is not present.
        Returns:
        PcepIetfStatefulConfig pcepIetfStatefulConfig, or null if it is not present.