@@ -979,7 +979,7 @@ minDisk:
979
979
type : integer
980
980
minRam :
981
981
description : |
982
- Filters the response by a minimum RAM, in MB . For example, ``512``.
982
+ Filters the response by a minimum RAM, in MiB . For example, ``512``.
983
983
in : query
984
984
required : false
985
985
type : integer
@@ -2235,13 +2235,13 @@ disabled_reason_body:
2235
2235
type : string
2236
2236
disk_available_least :
2237
2237
description : |
2238
- The actual free disk on this hypervisor(in GB ).
2238
+ The actual free disk on this hypervisor(in GiB ).
2239
2239
in : body
2240
2240
required : true
2241
2241
type : integer
2242
2242
disk_available_least_total :
2243
2243
description : |
2244
- The actual free disk on all hypervisors(in GB ).
2244
+ The actual free disk on all hypervisors(in GiB ).
2245
2245
in : body
2246
2246
required : true
2247
2247
type : integer
@@ -3119,13 +3119,13 @@ forceDelete:
3119
3119
type : none
3120
3120
free_ram_mb :
3121
3121
description : |
3122
- The free RAM in this hypervisor(in MB ).
3122
+ The free RAM in this hypervisor(in MiB ).
3123
3123
in : body
3124
3124
required : true
3125
3125
type : integer
3126
3126
free_ram_mb_total :
3127
3127
description : |
3128
- The free RAM on all hypervisors(in MB ).
3128
+ The free RAM on all hypervisors(in MiB ).
3129
3129
in : body
3130
3130
required : true
3131
3131
type : integer
@@ -3185,7 +3185,7 @@ host_cpu:
3185
3185
type : integer
3186
3186
host_disk_gb :
3187
3187
description : |
3188
- The disk size on the host (in GB ).
3188
+ The disk size on the host (in GiB ).
3189
3189
in : body
3190
3190
required : true
3191
3191
type : integer
@@ -3216,7 +3216,7 @@ host_maintenance_mode_in:
3216
3216
type : string
3217
3217
host_memory_mb :
3218
3218
description : |
3219
- The memory size on the host (in MB ).
3219
+ The memory size on the host (in MiB ).
3220
3220
in : body
3221
3221
required : true
3222
3222
type : integer
@@ -3404,13 +3404,13 @@ hypervisor_diagnostics:
3404
3404
min_version : 2.48
3405
3405
hypervisor_free_disk_gb :
3406
3406
description : |
3407
- The free disk remaining on this hypervisor(in GB ).
3407
+ The free disk remaining on this hypervisor(in GiB ).
3408
3408
in : body
3409
3409
required : true
3410
3410
type : integer
3411
3411
hypervisor_free_disk_gb_total :
3412
3412
description : |
3413
- The free disk remaining on all hypervisors(in GB ).
3413
+ The free disk remaining on all hypervisors(in GiB ).
3414
3414
in : body
3415
3415
required : true
3416
3416
type : integer
@@ -4131,7 +4131,7 @@ links:
4131
4131
type : array
4132
4132
local_gb :
4133
4133
description : |
4134
- The disk in this hypervisor(in GB ).
4134
+ The disk in this hypervisor(in GiB ).
4135
4135
in : body
4136
4136
required : true
4137
4137
type : integer
@@ -4151,19 +4151,19 @@ local_gb_simple_tenant_usage_optional:
4151
4151
type : integer
4152
4152
local_gb_total :
4153
4153
description : |
4154
- The disk on all hypervisors(in GB ).
4154
+ The disk on all hypervisors(in GiB ).
4155
4155
in : body
4156
4156
required : true
4157
4157
type : integer
4158
4158
local_gb_used :
4159
4159
description : |
4160
- The disk used in this hypervisor(in GB ).
4160
+ The disk used in this hypervisor(in GiB ).
4161
4161
in : body
4162
4162
required : true
4163
4163
type : integer
4164
4164
local_gb_used_total :
4165
4165
description : |
4166
- The disk used on all hypervisors(in GB ).
4166
+ The disk used on all hypervisors(in GiB ).
4167
4167
in : body
4168
4168
required : true
4169
4169
type : integer
@@ -4221,47 +4221,47 @@ memory_details_diagnostics:
4221
4221
The dictionary with information about VM memory usage.
4222
4222
Following fields are presented in the dictionary:
4223
4223
4224
- - ``maximum`` - Amount of memory provisioned for the VM in MB (Integer)
4224
+ - ``maximum`` - Amount of memory provisioned for the VM in MiB (Integer)
4225
4225
4226
4226
- ``used`` - Amount of memory that is currently used by the guest operating
4227
- system and its applications in MB (Integer)
4227
+ system and its applications in MiB (Integer)
4228
4228
in : body
4229
4229
required : true
4230
4230
type : array
4231
4231
min_version : 2.48
4232
4232
memory_mb :
4233
4233
description : |
4234
- The memory of this hypervisor(in MB ).
4234
+ The memory of this hypervisor(in MiB ).
4235
4235
in : body
4236
4236
required : true
4237
4237
type : integer
4238
4238
memory_mb_simple_tenant_usage :
4239
4239
description : |
4240
- The memory size of the server (in MB ).
4240
+ The memory size of the server (in MiB ).
4241
4241
in : body
4242
4242
required : true
4243
4243
type : integer
4244
4244
memory_mb_simple_tenant_usage_optional :
4245
4245
description : |
4246
- The memory size of the server (in MB ).
4246
+ The memory size of the server (in MiB ).
4247
4247
in : body
4248
4248
required : false
4249
4249
type : integer
4250
4250
memory_mb_total :
4251
4251
description : |
4252
- The memory of all hypervisors(in MB ).
4252
+ The memory of all hypervisors(in MiB ).
4253
4253
in : body
4254
4254
required : true
4255
4255
type : integer
4256
4256
memory_mb_used :
4257
4257
description : |
4258
- The memory used in this hypervisor(in MB ).
4258
+ The memory used in this hypervisor(in MiB ).
4259
4259
in : body
4260
4260
required : true
4261
4261
type : integer
4262
4262
memory_mb_used_total :
4263
4263
description : |
4264
- The memory used on all hypervisors(in MB ).
4264
+ The memory used on all hypervisors(in MiB ).
4265
4265
in : body
4266
4266
required : true
4267
4267
type : integer
@@ -4491,7 +4491,7 @@ minDisk_body:
4491
4491
type : integer
4492
4492
minRam_body :
4493
4493
description : |
4494
- The minimum amount of RAM an image requires to function, in MB . For example, ``512``.
4494
+ The minimum amount of RAM an image requires to function, in MiB . For example, ``512``.
4495
4495
in : body
4496
4496
required : true
4497
4497
type : integer
@@ -5325,14 +5325,14 @@ quota_tenant_or_user_id_body:
5325
5325
type : string
5326
5326
ram : &ram
5327
5327
description : |
5328
- The amount of allowed server RAM, in MB , for each tenant.
5328
+ The amount of allowed server RAM, in MiB , for each tenant.
5329
5329
in : body
5330
5330
required : true
5331
5331
type : integer
5332
5332
ram_quota_class : &ram_quota_class
5333
5333
<< : *ram
5334
5334
description : |
5335
- The amount of allowed instance RAM, in MB , for the quota class.
5335
+ The amount of allowed instance RAM, in MiB , for the quota class.
5336
5336
ram_quota_class_optional :
5337
5337
<< : *ram_quota_class
5338
5338
required : false
@@ -5345,7 +5345,7 @@ ram_quota_details:
5345
5345
type : object
5346
5346
ram_quota_optional :
5347
5347
description : |
5348
- The amount of allowed server RAM, in MB , for each tenant.
5348
+ The amount of allowed server RAM, in MiB , for each tenant.
5349
5349
in : body
5350
5350
required : false
5351
5351
type : integer
@@ -6308,7 +6308,7 @@ total_local_gb_usage:
6308
6308
type : float
6309
6309
total_memory_mb_usage :
6310
6310
description : |
6311
- Multiplying the server memory size (in MB ) by hours the server exists,
6311
+ Multiplying the server memory size (in MiB ) by hours the server exists,
6312
6312
and then adding that all together for each server.
6313
6313
in : body
6314
6314
required : true
@@ -6650,7 +6650,7 @@ volume_id_resp:
6650
6650
type : string
6651
6651
volume_size :
6652
6652
description : |
6653
- The size of the volume (in GB ).
6653
+ The size of the volume (in GiB ).
6654
6654
This is integer value from range 1 to 2147483647
6655
6655
which can be requested as integer and string.
6656
6656
in : body
0 commit comments