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