Interface Ipv6LabelledUnicastGroup
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
AfiSafi
@Generated("mdsal-binding-generator")
public interface Ipv6LabelledUnicastGroup
extends org.opendaylight.yangtools.yang.binding.DataObject
Group for IPv6 Labelled Unicast configuration options
This class represents the following YANG schema fragment defined in module openconfig-bgp-multiprotocol
grouping ipv6-labelled-unicast-group { container ipv6-labelled-unicast { when "../afi-safi-name = 'bgp-mp:ipv6-labelled-unicast'" { } uses all-afi-safi-common; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn ipv6LabelledUnicast, ornull
if it is not present.Class<? extends Ipv6LabelledUnicastGroup>
@NonNull Ipv6LabelledUnicast
Return ipv6LabelledUnicast, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends Ipv6LabelledUnicastGroup> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getIpv6LabelledUnicast
Ipv6LabelledUnicast getIpv6LabelledUnicast()Return ipv6LabelledUnicast, ornull
if it is not present.IPv6 Labelled Unicast configuration options
- Returns:
Ipv6LabelledUnicast
ipv6LabelledUnicast, ornull
if it is not present.
-
nonnullIpv6LabelledUnicast
@NonNull Ipv6LabelledUnicast nonnullIpv6LabelledUnicast()Return ipv6LabelledUnicast, or an empty instance if it is not present.- Returns:
Ipv6LabelledUnicast
ipv6LabelledUnicast, or an empty instance if it is not present.
-