Interface SessionConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SessionConfig>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PcepNodeConfig>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface SessionConfig
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PcepNodeConfig>, org.opendaylight.yangtools.yang.binding.Augmentable<SessionConfig>

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

     container session-config {
       leaf password {
         type rfc2385:rfc2385-key;
       }
     }
     
    The schema path to identify an instance is pcep-config/pcep-node-config/session-config

    To create instances of this class use SessionConfigBuilder.

    See Also:
    SessionConfigBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<SessionConfig> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getPassword

        @Nullable Rfc2385Key getPassword()
        RFC2385 shared secret
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.rfc2385.cfg.rev160324.Rfc2385Key password, or null if not present