Interface FeaturesReply
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,OfHeader
- All Known Subinterfaces:
GetFeaturesOutput
@Generated("mdsal-binding-generator") public interface FeaturesReply extends org.opendaylight.yangtools.yang.binding.DataObject, OfHeader
This class represents the following YANG schema fragment defined in module openflow-protocol
grouping features-reply { uses ofHeader; leaf datapathId { type uint64; } leaf buffers { type uint32; } leaf tables { type uint8; } leaf auxiliaryId { type uint8; } leaf capabilities { type oft:capabilities; } leaf reserved { type uint32; } leaf capabilities-v10 { type oft:capabilities-v10; } leaf actions-v10 { type oft:action-type-v10; } list phy-port { uses port-grouping; } }
The schema path to identify an instance is openflow-protocol/features-reply
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QName
QNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ActionTypeV10
getActionsV10()
Return actionsV10, ornull
if it is not present.org.opendaylight.yangtools.yang.common.Uint8
getAuxiliaryId()
Return auxiliaryId, ornull
if it is not present.org.opendaylight.yangtools.yang.common.Uint32
getBuffers()
Return buffers, ornull
if it is not present.Capabilities
getCapabilities()
Return capabilities, ornull
if it is not present.CapabilitiesV10
getCapabilitiesV10()
Return capabilitiesV10, ornull
if it is not present.org.opendaylight.yangtools.yang.common.Uint64
getDatapathId()
Return datapathId, ornull
if it is not present.@Nullable List<PhyPort>
getPhyPort()
Return phyPort, ornull
if it is not present.org.opendaylight.yangtools.yang.common.Uint32
getReserved()
Return reserved, ornull
if it is not present.org.opendaylight.yangtools.yang.common.Uint8
getTables()
Return tables, ornull
if it is not present.Class<? extends FeaturesReply>
implementedInterface()
default @NonNull List<PhyPort>
nonnullPhyPort()
Return phyPort, or an empty list if it is not present.-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.OfHeader
getVersion, getXid
-
-
-
-
Method Detail
-
implementedInterface
Class<? extends FeaturesReply> implementedInterface()
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataContainer
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceOfHeader
-
getDatapathId
org.opendaylight.yangtools.yang.common.Uint64 getDatapathId()
Return datapathId, ornull
if it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint64
datapathId, ornull
if it is not present.
-
getBuffers
org.opendaylight.yangtools.yang.common.Uint32 getBuffers()
Return buffers, ornull
if it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint32
buffers, ornull
if it is not present.
-
getTables
org.opendaylight.yangtools.yang.common.Uint8 getTables()
Return tables, ornull
if it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint8
tables, ornull
if it is not present.
-
getAuxiliaryId
org.opendaylight.yangtools.yang.common.Uint8 getAuxiliaryId()
Return auxiliaryId, ornull
if it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint8
auxiliaryId, ornull
if it is not present.
-
getCapabilities
Capabilities getCapabilities()
Return capabilities, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.Capabilities
capabilities, ornull
if it is not present.
-
getReserved
org.opendaylight.yangtools.yang.common.Uint32 getReserved()
Return reserved, ornull
if it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint32
reserved, ornull
if it is not present.
-
getCapabilitiesV10
CapabilitiesV10 getCapabilitiesV10()
Return capabilitiesV10, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.CapabilitiesV10
capabilitiesV10, ornull
if it is not present.
-
getActionsV10
ActionTypeV10 getActionsV10()
Return actionsV10, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.ActionTypeV10
actionsV10, ornull
if it is not present.
-
getPhyPort
@Nullable List<PhyPort> getPhyPort()
Return phyPort, ornull
if it is not present.- Returns:
java.util.List
phyPort, ornull
if it is not present.
-
-