Interface SubmitInstructionOutput
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
BaseTunnelOutput,CreateP2pTunnelOutput,CreateTunnelOutput,DestroyTunnelOutput,PcepCreateP2pTunnelOutput,PcepDestroyTunnelOutput,PcepUpdateTunnelOutput,SubmitAddLspOutput,SubmitEnsureLspOperationalOutput,SubmitRemoveLspOutput,SubmitTriggerSyncOutput,SubmitUpdateLspOutput,TopologyInstructionOutput
@Generated("mdsal-binding-generator")
public interface SubmitInstructionOutput
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module programming
grouping submit-instruction-output {
choice result {
case failure-case {
container failure {
leaf type {
type identityref {
base submit-failure;
}
}
leaf-list failed-preconditions {
when "../type = dead-on-arrival";
type instruction-id;
}
}
}
}
}
-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getResult
Result getResult()Return result, ornullif it is not present.- Returns:
Resultresult, ornullif it is not present.
-