topological_inventory-ingress_api-client 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/Gemfile.lock +97 -0
- data/docs/Volume.md +2 -0
- data/docs/VolumeAllOf.md +2 -0
- data/lib/topological_inventory-ingress_api-client/models/volume.rb +11 -1
- data/lib/topological_inventory-ingress_api-client/models/volume_all_of.rb +11 -1
- data/lib/topological_inventory-ingress_api-client/version.rb +1 -1
- metadata +205 -203
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 299ca4f4e6fab40685004408bc464e575fdd0a1c771745e0a4b738905d35444f
|
4
|
+
data.tar.gz: 1b28678f2e679e83eacf1c0e6d5295e7b33485a058983ecacf9cfcd9b30d9457
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8fd4b764ad7629e753222a1f3ff6a8a0dd910025ebf7402c5b1f92f0965225df0485f4ff810ba109fb09a0246b68194176b65402d8fb5798a12c3b1763a981fb
|
7
|
+
data.tar.gz: f31a8ac3b5635e485180d821e01696155acfed38ce1a552a9b4e13a1b870905dd8058188c851028ebf848e018dfd6d0482f1fcbb41b29446d455745f1d36ce7d
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
# Changelog
|
2
|
+
All notable changes to this project will be documented in this file.
|
3
|
+
|
4
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
|
+
|
7
|
+
## [Unreleased]
|
8
|
+
|
9
|
+
## [1.0.2] - 2020-06-04
|
10
|
+
|
11
|
+
- Adding source_update_at column for volumes #66
|
12
|
+
|
13
|
+
## [1.0.1] - 2020-03-19
|
14
|
+
|
15
|
+
## [1.0.0] - 2020-02-10
|
16
|
+
### Initial release to rubygems.org
|
17
|
+
|
18
|
+
[Unreleased]: https://github.com/RedHatInsights/topological_inventory-ingress_api-client-ruby/compare/v1.0.2...HEAD
|
19
|
+
[1.0.2]: https://github.com/RedHatInsights/topological_inventory-ingress_api-client-ruby/compare/v1.0.1...v1.0.2
|
20
|
+
[1.0.1]: https://github.com/RedHatInsights/topological_inventory-ingress_api-client-ruby/compare/v1.0.0...v1.0.1
|
21
|
+
[1.0.0]: https://github.com/RedHatInsights/topological_inventory-ingress_api-client-ruby/releases/v1.0.0
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,97 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
topological_inventory-ingress_api-client (1.0.2)
|
5
|
+
json (~> 2.1, >= 2.1.0)
|
6
|
+
typhoeus (~> 1.0, >= 1.0.1)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
ZenTest (4.12.0)
|
12
|
+
addressable (2.7.0)
|
13
|
+
public_suffix (>= 2.0.2, < 5.0)
|
14
|
+
ast (2.4.0)
|
15
|
+
autotest (4.4.6)
|
16
|
+
ZenTest (>= 4.4.1)
|
17
|
+
autotest-fsevent (0.2.17)
|
18
|
+
sys-uname
|
19
|
+
autotest-growl (0.2.16)
|
20
|
+
autotest-rails-pure (4.1.2)
|
21
|
+
byebug (11.1.3)
|
22
|
+
coderay (1.1.2)
|
23
|
+
crack (0.4.3)
|
24
|
+
safe_yaml (~> 1.0.0)
|
25
|
+
diff-lcs (1.3)
|
26
|
+
ethon (0.12.0)
|
27
|
+
ffi (>= 1.3.0)
|
28
|
+
ffi (1.12.2)
|
29
|
+
hashdiff (1.0.1)
|
30
|
+
jaro_winkler (1.5.4)
|
31
|
+
json (2.3.0)
|
32
|
+
method_source (1.0.0)
|
33
|
+
parallel (1.19.1)
|
34
|
+
parser (2.7.1.3)
|
35
|
+
ast (~> 2.4.0)
|
36
|
+
pry (0.13.1)
|
37
|
+
coderay (~> 1.1)
|
38
|
+
method_source (~> 1.0)
|
39
|
+
pry-byebug (3.9.0)
|
40
|
+
byebug (~> 11.0)
|
41
|
+
pry (~> 0.13.0)
|
42
|
+
psych (3.1.0)
|
43
|
+
public_suffix (4.0.5)
|
44
|
+
rainbow (3.0.0)
|
45
|
+
rake (12.0.0)
|
46
|
+
rspec (3.9.0)
|
47
|
+
rspec-core (~> 3.9.0)
|
48
|
+
rspec-expectations (~> 3.9.0)
|
49
|
+
rspec-mocks (~> 3.9.0)
|
50
|
+
rspec-core (3.9.2)
|
51
|
+
rspec-support (~> 3.9.3)
|
52
|
+
rspec-expectations (3.9.2)
|
53
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
54
|
+
rspec-support (~> 3.9.0)
|
55
|
+
rspec-mocks (3.9.1)
|
56
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
57
|
+
rspec-support (~> 3.9.0)
|
58
|
+
rspec-support (3.9.3)
|
59
|
+
rubocop (0.66.0)
|
60
|
+
jaro_winkler (~> 1.5.1)
|
61
|
+
parallel (~> 1.10)
|
62
|
+
parser (>= 2.5, != 2.5.1.1)
|
63
|
+
psych (>= 3.1.0)
|
64
|
+
rainbow (>= 2.2.2, < 4.0)
|
65
|
+
ruby-progressbar (~> 1.7)
|
66
|
+
unicode-display_width (>= 1.4.0, < 1.6)
|
67
|
+
ruby-progressbar (1.10.1)
|
68
|
+
safe_yaml (1.0.5)
|
69
|
+
sys-uname (1.2.1)
|
70
|
+
ffi (>= 1.0.0)
|
71
|
+
typhoeus (1.4.0)
|
72
|
+
ethon (>= 0.9.0)
|
73
|
+
unicode-display_width (1.5.0)
|
74
|
+
vcr (3.0.3)
|
75
|
+
webmock (1.24.6)
|
76
|
+
addressable (>= 2.3.6)
|
77
|
+
crack (>= 0.3.2)
|
78
|
+
hashdiff
|
79
|
+
|
80
|
+
PLATFORMS
|
81
|
+
ruby
|
82
|
+
|
83
|
+
DEPENDENCIES
|
84
|
+
autotest (~> 4.4, >= 4.4.6)
|
85
|
+
autotest-fsevent (~> 0.2, >= 0.2.12)
|
86
|
+
autotest-growl (~> 0.2, >= 0.2.16)
|
87
|
+
autotest-rails-pure (~> 4.1, >= 4.1.2)
|
88
|
+
pry-byebug
|
89
|
+
rake (~> 12.0.0)
|
90
|
+
rspec (~> 3.6, >= 3.6.0)
|
91
|
+
rubocop (~> 0.66.0)
|
92
|
+
topological_inventory-ingress_api-client!
|
93
|
+
vcr (~> 3.0, >= 3.0.1)
|
94
|
+
webmock (~> 1.24, >= 1.24.3)
|
95
|
+
|
96
|
+
BUNDLED WITH
|
97
|
+
1.17.2
|
data/docs/Volume.md
CHANGED
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
|
|
14
14
|
**source_deleted_at** | **DateTime** | | [optional]
|
15
15
|
**source_ref** | **String** | |
|
16
16
|
**source_region** | [**SourceRegionReference**](SourceRegionReference.md) | | [optional]
|
17
|
+
**source_updated_at** | **DateTime** | | [optional]
|
17
18
|
**state** | **String** | | [optional]
|
18
19
|
**subscription** | [**SubscriptionReference**](SubscriptionReference.md) | | [optional]
|
19
20
|
**volume_type** | [**VolumeTypeReference**](VolumeTypeReference.md) | | [optional]
|
@@ -33,6 +34,7 @@ instance = TopologicalInventoryIngressApiClient::Volume.new(archived_at: null,
|
|
33
34
|
source_deleted_at: null,
|
34
35
|
source_ref: null,
|
35
36
|
source_region: null,
|
37
|
+
source_updated_at: null,
|
36
38
|
state: null,
|
37
39
|
subscription: null,
|
38
40
|
volume_type: null)
|
data/docs/VolumeAllOf.md
CHANGED
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
|
|
14
14
|
**source_deleted_at** | **DateTime** | | [optional]
|
15
15
|
**source_ref** | **String** | |
|
16
16
|
**source_region** | [**SourceRegionReference**](SourceRegionReference.md) | | [optional]
|
17
|
+
**source_updated_at** | **DateTime** | | [optional]
|
17
18
|
**state** | **String** | | [optional]
|
18
19
|
**subscription** | [**SubscriptionReference**](SubscriptionReference.md) | | [optional]
|
19
20
|
**volume_type** | [**VolumeTypeReference**](VolumeTypeReference.md) | | [optional]
|
@@ -33,6 +34,7 @@ instance = TopologicalInventoryIngressApiClient::VolumeAllOf.new(archived_at: nu
|
|
33
34
|
source_deleted_at: null,
|
34
35
|
source_ref: null,
|
35
36
|
source_region: null,
|
37
|
+
source_updated_at: null,
|
36
38
|
state: null,
|
37
39
|
subscription: null,
|
38
40
|
volume_type: null)
|
@@ -34,6 +34,8 @@ module TopologicalInventoryIngressApiClient
|
|
34
34
|
|
35
35
|
attr_accessor :source_region
|
36
36
|
|
37
|
+
attr_accessor :source_updated_at
|
38
|
+
|
37
39
|
attr_accessor :state
|
38
40
|
|
39
41
|
attr_accessor :subscription
|
@@ -53,6 +55,7 @@ module TopologicalInventoryIngressApiClient
|
|
53
55
|
:'source_deleted_at' => :'source_deleted_at',
|
54
56
|
:'source_ref' => :'source_ref',
|
55
57
|
:'source_region' => :'source_region',
|
58
|
+
:'source_updated_at' => :'source_updated_at',
|
56
59
|
:'state' => :'state',
|
57
60
|
:'subscription' => :'subscription',
|
58
61
|
:'volume_type' => :'volume_type'
|
@@ -72,6 +75,7 @@ module TopologicalInventoryIngressApiClient
|
|
72
75
|
:'source_deleted_at' => :'DateTime',
|
73
76
|
:'source_ref' => :'String',
|
74
77
|
:'source_region' => :'SourceRegionReference',
|
78
|
+
:'source_updated_at' => :'DateTime',
|
75
79
|
:'state' => :'String',
|
76
80
|
:'subscription' => :'SubscriptionReference',
|
77
81
|
:'volume_type' => :'VolumeTypeReference'
|
@@ -90,6 +94,7 @@ module TopologicalInventoryIngressApiClient
|
|
90
94
|
:'source_created_at',
|
91
95
|
:'source_deleted_at',
|
92
96
|
:'source_region',
|
97
|
+
:'source_updated_at',
|
93
98
|
:'state',
|
94
99
|
:'subscription',
|
95
100
|
:'volume_type'
|
@@ -159,6 +164,10 @@ module TopologicalInventoryIngressApiClient
|
|
159
164
|
self.source_region = attributes[:'source_region']
|
160
165
|
end
|
161
166
|
|
167
|
+
if attributes.key?(:'source_updated_at')
|
168
|
+
self.source_updated_at = attributes[:'source_updated_at']
|
169
|
+
end
|
170
|
+
|
162
171
|
if attributes.key?(:'state')
|
163
172
|
self.state = attributes[:'state']
|
164
173
|
end
|
@@ -205,6 +214,7 @@ module TopologicalInventoryIngressApiClient
|
|
205
214
|
source_deleted_at == o.source_deleted_at &&
|
206
215
|
source_ref == o.source_ref &&
|
207
216
|
source_region == o.source_region &&
|
217
|
+
source_updated_at == o.source_updated_at &&
|
208
218
|
state == o.state &&
|
209
219
|
subscription == o.subscription &&
|
210
220
|
volume_type == o.volume_type
|
@@ -219,7 +229,7 @@ module TopologicalInventoryIngressApiClient
|
|
219
229
|
# Calculates hash code according to all attributes.
|
220
230
|
# @return [Integer] Hash code
|
221
231
|
def hash
|
222
|
-
[archived_at, extra, name, orchestration_stack, resource_timestamp, size, source_created_at, source_deleted_at, source_ref, source_region, state, subscription, volume_type].hash
|
232
|
+
[archived_at, extra, name, orchestration_stack, resource_timestamp, size, source_created_at, source_deleted_at, source_ref, source_region, source_updated_at, state, subscription, volume_type].hash
|
223
233
|
end
|
224
234
|
|
225
235
|
# Builds the object from hash
|
@@ -34,6 +34,8 @@ module TopologicalInventoryIngressApiClient
|
|
34
34
|
|
35
35
|
attr_accessor :source_region
|
36
36
|
|
37
|
+
attr_accessor :source_updated_at
|
38
|
+
|
37
39
|
attr_accessor :state
|
38
40
|
|
39
41
|
attr_accessor :subscription
|
@@ -53,6 +55,7 @@ module TopologicalInventoryIngressApiClient
|
|
53
55
|
:'source_deleted_at' => :'source_deleted_at',
|
54
56
|
:'source_ref' => :'source_ref',
|
55
57
|
:'source_region' => :'source_region',
|
58
|
+
:'source_updated_at' => :'source_updated_at',
|
56
59
|
:'state' => :'state',
|
57
60
|
:'subscription' => :'subscription',
|
58
61
|
:'volume_type' => :'volume_type'
|
@@ -72,6 +75,7 @@ module TopologicalInventoryIngressApiClient
|
|
72
75
|
:'source_deleted_at' => :'DateTime',
|
73
76
|
:'source_ref' => :'String',
|
74
77
|
:'source_region' => :'SourceRegionReference',
|
78
|
+
:'source_updated_at' => :'DateTime',
|
75
79
|
:'state' => :'String',
|
76
80
|
:'subscription' => :'SubscriptionReference',
|
77
81
|
:'volume_type' => :'VolumeTypeReference'
|
@@ -90,6 +94,7 @@ module TopologicalInventoryIngressApiClient
|
|
90
94
|
:'source_created_at',
|
91
95
|
:'source_deleted_at',
|
92
96
|
:'source_region',
|
97
|
+
:'source_updated_at',
|
93
98
|
:'state',
|
94
99
|
:'subscription',
|
95
100
|
:'volume_type'
|
@@ -151,6 +156,10 @@ module TopologicalInventoryIngressApiClient
|
|
151
156
|
self.source_region = attributes[:'source_region']
|
152
157
|
end
|
153
158
|
|
159
|
+
if attributes.key?(:'source_updated_at')
|
160
|
+
self.source_updated_at = attributes[:'source_updated_at']
|
161
|
+
end
|
162
|
+
|
154
163
|
if attributes.key?(:'state')
|
155
164
|
self.state = attributes[:'state']
|
156
165
|
end
|
@@ -197,6 +206,7 @@ module TopologicalInventoryIngressApiClient
|
|
197
206
|
source_deleted_at == o.source_deleted_at &&
|
198
207
|
source_ref == o.source_ref &&
|
199
208
|
source_region == o.source_region &&
|
209
|
+
source_updated_at == o.source_updated_at &&
|
200
210
|
state == o.state &&
|
201
211
|
subscription == o.subscription &&
|
202
212
|
volume_type == o.volume_type
|
@@ -211,7 +221,7 @@ module TopologicalInventoryIngressApiClient
|
|
211
221
|
# Calculates hash code according to all attributes.
|
212
222
|
# @return [Integer] Hash code
|
213
223
|
def hash
|
214
|
-
[archived_at, extra, name, orchestration_stack, resource_timestamp, size, source_created_at, source_deleted_at, source_ref, source_region, state, subscription, volume_type].hash
|
224
|
+
[archived_at, extra, name, orchestration_stack, resource_timestamp, size, source_created_at, source_deleted_at, source_ref, source_region, source_updated_at, state, subscription, volume_type].hash
|
215
225
|
end
|
216
226
|
|
217
227
|
# Builds the object from hash
|
metadata
CHANGED
@@ -1,35 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: topological_inventory-ingress_api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '2.1'
|
20
17
|
- - ">="
|
21
18
|
- !ruby/object:Gem::Version
|
22
19
|
version: 2.1.0
|
20
|
+
- - "~>"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '2.1'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
|
-
- - "~>"
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: '2.1'
|
30
27
|
- - ">="
|
31
28
|
- !ruby/object:Gem::Version
|
32
29
|
version: 2.1.0
|
30
|
+
- - "~>"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '2.1'
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: typhoeus
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -54,22 +54,22 @@ dependencies:
|
|
54
54
|
name: rspec
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
56
56
|
requirements:
|
57
|
-
- - "~>"
|
58
|
-
- !ruby/object:Gem::Version
|
59
|
-
version: '3.6'
|
60
57
|
- - ">="
|
61
58
|
- !ruby/object:Gem::Version
|
62
59
|
version: 3.6.0
|
60
|
+
- - "~>"
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '3.6'
|
63
63
|
type: :development
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
|
-
- - "~>"
|
68
|
-
- !ruby/object:Gem::Version
|
69
|
-
version: '3.6'
|
70
67
|
- - ">="
|
71
68
|
- !ruby/object:Gem::Version
|
72
69
|
version: 3.6.0
|
70
|
+
- - "~>"
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: '3.6'
|
73
73
|
- !ruby/object:Gem::Dependency
|
74
74
|
name: vcr
|
75
75
|
requirement: !ruby/object:Gem::Requirement
|
@@ -197,7 +197,9 @@ executables: []
|
|
197
197
|
extensions: []
|
198
198
|
extra_rdoc_files: []
|
199
199
|
files:
|
200
|
+
- CHANGELOG.md
|
200
201
|
- Gemfile
|
202
|
+
- Gemfile.lock
|
201
203
|
- LICENSE.txt
|
202
204
|
- README.md
|
203
205
|
- Rakefile
|
@@ -878,7 +880,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
878
880
|
- !ruby/object:Gem::Version
|
879
881
|
version: '0'
|
880
882
|
requirements: []
|
881
|
-
rubygems_version: 3.
|
883
|
+
rubygems_version: 3.0.3
|
882
884
|
signing_key:
|
883
885
|
specification_version: 4
|
884
886
|
summary: Topological Inventory Ingress API Ruby Gem
|
@@ -886,219 +888,219 @@ test_files:
|
|
886
888
|
- spec/api/default_api_spec.rb
|
887
889
|
- spec/api_client_spec.rb
|
888
890
|
- spec/configuration_spec.rb
|
891
|
+
- spec/models/container_node_all_of_spec.rb
|
892
|
+
- spec/models/container_node_reference_by_name_spec.rb
|
893
|
+
- spec/models/service_inventory_all_of_spec.rb
|
894
|
+
- spec/models/datastore_spec.rb
|
895
|
+
- spec/models/vm_tag_all_of_spec.rb
|
896
|
+
- spec/models/service_plan_spec.rb
|
897
|
+
- spec/models/security_group_spec.rb
|
898
|
+
- spec/models/network_adapter_all_of_spec.rb
|
899
|
+
- spec/models/container_all_of_spec.rb
|
900
|
+
- spec/models/host_all_of_spec.rb
|
901
|
+
- spec/models/inventory_collection_datastore_mount_spec.rb
|
902
|
+
- spec/models/inventory_object_lazy_spec.rb
|
903
|
+
- spec/models/service_offering_node_spec.rb
|
904
|
+
- spec/models/inventory_collection_container_resource_quota_spec.rb
|
905
|
+
- spec/models/vm_security_group_spec.rb
|
906
|
+
- spec/models/subnet_all_of_spec.rb
|
907
|
+
- spec/models/inventory_collection_service_inventory_tag_spec.rb
|
908
|
+
- spec/models/container_template_reference_spec.rb
|
909
|
+
- spec/models/vm_all_of_spec.rb
|
910
|
+
- spec/models/subscription_all_of_spec.rb
|
911
|
+
- spec/models/container_image_tag_spec.rb
|
912
|
+
- spec/models/inventory_collection_vm_security_group_spec.rb
|
913
|
+
- spec/models/service_credential_type_spec.rb
|
914
|
+
- spec/models/service_offering_node_all_of_spec.rb
|
915
|
+
- spec/models/container_resource_quota_spec.rb
|
916
|
+
- spec/models/service_offering_icon_reference_spec.rb
|
917
|
+
- spec/models/inventory_collection_reservation_tag_spec.rb
|
918
|
+
- spec/models/service_offering_tag_all_of_spec.rb
|
919
|
+
- spec/models/security_group_reference_spec.rb
|
920
|
+
- spec/models/inventory_collection_service_offering_spec.rb
|
921
|
+
- spec/models/volume_reference_spec.rb
|
922
|
+
- spec/models/service_offering_icon_all_of_spec.rb
|
923
|
+
- spec/models/network_adapter_spec.rb
|
924
|
+
- spec/models/vm_tag_spec.rb
|
925
|
+
- spec/models/inventory_collection_network_spec.rb
|
926
|
+
- spec/models/reservation_tag_all_of_spec.rb
|
927
|
+
- spec/models/inventory_collection_service_instance_node_service_credential_spec.rb
|
889
928
|
- spec/models/cluster_all_of_spec.rb
|
890
|
-
- spec/models/
|
891
|
-
- spec/models/cluster_reference_spec.rb
|
929
|
+
- spec/models/inventory_collection_container_node_tag_spec.rb
|
892
930
|
- spec/models/cluster_spec.rb
|
893
|
-
- spec/models/
|
894
|
-
- spec/models/
|
895
|
-
- spec/models/
|
896
|
-
- spec/models/
|
897
|
-
- spec/models/
|
898
|
-
- spec/models/
|
931
|
+
- spec/models/inventory_collection_host_tag_spec.rb
|
932
|
+
- spec/models/cluster_reference_reference_spec.rb
|
933
|
+
- spec/models/vm_reference_spec.rb
|
934
|
+
- spec/models/service_instance_node_all_of_spec.rb
|
935
|
+
- spec/models/inventory_collection_network_tag_spec.rb
|
936
|
+
- spec/models/service_credential_type_reference_spec.rb
|
937
|
+
- spec/models/inventory_collection_service_instance_service_credential_spec.rb
|
938
|
+
- spec/models/ipaddress_spec.rb
|
899
939
|
- spec/models/container_group_tag_all_of_spec.rb
|
940
|
+
- spec/models/service_credential_reference_spec.rb
|
941
|
+
- spec/models/source_region_all_of_spec.rb
|
900
942
|
- spec/models/container_group_tag_spec.rb
|
901
|
-
- spec/models/
|
902
|
-
- spec/models/container_image_reference_spec.rb
|
903
|
-
- spec/models/container_image_spec.rb
|
904
|
-
- spec/models/container_image_tag_all_of_spec.rb
|
905
|
-
- spec/models/container_image_tag_spec.rb
|
906
|
-
- spec/models/container_node_all_of_spec.rb
|
907
|
-
- spec/models/container_node_reference_by_name_reference_spec.rb
|
908
|
-
- spec/models/container_node_reference_by_name_spec.rb
|
909
|
-
- spec/models/container_node_reference_spec.rb
|
910
|
-
- spec/models/container_node_spec.rb
|
911
|
-
- spec/models/container_node_tag_all_of_spec.rb
|
912
|
-
- spec/models/container_node_tag_spec.rb
|
913
|
-
- spec/models/container_project_all_of_spec.rb
|
914
|
-
- spec/models/container_project_reference_by_name_spec.rb
|
915
|
-
- spec/models/container_project_reference_spec.rb
|
943
|
+
- spec/models/inventory_collection_tag_spec.rb
|
916
944
|
- spec/models/container_project_spec.rb
|
917
|
-
- spec/models/
|
918
|
-
- spec/models/container_project_tag_spec.rb
|
919
|
-
- spec/models/container_resource_quota_all_of_spec.rb
|
920
|
-
- spec/models/container_resource_quota_spec.rb
|
945
|
+
- spec/models/service_plan_all_of_spec.rb
|
921
946
|
- spec/models/container_spec.rb
|
922
|
-
- spec/models/
|
923
|
-
- spec/models/
|
924
|
-
- spec/models/container_template_spec.rb
|
925
|
-
- spec/models/container_template_tag_all_of_spec.rb
|
926
|
-
- spec/models/container_template_tag_spec.rb
|
927
|
-
- spec/models/cross_link_vm_reference_reference_spec.rb
|
928
|
-
- spec/models/cross_link_vm_reference_spec.rb
|
929
|
-
- spec/models/datastore_all_of_spec.rb
|
930
|
-
- spec/models/datastore_mount_all_of_spec.rb
|
931
|
-
- spec/models/datastore_mount_spec.rb
|
932
|
-
- spec/models/datastore_reference_reference_spec.rb
|
933
|
-
- spec/models/datastore_reference_spec.rb
|
934
|
-
- spec/models/datastore_spec.rb
|
935
|
-
- spec/models/datastore_tag_all_of_spec.rb
|
936
|
-
- spec/models/datastore_tag_spec.rb
|
937
|
-
- spec/models/flavor_all_of_spec.rb
|
947
|
+
- spec/models/service_plan_reference_spec.rb
|
948
|
+
- spec/models/container_node_tag_all_of_spec.rb
|
938
949
|
- spec/models/flavor_reference_reference_spec.rb
|
939
|
-
- spec/models/
|
950
|
+
- spec/models/service_offering_service_credential_spec.rb
|
951
|
+
- spec/models/reservation_tag_spec.rb
|
952
|
+
- spec/models/tag_spec.rb
|
953
|
+
- spec/models/inventory_collection_datastore_tag_spec.rb
|
954
|
+
- spec/models/service_offering_service_credential_all_of_spec.rb
|
955
|
+
- spec/models/service_offering_tag_spec.rb
|
956
|
+
- spec/models/volume_type_all_of_spec.rb
|
957
|
+
- spec/models/vm_security_group_all_of_spec.rb
|
958
|
+
- spec/models/container_group_all_of_spec.rb
|
959
|
+
- spec/models/security_group_tag_spec.rb
|
960
|
+
- spec/models/network_tag_spec.rb
|
961
|
+
- spec/models/service_instance_all_of_spec.rb
|
962
|
+
- spec/models/tag_reference_reference_spec.rb
|
963
|
+
- spec/models/service_offering_icon_spec.rb
|
964
|
+
- spec/models/volume_attachment_all_of_spec.rb
|
965
|
+
- spec/models/inventory_collection_datastore_spec.rb
|
966
|
+
- spec/models/inventory_collection_container_image_tag_spec.rb
|
967
|
+
- spec/models/orchestration_stack_reference_spec.rb
|
968
|
+
- spec/models/service_offering_node_service_credential_spec.rb
|
969
|
+
- spec/models/subscription_spec.rb
|
970
|
+
- spec/models/ipaddress_reference_spec.rb
|
971
|
+
- spec/models/service_inventory_reference_spec.rb
|
972
|
+
- spec/models/datastore_mount_all_of_spec.rb
|
973
|
+
- spec/models/cluster_reference_spec.rb
|
974
|
+
- spec/models/inventory_collection_host_spec.rb
|
975
|
+
- spec/models/container_project_reference_spec.rb
|
976
|
+
- spec/models/tag_all_of_spec.rb
|
977
|
+
- spec/models/container_template_tag_all_of_spec.rb
|
978
|
+
- spec/models/inventory_collection_reservation_spec.rb
|
979
|
+
- spec/models/network_spec.rb
|
980
|
+
- spec/models/inventory_collection_security_group_tag_spec.rb
|
981
|
+
- spec/models/inventory_collection_cluster_spec.rb
|
982
|
+
- spec/models/container_node_reference_by_name_reference_spec.rb
|
983
|
+
- spec/models/service_offering_node_service_credential_all_of_spec.rb
|
940
984
|
- spec/models/flavor_spec.rb
|
941
|
-
- spec/models/
|
942
|
-
- spec/models/
|
943
|
-
- spec/models/
|
985
|
+
- spec/models/inventory_collection_container_project_tag_spec.rb
|
986
|
+
- spec/models/inventory_collection_vm_spec.rb
|
987
|
+
- spec/models/orchestration_stack_spec.rb
|
944
988
|
- spec/models/host_tag_all_of_spec.rb
|
989
|
+
- spec/models/inventory_collection_flavor_spec.rb
|
990
|
+
- spec/models/inventory_collection_container_template_tag_spec.rb
|
991
|
+
- spec/models/schema_spec.rb
|
992
|
+
- spec/models/volume_type_reference_spec.rb
|
993
|
+
- spec/models/container_group_spec.rb
|
994
|
+
- spec/models/source_region_reference_spec.rb
|
995
|
+
- spec/models/inventory_collection_network_adapter_spec.rb
|
996
|
+
- spec/models/container_node_spec.rb
|
997
|
+
- spec/models/subnet_tag_spec.rb
|
998
|
+
- spec/models/orchestration_stack_all_of_spec.rb
|
999
|
+
- spec/models/inventory_collection_service_credential_spec.rb
|
1000
|
+
- spec/models/service_credential_all_of_spec.rb
|
945
1001
|
- spec/models/host_tag_spec.rb
|
946
|
-
- spec/models/
|
1002
|
+
- spec/models/inventory_collection_vm_tag_spec.rb
|
1003
|
+
- spec/models/container_template_tag_spec.rb
|
1004
|
+
- spec/models/inventory_collection_service_instance_spec.rb
|
1005
|
+
- spec/models/network_adapter_reference_spec.rb
|
1006
|
+
- spec/models/service_offering_spec.rb
|
1007
|
+
- spec/models/subnet_reference_spec.rb
|
1008
|
+
- spec/models/container_image_tag_all_of_spec.rb
|
1009
|
+
- spec/models/vm_spec.rb
|
1010
|
+
- spec/models/service_offering_all_of_spec.rb
|
1011
|
+
- spec/models/service_instance_node_service_credential_spec.rb
|
947
1012
|
- spec/models/inventory_collection_cluster_tag_spec.rb
|
948
1013
|
- spec/models/inventory_collection_container_group_spec.rb
|
949
|
-
- spec/models/
|
950
|
-
- spec/models/
|
951
|
-
- spec/models/
|
952
|
-
- spec/models/
|
953
|
-
- spec/models/
|
1014
|
+
- spec/models/inventory_collection_subnet_spec.rb
|
1015
|
+
- spec/models/inventory_collection_subscription_spec.rb
|
1016
|
+
- spec/models/service_credential_type_all_of_spec.rb
|
1017
|
+
- spec/models/security_group_tag_all_of_spec.rb
|
1018
|
+
- spec/models/security_group_all_of_spec.rb
|
1019
|
+
- spec/models/service_offering_node_reference_spec.rb
|
1020
|
+
- spec/models/network_all_of_spec.rb
|
1021
|
+
- spec/models/subnet_tag_all_of_spec.rb
|
1022
|
+
- spec/models/datastore_reference_reference_spec.rb
|
1023
|
+
- spec/models/inventory_collection_service_offering_node_spec.rb
|
1024
|
+
- spec/models/datastore_tag_all_of_spec.rb
|
1025
|
+
- spec/models/volume_all_of_spec.rb
|
1026
|
+
- spec/models/reservation_all_of_spec.rb
|
1027
|
+
- spec/models/inventory_spec.rb
|
954
1028
|
- spec/models/inventory_collection_container_project_spec.rb
|
955
|
-
- spec/models/
|
956
|
-
- spec/models/
|
957
|
-
- spec/models/
|
958
|
-
- spec/models/
|
959
|
-
- spec/models/
|
960
|
-
- spec/models/
|
961
|
-
- spec/models/
|
962
|
-
- spec/models/inventory_collection_datastore_tag_spec.rb
|
963
|
-
- spec/models/inventory_collection_flavor_spec.rb
|
964
|
-
- spec/models/inventory_collection_host_spec.rb
|
965
|
-
- spec/models/inventory_collection_host_tag_spec.rb
|
1029
|
+
- spec/models/cluster_tag_all_of_spec.rb
|
1030
|
+
- spec/models/container_project_tag_all_of_spec.rb
|
1031
|
+
- spec/models/service_instance_service_credential_all_of_spec.rb
|
1032
|
+
- spec/models/container_project_all_of_spec.rb
|
1033
|
+
- spec/models/inventory_collection_container_image_spec.rb
|
1034
|
+
- spec/models/container_template_all_of_spec.rb
|
1035
|
+
- spec/models/container_project_tag_spec.rb
|
966
1036
|
- spec/models/inventory_collection_ipaddress_spec.rb
|
967
|
-
- spec/models/
|
968
|
-
- spec/models/
|
1037
|
+
- spec/models/datastore_all_of_spec.rb
|
1038
|
+
- spec/models/inventory_collection_service_instance_node_spec.rb
|
1039
|
+
- spec/models/inventory_collection_volume_attachment_spec.rb
|
1040
|
+
- spec/models/subscription_reference_spec.rb
|
1041
|
+
- spec/models/cluster_tag_spec.rb
|
1042
|
+
- spec/models/inventory_collection_container_group_tag_spec.rb
|
1043
|
+
- spec/models/container_node_reference_spec.rb
|
1044
|
+
- spec/models/service_instance_node_reference_spec.rb
|
1045
|
+
- spec/models/inventory_collection_security_group_spec.rb
|
1046
|
+
- spec/models/container_resource_quota_all_of_spec.rb
|
1047
|
+
- spec/models/network_tag_all_of_spec.rb
|
1048
|
+
- spec/models/service_inventory_spec.rb
|
1049
|
+
- spec/models/container_project_reference_by_name_spec.rb
|
1050
|
+
- spec/models/service_inventory_tag_spec.rb
|
1051
|
+
- spec/models/reservation_reference_spec.rb
|
969
1052
|
- spec/models/inventory_collection_network_adapter_tag_spec.rb
|
970
|
-
- spec/models/
|
971
|
-
- spec/models/inventory_collection_network_tag_spec.rb
|
1053
|
+
- spec/models/network_reference_spec.rb
|
972
1054
|
- spec/models/inventory_collection_orchestration_stack_spec.rb
|
973
|
-
- spec/models/
|
974
|
-
- spec/models/
|
975
|
-
- spec/models/
|
976
|
-
- spec/models/
|
977
|
-
- spec/models/
|
978
|
-
- spec/models/
|
979
|
-
- spec/models/inventory_collection_service_instance_node_service_credential_spec.rb
|
980
|
-
- spec/models/inventory_collection_service_instance_node_spec.rb
|
981
|
-
- spec/models/inventory_collection_service_instance_service_credential_spec.rb
|
982
|
-
- spec/models/inventory_collection_service_instance_spec.rb
|
1055
|
+
- spec/models/inventory_collection_subnet_tag_spec.rb
|
1056
|
+
- spec/models/inventory_collection_ipaddress_tag_spec.rb
|
1057
|
+
- spec/models/datastore_mount_spec.rb
|
1058
|
+
- spec/models/flavor_reference_spec.rb
|
1059
|
+
- spec/models/datastore_reference_spec.rb
|
1060
|
+
- spec/models/container_group_reference_spec.rb
|
983
1061
|
- spec/models/inventory_collection_service_inventory_spec.rb
|
984
|
-
- spec/models/
|
1062
|
+
- spec/models/ipaddress_all_of_spec.rb
|
1063
|
+
- spec/models/service_instance_spec.rb
|
1064
|
+
- spec/models/inventory_collection_service_plan_spec.rb
|
1065
|
+
- spec/models/inventory_collection_volume_type_spec.rb
|
1066
|
+
- spec/models/inventory_collection_container_template_spec.rb
|
1067
|
+
- spec/models/datastore_tag_spec.rb
|
985
1068
|
- spec/models/inventory_collection_service_offering_icon_spec.rb
|
1069
|
+
- spec/models/volume_type_spec.rb
|
986
1070
|
- spec/models/inventory_collection_service_offering_node_service_credential_spec.rb
|
987
|
-
- spec/models/inventory_collection_service_offering_node_spec.rb
|
988
|
-
- spec/models/inventory_collection_service_offering_service_credential_spec.rb
|
989
|
-
- spec/models/inventory_collection_service_offering_spec.rb
|
990
|
-
- spec/models/inventory_collection_service_offering_tag_spec.rb
|
991
|
-
- spec/models/inventory_collection_service_plan_spec.rb
|
992
|
-
- spec/models/inventory_collection_source_region_spec.rb
|
993
1071
|
- spec/models/inventory_collection_spec.rb
|
994
|
-
- spec/models/
|
995
|
-
- spec/models/
|
996
|
-
- spec/models/
|
997
|
-
- spec/models/
|
998
|
-
- spec/models/
|
999
|
-
- spec/models/
|
1000
|
-
- spec/models/
|
1001
|
-
- spec/models/
|
1072
|
+
- spec/models/cross_link_vm_reference_spec.rb
|
1073
|
+
- spec/models/container_template_spec.rb
|
1074
|
+
- spec/models/service_credential_spec.rb
|
1075
|
+
- spec/models/container_node_tag_spec.rb
|
1076
|
+
- spec/models/service_offering_reference_spec.rb
|
1077
|
+
- spec/models/host_spec.rb
|
1078
|
+
- spec/models/reservation_spec.rb
|
1079
|
+
- spec/models/cross_link_vm_reference_reference_spec.rb
|
1002
1080
|
- spec/models/inventory_collection_volume_spec.rb
|
1003
|
-
- spec/models/
|
1004
|
-
- spec/models/inventory_object_lazy_spec.rb
|
1005
|
-
- spec/models/inventory_spec.rb
|
1006
|
-
- spec/models/ipaddress_all_of_spec.rb
|
1007
|
-
- spec/models/ipaddress_reference_spec.rb
|
1008
|
-
- spec/models/ipaddress_spec.rb
|
1009
|
-
- spec/models/ipaddress_tag_all_of_spec.rb
|
1010
|
-
- spec/models/ipaddress_tag_spec.rb
|
1011
|
-
- spec/models/network_adapter_all_of_spec.rb
|
1012
|
-
- spec/models/network_adapter_reference_spec.rb
|
1013
|
-
- spec/models/network_adapter_spec.rb
|
1081
|
+
- spec/models/inventory_collection_container_node_spec.rb
|
1014
1082
|
- spec/models/network_adapter_tag_all_of_spec.rb
|
1015
|
-
- spec/models/network_adapter_tag_spec.rb
|
1016
|
-
- spec/models/network_all_of_spec.rb
|
1017
|
-
- spec/models/network_reference_spec.rb
|
1018
|
-
- spec/models/network_spec.rb
|
1019
|
-
- spec/models/network_tag_all_of_spec.rb
|
1020
|
-
- spec/models/network_tag_spec.rb
|
1021
|
-
- spec/models/orchestration_stack_all_of_spec.rb
|
1022
|
-
- spec/models/orchestration_stack_reference_spec.rb
|
1023
|
-
- spec/models/orchestration_stack_spec.rb
|
1024
|
-
- spec/models/reservation_all_of_spec.rb
|
1025
|
-
- spec/models/reservation_reference_spec.rb
|
1026
|
-
- spec/models/reservation_spec.rb
|
1027
|
-
- spec/models/reservation_tag_all_of_spec.rb
|
1028
|
-
- spec/models/reservation_tag_spec.rb
|
1029
|
-
- spec/models/schema_spec.rb
|
1030
|
-
- spec/models/security_group_all_of_spec.rb
|
1031
|
-
- spec/models/security_group_reference_spec.rb
|
1032
|
-
- spec/models/security_group_spec.rb
|
1033
|
-
- spec/models/security_group_tag_all_of_spec.rb
|
1034
|
-
- spec/models/security_group_tag_spec.rb
|
1035
|
-
- spec/models/service_credential_all_of_spec.rb
|
1036
|
-
- spec/models/service_credential_reference_spec.rb
|
1037
|
-
- spec/models/service_credential_spec.rb
|
1038
|
-
- spec/models/service_credential_type_all_of_spec.rb
|
1039
|
-
- spec/models/service_credential_type_reference_spec.rb
|
1040
|
-
- spec/models/service_credential_type_spec.rb
|
1041
|
-
- spec/models/service_instance_all_of_spec.rb
|
1042
|
-
- spec/models/service_instance_node_all_of_spec.rb
|
1043
|
-
- spec/models/service_instance_node_reference_spec.rb
|
1044
|
-
- spec/models/service_instance_node_service_credential_all_of_spec.rb
|
1045
|
-
- spec/models/service_instance_node_service_credential_spec.rb
|
1046
1083
|
- spec/models/service_instance_node_spec.rb
|
1047
|
-
- spec/models/service_instance_reference_spec.rb
|
1048
|
-
- spec/models/service_instance_service_credential_all_of_spec.rb
|
1049
1084
|
- spec/models/service_instance_service_credential_spec.rb
|
1050
|
-
- spec/models/service_instance_spec.rb
|
1051
|
-
- spec/models/service_inventory_all_of_spec.rb
|
1052
|
-
- spec/models/service_inventory_reference_spec.rb
|
1053
|
-
- spec/models/service_inventory_spec.rb
|
1054
|
-
- spec/models/service_inventory_tag_all_of_spec.rb
|
1055
|
-
- spec/models/service_inventory_tag_spec.rb
|
1056
|
-
- spec/models/service_offering_all_of_spec.rb
|
1057
|
-
- spec/models/service_offering_icon_all_of_spec.rb
|
1058
|
-
- spec/models/service_offering_icon_reference_spec.rb
|
1059
|
-
- spec/models/service_offering_icon_spec.rb
|
1060
|
-
- spec/models/service_offering_node_all_of_spec.rb
|
1061
|
-
- spec/models/service_offering_node_reference_spec.rb
|
1062
|
-
- spec/models/service_offering_node_service_credential_all_of_spec.rb
|
1063
|
-
- spec/models/service_offering_node_service_credential_spec.rb
|
1064
|
-
- spec/models/service_offering_node_spec.rb
|
1065
|
-
- spec/models/service_offering_reference_spec.rb
|
1066
|
-
- spec/models/service_offering_service_credential_all_of_spec.rb
|
1067
|
-
- spec/models/service_offering_service_credential_spec.rb
|
1068
|
-
- spec/models/service_offering_spec.rb
|
1069
|
-
- spec/models/service_offering_tag_all_of_spec.rb
|
1070
|
-
- spec/models/service_offering_tag_spec.rb
|
1071
|
-
- spec/models/service_plan_all_of_spec.rb
|
1072
|
-
- spec/models/service_plan_reference_spec.rb
|
1073
|
-
- spec/models/service_plan_spec.rb
|
1074
|
-
- spec/models/source_region_all_of_spec.rb
|
1075
|
-
- spec/models/source_region_reference_spec.rb
|
1076
1085
|
- spec/models/source_region_spec.rb
|
1077
|
-
- spec/models/
|
1078
|
-
- spec/models/
|
1079
|
-
- spec/models/
|
1080
|
-
- spec/models/
|
1081
|
-
- spec/models/
|
1082
|
-
- spec/models/
|
1083
|
-
- spec/models/
|
1084
|
-
- spec/models/
|
1085
|
-
- spec/models/
|
1086
|
-
- spec/models/
|
1087
|
-
- spec/models/tag_reference_spec.rb
|
1088
|
-
- spec/models/tag_spec.rb
|
1089
|
-
- spec/models/vm_all_of_spec.rb
|
1090
|
-
- spec/models/vm_reference_spec.rb
|
1091
|
-
- spec/models/vm_security_group_all_of_spec.rb
|
1092
|
-
- spec/models/vm_security_group_spec.rb
|
1093
|
-
- spec/models/vm_spec.rb
|
1094
|
-
- spec/models/vm_tag_all_of_spec.rb
|
1095
|
-
- spec/models/vm_tag_spec.rb
|
1096
|
-
- spec/models/volume_all_of_spec.rb
|
1097
|
-
- spec/models/volume_attachment_all_of_spec.rb
|
1086
|
+
- spec/models/flavor_all_of_spec.rb
|
1087
|
+
- spec/models/inventory_collection_source_region_spec.rb
|
1088
|
+
- spec/models/inventory_collection_service_offering_service_credential_spec.rb
|
1089
|
+
- spec/models/container_image_spec.rb
|
1090
|
+
- spec/models/service_instance_node_service_credential_all_of_spec.rb
|
1091
|
+
- spec/models/inventory_collection_service_offering_tag_spec.rb
|
1092
|
+
- spec/models/inventory_collection_service_credential_type_spec.rb
|
1093
|
+
- spec/models/ipaddress_tag_all_of_spec.rb
|
1094
|
+
- spec/models/container_image_all_of_spec.rb
|
1095
|
+
- spec/models/service_instance_reference_spec.rb
|
1098
1096
|
- spec/models/volume_attachment_spec.rb
|
1099
|
-
- spec/models/
|
1097
|
+
- spec/models/host_reference_spec.rb
|
1098
|
+
- spec/models/network_adapter_tag_spec.rb
|
1099
|
+
- spec/models/subnet_spec.rb
|
1100
|
+
- spec/models/ipaddress_tag_spec.rb
|
1101
|
+
- spec/models/inventory_collection_container_spec.rb
|
1100
1102
|
- spec/models/volume_spec.rb
|
1101
|
-
- spec/models/
|
1102
|
-
- spec/models/
|
1103
|
-
- spec/models/
|
1103
|
+
- spec/models/container_image_reference_spec.rb
|
1104
|
+
- spec/models/service_inventory_tag_all_of_spec.rb
|
1105
|
+
- spec/models/tag_reference_spec.rb
|
1104
1106
|
- spec/spec_helper.rb
|