- Schema
- ns0.xsd
- Available Since
- 1.4-M1
Properties
name |
data type |
type |
namespace |
min/max occurs |
description |
order
|
int
|
element
|
|
1/1
|
Get the order of the proxy connectors. (0 means no order specified)
|
|
blackListPatterns |
string
|
element
|
|
0/unbounded
|
|
disabled |
boolean
|
element
|
|
1/1
|
|
policies |
(custom)
|
element
|
|
0/1
|
|
policiesEntries |
propertyEntry
|
element
|
|
0/unbounded
|
|
properties |
(custom)
|
element
|
|
0/1
|
|
propertiesEntries |
propertyEntry
|
element
|
|
0/unbounded
|
|
proxyId |
string
|
element
|
|
0/1
|
|
sourceRepoId |
string
|
element
|
|
0/1
|
|
targetRepoId |
string
|
element
|
|
0/1
|
|
whiteListPatterns |
string
|
element
|
|
0/unbounded
|
|
Example
<proxyConnector>
<order>...</order>
<propertiesEntries>
<key>...</key>
<value>...</value>
</propertiesEntries>
<blackListPatterns>...</blackListPatterns>
<sourceRepoId>...</sourceRepoId>
<whiteListPatterns>...</whiteListPatterns>
<disabled>...</disabled>
<properties>...</properties>
<targetRepoId>...</targetRepoId>
<policies>...</policies>
<policiesEntries>
<key>...</key>
<value>...</value>
</policiesEntries>
<proxyId>...</proxyId>
</proxyConnector>