public interface PathSetupType extends org.opendaylight.yangtools.yang.binding.ChildOf<PathSetupTypeTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<PathSetupType>, Tlv
This class represents the following YANG schema fragment defined in module pcep-types
container path-setup-type {
uses tlv;
leaf pst {
type uint8;
default 0;
}
}
The schema path to identify an instance is
pcep-types/path-setup-type-tlv/path-setup-type
To create instances of this class use PathSetupTypeBuilder.
PathSetupTypeBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Short |
getPst()
PST=0: Path is setup via RSVP-TE signaling protocol(default).
|
default Class<PathSetupType> |
implementedInterface() |
default Class<PathSetupType> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface Tlv@Nullable Short getPst()
java.lang.Short pst, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.