public interface Open extends org.opendaylight.yangtools.yang.binding.ChildOf<OpenObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Open>, Object
This class represents the following YANG schema fragment defined in module pcep-types
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/open
To create instances of this class use OpenBuilder.
OpenBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Short |
getDeadTimer() |
@Nullable Short |
getKeepalive() |
@Nullable Short |
getSessionId() |
@Nullable Tlvs |
getTlvs() |
@Nullable ProtocolVersion |
getVersion() |
default Class<Open> |
implementedInterface() |
isIgnore, isProcessingRuledefault Class<Open> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface ObjectimplementedInterface in interface ObjectHeader@Nullable Tlvs getTlvs()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.open.Tlvs tlvs, or null if not present@Nullable ProtocolVersion getVersion()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ProtocolVersion version, or null if not present@Nullable Short getKeepalive()
java.lang.Short keepalive, or null if not present@Nullable Short getDeadTimer()
java.lang.Short deadTimer, or null if not present@Nullable Short getSessionId()
java.lang.Short sessionId, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.