Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506._switch.connection.config.Tls
Packages that use Tls
Package
Description
-
Uses of Tls in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506 that return TlsModifier and TypeMethodDescriptionSwitchConnectionConfig.getTls()
Return tls, ornull
if it is not present.SwitchConnectionConfigBuilder.getTls()
Return current value associated with the property corresponding toSwitchConnectionConfig.getTls()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506 with parameters of type TlsModifier and TypeMethodDescriptionSet the property corresponding toSwitchConnectionConfig.getTls()
to the specified value. -
Uses of Tls in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506._switch.connection.config
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506._switch.connection.config with type parameters of type TlsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Tls>>
E$$TlsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506._switch.connection.config that return TlsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506._switch.connection.config that return types with arguments of type TlsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506._switch.connection.config with parameters of type TlsModifier and TypeMethodDescriptionstatic boolean
Tls.bindingEquals
(@NonNull Tls thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Tls.bindingHashCode
(@NonNull Tls obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Tls.bindingToString
(@NonNull Tls obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506._switch.connection.config with type arguments of type TlsModifier and TypeMethodDescriptionTlsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Tls> augmentation) Add an augmentation to this builder's product.TlsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tls>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow._switch.connection.config.rev160506._switch.connection.config with parameters of type TlsModifierConstructorDescriptionTlsBuilder
(Tls base) Construct a builder initialized with state from specifiedTls
.