mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Brightbox] Updated Image format for min_ram attribute
This commit is contained in:
parent
ceb5a6d73e
commit
45e926addf
1 changed files with 2 additions and 0 deletions
|
@ -279,6 +279,7 @@ class Brightbox
|
|||
"compatibility_mode" => Fog::Boolean,
|
||||
"virtual_size" => Integer,
|
||||
"disk_size" => Integer,
|
||||
"min_ram" => Fog::Nullable::Integer,
|
||||
"ancestor" => Fog::Brightbox::Nullable::Image,
|
||||
"username" => Fog::Nullable::String
|
||||
}
|
||||
|
@ -471,6 +472,7 @@ class Brightbox
|
|||
"compatibility_mode" => Fog::Boolean,
|
||||
"virtual_size" => Integer,
|
||||
"disk_size" => Integer,
|
||||
"min_ram" => Fog::Nullable::Integer,
|
||||
"ancestor" => Fog::Brightbox::Nullable::Image,
|
||||
"username" => Fog::Nullable::String
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue