fog 1.33.0 → 1.34.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +47 -0
  3. data/Rakefile +3 -0
  4. data/fog.gemspec +4 -4
  5. data/lib/fog/openstack/baremetal.rb +20 -82
  6. data/lib/fog/openstack/compute.rb +11 -34
  7. data/lib/fog/openstack/core.rb +37 -10
  8. data/lib/fog/openstack/identity.rb +33 -44
  9. data/lib/fog/openstack/identity_v2.rb +14 -84
  10. data/lib/fog/openstack/identity_v3.rb +4 -51
  11. data/lib/fog/openstack/image.rb +22 -83
  12. data/lib/fog/openstack/metering.rb +15 -76
  13. data/lib/fog/openstack/models/compute/server.rb +1 -1
  14. data/lib/fog/openstack/models/orchestration/events.rb +1 -0
  15. data/lib/fog/openstack/models/orchestration/resources.rb +1 -0
  16. data/lib/fog/openstack/models/orchestration/stack.rb +1 -1
  17. data/lib/fog/openstack/models/orchestration/stacks.rb +1 -0
  18. data/lib/fog/openstack/models/orchestration/templates.rb +1 -0
  19. data/lib/fog/openstack/network.rb +21 -21
  20. data/lib/fog/openstack/orchestration.rb +11 -91
  21. data/lib/fog/openstack/planning.rb +19 -81
  22. data/lib/fog/openstack/requests/compute/list_security_groups.rb +9 -1
  23. data/lib/fog/openstack/requests/network/add_router_interface.rb +12 -4
  24. data/lib/fog/openstack/requests/network/create_port.rb +14 -12
  25. data/lib/fog/openstack/requests/network/get_port.rb +4 -0
  26. data/lib/fog/openstack/requests/network/set_tenant.rb +1 -0
  27. data/lib/fog/openstack/storage.rb +18 -57
  28. data/lib/fog/openstack/volume.rb +17 -79
  29. data/lib/fog/rackspace/requests/storage/get_object_https_url.rb +13 -2
  30. data/lib/fog/vcloud_director/generators/compute/edge_gateway_service_configuration.rb +7 -6
  31. data/lib/fog/vcloud_director/models/compute/vm_customizations.rb +15 -0
  32. data/lib/fog/version.rb +1 -1
  33. data/lib/tasks/changelog_task.rb +1 -0
  34. data/spec/fog/openstack/volume_spec.rb +5 -0
  35. data/tests/compute/helper.rb +0 -6
  36. data/tests/openstack/requests/network/port_tests.rb +14 -12
  37. data/tests/rackspace/requests/storage/object_tests.rb +46 -4
  38. data/tests/vcloud_director/requests/compute/edge_gateway_tests.rb +2 -2
  39. metadata +11 -74
  40. data/lib/fog/bin/dynect.rb +0 -28
  41. data/tests/brightbox/compute/helper.rb +0 -1
  42. data/tests/brightbox/compute/schema.rb +0 -799
  43. data/tests/brightbox/compute_tests.rb +0 -101
  44. data/tests/brightbox/helper.rb +0 -1
  45. data/tests/brightbox/models/compute/account_tests.rb +0 -17
  46. data/tests/brightbox/models/compute/cloud_ip_tests.rb +0 -32
  47. data/tests/brightbox/models/compute/database_server_tests.rb +0 -78
  48. data/tests/brightbox/models/compute/database_snapshot_tests.rb +0 -26
  49. data/tests/brightbox/models/compute/database_type_tests.rb +0 -27
  50. data/tests/brightbox/models/compute/server_tests.rb +0 -19
  51. data/tests/brightbox/oauth2_tests.rb +0 -110
  52. data/tests/brightbox/requests/compute/account_tests.rb +0 -65
  53. data/tests/brightbox/requests/compute/api_client_tests.rb +0 -64
  54. data/tests/brightbox/requests/compute/application_test.rb +0 -63
  55. data/tests/brightbox/requests/compute/cloud_ip_tests.rb +0 -85
  56. data/tests/brightbox/requests/compute/collaboration_tests.rb +0 -39
  57. data/tests/brightbox/requests/compute/database_server_tests.rb +0 -54
  58. data/tests/brightbox/requests/compute/database_snapsnot_tests.rb +0 -47
  59. data/tests/brightbox/requests/compute/database_type_tests.rb +0 -17
  60. data/tests/brightbox/requests/compute/firewall_policy_tests.rb +0 -40
  61. data/tests/brightbox/requests/compute/firewall_rule_tests.rb +0 -43
  62. data/tests/brightbox/requests/compute/helper.rb +0 -41
  63. data/tests/brightbox/requests/compute/image_tests.rb +0 -60
  64. data/tests/brightbox/requests/compute/interface_tests.rb +0 -33
  65. data/tests/brightbox/requests/compute/load_balancer_tests.rb +0 -121
  66. data/tests/brightbox/requests/compute/server_group_tests.rb +0 -96
  67. data/tests/brightbox/requests/compute/server_tests.rb +0 -99
  68. data/tests/brightbox/requests/compute/server_type_tests.rb +0 -34
  69. data/tests/brightbox/requests/compute/user_collaboration_tests.rb +0 -67
  70. data/tests/brightbox/requests/compute/user_tests.rb +0 -38
  71. data/tests/brightbox/requests/compute/zone_tests.rb +0 -34
