Modifier and Type | Interface and Description |
---|---|
interface |
Action<P extends TreeNode,D extends InstanceIdentifier<P>,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 |
Input<T extends Input<T>> |
interface |
ListAction<P extends TreeNode,K extends org.opendaylight.yangtools.concepts.Identifier,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
ListAction provides support for YANG actions defined under List statement.
|
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 |
GetTopInput
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
PutTopInput
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
InContInput
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
InCont2Input
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
InListInput
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
MyRpcInput
This class represents the following YANG schema fragment defined in module test-operation-service
|
Copyright © 2019 OpenDaylight. All rights reserved.