mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[brightbox] Updated Server format with console fields
This commit is contained in:
parent
5d53948917
commit
85c90c500c
1 changed files with 3 additions and 0 deletions
|
@ -361,6 +361,9 @@ class Brightbox
|
|||
"started_at" => Fog::Nullable::String,
|
||||
"deleted_at" => Fog::Nullable::String,
|
||||
"user_data" => Fog::Nullable::String,
|
||||
"console_url" => Fog::Nullable::String,
|
||||
"console_token" => Fog::Nullable::String,
|
||||
"console_token_expires" => Fog::Nullable::String,
|
||||
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
|
||||
"server_type" => Brightbox::Compute::Formats::Nested::SERVER_TYPE,
|
||||
"cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP],
|
||||
|
|
Loading…
Add table
Reference in a new issue