public interface Ipv4AddressGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
grouping ipv4-address-grouping {
leaf ipv4-address {
type inet:ipv4-address;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/ipv4-address-grouping| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address |
getIpv4Address() |
Copyright © 2019 OpenDaylight. All rights reserved.