Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714
Interface NxActionDecNshTtlGrouping
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
NxActionDecNshTtlNodesNodeGroupBucketsBucketActionsCase,NxActionDecNshTtlNodesNodeTableFlowApplyActionsCase,NxActionDecNshTtlNodesNodeTableFlowWriteActionsCase,NxActionDecNshTtlNotifDirectStatisticsUpdateApplyActionsCase,NxActionDecNshTtlNotifDirectStatisticsUpdateWriteActionsCase,NxActionDecNshTtlNotifFlowsStatisticsUpdateApplyActionsCase,NxActionDecNshTtlNotifFlowsStatisticsUpdateWriteActionsCase,NxActionDecNshTtlNotifGroupDescStatsUpdatedCase,NxActionDecNshTtlRpcAddFlowApplyActionsCase,NxActionDecNshTtlRpcAddFlowWriteActionsCase,NxActionDecNshTtlRpcAddGroupCase,NxActionDecNshTtlRpcRemoveFlowApplyActionsCase,NxActionDecNshTtlRpcRemoveFlowWriteActionsCase,NxActionDecNshTtlRpcRemoveGroupCase,NxActionDecNshTtlRpcTransmitPacketCase,NxActionDecNshTtlRpcUpdateFlowOriginalApplyActionsCase,NxActionDecNshTtlRpcUpdateFlowOriginalWriteActionsCase,NxActionDecNshTtlRpcUpdateFlowUpdatedApplyActionsCase,NxActionDecNshTtlRpcUpdateFlowUpdatedWriteActionsCase,NxActionDecNshTtlRpcUpdateGroupOriginalCase,NxActionDecNshTtlRpcUpdateGroupUpdatedCase
public interface NxActionDecNshTtlGrouping extends org.opendaylight.yangtools.yang.binding.DataObjectThis class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
grouping nx-action-dec-nsh-ttl-grouping { container nx-dec-nsh-ttl { presence "no content action"; } }The schema path to identify an instance is openflowplugin-extension-nicira-action/nx-action-dec-nsh-ttl-grouping
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable NxDecNshTtlgetNxDecNshTtl()Decrease NSH TTLClass<? extends NxActionDecNshTtlGrouping>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends NxActionDecNshTtlGrouping> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getNxDecNshTtl
@Nullable NxDecNshTtl getNxDecNshTtl()
Decrease NSH TTL- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.dec.nsh.ttl.grouping.NxDecNshTtlnxDecNshTtl, ornullif not present
-
-