1
0
Fork 0
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:
Paul Thornthwaite 2011-03-02 20:34:45 +08:00 committed by Wesley Beary
parent 5d53948917
commit 85c90c500c

View file

@ -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],