Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.BridgeExternalIds
Packages that use BridgeExternalIds
Package
Description
-
Uses of BridgeExternalIds in org.opendaylight.ovsdb.utils.southbound.utils
Method parameters in org.opendaylight.ovsdb.utils.southbound.utils with type arguments of type BridgeExternalIdsModifier and TypeMethodDescriptionbooleanSouthboundUtils.addBridge(ConnectionInfo connectionInfo, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node> bridgeIid, String bridgeName, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId bridgeNodeId, boolean setProtocolEntries, OvsdbFailModeBase failMode, boolean setManagedBy, DatapathTypeBase dpType, Map<BridgeExternalIdsKey, BridgeExternalIds> externalIds, Map<ControllerEntryKey, ControllerEntry> controllerEntries, Map<BridgeOtherConfigsKey, BridgeOtherConfigs> otherConfigs, String dpid, long timeout) -
Uses of BridgeExternalIds in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105 that return types with arguments of type BridgeExternalIdsModifier and TypeMethodDescription@Nullable Map<BridgeExternalIdsKey,BridgeExternalIds> OvsdbBridgeAttributes.getBridgeExternalIds()Return bridgeExternalIds, ornullif it is not present.OvsdbBridgeAugmentationBuilder.getBridgeExternalIds()Return current value associated with the property corresponding toOvsdbBridgeAttributes.getBridgeExternalIds().default @NonNull Map<BridgeExternalIdsKey,BridgeExternalIds> OvsdbBridgeAttributes.nonnullBridgeExternalIds()Return bridgeExternalIds, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105 with type arguments of type BridgeExternalIdsModifier and TypeMethodDescriptionOvsdbBridgeAugmentationBuilder.setBridgeExternalIds(Map<BridgeExternalIdsKey, BridgeExternalIds> values) Set the property corresponding toOvsdbBridgeAttributes.getBridgeExternalIds()to the specified value. -
Uses of BridgeExternalIds in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes with type parameters of type BridgeExternalIdsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BridgeExternalIds>>
E$$BridgeExternalIdsBuilder.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.ovsdb.rev150105.ovsdb.bridge.attributes that return BridgeExternalIdsModifier and TypeMethodDescription@NonNull BridgeExternalIdsBridgeExternalIdsBuilder.build()A newBridgeExternalIdsinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes that return types with arguments of type BridgeExternalIdsModifier and TypeMethodDescriptiondefault Class<BridgeExternalIds>BridgeExternalIds.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes with parameters of type BridgeExternalIdsModifier and TypeMethodDescriptionstatic booleanBridgeExternalIds.bindingEquals(@NonNull BridgeExternalIds thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intBridgeExternalIds.bindingHashCode(@NonNull BridgeExternalIds obj) Default implementation ofObject.hashCode()contract for this interface.static StringBridgeExternalIds.bindingToString(@NonNull BridgeExternalIds obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes with type arguments of type BridgeExternalIdsModifier and TypeMethodDescriptionBridgeExternalIdsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<BridgeExternalIds> augmentation) Add an augmentation to this builder's product.BridgeExternalIdsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BridgeExternalIds>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes with parameters of type BridgeExternalIdsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBridgeExternalIds.