Interface TunnelIpv4MatchFields
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
TunnelIpv4Match
@Generated("mdsal-binding-generator") public interface TunnelIpv4MatchFields extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module opendaylight-match-types
grouping tunnel-ipv4-match-fields { leaf tunnel-ipv4-source { type inet:ipv4-prefix; } leaf tunnel-ipv4-destination { type inet:ipv4-prefix; } }The schema path to identify an instance is opendaylight-match-types/tunnel-ipv4-match-fields
-
-
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 org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4PrefixgetTunnelIpv4Destination()Return tunnelIpv4Destination, ornullif it is not present.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4PrefixgetTunnelIpv4Source()Return tunnelIpv4Source, ornullif it is not present.Class<? extends TunnelIpv4MatchFields>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends TunnelIpv4MatchFields> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getTunnelIpv4Source
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix getTunnelIpv4Source()
Return tunnelIpv4Source, ornullif it is not present.IPv4 source tunnel endpoint address.- Returns:
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4PrefixtunnelIpv4Source, ornullif it is not present.
-
getTunnelIpv4Destination
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix getTunnelIpv4Destination()
Return tunnelIpv4Destination, ornullif it is not present.IPv4 destination tunnel endpoint address.- Returns:
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4PrefixtunnelIpv4Destination, ornullif it is not present.
-
-