public interface DstChoiceGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
grouping dst-choice-grouping {
choice dst-choice {
case dst-nx-reg-case {
uses nxm-nx-reg-grouping;
}
case dst-nx-tun-id-case {
uses nxm-nx-tun-id-grouping;
}
case dst-of-mpls-label-case {
uses oxm-of-mpls-label-grouping;
}
case dst-of-metadata-case {
uses oxm-of-metadata-grouping;
}
case dst-nx-arp-sha-case {
uses nxm-nx-arp-sha-grouping;
}
case dst-nx-arp-tha-case {
uses nxm-nx-arp-tha-grouping;
}
case dst-of-arp-op-case {
uses nxm-of-arp-op-grouping;
}
case dst-of-arp-spa-case {
uses nxm-of-arp-spa-grouping;
}
case dst-of-arp-tpa-case {
uses nxm-of-arp-tpa-grouping;
}
case dst-nx-of-in-port-case {
uses nxm-of-in-port-grouping;
}
case dst-nx-tun-ipv4-dst-case {
uses nxm-nx-tun-ipv4-dst-grouping;
}
case dst-nx-tun-ipv4-src-case {
uses nxm-nx-tun-ipv4-src-grouping;
}
case dst-of-eth-src-case {
uses nxm-of-eth-src-grouping;
}
case dst-of-eth-dst-case {
uses nxm-of-eth-dst-grouping;
}
case dst-nx-nsp-case {
uses nxm-nx-nsp-grouping;
}
case dst-nx-nsi-case {
uses nxm-nx-nsi-grouping;
}
case dst-nx-nshc-1-case {
uses nxm-nx-nshc-1-grouping;
}
case dst-nx-nshc-2-case {
uses nxm-nx-nshc-2-grouping;
}
case dst-nx-nshc-3-case {
uses nxm-nx-nshc-3-grouping;
}
case dst-nx-nshc-4-case {
uses nxm-nx-nshc-4-grouping;
}
case dst-of-ip-src-case {
uses nxm-of-ip-src-grouping;
}
case dst-of-ip-dst-case {
uses nxm-of-ip-dst-grouping;
}
case dst-nx-ipv6-src-case {
uses nxm-nx-ipv6-src-grouping;
}
case dst-nx-ipv6-dst-case {
uses nxm-nx-ipv6-dst-grouping;
}
case dst-of-icmp-type-case {
uses nxm-of-icmp-type-grouping;
}
case dst-nx-nsh-flags-case {
uses nxm-nx-nsh-flags-grouping;
}
case dst-nx-nsh-ttl-case {
uses nxm-nx-nsh-ttl-grouping;
}
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/dst-choice-grouping| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable DstChoice |
getDstChoice() |
Class<? extends DstChoiceGrouping> |
implementedInterface() |
Class<? extends DstChoiceGrouping> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable DstChoice getDstChoice()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.DstChoice dstChoice, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.