Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols.ProtocolBuilder
Packages that use ProtocolBuilder
Package
Description
-
Uses of ProtocolBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.protocols that return ProtocolBuilderModifier and TypeMethodDescriptionProtocolBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Protocol> augmentation) Add an augmentation to this builder's product.ProtocolBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Protocol>> augmentationType) Remove an augmentation from this builder's product.ProtocolBuilder.setAggregate
(Aggregate value) Set the property corresponding toProtocol.getAggregate()
to the specified value.Set the property corresponding toProtocol.getConfig()
to the specified value.ProtocolBuilder.setIdentifier
(InstallProtocolType value) Set the property corresponding toProtocol.getIdentifier()
to the specified value.Set the property corresponding toProtocol.getName()
to the specified value.Set the property corresponding toProtocol.getState()
to the specified value.Set the property corresponding toProtocol.getStatic()
to the specified value.ProtocolBuilder.withKey
(ProtocolKey key) Set the key value corresponding toProtocol.key()
to the specified value.