| Interface | Description |
|---|---|
| ShutdownImplService |
Interface for implementing the following YANG RPCs defined in module <b>shutdown-impl</b>
<br>(Source path: <i>META-INF/yang/shutdown-impl.yang</i>):
<pre>
rpc shutdown {
input {
leaf context-instance {
type instance-identifier;
}
leaf input-secret {
type string;
}
leaf max-wait-time {
type uint32;
}
leaf reason {
type string;
}
}
status CURRENT;
}
</pre>
|
| ShutdownInput |
<p>This class represents the following YANG schema fragment defined in module <b>shutdown-impl</b>
<br>(Source path: <i>META-INF/yang/shutdown-impl.yang</i>):
<pre>
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?
|
| Class | Description |
|---|---|
| $YangModelBindingProvider | |
| $YangModuleInfoImpl | |
| Shutdown |
<p>This class represents the following YANG schema fragment defined in module <b>shutdown-impl</b>
<br>(Source path: <i>META-INF/yang/shutdown-impl.yang</i>):
<pre>
identity shutdown {
base "()IdentitySchemaNodeImpl[base=null, qname=(urn:opendaylight:params:xml:ns:yang:controller:config?
|
| ShutdownInputBuilder |
Class that builds
ShutdownInput instances. |
| ShutdownRpc |
<p>This class represents the following YANG schema fragment defined in module <b>shutdown-impl</b>
<br>(Source path: <i>META-INF/yang/shutdown-impl.yang</i>):
<pre>
identity shutdown-rpc {
status CURRENT;
}
</pre>
The schema path to identify an instance is
<i>shutdown-impl/shutdown-rpc</i>
|
Copyright © 2015. All Rights Reserved.