vipruby 0.1.7 → 0.1.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +14 -4
  3. data/.yardoc/object_types +0 -0
  4. data/.yardoc/objects/root.dat +0 -0
  5. data/{LICENSE.txt → LICENSE} +2 -2
  6. data/README.md +94 -12
  7. data/doc/Vipr.html +139 -29
  8. data/doc/ViprAutoTier.html +426 -0
  9. data/doc/ViprBase.html +1 -1
  10. data/doc/ViprBlockVirtualPool.html +859 -0
  11. data/doc/ViprFileVirtualPool.html +859 -0
  12. data/doc/ViprHost.html +1 -1
  13. data/doc/ViprServiceCatalog.html +800 -0
  14. data/doc/ViprStoragePool.html +664 -0
  15. data/doc/ViprStoragePort.html +664 -0
  16. data/doc/ViprStorageSystem.html +2588 -805
  17. data/doc/ViprStorageTier.html +323 -0
  18. data/doc/ViprTenant.html +529 -0
  19. data/doc/ViprVcenter.html +1 -1
  20. data/doc/ViprVirtualArray.html +1230 -0
  21. data/doc/ViprVirtualDataCenter.html +407 -0
  22. data/doc/Vipruby.html +2 -2
  23. data/doc/_index.html +51 -1
  24. data/doc/class_list.html +1 -1
  25. data/doc/file.README.html +71 -26
  26. data/doc/index.html +71 -26
  27. data/doc/method_list.html +438 -12
  28. data/doc/top-level-namespace.html +2 -2
  29. data/lib/doc/_index.html +88 -0
  30. data/lib/doc/class_list.html +58 -0
  31. data/lib/doc/css/common.css +1 -0
  32. data/lib/doc/css/full_list.css +57 -0
  33. data/lib/doc/css/style.css +339 -0
  34. data/lib/doc/file_list.html +57 -0
  35. data/lib/doc/frames.html +26 -0
  36. data/lib/doc/index.html +88 -0
  37. data/lib/doc/js/app.js +219 -0
  38. data/lib/doc/js/full_list.js +181 -0
  39. data/lib/doc/js/jquery.js +4 -0
  40. data/lib/doc/method_list.html +57 -0
  41. data/lib/doc/top-level-namespace.html +102 -0
  42. data/lib/vipruby.rb +1 -5
  43. data/lib/vipruby/objects/autotier.rb +30 -0
  44. data/lib/vipruby/objects/blockvirtualpool.rb +74 -0
  45. data/lib/vipruby/objects/filevirtualpool.rb +74 -0
  46. data/lib/vipruby/objects/servicecatalog.rb +81 -0
  47. data/lib/vipruby/objects/storagepool.rb +80 -0
  48. data/lib/vipruby/objects/storageport.rb +62 -0
  49. data/lib/vipruby/objects/storagesystem.rb +169 -0
  50. data/lib/vipruby/objects/storagetier.rb +21 -0
  51. data/lib/vipruby/objects/tenant.rb +39 -0
  52. data/lib/vipruby/objects/virtualarray.rb +100 -0
  53. data/lib/vipruby/objects/virtualdatacenter.rb +28 -0
  54. data/lib/vipruby/version.rb +1 -1
  55. data/lib/vipruby/vipr.rb +25 -5
  56. data/vipruby.gemspec +2 -2
  57. metadata +39 -6
@@ -50,7 +50,7 @@
50
50
 
51
51
  <ul id="full_list" class="class">
52
52
  <li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li>
53
- <li><span class='object_link'><a href="Vipr.html" title="Vipr (class)">Vipr</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprBase.html" title="ViprBase (module)">ViprBase</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprHost.html" title="ViprHost (module)">ViprHost</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprStorageSystem.html" title="ViprStorageSystem (module)">ViprStorageSystem</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprVcenter.html" title="ViprVcenter (module)">ViprVcenter</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="Vipruby.html" title="Vipruby (module)">Vipruby</a></span><small class='search_info'>Top Level Namespace</small></li>
53
+ <li><span class='object_link'><a href="Vipr.html" title="Vipr (class)">Vipr</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprAutoTier.html" title="ViprAutoTier (module)">ViprAutoTier</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprBase.html" title="ViprBase (module)">ViprBase</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprBlockVirtualPool.html" title="ViprBlockVirtualPool (module)">ViprBlockVirtualPool</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprFileVirtualPool.html" title="ViprFileVirtualPool (module)">ViprFileVirtualPool</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprHost.html" title="ViprHost (module)">ViprHost</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprServiceCatalog.html" title="ViprServiceCatalog (module)">ViprServiceCatalog</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprStoragePool.html" title="ViprStoragePool (module)">ViprStoragePool</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprStoragePort.html" title="ViprStoragePort (module)">ViprStoragePort</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprStorageSystem.html" title="ViprStorageSystem (module)">ViprStorageSystem</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprStorageTier.html" title="ViprStorageTier (module)">ViprStorageTier</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprTenant.html" title="ViprTenant (module)">ViprTenant</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprVcenter.html" title="ViprVcenter (module)">ViprVcenter</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprVirtualArray.html" title="ViprVirtualArray (module)">ViprVirtualArray</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="ViprVirtualDataCenter.html" title="ViprVirtualDataCenter (module)">ViprVirtualDataCenter</a></span><small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="Vipruby.html" title="Vipruby (module)">Vipruby</a></span><small class='search_info'>Top Level Namespace</small></li>
54
54
 
55
55
  </ul>
56
56
  </div>
@@ -67,43 +67,88 @@ src="https://badge.fury.io/rb/vipruby.svg"></a></p>
67
67
 
68
68
  <h1 id="label-ViPRuby">ViPRuby</h1>
69
69
 
70
- <h2 id="label-23-23-23+A+Ruby+library+for+EMCs+ViPR">### A Ruby library for EMCs ViPR</h2>
70
+ <h2 id="label-23-23-23+A+Ruby+library+for+EMCs+ViPR+Controller+-28ViPR-C-29+REST+API">### A Ruby library for EMCs ViPR Controller (ViPR-C) REST API</h2>
71
71
 
72
72
  <h2 id="label-How+to+use-3A">How to use:</h2>
73
73
 
74
- <h4 id="label-Install+and+usage-3A">Install and usage:</h4>
74
+ <h3 id="label-Install+and+usage-3A">Install and usage:</h3>
75
75
 
76
- <p>gem install vipruby<br> require &#39;vipruby&#39;</p>
76
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='id identifier rubyid_install'>install</span> <span class='id identifier rubyid_vipruby'>vipruby</span>
77
+ <span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>vipruby</span><span class='tstring_end'>&#39;</span></span>
78
+ </code></pre>
77
79
 
78
- <h4 id="label-Create+a+ViPR+object-3A">Create a ViPR object:</h4>
80
+ <h3 id="label-Create+a+ViPR+object-3A">Create a ViPR object:</h3>
79
81
 
80
- <pre class="code ruby"><code class="ruby">```ruby
81
- base_url = &#39;vipr.mydomain.com&#39;
82
- user_name = &#39;root&#39;
83
- password = &#39;mypw&#39;
84
- verify_cert = false
82
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_base_url'>base_url</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>vipr.mydomain.com</span><span class='tstring_end'>&#39;</span></span>
83
+ <span class='id identifier rubyid_user_name'>user_name</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>root</span><span class='tstring_end'>&#39;</span></span>
84
+ <span class='id identifier rubyid_password'>password</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>mypw</span><span class='tstring_end'>&#39;</span></span>
85
+ <span class='id identifier rubyid_verify_cert'>verify_cert</span> <span class='op'>=</span> <span class='kw'>false</span>
85
86
 
86
- vipr = Vipr.new(base_url,user_name,password,verify_cert)
87
- ```</code></pre>
87
+ <span class='id identifier rubyid_vipr'>vipr</span> <span class='op'>=</span> <span class='const'>Vipr</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_base_url'>base_url</span><span class='comma'>,</span><span class='id identifier rubyid_user_name'>user_name</span><span class='comma'>,</span><span class='id identifier rubyid_password'>password</span><span class='comma'>,</span><span class='id identifier rubyid_verify_cert'>verify_cert</span><span class='rparen'>)</span>
88
+ </code></pre>
88
89
 
89
- <h4 id="label-Methods+Exist+for-3A">Methods Exist for:</h4>
90
-
91
- <pre class="code ruby"><code class="ruby">1. vCenter
92
- * Add vCenters (to root or specific tenant)
93
- * Remove vCenters
94
- * Get vCenter Information
95
- 2. Hosts
96
- * Add Hosts
97
- * Add Host Initators
98
- * Remove Hosts
99
- * Get Host Information
100
- 3. Storage Systems
101
- * Add Storage Arrays</code></pre>
90
+ <h3 id="label-Methods+Exist+for-3A">Methods Exist for:</h3>
91
+ <ol><li>
92
+ <p>vCenter</p>
93
+ </li><li>
94
+ <p>Add vCenters (to root or specific tenant)</p>
95
+ </li><li>
96
+ <p>Remove vCenters</p>
97
+ </li><li>
98
+ <p>Get vCenter Information</p>
99
+ </li><li>
100
+ <p>Hosts</p>
101
+ </li><li>
102
+ <p>Add Hosts</p>
103
+ </li><li>
104
+ <p>Add Host Initators</p>
105
+ </li><li>
106
+ <p>Remove Hosts</p>
107
+ </li><li>
108
+ <p>Get Host Information</p>
109
+ </li><li>
110
+ <p>Storage Systems</p>
111
+ </li><li>
112
+ <p>Add Storage Arrays</p>
113
+ </li><li>
114
+ <p>Tenants</p>
115
+ </li><li>
116
+ <p>Get All Tenants</p>
117
+ </li><li>
118
+ <p>Get One Tenant Information</p>
119
+ </li><li>
120
+ <p>Get Subtenants of One Tenant</p>
121
+ </li><li>
122
+ <p>Get Projects of One Tenant</p>
123
+ </li><li>
124
+ <p>Service Catalog</p>
125
+ </li><li>
126
+ <p>Get Root Service Catalog Information</p>
127
+ </li><li>
128
+ <p>Get Categories of a Catalog</p>
129
+ </li><li>
130
+ <p>Get Services of a Category of a Catalog</p>
131
+ </li><li>
132
+ <p>Order A Service</p>
133
+ </li></ol>
102
134
 
103
135
  <p>For all methods, see the <a href="http://rubygems.org/gems/vipruby">Gem
104
136
  Documentation for all code samples</a></p>
105
137
 
106
- <h4 id="label-To+Do-3A">To Do:</h4>
138
+ <h2 id="label-Licensing">Licensing</h2>
139
+
140
+ <p>Licensed under the Apache License, Version 2.0 (the “License”); you may not
141
+ use this file except in compliance with the License. You may obtain a copy
142
+ of the License at <a
143
+ href="http://www.apache.org/licenses/LICENSE-2.0">www.apache.org/licenses/LICENSE-2.0</a></p>
144
+
145
+ <p>Unless required by applicable law or agreed to in writing, software
146
+ distributed under the License is distributed on an “AS IS” BASIS, WITHOUT
147
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
148
+ License for the specific language governing permissions and limitations
149
+ under the License</p>
150
+
151
+ <h2 id="label-To+Do-3A">To Do:</h2>
107
152
  <ul><li>
108
153
  <p>Add more methods for more controller specific actions.</p>
109
154
  </li><li>
@@ -112,7 +157,7 @@ Documentation for all code samples</a></p>
112
157
  </div></div>
113
158
 
114
159
  <div id="footer">
115
- Generated on Mon Dec 15 13:52:44 2014 by
160
+ Generated on Mon Jun 1 15:10:33 2015 by
116
161
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
117
162
  0.8.7.6 (ruby-2.1.2).
118
163
  </div>
@@ -67,43 +67,88 @@ src="https://badge.fury.io/rb/vipruby.svg"></a></p>
67
67
 
68
68
  <h1 id="label-ViPRuby">ViPRuby</h1>
69
69
 
70
- <h2 id="label-23-23-23+A+Ruby+library+for+EMCs+ViPR">### A Ruby library for EMCs ViPR</h2>
70
+ <h2 id="label-23-23-23+A+Ruby+library+for+EMCs+ViPR+Controller+-28ViPR-C-29+REST+API">### A Ruby library for EMCs ViPR Controller (ViPR-C) REST API</h2>
71
71
 
72
72
  <h2 id="label-How+to+use-3A">How to use:</h2>
73
73
 
