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.
SessionConfigBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.rfc2385.cfg.rev160324.Rfc2385Key |
getPassword()
RFC2385 shared secret
|
default Class<SessionConfig> |
implementedInterface() |
default Class<SessionConfig> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.rfc2385.cfg.rev160324.Rfc2385Key getPassword()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.rfc2385.cfg.rev160324.Rfc2385Key password, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.