Interface Ipv4UnicastGroup
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
AfiSafi
@Generated("mdsal-binding-generator")
public interface Ipv4UnicastGroup
extends org.opendaylight.yangtools.binding.Grouping
Group for IPv4 Unicast configuration options
This class represents the following YANG schema fragment defined in module openconfig-bgp-multiprotocol
grouping ipv4-unicast-group {
container ipv4-unicast {
when "../afi-safi-name = 'bgp-mp:ipv4-unicast'" {
}
uses ipv4-ipv6-unicast-common;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn ipv4Unicast, ornullif it is not present.@NonNull Ipv4UnicastReturn ipv4Unicast, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getIpv4Unicast
Ipv4Unicast getIpv4Unicast()Return ipv4Unicast, ornullif it is not present.IPv4 unicast configuration options- Returns:
Ipv4Unicastipv4Unicast, ornullif it is not present.
-
nonnullIpv4Unicast
@NonNull Ipv4Unicast nonnullIpv4Unicast()Return ipv4Unicast, or an empty instance if it is not present.- Returns:
Ipv4Unicastipv4Unicast, or an empty instance if it is not present.
-