74
- <h4 id="label-Install+and+usage-3A">Install and usage:</h4>
74
+ <h3 id="label-Install+and+usage-3A">Install and usage:</h3>
75
75
 
76
- <p>gem install vipruby<br> require &#39;vipruby&#39;</p>
76
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='id identifier rubyid_install'>install</span> <span class='id identifier rubyid_vipruby'>vipruby</span>
77
+ <span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>vipruby</span><span class='tstring_end'>&#39;</span></span>
78
+ </code></pre>
77
79
 
78
- <h4 id="label-Create+a+ViPR+object-3A">Create a ViPR object:</h4>
80
+ <h3 id="label-Create+a+ViPR+object-3A">Create a ViPR object:</h3>
79
81
 
80
- <pre class="code ruby"><code class="ruby">```ruby
81
- base_url = &#39;vipr.mydomain.com&#39;
82
- user_name = &#39;root&#39;
83
- password = &#39;mypw&#39;
84
- verify_cert = false
82
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_base_url'>base_url</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>vipr.mydomain.com</span><span class='tstring_end'>&#39;</span></span>
83
+ <span class='id identifier rubyid_user_name'>user_name</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>root</span><span class='tstring_end'>&#39;</span></span>
84
+ <span class='id identifier rubyid_password'>password</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>mypw</span><span class='tstring_end'>&#39;</span></span>
85
+ <span class='id identifier rubyid_verify_cert'>verify_cert</span> <span class='op'>=</span> <span class='kw'>false</span>
85
86
 
86
- vipr = Vipr.new(base_url,user_name,password,verify_cert)
87
- ```</code></pre>
87
+ <span class='id identifier rubyid_vipr'>vipr</span> <span class='op'>=</span> <span class='const'>Vipr</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_base_url'>base_url</span><span class='comma'>,</span><span class='id identifier rubyid_user_name'>user_name</span><span class='comma'>,</span><span class='id identifier rubyid_password'>password</span><span class='comma'>,</span><span class='id identifier rubyid_verify_cert'>verify_cert</span><span class='rparen'>)</span>
88
+ </code></pre>
88
89
 
89
- <h4 id="label-Methods+Exist+for-3A">Methods Exist for:</h4>
90
-
91
- <pre class="code ruby"><code class="ruby">1. vCenter
92
- * Add vCenters (to root or specific tenant)
93
- * Remove vCenters
94
- * Get vCenter Information
95
- 2. Hosts
96
- * Add Hosts
97
- * Add Host Initators
98
- * Remove Hosts
99
- * Get Host Information
100
- 3. Storage Systems
101
- * Add Storage Arrays</code></pre>
90
+ <h3 id="label-Methods+Exist+for-3A">Methods Exist for:</h3>
91
+ <ol><li>
92
+ <p>vCenter</p>
93
+ </li><li>
94
+ <p>Add vCenters (to root or specific tenant)</p>
95
+ </li><li>
96
+ <p>Remove vCenters</p>
97
+ </li><li>
98
+ <p>Get vCenter Information</p>
99
+ </li><li>
100
+ <p>Hosts</p>
101
+ </li><li>
102
+ <p>Add Hosts</p>
103
+ </li><li>
104
+ <p>Add Host Initators</p>
105
+ </li><li>
106
+ <p>Remove Hosts</p>
107
+ </li><li>
108
+ <p>Get Host Information</p>
109
+ </li><li>
110
+ <p>Storage Systems</p>
111
+ </li><li>
112
+ <p>Add Storage Arrays</p>
113
+ </li><li>
114
+ <p>Tenants</p>
115
+ </li><li>
116
+ <p>Get All Tenants</p>
117
+ </li><li>
118
+ <p>Get One Tenant Information</p>
119
+ </li><li>
120
+ <p>Get Subtenants of One Tenant</p>
121
+ </li><li>
122
+ <p>Get Projects of One Tenant</p>
123
+ </li><li>
124
+ <p>Service Catalog</p>
125
+ </li><li>
126
+ <p>Get Root Service Catalog Information</p>
127
+ </li><li>
128
+ <p>Get Categories of a Catalog</p>
129
+ </li><li>
130
+ <p>Get Services of a Category of a Catalog</p>
131
+ </li><li>
132
+ <p>Order A Service</p>
133
+ </li></ol>
102
134
 
103
135
  <p>For all methods, see the <a href="http://rubygems.org/gems/vipruby">Gem
104
136
  Documentation for all code samples</a></p>
105
137
 
106
- <h4 id="label-To+Do-3A">To Do:</h4>
138
+ <h2 id="label-Licensing">Licensing</h2>
139
+
140
+ <p>Licensed under the Apache License, Version 2.0 (the “License”); you may not
141
+ use this file except in compliance with the License. You may obtain a copy
142
+ of the License at <a
143
+ href="http://www.apache.org/licenses/LICENSE-2.0">www.apache.org/licenses/LICENSE-2.0</a></p>
144
+
145
+ <p>Unless required by applicable law or agreed to in writing, software
146
+ distributed under the License is distributed on an “AS IS” BASIS, WITHOUT
147
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
148
+ License for the specific language governing permissions and limitations
149
+ under the License</p>
150
+
151
+ <h2 id="label-To+Do-3A">To Do:</h2>
107
152
  <ul><li>
108
153
  <p>Add more methods for more controller specific actions.</p>
109
154
  </li><li>
@@ -112,7 +157,7 @@ Documentation for all code samples</a></p>
112
157
  </div></div>
113
158
 
114
159
  <div id="footer">
115
- Generated on Mon Dec 15 13:52:44 2014 by
160
+ Generated on Mon Jun 1 15:10:33 2015 by
116
161
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
117
162
  0.8.7.6 (ruby-2.1.2).
118
163
  </div>
@@ -130,29 +130,65 @@
130
130
 
131
131
 
132
132
  <li class="r2 ">
