...
1{
2 "solaris": {
3 "description": "Solaris platform-specific configurations",
4 "type": "object",
5 "properties": {
6 "milestone": {
7 "type": "string"
8 },
9 "limitpriv": {
10 "type": "string"
11 },
12 "maxShmMemory": {
13 "type": "string"
14 },
15 "cappedCPU": {
16 "type": "object",
17 "properties": {
18 "ncpus": {
19 "type": "string"
20 }
21 }
22 },
23 "cappedMemory": {
24 "type": "object",
25 "properties": {
26 "physical": {
27 "type": "string"
28 },
29 "swap": {
30 "type": "string"
31 }
32 }
33 },
34 "anet": {
35 "type": "array",
36 "items": {
37 "type": "object",
38 "properties": {
39 "linkname": {
40 "type": "string"
41 },
42 "lowerLink": {
43 "type": "string"
44 },
45 "allowedAddress": {
46 "type": "string"
47 },
48 "configureAllowedAddress": {
49 "type": "string"
50 },
51 "defrouter": {
52 "type": "string"
53 },
54 "macAddress": {
55 "type": "string"
56 },
57 "linkProtection": {
58 "type": "string"
59 }
60 }
61 }
62 }
63 }
64 }
65}
View as plain text