blob: 9f1e418f84244cc5e1041d0b3632923a2940df92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"clusters":
[
{
"name": "C01",
"hosts" :
[
{
"name": "H01",
"cpu":
{
"coreCount": 1,
"coreSpeed": 2000
},
"memory": {
"memorySize": 140457600000
},
"count": 5000
}
]
}
]
}
|