Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.cfg.attributes.ExplicitHopsKey
Packages that use ExplicitHopsKey
Package
Description
-
Uses of ExplicitHopsKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819 that return types with arguments of type ExplicitHopsKeyModifier and TypeMethodDescriptionPaths1Builder.getExplicitHops()
Return current value associated with the property corresponding toTunnelP2pPathCfgAttributes.getExplicitHops()
.@Nullable Map
<ExplicitHopsKey, ExplicitHops> TunnelP2pPathCfgAttributes.getExplicitHops()
Return explicitHops, ornull
if it is not present.default @NonNull Map
<ExplicitHopsKey, ExplicitHops> TunnelP2pPathCfgAttributes.nonnullExplicitHops()
Return explicitHops, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819 with type arguments of type ExplicitHopsKeyModifier and TypeMethodDescriptionPaths1Builder.setExplicitHops
(Map<ExplicitHopsKey, ExplicitHops> values) Set the property corresponding toTunnelP2pPathCfgAttributes.getExplicitHops()
to the specified value. -
Uses of ExplicitHopsKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.cfg.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.cfg.attributes that return ExplicitHopsKeyModifier and TypeMethodDescriptionExplicitHops.key()
ExplicitHopsBuilder.key()
Return current value associated with the property corresponding toExplicitHops.key()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.cfg.attributes with parameters of type ExplicitHopsKeyModifier and TypeMethodDescriptionExplicitHopsBuilder.withKey
(ExplicitHopsKey key) Set the key value corresponding toExplicitHops.key()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.cfg.attributes with parameters of type ExplicitHopsKeyModifierConstructorDescriptionExplicitHopsKey
(ExplicitHopsKey source) Creates a copy from Source Object. -
Uses of ExplicitHopsKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 that return types with arguments of type ExplicitHopsKeyModifier and TypeMethodDescriptionPcepCreateP2pTunnelInputBuilder.getExplicitHops()
Return current value associated with the property corresponding toTunnelP2pPathCfgAttributes.getExplicitHops()
.PcepUpdateTunnelInputBuilder.getExplicitHops()
Return current value associated with the property corresponding toTunnelP2pPathCfgAttributes.getExplicitHops()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 with type arguments of type ExplicitHopsKeyModifier and TypeMethodDescriptionPcepCreateP2pTunnelInputBuilder.setExplicitHops
(Map<ExplicitHopsKey, ExplicitHops> values) Set the property corresponding toTunnelP2pPathCfgAttributes.getExplicitHops()
to the specified value.PcepUpdateTunnelInputBuilder.setExplicitHops
(Map<ExplicitHopsKey, ExplicitHops> values) Set the property corresponding toTunnelP2pPathCfgAttributes.getExplicitHops()
to the specified value.