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 Detail

      • QNAME

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

      • implementedInterface

        Class<? extends FeaturesReply> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface OfHeader
      • getDatapathId

        org.opendaylight.yangtools.yang.common.Uint64 getDatapathId()
        Return datapathId, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 datapathId, or null if it is not present.
      • getBuffers

        org.opendaylight.yangtools.yang.common.Uint32 getBuffers()
        Return buffers, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 buffers, or null if it is not present.
      • getTables

        org.opendaylight.yangtools.yang.common.Uint8 getTables()
        Return tables, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 tables, or null if it is not present.
      • getAuxiliaryId

        org.opendaylight.yangtools.yang.common.Uint8 getAuxiliaryId()
        Return auxiliaryId, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 auxiliaryId, or null if it is not present.
      • getCapabilities

        Capabilities getCapabilities()
        Return capabilities, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.Capabilities capabilities, or null if it is not present.
      • getReserved

        org.opendaylight.yangtools.yang.common.Uint32 getReserved()
        Return reserved, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 reserved, or null if it is not present.
      • getCapabilitiesV10

        CapabilitiesV10 getCapabilitiesV10()
        Return capabilitiesV10, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.CapabilitiesV10 capabilitiesV10, or null if it is not present.
      • getActionsV10

        ActionTypeV10 getActionsV10()
        Return actionsV10, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.ActionTypeV10 actionsV10, or null if it is not present.
      • getPhyPort

        @Nullable List<PhyPort> getPhyPort()
        Return phyPort, or null if it is not present.
        Returns:
        java.util.List phyPort, or null if it is not present.
      • nonnullPhyPort

        default @NonNull List<PhyPort> nonnullPhyPort()
        Return phyPort, or an empty list if it is not present.
        Returns:
        java.util.List phyPort, or an empty list if it is not present.