Interface PushVlanActionCase

  • All Superinterfaces:
    Action, org.opendaylight.yangtools.yang.binding.Augmentable<PushVlanActionCase>, 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 PushVlanActionCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<PushVlanActionCase>, Action

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

     case push-vlan-action-case {
       container push-vlan-action {
         leaf ethernet-type {
           type uint16;
         }
         leaf tag {
           type int32;
         }
         leaf pcp {
           type int32;
         }
         leaf cfi {
           type vlan-cfi;
         }
         leaf vlan-id {
           type l2t:vlan-id;
         }
       }
     }
     
    The schema path to identify an instance is opendaylight-action-types/action/action/push-vlan-action-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable PushVlanAction getPushVlanAction()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.push.vlan.action._case.PushVlanAction pushVlanAction, or null if not present