133
+ <span class='object_link'><a href="ViprBlockVirtualPool.html#block_vpool_deactivate-instance_method" title="ViprBlockVirtualPool#block_vpool_deactivate (method)">#block_vpool_deactivate</a></span>
134
+ <small>ViprBlockVirtualPool</small>
135
+ </li>
136
+
137
+
138
+ <li class="r1 ">
139
+ <span class='object_link'><a href="ViprBlockVirtualPool.html#check_block_vpool_id_post-instance_method" title="ViprBlockVirtualPool#check_block_vpool_id_post (method)">#check_block_vpool_id_post</a></span>
140
+ <small>ViprBlockVirtualPool</small>
141
+ </li>
142
+
143
+
144
+ <li class="r2 ">
145
+ <span class='object_link'><a href="ViprFileVirtualPool.html#check_file_vpool_id_post-instance_method" title="ViprFileVirtualPool#check_file_vpool_id_post (method)">#check_file_vpool_id_post</a></span>
146
+ <small>ViprFileVirtualPool</small>
147
+ </li>
148
+
149
+
150
+ <li class="r1 ">
133
151
  <span class='object_link'><a href="ViprHost.html#check_host_get-instance_method" title="ViprHost#check_host_get (method)">#check_host_get</a></span>
134
152
  <small>ViprHost</small>
135
153
  </li>
136
154
 
137
155
 
138
- <li class="r1 ">
156
+ <li class="r2 ">
139
157
  <span class='object_link'><a href="ViprHost.html#check_host_post-instance_method" title="ViprHost#check_host_post (method)">#check_host_post</a></span>
140
158
  <small>ViprHost</small>
141
159
  </li>
142
160
 
143
161
 
144
- <li class="r2 ">
162
+ <li class="r1 ">
145
163
  <span class='object_link'><a href="ViprHost.html#check_host_post_initiator-instance_method" title="ViprHost#check_host_post_initiator (method)">#check_host_post_initiator</a></span>
146
164
  <small>ViprHost</small>
147
165
  </li>
148
166
 
149
167
 
168
+ <li class="r2 ">
169
+ <span class='object_link'><a href="ViprStoragePool.html#check_storage_pool_id_post-instance_method" title="ViprStoragePool#check_storage_pool_id_post (method)">#check_storage_pool_id_post</a></span>
170
+ <small>ViprStoragePool</small>
171
+ </li>
172
+
173
+
150
174
  <li class="r1 ">
175
+ <span class='object_link'><a href="ViprStoragePort.html#check_storage_port_id_post-instance_method" title="ViprStoragePort#check_storage_port_id_post (method)">#check_storage_port_id_post</a></span>
176
+ <small>ViprStoragePort</small>
177
+ </li>
178
+
179
+
180
+ <li class="r2 ">
151
181
  <span class='object_link'><a href="ViprStorageSystem.html#check_storage_provider_payload-instance_method" title="ViprStorageSystem#check_storage_provider_payload (method)">#check_storage_provider_payload</a></span>
152
182
  <small>ViprStorageSystem</small>
153
183
  </li>
154
184
 
155
185
 
186
+ <li class="r1 ">
187
+ <span class='object_link'><a href="ViprStorageSystem.html#check_storage_system_id_post-instance_method" title="ViprStorageSystem#check_storage_system_id_post (method)">#check_storage_system_id_post</a></span>
188
+ <small>ViprStorageSystem</small>
189
+ </li>
190
+
191
+
156
192
  <li class="r2 ">
157
193
  <span class='object_link'><a href="ViprVcenter.html#check_vcenter-instance_method" title="ViprVcenter#check_vcenter (method)">#check_vcenter</a></span>
158
194
  <small>ViprVcenter</small>
@@ -184,41 +220,53 @@
184
220
 
185
221
 
186
222
  <li class="r1 ">
223
+ <span class='object_link'><a href="ViprFileVirtualPool.html#file_vpool_deactivate-instance_method" title="ViprFileVirtualPool#file_vpool_deactivate (method)">#file_vpool_deactivate</a></span>
224
+ <small>ViprFileVirtualPool</small>
225
+ </li>
226
+
227
+
228
+ <li class="r2 ">
187
229
  <span class='object_link'><a href="ViprHost.html#find_host_object-instance_method" title="ViprHost#find_host_object (method)">#find_host_object</a></span>
188
230
  <small>ViprHost</small>
189
231
  </li>
190
232
 
191
233
 
192
- <li class="r2 ">
234
+ <li class="r1 ">
193
235
  <span class='object_link'><a href="ViprVcenter.html#find_vcenter_object-instance_method" title="ViprVcenter#find_vcenter_object (method)">#find_vcenter_object</a></span>
194
236
  <small>ViprVcenter</small>
195
237
  </li>
196
238
 
197
239
 
198
- <li class="r1 ">
240
+ <li class="r2 ">
199
241
  <span class='object_link'><a href="ViprBase.html#generate_base_url-instance_method" title="ViprBase#generate_base_url (method)">#generate_base_url</a></span>
200
242
  <small>ViprBase</small>
201
243
  </li>
202
244
 
203
245
 
204
- <li class="r2 ">
246
+ <li class="r1 ">
205
247
  <span class='object_link'><a href="ViprHost.html#generate_host_post_json-instance_method" title="ViprHost#generate_host_post_json (method)">#generate_host_post_json</a></span>
206
248
  <small>ViprHost</small>
207
249
  </li>
208
250
 
209
251
 
210
- <li class="r1 ">
252
+ <li class="r2 ">
211
253
  <span class='object_link'><a href="ViprHost.html#generate_initiators_json-instance_method" title="ViprHost#generate_initiators_json (method)">#generate_initiators_json</a></span>
212
254
  <small>ViprHost</small>
213
255
  </li>
214
256
 
215
257
 
216
- <li class="r2 ">
258
+ <li class="r1 ">
217
259
  <span class='object_link'><a href="ViprHost.html#get_all_hosts-instance_method" title="ViprHost#get_all_hosts (method)">#get_all_hosts</a></span>
218
260
  <small>ViprHost</small>
219
261
  </li>
220
262
 
221
263
 
264
+ <li class="r2 ">
265
+ <span class='object_link'><a href="ViprServiceCatalog.html#get_all_sc_services-instance_method" title="ViprServiceCatalog#get_all_sc_services (method)">#get_all_sc_services</a></span>
266
+ <small>ViprServiceCatalog</small>
267
+ </li>
268
+
269
+
222
270
  <li class="r1 ">
223
271
  <span class='object_link'><a href="ViprVcenter.html#get_all_vcenters-instance_method" title="ViprVcenter#get_all_vcenters (method)">#get_all_vcenters</a></span>
224
272
  <small>ViprVcenter</small>
@@ -232,11 +280,239 @@
232
280
 
233
281
 
234
282
  <li class="r1 ">
