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.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/docs/Cluster.md +2 -0
  4. data/docs/Container.md +2 -0
  5. data/docs/ContainerGroup.md +2 -0
  6. data/docs/ContainerImage.md +2 -0
  7. data/docs/ContainerNode.md +2 -0
  8. data/docs/ContainerProject.md +2 -0
  9. data/docs/ContainerResourceQuota.md +2 -0
  10. data/docs/ContainerTemplate.md +2 -0
  11. data/docs/Datastore.md +2 -0
  12. data/docs/Flavor.md +2 -0
  13. data/docs/Host.md +2 -0
  14. data/docs/Ipaddress.md +2 -0
  15. data/docs/Network.md +2 -0
  16. data/docs/NetworkAdapter.md +2 -0
  17. data/docs/OrchestrationStack.md +2 -0
  18. data/docs/SecurityGroup.md +2 -0
  19. data/docs/ServiceCredential.md +2 -0
  20. data/docs/ServiceCredentialType.md +2 -0
  21. data/docs/ServiceInstance.md +2 -0
  22. data/docs/ServiceInstanceNode.md +2 -0
  23. data/docs/ServiceInventory.md +2 -0
  24. data/docs/ServiceOffering.md +2 -0
  25. data/docs/ServiceOfferingIcon.md +2 -0
  26. data/docs/ServiceOfferingNode.md +2 -0
  27. data/docs/ServicePlan.md +2 -0
  28. data/docs/SourceRegion.md +2 -0
  29. data/docs/Subnet.md +2 -0
  30. data/docs/Subscription.md +2 -0
  31. data/docs/Task.md +6 -0
  32. data/docs/Vm.md +2 -0
  33. data/docs/Volume.md +2 -0
  34. data/docs/VolumeAttachment.md +2 -0
  35. data/docs/VolumeType.md +2 -0
  36. data/lib/topological_inventory-api-client/models/cluster.rb +28 -1
  37. data/lib/topological_inventory-api-client/models/container.rb +28 -1
  38. data/lib/topological_inventory-api-client/models/container_group.rb +28 -1
  39. data/lib/topological_inventory-api-client/models/container_image.rb +28 -1
  40. data/lib/topological_inventory-api-client/models/container_node.rb +28 -1
  41. data/lib/topological_inventory-api-client/models/container_project.rb +28 -1
  42. data/lib/topological_inventory-api-client/models/container_resource_quota.rb +28 -1
  43. data/lib/topological_inventory-api-client/models/container_template.rb +28 -1
  44. data/lib/topological_inventory-api-client/models/datastore.rb +28 -1
  45. data/lib/topological_inventory-api-client/models/flavor.rb +28 -1
  46. data/lib/topological_inventory-api-client/models/host.rb +28 -1
  47. data/lib/topological_inventory-api-client/models/ipaddress.rb +28 -1
  48. data/lib/topological_inventory-api-client/models/network.rb +28 -1
  49. data/lib/topological_inventory-api-client/models/network_adapter.rb +28 -1
  50. data/lib/topological_inventory-api-client/models/orchestration_stack.rb +28 -1
  51. data/lib/topological_inventory-api-client/models/security_group.rb +28 -1
  52. data/lib/topological_inventory-api-client/models/service_credential.rb +28 -1
  53. data/lib/topological_inventory-api-client/models/service_credential_type.rb +28 -1
  54. data/lib/topological_inventory-api-client/models/service_instance.rb +28 -1
  55. data/lib/topological_inventory-api-client/models/service_instance_node.rb +28 -1
  56. data/lib/topological_inventory-api-client/models/service_inventory.rb +28 -1
  57. data/lib/topological_inventory-api-client/models/service_offering.rb +28 -1
  58. data/lib/topological_inventory-api-client/models/service_offering_icon.rb +28 -1
  59. data/lib/topological_inventory-api-client/models/service_offering_node.rb +28 -1
  60. data/lib/topological_inventory-api-client/models/service_plan.rb +28 -1
  61. data/lib/topological_inventory-api-client/models/source_region.rb +28 -1
  62. data/lib/topological_inventory-api-client/models/subnet.rb +28 -1
  63. data/lib/topological_inventory-api-client/models/subscription.rb +28 -1
  64. data/lib/topological_inventory-api-client/models/task.rb +46 -1
  65. data/lib/topological_inventory-api-client/models/vm.rb +28 -1
  66. data/lib/topological_inventory-api-client/models/volume.rb +28 -1
  67. data/lib/topological_inventory-api-client/models/volume_attachment.rb +28 -1
  68. data/lib/topological_inventory-api-client/models/volume_type.rb +28 -1
  69. data/lib/topological_inventory-api-client/version.rb +1 -1
  70. data/pkg/topological_inventory-api-client-3.0.0.gem +0 -0
  71. data/spec/models/cluster_spec.rb +6 -0
  72. data/spec/models/container_group_spec.rb +6 -0
  73. data/spec/models/container_image_spec.rb +6 -0
  74. data/spec/models/container_node_spec.rb +6 -0
  75. data/spec/models/container_project_spec.rb +6 -0
  76. data/spec/models/container_resource_quota_spec.rb +6 -0
  77. data/spec/models/container_spec.rb +6 -0
  78. data/spec/models/container_template_spec.rb +6 -0
  79. data/spec/models/datastore_spec.rb +6 -0
  80. data/spec/models/flavor_spec.rb +6 -0
  81. data/spec/models/host_spec.rb +6 -0
  82. data/spec/models/ipaddress_spec.rb +6 -0
  83. data/spec/models/network_adapter_spec.rb +6 -0
  84. data/spec/models/network_spec.rb +6 -0
  85. data/spec/models/orchestration_stack_spec.rb +6 -0
  86. data/spec/models/security_group_spec.rb +6 -0
  87. data/spec/models/service_credential_spec.rb +6 -0
  88. data/spec/models/service_credential_type_spec.rb +6 -0
  89. data/spec/models/service_instance_node_spec.rb +6 -0
  90. data/spec/models/service_instance_spec.rb +6 -0
  91. data/spec/models/service_inventory_spec.rb +6 -0
  92. data/spec/models/service_offering_icon_spec.rb +6 -0
  93. data/spec/models/service_offering_node_spec.rb +6 -0
  94. data/spec/models/service_offering_spec.rb +6 -0
  95. data/spec/models/service_plan_spec.rb +6 -0
  96. data/spec/models/source_region_spec.rb +6 -0
  97. data/spec/models/subnet_spec.rb +6 -0
  98. data/spec/models/subscription_spec.rb +6 -0
  99. data/spec/models/task_spec.rb +18 -0
  100. data/spec/models/vm_spec.rb +6 -0
  101. data/spec/models/volume_attachment_spec.rb +6 -0
  102. data/spec/models/volume_spec.rb +6 -0
  103. data/spec/models/volume_type_spec.rb +6 -0
  104. metadata +36 -35
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module TopologicalInventoryApiClient
14
- VERSION = '3.0.0'
14
+ VERSION = '3.0.1'
15
15
  end
