public interface OpenObject
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping open-object {
container open {
uses object;
container tlvs {
uses of-list-tlv;
uses vendor-information-tlvs;
}
leaf version {
type protocol-version;
default 1;
}
leaf keepalive {
type uint8 {
range 0..255;
}
}
leaf dead-timer {
type uint8 {
range 0..255;
}
}
leaf session-id {
type uint8;
}
}
}
The schema path to identify an instance is
pcep-types/open-object| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Open |
getOpen() |
Class<? extends OpenObject> |
implementedInterface() |
Class<? extends OpenObject> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Open getOpen()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.Open open, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.