mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[brightbox] Updated format template for Load Balancers to allow CloudIps
This commit is contained in:
parent
3ddee97334
commit
5d53948917
1 changed files with 2 additions and 1 deletions
|
@ -346,7 +346,8 @@ class Brightbox
|
|||
"created_at" => String,
|
||||
"deleted_at" => Fog::Nullable::String,
|
||||
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
|
||||
"nodes" => [Brightbox::Compute::Formats::Nested::SERVER]
|
||||
"nodes" => [Brightbox::Compute::Formats::Nested::SERVER],
|
||||
"cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP]
|
||||
}
|
||||
|
||||
SERVER = {
|
||||
|
|
Loading…
Add table
Reference in a new issue