Interface EnsureLspOperationalOutput
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<EnsureLspOperationalOutput>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,OperationResult,org.opendaylight.yangtools.yang.binding.RpcOutput
public interface EnsureLspOperationalOutput extends OperationResult, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<EnsureLspOperationalOutput>
This class represents the following YANG schema fragment defined in module network-topology-pcep
output output { uses operation-result; }The schema path to identify an instance is network-topology-pcep/ensure-lsp-operational/outputTo create instances of this class use
EnsureLspOperationalOutputBuilder.- See Also:
EnsureLspOperationalOutputBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<EnsureLspOperationalOutput>implementedInterface()-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.OperationResult
getError, getFailure, nonnullError
-
-
-
-
Method Detail
-
implementedInterface
default Class<EnsureLspOperationalOutput> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceOperationResult- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.RpcOutput
-
-