mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Brightbox] Updated ServerGroup format for created_at time
This commit is contained in:
parent
c7feaa46e5
commit
ae439fdb26
1 changed files with 4 additions and 1 deletions
|
@ -141,7 +141,8 @@ class Brightbox
|
||||||
"url" => String,
|
"url" => String,
|
||||||
"name" => String,
|
"name" => String,
|
||||||
"default" => Fog::Boolean,
|
"default" => Fog::Boolean,
|
||||||
"description" => Fog::Nullable::String
|
"description" => Fog::Nullable::String,
|
||||||
|
"created_at" => String
|
||||||
}
|
}
|
||||||
|
|
||||||
SERVER_TYPE = {
|
SERVER_TYPE = {
|
||||||
|
@ -283,6 +284,7 @@ class Brightbox
|
||||||
"name" => String,
|
"name" => String,
|
||||||
"description" => Fog::Nullable::String,
|
"description" => Fog::Nullable::String,
|
||||||
"default" => Fog::Boolean,
|
"default" => Fog::Boolean,
|
||||||
|
"created_at" => String,
|
||||||
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
|
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
|
||||||
"servers" => [Brightbox::Compute::Formats::Nested::SERVER]
|
"servers" => [Brightbox::Compute::Formats::Nested::SERVER]
|
||||||
}
|
}
|
||||||
|
@ -483,6 +485,7 @@ class Brightbox
|
||||||
"name" => String,
|
"name" => String,
|
||||||
"description" => Fog::Nullable::String,
|
"description" => Fog::Nullable::String,
|
||||||
"default" => Fog::Boolean,
|
"default" => Fog::Boolean,
|
||||||
|
"created_at" => String,
|
||||||
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
|
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
|
||||||
"servers" => [Brightbox::Compute::Formats::Nested::SERVER]
|
"servers" => [Brightbox::Compute::Formats::Nested::SERVER]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue