Interface Ipv6LabelledUnicastGroup
-
- All Superinterfaces:
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 optionsThis 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; } }The schema path to identify an instance is openconfig-bgp-multiprotocolipv6-labelled-unicast-group
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ipv6LabelledUnicastgetIpv6LabelledUnicast()Return ipv6LabelledUnicast, ornullif it is not present.Class<? extends Ipv6LabelledUnicastGroup>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends Ipv6LabelledUnicastGroup> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getIpv6LabelledUnicast
Ipv6LabelledUnicast getIpv6LabelledUnicast()
Return ipv6LabelledUnicast, ornullif it is not present.IPv6 Labelled Unicast configuration options- Returns:
Ipv6LabelledUnicastipv6LabelledUnicast, ornullif it is not present.
-
-