Interface IgpActions
- 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:
Actions
@Generated("mdsal-binding-generator")
public interface IgpActions
extends org.opendaylight.yangtools.binding.Grouping
grouping for IGP-specific policy actions
This class represents the following YANG schema fragment defined in module openconfig-routing-policy
grouping igp-actions { container igp-actions { leaf set-tag { type pt:tag-type; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn igpActions, ornull
if it is not present.@NonNull IgpActions
Return igpActions, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getIgpActions
IgpActions getIgpActions()Return igpActions, ornull
if it is not present.Actions to set IGP route attributes; these actions apply to multiple IGPs
- Returns:
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.igp.actions.IgpActions
igpActions, ornull
if it is not present.
-
nonnullIgpActions
@NonNull IgpActions nonnullIgpActions()Return igpActions, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.igp.actions.IgpActions
igpActions, or an empty instance if it is not present.
-