mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Brightbox] Updated Server output format
Zone may be null if Server is deleted.
This commit is contained in:
parent
4f268d2a8e
commit
2344163ecb
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ class Brightbox
|
|||
"snapshots" => [Brightbox::Compute::Formats::Nested::IMAGE],
|
||||
"server_groups" => [Brightbox::Compute::Formats::Nested::SERVER_GROUP],
|
||||
"interfaces" => [Brightbox::Compute::Formats::Nested::INTERFACE],
|
||||
"zone" => Brightbox::Compute::Formats::Nested::ZONE,
|
||||
"zone" => Fog::Brightbox::Nullable::Zone,
|
||||
"username" => Fog::Nullable::String
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue