Interface SetTpDstActionCase

  • All Superinterfaces:
    Action, org.opendaylight.yangtools.yang.binding.Augmentable<SetTpDstActionCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Action>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface SetTpDstActionCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<SetTpDstActionCase>, Action

    This class represents the following YANG schema fragment defined in module opendaylight-action-types

     case set-tp-dst-action-case {
       container set-tp-dst-action {
         leaf port {
           type inet:port-number;
         }
         leaf ip-protocol {
           type uint8;
           default 0;
         }
       }
     }
     
    The schema path to identify an instance is opendaylight-action-types/action/action/set-tp-dst-action-case
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<SetTpDstActionCase> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getSetTpDstAction

        SetTpDstAction getSetTpDstAction()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.tp.dst.action._case.SetTpDstAction setTpDstAction, or null if not present