@@ -68,6 +68,12 @@ describe 'Cluster' do
68
68
  end
69
69
  end
70
70
 
71
+ describe 'test attribute "refresh_state_part_id"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
71
77
  describe 'test attribute "source_created_at"' do
72
78
  it 'should work' do
73
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -80,6 +80,12 @@ describe 'ContainerGroup' do
80
80
  end
81
81
  end
82
82
 
83
+ describe 'test attribute "refresh_state_part_id"' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
83
89
  describe 'test attribute "resource_version"' do
84
90
  it 'should work' do
85
91
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -62,6 +62,12 @@ describe 'ContainerImage' do
62
62
  end
63
63
  end
64
64
 
65
+ describe 'test attribute "refresh_state_part_id"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
65
71
  describe 'test attribute "resource_version"' do
66
72
  it 'should work' do
67
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -128,6 +128,12 @@ describe 'ContainerNode' do
128
128
  end
129
129
  end
130
130
 
131
+ describe 'test attribute "refresh_state_part_id"' do
132
+ it 'should work' do
133
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
+ end
135
+ end
136
+
131
137
  describe 'test attribute "resource_version"' do
132
138
  it 'should work' do
133
139
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -68,6 +68,12 @@ describe 'ContainerProject' do
68
68
  end
69
69
  end
