topological_inventory-ingress_api-client 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -0
  3. data/docs/Inventory.md +11 -1
  4. data/docs/InventoryCollectionServiceCredentialType.md +21 -0
  5. data/docs/InventoryCollectionServiceInstanceNodeServiceCredential.md +21 -0
  6. data/docs/InventoryCollectionServiceInstanceServiceCredential.md +21 -0
  7. data/docs/InventoryCollectionServiceOfferingNodeServiceCredential.md +21 -0
  8. data/docs/InventoryCollectionServiceOfferingServiceCredential.md +21 -0
  9. data/docs/ServiceCredential.md +2 -0
  10. data/docs/ServiceCredentialAllOf.md +2 -0
  11. data/docs/ServiceCredentialType.md +33 -0
  12. data/docs/ServiceCredentialTypeAllOf.md +33 -0
  13. data/docs/ServiceCredentialTypeReference.md +21 -0
  14. data/docs/ServiceInstance.md +0 -2
  15. data/docs/ServiceInstanceAllOf.md +0 -2
  16. data/docs/ServiceInstanceNode.md +0 -2
  17. data/docs/ServiceInstanceNodeAllOf.md +0 -2
  18. data/docs/ServiceInstanceNodeReference.md +21 -0
  19. data/docs/ServiceInstanceNodeServiceCredential.md +19 -0
  20. data/docs/ServiceInstanceNodeServiceCredentialAllOf.md +19 -0
  21. data/docs/ServiceInstanceServiceCredential.md +19 -0
  22. data/docs/ServiceInstanceServiceCredentialAllOf.md +19 -0
  23. data/docs/ServiceOffering.md +0 -2
  24. data/docs/ServiceOfferingAllOf.md +0 -2
  25. data/docs/ServiceOfferingNode.md +0 -2
  26. data/docs/ServiceOfferingNodeAllOf.md +0 -2
  27. data/docs/ServiceOfferingNodeReference.md +21 -0
  28. data/docs/ServiceOfferingNodeServiceCredential.md +19 -0
  29. data/docs/ServiceOfferingNodeServiceCredentialAllOf.md +19 -0
  30. data/docs/ServiceOfferingServiceCredential.md +19 -0
  31. data/docs/ServiceOfferingServiceCredentialAllOf.md +19 -0
  32. data/lib/topological_inventory-ingress_api-client.rb +18 -0
  33. data/lib/topological_inventory-ingress_api-client/models/inventory.rb +66 -20
  34. data/lib/topological_inventory-ingress_api-client/models/inventory_collection_service_credential_type.rb +233 -0
  35. data/lib/topological_inventory-ingress_api-client/models/inventory_collection_service_instance_node_service_credential.rb +233 -0
  36. data/lib/topological_inventory-ingress_api-client/models/inventory_collection_service_instance_service_credential.rb +233 -0
  37. data/lib/topological_inventory-ingress_api-client/models/inventory_collection_service_offering_node_service_credential.rb +233 -0
  38. data/lib/topological_inventory-ingress_api-client/models/inventory_collection_service_offering_service_credential.rb +233 -0
  39. data/lib/topological_inventory-ingress_api-client/models/service_credential.rb +11 -1
  40. data/lib/topological_inventory-ingress_api-client/models/service_credential_all_of.rb +11 -1
  41. data/lib/topological_inventory-ingress_api-client/models/service_credential_type.rb +299 -0
  42. data/lib/topological_inventory-ingress_api-client/models/service_credential_type_all_of.rb +291 -0
  43. data/lib/topological_inventory-ingress_api-client/models/service_credential_type_reference.rb +281 -0
  44. data/lib/topological_inventory-ingress_api-client/models/service_instance.rb +1 -11
  45. data/lib/topological_inventory-ingress_api-client/models/service_instance_all_of.rb +1 -11
  46. data/lib/topological_inventory-ingress_api-client/models/service_instance_node.rb +1 -11
  47. data/lib/topological_inventory-ingress_api-client/models/service_instance_node_all_of.rb +1 -11
  48. data/lib/topological_inventory-ingress_api-client/models/service_instance_node_reference.rb +281 -0
  49. data/lib/topological_inventory-ingress_api-client/models/service_instance_node_service_credential.rb +233 -0
  50. data/lib/topological_inventory-ingress_api-client/models/service_instance_node_service_credential_all_of.rb +225 -0
  51. data/lib/topological_inventory-ingress_api-client/models/service_instance_service_credential.rb +233 -0
  52. data/lib/topological_inventory-ingress_api-client/models/service_instance_service_credential_all_of.rb +225 -0
  53. data/lib/topological_inventory-ingress_api-client/models/service_offering.rb +1 -11
  54. data/lib/topological_inventory-ingress_api-client/models/service_offering_all_of.rb +1 -11
  55. data/lib/topological_inventory-ingress_api-client/models/service_offering_node.rb +1 -11
  56. data/lib/topological_inventory-ingress_api-client/models/service_offering_node_all_of.rb +1 -11
  57. data/lib/topological_inventory-ingress_api-client/models/service_offering_node_reference.rb +281 -0
  58. data/lib/topological_inventory-ingress_api-client/models/service_offering_node_service_credential.rb +233 -0
  59. data/lib/topological_inventory-ingress_api-client/models/service_offering_node_service_credential_all_of.rb +225 -0
  60. data/lib/topological_inventory-ingress_api-client/models/service_offering_service_credential.rb +233 -0
  61. data/lib/topological_inventory-ingress_api-client/models/service_offering_service_credential_all_of.rb +225 -0
  62. data/lib/topological_inventory-ingress_api-client/version.rb +1 -1
  63. data/spec/models/inventory_collection_service_credential_type_spec.rb +53 -0
  64. data/spec/models/inventory_collection_service_instance_node_service_credential_spec.rb +53 -0
  65. data/spec/models/inventory_collection_service_instance_service_credential_spec.rb +53 -0
  66. data/spec/models/inventory_collection_service_offering_node_service_credential_spec.rb +53 -0
  67. data/spec/models/inventory_collection_service_offering_service_credential_spec.rb +53 -0
  68. data/spec/models/service_credential_all_of_spec.rb +6 -0
  69. data/spec/models/service_credential_type_all_of_spec.rb +89 -0
  70. data/spec/models/service_credential_type_reference_spec.rb +53 -0
  71. data/spec/models/service_credential_type_spec.rb +89 -0
  72. data/spec/models/service_instance_all_of_spec.rb +0 -6
  73. data/spec/models/service_instance_node_all_of_spec.rb +0 -6
  74. data/spec/models/service_instance_node_reference_spec.rb +53 -0
  75. data/spec/models/service_instance_node_service_credential_all_of_spec.rb +47 -0
  76. data/spec/models/service_instance_node_service_credential_spec.rb +47 -0
  77. data/spec/models/service_instance_service_credential_all_of_spec.rb +47 -0
  78. data/spec/models/service_instance_service_credential_spec.rb +47 -0
  79. data/spec/models/service_offering_all_of_spec.rb +0 -6
  80. data/spec/models/service_offering_node_all_of_spec.rb +0 -6
  81. data/spec/models/service_offering_node_reference_spec.rb +53 -0
  82. data/spec/models/service_offering_node_service_credential_all_of_spec.rb +47 -0
  83. data/spec/models/service_offering_node_service_credential_spec.rb +47 -0
  84. data/spec/models/service_offering_service_credential_all_of_spec.rb +47 -0
  85. data/spec/models/service_offering_service_credential_spec.rb +47 -0
  86. metadata +246 -174
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15263125ef8cf1005347e0c8e54edc05563bfb78cedeb3274fdfb8c1a153101d
4
- data.tar.gz: ec2f754120d56eae9e54ba5a129092eca6b9192652216e573ca276afcbf18efc
3
+ metadata.gz: 55669abd8df4db361b8c0c373554291aca5548775b962dc7ca7d650e6ee00e88
4
+ data.tar.gz: 827d00d7a5400a505681c7eca8926b43d01692963a2d364d0f4b0e4196025f38
5
5
  SHA512:
6
- metadata.gz: 96baab3ae7d499b87d1a42d59ecc18c0d85e40691ce458f3c2a8a88dcfd1dee5414a3c07cd2e7cff86a84b45cb31b2ebbf5d9d3e24f007c3ebe915f94d47510a
7
- data.tar.gz: fc579044763f107276edcf40faa66e4f792c955a0582594c8848439631d58ef92600cbafd2e828022d934dc877699cf19df8b9bbbcd30ef589cbbca6f9d01c26
6
+ metadata.gz: 2d0c50daf5a08363619ffa23f2b182a3a2ddd88a5c36c327aa66875ed121639c3be5addc242d6679833d4f661a4e0f335f3b543cc4840cb4eaea2d49f6b531d6
7
+ data.tar.gz: fe1110de7b8308dc6085f3a6acacbfe32f7fd5fd2c25a1da9bb005488fa8c50f9ee590711988d99e6d188c9ac10e835874b3d578b240652646f3e257b58e5663
data/README.md CHANGED
@@ -170,13 +170,18 @@ Class | Method | HTTP request | Description
170
170
  - [TopologicalInventoryIngressApiClient::InventoryCollectionSecurityGroup](docs/InventoryCollectionSecurityGroup.md)
171
171
  - [TopologicalInventoryIngressApiClient::InventoryCollectionSecurityGroupTag](docs/InventoryCollectionSecurityGroupTag.md)
172
172
  - [TopologicalInventoryIngressApiClient::InventoryCollectionServiceCredential](docs/InventoryCollectionServiceCredential.md)
173
+ - [TopologicalInventoryIngressApiClient::InventoryCollectionServiceCredentialType](docs/InventoryCollectionServiceCredentialType.md)
173
174
  - [TopologicalInventoryIngressApiClient::InventoryCollectionServiceInstance](docs/InventoryCollectionServiceInstance.md)
174
175
  - [TopologicalInventoryIngressApiClient::InventoryCollectionServiceInstanceNode](docs/InventoryCollectionServiceInstanceNode.md)
176
+ - [TopologicalInventoryIngressApiClient::InventoryCollectionServiceInstanceNodeServiceCredential](docs/InventoryCollectionServiceInstanceNodeServiceCredential.md)
177
+ - [TopologicalInventoryIngressApiClient::InventoryCollectionServiceInstanceServiceCredential](docs/InventoryCollectionServiceInstanceServiceCredential.md)
175
178
  - [TopologicalInventoryIngressApiClient::InventoryCollectionServiceInventory](docs/InventoryCollectionServiceInventory.md)
176
179
  - [TopologicalInventoryIngressApiClient::InventoryCollectionServiceInventoryTag](docs/InventoryCollectionServiceInventoryTag.md)
177
180
  - [TopologicalInventoryIngressApiClient::InventoryCollectionServiceOffering](docs/InventoryCollectionServiceOffering.md)
178
181
  - [TopologicalInventoryIngressApiClient::InventoryCollectionServiceOfferingIcon](docs/InventoryCollectionServiceOfferingIcon.md)
179
182
  - [TopologicalInventoryIngressApiClient::InventoryCollectionServiceOfferingNode](docs/InventoryCollectionServiceOfferingNode.md)
183
+ - [TopologicalInventoryIngressApiClient::InventoryCollectionServiceOfferingNodeServiceCredential](docs/InventoryCollectionServiceOfferingNodeServiceCredential.md)
184
+ - [TopologicalInventoryIngressApiClient::InventoryCollectionServiceOfferingServiceCredential](docs/InventoryCollectionServiceOfferingServiceCredential.md)
180
185
  - [TopologicalInventoryIngressApiClient::InventoryCollectionServiceOfferingTag](docs/InventoryCollectionServiceOfferingTag.md)
181
186
  - [TopologicalInventoryIngressApiClient::InventoryCollectionServicePlan](docs/InventoryCollectionServicePlan.md)
182
187
  - [TopologicalInventoryIngressApiClient::InventoryCollectionSourceRegion](docs/InventoryCollectionSourceRegion.md)
@@ -223,11 +228,19 @@ Class | Method | HTTP request | Description
223
228
  - [TopologicalInventoryIngressApiClient::ServiceCredential](docs/ServiceCredential.md)
224
229
  - [TopologicalInventoryIngressApiClient::ServiceCredentialAllOf](docs/ServiceCredentialAllOf.md)
225
230
  - [TopologicalInventoryIngressApiClient::ServiceCredentialReference](docs/ServiceCredentialReference.md)
231
+ - [TopologicalInventoryIngressApiClient::ServiceCredentialType](docs/ServiceCredentialType.md)
232
+ - [TopologicalInventoryIngressApiClient::ServiceCredentialTypeAllOf](docs/ServiceCredentialTypeAllOf.md)
233
+ - [TopologicalInventoryIngressApiClient::ServiceCredentialTypeReference](docs/ServiceCredentialTypeReference.md)
226
234
  - [TopologicalInventoryIngressApiClient::ServiceInstance](docs/ServiceInstance.md)
227
235
  - [TopologicalInventoryIngressApiClient::ServiceInstanceAllOf](docs/ServiceInstanceAllOf.md)
228
236
  - [TopologicalInventoryIngressApiClient::ServiceInstanceNode](docs/ServiceInstanceNode.md)
229
237
  - [TopologicalInventoryIngressApiClient::ServiceInstanceNodeAllOf](docs/ServiceInstanceNodeAllOf.md)
238
+ - [TopologicalInventoryIngressApiClient::ServiceInstanceNodeReference](docs/ServiceInstanceNodeReference.md)
239
+ - [TopologicalInventoryIngressApiClient::ServiceInstanceNodeServiceCredential](docs/ServiceInstanceNodeServiceCredential.md)
240
+ - [TopologicalInventoryIngressApiClient::ServiceInstanceNodeServiceCredentialAllOf](docs/ServiceInstanceNodeServiceCredentialAllOf.md)
230
241
  - [TopologicalInventoryIngressApiClient::ServiceInstanceReference](docs/ServiceInstanceReference.md)
242
+ - [TopologicalInventoryIngressApiClient::ServiceInstanceServiceCredential](docs/ServiceInstanceServiceCredential.md)
243
+ - [TopologicalInventoryIngressApiClient::ServiceInstanceServiceCredentialAllOf](docs/ServiceInstanceServiceCredentialAllOf.md)
231
244
  - [TopologicalInventoryIngressApiClient::ServiceInventory](docs/ServiceInventory.md)
232
245
  - [TopologicalInventoryIngressApiClient::ServiceInventoryAllOf](docs/ServiceInventoryAllOf.md)
233
246
  - [TopologicalInventoryIngressApiClient::ServiceInventoryReference](docs/ServiceInventoryReference.md)
@@ -240,7 +253,12 @@ Class | Method | HTTP request | Description
240
253
  - [TopologicalInventoryIngressApiClient::ServiceOfferingIconReference](docs/ServiceOfferingIconReference.md)
241
254
  - [TopologicalInventoryIngressApiClient::ServiceOfferingNode](docs/ServiceOfferingNode.md)
242
255
  - [TopologicalInventoryIngressApiClient::ServiceOfferingNodeAllOf](docs/ServiceOfferingNodeAllOf.md)
256
+ - [TopologicalInventoryIngressApiClient::ServiceOfferingNodeReference](docs/ServiceOfferingNodeReference.md)
257
+ - [TopologicalInventoryIngressApiClient::ServiceOfferingNodeServiceCredential](docs/ServiceOfferingNodeServiceCredential.md)
258
+ - [TopologicalInventoryIngressApiClient::ServiceOfferingNodeServiceCredentialAllOf](docs/ServiceOfferingNodeServiceCredentialAllOf.md)
243
259
  - [TopologicalInventoryIngressApiClient::ServiceOfferingReference](docs/ServiceOfferingReference.md)
260
+ - [TopologicalInventoryIngressApiClient::ServiceOfferingServiceCredential](docs/ServiceOfferingServiceCredential.md)
261
+ - [TopologicalInventoryIngressApiClient::ServiceOfferingServiceCredentialAllOf](docs/ServiceOfferingServiceCredentialAllOf.md)
244
262
  - [TopologicalInventoryIngressApiClient::ServiceOfferingTag](docs/ServiceOfferingTag.md)
245
263
  - [TopologicalInventoryIngressApiClient::ServiceOfferingTagAllOf](docs/ServiceOfferingTagAllOf.md)
246
264
  - [TopologicalInventoryIngressApiClient::ServicePlan](docs/ServicePlan.md)
data/docs/Inventory.md CHANGED
@@ -11,8 +11,13 @@ 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
+ **refresh_state_part_collected_at** | **DateTime** | | [optional]
17
+ **refresh_state_part_sent_at** | **DateTime** | | [optional]
18
+ **ingress_api_sent_at** | **DateTime** | | [optional]
14
19
  **sweep_scope** | [**OneOfobjectarray**](OneOfobjectarray.md) | | [optional]
15
- **collections** | [**Array<AnyOfInventoryCollectionClusterInventoryCollectionContainerInventoryCollectionContainerGroupInventoryCollectionContainerImageInventoryCollectionContainerNodeInventoryCollectionContainerProjectInventoryCollectionContainerResourceQuotaInventoryCollectionContainerTemplateInventoryCollectionDatastoreInventoryCollectionFlavorInventoryCollectionIpaddressInventoryCollectionHostInventoryCollectionNetworkAdapterInventoryCollectionNetworkInventoryCollectionOrchestrationStackInventoryCollectionReservationInventoryCollectionServiceInstanceInventoryCollectionServiceInstanceNodeInventoryCollectionServiceInventoryInventoryCollectionSecurityGroupInventoryCollectionServiceOfferingIconInventoryCollectionServiceOfferingInventoryCollectionServiceOfferingNodeInventoryCollectionServiceCredentialInventoryCollectionServicePlanInventoryCollectionSourceRegionInventoryCollectionSubnetInventoryCollectionSubscriptionInventoryCollectionVmInventoryCollectionVolumeInventoryCollectionVolumeTypeInventoryCollectionClusterTagInventoryCollectionContainerGroupTagInventoryCollectionContainerImageTagInventoryCollectionContainerNodeTagInventoryCollectionContainerProjectTagInventoryCollectionContainerTemplateTagInventoryCollectionDatastoreTagInventoryCollectionIpaddressTagInventoryCollectionHostTagInventoryCollectionNetworkAdapterTagInventoryCollectionNetworkTagInventoryCollectionReservationTagInventoryCollectionSecurityGroupTagInventoryCollectionServiceInventoryTagInventoryCollectionServiceOfferingTagInventoryCollectionSubnetTagInventoryCollectionVmTagInventoryCollectionTagInventoryCollectionDatastoreMountInventoryCollectionVolumeAttachmentInventoryCollectionVmSecurityGroup>**](AnyOfInventoryCollectionClusterInventoryCollectionContainerInventoryCollectionContainerGroupInventoryCollectionContainerImageInventoryCollectionContainerNodeInventoryCollectionContainerProjectInventoryCollectionContainerResourceQuotaInventoryCollectionContainerTemplateInventoryCollectionDatastoreInventoryCollectionFlavorInventoryCollectionIpaddressInventoryCollectionHostInventoryCollectionNetworkAdapterInventoryCollectionNetworkInventoryCollectionOrchestrationStackInventoryCollectionReservationInventoryCollectionServiceInstanceInventoryCollectionServiceInstanceNodeInventoryCollectionServiceInventoryInventoryCollectionSecurityGroupInventoryCollectionServiceOfferingIconInventoryCollectionServiceOfferingInventoryCollectionServiceOfferingNodeInventoryCollectionServiceCredentialInventoryCollectionServicePlanInventoryCollectionSourceRegionInventoryCollectionSubnetInventoryCollectionSubscriptionInventoryCollectionVmInventoryCollectionVolumeInventoryCollectionVolumeTypeInventoryCollectionClusterTagInventoryCollectionContainerGroupTagInventoryCollectionContainerImageTagInventoryCollectionContainerNodeTagInventoryCollectionContainerProjectTagInventoryCollectionContainerTemplateTagInventoryCollectionDatastoreTagInventoryCollectionIpaddressTagInventoryCollectionHostTagInventoryCollectionNetworkAdapterTagInventoryCollectionNetworkTagInventoryCollectionReservationTagInventoryCollectionSecurityGroupTagInventoryCollectionServiceInventoryTagInventoryCollectionServiceOfferingTagInventoryCollectionSubnetTagInventoryCollectionVmTagInventoryCollectionTagInventoryCollectionDatastoreMountInventoryCollectionVolumeAttachmentInventoryCollectionVmSecurityGroup.md) | | [optional]
20
+ **collections** | [**Array<AnyOfInventoryCollectionClusterInventoryCollectionContainerInventoryCollectionContainerGroupInventoryCollectionContainerImageInventoryCollectionContainerNodeInventoryCollectionContainerProjectInventoryCollectionContainerResourceQuotaInventoryCollectionContainerTemplateInventoryCollectionDatastoreInventoryCollectionFlavorInventoryCollectionIpaddressInventoryCollectionHostInventoryCollectionNetworkAdapterInventoryCollectionNetworkInventoryCollectionOrchestrationStackInventoryCollectionReservationInventoryCollectionServiceInstanceInventoryCollectionServiceInstanceNodeInventoryCollectionServiceInventoryInventoryCollectionSecurityGroupInventoryCollectionServiceOfferingIconInventoryCollectionServiceOfferingInventoryCollectionServiceOfferingNodeInventoryCollectionServiceCredentialInventoryCollectionServiceCredentialTypeInventoryCollectionServicePlanInventoryCollectionSourceRegionInventoryCollectionSubnetInventoryCollectionSubscriptionInventoryCollectionVmInventoryCollectionVolumeInventoryCollectionVolumeTypeInventoryCollectionServiceOfferingServiceCredentialInventoryCollectionServiceInstanceServiceCredentialInventoryCollectionServiceOfferingNodeServiceCredentialInventoryCollectionServiceInstanceNodeServiceCredentialInventoryCollectionClusterTagInventoryCollectionContainerGroupTagInventoryCollectionContainerImageTagInventoryCollectionContainerNodeTagInventoryCollectionContainerProjectTagInventoryCollectionContainerTemplateTagInventoryCollectionDatastoreTagInventoryCollectionIpaddressTagInventoryCollectionHostTagInventoryCollectionNetworkAdapterTagInventoryCollectionNetworkTagInventoryCollectionReservationTagInventoryCollectionSecurityGroupTagInventoryCollectionServiceInventoryTagInventoryCollectionServiceOfferingTagInventoryCollectionSubnetTagInventoryCollectionVmTagInventoryCollectionTagInventoryCollectionDatastoreMountInventoryCollectionVolumeAttachmentInventoryCollectionVmSecurityGroup>**](AnyOfInventoryCollectionClusterInventoryCollectionContainerInventoryCollectionContainerGroupInventoryCollectionContainerImageInventoryCollectionContainerNodeInventoryCollectionContainerProjectInventoryCollectionContainerResourceQuotaInventoryCollectionContainerTemplateInventoryCollectionDatastoreInventoryCollectionFlavorInventoryCollectionIpaddressInventoryCollectionHostInventoryCollectionNetworkAdapterInventoryCollectionNetworkInventoryCollectionOrchestrationStackInventoryCollectionReservationInventoryCollectionServiceInstanceInventoryCollectionServiceInstanceNodeInventoryCollectionServiceInventoryInventoryCollectionSecurityGroupInventoryCollectionServiceOfferingIconInventoryCollectionServiceOfferingInventoryCollectionServiceOfferingNodeInventoryCollectionServiceCredentialInventoryCollectionServiceCredentialTypeInventoryCollectionServicePlanInventoryCollectionSourceRegionInventoryCollectionSubnetInventoryCollectionSubscriptionInventoryCollectionVmInventoryCollectionVolumeInventoryCollectionVolumeTypeInventoryCollectionServiceOfferingServiceCredentialInventoryCollectionServiceInstanceServiceCredentialInventoryCollectionServiceOfferingNodeServiceCredentialInventoryCollectionServiceInstanceNodeServiceCredentialInventoryCollectionClusterTagInventoryCollectionContainerGroupTagInventoryCollectionContainerImageTagInventoryCollectionContainerNodeTagInventoryCollectionContainerProjectTagInventoryCollectionContainerTemplateTagInventoryCollectionDatastoreTagInventoryCollectionIpaddressTagInventoryCollectionHostTagInventoryCollectionNetworkAdapterTagInventoryCollectionNetworkTagInventoryCollectionReservationTagInventoryCollectionSecurityGroupTagInventoryCollectionServiceInventoryTagInventoryCollectionServiceOfferingTagInventoryCollectionSubnetTagInventoryCollectionVmTagInventoryCollectionTagInventoryCollectionDatastoreMountInventoryCollectionVolumeAttachmentInventoryCollectionVmSecurityGroup.md) | | [optional]
16
21
 
17
22
  ## Code Sample
18
23
 
@@ -26,6 +31,11 @@ instance = TopologicalInventoryIngressApiClient::Inventory.new(name: null,
26
31
  refresh_state_uuid: null,
27
32
  refresh_state_part_uuid: null,
28
33
  total_parts: null,
34
+ refresh_state_started_at: null,
35
+ refresh_state_sent_at: null,
36
+ refresh_state_part_collected_at: null,
37
+ refresh_state_part_sent_at: null,
38
+ ingress_api_sent_at: null,
29
39
  sweep_scope: null,
30
40
  collections: null)
31
41
  ```
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryIngressApiClient::InventoryCollectionServiceCredentialType
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | |
8
+ **data** | [**Array<ServiceCredentialType>**](ServiceCredentialType.md) | | [optional]
9
+ **partial_data** | [**Array<ServiceCredentialType>**](ServiceCredentialType.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryIngressApiClient'
15
+
16
+ instance = TopologicalInventoryIngressApiClient::InventoryCollectionServiceCredentialType.new(name: null,
17
+ data: null,
18
+ partial_data: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryIngressApiClient::InventoryCollectionServiceInstanceNodeServiceCredential
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | |
8
+ **data** | [**Array<ServiceInstanceNodeServiceCredential>**](ServiceInstanceNodeServiceCredential.md) | | [optional]
9
+ **partial_data** | [**Array<ServiceInstanceNodeServiceCredential>**](ServiceInstanceNodeServiceCredential.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryIngressApiClient'
15
+
16
+ instance = TopologicalInventoryIngressApiClient::InventoryCollectionServiceInstanceNodeServiceCredential.new(name: null,
17
+ data: null,
18
+ partial_data: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryIngressApiClient::InventoryCollectionServiceInstanceServiceCredential
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | |
8
+ **data** | [**Array<ServiceInstanceServiceCredential>**](ServiceInstanceServiceCredential.md) | | [optional]
9
+ **partial_data** | [**Array<ServiceInstanceServiceCredential>**](ServiceInstanceServiceCredential.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryIngressApiClient'
15
+
16
+ instance = TopologicalInventoryIngressApiClient::InventoryCollectionServiceInstanceServiceCredential.new(name: null,
17
+ data: null,
18
+ partial_data: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryIngressApiClient::InventoryCollectionServiceOfferingNodeServiceCredential
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | |
8
+ **data** | [**Array<ServiceOfferingNodeServiceCredential>**](ServiceOfferingNodeServiceCredential.md) | | [optional]
9
+ **partial_data** | [**Array<ServiceOfferingNodeServiceCredential>**](ServiceOfferingNodeServiceCredential.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryIngressApiClient'
15
+
16
+ instance = TopologicalInventoryIngressApiClient::InventoryCollectionServiceOfferingNodeServiceCredential.new(name: null,
17
+ data: null,
18
+ partial_data: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryIngressApiClient::InventoryCollectionServiceOfferingServiceCredential
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | |
8
+ **data** | [**Array<ServiceOfferingServiceCredential>**](ServiceOfferingServiceCredential.md) | | [optional]
9
+ **partial_data** | [**Array<ServiceOfferingServiceCredential>**](ServiceOfferingServiceCredential.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryIngressApiClient'
15
+
16
+ instance = TopologicalInventoryIngressApiClient::InventoryCollectionServiceOfferingServiceCredential.new(name: null,
17
+ data: null,
18
+ partial_data: null)
19
+ ```
20
+
21
+
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **description** | **String** | | [optional]
9
9
  **name** | **String** | | [optional]
10
10
  **resource_timestamp** | **DateTime** | | [optional]
11
+ **service_credential_type** | [**ServiceCredentialTypeReference**](ServiceCredentialTypeReference.md) | | [optional]
11
12
  **source_created_at** | **DateTime** | | [optional]
12
13
  **source_ref** | **String** | |
13
14
  **source_updated_at** | **DateTime** | | [optional]
@@ -22,6 +23,7 @@ instance = TopologicalInventoryIngressApiClient::ServiceCredential.new(archived_
22
23
  description: null,
23
24
  name: null,
24
25
  resource_timestamp: null,
26
+ service_credential_type: null,
25
27
  source_created_at: null,
26
28
  source_ref: null,
27
29
  source_updated_at: null,
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **description** | **String** | | [optional]
9
9
  **name** | **String** | | [optional]
10
10
  **resource_timestamp** | **DateTime** | | [optional]
11
+ **service_credential_type** | [**ServiceCredentialTypeReference**](ServiceCredentialTypeReference.md) | | [optional]
11
12
  **source_created_at** | **DateTime** | | [optional]
12
13
  **source_ref** | **String** | |
13
14
  **source_updated_at** | **DateTime** | | [optional]
@@ -22,6 +23,7 @@ instance = TopologicalInventoryIngressApiClient::ServiceCredentialAllOf.new(arch
22
23
  description: null,
23
24
  name: null,
24
25
  resource_timestamp: null,
26
+ service_credential_type: null,
25
27
  source_created_at: null,
26
28
  source_ref: null,
27
29
  source_updated_at: null,
@@ -0,0 +1,33 @@
1
+ # TopologicalInventoryIngressApiClient::ServiceCredentialType
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **archived_at** | **DateTime** | | [optional]
8
+ **description** | **String** | | [optional]
9
+ **kind** | **String** | | [optional]
10
+ **name** | **String** | | [optional]
11
+ **namespace** | **String** | | [optional]
12
+ **resource_timestamp** | **DateTime** | | [optional]
13
+ **source_created_at** | **DateTime** | | [optional]
14
+ **source_deleted_at** | **DateTime** | | [optional]
15
+ **source_ref** | **String** | |
16
+
17
+ ## Code Sample
18
+
19
+ ```ruby
20
+ require 'TopologicalInventoryIngressApiClient'
21
+
22
+ instance = TopologicalInventoryIngressApiClient::ServiceCredentialType.new(archived_at: null,
23
+ description: null,
24
+ kind: null,
25
+ name: null,
26
+ namespace: null,
27
+ resource_timestamp: null,
28
+ source_created_at: null,
29
+ source_deleted_at: null,
30
+ source_ref: null)
31
+ ```
32
+
33
+
@@ -0,0 +1,33 @@
1
+ # TopologicalInventoryIngressApiClient::ServiceCredentialTypeAllOf
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **archived_at** | **DateTime** | | [optional]
8
+ **description** | **String** | | [optional]
9
+ **kind** | **String** | | [optional]
10
+ **name** | **String** | | [optional]
11
+ **namespace** | **String** | | [optional]
12
+ **resource_timestamp** | **DateTime** | | [optional]
13
+ **source_created_at** | **DateTime** | | [optional]
14
+ **source_deleted_at** | **DateTime** | | [optional]
15
+ **source_ref** | **String** | |
16
+
17
+ ## Code Sample
18
+
19
+ ```ruby
20
+ require 'TopologicalInventoryIngressApiClient'
21
+
22
+ instance = TopologicalInventoryIngressApiClient::ServiceCredentialTypeAllOf.new(archived_at: null,
23
+ description: null,
24
+ kind: null,
25
+ name: null,
26
+ namespace: null,
27
+ resource_timestamp: null,
28
+ source_created_at: null,
29
+ source_deleted_at: null,
30
+ source_ref: null)
31
+ ```
32
+
33
+
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryIngressApiClient::ServiceCredentialTypeReference
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **inventory_collection_name** | **String** | |
8
+ **reference** | [**ClusterReferenceReference**](ClusterReferenceReference.md) | |
9
+ **ref** | **String** | |
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryIngressApiClient'
15
+
16
+ instance = TopologicalInventoryIngressApiClient::ServiceCredentialTypeReference.new(inventory_collection_name: null,
17
+ reference: null,
18
+ ref: null)
19
+ ```
20
+
21
+
@@ -10,7 +10,6 @@ Name | Type | Description | Notes
10
10
  **name** | **String** | | [optional]
11
11
  **resource_timestamp** | **DateTime** | | [optional]
12
12
  **root_service_instance** | [**ServiceInstanceReference**](ServiceInstanceReference.md) | | [optional]
13
- **service_credential** | [**ServiceCredentialReference**](ServiceCredentialReference.md) | | [optional]
14
13
  **service_inventory** | [**ServiceInventoryReference**](ServiceInventoryReference.md) | | [optional]
15
14
  **service_offering** | [**ServiceOfferingReference**](ServiceOfferingReference.md) | | [optional]
16
15
  **service_plan** | [**ServicePlanReference**](ServicePlanReference.md) | | [optional]
@@ -31,7 +30,6 @@ instance = TopologicalInventoryIngressApiClient::ServiceInstance.new(archived_at
31
30
  name: null,
32
31
  resource_timestamp: null,
33
32
  root_service_instance: null,
34
- service_credential: null,
35
33
  service_inventory: null,
36
34
  service_offering: null,
37
35
  service_plan: null,
@@ -10,7 +10,6 @@ Name | Type | Description | Notes
10
10
  **name** | **String** | | [optional]
11
11
  **resource_timestamp** | **DateTime** | | [optional]
12
12
  **root_service_instance** | [**ServiceInstanceReference**](ServiceInstanceReference.md) | | [optional]
13
- **service_credential** | [**ServiceCredentialReference**](ServiceCredentialReference.md) | | [optional]
14
13
  **service_inventory** | [**ServiceInventoryReference**](ServiceInventoryReference.md) | | [optional]
15
14
  **service_offering** | [**ServiceOfferingReference**](ServiceOfferingReference.md) | | [optional]
16
15
  **service_plan** | [**ServicePlanReference**](ServicePlanReference.md) | | [optional]
@@ -31,7 +30,6 @@ instance = TopologicalInventoryIngressApiClient::ServiceInstanceAllOf.new(archiv
31
30
  name: null,
32
31
  resource_timestamp: null,
33
32
  root_service_instance: null,
34
- service_credential: null,
35
33
  service_inventory: null,
36
34
  service_offering: null,
37
35
  service_plan: null,
@@ -9,7 +9,6 @@ Name | Type | Description | Notes
9
9
  **name** | **String** | | [optional]
10
10
  **resource_timestamp** | **DateTime** | | [optional]
11
11
  **root_service_instance** | [**ServiceInstanceReference**](ServiceInstanceReference.md) | | [optional]
12
- **service_credential** | [**ServiceCredentialReference**](ServiceCredentialReference.md) | | [optional]
13
12
  **service_instance** | [**ServiceInstanceReference**](ServiceInstanceReference.md) | | [optional]
14
13
  **service_inventory** | [**ServiceInventoryReference**](ServiceInventoryReference.md) | | [optional]
15
14
  **source_created_at** | **DateTime** | | [optional]
@@ -26,7 +25,6 @@ instance = TopologicalInventoryIngressApiClient::ServiceInstanceNode.new(archive
26
25
  name: null,
27
26
  resource_timestamp: null,
28
27
  root_service_instance: null,
29
- service_credential: null,
30
28
  service_instance: null,
31
29
  service_inventory: null,
32
30
  source_created_at: null,
@@ -9,7 +9,6 @@ Name | Type | Description | Notes
9
9
  **name** | **String** | | [optional]
10
10
  **resource_timestamp** | **DateTime** | | [optional]
11
11
  **root_service_instance** | [**ServiceInstanceReference**](ServiceInstanceReference.md) | | [optional]
12
- **service_credential** | [**ServiceCredentialReference**](ServiceCredentialReference.md) | | [optional]
13
12
  **service_instance** | [**ServiceInstanceReference**](ServiceInstanceReference.md) | | [optional]
14
13
  **service_inventory** | [**ServiceInventoryReference**](ServiceInventoryReference.md) | | [optional]
15
14
  **source_created_at** | **DateTime** | | [optional]
@@ -26,7 +25,6 @@ instance = TopologicalInventoryIngressApiClient::ServiceInstanceNodeAllOf.new(ar
26
25
  name: null,
27
26
  resource_timestamp: null,
28
27
  root_service_instance: null,
29
- service_credential: null,
30
28
  service_instance: null,
31
29
  service_inventory: null,
32
30
  source_created_at: null,
@@ -0,0 +1,21 @@
1
+ # TopologicalInventoryIngressApiClient::ServiceInstanceNodeReference
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **inventory_collection_name** | **String** | |
8
+ **reference** | [**ClusterReferenceReference**](ClusterReferenceReference.md) | |
9
+ **ref** | **String** | |
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TopologicalInventoryIngressApiClient'
15
+
16
+ instance = TopologicalInventoryIngressApiClient::ServiceInstanceNodeReference.new(inventory_collection_name: null,
17
+ reference: null,
18
+ ref: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,19 @@
1
+ # TopologicalInventoryIngressApiClient::ServiceInstanceNodeServiceCredential
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **service_credential** | [**ServiceCredentialReference**](ServiceCredentialReference.md) | |
8
+ **service_instance_node** | [**ServiceInstanceNodeReference**](ServiceInstanceNodeReference.md) | |
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'TopologicalInventoryIngressApiClient'
14
+
15
+ instance = TopologicalInventoryIngressApiClient::ServiceInstanceNodeServiceCredential.new(service_credential: null,
16
+ service_instance_node: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,19 @@
1
+ # TopologicalInventoryIngressApiClient::ServiceInstanceNodeServiceCredentialAllOf
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **service_credential** | [**ServiceCredentialReference**](ServiceCredentialReference.md) | |
8
+ **service_instance_node** | [**ServiceInstanceNodeReference**](ServiceInstanceNodeReference.md) | |
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'TopologicalInventoryIngressApiClient'
14
+
15
+ instance = TopologicalInventoryIngressApiClient::ServiceInstanceNodeServiceCredentialAllOf.new(service_credential: null,
16
+ service_instance_node: null)
17
+ ```
18
+
19
+