Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105.TunnelTypeBase
Packages that use TunnelTypeBase
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105.supported.tunnels
-
Uses of TunnelTypeBase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105
Subinterfaces of TunnelTypeBase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105Modifier and TypeInterfaceDescriptioninterface
Tunnel type for gre tunnelsinterface
Tunnel type for vxlan tunnelsinterface
Tunnel type for vxlan tunnelsFields in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105 declared as TunnelTypeBaseModifier and TypeFieldDescriptionstatic final @NonNull TunnelTypeBase
TunnelTypeBase.VALUE
Singleton value representing theTunnelTypeBase
identity.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105 that return TunnelTypeBaseModifier and TypeMethodDescriptionTunnelBuilder.getTunnelType()
Return current value associated with the property corresponding toTunnelTypeAttributes.getTunnelType()
.TunnelTypeAttributes.getTunnelType()
Return tunnelType, ornull
if it is not present.default @NonNull TunnelTypeBase
TunnelTypeAttributes.requireTunnelType()
Return tunnelType, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105 that return types with arguments of type TunnelTypeBaseModifier and TypeMethodDescriptionClass<? extends TunnelTypeBase>
TunnelTypeBase.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105 with parameters of type TunnelTypeBaseModifier and TypeMethodDescriptionTunnelBuilder.setTunnelType
(TunnelTypeBase value) Set the property corresponding toTunnelTypeAttributes.getTunnelType()
to the specified value. -
Uses of TunnelTypeBase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105.supported.tunnels
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105.supported.tunnels that return TunnelTypeBaseModifier and TypeMethodDescriptionSupportedTunnelEntryBuilder.getTunnelType()
Return current value associated with the property corresponding toTunnelTypeAttributes.getTunnelType()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.overlay.rev150105.supported.tunnels with parameters of type TunnelTypeBaseModifier and TypeMethodDescriptionSupportedTunnelEntryBuilder.setTunnelType
(TunnelTypeBase value) Set the property corresponding toTunnelTypeAttributes.getTunnelType()
to the specified value.