public interface ShutdownInput extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.rpc.context.rev130617.RpcContextRef, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<ShutdownInput>
This class represents the following YANG schema fragment defined in module shutdown-impl
(Source path: META-INF/yang/shutdown-impl.yang):
container input {
leaf context-instance {
type instance-identifier;
}
leaf input-secret {
type string;
}
leaf max-wait-time {
type uint32;
}
leaf reason {
type string;
}
uses rpc-context-ref {
refine (urn:opendaylight:params:xml:ns:yang:controller:shutdown:impl?revision=2013-12-18)context-instance {
leaf context-instance {
type instance-identifier;
}
}
}
}
The schema path to identify an instance is
shutdown-impl/shutdown/input
To create instances of this class use ShutdownInputBuilder.
ShutdownInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getInputSecret() |
Long |
getMaxWaitTime()
Maximum time in milliseconds before process is forcibly exited.
|
String |
getReason() |
getContextInstanceCopyright © 2016 OpenDaylight. All rights reserved.