public interface HealthCheckInput extends OcpHeader, DataObject, Augmentable<HealthCheckInput>
This class represents the following YANG schema fragment defined in module ocp-protocol
container input {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf tcpLinkMonTimeout {
type xsd-unsignedShort;
}
uses ocpHeader;
}
The schema path to identify an instance is
ocp-protocol/health-check/input
To create instances of this class use HealthCheckInputBuilder.
HealthCheckInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
XsdUnsignedShort |
getTcpLinkMonTimeout() |
getMsgType, getXidgetImplementedInterfacegetAugmentationXsdUnsignedShort getTcpLinkMonTimeout()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.xsd.types.rev150811.XsdUnsignedShort tcpLinkMonTimeout, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.