283
+ <span class='object_link'><a href="ViprAutoTier.html#get_auto_tier_policies-instance_method" title="ViprAutoTier#get_auto_tier_policies (method)">#get_auto_tier_policies</a></span>
284
+ <small>ViprAutoTier</small>
285
+ </li>
286
+
287
+
288
+ <li class="r2 ">
289
+ <span class='object_link'><a href="ViprAutoTier.html#get_auto_tier_policy-instance_method" title="ViprAutoTier#get_auto_tier_policy (method)">#get_auto_tier_policy</a></span>
290
+ <small>ViprAutoTier</small>
291
+ </li>
292
+
293
+
294
+ <li class="r1 ">
295
+ <span class='object_link'><a href="ViprAutoTier.html#get_auto_tier_policy_storage_tiers-instance_method" title="ViprAutoTier#get_auto_tier_policy_storage_tiers (method)">#get_auto_tier_policy_storage_tiers</a></span>
296
+ <small>ViprAutoTier</small>
297
+ </li>
298
+
299
+
300
+ <li class="r2 ">
301
+ <span class='object_link'><a href="ViprBlockVirtualPool.html#get_block_vpool-instance_method" title="ViprBlockVirtualPool#get_block_vpool (method)">#get_block_vpool</a></span>
302
+ <small>ViprBlockVirtualPool</small>
303
+ </li>
304
+
305
+
306
+ <li class="r1 ">
307
+ <span class='object_link'><a href="ViprBlockVirtualPool.html#get_block_vpool_acl-instance_method" title="ViprBlockVirtualPool#get_block_vpool_acl (method)">#get_block_vpool_acl</a></span>
308
+ <small>ViprBlockVirtualPool</small>
309
+ </li>
310
+
311
+
312
+ <li class="r2 ">
313
+ <span class='object_link'><a href="ViprBlockVirtualPool.html#get_block_vpool_refresh_matched_pools-instance_method" title="ViprBlockVirtualPool#get_block_vpool_refresh_matched_pools (method)">#get_block_vpool_refresh_matched_pools</a></span>
314
+ <small>ViprBlockVirtualPool</small>
315
+ </li>
316
+
317
+
318
+ <li class="r1 ">
319
+ <span class='object_link'><a href="ViprBlockVirtualPool.html#get_block_vpool_storage_pools-instance_method" title="ViprBlockVirtualPool#get_block_vpool_storage_pools (method)">#get_block_vpool_storage_pools</a></span>
320
+ <small>ViprBlockVirtualPool</small>
321
+ </li>
322
+
323
+
324
+ <li class="r2 ">
325
+ <span class='object_link'><a href="ViprBlockVirtualPool.html#get_block_vpools-instance_method" title="ViprBlockVirtualPool#get_block_vpools (method)">#get_block_vpools</a></span>
326
+ <small>ViprBlockVirtualPool</small>
327
+ </li>
328
+
329
+
330
+ <li class="r1 ">
331
+ <span class='object_link'><a href="ViprFileVirtualPool.html#get_file_vpool-instance_method" title="ViprFileVirtualPool#get_file_vpool (method)">#get_file_vpool</a></span>
332
+ <small>ViprFileVirtualPool</small>
333
+ </li>
334
+
335
+
336
+ <li class="r2 ">
337
+ <span class='object_link'><a href="ViprFileVirtualPool.html#get_file_vpool_acl-instance_method" title="ViprFileVirtualPool#get_file_vpool_acl (method)">#get_file_vpool_acl</a></span>
338
+ <small>ViprFileVirtualPool</small>
339
+ </li>
340
+
341
+
342
+ <li class="r1 ">
343
+ <span class='object_link'><a href="ViprFileVirtualPool.html#get_file_vpool_refresh_matched_pools-instance_method" title="ViprFileVirtualPool#get_file_vpool_refresh_matched_pools (method)">#get_file_vpool_refresh_matched_pools</a></span>
344
+ <small>ViprFileVirtualPool</small>
345
+ </li>
346
+
347
+
348
+ <li class="r2 ">
349
+ <span class='object_link'><a href="ViprFileVirtualPool.html#get_file_vpool_storage_pools-instance_method" title="ViprFileVirtualPool#get_file_vpool_storage_pools (method)">#get_file_vpool_storage_pools</a></span>
350
+ <small>ViprFileVirtualPool</small>
351
+ </li>
352
+
353
+
354
+ <li class="r1 ">
355
+ <span class='object_link'><a href="ViprFileVirtualPool.html#get_file_vpools-instance_method" title="ViprFileVirtualPool#get_file_vpools (method)">#get_file_vpools</a></span>
356
+ <small>ViprFileVirtualPool</small>
357
+ </li>
358
+
359
+
360
+ <li class="r2 ">
235
361
  <span class='object_link'><a href="ViprHost.html#get_host-instance_method" title="ViprHost#get_host (method)">#get_host</a></span>
236
362
  <small>ViprHost</small>
237
363
  </li>
238
364
 
239
365
 
