Modifier and Type | Interface and Description |
---|---|
interface |
Action<P extends TreeNode,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
The "action" statement is used to define an operation connected to a
specific container or list data node.
|
interface |
ListAction<P extends TreeNode,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
ListAction provides support for YANG actions defined under List statement.
|
interface |
Output<T extends Output<T>> |
interface |
Rpc<I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
The "rpc" statement is used to define an RPC operation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GetTopOutput
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
PutTopOutput
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Copyright © 2019 OpenDaylight. All rights reserved.