src/plugins/proxy/README.md
Please contact a member of openvino-ie-maintainers group, for assistance regarding Proxy plugin.
Proxy Plugin contains the following components:
Proxy plugin cannot be created explicitly. In order to use proxy plugin under the real hardware plugins please use next properties for configuration:
ov::proxy::configuration::alias is an alias name for high level plugin.ov::proxy::configuration::priority is a device priority under alias (lower value means the higher priority), this value allows to configure the device order.ov::proxy::configuration::fallback the name of other hardware device for the fallback.ov::proxy::configuration::internal_name the name which will be used as internal name in case if real device name has a collision with proxy name.After the creation the proxy plugin has next properties:
ov::device::priorities is fallback order inside the proxy plugin.ov::proxy::device_priorities is a device order under proxy plugin.ov::proxy::alias_for the vector of low level plugins under the proxy alias.