366
+ <li class="r1 ">
367
+ <span class='object_link'><a href="ViprServiceCatalog.html#get_sc_category_categories-instance_method" title="ViprServiceCatalog#get_sc_category_categories (method)">#get_sc_category_categories</a></span>
368
+ <small>ViprServiceCatalog</small>
369
+ </li>
370
+
371
+
372
+ <li class="r2 ">
373
+ <span class='object_link'><a href="ViprServiceCatalog.html#get_sc_category_categories_services-instance_method" title="ViprServiceCatalog#get_sc_category_categories_services (method)">#get_sc_category_categories_services</a></span>
374
+ <small>ViprServiceCatalog</small>
375
+ </li>
376
+
377
+
378
+ <li class="r1 ">
379
+ <span class='object_link'><a href="ViprServiceCatalog.html#get_sc_category_root-instance_method" title="ViprServiceCatalog#get_sc_category_root (method)">#get_sc_category_root</a></span>
380
+ <small>ViprServiceCatalog</small>
381
+ </li>
382
+
383
+
384
+ <li class="r2 ">
385
+ <span class='object_link'><a href="ViprServiceCatalog.html#get_sc_service-instance_method" title="ViprServiceCatalog#get_sc_service (method)">#get_sc_service</a></span>
386
+ <small>ViprServiceCatalog</small>
387
+ </li>
388
+
389
+
390
+ <li class="r1 ">
391
+ <span class='object_link'><a href="ViprStoragePool.html#get_storage_pool-instance_method" title="ViprStoragePool#get_storage_pool (method)">#get_storage_pool</a></span>
392
+ <small>ViprStoragePool</small>
393
+ </li>
394
+
395
+
396
+ <li class="r2 ">
397
+ <span class='object_link'><a href="ViprStoragePool.html#get_storage_pools-instance_method" title="ViprStoragePool#get_storage_pools (method)">#get_storage_pools</a></span>
398
+ <small>ViprStoragePool</small>
399
+ </li>
400
+
401
+
402
+ <li class="r1 ">
403
+ <span class='object_link'><a href="ViprStoragePort.html#get_storage_port-instance_method" title="ViprStoragePort#get_storage_port (method)">#get_storage_port</a></span>
404
+ <small>ViprStoragePort</small>
405
+ </li>
406
+
407
+
408
+ <li class="r2 ">
409
+ <span class='object_link'><a href="ViprStoragePort.html#get_storage_ports-instance_method" title="ViprStoragePort#get_storage_ports (method)">#get_storage_ports</a></span>
410
+ <small>ViprStoragePort</small>
411
+ </li>
412
+
413
+
414
+ <li class="r1 ">
415
+ <span class='object_link'><a href="ViprStorageSystem.html#get_storage_provider-instance_method" title="ViprStorageSystem#get_storage_provider (method)">#get_storage_provider</a></span>
416
+ <small>ViprStorageSystem</small>
417
+ </li>
418
+
419
+
420
+ <li class="r2 ">
421
+ <span class='object_link'><a href="ViprStorageSystem.html#get_storage_provider_storage_system-instance_method" title="ViprStorageSystem#get_storage_provider_storage_system (method)">#get_storage_provider_storage_system</a></span>
422
+ <small>ViprStorageSystem</small>
423
+ </li>
424
+
425
+
426
+ <li class="r1 ">
427
+ <span class='object_link'><a href="ViprStorageSystem.html#get_storage_provider_storage_systems-instance_method" title="ViprStorageSystem#get_storage_provider_storage_systems (method)">#get_storage_provider_storage_systems</a></span>
428
+ <small>ViprStorageSystem</small>
429
+ </li>
430
+
431
+
432
+ <li class="r2 ">
433
+ <span class='object_link'><a href="ViprStorageSystem.html#get_storage_provider_tasks-instance_method" title="ViprStorageSystem#get_storage_provider_tasks (method)">#get_storage_provider_tasks</a></span>
434
+ <small>ViprStorageSystem</small>
435
+ </li>
436
+
437
+
438
+ <li class="r1 ">
439
+ <span class='object_link'><a href="ViprStorageSystem.html#get_storage_providers-instance_method" title="ViprStorageSystem#get_storage_providers (method)">#get_storage_providers</a></span>
440
+ <small>ViprStorageSystem</small>
441
+ </li>
442
+
443
+
444
+ <li class="r2 ">
445
+ <span class='object_link'><a href="ViprStorageSystem.html#get_storage_system-instance_method" title="ViprStorageSystem#get_storage_system (method)">#get_storage_system</a></span>
446
+ <small>ViprStorageSystem</small>
447
+ </li>
448
+
449
+
450
+ <li class="r1 ">
451
+ <span class='object_link'><a href="ViprStorageSystem.html#get_storage_system_auto_tier_policy-instance_method" title="ViprStorageSystem#get_storage_system_auto_tier_policy (method)">#get_storage_system_auto_tier_policy</a></span>
452
+ <small>ViprStorageSystem</small>
453
+ </li>
454
+
455
+
456
+ <li class="r2 ">
457
+ <span class='object_link'><a href="ViprStorageSystem.html#get_storage_system_storage_pools-instance_method" title="ViprStorageSystem#get_storage_system_storage_pools (method)">#get_storage_system_storage_pools</a></span>
458
+ <small>ViprStorageSystem</small>
459
+ </li>
460
+
461
+
462
+ <li class="r1 ">
463
+ <span class='object_link'><a href="ViprStorageSystem.html#get_storage_system_storage_ports-instance_method" title="ViprStorageSystem#get_storage_system_storage_ports (method)">#get_storage_system_storage_ports</a></span>
464
+ <small>ViprStorageSystem</small>
465
+ </li>
466
+
467
+
468
+ <li class="r2 ">
469
+ <span class='object_link'><a href="ViprStorageSystem.html#get_storage_system_unmanaged_filesystems-instance_method" title="ViprStorageSystem#get_storage_system_unmanaged_filesystems (method)">#get_storage_system_unmanaged_filesystems</a></span>
470
+ <small>ViprStorageSystem</small>
471
+ </li>
472
+
473
+
474
+ <li class="r1 ">
475
+ <span class='object_link'><a href="ViprStorageSystem.html#get_storage_system_unmanaged_volumes-instance_method" title="ViprStorageSystem#get_storage_system_unmanaged_volumes (method)">#get_storage_system_unmanaged_volumes</a></span>
476
+ <small>ViprStorageSystem</small>
477
+ </li>
478
+
479
+
480
+ <li class="r2 ">
481
+ <span class='object_link'><a href="ViprStorageSystem.html#get_storage_systems-instance_method" title="ViprStorageSystem#get_storage_systems (method)">#get_storage_systems</a></span>
482
+ <small>ViprStorageSystem</small>
483
+ </li>
484
+
485
+
486
+ <li class="r1 ">
487
+ <span class='object_link'><a href="ViprStorageTier.html#get_storage_tier-instance_method" title="ViprStorageTier#get_storage_tier (method)">#get_storage_tier</a></span>
488
+ <small>ViprStorageTier</small>
489
+ </li>
490
+
491
+
492
+ <li class="r2 ">
493
+ <span class='object_link'><a href="ViprStorageTier.html#get_storage_tiers-instance_method" title="ViprStorageTier#get_storage_tiers (method)">#get_storage_tiers</a></span>
494
+ <small>ViprStorageTier</small>
495
+ </li>
496
+
497
+
498
+ <li class="r1 ">
499
+ <span class='object_link'><a href="ViprTenant.html#get_subtenants-instance_method" title="ViprTenant#get_subtenants (method)">#get_subtenants</a></span>
500
+ <small>ViprTenant</small>
501
+ </li>
502
+
503
+
504
+ <li class="r2 ">
505
+ <span class='object_link'><a href="ViprTenant.html#get_tenant-instance_method" title="ViprTenant#get_tenant (method)">#get_tenant</a></span>
506
+ <small>ViprTenant</small>
507
+ </li>
508
+
509
+
510
+ <li class="r1 ">
511
+ <span class='object_link'><a href="ViprTenant.html#get_tenant_projects-instance_method" title="ViprTenant#get_tenant_projects (method)">#get_tenant_projects</a></span>
512
+ <small>ViprTenant</small>
513
+ </li>
514
+
515
+
240
516
  <li class="r2 ">
