Interface PathComputationClient
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<PathComputationClient>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<TunnelPcepSupportingNodeAttributes>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
public interface PathComputationClient extends org.opendaylight.yangtools.yang.binding.ChildOf<TunnelPcepSupportingNodeAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<PathComputationClient>
This class represents the following YANG schema fragment defined in module topology-tunnel-pcep
container path-computation-client { leaf controlling { type boolean; default false; } }The schema path to identify an instance is topology-tunnel-pcep/tunnel-pcep-supporting-node-attributes/path-computation-clientTo create instances of this class use
PathComputationClientBuilder.- See Also:
PathComputationClientBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Class<PathComputationClient>implementedInterface()@Nullable BooleanisControlling()
-
-
-
Method Detail
-
implementedInterface
default Class<PathComputationClient> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
isControlling
@Nullable Boolean isControlling()
- Returns:
java.lang.Booleancontrolling, ornullif not present
-
-