mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[Brightbox] Remove commented resource from schema
This commit is contained in:
parent
a8f7033530
commit
cd4fcc962f
1 changed files with 0 additions and 13 deletions
|
@ -525,19 +525,6 @@ class Brightbox
|
|||
"firewall_policy" => Brightbox::Compute::Formats::Nested::FIREWALL_POLICY
|
||||
}
|
||||
|
||||
#FIREWALL_RULE = {
|
||||
#"id" => String,
|
||||
#"resource_type" => String,
|
||||
#"url" => String,
|
||||
#"source" => String,
|
||||
#"source_port" => String,
|
||||
#"destination" => String,
|
||||
#"destination_port" => String,
|
||||
#"protocol" => String,
|
||||
#"icmp_type_name" => String,
|
||||
#"description" => Fog::Nullable::String
|
||||
#}
|
||||
|
||||
IMAGE = {
|
||||
"name" => String,
|
||||
"created_at" => String,
|
||||
|
|
Loading…
Reference in a new issue