241
517
  <span class='object_link'><a href="ViprBase.html#get_tenant_uid-instance_method" title="ViprBase#get_tenant_uid (method)">#get_tenant_uid</a></span>
242
518
  <small>ViprBase</small>
@@ -244,29 +520,113 @@
244
520
 
245
521
 
246
522
  <li class="r1 ">
523
+ <span class='object_link'><a href="ViprTenant.html#get_tenants-instance_method" title="ViprTenant#get_tenants (method)">#get_tenants</a></span>
524
+ <small>ViprTenant</small>
525
+ </li>
526
+
527
+
528
+ <li class="r2 ">
529
+ <span class='object_link'><a href="ViprVirtualArray.html#get_varray-instance_method" title="ViprVirtualArray#get_varray (method)">#get_varray</a></span>
530
+ <small>ViprVirtualArray</small>
531
+ </li>
532
+
533
+
534
+ <li class="r1 ">
535
+ <span class='object_link'><a href="ViprVirtualArray.html#get_varray_acl-instance_method" title="ViprVirtualArray#get_varray_acl (method)">#get_varray_acl</a></span>
536
+ <small>ViprVirtualArray</small>
537
+ </li>
538
+
539
+
540
+ <li class="r2 ">
541
+ <span class='object_link'><a href="ViprVirtualArray.html#get_varray_attributes-instance_method" title="ViprVirtualArray#get_varray_attributes (method)">#get_varray_attributes</a></span>
542
+ <small>ViprVirtualArray</small>
543
+ </li>
544
+
545
+
546
+ <li class="r1 ">
547
+ <span class='object_link'><a href="ViprVirtualArray.html#get_varray_autotier_policy-instance_method" title="ViprVirtualArray#get_varray_autotier_policy (method)">#get_varray_autotier_policy</a></span>
548
+ <small>ViprVirtualArray</small>
549
+ </li>
550
+
551
+
552
+ <li class="r2 ">
553
+ <span class='object_link'><a href="ViprVirtualArray.html#get_varray_connectivity-instance_method" title="ViprVirtualArray#get_varray_connectivity (method)">#get_varray_connectivity</a></span>
554
+ <small>ViprVirtualArray</small>
555
+ </li>
556
+
557
+
558
+ <li class="r1 ">
559
+ <span class='object_link'><a href="ViprVirtualArray.html#get_varray_networks-instance_method" title="ViprVirtualArray#get_varray_networks (method)">#get_varray_networks</a></span>
560
+ <small>ViprVirtualArray</small>
561
+ </li>
562
+
563
+
564
+ <li class="r2 ">
565
+ <span class='object_link'><a href="ViprVirtualArray.html#get_varray_storage_pools-instance_method" title="ViprVirtualArray#get_varray_storage_pools (method)">#get_varray_storage_pools</a></span>
566
+ <small>ViprVirtualArray</small>
567
+ </li>
568
+
569
+
570
+ <li class="r1 ">
571
+ <span class='object_link'><a href="ViprVirtualArray.html#get_varray_storage_ports-instance_method" title="ViprVirtualArray#get_varray_storage_ports (method)">#get_varray_storage_ports</a></span>
572
+ <small>ViprVirtualArray</small>
573
+ </li>
574
+
575
+
576
+ <li class="r2 ">
577
+ <span class='object_link'><a href="ViprVirtualArray.html#get_varray_virtual_pools-instance_method" title="ViprVirtualArray#get_varray_virtual_pools (method)">#get_varray_virtual_pools</a></span>
578
+ <small>ViprVirtualArray</small>
579
+ </li>
580
+
581
+
582
+ <li class="r1 ">
583
+ <span class='object_link'><a href="ViprVirtualArray.html#get_varrays-instance_method" title="ViprVirtualArray#get_varrays (method)">#get_varrays</a></span>
584
+ <small>ViprVirtualArray</small>
585
+ </li>
586
+
587
+
588
+ <li class="r2 ">
247
589
  <span class='object_link'><a href="ViprVcenter.html#get_vcenter-instance_method" title="ViprVcenter#get_vcenter (method)">#get_vcenter</a></span>
248
590
  <small>ViprVcenter</small>
249
591
  </li>
250
592
 
251
593
 
252
- <li class="r2 ">
594
+ <li class="r1 ">
253
595
  <span class='object_link'><a href="ViprVcenter.html#get_vcenter_clusters-instance_method" title="ViprVcenter#get_vcenter_clusters (method)">#get_vcenter_clusters</a></span>
254
596
  <small>ViprVcenter</small>
255
597
  </li>
256
598
 
257
599
 
258
- <li class="r1 ">
600
+ <li class="r2 ">
259
601
  <span class='object_link'><a href="ViprVcenter.html#get_vcenter_datacenters-instance_method" title="ViprVcenter#get_vcenter_datacenters (method)">#get_vcenter_datacenters</a></span>
260
602
  <small>ViprVcenter</small>
261
603
  </li>
262
604
 
263
605
 
264
- <li class="r2 ">
606
+ <li class="r1 ">
265
607
  <span class='object_link'><a href="ViprVcenter.html#get_vcenter_hosts-instance_method" title="ViprVcenter#get_vcenter_hosts (method)">#get_vcenter_hosts</a></span>
266
608
  <small>ViprVcenter</small>
267
609
  </li>
268
610
 
269
611
 
