cloudstack_ruby_client 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/lib/cloudstack_ruby_client/api/accounts_api.rb +3 -1
- data/lib/cloudstack_ruby_client/api/alert_api.rb +4 -1
- data/lib/cloudstack_ruby_client/api/configuration_api.rb +6 -0
- data/lib/cloudstack_ruby_client/api/ldap_api.rb +1 -2
- data/lib/cloudstack_ruby_client/api/network_api.rb +18 -0
- data/lib/cloudstack_ruby_client/api/storage_api.rb +9 -0
- data/lib/cloudstack_ruby_client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NWFiZGI5OWQ4NjliYzFkMTgzNWQxNTk1NDc5YzQ3ZTZjYWFjMjM5MA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OWJiODBhNGM5N2U1NGNlMTk1NDUwMjc5ZWU4ODBkNWZjYmZlN2JkYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzVlNjE4OGM1YjlmZTcxOWEzMTFiYTU3NmNjMjkwYzA4YTVmZmE2OGNhNjgx
|
|
10
|
+
MDQxMTMxNDAzODQ2YWRjZTgxYTEzZWY5NTEwNGYwYzgwYjBhMjMwYzEzMWYz
|
|
11
|
+
NjIzOWYyNDA2ZjAyN2I4MTJjYjNkODYzODJiMDcxOWI4MWU5Nzc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZjVjNTA3YmU5ODVmODJiNGY2MzRkNGNlOWMwMmQzMDkzMzI5NTM5ZGExMTBk
|
|
14
|
+
MmZiOTBiYTVkYTY2ZWMyYjgxNzE5NjZhNmI5NmZmMDA4OGVhMGM4Y2I0NjA4
|
|
15
|
+
NzFjODE2ZGI1NDFiNWI5NGMxN2VkMTc4NWI1ZmU0YWIyOWQwYmM=
|
|
@@ -111,5 +111,23 @@ module CloudstackRubyClient
|
|
|
111
111
|
:delete_static_route,
|
|
112
112
|
:list_static_routes
|
|
113
113
|
end
|
|
114
|
+
|
|
115
|
+
module InternalLb
|
|
116
|
+
cmd_processor :configure_internal_load_balancer_element,
|
|
117
|
+
:create_internal_load_balancer_element,
|
|
118
|
+
:list_internal_load_balancer_elements,
|
|
119
|
+
:stop_internal_load_balancer_v_m,
|
|
120
|
+
:start_internal_load_balancer_v_m,
|
|
121
|
+
:list_internal_load_balancer_v_ms
|
|
122
|
+
end
|
|
123
|
+
|
|
124
|
+
module PaloAlto
|
|
125
|
+
cmd_processor :list_palo_alto_firewall_networks,
|
|
126
|
+
:list_palo_alto_firewalls,
|
|
127
|
+
:add_palo_alto_firewall,
|
|
128
|
+
:delete_palo_alto_firewall,
|
|
129
|
+
:configure_palo_alto_firewall
|
|
130
|
+
end
|
|
131
|
+
|
|
114
132
|
end
|
|
115
133
|
end
|
|
@@ -2,6 +2,7 @@ module CloudstackRubyClient
|
|
|
2
2
|
module Api
|
|
3
3
|
module StoragePool
|
|
4
4
|
cmd_processor :list_storage_pools,
|
|
5
|
+
:list_storage_providers,
|
|
5
6
|
:create_storage_pool,
|
|
6
7
|
:update_storage_pool,
|
|
7
8
|
:delete_storage_pool,
|
|
@@ -14,5 +15,13 @@ module CloudstackRubyClient
|
|
|
14
15
|
:add_image_store,
|
|
15
16
|
:delete_image_store
|
|
16
17
|
end
|
|
18
|
+
|
|
19
|
+
module StorageLun
|
|
20
|
+
cmd_processor :list_luns_on_filer,
|
|
21
|
+
:create_lun_on_filer,
|
|
22
|
+
:destroy_lun_on_filer,
|
|
23
|
+
:associate_lun,
|
|
24
|
+
:dissociate_lun
|
|
25
|
+
end
|
|
17
26
|
end
|
|
18
27
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cloudstack_ruby_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chip Childers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A Ruby client for CloudStack's API, including a simple CLI.
|
|
14
14
|
email:
|
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
version: '0'
|
|
104
104
|
requirements: []
|
|
105
105
|
rubyforge_project:
|
|
106
|
-
rubygems_version: 2.
|
|
106
|
+
rubygems_version: 2.1.9
|
|
107
107
|
signing_key:
|
|
108
108
|
specification_version: 4
|
|
109
109
|
summary: A Ruby client for CloudStack's API.
|