@@ -40,14 +40,16 @@ def initialize(page_name)
40
40
} ,
41
41
"core" => {
42
42
"description" => "The ID of the CPU core the resource is part of. The unique scope is the OAR server." ,
43
- "possible_values" => "1, 2, 3, ..."
43
+ "possible_values" => "1, 2, 3, ..." ,
44
+ "value_type" => "Integer"
44
45
} ,
45
46
"cpu" => {
46
47
"description" => "The ID of the CPU the resource is part of. The unique scope is the OAR server. " ,
47
48
"possible_values" => "1, 2, 3, ..."
48
49
} ,
49
50
"cpuset" => {
50
51
"description" => "Logical processor identifier (only the first thread in case of HyperThreading)." ,
52
+ "value_type" => "String" ,
51
53
"possible_values" => "0, 1, 2, 3, ..."
52
54
} ,
53
55
"disk" => {
@@ -63,7 +65,8 @@ def initialize(page_name)
63
65
} ,
64
66
"gpu" => {
65
67
"description" => "The ID of the GPU the resource is part of. The unique scope is the OAR server. " ,
66
- "possible_values" => "1, 2, 3, ..."
68
+ "possible_values" => "1, 2, 3, ..." ,
69
+ "Value_Type" => "Integer"
67
70
} ,
68
71
"gpudevice" => {
69
72
"description" => "GPU device identifier." ,
@@ -205,7 +208,8 @@ def initialize(page_name)
205
208
"description" => "The number of GPU cards available"
206
209
} ,
207
210
"wattmeter" => {
208
- "description" => "The type of wattmeter available"
211
+ "description" => "The type of wattmeter available" ,
212
+ "value_type" => "Boolean"
209
213
} ,
210
214
"mic" => {
211
215
"description" => "Intel many integrated core architecture support" ,
0 commit comments