mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[brightbox|compute] Fixed Format of nested CloudIP's server attribute
This commit is contained in:
parent
124617062e
commit
bae1fd168d
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class Brightbox
|
||||||
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
|
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
|
||||||
"interface" => Fog::Brightbox::Nullable::Interface,
|
"interface" => Fog::Brightbox::Nullable::Interface,
|
||||||
"load_balancer" => Fog::Brightbox::Nullable::LoadBalancer,
|
"load_balancer" => Fog::Brightbox::Nullable::LoadBalancer,
|
||||||
"server" => Fog::Nullable::String
|
"server" => Fog::Brightbox::Nullable::Server
|
||||||
}
|
}
|
||||||
|
|
||||||
IMAGE = {
|
IMAGE = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue