This repository has been archived by the owner on Nov 29, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
aciGw.json
59 lines (59 loc) · 2.07 KB
/
aciGw.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "contivModel",
"objects": [
{
"name": "aciGw",
"version": "v1",
"type": "object",
"key": [ "name"],
"cfgProperties": {
"name": {
"type": "string",
"title": "name of this block(must be 'aciGw')",
"length": 64,
"format": "^(aciGw)$",
"ShowSummary": true
},
"pathBindings": {
"type": "string",
"title": "List of ACI fabric ports connected to cluster",
"length": 2048,
"format": "^$|^(topology/pod-[0-9]{1,4}/paths-[0-9]{1,4}/pathep-\\\\[eth[0-9]{1,2}/[0-9]{1,2}\\\\]){1}(,topology/pod-[0-9]{1,4}/paths-[0-9]{1,4}/pathep-\\\\[eth[0-9]{1,2}/[0-9]{1,2}\\\\])*$",
"ShowSummary": true
},
"nodeBindings": {
"type": "string",
"title": "List of ACI complete nodes to be bound",
"length": 2048,
"format": "^$|^(topology/pod-[0-9]{1,4}/node-[0-9]{1,4}){1}(,topology/pod-[0-9]{1,4}/node-[0-9]{1,4})*$",
"ShowSummary": true
},
"physicalDomain": {
"type": "string",
"title": "Name of the physical domain",
"length": 128,
"format": "^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\\\-]*[a-zA-Z0-9])\\\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\\\-]*[A-Za-z0-9])$"
},
"enforcePolicies": {
"type": "string",
"title": "Enforce security policy",
"length": 64,
"format": "^(yes|no){1}$",
"ShowSummary": true
},
"includeCommonTenant": {
"type": "string",
"title": "Include common tenant when searching for objects",
"length": 64,
"format": "^(yes|no){1}$",
"ShowSummary": true
}
},
"operProperties": {
"numAppProfiles": {
"type": "int"
}
}
}
]
}