Interface As4RouteTargetExtendedCommunityGrouping
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
As4RouteTargetExtendedCommunityCase,RouteTargetConstrainAs4ExtendedCommunityCase
@Generated("mdsal-binding-generator") public interface As4RouteTargetExtendedCommunityGrouping extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-types
grouping as-4-route-target-extended-community-grouping { container as-4-route-target-extended-community { uses route-target; uses as-4-spec-common; } }The schema path to identify an instance is bgp-typesas-4-route-target-extended-community-grouping
-
-
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 As4RouteTargetExtendedCommunitygetAs4RouteTargetExtendedCommunity()Return as4RouteTargetExtendedCommunity, ornullif it is not present.Class<? extends As4RouteTargetExtendedCommunityGrouping>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends As4RouteTargetExtendedCommunityGrouping> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getAs4RouteTargetExtendedCommunity
As4RouteTargetExtendedCommunity getAs4RouteTargetExtendedCommunity()
Return as4RouteTargetExtendedCommunity, ornullif it is not present.Type 0x02 / Subtype 0x02- Returns:
As4RouteTargetExtendedCommunityas4RouteTargetExtendedCommunity, ornullif it is not present.
-
-