Interface Ipv6UnicastGroup
- 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 Ipv6UnicastGroup
extends org.opendaylight.yangtools.binding.Grouping
Group for IPv6 Unicast configuration options
This class represents the following YANG schema fragment defined in module openconfig-bgp-multiprotocol
grouping ipv6-unicast-group { container ipv6-unicast { when "../afi-safi-name = 'bgp-mp:ipv6-unicast'" { } uses ipv4-ipv6-unicast-common; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn ipv6Unicast, ornull
if it is not present.@NonNull Ipv6Unicast
Return ipv6Unicast, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getIpv6Unicast
Ipv6Unicast getIpv6Unicast()Return ipv6Unicast, ornull
if it is not present.IPv6 unicast configuration options
- Returns:
Ipv6Unicast
ipv6Unicast, ornull
if it is not present.
-
nonnullIpv6Unicast
@NonNull Ipv6Unicast nonnullIpv6Unicast()Return ipv6Unicast, or an empty instance if it is not present.- Returns:
Ipv6Unicast
ipv6Unicast, or an empty instance if it is not present.
-