@@ -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
@@ -3129,13 +3129,13 @@ forceDelete:
3129
3129
type : none
3130
3130
free_ram_mb :
3131
3131
description : |
3132
- The free RAM in this hypervisor(in MB ).
3132
+ The free RAM in this hypervisor(in MiB ).
3133
3133
in : body
3134
3134
required : true
3135
3135
type : integer
3136
3136
free_ram_mb_total :
3137
3137
description : |
3138
- The free RAM on all hypervisors(in MB ).
3138
+ The free RAM on all hypervisors(in MiB ).
3139
3139
in : body
3140
3140
required : true
3141
3141
type : integer
@@ -3195,7 +3195,7 @@ host_cpu:
3195
3195
type : integer
3196
3196
host_disk_gb :
3197
3197
description : |
3198
- The disk size on the host (in GB ).
3198
+ The disk size on the host (in GiB ).
3199
3199
in : body
3200
3200
required : true
3201
3201
type : integer
@@ -3226,7 +3226,7 @@ host_maintenance_mode_in:
3226
3226
type : string
3227
3227
host_memory_mb :
3228
3228
description : |
3229
- The memory size on the host (in MB ).
3229
+ The memory size on the host (in MiB ).
3230
3230
in : body
3231
3231
required : true
3232
3232
type : integer
@@ -3414,13 +3414,13 @@ hypervisor_diagnostics:
3414
3414
min_version : 2.48
3415
3415
hypervisor_free_disk_gb :
3416
3416
description : |
3417
- The free disk remaining on this hypervisor(in GB ).
3417
+ The free disk remaining on this hypervisor(in GiB ).
3418
3418
in : body
3419
3419
required : true
3420
3420
type : integer
3421
3421
hypervisor_free_disk_gb_total :
3422
3422
description : |
3423
- The free disk remaining on all hypervisors(in GB ).
3423
+ The free disk remaining on all hypervisors(in GiB ).
3424
3424
in : body
3425
3425
required : true
3426
3426
type : integer
@@ -4141,7 +4141,7 @@ links:
4141
4141
type : array
4142
4142
local_gb :
4143
4143
description : |
4144
- The disk in this hypervisor(in GB ).
4144
+ The disk in this hypervisor(in GiB ).
4145
4145
in : body
4146
4146
required : true
4147
4147
type : integer
@@ -4161,19 +4161,19 @@ local_gb_simple_tenant_usage_optional:
4161
4161
type : integer
4162
4162
local_gb_total :
4163
4163
description : |
4164
- The disk on all hypervisors(in GB ).
4164
+ The disk on all hypervisors(in GiB ).
4165
4165
in : body
4166
4166
required : true
4167
4167
type : integer
4168
4168
local_gb_used :
4169
4169
description : |
4170
- The disk used in this hypervisor(in GB ).
4170
+ The disk used in this hypervisor(in GiB ).
4171
4171
in : body
4172
4172
required : true
4173
4173
type : integer
4174
4174
local_gb_used_total :
4175
4175
description : |
4176
- The disk used on all hypervisors(in GB ).
4176
+ The disk used on all hypervisors(in GiB ).
4177
4177
in : body
4178
4178
required : true
4179
4179
type : integer
@@ -4231,47 +4231,47 @@ memory_details_diagnostics:
4231
4231
The dictionary with information about VM memory usage.
4232
4232
Following fields are presented in the dictionary:
4233
4233
4234
- - ``maximum`` - Amount of memory provisioned for the VM in MB (Integer)
4234
+ - ``maximum`` - Amount of memory provisioned for the VM in MiB (Integer)
4235
4235
4236
4236
- ``used`` - Amount of memory that is currently used by the guest operating
4237
- system and its applications in MB (Integer)
4237
+ system and its applications in MiB (Integer)
4238
4238
in : body
4239
4239
required : true
4240
4240
type : array
4241
4241
min_version : 2.48
4242
4242
memory_mb :
4243
4243
description : |
4244
- The memory of this hypervisor(in MB ).
4244
+ The memory of this hypervisor(in MiB ).
4245
4245
in : body
4246
4246
required : true
4247
4247
type : integer
4248
4248
memory_mb_simple_tenant_usage :
4249
4249
description : |
4250
- The memory size of the server (in MB ).
4250
+ The memory size of the server (in MiB ).
4251
4251
in : body
4252
4252
required : true
4253
4253
type : integer
4254
4254
memory_mb_simple_tenant_usage_optional :
4255
4255
description : |
4256
- The memory size of the server (in MB ).
4256
+ The memory size of the server (in MiB ).
4257
4257
in : body
4258
4258
required : false
4259
4259
type : integer
4260
4260
memory_mb_total :
4261
4261
description : |
4262
- The memory of all hypervisors(in MB ).
4262
+ The memory of all hypervisors(in MiB ).
4263
4263
in : body
4264
4264
required : true
4265
4265
type : integer
4266
4266
memory_mb_used :
4267
4267
description : |
4268
- The memory used in this hypervisor(in MB ).
4268
+ The memory used in this hypervisor(in MiB ).
4269
4269
in : body
4270
4270
required : true
4271
4271
type : integer
4272
4272
memory_mb_used_total :
4273
4273
description : |
4274
- The memory used on all hypervisors(in MB ).
4274
+ The memory used on all hypervisors(in MiB ).
4275
4275
in : body
4276
4276
required : true
4277
4277
type : integer
@@ -4501,7 +4501,7 @@ minDisk_body:
4501
4501
type : integer
4502
4502
minRam_body :
4503
4503
description : |
4504
- The minimum amount of RAM an image requires to function, in MB . For example, ``512``.
4504
+ The minimum amount of RAM an image requires to function, in MiB . For example, ``512``.
4505
4505
in : body
4506
4506
required : true
4507
4507
type : integer
@@ -5335,14 +5335,14 @@ quota_tenant_or_user_id_body:
5335
5335
type : string
5336
5336
ram : &ram
5337
5337
description : |
5338
- The amount of allowed server RAM, in MB , for each tenant.
5338
+ The amount of allowed server RAM, in MiB , for each tenant.
5339
5339
in : body
5340
5340
required : true
5341
5341
type : integer
5342
5342
ram_quota_class : &ram_quota_class
5343
5343
<< : *ram
5344
5344
description : |
5345
- The amount of allowed instance RAM, in MB , for the quota class.
5345
+ The amount of allowed instance RAM, in MiB , for the quota class.
5346
5346
ram_quota_class_optional :
5347
5347
<< : *ram_quota_class
5348
5348
required : false
@@ -5355,7 +5355,7 @@ ram_quota_details:
5355
5355
type : object
5356
5356
ram_quota_optional :
5357
5357
description : |
5358
- The amount of allowed server RAM, in MB , for each tenant.
5358
+ The amount of allowed server RAM, in MiB , for each tenant.
5359
5359
in : body
5360
5360
required : false
5361
5361
type : integer
@@ -6318,7 +6318,7 @@ total_local_gb_usage:
6318
6318
type : float
6319
6319
total_memory_mb_usage :
6320
6320
description : |
6321
- Multiplying the server memory size (in MB ) by hours the server exists,
6321
+ Multiplying the server memory size (in MiB ) by hours the server exists,
6322
6322
and then adding that all together for each server.
6323
6323
in : body
6324
6324
required : true
@@ -6660,7 +6660,7 @@ volume_id_resp:
6660
6660
type : string
6661
6661
volume_size :
6662
6662
description : |
6663
- The size of the volume (in GB ).
6663
+ The size of the volume (in GiB ).
6664
6664
This is integer value from range 1 to 2147483647
6665
6665
which can be requested as integer and string.
6666
6666
in : body
0 commit comments