topological_inventory-api-client 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/docs/Cluster.md +2 -0
- data/docs/Container.md +2 -0
- data/docs/ContainerGroup.md +2 -0
- data/docs/ContainerImage.md +2 -0
- data/docs/ContainerNode.md +2 -0
- data/docs/ContainerProject.md +2 -0
- data/docs/ContainerResourceQuota.md +2 -0
- data/docs/ContainerTemplate.md +2 -0
- data/docs/Datastore.md +2 -0
- data/docs/Flavor.md +2 -0
- data/docs/Host.md +2 -0
- data/docs/Ipaddress.md +2 -0
- data/docs/Network.md +2 -0
- data/docs/NetworkAdapter.md +2 -0
- data/docs/OrchestrationStack.md +2 -0
- data/docs/SecurityGroup.md +2 -0
- data/docs/ServiceCredential.md +2 -0
- data/docs/ServiceCredentialType.md +2 -0
- data/docs/ServiceInstance.md +2 -0
- data/docs/ServiceInstanceNode.md +2 -0
- data/docs/ServiceInventory.md +2 -0
- data/docs/ServiceOffering.md +2 -0
- data/docs/ServiceOfferingIcon.md +2 -0
- data/docs/ServiceOfferingNode.md +2 -0
- data/docs/ServicePlan.md +2 -0
- data/docs/SourceRegion.md +2 -0
- data/docs/Subnet.md +2 -0
- data/docs/Subscription.md +2 -0
- data/docs/Task.md +6 -0
- data/docs/Vm.md +2 -0
- data/docs/Volume.md +2 -0
- data/docs/VolumeAttachment.md +2 -0
- data/docs/VolumeType.md +2 -0
- data/lib/topological_inventory-api-client/models/cluster.rb +28 -1
- data/lib/topological_inventory-api-client/models/container.rb +28 -1
- data/lib/topological_inventory-api-client/models/container_group.rb +28 -1
- data/lib/topological_inventory-api-client/models/container_image.rb +28 -1
- data/lib/topological_inventory-api-client/models/container_node.rb +28 -1
- data/lib/topological_inventory-api-client/models/container_project.rb +28 -1
- data/lib/topological_inventory-api-client/models/container_resource_quota.rb +28 -1
- data/lib/topological_inventory-api-client/models/container_template.rb +28 -1
- data/lib/topological_inventory-api-client/models/datastore.rb +28 -1
- data/lib/topological_inventory-api-client/models/flavor.rb +28 -1
- data/lib/topological_inventory-api-client/models/host.rb +28 -1
- data/lib/topological_inventory-api-client/models/ipaddress.rb +28 -1
- data/lib/topological_inventory-api-client/models/network.rb +28 -1
- data/lib/topological_inventory-api-client/models/network_adapter.rb +28 -1
- data/lib/topological_inventory-api-client/models/orchestration_stack.rb +28 -1
- data/lib/topological_inventory-api-client/models/security_group.rb +28 -1
- data/lib/topological_inventory-api-client/models/service_credential.rb +28 -1
- data/lib/topological_inventory-api-client/models/service_credential_type.rb +28 -1
- data/lib/topological_inventory-api-client/models/service_instance.rb +28 -1
- data/lib/topological_inventory-api-client/models/service_instance_node.rb +28 -1
- data/lib/topological_inventory-api-client/models/service_inventory.rb +28 -1
- data/lib/topological_inventory-api-client/models/service_offering.rb +28 -1
- data/lib/topological_inventory-api-client/models/service_offering_icon.rb +28 -1
- data/lib/topological_inventory-api-client/models/service_offering_node.rb +28 -1
- data/lib/topological_inventory-api-client/models/service_plan.rb +28 -1
- data/lib/topological_inventory-api-client/models/source_region.rb +28 -1
- data/lib/topological_inventory-api-client/models/subnet.rb +28 -1
- data/lib/topological_inventory-api-client/models/subscription.rb +28 -1
- data/lib/topological_inventory-api-client/models/task.rb +46 -1
- data/lib/topological_inventory-api-client/models/vm.rb +28 -1
- data/lib/topological_inventory-api-client/models/volume.rb +28 -1
- data/lib/topological_inventory-api-client/models/volume_attachment.rb +28 -1
- data/lib/topological_inventory-api-client/models/volume_type.rb +28 -1
- data/lib/topological_inventory-api-client/version.rb +1 -1
- data/pkg/topological_inventory-api-client-3.0.0.gem +0 -0
- data/spec/models/cluster_spec.rb +6 -0
- data/spec/models/container_group_spec.rb +6 -0
- data/spec/models/container_image_spec.rb +6 -0
- data/spec/models/container_node_spec.rb +6 -0
- data/spec/models/container_project_spec.rb +6 -0
- data/spec/models/container_resource_quota_spec.rb +6 -0
- data/spec/models/container_spec.rb +6 -0
- data/spec/models/container_template_spec.rb +6 -0
- data/spec/models/datastore_spec.rb +6 -0
- data/spec/models/flavor_spec.rb +6 -0
- data/spec/models/host_spec.rb +6 -0
- data/spec/models/ipaddress_spec.rb +6 -0
- data/spec/models/network_adapter_spec.rb +6 -0
- data/spec/models/network_spec.rb +6 -0
- data/spec/models/orchestration_stack_spec.rb +6 -0
- data/spec/models/security_group_spec.rb +6 -0
- data/spec/models/service_credential_spec.rb +6 -0
- data/spec/models/service_credential_type_spec.rb +6 -0
- data/spec/models/service_instance_node_spec.rb +6 -0
- data/spec/models/service_instance_spec.rb +6 -0
- data/spec/models/service_inventory_spec.rb +6 -0
- data/spec/models/service_offering_icon_spec.rb +6 -0
- data/spec/models/service_offering_node_spec.rb +6 -0
- data/spec/models/service_offering_spec.rb +6 -0
- data/spec/models/service_plan_spec.rb +6 -0
- data/spec/models/source_region_spec.rb +6 -0
- data/spec/models/subnet_spec.rb +6 -0
- data/spec/models/subscription_spec.rb +6 -0
- data/spec/models/task_spec.rb +18 -0
- data/spec/models/vm_spec.rb +6 -0
- data/spec/models/volume_attachment_spec.rb +6 -0
- data/spec/models/volume_spec.rb +6 -0
- data/spec/models/volume_type_spec.rb +6 -0
- metadata +36 -35
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61e28ae25c139c990aafca534b6229d07b5ceaa4c9d330468b157c90e358c127
|
4
|
+
data.tar.gz: 2221c9cd9b2657701f27ac6869bd122d42de0386d5e8413ed06adb3215b96d7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac13b9abeb77b550f92738d4644e24b7bcaab52ca60244bbc1d0adf49fa6ca78e0a8911ae0705f96f881a6554195255cecba66f1ecbf48274bfa13a45bcbdaf7
|
7
|
+
data.tar.gz: 2c00971fe2465467e7c920c8190ccfe116d9d1fb0cd8bbd392c2b7ad47b12e6dc1d29bcc6e5d2b96333031308348db92085e065a01d4c2cce67c745b2002611d
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
topological_inventory-api-client (3.0.
|
4
|
+
topological_inventory-api-client (3.0.1)
|
5
5
|
json (~> 2.1, >= 2.1.0)
|
6
6
|
typhoeus (~> 1.0, >= 1.0.1)
|
7
7
|
|
@@ -9,7 +9,7 @@ GEM
|
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
11
|
ast (2.4.0)
|
12
|
-
byebug (11.1.
|
12
|
+
byebug (11.1.2)
|
13
13
|
coderay (1.1.2)
|
14
14
|
diff-lcs (1.3)
|
15
15
|
ethon (0.12.0)
|
@@ -19,9 +19,9 @@ GEM
|
|
19
19
|
json (2.3.0)
|
20
20
|
method_source (1.0.0)
|
21
21
|
parallel (1.19.1)
|
22
|
-
parser (2.7.
|
22
|
+
parser (2.7.1.1)
|
23
23
|
ast (~> 2.4.0)
|
24
|
-
pry (0.13.
|
24
|
+
pry (0.13.1)
|
25
25
|
coderay (~> 1.1)
|
26
26
|
method_source (~> 1.0)
|
27
27
|
pry-byebug (3.9.0)
|
data/docs/Cluster.md
CHANGED
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**id** | **String** | ID of the resource | [optional] [readonly]
|
11
11
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
12
12
|
**name** | **String** | | [optional]
|
13
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
13
14
|
**source_created_at** | **DateTime** | | [optional]
|
14
15
|
**source_deleted_at** | **DateTime** | | [optional]
|
15
16
|
**source_id** | **String** | ID of the resource | [optional] [readonly]
|
@@ -28,6 +29,7 @@ instance = TopologicalInventoryApiClient::Cluster.new(archived_at: null,
|
|
28
29
|
id: null,
|
29
30
|
last_seen_at: null,
|
30
31
|
name: null,
|
32
|
+
refresh_state_part_id: null,
|
31
33
|
source_created_at: null,
|
32
34
|
source_deleted_at: null,
|
33
35
|
source_id: null,
|
data/docs/Container.md
CHANGED
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
|
|
15
15
|
**memory_limit** | **Integer** | | [optional] [readonly]
|
16
16
|
**memory_request** | **Integer** | | [optional] [readonly]
|
17
17
|
**name** | **String** | | [optional] [readonly]
|
18
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
18
19
|
**updated_at** | **DateTime** | | [optional] [readonly]
|
19
20
|
|
20
21
|
## Code Sample
|
@@ -33,6 +34,7 @@ instance = TopologicalInventoryApiClient::Container.new(archived_at: null,
|
|
33
34
|
memory_limit: null,
|
34
35
|
memory_request: null,
|
35
36
|
name: docker-build,
|
37
|
+
refresh_state_part_id: null,
|
36
38
|
updated_at: null)
|
37
39
|
```
|
38
40
|
|
data/docs/ContainerGroup.md
CHANGED
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
|
|
12
12
|
**ipaddress** | **String** | | [optional] [readonly]
|
13
13
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
14
14
|
**name** | **String** | | [optional] [readonly]
|
15
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
15
16
|
**resource_version** | **String** | | [optional] [readonly]
|
16
17
|
**source_created_at** | **DateTime** | | [optional] [readonly]
|
17
18
|
**source_deleted_at** | **DateTime** | | [optional] [readonly]
|
@@ -32,6 +33,7 @@ instance = TopologicalInventoryApiClient::ContainerGroup.new(archived_at: null,
|
|
32
33
|
ipaddress: 192.0.2.1,
|
33
34
|
last_seen_at: null,
|
34
35
|
name: Sample Group,
|
36
|
+
refresh_state_part_id: null,
|
35
37
|
resource_version: null,
|
36
38
|
source_created_at: null,
|
37
39
|
source_deleted_at: null,
|
data/docs/ContainerImage.md
CHANGED
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
9
9
|
**id** | **String** | ID of the resource | [optional] [readonly]
|
10
10
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
11
11
|
**name** | **String** | | [optional] [readonly]
|
12
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
12
13
|
**resource_version** | **String** | | [optional] [readonly]
|
13
14
|
**source_created_at** | **DateTime** | | [optional] [readonly]
|
14
15
|
**source_deleted_at** | **DateTime** | | [optional] [readonly]
|
@@ -27,6 +28,7 @@ instance = TopologicalInventoryApiClient::ContainerImage.new(archived_at: null,
|
|
27
28
|
id: null,
|
28
29
|
last_seen_at: null,
|
29
30
|
name: openshift3/postgresql-92-rhel7,
|
31
|
+
refresh_state_part_id: null,
|
30
32
|
resource_version: null,
|
31
33
|
source_created_at: null,
|
32
34
|
source_deleted_at: null,
|
data/docs/ContainerNode.md
CHANGED
@@ -20,6 +20,7 @@ Name | Type | Description | Notes
|
|
20
20
|
**name** | **String** | | [optional] [readonly]
|
21
21
|
**node_info** | [**Object**](.md) | | [optional] [readonly]
|
22
22
|
**pods** | **Integer** | | [optional] [readonly]
|
23
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
23
24
|
**resource_version** | **String** | | [optional] [readonly]
|
24
25
|
**source_created_at** | **DateTime** | | [optional] [readonly]
|
25
26
|
**source_deleted_at** | **DateTime** | | [optional] [readonly]
|
@@ -48,6 +49,7 @@ instance = TopologicalInventoryApiClient::ContainerNode.new(addresses: null,
|
|
48
49
|
name: Sample Group,
|
49
50
|
node_info: null,
|
50
51
|
pods: null,
|
52
|
+
refresh_state_part_id: null,
|
51
53
|
resource_version: null,
|
52
54
|
source_created_at: null,
|
53
55
|
source_deleted_at: null,
|
data/docs/ContainerProject.md
CHANGED
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**id** | **String** | ID of the resource | [optional] [readonly]
|
11
11
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
12
12
|
**name** | **String** | | [optional] [readonly]
|
13
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
13
14
|
**resource_version** | **String** | | [optional] [readonly]
|
14
15
|
**source_created_at** | **DateTime** | | [optional] [readonly]
|
15
16
|
**source_deleted_at** | **DateTime** | | [optional] [readonly]
|
@@ -29,6 +30,7 @@ instance = TopologicalInventoryApiClient::ContainerProject.new(archived_at: null
|
|
29
30
|
id: null,
|
30
31
|
last_seen_at: null,
|
31
32
|
name: Sample Project,
|
33
|
+
refresh_state_part_id: null,
|
32
34
|
resource_version: null,
|
33
35
|
source_created_at: null,
|
34
36
|
source_deleted_at: null,
|
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**id** | **String** | ID of the resource | [optional] [readonly]
|
11
11
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
12
12
|
**name** | **String** | | [optional] [readonly]
|
13
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
13
14
|
**resource_version** | **String** | | [optional] [readonly]
|
14
15
|
**source_created_at** | **DateTime** | | [optional] [readonly]
|
15
16
|
**source_deleted_at** | **DateTime** | | [optional] [readonly]
|
@@ -30,6 +31,7 @@ instance = TopologicalInventoryApiClient::ContainerResourceQuota.new(archived_at
|
|
30
31
|
id: null,
|
31
32
|
last_seen_at: null,
|
32
33
|
name: null,
|
34
|
+
refresh_state_part_id: null,
|
33
35
|
resource_version: null,
|
34
36
|
source_created_at: null,
|
35
37
|
source_deleted_at: null,
|
data/docs/ContainerTemplate.md
CHANGED
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**id** | **String** | ID of the resource | [optional] [readonly]
|
11
11
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
12
12
|
**name** | **String** | | [optional] [readonly]
|
13
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
13
14
|
**resource_version** | **String** | | [optional] [readonly]
|
14
15
|
**source_created_at** | **DateTime** | | [optional] [readonly]
|
15
16
|
**source_deleted_at** | **DateTime** | | [optional] [readonly]
|
@@ -28,6 +29,7 @@ instance = TopologicalInventoryApiClient::ContainerTemplate.new(archived_at: nul
|
|
28
29
|
id: null,
|
29
30
|
last_seen_at: null,
|
30
31
|
name: Sample Project,
|
32
|
+
refresh_state_part_id: null,
|
31
33
|
resource_version: null,
|
32
34
|
source_created_at: null,
|
33
35
|
source_deleted_at: null,
|
data/docs/Datastore.md
CHANGED
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
|
|
13
13
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
14
14
|
**location** | **String** | | [optional]
|
15
15
|
**name** | **String** | | [optional]
|
16
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
16
17
|
**source_created_at** | **DateTime** | | [optional]
|
17
18
|
**source_deleted_at** | **DateTime** | | [optional]
|
18
19
|
**source_id** | **String** | ID of the resource | [optional] [readonly]
|
@@ -35,6 +36,7 @@ instance = TopologicalInventoryApiClient::Datastore.new(accessible: null,
|
|
35
36
|
last_seen_at: null,
|
36
37
|
location: null,
|
37
38
|
name: null,
|
39
|
+
refresh_state_part_id: null,
|
38
40
|
source_created_at: null,
|
39
41
|
source_deleted_at: null,
|
40
42
|
source_id: null,
|
data/docs/Flavor.md
CHANGED
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
|
|
14
14
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
15
15
|
**memory** | **Integer** | Amount of RAM in bytes | [optional] [readonly]
|
16
16
|
**name** | **String** | | [optional] [readonly]
|
17
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
17
18
|
**source_id** | **String** | ID of the resource | [optional] [readonly]
|
18
19
|
**source_ref** | **String** | | [optional] [readonly]
|
19
20
|
**updated_at** | **DateTime** | | [optional] [readonly]
|
@@ -33,6 +34,7 @@ instance = TopologicalInventoryApiClient::Flavor.new(archived_at: null,
|
|
33
34
|
last_seen_at: null,
|
34
35
|
memory: 17179869184,
|
35
36
|
name: null,
|
37
|
+
refresh_state_part_id: null,
|
36
38
|
source_id: null,
|
37
39
|
source_ref: null,
|
38
40
|
updated_at: null)
|
data/docs/Host.md
CHANGED
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
|
|
16
16
|
**memory** | **Integer** | | [optional]
|
17
17
|
**name** | **String** | | [optional]
|
18
18
|
**power_state** | **String** | | [optional]
|
19
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
19
20
|
**source_created_at** | **DateTime** | | [optional]
|
20
21
|
**source_deleted_at** | **DateTime** | | [optional]
|
21
22
|
**source_id** | **String** | ID of the resource | [optional] [readonly]
|
@@ -40,6 +41,7 @@ instance = TopologicalInventoryApiClient::Host.new(archived_at: null,
|
|
40
41
|
memory: null,
|
41
42
|
name: null,
|
42
43
|
power_state: null,
|
44
|
+
refresh_state_part_id: null,
|
43
45
|
source_created_at: null,
|
44
46
|
source_deleted_at: null,
|
45
47
|
source_id: null,
|
data/docs/Ipaddress.md
CHANGED
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
|
|
13
13
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
14
14
|
**network_adapter_id** | **String** | ID of the resource | [optional] [readonly]
|
15
15
|
**orchestration_stack_id** | **String** | ID of the resource | [optional] [readonly]
|
16
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
16
17
|
**source_created_at** | **DateTime** | | [optional]
|
17
18
|
**source_deleted_at** | **DateTime** | | [optional]
|
18
19
|
**source_id** | **String** | ID of the resource | [optional] [readonly]
|
@@ -36,6 +37,7 @@ instance = TopologicalInventoryApiClient::Ipaddress.new(archived_at: null,
|
|
36
37
|
last_seen_at: null,
|
37
38
|
network_adapter_id: null,
|
38
39
|
orchestration_stack_id: null,
|
40
|
+
refresh_state_part_id: null,
|
39
41
|
source_created_at: null,
|
40
42
|
source_deleted_at: null,
|
41
43
|
source_id: null,
|
data/docs/Network.md
CHANGED
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
|
|
12
12
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
13
13
|
**name** | **String** | | [optional]
|
14
14
|
**orchestration_stack_id** | **String** | ID of the resource | [optional] [readonly]
|
15
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
15
16
|
**source_created_at** | **DateTime** | | [optional]
|
16
17
|
**source_deleted_at** | **DateTime** | | [optional]
|
17
18
|
**source_id** | **String** | ID of the resource | [optional] [readonly]
|
@@ -34,6 +35,7 @@ instance = TopologicalInventoryApiClient::Network.new(archived_at: null,
|
|
34
35
|
last_seen_at: null,
|
35
36
|
name: null,
|
36
37
|
orchestration_stack_id: null,
|
38
|
+
refresh_state_part_id: null,
|
37
39
|
source_created_at: null,
|
38
40
|
source_deleted_at: null,
|
39
41
|
source_id: null,
|
data/docs/NetworkAdapter.md
CHANGED
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
|
|
13
13
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
14
14
|
**mac_address** | **String** | | [optional]
|
15
15
|
**orchestration_stack_id** | **String** | ID of the resource | [optional] [readonly]
|
16
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
16
17
|
**source_created_at** | **DateTime** | | [optional]
|
17
18
|
**source_deleted_at** | **DateTime** | | [optional]
|
18
19
|
**source_id** | **String** | ID of the resource | [optional] [readonly]
|
@@ -35,6 +36,7 @@ instance = TopologicalInventoryApiClient::NetworkAdapter.new(archived_at: null,
|
|
35
36
|
last_seen_at: null,
|
36
37
|
mac_address: null,
|
37
38
|
orchestration_stack_id: null,
|
39
|
+
refresh_state_part_id: null,
|
38
40
|
source_created_at: null,
|
39
41
|
source_deleted_at: null,
|
40
42
|
source_id: null,
|
data/docs/OrchestrationStack.md
CHANGED
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
|
|
11
11
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
12
12
|
**name** | **String** | | [optional] [readonly]
|
13
13
|
**parent_orchestration_stack_id** | **String** | ID of the resource | [optional] [readonly]
|
14
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
14
15
|
**source_created_at** | **DateTime** | | [optional] [readonly]
|
15
16
|
**source_deleted_at** | **DateTime** | | [optional] [readonly]
|
16
17
|
**source_id** | **String** | ID of the resource | [optional] [readonly]
|
@@ -31,6 +32,7 @@ instance = TopologicalInventoryApiClient::OrchestrationStack.new(archived_at: nu
|
|
31
32
|
last_seen_at: null,
|
32
33
|
name: Sample OrchestrationStack,
|
33
34
|
parent_orchestration_stack_id: null,
|
35
|
+
refresh_state_part_id: null,
|
34
36
|
source_created_at: null,
|
35
37
|
source_deleted_at: null,
|
36
38
|
source_id: null,
|
data/docs/SecurityGroup.md
CHANGED
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
|
|
13
13
|
**name** | **String** | | [optional]
|
14
14
|
**network_id** | **String** | ID of the resource | [optional] [readonly]
|
15
15
|
**orchestration_stack_id** | **String** | ID of the resource | [optional] [readonly]
|
16
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
16
17
|
**source_created_at** | **DateTime** | | [optional]
|
17
18
|
**source_deleted_at** | **DateTime** | | [optional]
|
18
19
|
**source_id** | **String** | ID of the resource | [optional] [readonly]
|
@@ -35,6 +36,7 @@ instance = TopologicalInventoryApiClient::SecurityGroup.new(archived_at: null,
|
|
35
36
|
name: null,
|
36
37
|
network_id: null,
|
37
38
|
orchestration_stack_id: null,
|
39
|
+
refresh_state_part_id: null,
|
38
40
|
source_created_at: null,
|
39
41
|
source_deleted_at: null,
|
40
42
|
source_id: null,
|
data/docs/ServiceCredential.md
CHANGED
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**id** | **String** | ID of the resource | [optional] [readonly]
|
11
11
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
12
12
|
**name** | **String** | | [optional] [readonly]
|
13
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
13
14
|
**service_credential_type_id** | **String** | ID of the resource | [optional] [readonly]
|
14
15
|
**source_created_at** | **DateTime** | | [optional] [readonly]
|
15
16
|
**source_id** | **String** | ID of the resource | [optional] [readonly]
|
@@ -29,6 +30,7 @@ instance = TopologicalInventoryApiClient::ServiceCredential.new(archived_at: nul
|
|
29
30
|
id: null,
|
30
31
|
last_seen_at: null,
|
31
32
|
name: null,
|
33
|
+
refresh_state_part_id: null,
|
32
34
|
service_credential_type_id: null,
|
33
35
|
source_created_at: null,
|
34
36
|
source_id: null,
|
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
|
|
12
12
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
13
13
|
**name** | **String** | | [optional] [readonly]
|
14
14
|
**namespace** | **String** | | [optional] [readonly]
|
15
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
15
16
|
**source_created_at** | **DateTime** | | [optional] [readonly]
|
16
17
|
**source_deleted_at** | **DateTime** | | [optional] [readonly]
|
17
18
|
**source_id** | **String** | ID of the resource | [optional] [readonly]
|
@@ -31,6 +32,7 @@ instance = TopologicalInventoryApiClient::ServiceCredentialType.new(archived_at:
|
|
31
32
|
last_seen_at: null,
|
32
33
|
name: null,
|
33
34
|
namespace: null,
|
35
|
+
refresh_state_part_id: null,
|
34
36
|
source_created_at: null,
|
35
37
|
source_deleted_at: null,
|
36
38
|
source_id: null,
|
data/docs/ServiceInstance.md
CHANGED
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
|
|
11
11
|
**id** | **String** | ID of the resource | [optional] [readonly]
|
12
12
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
13
13
|
**name** | **String** | | [optional] [readonly]
|
14
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
14
15
|
**root_service_instance_id** | **String** | ID of the resource | [optional] [readonly]
|
15
16
|
**service_inventory_id** | **String** | ID of the resource | [optional] [readonly]
|
16
17
|
**service_offering_id** | **String** | ID of the resource | [optional] [readonly]
|
@@ -35,6 +36,7 @@ instance = TopologicalInventoryApiClient::ServiceInstance.new(archived_at: null,
|
|
35
36
|
id: null,
|
36
37
|
last_seen_at: null,
|
37
38
|
name: Sample ServiceInstance,
|
39
|
+
refresh_state_part_id: null,
|
38
40
|
root_service_instance_id: null,
|
39
41
|
service_inventory_id: null,
|
40
42
|
service_offering_id: null,
|
data/docs/ServiceInstanceNode.md
CHANGED
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**id** | **String** | ID of the resource | [optional] [readonly]
|
11
11
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
12
12
|
**name** | **String** | | [optional]
|
13
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
13
14
|
**root_service_instance_id** | **String** | ID of the resource | [optional] [readonly]
|
14
15
|
**service_instance_id** | **String** | ID of the resource | [optional] [readonly]
|
15
16
|
**service_inventory_id** | **String** | ID of the resource | [optional] [readonly]
|
@@ -30,6 +31,7 @@ instance = TopologicalInventoryApiClient::ServiceInstanceNode.new(archived_at: n
|
|
30
31
|
id: null,
|
31
32
|
last_seen_at: null,
|
32
33
|
name: null,
|
34
|
+
refresh_state_part_id: null,
|
33
35
|
root_service_instance_id: null,
|
34
36
|
service_instance_id: null,
|
35
37
|
service_inventory_id: null,
|
data/docs/ServiceInventory.md
CHANGED
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
|
|
11
11
|
**id** | **String** | ID of the resource | [optional] [readonly]
|
12
12
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
13
13
|
**name** | **String** | | [optional] [readonly]
|
14
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
14
15
|
**source_created_at** | **DateTime** | | [optional] [readonly]
|
15
16
|
**source_id** | **String** | ID of the resource | [optional] [readonly]
|
16
17
|
**source_ref** | **String** | | [optional] [readonly]
|
@@ -29,6 +30,7 @@ instance = TopologicalInventoryApiClient::ServiceInventory.new(archived_at: null
|
|
29
30
|
id: null,
|
30
31
|
last_seen_at: null,
|
31
32
|
name: null,
|
33
|
+
refresh_state_part_id: null,
|
32
34
|
source_created_at: null,
|
33
35
|
source_id: null,
|
34
36
|
source_ref: null,
|
data/docs/ServiceOffering.md
CHANGED
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
|
|
15
15
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
16
16
|
**long_description** | **String** | | [optional] [readonly]
|
17
17
|
**name** | **String** | | [optional] [readonly]
|
18
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
18
19
|
**service_inventory_id** | **String** | ID of the resource | [optional] [readonly]
|
19
20
|
**service_offering_icon_id** | **String** | ID of the resource | [optional] [readonly]
|
20
21
|
**source_created_at** | **DateTime** | | [optional] [readonly]
|
@@ -42,6 +43,7 @@ instance = TopologicalInventoryApiClient::ServiceOffering.new(archived_at: null,
|
|
42
43
|
last_seen_at: null,
|
43
44
|
long_description: This template provides a standalone MariaDB server with a database created...,
|
44
45
|
name: Sample Service Offering,
|
46
|
+
refresh_state_part_id: null,
|
45
47
|
service_inventory_id: null,
|
46
48
|
service_offering_icon_id: null,
|
47
49
|
source_created_at: null,
|
data/docs/ServiceOfferingIcon.md
CHANGED
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
|
|
8
8
|
**data** | **String** | Raw icon data | [optional] [readonly]
|
9
9
|
**id** | **String** | ID of the resource | [optional] [readonly]
|
10
10
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
11
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
11
12
|
**source_id** | **String** | ID of the resource | [optional] [readonly]
|
12
13
|
**source_ref** | **String** | | [optional] [readonly]
|
13
14
|
**updated_at** | **DateTime** | | [optional] [readonly]
|
@@ -21,6 +22,7 @@ instance = TopologicalInventoryApiClient::ServiceOfferingIcon.new(created_at: nu
|
|
21
22
|
data: null,
|
22
23
|
id: null,
|
23
24
|
last_seen_at: null,
|
25
|
+
refresh_state_part_id: null,
|
24
26
|
source_id: null,
|
25
27
|
source_ref: icon-mariadb,
|
26
28
|
updated_at: null)
|
data/docs/ServiceOfferingNode.md
CHANGED
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**id** | **String** | ID of the resource | [optional] [readonly]
|
11
11
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
12
12
|
**name** | **String** | | [optional]
|
13
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
13
14
|
**root_service_offering_id** | **String** | ID of the resource | [optional] [readonly]
|
14
15
|
**service_inventory_id** | **String** | ID of the resource | [optional] [readonly]
|
15
16
|
**service_offering_id** | **String** | ID of the resource | [optional] [readonly]
|
@@ -30,6 +31,7 @@ instance = TopologicalInventoryApiClient::ServiceOfferingNode.new(archived_at: n
|
|
30
31
|
id: null,
|
31
32
|
last_seen_at: null,
|
32
33
|
name: null,
|
34
|
+
refresh_state_part_id: null,
|
33
35
|
root_service_offering_id: null,
|
34
36
|
service_inventory_id: null,
|
35
37
|
service_offering_id: null,
|
data/docs/ServicePlan.md
CHANGED
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
|
|
12
12
|
**id** | **String** | ID of the resource | [optional] [readonly]
|
13
13
|
**last_seen_at** | **DateTime** | | [optional] [readonly]
|
14
14
|
**name** | **String** | | [optional] [readonly]
|
15
|
+
**refresh_state_part_id** | **String** | ID of the resource | [optional] [readonly]
|
15
16
|
**resource_version** | **String** | | [optional] [readonly]
|
16
17
|
**service_offering_id** | **String** | ID of the resource | [optional] [readonly]
|
17
18
|
**source_created_at** | **DateTime** | | [optional] [readonly]
|
@@ -36,6 +37,7 @@ instance = TopologicalInventoryApiClient::ServicePlan.new(archived_at: null,
|
|
36
37
|
id: null,
|
37
38
|
last_seen_at: null,
|
38
39
|
name: Sample Provider,
|
40
|
+
refresh_state_part_id: null,
|
39
41
|
resource_version: null,
|
40
42
|
service_offering_id: null,
|
41
43
|
source_created_at: null,
|