public interface PathKeys extends org.opendaylight.yangtools.yang.binding.ChildOf<PathKey>, org.opendaylight.yangtools.yang.binding.Augmentable<PathKeys>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.PathKeySubobject
This class represents the following YANG schema fragment defined in module pcep-types
list path-keys {
min-elements 1;
leaf loose {
type boolean;
default false;
}
uses rsvp:path-key-subobject;
ordered-by user;
}
The schema path to identify an instance is
pcep-types/path-key-object/path-key/path-keys
To create instances of this class use PathKeysBuilder.
PathKeysBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
default Class<PathKeys> |
implementedInterface() |
@Nullable Boolean |
isLoose() |
default Class<PathKeys> implementedInterface()
implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.CSubobjectimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.PathKeySubobject@Nullable Boolean isLoose()
java.lang.Boolean loose, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.