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