public interface NxmNxCtTpDst extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxCtTpDstGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxCtTpDst>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-nx-ct-tp-dst {
leaf ct-tp-dst {
type uint16;
}
leaf mask {
type uint16;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/nxm-nx-ct-tp-dst-grouping/nxm-nx-ct-tp-dst
To create instances of this class use NxmNxCtTpDstBuilder.
NxmNxCtTpDstBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Integer |
getCtTpDst() |
@Nullable Integer |
getMask() |
Copyright © 2019 OpenDaylight. All rights reserved.