public interface ShutdownImplService
extends org.opendaylight.yangtools.yang.binding.RpcService
rpc shutdown {
input {
leaf context-instance {
type instance-identifier;
}
leaf input-secret {
type string;
}
leaf max-wait-time {
type uint32;
}
leaf reason {
type string;
}
}
}
| Modifier and Type | Method and Description |
|---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> |
shutdown(ShutdownInput input) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> shutdown(ShutdownInput input)
Copyright © 2016 OpenDaylight. All rights reserved.