proxyConnector element

Type: proxyConnector
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <proxyConnector> <order>...</order> <policiesEntries> <key>...</key> <value>...</value> </policiesEntries> <policiesEntries> <!--...--> </policiesEntries> <!--...more "policiesEntries" elements...--> <blackListPatterns>...</blackListPatterns> <blackListPatterns>...</blackListPatterns> <!--...more "blackListPatterns" elements...--> <disabled>...</disabled> <sourceRepoId>...</sourceRepoId> <proxyId>...</proxyId> <propertiesEntries> <key>...</key> <value>...</value> </propertiesEntries> <propertiesEntries> <!--...--> </propertiesEntries> <!--...more "propertiesEntries" elements...--> <targetRepoId>...</targetRepoId> <policies> <entry> <key>...</key> <value>...</value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'string' type)--> </value> </entry> <!--...more entries...--> </policies> <properties> <entry> <key>...</key> <value>...</value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'string' type)--> </value> </entry> <!--...more entries...--> </properties> <whiteListPatterns>...</whiteListPatterns> <whiteListPatterns>...</whiteListPatterns> <!--...more "whiteListPatterns" elements...--> </proxyConnector>

Example JSON

{ "order" : ..., "policiesEntries" : [ { "key" : "...", "value" : "..." }, ... ], "blackListPatterns" : [ "...", ... ], "disabled" : false, "sourceRepoId" : "...", "proxyId" : "...", "propertiesEntries" : [ { "key" : "...", "value" : "..." }, ... ], "targetRepoId" : "...", "policies" : [ { "..." : ... }, { } ], "properties" : [ { "..." : ... }, { } ], "whiteListPatterns" : [ "...", ... ] }