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
Modifier and Type | Field and Description |
---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable ActionTypeV10 |
getActionsV10() |
@Nullable Short |
getAuxiliaryId() |
@Nullable Long |
getBuffers() |
@Nullable Capabilities |
getCapabilities() |
@Nullable CapabilitiesV10 |
getCapabilitiesV10() |
@Nullable BigInteger |
getDatapathId() |
@Nullable List<PhyPort> |
getPhyPort() |
@Nullable Long |
getReserved() |
@Nullable Short |
getTables() |
default @NonNull List<PhyPort> |
nonnullPhyPort() |
getVersion, getXid
@Nullable BigInteger getDatapathId()
java.math.BigInteger
datapathId
, or null
if not present@Nullable Long getBuffers()
java.lang.Long
buffers
, or null
if not present@Nullable Short getTables()
java.lang.Short
tables
, or null
if not present@Nullable Short getAuxiliaryId()
java.lang.Short
auxiliaryId
, or null
if not present@Nullable Capabilities getCapabilities()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.Capabilities
capabilities
, or null
if not present@Nullable Long getReserved()
java.lang.Long
reserved
, or null
if not present@Nullable CapabilitiesV10 getCapabilitiesV10()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.CapabilitiesV10
capabilitiesV10
, or null
if not present@Nullable ActionTypeV10 getActionsV10()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.ActionTypeV10
actionsV10
, or null
if not present@Nullable List<PhyPort> getPhyPort()
java.util.List
phyPort
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.