Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.EtherType
Package
Description
-
Uses of EtherType in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.action.rev150203.action.grouping.action.choice.pop.mpls._case
Modifier and TypeMethodDescriptionPopMplsAction.getEthertype()
Return ethertype, ornull
if it is not present.PopMplsActionBuilder.getEthertype()
Return current value associated with the property corresponding toPopMplsAction.getEthertype()
.default @NonNull EtherType
PopMplsAction.requireEthertype()
Return ethertype, guaranteed to be non-null.Modifier and TypeMethodDescriptionPopMplsActionBuilder.setEthertype
(EtherType value) Set the property corresponding toPopMplsAction.getEthertype()
to the specified value. -
Uses of EtherType in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.action.rev150203.action.grouping.action.choice.push.mpls._case
Modifier and TypeMethodDescriptionPushMplsAction.getEthertype()
Return ethertype, ornull
if it is not present.PushMplsActionBuilder.getEthertype()
Return current value associated with the property corresponding toPushMplsAction.getEthertype()
.default @NonNull EtherType
PushMplsAction.requireEthertype()
Return ethertype, guaranteed to be non-null.Modifier and TypeMethodDescriptionPushMplsActionBuilder.setEthertype
(EtherType value) Set the property corresponding toPushMplsAction.getEthertype()
to the specified value. -
Uses of EtherType in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.action.rev150203.action.grouping.action.choice.push.pbb._case
Modifier and TypeMethodDescriptionPushPbbAction.getEthertype()
Return ethertype, ornull
if it is not present.PushPbbActionBuilder.getEthertype()
Return current value associated with the property corresponding toPushPbbAction.getEthertype()
.default @NonNull EtherType
PushPbbAction.requireEthertype()
Return ethertype, guaranteed to be non-null.Modifier and TypeMethodDescriptionPushPbbActionBuilder.setEthertype
(EtherType value) Set the property corresponding toPushPbbAction.getEthertype()
to the specified value. -
Uses of EtherType in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.action.rev150203.action.grouping.action.choice.push.vlan._case
Modifier and TypeMethodDescriptionPushVlanAction.getEthertype()
Return ethertype, ornull
if it is not present.PushVlanActionBuilder.getEthertype()
Return current value associated with the property corresponding toPushVlanAction.getEthertype()
.default @NonNull EtherType
PushVlanAction.requireEthertype()
Return ethertype, guaranteed to be non-null.Modifier and TypeMethodDescriptionPushVlanActionBuilder.setEthertype
(EtherType value) Set the property corresponding toPushVlanAction.getEthertype()
to the specified value. -
Uses of EtherType in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731
Modifier and TypeMethodDescriptionstatic EtherType
EtherType.getDefaultInstance
(String defaultValue) -
Uses of EtherType in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.eth.type._case
Modifier and TypeMethodDescriptionEthType.getEthType()
Return ethType, ornull
if it is not present.EthTypeBuilder.getEthType()
Return current value associated with the property corresponding toEthType.getEthType()
.default @NonNull EtherType
EthType.requireEthType()
Return ethType, guaranteed to be non-null.Modifier and TypeMethodDescriptionEthTypeBuilder.setEthType
(EtherType value) Set the property corresponding toEthType.getEthType()
to the specified value.