70
70
 
71
+ describe 'test attribute "refresh_state_part_id"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
71
77
  describe 'test attribute "resource_version"' do
72
78
  it 'should work' do
73
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -68,6 +68,12 @@ describe 'ContainerResourceQuota' do
68
68
  end
69
69
  end
70
70
 
71
+ describe 'test attribute "refresh_state_part_id"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
71
77
  describe 'test attribute "resource_version"' do
72
78
  it 'should work' do
73
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -98,6 +98,12 @@ describe 'Container' do
98
98
  end
99
99
  end
100
100
 
101
+ describe 'test attribute "refresh_state_part_id"' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ end
105
+ end
106
+
101
107
  describe 'test attribute "updated_at"' do
102
108
  it 'should work' do
103
109
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -68,6 +68,12 @@ describe 'ContainerTemplate' do
68
68
  end
69
69
  end
70
70
 
71
+ describe 'test attribute "refresh_state_part_id"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
71
77
  describe 'test attribute "resource_version"' do
72
78
  it 'should work' do
73
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,6 +86,12 @@ describe 'Datastore' do
86
86
  end
87
87
  end
88
88
 
89
+ describe 'test attribute "refresh_state_part_id"' do
90
+ it 'should work' do
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ end
93
+ end
94
+
89
95
  describe 'test attribute "source_created_at"' do
90
96
  it 'should work' do
91
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -92,6 +92,12 @@ describe 'Flavor' do
92
92
  end
93
93
  end
94
94
 
95
+ describe 'test attribute "refresh_state_part_id"' do
96
+ it 'should work' do
97
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
+ end
99
+ end
100
+
95
101
  describe 'test attribute "source_id"' do
96
102
  it 'should work' do
97
103
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -104,6 +104,12 @@ describe 'Host' do
104
104
  end
105
105
  end
106
106
 
107
+ describe 'test attribute "refresh_state_part_id"' do
108
+ it 'should work' do
109
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
+ end
111
+ end
112
+
107
113
  describe 'test attribute "source_created_at"' do
108
114
  it 'should work' do
109
115
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,6 +86,12 @@ describe 'Ipaddress' do
86
86
  end
87
87
  end
88
88
 
89
+ describe 'test attribute "refresh_state_part_id"' do
90
+ it 'should work' do
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ end
93
+ end
94
+
89
95
  describe 'test attribute "source_created_at"' do
90
96
  it 'should work' do
91
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,6 +86,12 @@ describe 'NetworkAdapter' do
86
86
  end
87
87
  end
88
88
 
89
+ describe 'test attribute "refresh_state_part_id"' do
90
+ it 'should work' do
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ end
93
+ end
94
+
89
95
  describe 'test attribute "source_created_at"' do
90
96
  it 'should work' do
91
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -80,6 +80,12 @@ describe 'Network' do
80
80
  end
81
81
  end
82
82
 
83
+ describe 'test attribute "refresh_state_part_id"' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
83
89
  describe 'test attribute "source_created_at"' do
84
90
  it 'should work' do
85
91
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -74,6 +74,12 @@ describe 'OrchestrationStack' do
74
74
  end
75
75
  end
76
76
 
77
+ describe 'test attribute "refresh_state_part_id"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
77
83
  describe 'test attribute "source_created_at"' do
78
84
  it 'should work' do
79
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,6 +86,12 @@ describe 'SecurityGroup' do
86
86
  end
87
87
  end
88
88
 
89
+ describe 'test attribute "refresh_state_part_id"' do
90
+ it 'should work' do
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ end
93
+ end
94
+
89
95
  describe 'test attribute "source_created_at"' do
90
96
  it 'should work' do
91
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -68,6 +68,12 @@ describe 'ServiceCredential' do
68
68
  end
69
69
  end
70
70
 
71
+ describe 'test attribute "refresh_state_part_id"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
71
77
  describe 'test attribute "service_credential_type_id"' do
72
78
  it 'should work' do
73
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -80,6 +80,12 @@ describe 'ServiceCredentialType' do
80
80
  end
81
81
  end
82
82
 
83
+ describe 'test attribute "refresh_state_part_id"' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
83
89
  describe 'test attribute "source_created_at"' do
