Interface NxmNxCtZone
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxCtZone>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxCtZoneGrouping>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
public interface NxmNxCtZone extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxCtZoneGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxCtZone>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-nx-ct-zone { leaf ct-zone { type uint16; } }The schema path to identify an instance is openflowplugin-extension-nicira-match/nxm-nx-ct-zone-grouping/nxm-nx-ct-zoneTo create instances of this class use
NxmNxCtZoneBuilder.- See Also:
NxmNxCtZoneBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable org.opendaylight.yangtools.yang.common.Uint16getCtZone()default Class<NxmNxCtZone>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
default Class<NxmNxCtZone> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getCtZone
@Nullable org.opendaylight.yangtools.yang.common.Uint16 getCtZone()
- Returns:
org.opendaylight.yangtools.yang.common.Uint16ctZone, ornullif not present
-
-