mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Brightbox] Updated LoadBalancer format to include listeners in listing
This commit is contained in:
parent
45e926addf
commit
1f43684466
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ class Brightbox
|
|||
"deleted_at" => Fog::Nullable::String,
|
||||
"cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP],
|
||||
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
|
||||
"listeners" => [Brightbox::Compute::Formats::Struct::LB_LISTENER],
|
||||
"nodes" => [Brightbox::Compute::Formats::Nested::SERVER]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue