topological_inventory-ingress_api-client 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/Gemfile.lock +11 -10
- data/bundler.d/.gitkeep +0 -0
- data/bundler.d/Gemfile.dev.rb +0 -0
- data/docs/Inventory.md +7 -5
- data/lib/topological_inventory-ingress_api-client/models/inventory.rb +14 -4
- data/lib/topological_inventory-ingress_api-client/version.rb +1 -1
- metadata +197 -195
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 411ec752be04673da8ecce6f43dea757369b3ea73be5493facd1e1063ec02177
|
4
|
+
data.tar.gz: a7d7a5971970ae7be619a45e63bd1076280fb55085267c90d213344f323cb96a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e987227f47f4f61fb1f2726701ad81f123ee7754ef74227d01716d992e7b775c7aecb374d112eb13fe7db78acd119046087b3fe6bf1abe6a75293f612da14b8b
|
7
|
+
data.tar.gz: daf39def264d17ec68b20b84d36926bbd586c03ee61a21ec3f55ee4cfdd2b5e0fc707eb0b83335173124acff86faa82c957c04ed0cd74cb0420198f2eadf10b0
|
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [1.0.3] - 2020-08-10
|
10
|
+
|
11
|
+
- Adding refresh_type to Inventory #68
|
12
|
+
|
9
13
|
## [1.0.2] - 2020-06-04
|
10
14
|
|
11
15
|
- Adding source_update_at column for volumes #66
|
@@ -15,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
15
19
|
## [1.0.0] - 2020-02-10
|
16
20
|
### Initial release to rubygems.org
|
17
21
|
|
18
|
-
[Unreleased]: https://github.com/RedHatInsights/topological_inventory-ingress_api-client-ruby/compare/v1.0.
|
22
|
+
[Unreleased]: https://github.com/RedHatInsights/topological_inventory-ingress_api-client-ruby/compare/v1.0.3...HEAD
|
23
|
+
[1.0.2]: https://github.com/RedHatInsights/topological_inventory-ingress_api-client-ruby/compare/v1.0.2...v1.0.3
|
19
24
|
[1.0.2]: https://github.com/RedHatInsights/topological_inventory-ingress_api-client-ruby/compare/v1.0.1...v1.0.2
|
20
25
|
[1.0.1]: https://github.com/RedHatInsights/topological_inventory-ingress_api-client-ruby/compare/v1.0.0...v1.0.1
|
21
26
|
[1.0.0]: https://github.com/RedHatInsights/topological_inventory-ingress_api-client-ruby/releases/v1.0.0
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
topological_inventory-ingress_api-client (1.0.
|
4
|
+
topological_inventory-ingress_api-client (1.0.3)
|
5
5
|
json (~> 2.1, >= 2.1.0)
|
6
6
|
typhoeus (~> 1.0, >= 1.0.1)
|
7
7
|
|
@@ -18,7 +18,7 @@ GEM
|
|
18
18
|
sys-uname
|
19
19
|
autotest-growl (0.2.16)
|
20
20
|
autotest-rails-pure (4.1.2)
|
21
|
-
byebug (11.1.
|
21
|
+
byebug (11.1.1)
|
22
22
|
coderay (1.1.2)
|
23
23
|
crack (0.4.3)
|
24
24
|
safe_yaml (~> 1.0.0)
|
@@ -31,7 +31,7 @@ GEM
|
|
31
31
|
json (2.3.0)
|
32
32
|
method_source (1.0.0)
|
33
33
|
parallel (1.19.1)
|
34
|
-
parser (2.7.1.
|
34
|
+
parser (2.7.1.0)
|
35
35
|
ast (~> 2.4.0)
|
36
36
|
pry (0.13.1)
|
37
37
|
coderay (~> 1.1)
|
@@ -40,22 +40,22 @@ GEM
|
|
40
40
|
byebug (~> 11.0)
|
41
41
|
pry (~> 0.13.0)
|
42
42
|
psych (3.1.0)
|
43
|
-
public_suffix (4.0.
|
43
|
+
public_suffix (4.0.4)
|
44
44
|
rainbow (3.0.0)
|
45
45
|
rake (12.0.0)
|
46
46
|
rspec (3.9.0)
|
47
47
|
rspec-core (~> 3.9.0)
|
48
48
|
rspec-expectations (~> 3.9.0)
|
49
49
|
rspec-mocks (~> 3.9.0)
|
50
|
-
rspec-core (3.9.
|
51
|
-
rspec-support (~> 3.9.
|
52
|
-
rspec-expectations (3.9.
|
50
|
+
rspec-core (3.9.1)
|
51
|
+
rspec-support (~> 3.9.1)
|
52
|
+
rspec-expectations (3.9.1)
|
53
53
|
diff-lcs (>= 1.2.0, < 2.0)
|
54
54
|
rspec-support (~> 3.9.0)
|
55
55
|
rspec-mocks (3.9.1)
|
56
56
|
diff-lcs (>= 1.2.0, < 2.0)
|
57
57
|
rspec-support (~> 3.9.0)
|
58
|
-
rspec-support (3.9.
|
58
|
+
rspec-support (3.9.2)
|
59
59
|
rubocop (0.66.0)
|
60
60
|
jaro_winkler (~> 1.5.1)
|
61
61
|
parallel (~> 1.10)
|
@@ -68,7 +68,7 @@ GEM
|
|
68
68
|
safe_yaml (1.0.5)
|
69
69
|
sys-uname (1.2.1)
|
70
70
|
ffi (>= 1.0.0)
|
71
|
-
typhoeus (1.
|
71
|
+
typhoeus (1.3.1)
|
72
72
|
ethon (>= 0.9.0)
|
73
73
|
unicode-display_width (1.5.0)
|
74
74
|
vcr (3.0.3)
|
@@ -79,6 +79,7 @@ GEM
|
|
79
79
|
|
80
80
|
PLATFORMS
|
81
81
|
ruby
|
82
|
+
x86_64-darwin-18
|
82
83
|
|
83
84
|
DEPENDENCIES
|
84
85
|
autotest (~> 4.4, >= 4.4.6)
|
@@ -94,4 +95,4 @@ DEPENDENCIES
|
|
94
95
|
webmock (~> 1.24, >= 1.24.3)
|
95
96
|
|
96
97
|
BUNDLED WITH
|
97
|
-
1.
|
98
|
+
2.1.4
|
data/bundler.d/.gitkeep
ADDED
File without changes
|
File without changes
|
data/docs/Inventory.md
CHANGED
@@ -11,13 +11,14 @@ Name | Type | Description | Notes
|
|
11
11
|
**refresh_state_uuid** | **String** | | [optional]
|
12
12
|
**refresh_state_part_uuid** | **String** | | [optional]
|
13
13
|
**total_parts** | **Integer** | | [optional]
|
14
|
-
**refresh_state_started_at** | **DateTime** | | [optional]
|
15
|
-
**refresh_state_sent_at** | **DateTime** | | [optional]
|
16
14
|
**refresh_state_part_collected_at** | **DateTime** | | [optional]
|
17
15
|
**refresh_state_part_sent_at** | **DateTime** | | [optional]
|
16
|
+
**refresh_state_started_at** | **DateTime** | | [optional]
|
17
|
+
**refresh_state_sent_at** | **DateTime** | | [optional]
|
18
18
|
**ingress_api_sent_at** | **DateTime** | | [optional]
|
19
|
+
**refresh_type** | **String** | | [optional]
|
19
20
|
**sweep_scope** | [**OneOfobjectarray**](OneOfobjectarray.md) | | [optional]
|
20
|
-
**collections** | [**Array<
|
21
|
+
**collections** | [**Array<AnyOfInventoryCollectionClusterInventoryCollectionContainerInventoryCollectionContainerGroupInventoryCollectionContainerImageInventoryCollectionContainerNodeInventoryCollectionContainerProjectInventoryCollectionContainerResourceQuotaInventoryCollectionContainerTemplateInventoryCollectionDatastoreInventoryCollectionFlavorInventoryCollectionIpaddressInventoryCollectionHostInventoryCollectionNetworkAdapterInventoryCollectionNetworkInventoryCollectionOrchestrationStackInventoryCollectionReservationInventoryCollectionServiceInstanceInventoryCollectionServiceInstanceNodeInventoryCollectionServiceInventoryInventoryCollectionSecurityGroupInventoryCollectionServiceOfferingIconInventoryCollectionServiceOfferingInventoryCollectionServiceOfferingNodeInventoryCollectionServiceCredentialInventoryCollectionServiceCredentialTypeInventoryCollectionServicePlanInventoryCollectionSourceRegionInventoryCollectionSubnetInventoryCollectionSubscriptionInventoryCollectionVmInventoryCollectionVolumeInventoryCollectionVolumeTypeInventoryCollectionServiceOfferingServiceCredentialInventoryCollectionServiceInstanceServiceCredentialInventoryCollectionServiceOfferingNodeServiceCredentialInventoryCollectionServiceInstanceNodeServiceCredentialInventoryCollectionClusterTagInventoryCollectionContainerGroupTagInventoryCollectionContainerImageTagInventoryCollectionContainerNodeTagInventoryCollectionContainerProjectTagInventoryCollectionContainerTemplateTagInventoryCollectionDatastoreTagInventoryCollectionIpaddressTagInventoryCollectionHostTagInventoryCollectionNetworkAdapterTagInventoryCollectionNetworkTagInventoryCollectionReservationTagInventoryCollectionSecurityGroupTagInventoryCollectionServiceInventoryTagInventoryCollectionServiceOfferingTagInventoryCollectionSubnetTagInventoryCollectionVmTagInventoryCollectionTagInventoryCollectionDatastoreMountInventoryCollectionVolumeAttachmentInventoryCollectionVmSecurityGroupInventoryCollectionServiceInstanceTask>**](AnyOfInventoryCollectionClusterInventoryCollectionContainerInventoryCollectionContainerGroupInventoryCollectionContainerImageInventoryCollectionContainerNodeInventoryCollectionContainerProjectInventoryCollectionContainerResourceQuotaInventoryCollectionContainerTemplateInventoryCollectionDatastoreInventoryCollectionFlavorInventoryCollectionIpaddressInventoryCollectionHostInventoryCollectionNetworkAdapterInventoryCollectionNetworkInventoryCollectionOrchestrationStackInventoryCollectionReservationInventoryCollectionServiceInstanceInventoryCollectionServiceInstanceNodeInventoryCollectionServiceInventoryInventoryCollectionSecurityGroupInventoryCollectionServiceOfferingIconInventoryCollectionServiceOfferingInventoryCollectionServiceOfferingNodeInventoryCollectionServiceCredentialInventoryCollectionServiceCredentialTypeInventoryCollectionServicePlanInventoryCollectionSourceRegionInventoryCollectionSubnetInventoryCollectionSubscriptionInventoryCollectionVmInventoryCollectionVolumeInventoryCollectionVolumeTypeInventoryCollectionServiceOfferingServiceCredentialInventoryCollectionServiceInstanceServiceCredentialInventoryCollectionServiceOfferingNodeServiceCredentialInventoryCollectionServiceInstanceNodeServiceCredentialInventoryCollectionClusterTagInventoryCollectionContainerGroupTagInventoryCollectionContainerImageTagInventoryCollectionContainerNodeTagInventoryCollectionContainerProjectTagInventoryCollectionContainerTemplateTagInventoryCollectionDatastoreTagInventoryCollectionIpaddressTagInventoryCollectionHostTagInventoryCollectionNetworkAdapterTagInventoryCollectionNetworkTagInventoryCollectionReservationTagInventoryCollectionSecurityGroupTagInventoryCollectionServiceInventoryTagInventoryCollectionServiceOfferingTagInventoryCollectionSubnetTagInventoryCollectionVmTagInventoryCollectionTagInventoryCollectionDatastoreMountInventoryCollectionVolumeAttachmentInventoryCollectionVmSecurityGroupInventoryCollectionServiceInstanceTask.md) | | [optional]
|
21
22
|
|
22
23
|
## Code Sample
|
23
24
|
|
@@ -31,11 +32,12 @@ instance = TopologicalInventoryIngressApiClient::Inventory.new(name: null,
|
|
31
32
|
refresh_state_uuid: null,
|
32
33
|
refresh_state_part_uuid: null,
|
33
34
|
total_parts: null,
|
34
|
-
refresh_state_started_at: null,
|
35
|
-
refresh_state_sent_at: null,
|
36
35
|
refresh_state_part_collected_at: null,
|
37
36
|
refresh_state_part_sent_at: null,
|
37
|
+
refresh_state_started_at: null,
|
38
|
+
refresh_state_sent_at: null,
|
38
39
|
ingress_api_sent_at: null,
|
40
|
+
refresh_type: null,
|
39
41
|
sweep_scope: null,
|
40
42
|
collections: null)
|
41
43
|
```
|
@@ -42,6 +42,8 @@ module TopologicalInventoryIngressApiClient
|
|
42
42
|
|
43
43
|
attr_accessor :ingress_api_sent_at
|
44
44
|
|
45
|
+
attr_accessor :refresh_type
|
46
|
+
|
45
47
|
# Attribute mapping from ruby-style variable name to JSON key.
|
46
48
|
def self.attribute_map
|
47
49
|
{
|
@@ -58,7 +60,8 @@ module TopologicalInventoryIngressApiClient
|
|
58
60
|
:'refresh_state_part_sent_at' => :'refresh_state_part_sent_at',
|
59
61
|
:'refresh_state_started_at' => 'refresh_state_started_at',
|
60
62
|
:'refresh_state_sent_at' => 'refresh_state_sent_at',
|
61
|
-
:'ingress_api_sent_at' => :'ingress_api_sent_at'
|
63
|
+
:'ingress_api_sent_at' => :'ingress_api_sent_at',
|
64
|
+
:'refresh_type' => :'refresh_type'
|
62
65
|
}
|
63
66
|
end
|
64
67
|
|
@@ -78,7 +81,8 @@ module TopologicalInventoryIngressApiClient
|
|
78
81
|
:'refresh_state_part_sent_at' => :'DateTime',
|
79
82
|
:'refresh_state_started_at' => :'DateTime',
|
80
83
|
:'refresh_state_sent_at' => :'DateTime',
|
81
|
-
:'ingress_api_sent_at' => :'DateTime'
|
84
|
+
:'ingress_api_sent_at' => :'DateTime',
|
85
|
+
:'refresh_type' => :'String'
|
82
86
|
}
|
83
87
|
end
|
84
88
|
|
@@ -154,6 +158,10 @@ module TopologicalInventoryIngressApiClient
|
|
154
158
|
if attributes.key?(:'ingress_api_sent_at')
|
155
159
|
self.ingress_api_sent_at = attributes[:'ingress_api_sent_at']
|
156
160
|
end
|
161
|
+
|
162
|
+
if attributes.key?(:'refresh_type')
|
163
|
+
self.refresh_type = attributes[:'refresh_type']
|
164
|
+
end
|
157
165
|
end
|
158
166
|
|
159
167
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -197,7 +205,8 @@ module TopologicalInventoryIngressApiClient
|
|
197
205
|
refresh_state_part_sent_at == o.refresh_state_part_sent_at &&
|
198
206
|
refresh_state_started_at == o.refresh_state_started_at &&
|
199
207
|
refresh_state_sent_at == o.refresh_state_sent_at &&
|
200
|
-
ingress_api_sent_at == o.ingress_api_sent_at
|
208
|
+
ingress_api_sent_at == o.ingress_api_sent_at &&
|
209
|
+
refresh_type == o.refresh_type
|
201
210
|
end
|
202
211
|
|
203
212
|
# @see the `==` method
|
@@ -210,7 +219,8 @@ module TopologicalInventoryIngressApiClient
|
|
210
219
|
# @return [Integer] Hash code
|
211
220
|
def hash
|
212
221
|
[name, schema, source, source_type, refresh_state_uuid, refresh_state_part_uuid, total_parts, sweep_scope, collections,
|
213
|
-
refresh_state_part_collected_at, refresh_state_part_sent_at, refresh_state_started_at, refresh_state_sent_at, ingress_api_sent_at
|
222
|
+
refresh_state_part_collected_at, refresh_state_part_sent_at, refresh_state_started_at, refresh_state_sent_at, ingress_api_sent_at,
|
223
|
+
refresh_type].hash
|
214
224
|
end
|
215
225
|
|
216
226
|
# Builds the object from hash
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.3
|
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-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -203,6 +203,8 @@ files:
|
|
203
203
|
- LICENSE.txt
|
204
204
|
- README.md
|
205
205
|
- Rakefile
|
206
|
+
- bundler.d/.gitkeep
|
207
|
+
- bundler.d/Gemfile.dev.rb
|
206
208
|
- docs/Cluster.md
|
207
209
|
- docs/ClusterAllOf.md
|
208
210
|
- docs/ClusterReference.md
|
@@ -880,7 +882,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
880
882
|
- !ruby/object:Gem::Version
|
881
883
|
version: '0'
|
882
884
|
requirements: []
|
883
|
-
rubygems_version: 3.0.
|
885
|
+
rubygems_version: 3.0.6
|
884
886
|
signing_key:
|
885
887
|
specification_version: 4
|
886
888
|
summary: Topological Inventory Ingress API Ruby Gem
|
@@ -888,219 +890,219 @@ test_files:
|
|
888
890
|
- spec/api/default_api_spec.rb
|
889
891
|
- spec/api_client_spec.rb
|
890
892
|
- spec/configuration_spec.rb
|
891
|
-
- spec/models/
|
892
|
-
- spec/models/
|
893
|
+
- spec/models/inventory_collection_vm_tag_spec.rb
|
894
|
+
- spec/models/inventory_collection_tag_spec.rb
|
895
|
+
- spec/models/inventory_collection_service_instance_spec.rb
|
896
|
+
- spec/models/volume_type_reference_spec.rb
|
897
|
+
- spec/models/service_offering_reference_spec.rb
|
898
|
+
- spec/models/security_group_all_of_spec.rb
|
899
|
+
- spec/models/source_region_reference_spec.rb
|
900
|
+
- spec/models/inventory_collection_datastore_tag_spec.rb
|
901
|
+
- spec/models/network_reference_spec.rb
|
902
|
+
- spec/models/inventory_collection_vm_spec.rb
|
903
|
+
- spec/models/datastore_mount_spec.rb
|
904
|
+
- spec/models/container_node_tag_all_of_spec.rb
|
893
905
|
- spec/models/service_inventory_all_of_spec.rb
|
894
|
-
- spec/models/
|
895
|
-
- spec/models/
|
896
|
-
- spec/models/
|
897
|
-
- spec/models/
|
898
|
-
- spec/models/
|
899
|
-
- spec/models/
|
900
|
-
- spec/models/
|
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
|
906
|
+
- spec/models/datastore_all_of_spec.rb
|
907
|
+
- spec/models/inventory_collection_service_instance_node_service_credential_spec.rb
|
908
|
+
- spec/models/service_offering_tag_all_of_spec.rb
|
909
|
+
- spec/models/container_node_tag_spec.rb
|
910
|
+
- spec/models/service_instance_node_reference_spec.rb
|
911
|
+
- spec/models/inventory_collection_network_adapter_tag_spec.rb
|
912
|
+
- spec/models/inventory_collection_source_region_spec.rb
|
914
913
|
- spec/models/service_offering_node_all_of_spec.rb
|
914
|
+
- spec/models/cluster_tag_spec.rb
|
915
|
+
- spec/models/subscription_reference_spec.rb
|
916
|
+
- spec/models/inventory_collection_volume_attachment_spec.rb
|
917
|
+
- spec/models/cross_link_vm_reference_reference_spec.rb
|
918
|
+
- spec/models/container_node_reference_by_name_reference_spec.rb
|
919
|
+
- spec/models/container_image_tag_all_of_spec.rb
|
920
|
+
- spec/models/inventory_collection_cluster_tag_spec.rb
|
915
921
|
- spec/models/container_resource_quota_spec.rb
|
916
|
-
- spec/models/
|
917
|
-
- spec/models/
|
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
|
928
|
-
- spec/models/cluster_all_of_spec.rb
|
929
|
-
- spec/models/inventory_collection_container_node_tag_spec.rb
|
930
|
-
- spec/models/cluster_spec.rb
|
931
|
-
- spec/models/inventory_collection_host_tag_spec.rb
|
922
|
+
- spec/models/service_offering_tag_spec.rb
|
923
|
+
- spec/models/inventory_collection_flavor_spec.rb
|
932
924
|
- spec/models/cluster_reference_reference_spec.rb
|
933
|
-
- spec/models/
|
934
|
-
- spec/models/
|
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
|
925
|
+
- spec/models/service_inventory_reference_spec.rb
|
926
|
+
- spec/models/container_node_reference_spec.rb
|
938
927
|
- spec/models/ipaddress_spec.rb
|
939
|
-
- spec/models/
|
940
|
-
- spec/models/
|
941
|
-
- spec/models/
|
942
|
-
- spec/models/
|
943
|
-
- spec/models/
|
944
|
-
- spec/models/
|
928
|
+
- spec/models/cluster_tag_all_of_spec.rb
|
929
|
+
- spec/models/cluster_reference_spec.rb
|
930
|
+
- spec/models/orchestration_stack_all_of_spec.rb
|
931
|
+
- spec/models/inventory_collection_datastore_mount_spec.rb
|
932
|
+
- spec/models/inventory_collection_service_offering_node_spec.rb
|
933
|
+
- spec/models/service_offering_node_spec.rb
|
934
|
+
- spec/models/container_all_of_spec.rb
|
935
|
+
- spec/models/service_offering_spec.rb
|
936
|
+
- spec/models/inventory_collection_container_template_spec.rb
|
937
|
+
- spec/models/subnet_spec.rb
|
938
|
+
- spec/models/security_group_tag_spec.rb
|
939
|
+
- spec/models/inventory_collection_container_template_tag_spec.rb
|
940
|
+
- spec/models/container_template_all_of_spec.rb
|
941
|
+
- spec/models/inventory_collection_service_credential_type_spec.rb
|
942
|
+
- spec/models/inventory_collection_service_offering_node_service_credential_spec.rb
|
945
943
|
- spec/models/service_plan_all_of_spec.rb
|
946
|
-
- spec/models/
|
947
|
-
- spec/models/service_plan_reference_spec.rb
|
948
|
-
- spec/models/container_node_tag_all_of_spec.rb
|
949
|
-
- spec/models/flavor_reference_reference_spec.rb
|
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
|
944
|
+
- spec/models/service_instance_node_service_credential_spec.rb
|
957
945
|
- spec/models/vm_security_group_all_of_spec.rb
|
958
|
-
- spec/models/
|
959
|
-
- spec/models/
|
960
|
-
- spec/models/
|
961
|
-
- spec/models/
|
962
|
-
- spec/models/
|
963
|
-
- spec/models/
|
964
|
-
- spec/models/
|
946
|
+
- spec/models/security_group_tag_all_of_spec.rb
|
947
|
+
- spec/models/service_credential_all_of_spec.rb
|
948
|
+
- spec/models/inventory_collection_service_instance_service_credential_spec.rb
|
949
|
+
- spec/models/inventory_collection_spec.rb
|
950
|
+
- spec/models/container_image_all_of_spec.rb
|
951
|
+
- spec/models/container_resource_quota_all_of_spec.rb
|
952
|
+
- spec/models/inventory_collection_subnet_spec.rb
|
953
|
+
- spec/models/volume_type_spec.rb
|
954
|
+
- spec/models/inventory_collection_container_group_spec.rb
|
955
|
+
- spec/models/subnet_reference_spec.rb
|
956
|
+
- spec/models/host_all_of_spec.rb
|
957
|
+
- spec/models/inventory_collection_container_node_tag_spec.rb
|
958
|
+
- spec/models/inventory_collection_volume_type_spec.rb
|
959
|
+
- spec/models/tag_spec.rb
|
960
|
+
- spec/models/service_credential_type_reference_spec.rb
|
965
961
|
- spec/models/inventory_collection_datastore_spec.rb
|
966
|
-
- spec/models/
|
967
|
-
- spec/models/
|
962
|
+
- spec/models/flavor_spec.rb
|
963
|
+
- spec/models/ipaddress_tag_all_of_spec.rb
|
964
|
+
- spec/models/service_instance_spec.rb
|
965
|
+
- spec/models/network_adapter_reference_spec.rb
|
966
|
+
- spec/models/container_template_tag_spec.rb
|
967
|
+
- spec/models/reservation_tag_all_of_spec.rb
|
968
|
+
- spec/models/inventory_collection_service_inventory_tag_spec.rb
|
969
|
+
- spec/models/container_project_reference_by_name_spec.rb
|
970
|
+
- spec/models/container_image_tag_spec.rb
|
971
|
+
- spec/models/service_inventory_tag_spec.rb
|
968
972
|
- spec/models/service_offering_node_service_credential_spec.rb
|
969
|
-
- spec/models/
|
970
|
-
- spec/models/
|
971
|
-
- spec/models/
|
973
|
+
- spec/models/orchestration_stack_spec.rb
|
974
|
+
- spec/models/container_image_reference_spec.rb
|
975
|
+
- spec/models/container_template_spec.rb
|
976
|
+
- spec/models/datastore_reference_reference_spec.rb
|
977
|
+
- spec/models/inventory_collection_service_offering_spec.rb
|
978
|
+
- spec/models/datastore_reference_spec.rb
|
979
|
+
- spec/models/container_group_spec.rb
|
980
|
+
- spec/models/inventory_collection_security_group_tag_spec.rb
|
981
|
+
- spec/models/inventory_collection_service_instance_node_spec.rb
|
982
|
+
- spec/models/inventory_collection_service_offering_service_credential_spec.rb
|
983
|
+
- spec/models/inventory_collection_container_spec.rb
|
984
|
+
- spec/models/service_instance_node_spec.rb
|
985
|
+
- spec/models/service_instance_service_credential_all_of_spec.rb
|
972
986
|
- spec/models/datastore_mount_all_of_spec.rb
|
973
|
-
- spec/models/
|
987
|
+
- spec/models/tag_reference_reference_spec.rb
|
988
|
+
- spec/models/volume_attachment_spec.rb
|
989
|
+
- spec/models/inventory_collection_ipaddress_tag_spec.rb
|
990
|
+
- spec/models/network_adapter_all_of_spec.rb
|
991
|
+
- spec/models/inventory_collection_container_group_tag_spec.rb
|
992
|
+
- spec/models/service_offering_icon_all_of_spec.rb
|
993
|
+
- spec/models/volume_reference_spec.rb
|
994
|
+
- spec/models/service_offering_icon_spec.rb
|
995
|
+
- spec/models/vm_tag_spec.rb
|
996
|
+
- spec/models/vm_spec.rb
|
997
|
+
- spec/models/inventory_collection_service_offering_icon_spec.rb
|
998
|
+
- spec/models/service_credential_reference_spec.rb
|
974
999
|
- spec/models/inventory_collection_host_spec.rb
|
975
|
-
- spec/models/
|
976
|
-
- spec/models/
|
977
|
-
- spec/models/
|
978
|
-
- spec/models/
|
1000
|
+
- spec/models/inventory_collection_security_group_spec.rb
|
1001
|
+
- spec/models/source_region_all_of_spec.rb
|
1002
|
+
- spec/models/subnet_all_of_spec.rb
|
1003
|
+
- spec/models/container_node_all_of_spec.rb
|
1004
|
+
- spec/models/host_reference_spec.rb
|
1005
|
+
- spec/models/host_spec.rb
|
979
1006
|
- spec/models/network_spec.rb
|
980
|
-
- spec/models/
|
981
|
-
- spec/models/
|
982
|
-
- spec/models/
|
983
|
-
- spec/models/
|
984
|
-
- spec/models/
|
985
|
-
- spec/models/
|
986
|
-
- spec/models/
|
987
|
-
- spec/models/
|
988
|
-
- spec/models/
|
989
|
-
- spec/models/
|
990
|
-
- spec/models/
|
991
|
-
- spec/models/
|
992
|
-
- spec/models/
|
993
|
-
- spec/models/
|
994
|
-
- spec/models/
|
995
|
-
- spec/models/inventory_collection_network_adapter_spec.rb
|
1007
|
+
- spec/models/inventory_object_lazy_spec.rb
|
1008
|
+
- spec/models/service_offering_service_credential_spec.rb
|
1009
|
+
- spec/models/inventory_collection_reservation_tag_spec.rb
|
1010
|
+
- spec/models/container_project_reference_spec.rb
|
1011
|
+
- spec/models/inventory_collection_service_offering_tag_spec.rb
|
1012
|
+
- spec/models/tag_reference_spec.rb
|
1013
|
+
- spec/models/cross_link_vm_reference_spec.rb
|
1014
|
+
- spec/models/subscription_all_of_spec.rb
|
1015
|
+
- spec/models/inventory_collection_vm_security_group_spec.rb
|
1016
|
+
- spec/models/inventory_collection_container_image_spec.rb
|
1017
|
+
- spec/models/reservation_reference_spec.rb
|
1018
|
+
- spec/models/ipaddress_all_of_spec.rb
|
1019
|
+
- spec/models/service_inventory_tag_all_of_spec.rb
|
1020
|
+
- spec/models/volume_all_of_spec.rb
|
1021
|
+
- spec/models/host_tag_spec.rb
|
996
1022
|
- spec/models/container_node_spec.rb
|
997
|
-
- spec/models/
|
998
|
-
- spec/models/
|
1023
|
+
- spec/models/inventory_collection_container_project_tag_spec.rb
|
1024
|
+
- spec/models/inventory_collection_container_project_spec.rb
|
1025
|
+
- spec/models/service_instance_service_credential_spec.rb
|
1026
|
+
- spec/models/container_project_tag_spec.rb
|
999
1027
|
- spec/models/inventory_collection_service_credential_spec.rb
|
1000
|
-
- spec/models/
|
1001
|
-
- 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
|
1028
|
+
- spec/models/service_offering_service_credential_all_of_spec.rb
|
1029
|
+
- spec/models/service_plan_spec.rb
|
1010
1030
|
- spec/models/service_offering_all_of_spec.rb
|
1011
|
-
- spec/models/
|
1012
|
-
- spec/models/
|
1013
|
-
- spec/models/
|
1014
|
-
- spec/models/
|
1015
|
-
- spec/models/
|
1016
|
-
- spec/models/
|
1017
|
-
- spec/models/
|
1018
|
-
- spec/models/
|
1019
|
-
- spec/models/
|
1020
|
-
- spec/models/
|
1021
|
-
- spec/models/
|
1022
|
-
- spec/models/
|
1023
|
-
- spec/models/
|
1031
|
+
- spec/models/security_group_reference_spec.rb
|
1032
|
+
- spec/models/tag_all_of_spec.rb
|
1033
|
+
- spec/models/volume_spec.rb
|
1034
|
+
- spec/models/reservation_tag_spec.rb
|
1035
|
+
- spec/models/inventory_collection_service_inventory_spec.rb
|
1036
|
+
- spec/models/inventory_collection_container_resource_quota_spec.rb
|
1037
|
+
- spec/models/service_instance_all_of_spec.rb
|
1038
|
+
- spec/models/network_adapter_tag_spec.rb
|
1039
|
+
- spec/models/service_instance_reference_spec.rb
|
1040
|
+
- spec/models/container_image_spec.rb
|
1041
|
+
- spec/models/cluster_all_of_spec.rb
|
1042
|
+
- spec/models/subscription_spec.rb
|
1043
|
+
- spec/models/network_tag_all_of_spec.rb
|
1024
1044
|
- spec/models/datastore_tag_all_of_spec.rb
|
1025
|
-
- spec/models/
|
1026
|
-
- spec/models/reservation_all_of_spec.rb
|
1027
|
-
- spec/models/inventory_spec.rb
|
1028
|
-
- spec/models/inventory_collection_container_project_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
|
1045
|
+
- spec/models/container_node_reference_by_name_spec.rb
|
1036
1046
|
- spec/models/inventory_collection_ipaddress_spec.rb
|
1037
|
-
- spec/models/
|
1038
|
-
- spec/models/
|
1039
|
-
- spec/models/
|
1040
|
-
- spec/models/
|
1041
|
-
- spec/models/
|
1042
|
-
- spec/models/
|
1043
|
-
- spec/models/
|
1044
|
-
- spec/models/
|
1045
|
-
- spec/models/
|
1046
|
-
- spec/models/
|
1047
|
-
- spec/models/
|
1048
|
-
- spec/models/
|
1049
|
-
- spec/models/
|
1050
|
-
- spec/models/
|
1051
|
-
- spec/models/reservation_reference_spec.rb
|
1052
|
-
- spec/models/inventory_collection_network_adapter_tag_spec.rb
|
1053
|
-
- spec/models/network_reference_spec.rb
|
1047
|
+
- spec/models/ipaddress_tag_spec.rb
|
1048
|
+
- spec/models/inventory_collection_network_spec.rb
|
1049
|
+
- spec/models/volume_type_all_of_spec.rb
|
1050
|
+
- spec/models/host_tag_all_of_spec.rb
|
1051
|
+
- spec/models/inventory_spec.rb
|
1052
|
+
- spec/models/inventory_collection_cluster_spec.rb
|
1053
|
+
- spec/models/datastore_spec.rb
|
1054
|
+
- spec/models/subnet_tag_spec.rb
|
1055
|
+
- spec/models/reservation_all_of_spec.rb
|
1056
|
+
- spec/models/vm_security_group_spec.rb
|
1057
|
+
- spec/models/flavor_all_of_spec.rb
|
1058
|
+
- spec/models/subnet_tag_all_of_spec.rb
|
1059
|
+
- spec/models/inventory_collection_host_tag_spec.rb
|
1060
|
+
- spec/models/inventory_collection_container_node_spec.rb
|
1054
1061
|
- spec/models/inventory_collection_orchestration_stack_spec.rb
|
1062
|
+
- spec/models/ipaddress_reference_spec.rb
|
1063
|
+
- spec/models/container_group_all_of_spec.rb
|
1064
|
+
- spec/models/service_credential_type_all_of_spec.rb
|
1065
|
+
- spec/models/service_offering_icon_reference_spec.rb
|
1066
|
+
- spec/models/inventory_collection_container_image_tag_spec.rb
|
1067
|
+
- spec/models/vm_reference_spec.rb
|
1068
|
+
- spec/models/service_credential_type_spec.rb
|
1069
|
+
- spec/models/orchestration_stack_reference_spec.rb
|
1070
|
+
- spec/models/source_region_spec.rb
|
1071
|
+
- spec/models/inventory_collection_volume_spec.rb
|
1055
1072
|
- spec/models/inventory_collection_subnet_tag_spec.rb
|
1056
|
-
- spec/models/
|
1057
|
-
- spec/models/
|
1073
|
+
- spec/models/security_group_spec.rb
|
1074
|
+
- spec/models/network_adapter_spec.rb
|
1075
|
+
- spec/models/container_group_tag_spec.rb
|
1076
|
+
- spec/models/container_template_tag_all_of_spec.rb
|
1077
|
+
- spec/models/network_adapter_tag_all_of_spec.rb
|
1078
|
+
- spec/models/container_project_tag_all_of_spec.rb
|
1058
1079
|
- spec/models/flavor_reference_spec.rb
|
1059
|
-
- spec/models/
|
1060
|
-
- spec/models/container_group_reference_spec.rb
|
1061
|
-
- spec/models/inventory_collection_service_inventory_spec.rb
|
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
|
1080
|
+
- spec/models/service_offering_node_service_credential_all_of_spec.rb
|
1067
1081
|
- spec/models/datastore_tag_spec.rb
|
1068
|
-
- spec/models/
|
1069
|
-
- spec/models/
|
1070
|
-
- spec/models/
|
1071
|
-
- spec/models/
|
1072
|
-
- spec/models/
|
1073
|
-
- spec/models/
|
1082
|
+
- spec/models/service_offering_node_reference_spec.rb
|
1083
|
+
- spec/models/container_project_all_of_spec.rb
|
1084
|
+
- spec/models/schema_spec.rb
|
1085
|
+
- spec/models/service_instance_node_service_credential_all_of_spec.rb
|
1086
|
+
- spec/models/service_plan_reference_spec.rb
|
1087
|
+
- spec/models/vm_tag_all_of_spec.rb
|
1088
|
+
- spec/models/inventory_collection_service_plan_spec.rb
|
1089
|
+
- spec/models/container_group_tag_all_of_spec.rb
|
1090
|
+
- spec/models/flavor_reference_reference_spec.rb
|
1091
|
+
- spec/models/inventory_collection_network_adapter_spec.rb
|
1092
|
+
- spec/models/container_template_reference_spec.rb
|
1093
|
+
- spec/models/inventory_collection_network_tag_spec.rb
|
1094
|
+
- spec/models/container_group_reference_spec.rb
|
1095
|
+
- spec/models/network_tag_spec.rb
|
1074
1096
|
- spec/models/service_credential_spec.rb
|
1075
|
-
- spec/models/
|
1076
|
-
- spec/models/
|
1077
|
-
- spec/models/
|
1097
|
+
- spec/models/container_project_spec.rb
|
1098
|
+
- spec/models/cluster_spec.rb
|
1099
|
+
- spec/models/network_all_of_spec.rb
|
1100
|
+
- spec/models/volume_attachment_all_of_spec.rb
|
1101
|
+
- spec/models/service_instance_node_all_of_spec.rb
|
1102
|
+
- spec/models/inventory_collection_reservation_spec.rb
|
1103
|
+
- spec/models/vm_all_of_spec.rb
|
1104
|
+
- spec/models/inventory_collection_subscription_spec.rb
|
1105
|
+
- spec/models/container_spec.rb
|
1106
|
+
- spec/models/service_inventory_spec.rb
|
1078
1107
|
- spec/models/reservation_spec.rb
|
1079
|
-
- spec/models/cross_link_vm_reference_reference_spec.rb
|
1080
|
-
- spec/models/inventory_collection_volume_spec.rb
|
1081
|
-
- spec/models/inventory_collection_container_node_spec.rb
|
1082
|
-
- spec/models/network_adapter_tag_all_of_spec.rb
|
1083
|
-
- spec/models/service_instance_node_spec.rb
|
1084
|
-
- spec/models/service_instance_service_credential_spec.rb
|
1085
|
-
- spec/models/source_region_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
|
1096
|
-
- spec/models/volume_attachment_spec.rb
|
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
|
1102
|
-
- spec/models/volume_spec.rb
|
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
|
1106
1108
|
- spec/spec_helper.rb
|