vsphere-automation-runtime 0.4.3 → 0.4.7
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 +4 -4
- data/LICENSE +20 -0
- data/lib/vsphere-automation-runtime/api_client.rb +5 -3
- data/lib/vsphere-automation-runtime/configuration.rb +7 -3
- data/lib/vsphere-automation-runtime/version.rb +1 -1
- metadata +8 -49
- data/Gemfile +0 -12
- data/Gemfile.lock +0 -71
- data/README.md +0 -44
- data/Rakefile +0 -18
- data/coverage/.last_run.json +0 -5
- data/coverage/.resultset.json +0 -828
- data/coverage/.resultset.json.lock +0 -0
- data/coverage/assets/0.10.2/application.css +0 -799
- data/coverage/assets/0.10.2/application.js +0 -1707
- data/coverage/assets/0.10.2/colorbox/border.png +0 -0
- data/coverage/assets/0.10.2/colorbox/controls.png +0 -0
- data/coverage/assets/0.10.2/colorbox/loading.gif +0 -0
- data/coverage/assets/0.10.2/colorbox/loading_background.png +0 -0
- data/coverage/assets/0.10.2/favicon_green.png +0 -0
- data/coverage/assets/0.10.2/favicon_red.png +0 -0
- data/coverage/assets/0.10.2/favicon_yellow.png +0 -0
- data/coverage/assets/0.10.2/loading.gif +0 -0
- data/coverage/assets/0.10.2/magnify.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/coverage/index.html +0 -5100
- data/git_push.sh +0 -55
- data/pkg/vsphere-automation-runtime-0.4.1.gem +0 -0
- data/pkg/vsphere-automation-runtime-0.4.2.gem +0 -0
- data/spec/api_client_spec.rb +0 -249
- data/spec/configuration_spec.rb +0 -38
- data/spec/spec_helper.rb +0 -110
- data/vsphere-automation-runtime.gemspec +0 -38
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a44dbe3086ebb8d36599b0926da7a93041e20afe0b05259c2192262c1c8d2176
|
4
|
+
data.tar.gz: 29b4329fa9e12c6a451a9ba9b0c18ae7a602325d4b48fe2f65c7c126e83d21a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c3eafd9e60935b0ba8f54f4a006b0c87915d1f2b42d36919c79cd574104d16b0d5b6432b5b7502fe5ec4c86837a8f7b8c63c74f96babdb6e7c1fb46abcdd036
|
7
|
+
data.tar.gz: 2cb2e9fb2439069c45a5d667e17de3a0182f38ba89e0ec9210c51033f448d0dd345144cf99407d0f206b939dc490869d80da9bc55588c713be0c0e7480ea6dc7
|
data/LICENSE
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
The MIT License
|
2
|
+
|
3
|
+
Copyright 2017-2019 VMware Inc.
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
6
|
+
this software and associated documentation files (the "Software"), to deal in
|
7
|
+
the Software without restriction, including without limitation the rights to
|
8
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
9
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
10
|
+
subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
17
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
18
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
19
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
20
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@@ -117,7 +117,7 @@ module VSphereAutomation
|
|
117
117
|
case settings[:in]
|
118
118
|
when 'header'
|
119
119
|
header_params[settings[:key]] = settings[:value]
|
120
|
-
api_key_from_cookie(
|
120
|
+
api_key_from_cookie(settings) unless settings[:value]
|
121
121
|
when 'query'
|
122
122
|
query_params[settings[:key]] = settings[:value]
|
123
123
|
end
|
@@ -153,6 +153,7 @@ module VSphereAutomation
|
|
153
153
|
http = Net::HTTP.new(uri.host, uri.port)
|
154
154
|
http.use_ssl = @config.scheme == 'https'
|
155
155
|
http.verify_mode = OpenSSL::SSL::VERIFY_NONE unless @config.verify_ssl_host
|
156
|
+
http.read_timeout = @config.timeout
|
156
157
|
http
|
157
158
|
end
|
158
159
|
|
@@ -239,12 +240,13 @@ module VSphereAutomation
|
|
239
240
|
@config.api_key[key] = response[key] if response[key]
|
240
241
|
end
|
241
242
|
|
242
|
-
def api_key_from_cookie(
|
243
|
+
def api_key_from_cookie(auth)
|
243
244
|
return if @cookie.nil?
|
244
245
|
|
245
246
|
regex = /(?<key>#{auth[:key]})=(?<value>\w+)/
|
246
247
|
matches = Hash(@cookie)['Cookie'].match(regex)
|
247
|
-
|
248
|
+
key = @config.auth_settings['api_key'][:key]
|
249
|
+
@config.api_key[key] = matches[:value] if matches
|
248
250
|
end
|
249
251
|
|
250
252
|
# An instance of the object in it's default state
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
# runtime - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
7
7
|
|
8
|
-
|
8
|
+
require 'cgi'
|
9
9
|
require 'uri'
|
10
10
|
|
11
11
|
module VSphereAutomation
|
@@ -129,7 +129,7 @@ module VSphereAutomation
|
|
129
129
|
@base_path = '/rest'
|
130
130
|
@api_key = {}
|
131
131
|
@api_key_prefix = {}
|
132
|
-
@timeout =
|
132
|
+
@timeout = nil
|
133
133
|
@client_side_validation = true
|
134
134
|
@verify_ssl = true
|
135
135
|
@verify_ssl_host = true
|
@@ -171,7 +171,11 @@ module VSphereAutomation
|
|
171
171
|
|
172
172
|
def base_url
|
173
173
|
url = "#{scheme}://#{[host, base_path].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '')
|
174
|
-
|
174
|
+
if RUBY_VERSION.to_f < 2.7
|
175
|
+
URI.encode(url)
|
176
|
+
else
|
177
|
+
CGI.escapeHTML(url)
|
178
|
+
end
|
175
179
|
end
|
176
180
|
|
177
181
|
# Gets API key (with prefix if set).
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vsphere-automation-runtime
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- J.R. Garcia
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -115,55 +115,17 @@ executables: []
|
|
115
115
|
extensions: []
|
116
116
|
extra_rdoc_files: []
|
117
117
|
files:
|
118
|
-
-
|
119
|
-
- Gemfile.lock
|
120
|
-
- README.md
|
121
|
-
- Rakefile
|
122
|
-
- coverage/.last_run.json
|
123
|
-
- coverage/.resultset.json
|
124
|
-
- coverage/.resultset.json.lock
|
125
|
-
- coverage/assets/0.10.2/application.css
|
126
|
-
- coverage/assets/0.10.2/application.js
|
127
|
-
- coverage/assets/0.10.2/colorbox/border.png
|
128
|
-
- coverage/assets/0.10.2/colorbox/controls.png
|
129
|
-
- coverage/assets/0.10.2/colorbox/loading.gif
|
130
|
-
- coverage/assets/0.10.2/colorbox/loading_background.png
|
131
|
-
- coverage/assets/0.10.2/favicon_green.png
|
132
|
-
- coverage/assets/0.10.2/favicon_red.png
|
133
|
-
- coverage/assets/0.10.2/favicon_yellow.png
|
134
|
-
- coverage/assets/0.10.2/loading.gif
|
135
|
-
- coverage/assets/0.10.2/magnify.png
|
136
|
-
- coverage/assets/0.10.2/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
|
137
|
-
- coverage/assets/0.10.2/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
|
138
|
-
- coverage/assets/0.10.2/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
|
139
|
-
- coverage/assets/0.10.2/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
|
140
|
-
- coverage/assets/0.10.2/smoothness/images/ui-bg_glass_75_dadada_1x400.png
|
141
|
-
- coverage/assets/0.10.2/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
|
142
|
-
- coverage/assets/0.10.2/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
|
143
|
-
- coverage/assets/0.10.2/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
|
144
|
-
- coverage/assets/0.10.2/smoothness/images/ui-icons_222222_256x240.png
|
145
|
-
- coverage/assets/0.10.2/smoothness/images/ui-icons_2e83ff_256x240.png
|
146
|
-
- coverage/assets/0.10.2/smoothness/images/ui-icons_454545_256x240.png
|
147
|
-
- coverage/assets/0.10.2/smoothness/images/ui-icons_888888_256x240.png
|
148
|
-
- coverage/assets/0.10.2/smoothness/images/ui-icons_cd0a0a_256x240.png
|
149
|
-
- coverage/index.html
|
150
|
-
- git_push.sh
|
118
|
+
- LICENSE
|
151
119
|
- lib/vsphere-automation-runtime.rb
|
152
120
|
- lib/vsphere-automation-runtime/api_client.rb
|
153
121
|
- lib/vsphere-automation-runtime/api_error.rb
|
154
122
|
- lib/vsphere-automation-runtime/configuration.rb
|
155
123
|
- lib/vsphere-automation-runtime/version.rb
|
156
|
-
- pkg/vsphere-automation-runtime-0.4.1.gem
|
157
|
-
- pkg/vsphere-automation-runtime-0.4.2.gem
|
158
|
-
- spec/api_client_spec.rb
|
159
|
-
- spec/configuration_spec.rb
|
160
|
-
- spec/spec_helper.rb
|
161
|
-
- vsphere-automation-runtime.gemspec
|
162
124
|
homepage: https://github.com/vmware/vsphere-automation-sdk-ruby
|
163
125
|
licenses:
|
164
126
|
- MIT
|
165
127
|
metadata: {}
|
166
|
-
post_install_message:
|
128
|
+
post_install_message:
|
167
129
|
rdoc_options: []
|
168
130
|
require_paths:
|
169
131
|
- lib
|
@@ -178,11 +140,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
178
140
|
- !ruby/object:Gem::Version
|
179
141
|
version: '0'
|
180
142
|
requirements: []
|
181
|
-
rubygems_version: 3.
|
182
|
-
signing_key:
|
143
|
+
rubygems_version: 3.1.2
|
144
|
+
signing_key:
|
183
145
|
specification_version: 4
|
184
146
|
summary: A Ruby SDK for the vSphere APIs (Runtime)
|
185
|
-
test_files:
|
186
|
-
- spec/api_client_spec.rb
|
187
|
-
- spec/configuration_spec.rb
|
188
|
-
- spec/spec_helper.rb
|
147
|
+
test_files: []
|
data/Gemfile
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
# Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
|
2
|
-
# SPDX-License-Identifier: MIT
|
3
|
-
|
4
|
-
# DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
|
5
|
-
|
6
|
-
# runtime - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
7
|
-
|
8
|
-
|
9
|
-
source 'https://rubygems.org'
|
10
|
-
|
11
|
-
|
12
|
-
gemspec
|
data/Gemfile.lock
DELETED
@@ -1,71 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
vsphere-automation-runtime (0.4.3)
|
5
|
-
|
6
|
-
GEM
|
7
|
-
remote: https://rubygems.org/
|
8
|
-
specs:
|
9
|
-
addressable (2.7.0)
|
10
|
-
public_suffix (>= 2.0.2, < 5.0)
|
11
|
-
ast (2.4.0)
|
12
|
-
coderay (1.1.2)
|
13
|
-
crack (0.4.3)
|
14
|
-
safe_yaml (~> 1.0.0)
|
15
|
-
diff-lcs (1.3)
|
16
|
-
hashdiff (1.0.0)
|
17
|
-
jaro_winkler (1.5.3)
|
18
|
-
method_source (0.9.2)
|
19
|
-
parallel (1.17.0)
|
20
|
-
parser (2.6.4.0)
|
21
|
-
ast (~> 2.4.0)
|
22
|
-
pry (0.12.2)
|
23
|
-
coderay (~> 1.1.0)
|
24
|
-
method_source (~> 0.9.0)
|
25
|
-
public_suffix (4.0.1)
|
26
|
-
rainbow (3.0.0)
|
27
|
-
rake (12.3.3)
|
28
|
-
rspec (3.8.0)
|
29
|
-
rspec-core (~> 3.8.0)
|
30
|
-
rspec-expectations (~> 3.8.0)
|
31
|
-
rspec-mocks (~> 3.8.0)
|
32
|
-
rspec-core (3.8.2)
|
33
|
-
rspec-support (~> 3.8.0)
|
34
|
-
rspec-expectations (3.8.4)
|
35
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
36
|
-
rspec-support (~> 3.8.0)
|
37
|
-
rspec-mocks (3.8.1)
|
38
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
39
|
-
rspec-support (~> 3.8.0)
|
40
|
-
rspec-support (3.8.2)
|
41
|
-
rubocop (0.73.0)
|
42
|
-
jaro_winkler (~> 1.5.1)
|
43
|
-
parallel (~> 1.10)
|
44
|
-
parser (>= 2.6)
|
45
|
-
rainbow (>= 2.2.2, < 4.0)
|
46
|
-
ruby-progressbar (~> 1.7)
|
47
|
-
unicode-display_width (>= 1.4.0, < 1.7)
|
48
|
-
ruby-progressbar (1.10.1)
|
49
|
-
safe_yaml (1.0.5)
|
50
|
-
unicode-display_width (1.6.0)
|
51
|
-
vcr (5.0.0)
|
52
|
-
webmock (3.7.2)
|
53
|
-
addressable (>= 2.3.6)
|
54
|
-
crack (>= 0.3.2)
|
55
|
-
hashdiff (>= 0.4.0, < 2.0.0)
|
56
|
-
|
57
|
-
PLATFORMS
|
58
|
-
ruby
|
59
|
-
|
60
|
-
DEPENDENCIES
|
61
|
-
bundler (~> 2.0)
|
62
|
-
pry (~> 0.12.2)
|
63
|
-
rake (~> 12.3)
|
64
|
-
rspec (~> 3.7)
|
65
|
-
rubocop (~> 0.73.0)
|
66
|
-
vcr (~> 5.0)
|
67
|
-
vsphere-automation-runtime!
|
68
|
-
webmock (~> 3.6)
|
69
|
-
|
70
|
-
BUNDLED WITH
|
71
|
-
2.0.2
|
data/README.md
DELETED
@@ -1,44 +0,0 @@
|
|
1
|
-
# vsphere-automation-runtime
|
2
|
-
|
3
|
-
The Ruby gem for the vSphere Runtime API
|
4
|
-
|
5
|
-
- API version: 2.0.0
|
6
|
-
- Package version: 0.4.3
|
7
|
-
|
8
|
-
## Installation
|
9
|
-
|
10
|
-
Add this line to your application's Gemfile:
|
11
|
-
|
12
|
-
```ruby
|
13
|
-
gem 'vsphere-automation-runtime'
|
14
|
-
```
|
15
|
-
|
16
|
-
And then execute:
|
17
|
-
|
18
|
-
$ bundle
|
19
|
-
|
20
|
-
Or install it yourself as:
|
21
|
-
|
22
|
-
$ gem install vsphere-automation-runtime
|
23
|
-
|
24
|
-
## Getting Started
|
25
|
-
|
26
|
-
Please follow the [installation](#installation) procedure and then run the following code:
|
27
|
-
|
28
|
-
```ruby
|
29
|
-
# Load the gem
|
30
|
-
require 'vsphere-automation-runtime'
|
31
|
-
|
32
|
-
```
|
33
|
-
|
34
|
-
## Documentation for API Endpoints
|
35
|
-
|
36
|
-
All URIs are relative to *https://<vcenter>/rest*
|
37
|
-
|
38
|
-
Class | Method | HTTP request | Description
|
39
|
-
------------ | ------------- | ------------- | -------------
|
40
|
-
|
41
|
-
|
42
|
-
## Documentation for Models
|
43
|
-
|
44
|
-
|
data/Rakefile
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
# Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
|
2
|
-
# SPDX-License-Identifier: MIT
|
3
|
-
|
4
|
-
# DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
|
5
|
-
|
6
|
-
# runtime - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
7
|
-
|
8
|
-
|
9
|
-
require "bundler/gem_tasks"
|
10
|
-
|
11
|
-
begin
|
12
|
-
require 'rspec/core/rake_task'
|
13
|
-
|
14
|
-
RSpec::Core::RakeTask.new(:spec)
|
15
|
-
task default: :spec
|
16
|
-
rescue LoadError
|
17
|
-
# no rspec available
|
18
|
-
end
|
data/coverage/.last_run.json
DELETED
data/coverage/.resultset.json
DELETED
@@ -1,828 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"RSpec": {
|
3
|
-
"coverage": {
|
4
|
-
"/Users/jrg/code/vmware/vsphere-automation-sdk-ruby/runtime/lib/vsphere-automation-runtime.rb": [
|
5
|
-
null,
|
6
|
-
null,
|
7
|
-
null,
|
8
|
-
null,
|
9
|
-
null,
|
10
|
-
null,
|
11
|
-
null,
|
12
|
-
null,
|
13
|
-
null,
|
14
|
-
1,
|
15
|
-
1,
|
16
|
-
1,
|
17
|
-
1,
|
18
|
-
null,
|
19
|
-
null,
|
20
|
-
null,
|
21
|
-
null,
|
22
|
-
null,
|
23
|
-
1,
|
24
|
-
1,
|
25
|
-
null,
|
26
|
-
null,
|
27
|
-
null,
|
28
|
-
null,
|
29
|
-
null,
|
30
|
-
null,
|
31
|
-
1,
|
32
|
-
0,
|
33
|
-
0,
|
34
|
-
null,
|
35
|
-
0,
|
36
|
-
null,
|
37
|
-
null,
|
38
|
-
null,
|
39
|
-
null
|
40
|
-
],
|
41
|
-
"/Users/jrg/code/vmware/vsphere-automation-sdk-ruby/runtime/lib/vsphere-automation-runtime/api_client.rb": [
|
42
|
-
null,
|
43
|
-
null,
|
44
|
-
1,
|
45
|
-
1,
|
46
|
-
1,
|
47
|
-
1,
|
48
|
-
1,
|
49
|
-
1,
|
50
|
-
1,
|
51
|
-
null,
|
52
|
-
1,
|
53
|
-
null,
|
54
|
-
1,
|
55
|
-
null,
|
56
|
-
1,
|
57
|
-
null,
|
58
|
-
null,
|
59
|
-
null,
|
60
|
-
null,
|
61
|
-
null,
|
62
|
-
1,
|
63
|
-
null,
|
64
|
-
null,
|
65
|
-
null,
|
66
|
-
null,
|
67
|
-
1,
|
68
|
-
21,
|
69
|
-
21,
|
70
|
-
21,
|
71
|
-
21,
|
72
|
-
null,
|
73
|
-
null,
|
74
|
-
null,
|
75
|
-
null,
|
76
|
-
null,
|
77
|
-
null,
|
78
|
-
1,
|
79
|
-
3,
|
80
|
-
null,
|
81
|
-
null,
|
82
|
-
null,
|
83
|
-
1,
|
84
|
-
1,
|
85
|
-
null,
|
86
|
-
null,
|
87
|
-
null,
|
88
|
-
null,
|
89
|
-
null,
|
90
|
-
null,
|
91
|
-
null,
|
92
|
-
null,
|
93
|
-
null,
|
94
|
-
1,
|
95
|
-
11,
|
96
|
-
11,
|
97
|
-
11,
|
98
|
-
11,
|
99
|
-
null,
|
100
|
-
11,
|
101
|
-
11,
|
102
|
-
null,
|
103
|
-
11,
|
104
|
-
11,
|
105
|
-
11,
|
106
|
-
11,
|
107
|
-
null,
|
108
|
-
11,
|
109
|
-
0,
|
110
|
-
null,
|
111
|
-
null,
|
112
|
-
11,
|
113
|
-
11,
|
114
|
-
11,
|
115
|
-
null,
|
116
|
-
11,
|
117
|
-
11,
|
118
|
-
11,
|
119
|
-
null,
|
120
|
-
null,
|
121
|
-
null,
|
122
|
-
null,
|
123
|
-
null,
|
124
|
-
null,
|
125
|
-
1,
|
126
|
-
6,
|
127
|
-
null,
|
128
|
-
4,
|
129
|
-
null,
|
130
|
-
2,
|
131
|
-
null,
|
132
|
-
null,
|
133
|
-
null,
|
134
|
-
null,
|
135
|
-
null,
|
136
|
-
null,
|
137
|
-
1,
|
138
|
-
5,
|
139
|
-
null,
|
140
|
-
6,
|
141
|
-
null,
|
142
|
-
null,
|
143
|
-
null,
|
144
|
-
null,
|
145
|
-
null,
|
146
|
-
null,
|
147
|
-
1,
|
148
|
-
5,
|
149
|
-
null,
|
150
|
-
6,
|
151
|
-
null,
|
152
|
-
null,
|
153
|
-
1,
|
154
|
-
null,
|
155
|
-
1,
|
156
|
-
11,
|
157
|
-
4,
|
158
|
-
4,
|
159
|
-
null,
|
160
|
-
4,
|
161
|
-
4,
|
162
|
-
null,
|
163
|
-
0,
|
164
|
-
null,
|
165
|
-
null,
|
166
|
-
null,
|
167
|
-
null,
|
168
|
-
1,
|
169
|
-
11,
|
170
|
-
null,
|
171
|
-
null,
|
172
|
-
1,
|
173
|
-
11,
|
174
|
-
39,
|
175
|
-
null,
|
176
|
-
null,
|
177
|
-
1,
|
178
|
-
32,
|
179
|
-
null,
|
180
|
-
null,
|
181
|
-
1,
|
182
|
-
32,
|
183
|
-
32,
|
184
|
-
32,
|
185
|
-
32,
|
186
|
-
null,
|
187
|
-
null,
|
188
|
-
1,
|
189
|
-
21,
|
190
|
-
21,
|
191
|
-
21,
|
192
|
-
21,
|
193
|
-
21,
|
194
|
-
null,
|
195
|
-
null,
|
196
|
-
null,
|
197
|
-
null,
|
198
|
-
null,
|
199
|
-
1,
|
200
|
-
21,
|
201
|
-
null,
|
202
|
-
null,
|
203
|
-
null,
|
204
|
-
null,
|
205
|
-
null,
|
206
|
-
null,
|
207
|
-
null,
|
208
|
-
null,
|
209
|
-
null,
|
210
|
-
null,
|
211
|
-
null,
|
212
|
-
1,
|
213
|
-
11,
|
214
|
-
null,
|
215
|
-
11,
|
216
|
-
null,
|
217
|
-
null,
|
218
|
-
0,
|
219
|
-
null,
|
220
|
-
0,
|
221
|
-
null,
|
222
|
-
0,
|
223
|
-
null,
|
224
|
-
null,
|
225
|
-
0,
|
226
|
-
null,
|
227
|
-
null,
|
228
|
-
1,
|
229
|
-
0,
|
230
|
-
0,
|
231
|
-
null,
|
232
|
-
0,
|
233
|
-
null,
|
234
|
-
0,
|
235
|
-
null,
|
236
|
-
0,
|
237
|
-
null,
|
238
|
-
0,
|
239
|
-
null,
|
240
|
-
null,
|
241
|
-
0,
|
242
|
-
null,
|
243
|
-
null,
|
244
|
-
0,
|
245
|
-
null,
|
246
|
-
null,
|
247
|
-
0,
|
248
|
-
null,
|
249
|
-
null,
|
250
|
-
0,
|
251
|
-
0,
|
252
|
-
null,
|
253
|
-
null,
|
254
|
-
0,
|
255
|
-
0,
|
256
|
-
0,
|
257
|
-
null,
|
258
|
-
null,
|
259
|
-
null,
|
260
|
-
0,
|
261
|
-
0,
|
262
|
-
null,
|
263
|
-
null,
|
264
|
-
null,
|
265
|
-
null,
|
266
|
-
null,
|
267
|
-
null,
|
268
|
-
null,
|
269
|
-
null,
|
270
|
-
1,
|
271
|
-
11,
|
272
|
-
null,
|
273
|
-
null,
|
274
|
-
1,
|
275
|
-
11,
|
276
|
-
11,
|
277
|
-
null,
|
278
|
-
null,
|
279
|
-
1,
|
280
|
-
1,
|
281
|
-
null,
|
282
|
-
1,
|
283
|
-
1,
|
284
|
-
1,
|
285
|
-
null,
|
286
|
-
null,
|
287
|
-
null,
|
288
|
-
1,
|
289
|
-
null,
|
290
|
-
null,
|
291
|
-
1,
|
292
|
-
null,
|
293
|
-
1,
|
294
|
-
null,
|
295
|
-
null
|
296
|
-
],
|
297
|
-
"/Users/jrg/code/vmware/vsphere-automation-sdk-ruby/runtime/lib/vsphere-automation-runtime/configuration.rb": [
|
298
|
-
null,
|
299
|
-
null,
|
300
|
-
null,
|
301
|
-
null,
|
302
|
-
null,
|
303
|
-
null,
|
304
|
-
null,
|
305
|
-
null,
|
306
|
-
1,
|
307
|
-
null,
|
308
|
-
1,
|
309
|
-
1,
|
310
|
-
null,
|
311
|
-
1,
|
312
|
-
null,
|
313
|
-
null,
|
314
|
-
1,
|
315
|
-
null,
|
316
|
-
null,
|
317
|
-
1,
|
318
|
-
null,
|
319
|
-
null,
|
320
|
-
null,
|
321
|
-
null,
|
322
|
-
null,
|
323
|
-
null,
|
324
|
-
null,
|
325
|
-
1,
|
326
|
-
null,
|
327
|
-
null,
|
328
|
-
null,
|
329
|
-
null,
|
330
|
-
null,
|
331
|
-
null,
|
332
|
-
null,
|
333
|
-
1,
|
334
|
-
null,
|
335
|
-
null,
|
336
|
-
null,
|
337
|
-
null,
|
338
|
-
1,
|
339
|
-
null,
|
340
|
-
null,
|
341
|
-
null,
|
342
|
-
null,
|
343
|
-
1,
|
344
|
-
null,
|
345
|
-
null,
|
346
|
-
1,
|
347
|
-
null,
|
348
|
-
null,
|
349
|
-
null,
|
350
|
-
null,
|
351
|
-
null,
|
352
|
-
null,
|
353
|
-
1,
|
354
|
-
null,
|
355
|
-
null,
|
356
|
-
null,
|
357
|
-
null,
|
358
|
-
null,
|
359
|
-
1,
|
360
|
-
null,
|
361
|
-
null,
|
362
|
-
null,
|
363
|
-
null,
|
364
|
-
null,
|
365
|
-
null,
|
366
|
-
1,
|
367
|
-
null,
|
368
|
-
null,
|
369
|
-
null,
|
370
|
-
1,
|
371
|
-
null,
|
372
|
-
null,
|
373
|
-
null,
|
374
|
-
null,
|
375
|
-
1,
|
376
|
-
null,
|
377
|
-
null,
|
378
|
-
null,
|
379
|
-
null,
|
380
|
-
null,
|
381
|
-
null,
|
382
|
-
null,
|
383
|
-
null,
|
384
|
-
1,
|
385
|
-
null,
|
386
|
-
null,
|
387
|
-
null,
|
388
|
-
null,
|
389
|
-
null,
|
390
|
-
null,
|
391
|
-
null,
|
392
|
-
null,
|
393
|
-
1,
|
394
|
-
null,
|
395
|
-
null,
|
396
|
-
null,
|
397
|
-
null,
|
398
|
-
null,
|
399
|
-
null,
|
400
|
-
null,
|
401
|
-
null,
|
402
|
-
1,
|
403
|
-
null,
|
404
|
-
null,
|
405
|
-
null,
|
406
|
-
1,
|
407
|
-
null,
|
408
|
-
null,
|
409
|
-
null,
|
410
|
-
1,
|
411
|
-
null,
|
412
|
-
null,
|
413
|
-
null,
|
414
|
-
null,
|
415
|
-
null,
|
416
|
-
null,
|
417
|
-
1,
|
418
|
-
null,
|
419
|
-
1,
|
420
|
-
null,
|
421
|
-
1,
|
422
|
-
null,
|
423
|
-
1,
|
424
|
-
10,
|
425
|
-
10,
|
426
|
-
10,
|
427
|
-
10,
|
428
|
-
10,
|
429
|
-
10,
|
430
|
-
10,
|
431
|
-
10,
|
432
|
-
10,
|
433
|
-
10,
|
434
|
-
10,
|
435
|
-
10,
|
436
|
-
10,
|
437
|
-
10,
|
438
|
-
10,
|
439
|
-
10,
|
440
|
-
null,
|
441
|
-
10,
|
442
|
-
null,
|
443
|
-
null,
|
444
|
-
null,
|
445
|
-
1,
|
446
|
-
13,
|
447
|
-
null,
|
448
|
-
null,
|
449
|
-
1,
|
450
|
-
0,
|
451
|
-
null,
|
452
|
-
null,
|
453
|
-
1,
|
454
|
-
null,
|
455
|
-
9,
|
456
|
-
null,
|
457
|
-
null,
|
458
|
-
1,
|
459
|
-
null,
|
460
|
-
9,
|
461
|
-
null,
|
462
|
-
null,
|
463
|
-
1,
|
464
|
-
null,
|
465
|
-
4,
|
466
|
-
4,
|
467
|
-
null,
|
468
|
-
null,
|
469
|
-
1,
|
470
|
-
32,
|
471
|
-
32,
|
472
|
-
null,
|
473
|
-
null,
|
474
|
-
null,
|
475
|
-
null,
|
476
|
-
1,
|
477
|
-
22,
|
478
|
-
0,
|
479
|
-
null,
|
480
|
-
22,
|
481
|
-
null,
|
482
|
-
null,
|
483
|
-
null,
|
484
|
-
null,
|
485
|
-
1,
|
486
|
-
22,
|
487
|
-
null,
|
488
|
-
null,
|
489
|
-
null,
|
490
|
-
1,
|
491
|
-
null,
|
492
|
-
22,
|
493
|
-
null,
|
494
|
-
null,
|
495
|
-
null,
|
496
|
-
null,
|
497
|
-
null,
|
498
|
-
null,
|
499
|
-
null,
|
500
|
-
null,
|
501
|
-
null,
|
502
|
-
null,
|
503
|
-
null,
|
504
|
-
null,
|
505
|
-
null,
|
506
|
-
null,
|
507
|
-
null,
|
508
|
-
null,
|
509
|
-
null
|
510
|
-
],
|
511
|
-
"/Users/jrg/code/vmware/vsphere-automation-sdk-ruby/runtime/lib/vsphere-automation-runtime/api_error.rb": [
|
512
|
-
null,
|
513
|
-
null,
|
514
|
-
null,
|
515
|
-
null,
|
516
|
-
null,
|
517
|
-
null,
|
518
|
-
null,
|
519
|
-
null,
|
520
|
-
1,
|
521
|
-
1,
|
522
|
-
1,
|
523
|
-
null,
|
524
|
-
null,
|
525
|
-
null,
|
526
|
-
null,
|
527
|
-
null,
|
528
|
-
null,
|
529
|
-
1,
|
530
|
-
0,
|
531
|
-
0,
|
532
|
-
0,
|
533
|
-
null,
|
534
|
-
0,
|
535
|
-
null,
|
536
|
-
null,
|
537
|
-
0,
|
538
|
-
0,
|
539
|
-
null,
|
540
|
-
null,
|
541
|
-
0,
|
542
|
-
null,
|
543
|
-
null,
|
544
|
-
null,
|
545
|
-
null
|
546
|
-
],
|
547
|
-
"/Users/jrg/code/vmware/vsphere-automation-sdk-ruby/runtime/spec/api_client_spec.rb": [
|
548
|
-
1,
|
549
|
-
null,
|
550
|
-
1,
|
551
|
-
1,
|
552
|
-
1,
|
553
|
-
1,
|
554
|
-
1,
|
555
|
-
1,
|
556
|
-
1,
|
557
|
-
1,
|
558
|
-
null,
|
559
|
-
null,
|
560
|
-
null,
|
561
|
-
1,
|
562
|
-
1,
|
563
|
-
1,
|
564
|
-
1,
|
565
|
-
1,
|
566
|
-
null,
|
567
|
-
null,
|
568
|
-
null,
|
569
|
-
null,
|
570
|
-
1,
|
571
|
-
10,
|
572
|
-
1,
|
573
|
-
9,
|
574
|
-
9,
|
575
|
-
9,
|
576
|
-
null,
|
577
|
-
null,
|
578
|
-
10,
|
579
|
-
10,
|
580
|
-
null,
|
581
|
-
1,
|
582
|
-
1,
|
583
|
-
1,
|
584
|
-
null,
|
585
|
-
1,
|
586
|
-
null,
|
587
|
-
1,
|
588
|
-
null,
|
589
|
-
null,
|
590
|
-
1,
|
591
|
-
1,
|
592
|
-
1,
|
593
|
-
null,
|
594
|
-
1,
|
595
|
-
null,
|
596
|
-
1,
|
597
|
-
null,
|
598
|
-
null,
|
599
|
-
1,
|
600
|
-
1,
|
601
|
-
2,
|
602
|
-
1,
|
603
|
-
null,
|
604
|
-
1,
|
605
|
-
null,
|
606
|
-
1,
|
607
|
-
null,
|
608
|
-
null,
|
609
|
-
1,
|
610
|
-
1,
|
611
|
-
1,
|
612
|
-
null,
|
613
|
-
1,
|
614
|
-
null,
|
615
|
-
1,
|
616
|
-
null,
|
617
|
-
1,
|
618
|
-
null,
|
619
|
-
null,
|
620
|
-
null,
|
621
|
-
1,
|
622
|
-
1,
|
623
|
-
1,
|
624
|
-
1,
|
625
|
-
null,
|
626
|
-
1,
|
627
|
-
null,
|
628
|
-
1,
|
629
|
-
null,
|
630
|
-
1,
|
631
|
-
null,
|
632
|
-
null,
|
633
|
-
null,
|
634
|
-
1,
|
635
|
-
1,
|
636
|
-
1,
|
637
|
-
1,
|
638
|
-
1,
|
639
|
-
1,
|
640
|
-
1,
|
641
|
-
1,
|
642
|
-
null,
|
643
|
-
1,
|
644
|
-
1,
|
645
|
-
null,
|
646
|
-
1,
|
647
|
-
1,
|
648
|
-
null,
|
649
|
-
null,
|
650
|
-
null,
|
651
|
-
1,
|
652
|
-
1,
|
653
|
-
1,
|
654
|
-
1,
|
655
|
-
null,
|
656
|
-
1,
|
657
|
-
1,
|
658
|
-
null,
|
659
|
-
1,
|
660
|
-
1,
|
661
|
-
null,
|
662
|
-
1,
|
663
|
-
1,
|
664
|
-
null,
|
665
|
-
null,
|
666
|
-
null,
|
667
|
-
1,
|
668
|
-
1,
|
669
|
-
1,
|
670
|
-
null,
|
671
|
-
1,
|
672
|
-
null,
|
673
|
-
1,
|
674
|
-
null,
|
675
|
-
null,
|
676
|
-
1,
|
677
|
-
1,
|
678
|
-
1,
|
679
|
-
null,
|
680
|
-
1,
|
681
|
-
null,
|
682
|
-
1,
|
683
|
-
null,
|
684
|
-
1,
|
685
|
-
null,
|
686
|
-
null,
|
687
|
-
null,
|
688
|
-
null,
|
689
|
-
1,
|
690
|
-
1,
|
691
|
-
1,
|
692
|
-
1,
|
693
|
-
null,
|
694
|
-
null,
|
695
|
-
null,
|
696
|
-
1,
|
697
|
-
1,
|
698
|
-
1,
|
699
|
-
null,
|
700
|
-
null,
|
701
|
-
null,
|
702
|
-
1,
|
703
|
-
1,
|
704
|
-
1,
|
705
|
-
1,
|
706
|
-
1,
|
707
|
-
null,
|
708
|
-
1,
|
709
|
-
null,
|
710
|
-
null,
|
711
|
-
null,
|
712
|
-
1,
|
713
|
-
1,
|
714
|
-
1,
|
715
|
-
1,
|
716
|
-
1,
|
717
|
-
null,
|
718
|
-
1,
|
719
|
-
null,
|
720
|
-
null,
|
721
|
-
null,
|
722
|
-
null,
|
723
|
-
1,
|
724
|
-
1,
|
725
|
-
1,
|
726
|
-
1,
|
727
|
-
1,
|
728
|
-
1,
|
729
|
-
null,
|
730
|
-
null,
|
731
|
-
null,
|
732
|
-
1,
|
733
|
-
1,
|
734
|
-
1,
|
735
|
-
1,
|
736
|
-
1,
|
737
|
-
null,
|
738
|
-
1,
|
739
|
-
null,
|
740
|
-
null,
|
741
|
-
null,
|
742
|
-
1,
|
743
|
-
1,
|
744
|
-
1,
|
745
|
-
1,
|
746
|
-
1,
|
747
|
-
null,
|
748
|
-
1,
|
749
|
-
null,
|
750
|
-
null,
|
751
|
-
null,
|
752
|
-
null,
|
753
|
-
null,
|
754
|
-
1,
|
755
|
-
1,
|
756
|
-
1,
|
757
|
-
1,
|
758
|
-
1,
|
759
|
-
1,
|
760
|
-
null,
|
761
|
-
null,
|
762
|
-
null,
|
763
|
-
1,
|
764
|
-
1,
|
765
|
-
1,
|
766
|
-
1,
|
767
|
-
1,
|
768
|
-
null,
|
769
|
-
1,
|
770
|
-
null,
|
771
|
-
null,
|
772
|
-
null,
|
773
|
-
1,
|
774
|
-
1,
|
775
|
-
1,
|
776
|
-
1,
|
777
|
-
null,
|
778
|
-
1,
|
779
|
-
null,
|
780
|
-
null,
|
781
|
-
null,
|
782
|
-
null,
|
783
|
-
null
|
784
|
-
],
|
785
|
-
"/Users/jrg/code/vmware/vsphere-automation-sdk-ruby/runtime/spec/configuration_spec.rb": [
|
786
|
-
null,
|
787
|
-
null,
|
788
|
-
null,
|
789
|
-
null,
|
790
|
-
null,
|
791
|
-
null,
|
792
|
-
null,
|
793
|
-
null,
|
794
|
-
1,
|
795
|
-
null,
|
796
|
-
1,
|
797
|
-
2,
|
798
|
-
null,
|
799
|
-
1,
|
800
|
-
null,
|
801
|
-
null,
|
802
|
-
null,
|
803
|
-
null,
|
804
|
-
null,
|
805
|
-
null,
|
806
|
-
null,
|
807
|
-
null,
|
808
|
-
null,
|
809
|
-
1,
|
810
|
-
1,
|
811
|
-
null,
|
812
|
-
null,
|
813
|
-
null,
|
814
|
-
null,
|
815
|
-
1,
|
816
|
-
1,
|
817
|
-
4,
|
818
|
-
null,
|
819
|
-
null,
|
820
|
-
null,
|
821
|
-
null,
|
822
|
-
null,
|
823
|
-
null
|
824
|
-
]
|
825
|
-
},
|
826
|
-
"timestamp": 1568244629
|
827
|
-
}
|
828
|
-
}
|