Interface CtZoneValues

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<CtZoneValues>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<OfjNxmNxMatchCtZoneGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface CtZoneValues
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OfjNxmNxMatchCtZoneGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<CtZoneValues>

    This class represents the following YANG schema fragment defined in module nicira-match

     container ct-zone-values {
       leaf ct-zone {
         type uint16;
       }
     }
     
    The schema path to identify an instance is nicira-match/ofj-nxm-nx-match-ct-zone-grouping/ct-zone-values

    To create instances of this class use CtZoneValuesBuilder.

    See Also:
    CtZoneValuesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<CtZoneValues> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getCtZone

        org.opendaylight.yangtools.yang.common.Uint16 getCtZone()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 ctZone, or null if not present