Interface SubnetToDpn
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<SubnetToDpn>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<SubnetOpDataEntry>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,org.opendaylight.yangtools.yang.binding.Identifiable<SubnetToDpnKey>
public interface SubnetToDpn extends org.opendaylight.yangtools.yang.binding.ChildOf<SubnetOpDataEntry>, org.opendaylight.yangtools.yang.binding.Augmentable<SubnetToDpn>, org.opendaylight.yangtools.yang.binding.Identifiable<SubnetToDpnKey>
This class represents the following YANG schema fragment defined in module odl-l3vpn
list subnet-to-dpn { key dpnId; leaf dpnId { type uint64; } list vpn-interfaces { key interface-name; leaf interface-name { type string; } } }The schema path to identify an instance is odl-l3vpn/subnet-op-data/subnet-op-data-entry/subnet-to-dpnTo create instances of this class use
SubnetToDpnBuilder.- See Also:
SubnetToDpnBuilder,SubnetToDpnKey
-
-
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 org.opendaylight.yangtools.yang.common.Uint64getDpnId()@Nullable java.util.List<VpnInterfaces>getVpnInterfaces()default java.lang.Class<SubnetToDpn>implementedInterface()SubnetToDpnKeykey()default @NonNull java.util.List<VpnInterfaces>nonnullVpnInterfaces()
-
-
-
Method Detail
-
implementedInterface
default java.lang.Class<SubnetToDpn> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getDpnId
@Nullable org.opendaylight.yangtools.yang.common.Uint64 getDpnId()
- Returns:
org.opendaylight.yangtools.yang.common.Uint64dpnId, ornullif not present
-
getVpnInterfaces
@Nullable java.util.List<VpnInterfaces> getVpnInterfaces()
- Returns:
java.util.ListvpnInterfaces, ornullif not present
-
nonnullVpnInterfaces
default @NonNull java.util.List<VpnInterfaces> nonnullVpnInterfaces()
- Returns:
java.util.ListvpnInterfaces, or an empty list if it is not present
-
key
SubnetToDpnKey key()
- Specified by:
keyin interfaceorg.opendaylight.yangtools.yang.binding.Identifiable<SubnetToDpnKey>
-
-