84
90
  it 'should work' do
85
91
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -68,6 +68,12 @@ describe 'ServiceInstanceNode' do
68
68
  end
69
69
  end
70
70
 
71
+ describe 'test attribute "refresh_state_part_id"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
71
77
  describe 'test attribute "root_service_instance_id"' do
72
78
  it 'should work' do
73
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -74,6 +74,12 @@ describe 'ServiceInstance' do
74
74
  end
75
75
  end
76
76
 
77
+ describe 'test attribute "refresh_state_part_id"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
77
83
  describe 'test attribute "root_service_instance_id"' do
78
84
  it 'should work' do
79
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -74,6 +74,12 @@ describe 'ServiceInventory' do
74
74
  end
75
75
  end
76
76
 
77
+ describe 'test attribute "refresh_state_part_id"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
77
83
  describe 'test attribute "source_created_at"' do
78
84
  it 'should work' do
79
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -56,6 +56,12 @@ describe 'ServiceOfferingIcon' do
56
56
  end
57
57
  end
58
58
 
59
+ describe 'test attribute "refresh_state_part_id"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
59
65
  describe 'test attribute "source_id"' do
60
66
  it 'should work' do
61
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -68,6 +68,12 @@ describe 'ServiceOfferingNode' do
68
68
  end
69
69
  end
70
70
 
71
+ describe 'test attribute "refresh_state_part_id"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
71
77
  describe 'test attribute "root_service_offering_id"' do
72
78
  it 'should work' do
73
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -98,6 +98,12 @@ describe 'ServiceOffering' do
98
98
  end
99
99
  end
100
100
 
101
+ describe 'test attribute "refresh_state_part_id"' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ end
105
+ end
106
+
101
107
  describe 'test attribute "service_inventory_id"' do
102
108
  it 'should work' do
103
109
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -80,6 +80,12 @@ describe 'ServicePlan' do
80
80
  end
81
81
  end
82
82
 
83
+ describe 'test attribute "refresh_state_part_id"' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
83
89
  describe 'test attribute "resource_version"' do
84
90
  it 'should work' do
85
91
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -68,6 +68,12 @@ describe 'SourceRegion' do
68
68
  end
69
69
  end
70
70
 
71
+ describe 'test attribute "refresh_state_part_id"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
71
77
  describe 'test attribute "source_id"' do
72
78
  it 'should work' do
73
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,6 +86,12 @@ describe 'Subnet' do
86
86
  end
87
87
  end
88
88
 
89
+ describe 'test attribute "refresh_state_part_id"' do
90
+ it 'should work' do
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ end
93
+ end
94
+
89
95
  describe 'test attribute "source_created_at"' do
90
96
  it 'should work' do
91
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -62,6 +62,12 @@ describe 'Subscription' do
62
62
  end
63
63
  end
64
64
 
65
+ describe 'test attribute "refresh_state_part_id"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
65
71
  describe 'test attribute "source_id"' do
66
72
  it 'should work' do
67
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -62,6 +62,12 @@ describe 'Task' do
62
62
  end
63
63
  end
64
64
 
65
+ describe 'test attribute "source_id"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
65
71
  describe 'test attribute "state"' do
66
72
  it 'should work' do
67
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -74,6 +80,18 @@ describe 'Task' do
74
80
  end
75
81
  end
76
82
 
83
+ describe 'test attribute "target_source_ref"' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
89
+ describe 'test attribute "target_type"' do
90
+ it 'should work' do
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ end
93
+ end
94
+
77
95
  describe 'test attribute "updated_at"' do
78
96
  it 'should work' do
79
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -128,6 +128,12 @@ describe 'Vm' do
128
128
  end
129
129
  end
130
130
 
131
+ describe 'test attribute "refresh_state_part_id"' do
132
+ it 'should work' do
133
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
+ end
135
+ end
136
+
131
137
  describe 'test attribute "source_created_at"' do
132
138
  it 'should work' do
133
139
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -50,6 +50,12 @@ describe 'VolumeAttachment' do
50
50
  end
51
51
  end
52
52
 
53
+ describe 'test attribute "refresh_state_part_id"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
53
59
  describe 'test attribute "state"' do
54
60
  it 'should work' do
55
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers