Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109
Interface TunnelPcepSupportingNodeAttributes
- 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:
SupportingNode1
@Generated("mdsal-binding-generator")
public interface TunnelPcepSupportingNodeAttributes
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module topology-tunnel-pcep
grouping tunnel-pcep-supporting-node-attributes { container path-computation-client { leaf controlling { type boolean; default false; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn pathComputationClient, ornull
if it is not present.@NonNull PathComputationClient
Return pathComputationClient, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getPathComputationClient
PathComputationClient getPathComputationClient()Return pathComputationClient, ornull
if it is not present.- Returns:
PathComputationClient
pathComputationClient, ornull
if it is not present.
-
nonnullPathComputationClient
@NonNull PathComputationClient nonnullPathComputationClient()Return pathComputationClient, or an empty instance if it is not present.- Returns:
PathComputationClient
pathComputationClient, or an empty instance if it is not present.
-