Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.PortConfig
Package
Description
-
Uses of PortConfig in org.opendaylight.openflowplugin.impl.util
Modifier and TypeMethodDescriptionstatic PortConfig
PortTranslatorUtil.translatePortConfig
(PortConfig pc) -
Uses of PortConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731
Modifier and TypeMethodDescriptionstatic PortConfig
PortConfig.getDefaultInstance
(String defaultValue) -
Uses of PortConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731
Modifier and TypeMethodDescriptionPortGrouping.getConfig()
Return config, ornull
if it is not present.PortMod$G.getConfig()
Return config, ornull
if it is not present.PortModInputBuilder.getConfig()
Return current value associated with the property corresponding toPortMod$G.getConfig()
.PortStatusMessageBuilder.getConfig()
Return current value associated with the property corresponding toPortGrouping.getConfig()
.PortMod$G.getMask()
Return mask, ornull
if it is not present.PortModInputBuilder.getMask()
Return current value associated with the property corresponding toPortMod$G.getMask()
.default @NonNull PortConfig
PortGrouping.requireConfig()
Return config, guaranteed to be non-null.default @NonNull PortConfig
PortMod$G.requireConfig()
Return config, guaranteed to be non-null.default @NonNull PortConfig
PortMod$G.requireMask()
Return mask, guaranteed to be non-null.Modifier and TypeMethodDescriptionPortModInputBuilder.setConfig
(PortConfig value) Set the property corresponding toPortMod$G.getConfig()
to the specified value.PortStatusMessageBuilder.setConfig
(PortConfig value) Set the property corresponding toPortGrouping.getConfig()
to the specified value.PortModInputBuilder.setMask
(PortConfig value) Set the property corresponding toPortMod$G.getMask()
to the specified value. -
Uses of PortConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.features.reply
Modifier and TypeMethodDescriptionPhyPortBuilder.getConfig()
Return current value associated with the property corresponding toPortGrouping.getConfig()
.Modifier and TypeMethodDescriptionPhyPortBuilder.setConfig
(PortConfig value) Set the property corresponding toPortGrouping.getConfig()
to the specified value. -
Uses of PortConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.port.desc._case.multipart.reply.port.desc
Modifier and TypeMethodDescriptionPortsBuilder.getConfig()
Return current value associated with the property corresponding toPortGrouping.getConfig()
.Modifier and TypeMethodDescriptionPortsBuilder.setConfig
(PortConfig value) Set the property corresponding toPortGrouping.getConfig()
to the specified value. -
Uses of PortConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message.bundle.port.mod._case
Modifier and TypeMethodDescriptionPortModCaseDataBuilder.getConfig()
Return current value associated with the property corresponding toPortMod$G.getConfig()
.PortModCaseDataBuilder.getMask()
Return current value associated with the property corresponding toPortMod$G.getMask()
.Modifier and TypeMethodDescriptionPortModCaseDataBuilder.setConfig
(PortConfig value) Set the property corresponding toPortMod$G.getConfig()
to the specified value.PortModCaseDataBuilder.setMask
(PortConfig value) Set the property corresponding toPortMod$G.getMask()
to the specified value.