612
+ <li class="r2 ">
613
+ <span class='object_link'><a href="ViprVirtualDataCenter.html#get_vdc-instance_method" title="ViprVirtualDataCenter#get_vdc (method)">#get_vdc</a></span>
614
+ <small>ViprVirtualDataCenter</small>
615
+ </li>
616
+
617
+
618
+ <li class="r1 ">
619
+ <span class='object_link'><a href="ViprVirtualDataCenter.html#get_vdc_secretkey-instance_method" title="ViprVirtualDataCenter#get_vdc_secretkey (method)">#get_vdc_secretkey</a></span>
620
+ <small>ViprVirtualDataCenter</small>
621
+ </li>
622
+
623
+
624
+ <li class="r2 ">
625
+ <span class='object_link'><a href="ViprVirtualDataCenter.html#get_vdcs-instance_method" title="ViprVirtualDataCenter#get_vdcs (method)">#get_vdcs</a></span>
626
+ <small>ViprVirtualDataCenter</small>
627
+ </li>
628
+
629
+
270
630
  <li class="r1 ">
271
631
  <span class='object_link'><a href="ViprHost.html#host_exists%3F-instance_method" title="ViprHost#host_exists? (method)">#host_exists?</a></span>
272
632
  <small>ViprHost</small>
@@ -285,6 +645,18 @@
285
645
  </li>
286
646
 
287
647
 
648
+ <li class="r2 ">
649
+ <span class='object_link'><a href="ViprServiceCatalog.html#order_service-instance_method" title="ViprServiceCatalog#order_service (method)">#order_service</a></span>
650
+ <small>ViprServiceCatalog</small>
651
+ </li>
652
+
653
+
654
+ <li class="r1 ">
655
+ <span class='object_link'><a href="ViprServiceCatalog.html#post_order_service-instance_method" title="ViprServiceCatalog#post_order_service (method)">#post_order_service</a></span>
656
+ <small>ViprServiceCatalog</small>
657
+ </li>
658
+
659
+
288
660
  <li class="r2 ">
289
661
  <span class='object_link'><a href="ViprBase.html#rest_get-instance_method" title="ViprBase#rest_get (method)">#rest_get</a></span>
290
662
  <small>ViprBase</small>
@@ -298,11 +670,59 @@
298
670
 
299
671
 
300
672
  <li class="r2 ">
673
+ <span class='object_link'><a href="ViprVirtualArray.html#search_varrays-instance_method" title="ViprVirtualArray#search_varrays (method)">#search_varrays</a></span>
674
+ <small>ViprVirtualArray</small>
675
+ </li>
676
+
677
+
678
+ <li class="r1 ">
679
+ <span class='object_link'><a href="ViprStoragePool.html#storage_pool_deactivate-instance_method" title="ViprStoragePool#storage_pool_deactivate (method)">#storage_pool_deactivate</a></span>
680
+ <small>ViprStoragePool</small>
681
+ </li>
682
+
683
+
684
+ <li class="r2 ">
685
+ <span class='object_link'><a href="ViprStoragePool.html#storage_pool_deregister-instance_method" title="ViprStoragePool#storage_pool_deregister (method)">#storage_pool_deregister</a></span>
686
+ <small>ViprStoragePool</small>
687
+ </li>
688
+
689
+
690
+ <li class="r1 ">
691
+ <span class='object_link'><a href="ViprStoragePort.html#storage_port_deactivate-instance_method" title="ViprStoragePort#storage_port_deactivate (method)">#storage_port_deactivate</a></span>
692
+ <small>ViprStoragePort</small>
693
+ </li>
694
+
695
+
696
+ <li class="r2 ">
697
+ <span class='object_link'><a href="ViprStoragePort.html#storage_port_deregister-instance_method" title="ViprStoragePort#storage_port_deregister (method)">#storage_port_deregister</a></span>
698
+ <small>ViprStoragePort</small>
699
+ </li>
700
+
701
+
702
+ <li class="r1 ">
301
703
  <span class='object_link'><a href="ViprStorageSystem.html#storage_provider_payload-instance_method" title="ViprStorageSystem#storage_provider_payload (method)">#storage_provider_payload</a></span>
302
704
  <small>ViprStorageSystem</small>
303
705
  </li>
304
706
 
305
707
 
708
+ <li class="r2 ">
709
+ <span class='object_link'><a href="ViprStorageSystem.html#storage_system_deactivate-instance_method" title="ViprStorageSystem#storage_system_deactivate (method)">#storage_system_deactivate</a></span>
710
+ <small>ViprStorageSystem</small>
711
+ </li>
712
+
713
+
714
+ <li class="r1 ">
715
+ <span class='object_link'><a href="ViprStorageSystem.html#storage_system_deregister-instance_method" title="ViprStorageSystem#storage_system_deregister (method)">#storage_system_deregister</a></span>
716
+ <small>ViprStorageSystem</small>
717
+ </li>
718
+
719
+
720
+ <li class="r2 ">
721
+ <span class='object_link'><a href="ViprStorageSystem.html#storage_system_discover-instance_method" title="ViprStorageSystem#storage_system_discover (method)">#storage_system_discover</a></span>
722
+ <small>ViprStorageSystem</small>
723
+ </li>
724
+
725
+
306
726
  <li class="r1 ">
307
727
  <span class='object_link'><a href="ViprStorageSystem.html#storage_system_payload-instance_method" title="ViprStorageSystem#storage_system_payload (method)">#storage_system_payload</a></span>
308
728
  <small>ViprStorageSystem</small>
@@ -310,18 +730,24 @@
310
730
 
311
731
 
312
732
  <li class="r2 ">
733
+ <span class='object_link'><a href="ViprStorageSystem.html#storage_system_register-instance_method" title="ViprStorageSystem#storage_system_register (method)">#storage_system_register</a></span>
734
+ <small>ViprStorageSystem</small>
735
+ </li>
736
+
737
+
738
+ <li class="r1 ">
313
739
  <span class='object_link'><a href="Vipr.html#tenant_uid-instance_method" title="Vipr#tenant_uid (method)">#tenant_uid</a></span>
314
740
  <small>Vipr</small>
315
741
  </li>
316
742
 
317
743
 
318
- <li class="r1 ">
744
+ <li class="r2 ">
319
745
  <span class='object_link'><a href="ViprBase.html#to_boolean-instance_method" title="ViprBase#to_boolean (method)">#to_boolean</a></span>
320
746
  <small>ViprBase</small>
321
747
  </li>
322
748
 
323
749
 
324
- <li class="r2 ">
750
+ <li class="r1 ">
325
751
  <span class='object_link'><a href="Vipr.html#verify_cert-instance_method" title="Vipr#verify_cert (method)">#verify_cert</a></span>
326
752
  <small>Vipr</small>
327
753
  </li>