@@ -26,11 +26,11 @@ Shindo.tests('Compute::VcloudDirector | edge gateway requests', ['vclouddirector
26
26
  :PeerId => "1223-123UDH-12321",
27
27
  :LocalIpAddress => "192.168.90.90",
28
28
  :LocalId => "202UB-9602-UB629",
29
- :PeerSubnet => {
29
+ :PeerSubnet => [{
30
30
  :Name => "192.168.0.0/18",
31
31
  :Gateway => "192.168.0.0",
32
32
  :Netmask => "255.255.192.0",
33
- },
33
+ }],
34
34
  :SharedSecret => "dont tell anyone",
35
35
  :SharedSecretEncrypted => "false",
36
36
  :EncryptionProtocol => "AES",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - geemus (Wesley Beary)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-12 00:00:00.000000000 Z
11
+ date: 2015-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog-core
@@ -132,30 +132,30 @@ dependencies:
132
132
  name: fog-dynect
133
133
  requirement: !ruby/object:Gem::Requirement
134
134
  requirements:
135
- - - ">="
135
+ - - "~>"
136
136
  - !ruby/object:Gem::Version
137
- version: '0'
137
+ version: 0.0.2
138
138
  type: :runtime
139
139
  prerelease: false
140
140
  version_requirements: !ruby/object:Gem::Requirement
141
141
  requirements:
142
- - - ">="
142
+ - - "~>"
143
143
  - !ruby/object:Gem::Version
144
- version: '0'
144
+ version: 0.0.2
145
145
  - !ruby/object:Gem::Dependency
146
146
  name: fog-ecloud
147
147
  requirement: !ruby/object:Gem::Requirement
148
148
  requirements:
149
- - - '='
149
+ - - "~>"
150
150
  - !ruby/object:Gem::Version
151
- version: 0.1.1
151
+ version: '0.1'
152
152
  type: :runtime
153
153
  prerelease: false
154
154
  version_requirements: !ruby/object:Gem::Requirement
155
155
  requirements:
156
- - - '='
156
+ - - "~>"
157
157
  - !ruby/object:Gem::Version
158
- version: 0.1.1
158
+ version: '0.1'
159
159
  - !ruby/object:Gem::Dependency
160
160
  name: fog-google
161
161
  requirement: !ruby/object:Gem::Requirement
@@ -651,7 +651,6 @@ files:
651
651
  - lib/fog/bin/dnsimple.rb
652
652
  - lib/fog/bin/dnsmadeeasy.rb
653
653
  - lib/fog/bin/dreamhost.rb
654
- - lib/fog/bin/dynect.rb
655
654
  - lib/fog/bin/fogdocker.rb
656
655
  - lib/fog/bin/glesys.rb
657
656
  - lib/fog/bin/go_grid.rb
@@ -4025,37 +4024,6 @@ files:
4025
4024
  - tests/bluebox/requests/compute/product_tests.rb
4026
4025
  - tests/bluebox/requests/compute/template_tests.rb
4027
4026
  - tests/bluebox/requests/dns/dns_tests.rb
4028
- - tests/brightbox/compute/helper.rb
4029
- - tests/brightbox/compute/schema.rb
4030
- - tests/brightbox/compute_tests.rb
4031
- - tests/brightbox/helper.rb
4032
- - tests/brightbox/models/compute/account_tests.rb
4033
- - tests/brightbox/models/compute/cloud_ip_tests.rb
4034
- - tests/brightbox/models/compute/database_server_tests.rb
4035
- - tests/brightbox/models/compute/database_snapshot_tests.rb
4036
- - tests/brightbox/models/compute/database_type_tests.rb
4037
- - tests/brightbox/models/compute/server_tests.rb
4038
- - tests/brightbox/oauth2_tests.rb
4039
- - tests/brightbox/requests/compute/account_tests.rb
4040
- - tests/brightbox/requests/compute/api_client_tests.rb
4041
- - tests/brightbox/requests/compute/application_test.rb
4042
- - tests/brightbox/requests/compute/cloud_ip_tests.rb
4043
- - tests/brightbox/requests/compute/collaboration_tests.rb
4044
- - tests/brightbox/requests/compute/database_server_tests.rb
4045
- - tests/brightbox/requests/compute/database_snapsnot_tests.rb
4046
- - tests/brightbox/requests/compute/database_type_tests.rb
4047
- - tests/brightbox/requests/compute/firewall_policy_tests.rb
4048
- - tests/brightbox/requests/compute/firewall_rule_tests.rb
4049
- - tests/brightbox/requests/compute/helper.rb
4050
- - tests/brightbox/requests/compute/image_tests.rb
4051
- - tests/brightbox/requests/compute/interface_tests.rb
4052
- - tests/brightbox/requests/compute/load_balancer_tests.rb
4053
- - tests/brightbox/requests/compute/server_group_tests.rb
4054
- - tests/brightbox/requests/compute/server_tests.rb
4055
- - tests/brightbox/requests/compute/server_type_tests.rb
4056
- - tests/brightbox/requests/compute/user_collaboration_tests.rb
4057
- - tests/brightbox/requests/compute/user_tests.rb
4058
- - tests/brightbox/requests/compute/zone_tests.rb
4059
4027
  - tests/clodo/requests/compute/image_tests.rb
4060
4028
  - tests/clodo/requests/compute/server_tests.rb
4061
4029
  - tests/cloudsigma/models/server_tests.rb
@@ -4784,7 +4752,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
4784
4752
  version: '0'
4785
4753
  requirements: []
4786
4754
  rubyforge_project: fog
4787
- rubygems_version: 2.2.2
4755
+ rubygems_version: 2.4.5.1
4788
4756
  signing_key:
4789
4757
  specification_version: 2
4790
4758
  summary: brings clouds to you
@@ -4904,37 +4872,6 @@ test_files:
4904
4872
  - tests/bluebox/requests/compute/product_tests.rb
4905
4873
  - tests/bluebox/requests/compute/template_tests.rb
4906
4874
  - tests/bluebox/requests/dns/dns_tests.rb
4907
- - tests/brightbox/compute/helper.rb
4908
- - tests/brightbox/compute/schema.rb
4909
- - tests/brightbox/compute_tests.rb
4910
- - tests/brightbox/helper.rb
4911
- - tests/brightbox/models/compute/account_tests.rb
4912
- - tests/brightbox/models/compute/cloud_ip_tests.rb
4913
- - tests/brightbox/models/compute/database_server_tests.rb
4914
- - tests/brightbox/models/compute/database_snapshot_tests.rb
4915
- - tests/brightbox/models/compute/database_type_tests.rb
4916
- - tests/brightbox/models/compute/server_tests.rb
4917
- - tests/brightbox/oauth2_tests.rb
4918
- - tests/brightbox/requests/compute/account_tests.rb
4919
- - tests/brightbox/requests/compute/api_client_tests.rb
4920
- - tests/brightbox/requests/compute/application_test.rb
4921
- - tests/brightbox/requests/compute/cloud_ip_tests.rb
4922
- - tests/brightbox/requests/compute/collaboration_tests.rb
4923
- - tests/brightbox/requests/compute/database_server_tests.rb
4924
- - tests/brightbox/requests/compute/database_snapsnot_tests.rb
4925
- - tests/brightbox/requests/compute/database_type_tests.rb
4926
- - tests/brightbox/requests/compute/firewall_policy_tests.rb
4927
- - tests/brightbox/requests/compute/firewall_rule_tests.rb
4928
- - tests/brightbox/requests/compute/helper.rb
4929
- - tests/brightbox/requests/compute/image_tests.rb
4930
- - tests/brightbox/requests/compute/interface_tests.rb
4931
- - tests/brightbox/requests/compute/load_balancer_tests.rb
4932
- - tests/brightbox/requests/compute/server_group_tests.rb
4933
- - tests/brightbox/requests/compute/server_tests.rb
4934
- - tests/brightbox/requests/compute/server_type_tests.rb
4935
- - tests/brightbox/requests/compute/user_collaboration_tests.rb
4936
- - tests/brightbox/requests/compute/user_tests.rb
4937
- - tests/brightbox/requests/compute/zone_tests.rb
4938
4875
  - tests/clodo/requests/compute/image_tests.rb
4939
4876
  - tests/clodo/requests/compute/server_tests.rb
4940
4877
  - tests/cloudsigma/models/server_tests.rb
@@ -1,28 +0,0 @@
1
- class Dynect < Fog::Bin
2
- class << self
3
- def class_for(key)
4
- case key
5
- when :dns
6
- Fog::DNS::Dynect
7
- else
8
- raise ArgumentError, "Unrecognized service: #{key}"
9
- end
10
- end
11
-
12
- def [](service)
13
- @@connections ||= Hash.new do |hash, key|
14
- hash[key] = case key
15
- when :dns
16
- Fog::DNS.new(:provider => 'Dynect')
17
- else
18
- raise ArgumentError, "Unrecognized service: #{service}"
19
- end
20
- end
21
- @@connections[service]
22
- end
23
-
24
- def services
25
- [:dns]
26
- end
27
- end
28
- end
@@ -1 +0,0 @@
1
- require File.expand_path("schema", File.dirname(__FILE__))
@@ -1,799 +0,0 @@
1
- module Fog
2
- module Brightbox
3
- module Nullable
4
- module Account; end
5
- module ApiClient; end
6
- module FirewallPolicy; end
7
- module Image; end
8
- module Interface; end
9
- module LoadBalancer; end
10
- module Server; end
11
- module ServerGroup; end
12
- module User; end
13
- module Zone; end
14
- end
15
- end
16
- end
17
-
18
- Hash.send :include, Fog::Brightbox::Nullable::Account
19
- NilClass.send :include, Fog::Brightbox::Nullable::Account
20
-
21
- Hash.send :include, Fog::Brightbox::Nullable::ApiClient
22
- NilClass.send :include, Fog::Brightbox::Nullable::ApiClient
23
-
24
- Hash.send :include, Fog::Brightbox::Nullable::FirewallPolicy
25
- NilClass.send :include, Fog::Brightbox::Nullable::FirewallPolicy
26
-
27
- Hash.send :include, Fog::Brightbox::Nullable::Image
28
- NilClass.send :include, Fog::Brightbox::Nullable::Image
29
-
30
- Hash.send :include, Fog::Brightbox::Nullable::Interface
31
- NilClass.send :include, Fog::Brightbox::Nullable::Interface
32
-
33
- Hash.send :include, Fog::Brightbox::Nullable::LoadBalancer
34
- NilClass.send :include, Fog::Brightbox::Nullable::LoadBalancer
35
-
36
- Hash.send :include, Fog::Brightbox::Nullable::Server
37
- NilClass.send :include, Fog::Brightbox::Nullable::Server
38
-
39
- Hash.send :include, Fog::Brightbox::Nullable::ServerGroup
40
- NilClass.send :include, Fog::Brightbox::Nullable::ServerGroup
41
-
42
- Hash.send :include, Fog::Brightbox::Nullable::User
43
- NilClass.send :include, Fog::Brightbox::Nullable::User
44
-
45
- Hash.send :include, Fog::Brightbox::Nullable::Zone
46
- NilClass.send :include, Fog::Brightbox::Nullable::Zone
47
-
48
- class Brightbox
49
- module Compute
50
- module Formats
51
- module Struct
52
- CIP_PORT_TRANSLATOR = {
53
- "protocol" => String,
54
- "incoming" => Integer,
55
- "outgoing" => Integer
56
- }
57
- LB_LISTENER = {
58
- "in" => Integer,
59
- "out" => Integer,
60
- "protocol" => String,
61
- "timeout" => Integer
62
- }
63
- LB_HEALTHCHECK = {
64
- "type" => String,
65
- "request" => String,
66
- "port" => Integer,
67
- "interval" => Integer,
68
- "timeout" => Integer,
69
- "threshold_up" => Integer,
70
- "threshold_down" => Integer
71
- }
72
- end
73
-
74
- module Nested
75
- ACCOUNT = {
76
- "name" => String,
77
- "resource_type" => String,
78
- "url" => String,
79
- "id" => String,
80
- "status" => String
81
- }
82
-
83
- API_CLIENT = {
84
- "id" => String,
85
- "resource_type" => String,
86
- "url" => String,
87
- "name" => String,
88
- "description" => String,
89
- "revoked_at" => Fog::Nullable::String
90
- }
91
-
92
- CLOUD_IP = {
93
- "id" => String,
94
- "resource_type" => String,
95
- "url" => String,
96
- "name" => Fog::Nullable::String,
97
- "public_ip" => String,
98
- "status" => String,
99
- "reverse_dns" => String
100
- }
101
-
102
- DATABASE_SERVER = {
103
- "id" => String,
104
- "resource_type" => String,
105
- "url" => String,
106
- "name" => String,
107
- "description" => String,
108
- "allow_access" => Array,
109
- "database_version" => String,
110
- "status" => String,
111
- "created_at" => String,
112
- "deleted_at" => Fog::Nullable::String
113
- }
114
-
115
- DATABASE_SNAPSHOT = {
116
- "id" => String,
117
- "resource_type" => String,
118
- "url" => String,
119
- "name" => String,
120
- "description" => String,
121
- "database_version" => String,
122
- "size" => Integer,
123
- "status" => String,
124
- "created_at" => String,
125
- "deleted_at" => Fog::Nullable::String,
126
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT
127
- }
128
-
129
- DATABASE_SERVER_TYPE = {
130
- "id" => String,
131
- "resource_type" => String,
132
- "url" => String,
133
- "name" => String,
134
- "description" => String,
135
- "ram" => Integer,
136
- "disk_size" => Integer
137
- }
138
-
139
- FIREWALL_POLICY = {
140
- "id" => String,
141
- "resource_type" => String,
142
- "url" => String,
143
- "name" => Fog::Nullable::String,
144
- "default" => Fog::Boolean,
145
- "created_at" => String,
146
- "description" => Fog::Nullable::String
147
- }
148
-
149
- FIREWALL_RULE = {
150
- "id" => String,
151
- "resource_type" => String,
152
- "url" => String,
153
- "created_at" => String,
154
- "source" => Fog::Nullable::String,
155
- "source_port" => Fog::Nullable::String,
156
- "destination" => Fog::Nullable::String,
157
- "destination_port" => Fog::Nullable::String,
158
- "protocol" => Fog::Nullable::String,
159
- "icmp_type_name" => Fog::Nullable::String,
160
- "description" => Fog::Nullable::String
161
- }
162
-
163
- IMAGE = {
164
- "name" => String,
165
- "created_at" => String,
166
- "resource_type" => String,
167
- "arch" => String,
168
- "url" => String,
169
- "id" => String,
170
- "description" => String,
171
- "source" => String,
172
- "status" => String,
173
- "public" => Fog::Boolean,
174
- "official" => Fog::Boolean,
175
- "owner" => String,
176
- "username" => Fog::Nullable::String
177
- }
178
-
179
- INTERFACE = {
180
- "resource_type" => String,
181
- "url" => String,
182
- "id" => String,
183
- "ipv4_address" => String,
184
- "ipv6_address" => Fog::Nullable::String,
185
- "mac_address" => String
186
- }
187
-
188
- LOAD_BALANCER = {
189
- "id" => String,
190
- "resource_type" => String,
191
- "url" => String,
192
- "name" => String,
193
- "status" => String,
194
- "created_at" => String,
195
- "deleted_at" => Fog::Nullable::String
196
- }
197
-
198
- SERVER = {
199
- "id" => String,
200
- "resource_type" => String,
201
- "url" => String,
202
- "name" => String,
203
- "status" => String,
204
- "hostname" => String,
205
- "fqdn" => String,
206
- "created_at" => String,
207
- "started_at" => Fog::Nullable::String,
208
- "deleted_at" => Fog::Nullable::String,
209
- "username" => Fog::Nullable::String
210
- }
211
-
212
- SERVER_GROUP = {
213
- "id" => String,
214
- "resource_type" => String,
215
- "url" => String,
216
- "name" => Fog::Nullable::String,
217
- "created_at" => String,
218
- "default" => Fog::Boolean,
219
- "description" => Fog::Nullable::String,
220
- "created_at" => String
221
- }
222
-
223
- SERVER_TYPE = {
224
- "name" => String,
225
- "handle" => Fog::Nullable::String,
226
- "cores" => Integer,
227
- "resource_type" => String,
228
- "disk_size" => Integer,
229
- "url" => String,
230
- "id" => String,
231
- "ram" => Integer,
232
- "status" => String
233
- }
234
-
235
- USER = {
236
- "id" => String,
237
- "resource_type" => String,
238
- "url" => String,
239
- "name" => String,
240
- "email_address" => String
241
- }
242
-
243
- COLLABORATION = {
244
- "id" => String,
245
- "resource_type" => String,
246
- "url" => String,
247
- "status" => String,
248
- "email" => Fog::Nullable::String,
249
- "role" => String,
250
- "role_label" => String,
251
- "user" => Fog::Brightbox::Nullable::User,
252
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
253
- "inviter" => Brightbox::Compute::Formats::Nested::USER
254
- }
255
-
256
- ZONE = {
257
- "id" => String,
258
- "resource_type" => String,
259
- "url" => String,
260
- "handle" => Fog::Nullable::String
261
- }
262
- end
263
-
264
- module Collected
265
- ACCOUNT = {
266
- "id" => String,
267
- "resource_type" => String,
268
- "url" => String,
269
- "name" => String,
270
- "status" => String,
271
- "vat_registration_number" => Fog::Nullable::String,
272
- "telephone_number" => Fog::Nullable::String,
273
- "telephone_verified" => Fog::Nullable::Boolean,
274
- "ram_limit" => Integer,
275
- "ram_used" => Integer,
276
- "cloud_ips_limit" => Integer,
277
- "cloud_ips_used" => Integer,
278
- "load_balancers_limit" => Integer,
279
- "load_balancers_used" => Integer,
280
- "library_ftp_password" => Fog::Nullable::String,
281
- "verified_telephone" => Fog::Nullable::String,
282
- "verified_at" => Fog::Nullable::String,
283
- "verified_ip" => Fog::Nullable::String,
284
- "owner" => Brightbox::Compute::Formats::Nested::USER,
285
- "users" => [Brightbox::Compute::Formats::Nested::USER],
286
- "clients" => [Brightbox::Compute::Formats::Nested::API_CLIENT],
287
- "servers" => [Brightbox::Compute::Formats::Nested::SERVER],
288
- "load_balancers" => [Brightbox::Compute::Formats::Nested::LOAD_BALANCER],
289
- "cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP],
290
- "server_groups" => [Brightbox::Compute::Formats::Nested::SERVER_GROUP],
291
- "firewall_policies" => [Brightbox::Compute::Formats::Nested::FIREWALL_POLICY],
292
- "images" => [Brightbox::Compute::Formats::Nested::IMAGE],
293
- "zones" => [Brightbox::Compute::Formats::Nested::ZONE]
294
- }
295
-
296
- API_CLIENT = {
297
- "id" => String,
298
- "resource_type" => String,
299
- "url" => String,
300
- "name" => String,
301
- "description" => String,
302
- "revoked_at" => Fog::Nullable::String,
303
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT
304
- }
305
-
306
- APPLICATION = {
307
- "id" => String,
308
- "resource_type" => String,
309
- "url" => String,
310
- "name" => Fog::Nullable::String
311
- }
312
-
313
- CLOUD_IP = {
314
- "id" => String,
315
- "resource_type" => String,
316
- "url" => String,
317
- "name" => Fog::Nullable::String,
318
- "public_ip" => String,
319
- "status" => String,
320
- "reverse_dns" => String,
321
- "port_translators" => [Brightbox::Compute::Formats::Struct::CIP_PORT_TRANSLATOR],
322
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
323
- "interface" => Fog::Brightbox::Nullable::Interface,
324
- "load_balancer" => Fog::Brightbox::Nullable::LoadBalancer,
325
- "server" => Fog::Brightbox::Nullable::Server,
326
- "server_group" => Fog::Brightbox::Nullable::ServerGroup
327
- }
328
-
329
- DATABASE_SERVER = {
330
- "id" => String,
331
- "resource_type" => String,
332
- "url" => String,
333
- "name" => String,
334
- "description" => String,
335
- "allow_access" => Array,
336
- "database_version" => String,
337
- "status" => String,
338
- "created_at" => String,
339
- "deleted_at" => Fog::Nullable::String
340
- }
341
-
342
- DATABASE_SNAPSHOT = {
343
- "id" => String,
344
- "resource_type" => String,
345
- "url" => String,
346
- "name" => String,
347
- "description" => String,
348
- "database_version" => String,
349
- "size" => Integer,
350
- "status" => String,
351
- "created_at" => String,
352
- "deleted_at" => Fog::Nullable::String,
353
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT
354
- }
355
-
356
- DATABASE_SERVER_TYPE = {
357
- "id" => String,
358
- "resource_type" => String,
359
- "url" => String,
360
- "name" => String,
361
- "description" => String,
362
- "ram" => Integer,
363
- "disk_size" => Integer
364
- }
365
-
366
- FIREWALL_POLICY = {
367
- "id" => String,
368
- "resource_type" => String,
369
- "url" => String,
370
- "name" => Fog::Nullable::String,
371
- "description" => Fog::Nullable::String,
372
- "default" => Fog::Boolean,
373
- "created_at" => String,
374
- "server_group" => Fog::Brightbox::Nullable::ServerGroup,
375
- "rules" => [Brightbox::Compute::Formats::Nested::FIREWALL_RULE]
376
- }
377
-
378
- IMAGE = {
379
- "name" => String,
380
- "created_at" => String,
381
- "resource_type" => String,
382
- "arch" => String,
383
- "url" => String,
384
- "id" => String,
385
- "description" => String,
386
- "source" => String,
387
- "source_type" => String,
388
- "status" => String,
389
- "owner" => String,
390
- "username" => Fog::Nullable::String,
391
- "public" => Fog::Boolean,
392
- "official" => Fog::Boolean,
393
- "compatibility_mode" => Fog::Boolean,
394
- "virtual_size" => Integer,
395
- "disk_size" => Integer,
396
- "min_ram" => Fog::Nullable::Integer,
397
- "ancestor" => Fog::Brightbox::Nullable::Image,
398
- "username" => Fog::Nullable::String
399
- }
400
-
401
- LOAD_BALANCER = {
402
- "id" => String,
403
- "resource_type" => String,
404
- "url" => String,
405
- "name" => String,
406
- "status" => String,
407
- "created_at" => String,
408
- "deleted_at" => Fog::Nullable::String,
409
- "cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP],
410
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
411
- "listeners" => [Brightbox::Compute::Formats::Struct::LB_LISTENER],
412
- "nodes" => [Brightbox::Compute::Formats::Nested::SERVER]
413
- }
414
-
415
- SERVER = {
416
- "id" => String,
417
- "resource_type" => String,
418
- "url" => String,
419
- "name" => String,
420
- "status" => String,
421
- "hostname" => String,
422
- "fqdn" => String,
423
- "created_at" => String,
424
- "started_at" => Fog::Nullable::String,
425
- "deleted_at" => Fog::Nullable::String,
426
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
427
- "server_type" => Brightbox::Compute::Formats::Nested::SERVER_TYPE,
428
- "cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP],
429
- "image" => Brightbox::Compute::Formats::Nested::IMAGE,
430
- "server_groups" => [Brightbox::Compute::Formats::Nested::SERVER_GROUP],
431
- "snapshots" => [Brightbox::Compute::Formats::Nested::IMAGE],
432
- "interfaces" => [Brightbox::Compute::Formats::Nested::INTERFACE],
433
- "zone" => Fog::Brightbox::Nullable::Zone,
434
- "username" => Fog::Nullable::String,
435
- "compatibility_mode" => Fog::Boolean
436
- }
437
-
438
- SERVER_GROUP = {
439
- "created_at" => String,
440
- "id" => String,
441
- "resource_type" => String,
442
- "url" => String,
443
- "name" => Fog::Nullable::String,
444
- "description" => Fog::Nullable::String,
445
- "default" => Fog::Boolean,
446
- "created_at" => String,
447
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
448
- "servers" => [Brightbox::Compute::Formats::Nested::SERVER],
449
- "firewall_policy" => Fog::Brightbox::Nullable::FirewallPolicy
450
- }
451
-
452
- SERVER_TYPE = {
453
- "id" => String,
454
- "resource_type" => String,
455
- "url" => String,
456
- "handle" => Fog::Nullable::String,
457
- "name" => String,
458
- "status" => String,
459
- "cores" => Integer,
460
- "ram" => Integer,
461
- "disk_size" => Integer
462
- }
463
-
464
- USER = {
465
- "id" => String,
466
- "resource_type" => String,
467
- "url" => String,
468
- "name" => String,
469
- "email_address" => String,
470
- "email_verified" => Fog::Boolean,
471
- "accounts" => [Brightbox::Compute::Formats::Nested::ACCOUNT],
472
- "default_account" => NilClass
473
- }
474
-
475
- COLLABORATION = {
476
- "id" => String,
477
- "resource_type" => String,
478
- "url" => String,
479
- "status" => String,
480
- "role" => String,
481
- "role_label" => String,
482
- "email" => Fog::Nullable::String,
483
- "user" => Fog::Brightbox::Nullable::User,
484
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
485
- "inviter" => Brightbox::Compute::Formats::Nested::USER
486
- }
487
-
488
- ZONE = {
489
- "id" => String,
490
- "resource_type" => String,
491
- "url" => String,
492
- "handle" => Fog::Nullable::String
493
- }
494
- end
495
-
496
- module Full
497
- ACCOUNT = {
498
- "id" => String,
499
- "resource_type" => String,
500
- "url" => String,
501
- "name" => String,
502
- "status" => String,
503
- "address_1" => String,
504
- "address_2" => String,
505
- "city" => String,
506
- "county" => String,
507
- "postcode" => String,
508
- "country_code" => String,
509
- "country_name" => String,
510
- "vat_registration_number" => Fog::Nullable::String,
511
- "telephone_number" => String,
512
- "telephone_verified" => Fog::Boolean,
513
- "created_at" => String,
514
- "ram_limit" => Integer,
515
- "ram_used" => Integer,
516
- "cloud_ips_limit" => Integer,
517
- "cloud_ips_used" => Integer,
518
- "load_balancers_limit" => Integer,
519
- "load_balancers_used" => Integer,
520
- "library_ftp_host" => String,
521
- "library_ftp_user" => String,
522
- "library_ftp_password" => Fog::Nullable::String,
523
- "verified_telephone" => Fog::Nullable::String,
524
- "verified_at" => Fog::Nullable::String,
525
- "verified_ip" => Fog::Nullable::String,
526
- "valid_credit_card" => Fog::Boolean,
527
- "owner" => Brightbox::Compute::Formats::Nested::USER,
528
- "users" => [Brightbox::Compute::Formats::Nested::USER],
529
- "clients" => [Brightbox::Compute::Formats::Nested::API_CLIENT],
530
- "servers" => [Brightbox::Compute::Formats::Nested::SERVER],
531
- "load_balancers" => [Brightbox::Compute::Formats::Nested::LOAD_BALANCER],
532
- "cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP],
533
- "server_groups" => [Brightbox::Compute::Formats::Nested::SERVER_GROUP],
534
- "firewall_policies" => [Brightbox::Compute::Formats::Nested::FIREWALL_POLICY],
535
- "images" => [Brightbox::Compute::Formats::Nested::IMAGE],
536
- "zones" => [Brightbox::Compute::Formats::Nested::ZONE]
537
- }
538
-
539
- API_CLIENT = {
540
- "id" => String,
541
- "resource_type" => String,
542
- "url" => String,
543
- "name" => String,
544
- "description" => String,
545
- "revoked_at" => Fog::Nullable::String,
546
- "secret" => Fog::Nullable::String,
547
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT
548
- }
549
-
550
- APPLICATION = {
551
- "id" => String,
552
- "resource_type" => String,
553
- "url" => String,
554
- "name" => Fog::Nullable::String,
555
- "secret" => Fog::Nullable::String
556
- }
557
-
558
- CLOUD_IP = {
559
- "id" => String,
560
- "resource_type" => String,
561
- "url" => String,
562
- "name" => Fog::Nullable::String,
563
- "public_ip" => String,
564
- "status" => String,
565
- "reverse_dns" => String,
566
- "port_translators" => [Brightbox::Compute::Formats::Struct::CIP_PORT_TRANSLATOR],
567
- "account" => Fog::Brightbox::Nullable::Account,
568
- "interface" => Fog::Brightbox::Nullable::Interface,
569
- "load_balancer" => Fog::Brightbox::Nullable::LoadBalancer,
570
- "server" => Fog::Brightbox::Nullable::Server,
571
- "server_group" => Fog::Brightbox::Nullable::ServerGroup
572
- }
573
-
574
- DATABASE_SERVER = {
575
- "id" => String,
576
- "resource_type" => String,
577
- "url" => String,
578
- "name" => String,
579
- "description" => String,
580
- "admin_username" => Fog::Nullable::String,
581
- "admin_password" => Fog::Nullable::String,
582
- "allow_access" => Array,
583
- "database_version" => String,
584
- "status" => String,
585
- "created_at" => String,
586
- "deleted_at" => Fog::Nullable::String
587
- }
588
-
589
- DATABASE_SNAPSHOT = {
590
- "id" => String,
591
- "resource_type" => String,
592
- "url" => String,
593
- "name" => String,
594
- "description" => String,
595
- "database_version" => String,
596
- "size" => Integer,
597
- "status" => String,
598
- "created_at" => String,
599
- "deleted_at" => Fog::Nullable::String,
600
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT
601
- }
602
-
603
- DATABASE_SERVER_TYPE = {
604
- "id" => String,
605
- "resource_type" => String,
606
- "url" => String,
607
- "name" => String,
608
- "description" => String,
609
- "ram" => Integer,
610
- "disk_size" => Integer
611
- }
612
-
613
- FIREWALL_POLICY = {
614
- "id" => String,
615
- "resource_type" => String,
616
- "url" => String,
617
- "name" => Fog::Nullable::String,
618
- "description" => Fog::Nullable::String,
619
- "default" => Fog::Boolean,
620
- "created_at" => String,
621
- "server_group" => Fog::Brightbox::Nullable::ServerGroup,
622
- "rules" => [Brightbox::Compute::Formats::Nested::FIREWALL_RULE]
623
- }
624
-
625
- FIREWALL_RULE = {
626
- "id" => String,
627
- "resource_type" => String,
628
- "url" => String,
629
- "created_at" => String,
630
- "source" => Fog::Nullable::String,
631
- "source_port" => Fog::Nullable::String,
632
- "destination" => Fog::Nullable::String,
633
- "destination_port" => Fog::Nullable::String,
634
- "protocol" => Fog::Nullable::String,
635
- "icmp_type_name" => Fog::Nullable::String,
636
- "description" => Fog::Nullable::String,
637
- "firewall_policy" => Brightbox::Compute::Formats::Nested::FIREWALL_POLICY
638
- }
639
-
640
- IMAGE = {
641
- "name" => String,
642
- "created_at" => String,
643
- "resource_type" => String,
644
- "arch" => String,
645
- "url" => String,
646
- "id" => String,
647
- "description" => String,
648
- "source" => String,
649
- "source_type" => String,
650
- "status" => String,
651
- "owner" => String, # Account ID not object
652
- "username" => Fog::Nullable::String,
653
- "public" => Fog::Boolean,
654
- "official" => Fog::Boolean,
655
- "compatibility_mode" => Fog::Boolean,
656
- "virtual_size" => Integer,
657
- "disk_size" => Integer,
658
- "min_ram" => Fog::Nullable::Integer,
659
- "ancestor" => Fog::Brightbox::Nullable::Image,
660
- "username" => Fog::Nullable::String,
661
- "licence_name" => Fog::Nullable::String
662
- }
663
-
664
- INTERFACE = {
665
- "resource_type" => String,
666
- "url" => String,
667
- "id" => String,
668
- "ipv4_address" => String,
669
- "ipv6_address" => Fog::Nullable::String,
670
- "mac_address" => String,
671
- "server" => Brightbox::Compute::Formats::Nested::SERVER
672
- }
673
-
674
- LOAD_BALANCER = {
675
- "id" => String,
676
- "resource_type" => String,
677
- "url" => String,
678
- "name" => String,
679
- "status" => String,
680
- "listeners" => [Brightbox::Compute::Formats::Struct::LB_LISTENER],
681
- "policy" => String,
682
- "healthcheck" => Brightbox::Compute::Formats::Struct::LB_HEALTHCHECK,
683
- "certificate" => Fog::Nullable::Hash,
684
- "created_at" => String,
685
- "deleted_at" => Fog::Nullable::String,
686
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
687
- "nodes" => [Brightbox::Compute::Formats::Nested::SERVER],
688
- "cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP]
689
- }
690
-
691
- SERVER = {
692
- "id" => String,
693
- "resource_type" => String,
694
- "url" => String,
695
- "name" => String,
696
- "status" => String,
697
- "hostname" => String,
698
- "fqdn" => String,
699
- "created_at" => String,
700
- "started_at" => Fog::Nullable::String,
701
- "deleted_at" => Fog::Nullable::String,
702
- "user_data" => Fog::Nullable::String,
703
- "console_url" => Fog::Nullable::String,
704
- "console_token" => Fog::Nullable::String,
705
- "console_token_expires" => Fog::Nullable::String,
706
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
707
- "server_type" => Brightbox::Compute::Formats::Nested::SERVER_TYPE,
708
- "cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP],
709
- "image" => Brightbox::Compute::Formats::Nested::IMAGE,
710
- "snapshots" => [Brightbox::Compute::Formats::Nested::IMAGE],
711
- "server_groups" => [Brightbox::Compute::Formats::Nested::SERVER_GROUP],
712
- "interfaces" => [Brightbox::Compute::Formats::Nested::INTERFACE],
713
- "zone" => Fog::Brightbox::Nullable::Zone,
714
- "licence_name" => Fog::Nullable::String,
715
- "username" => Fog::Nullable::String,
716
- "compatibility_mode" => Fog::Boolean
717
- }
718
-
719
- SERVER_GROUP = {
720
- "created_at" => String,
721
- "id" => String,
722
- "resource_type" => String,
723
- "url" => String,
724
- "name" => String,
725
- "description" => Fog::Nullable::String,
726
- "default" => Fog::Boolean,
727
- "created_at" => String,
728
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
729
- "servers" => [Brightbox::Compute::Formats::Nested::SERVER],
730
- "firewall_policy" => Fog::Brightbox::Nullable::FirewallPolicy
731
- }
732
-
733
- SERVER_TYPE = {
734
- "id" => String,
735
- "resource_type" => String,
736
- "url" => String,
737
- "handle" => Fog::Nullable::String,
738
- "name" => String,
739
- "status" => String,
740
- "cores" => Integer,
741
- "ram" => Integer,
742
- "disk_size" => Integer
743
- }
744
-
745
- USER = {
746
- "id" => String,
747
- "resource_type" => String,
748
- "url" => String,
749
- "name" => String,
750
- "email_address" => String,
751
- "email_verified" => Fog::Boolean,
752
- "accounts" => [Brightbox::Compute::Formats::Nested::ACCOUNT],
753
- "default_account" => Fog::Brightbox::Nullable::Account,
754
- "ssh_key" => Fog::Nullable::String,
755
- "messaging_pref" => Fog::Boolean
756
- }
757
-
758
- COLLABORATION = {
759
- "id" => String,
760
- "resource_type" => String,
761
- "url" => String,
762
- "status" => String,
763
- "role" => String,
764
- "role_label" => String,
765
- "email" => Fog::Nullable::String,
766
- "user" => Fog::Brightbox::Nullable::User,
767
- "account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
768
- "inviter" => Brightbox::Compute::Formats::Nested::USER
769
- }
770
-
771
- ZONE = {
772
- "id" => String,
773
- "resource_type" => String,
774
- "url" => String,
775
- "handle" => String
776
- }
777
- end
778
-
779
- module Collection
780
- ACCOUNTS = [Brightbox::Compute::Formats::Collected::ACCOUNT]
781
- API_CLIENTS = [Brightbox::Compute::Formats::Collected::API_CLIENT]
782
- APPLICATION = [Brightbox::Compute::Formats::Collected::APPLICATION]
783
- CLOUD_IPS = [Brightbox::Compute::Formats::Collected::CLOUD_IP]
784
- COLLABORATIONS = [Brightbox::Compute::Formats::Collected::COLLABORATION]
785
- DATABASE_SERVERS = [Brightbox::Compute::Formats::Collected::DATABASE_SERVER]
786
- DATABASE_SERVER_TYPES = [Brightbox::Compute::Formats::Collected::DATABASE_SERVER_TYPE]
787
- DATABASE_SNAPSHOTS = [Brightbox::Compute::Formats::Collected::DATABASE_SNAPSHOT]
788
- FIREWALL_POLICIES = [Brightbox::Compute::Formats::Collected::FIREWALL_POLICY]
789
- IMAGES = [Brightbox::Compute::Formats::Collected::IMAGE]
790
- LOAD_BALANCERS = [Brightbox::Compute::Formats::Collected::LOAD_BALANCER]
791
- SERVERS = [Brightbox::Compute::Formats::Collected::SERVER]
792
- SERVER_GROUPS = [Brightbox::Compute::Formats::Collected::SERVER_GROUP]
793
- SERVER_TYPES = [Brightbox::Compute::Formats::Collected::SERVER_TYPE]
794
- USERS = [Brightbox::Compute::Formats::Collected::USER]
795
- ZONES = [Brightbox::Compute::Formats::Collected::ZONE]
796
- end
797
- end
798
- end
799
- end