Interface DcgwTepList
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<DcgwTepList>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<Bgp>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
public interface DcgwTepList extends org.opendaylight.yangtools.yang.binding.ChildOf<Bgp>, org.opendaylight.yangtools.yang.binding.Augmentable<DcgwTepList>
This class represents the following YANG schema fragment defined in module ebgp
container dcgw-tep-list { list dcgw-tep { key dc-gw-ip; leaf dc-gw-ip { type string; } leaf-list tep-ips { type string; } } }The schema path to identify an instance is ebgp/bgp/dcgw-tep-listTo create instances of this class use
DcgwTepListBuilder.- See Also:
DcgwTepListBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable java.util.List<DcgwTep>getDcgwTep()mapping: DC-Gwy ip <> TEP ipdefault java.lang.Class<DcgwTepList>implementedInterface()default @NonNull java.util.List<DcgwTep>nonnullDcgwTep()
-
-
-
Method Detail
-
implementedInterface
default java.lang.Class<DcgwTepList> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getDcgwTep
@Nullable java.util.List<DcgwTep> getDcgwTep()
mapping: DC-Gwy ip <> TEP ip- Returns:
java.util.ListdcgwTep, ornullif not present
-
nonnullDcgwTep
default @NonNull java.util.List<DcgwTep> nonnullDcgwTep()
- Returns:
java.util.ListdcgwTep, or an empty list if it is not present
-
-