vsphere-automation-cis 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (200) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +11 -1
  3. data/Gemfile.lock +39 -36
  4. data/README.md +14 -7
  5. data/Rakefile +8 -0
  6. data/docs/CisTaggingTagAssociationBatchResult.md +1 -1
  7. data/docs/CisTaskInfo.md +1 -1
  8. data/docs/CisTasksGetSpec.md +2 -2
  9. data/docs/CisTasksListResultValue.md +1 -1
  10. data/docs/FilterSpecTargets.md +1 -1
  11. data/docs/SessionApi.md +26 -6
  12. data/docs/TaggingCategoryApi.md +104 -39
  13. data/docs/TaggingTagApi.md +118 -44
  14. data/docs/TaggingTagAssociationApi.md +145 -64
  15. data/docs/TasksApi.md +40 -17
  16. data/lib/vsphere-automation-cis/api/session_api.rb +10 -12
  17. data/lib/vsphere-automation-cis/api/tagging_category_api.rb +79 -70
  18. data/lib/vsphere-automation-cis/api/tagging_tag_api.rb +96 -76
  19. data/lib/vsphere-automation-cis/api/tagging_tag_association_api.rb +140 -120
  20. data/lib/vsphere-automation-cis/api/tasks_api.rb +33 -24
  21. data/lib/vsphere-automation-cis/api_client.rb +9 -5
  22. data/lib/vsphere-automation-cis/api_error.rb +4 -6
  23. data/lib/vsphere-automation-cis/configuration.rb +18 -6
  24. data/lib/vsphere-automation-cis/models/cis_session_create_result.rb +4 -6
  25. data/lib/vsphere-automation-cis/models/cis_session_info.rb +4 -6
  26. data/lib/vsphere-automation-cis/models/cis_session_result.rb +4 -6
  27. data/lib/vsphere-automation-cis/models/cis_tagging_category_add_to_used_by.rb +4 -6
  28. data/lib/vsphere-automation-cis/models/cis_tagging_category_create.rb +4 -6
  29. data/lib/vsphere-automation-cis/models/cis_tagging_category_create_result.rb +4 -6
  30. data/lib/vsphere-automation-cis/models/cis_tagging_category_create_spec.rb +4 -6
  31. data/lib/vsphere-automation-cis/models/cis_tagging_category_list_result.rb +4 -6
  32. data/lib/vsphere-automation-cis/models/cis_tagging_category_list_used_categories.rb +4 -6
  33. data/lib/vsphere-automation-cis/models/cis_tagging_category_list_used_categories_result.rb +4 -6
  34. data/lib/vsphere-automation-cis/models/cis_tagging_category_model.rb +4 -6
  35. data/lib/vsphere-automation-cis/models/cis_tagging_category_model_cardinality.rb +6 -8
  36. data/lib/vsphere-automation-cis/models/cis_tagging_category_remove_from_used_by.rb +4 -6
  37. data/lib/vsphere-automation-cis/models/cis_tagging_category_result.rb +4 -6
  38. data/lib/vsphere-automation-cis/models/cis_tagging_category_update.rb +4 -6
  39. data/lib/vsphere-automation-cis/models/cis_tagging_category_update_spec.rb +4 -6
  40. data/lib/vsphere-automation-cis/models/cis_tagging_tag_add_to_used_by.rb +4 -6
  41. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach.rb +4 -6
  42. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_multiple_tags_to_object.rb +4 -6
  43. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_multiple_tags_to_object_result.rb +4 -6
  44. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_tag_to_multiple_objects.rb +4 -6
  45. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_tag_to_multiple_objects_result.rb +4 -6
  46. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_batch_result.rb +5 -7
  47. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach.rb +4 -6
  48. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_multiple_tags_from_object.rb +4 -6
  49. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_multiple_tags_from_object_result.rb +4 -6
  50. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_tag_from_multiple_objects.rb +4 -6
  51. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_tag_from_multiple_objects_result.rb +4 -6
  52. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attachable_tags.rb +4 -6
  53. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attachable_tags_result.rb +4 -6
  54. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_objects_on_tags.rb +4 -6
  55. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_objects_on_tags_result.rb +4 -6
  56. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_objects_result.rb +4 -6
  57. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags.rb +4 -6
  58. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags_on_objects.rb +4 -6
  59. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags_on_objects_result.rb +4 -6
  60. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags_result.rb +4 -6
  61. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_object_to_tags.rb +4 -6
  62. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_tag_to_objects.rb +4 -6
  63. data/lib/vsphere-automation-cis/models/cis_tagging_tag_create.rb +4 -6
  64. data/lib/vsphere-automation-cis/models/cis_tagging_tag_create_result.rb +4 -6
  65. data/lib/vsphere-automation-cis/models/cis_tagging_tag_create_spec.rb +4 -6
  66. data/lib/vsphere-automation-cis/models/cis_tagging_tag_list_result.rb +4 -6
  67. data/lib/vsphere-automation-cis/models/cis_tagging_tag_list_tags_for_category_result.rb +4 -6
  68. data/lib/vsphere-automation-cis/models/cis_tagging_tag_list_used_tags.rb +4 -6
  69. data/lib/vsphere-automation-cis/models/cis_tagging_tag_list_used_tags_result.rb +4 -6
  70. data/lib/vsphere-automation-cis/models/cis_tagging_tag_model.rb +4 -6
  71. data/lib/vsphere-automation-cis/models/cis_tagging_tag_remove_from_used_by.rb +4 -6
  72. data/lib/vsphere-automation-cis/models/cis_tagging_tag_result.rb +4 -6
  73. data/lib/vsphere-automation-cis/models/cis_tagging_tag_update.rb +4 -6
  74. data/lib/vsphere-automation-cis/models/cis_tagging_tag_update_spec.rb +4 -6
  75. data/lib/vsphere-automation-cis/models/cis_task_info.rb +5 -7
  76. data/lib/vsphere-automation-cis/models/cis_task_progress.rb +4 -6
  77. data/lib/vsphere-automation-cis/models/cis_task_status.rb +9 -11
  78. data/lib/vsphere-automation-cis/models/cis_tasks_filter_spec.rb +4 -6
  79. data/lib/vsphere-automation-cis/models/cis_tasks_get_spec.rb +6 -8
  80. data/lib/vsphere-automation-cis/models/cis_tasks_list_result.rb +4 -6
  81. data/lib/vsphere-automation-cis/models/cis_tasks_list_result_value.rb +17 -19
  82. data/lib/vsphere-automation-cis/models/cis_tasks_result.rb +4 -6
  83. data/lib/vsphere-automation-cis/models/filter_spec_targets.rb +23 -25
  84. data/lib/vsphere-automation-cis/models/vapi_std_dynamic_id.rb +4 -6
  85. data/lib/vsphere-automation-cis/models/vapi_std_errors_already_exists.rb +4 -6
  86. data/lib/vsphere-automation-cis/models/vapi_std_errors_already_exists_error.rb +4 -6
  87. data/lib/vsphere-automation-cis/models/vapi_std_errors_error.rb +4 -6
  88. data/lib/vsphere-automation-cis/models/vapi_std_errors_error_error.rb +4 -6
  89. data/lib/vsphere-automation-cis/models/vapi_std_errors_invalid_argument.rb +4 -6
  90. data/lib/vsphere-automation-cis/models/vapi_std_errors_invalid_argument_error.rb +4 -6
  91. data/lib/vsphere-automation-cis/models/vapi_std_errors_not_allowed_in_current_state.rb +4 -6
  92. data/lib/vsphere-automation-cis/models/vapi_std_errors_not_allowed_in_current_state_error.rb +4 -6
  93. data/lib/vsphere-automation-cis/models/vapi_std_errors_not_found.rb +4 -6
  94. data/lib/vsphere-automation-cis/models/vapi_std_errors_not_found_error.rb +4 -6
  95. data/lib/vsphere-automation-cis/models/vapi_std_errors_resource_inaccessible.rb +4 -6
  96. data/lib/vsphere-automation-cis/models/vapi_std_errors_resource_inaccessible_error.rb +4 -6
  97. data/lib/vsphere-automation-cis/models/vapi_std_errors_service_unavailable.rb +4 -6
  98. data/lib/vsphere-automation-cis/models/vapi_std_errors_service_unavailable_error.rb +4 -6
  99. data/lib/vsphere-automation-cis/models/vapi_std_errors_unauthenticated.rb +4 -6
  100. data/lib/vsphere-automation-cis/models/vapi_std_errors_unauthenticated_error.rb +4 -6
  101. data/lib/vsphere-automation-cis/models/vapi_std_errors_unauthorized.rb +4 -6
  102. data/lib/vsphere-automation-cis/models/vapi_std_errors_unauthorized_error.rb +4 -6
  103. data/lib/vsphere-automation-cis/models/vapi_std_errors_unsupported.rb +4 -6
  104. data/lib/vsphere-automation-cis/models/vapi_std_errors_unsupported_error.rb +4 -6
  105. data/lib/vsphere-automation-cis/models/vapi_std_localizable_message.rb +4 -6
  106. data/lib/vsphere-automation-cis/version.rb +5 -7
  107. data/lib/vsphere-automation-cis.rb +7 -9
  108. data/pkg/vsphere-automation-cis-0.2.0.gem +0 -0
  109. data/spec/api/session_api_spec.rb +4 -6
  110. data/spec/api/tagging_category_api_spec.rb +10 -11
  111. data/spec/api/tagging_tag_api_spec.rb +11 -11
  112. data/spec/api/tagging_tag_association_api_spec.rb +16 -16
  113. data/spec/api/tasks_api_spec.rb +9 -10
  114. data/spec/api_client_spec.rb +4 -6
  115. data/spec/configuration_spec.rb +4 -6
  116. data/spec/models/cis_session_create_result_spec.rb +4 -6
  117. data/spec/models/cis_session_info_spec.rb +4 -6
  118. data/spec/models/cis_session_result_spec.rb +4 -6
  119. data/spec/models/cis_tagging_category_add_to_used_by_spec.rb +4 -6
  120. data/spec/models/cis_tagging_category_create_result_spec.rb +4 -6
  121. data/spec/models/cis_tagging_category_create_spec.rb +4 -6
  122. data/spec/models/cis_tagging_category_create_spec_spec.rb +4 -6
  123. data/spec/models/cis_tagging_category_list_result_spec.rb +4 -6
  124. data/spec/models/cis_tagging_category_list_used_categories_result_spec.rb +4 -6
  125. data/spec/models/cis_tagging_category_list_used_categories_spec.rb +4 -6
  126. data/spec/models/cis_tagging_category_model_cardinality_spec.rb +4 -6
  127. data/spec/models/cis_tagging_category_model_spec.rb +4 -6
  128. data/spec/models/cis_tagging_category_remove_from_used_by_spec.rb +4 -6
  129. data/spec/models/cis_tagging_category_result_spec.rb +4 -6
  130. data/spec/models/cis_tagging_category_update_spec.rb +4 -6
  131. data/spec/models/cis_tagging_category_update_spec_spec.rb +4 -6
  132. data/spec/models/cis_tagging_tag_add_to_used_by_spec.rb +4 -6
  133. data/spec/models/cis_tagging_tag_association_attach_multiple_tags_to_object_result_spec.rb +4 -6
  134. data/spec/models/cis_tagging_tag_association_attach_multiple_tags_to_object_spec.rb +4 -6
  135. data/spec/models/cis_tagging_tag_association_attach_spec.rb +4 -6
  136. data/spec/models/cis_tagging_tag_association_attach_tag_to_multiple_objects_result_spec.rb +4 -6
  137. data/spec/models/cis_tagging_tag_association_attach_tag_to_multiple_objects_spec.rb +4 -6
  138. data/spec/models/cis_tagging_tag_association_batch_result_spec.rb +4 -6
  139. data/spec/models/cis_tagging_tag_association_detach_multiple_tags_from_object_result_spec.rb +4 -6
  140. data/spec/models/cis_tagging_tag_association_detach_multiple_tags_from_object_spec.rb +4 -6
  141. data/spec/models/cis_tagging_tag_association_detach_spec.rb +4 -6
  142. data/spec/models/cis_tagging_tag_association_detach_tag_from_multiple_objects_result_spec.rb +4 -6
  143. data/spec/models/cis_tagging_tag_association_detach_tag_from_multiple_objects_spec.rb +4 -6
  144. data/spec/models/cis_tagging_tag_association_list_attachable_tags_result_spec.rb +4 -6
  145. data/spec/models/cis_tagging_tag_association_list_attachable_tags_spec.rb +4 -6
  146. data/spec/models/cis_tagging_tag_association_list_attached_objects_on_tags_result_spec.rb +4 -6
  147. data/spec/models/cis_tagging_tag_association_list_attached_objects_on_tags_spec.rb +4 -6
  148. data/spec/models/cis_tagging_tag_association_list_attached_objects_result_spec.rb +4 -6
  149. data/spec/models/cis_tagging_tag_association_list_attached_tags_on_objects_result_spec.rb +4 -6
  150. data/spec/models/cis_tagging_tag_association_list_attached_tags_on_objects_spec.rb +4 -6
  151. data/spec/models/cis_tagging_tag_association_list_attached_tags_result_spec.rb +4 -6
  152. data/spec/models/cis_tagging_tag_association_list_attached_tags_spec.rb +4 -6
  153. data/spec/models/cis_tagging_tag_association_object_to_tags_spec.rb +4 -6
  154. data/spec/models/cis_tagging_tag_association_tag_to_objects_spec.rb +4 -6
  155. data/spec/models/cis_tagging_tag_create_result_spec.rb +4 -6
  156. data/spec/models/cis_tagging_tag_create_spec.rb +4 -6
  157. data/spec/models/cis_tagging_tag_create_spec_spec.rb +4 -6
  158. data/spec/models/cis_tagging_tag_list_result_spec.rb +4 -6
  159. data/spec/models/cis_tagging_tag_list_tags_for_category_result_spec.rb +4 -6
  160. data/spec/models/cis_tagging_tag_list_used_tags_result_spec.rb +4 -6
  161. data/spec/models/cis_tagging_tag_list_used_tags_spec.rb +4 -6
  162. data/spec/models/cis_tagging_tag_model_spec.rb +4 -6
  163. data/spec/models/cis_tagging_tag_remove_from_used_by_spec.rb +4 -6
  164. data/spec/models/cis_tagging_tag_result_spec.rb +4 -6
  165. data/spec/models/cis_tagging_tag_update_spec.rb +4 -6
  166. data/spec/models/cis_tagging_tag_update_spec_spec.rb +4 -6
  167. data/spec/models/cis_task_info_spec.rb +4 -6
  168. data/spec/models/cis_task_progress_spec.rb +4 -6
  169. data/spec/models/cis_task_status_spec.rb +4 -6
  170. data/spec/models/cis_tasks_filter_spec_spec.rb +4 -6
  171. data/spec/models/cis_tasks_get_spec_spec.rb +4 -6
  172. data/spec/models/cis_tasks_list_result_spec.rb +4 -6
  173. data/spec/models/cis_tasks_list_result_value_spec.rb +6 -8
  174. data/spec/models/cis_tasks_result_spec.rb +4 -6
  175. data/spec/models/filter_spec_targets_spec.rb +6 -8
  176. data/spec/models/vapi_std_dynamic_id_spec.rb +4 -6
  177. data/spec/models/vapi_std_errors_already_exists_error_spec.rb +4 -6
  178. data/spec/models/vapi_std_errors_already_exists_spec.rb +4 -6
  179. data/spec/models/vapi_std_errors_error_error_spec.rb +4 -6
  180. data/spec/models/vapi_std_errors_error_spec.rb +4 -6
  181. data/spec/models/vapi_std_errors_invalid_argument_error_spec.rb +4 -6
  182. data/spec/models/vapi_std_errors_invalid_argument_spec.rb +4 -6
  183. data/spec/models/vapi_std_errors_not_allowed_in_current_state_error_spec.rb +4 -6
  184. data/spec/models/vapi_std_errors_not_allowed_in_current_state_spec.rb +4 -6
  185. data/spec/models/vapi_std_errors_not_found_error_spec.rb +4 -6
  186. data/spec/models/vapi_std_errors_not_found_spec.rb +4 -6
  187. data/spec/models/vapi_std_errors_resource_inaccessible_error_spec.rb +4 -6
  188. data/spec/models/vapi_std_errors_resource_inaccessible_spec.rb +4 -6
  189. data/spec/models/vapi_std_errors_service_unavailable_error_spec.rb +4 -6
  190. data/spec/models/vapi_std_errors_service_unavailable_spec.rb +4 -6
  191. data/spec/models/vapi_std_errors_unauthenticated_error_spec.rb +4 -6
  192. data/spec/models/vapi_std_errors_unauthenticated_spec.rb +4 -6
  193. data/spec/models/vapi_std_errors_unauthorized_error_spec.rb +4 -6
  194. data/spec/models/vapi_std_errors_unauthorized_spec.rb +4 -6
  195. data/spec/models/vapi_std_errors_unsupported_error_spec.rb +4 -6
  196. data/spec/models/vapi_std_errors_unsupported_spec.rb +4 -6
  197. data/spec/models/vapi_std_localizable_message_spec.rb +4 -6
  198. data/spec/spec_helper.rb +4 -6
  199. data/vsphere-automation-cis.gemspec +11 -14
  200. metadata +18 -32
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'date'
12
10
 
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'date'
12
10
 
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'date'
12
10
 
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'date'
12
10
 
@@ -1,15 +1,13 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  module VSphereAutomation
12
10
  module CIS
13
- VERSION = '0.1.0'
11
+ VERSION = '0.2.0'
14
12
  end
15
13
  end
@@ -1,18 +1,16 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  # Common files
12
- require 'vsphere-automation-cis/api_client'
13
- require 'vsphere-automation-cis/api_error'
10
+ require 'vsphere-automation-runtime/api_client'
11
+ require 'vsphere-automation-runtime/api_error'
12
+ require 'vsphere-automation-runtime/configuration'
14
13
  require 'vsphere-automation-cis/version'
15
- require 'vsphere-automation-cis/configuration'
16
14
 
17
15
  # Models
18
16
  require 'vsphere-automation-cis/models/cis_session_create_result'
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
  require 'json'
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
  require 'json'
@@ -33,7 +31,7 @@ describe 'TaggingCategoryApi' do
33
31
  # unit tests for add_to_used_by
34
32
  # Adds the {@param.name usedByEntity} to the {@link CategoryModel#usedBy} subscribers {@term set} for the specified category. If the {@param.name usedByEntity} is already in the {@term set}, then this becomes an idempotent no-op. To invoke this {@term operation}, you need the modify {@link CategoryModel#usedBy} privilege on the category.
35
33
  # @param category_id The identifier of the input category.
36
- # @param cis_tagging_category_add_to_used_by
34
+ # @param request_body
37
35
  # @param [Hash] opts the optional parameters
38
36
  # @return [nil]
39
37
  describe 'add_to_used_by test' do
@@ -44,7 +42,7 @@ describe 'TaggingCategoryApi' do
44
42
 
45
43
  # unit tests for create
46
44
  # Creates a category. To invoke this {@term operation}, you need the create category privilege.
47
- # @param cis_tagging_category_create
45
+ # @param request_body
48
46
  # @param [Hash] opts the optional parameters
49
47
  # @return [CisTaggingCategoryCreateResult]
50
48
  describe 'create test' do
@@ -87,7 +85,7 @@ describe 'TaggingCategoryApi' do
87
85
 
88
86
  # unit tests for list_used_categories
89
87
  # Enumerates all categories for which the {@param.name usedByEntity} is part of the {@link CategoryModel#usedBy} subscribers {@term set}. To invoke this {@term operation}, you need the read privilege on the individual categories.
90
- # @param cis_tagging_category_list_used_categories
88
+ # @param request_body
91
89
  # @param [Hash] opts the optional parameters
92
90
  # @return [CisTaggingCategoryListUsedCategoriesResult]
93
91
  describe 'list_used_categories test' do
@@ -99,7 +97,8 @@ describe 'TaggingCategoryApi' do
99
97
  # unit tests for remove_from_used_by
100
98
  # Removes the {@param.name usedByEntity} from the {@link CategoryModel#usedBy} subscribers {@term set}. If the {@param.name usedByEntity} is not using this category, then this becomes a no-op. To invoke this {@term operation}, you need the modify {@link CategoryModel#usedBy} privilege on the category.
101
99
  # @param category_id The identifier of the input category.
102
- # @param cis_tagging_category_remove_from_used_by
100
+ # @param action ~action=remove-from-used-by
101
+ # @param request_body
103
102
  # @param [Hash] opts the optional parameters
104
103
  # @return [nil]
105
104
  describe 'remove_from_used_by test' do
@@ -122,7 +121,7 @@ describe 'TaggingCategoryApi' do
122
121
  # unit tests for update
123
122
  # Updates an existing category. To invoke this {@term operation}, you need the edit privilege on the category.
124
123
  # @param category_id The identifier of the category to be updated.
125
- # @param cis_tagging_category_update
124
+ # @param request_body
126
125
  # @param [Hash] opts the optional parameters
127
126
  # @return [nil]
128
127
  describe 'update test' do
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
  require 'json'
@@ -33,7 +31,8 @@ describe 'TaggingTagApi' do
33
31
  # unit tests for add_to_used_by
34
32
  # Adds the {@param.name usedByEntity} to the {@link TagModel#usedBy} subscribers {@term set}. If the {@param.name usedByEntity} is already in the {@term set}, then this becomes a no-op. To invoke this {@term operation}, you need the modify {@link TagModel#usedBy} privilege on the tag.
35
33
  # @param tag_id The identifier of the input tag.
36
- # @param cis_tagging_tag_add_to_used_by
34
+ # @param action ~action=add-to-used-by
35
+ # @param request_body
37
36
  # @param [Hash] opts the optional parameters
38
37
  # @return [nil]
39
38
  describe 'add_to_used_by test' do
@@ -44,7 +43,7 @@ describe 'TaggingTagApi' do
44
43
 
45
44
  # unit tests for create
46
45
  # Creates a tag. To invoke this {@term operation}, you need the create tag privilege on the input category.
47
- # @param cis_tagging_tag_create
46
+ # @param request_body
48
47
  # @param [Hash] opts the optional parameters
49
48
  # @return [CisTaggingTagCreateResult]
50
49
  describe 'create test' do
@@ -88,6 +87,7 @@ describe 'TaggingTagApi' do
88
87
  # unit tests for list_tags_for_category
89
88
  # Enumerates all tags for the given category. To invoke this {@term operation}, you need the read privilege on the given category and the individual tags in that category.
90
89
  # @param category_id The identifier of the input category.
90
+ # @param action ~action=list-tags-for-category
91
91
  # @param [Hash] opts the optional parameters
92
92
  # @return [CisTaggingTagListTagsForCategoryResult]
93
93
  describe 'list_tags_for_category test' do
@@ -98,7 +98,7 @@ describe 'TaggingTagApi' do
98
98
 
99
99
  # unit tests for list_used_tags
100
100
  # Enumerates all tags for which the {@param.name usedByEntity} is part of the {@link TagModel#usedBy} subscribers {@term set}. To invoke this {@term operation}, you need the read privilege on the individual tags.
101
- # @param cis_tagging_tag_list_used_tags
101
+ # @param request_body
102
102
  # @param [Hash] opts the optional parameters
103
103
  # @return [CisTaggingTagListUsedTagsResult]
104
104
  describe 'list_used_tags test' do
@@ -110,7 +110,7 @@ describe 'TaggingTagApi' do
110
110
  # unit tests for remove_from_used_by
111
111
  # Removes the {@param.name usedByEntity} from the {@link TagModel#usedBy} subscribers set. If the {@param.name usedByEntity} is not using this tag, then this becomes a no-op. To invoke this {@term operation}, you need modify {@link TagModel#usedBy} privilege on the tag.
112
112
  # @param tag_id The identifier of the input tag.
113
- # @param cis_tagging_tag_remove_from_used_by
113
+ # @param request_body
114
114
  # @param [Hash] opts the optional parameters
115
115
  # @return [nil]
116
116
  describe 'remove_from_used_by test' do
@@ -133,7 +133,7 @@ describe 'TaggingTagApi' do
133
133
  # unit tests for update
134
134
  # Updates an existing tag. To invoke this {@term operation}, you need the edit privilege on the tag.
135
135
  # @param tag_id The identifier of the input tag.
136
- # @param cis_tagging_tag_update
136
+ # @param request_body
137
137
  # @param [Hash] opts the optional parameters
138
138
  # @return [nil]
139
139
  describe 'update test' do
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
  require 'json'
@@ -33,7 +31,7 @@ describe 'TaggingTagAssociationApi' do
33
31
  # unit tests for attach
34
32
  # Attaches the given tag to the input object. The tag needs to meet the cardinality ({@link CategoryModel#cardinality}) and associability ({@link CategoryModel#associableTypes}) criteria in order to be eligible for attachment. If the tag is already attached to the object, then this {@term operation} is a no-op and an error will not be thrown. To invoke this {@term operation}, you need the attach tag privilege on the tag and the read privilege on the object.
35
33
  # @param tag_id The identifier of the input tag.
36
- # @param cis_tagging_tag_association_attach
34
+ # @param request_body
37
35
  # @param [Hash] opts the optional parameters
38
36
  # @return [nil]
39
37
  describe 'attach test' do
@@ -44,7 +42,7 @@ describe 'TaggingTagAssociationApi' do
44
42
 
45
43
  # unit tests for attach_multiple_tags_to_object
46
44
  # Attaches the given tags to the input object. If a tag is already attached to the object, then the individual {@term operation} is a no-op and an error will not be added to {@link BatchResult#errorMessages}. To invoke this {@term operation}, you need the read privilege on the object and the attach tag privilege on each tag.
47
- # @param cis_tagging_tag_association_attach_multiple_tags_to_object
45
+ # @param request_body
48
46
  # @param [Hash] opts the optional parameters
49
47
  # @return [CisTaggingTagAssociationAttachMultipleTagsToObjectResult]
50
48
  describe 'attach_multiple_tags_to_object test' do
@@ -56,7 +54,8 @@ describe 'TaggingTagAssociationApi' do
56
54
  # unit tests for attach_tag_to_multiple_objects
57
55
  # Attaches the given tag to the input objects. If a tag is already attached to the object, then the individual {@term operation} is a no-op and an error will not be added to {@link BatchResult#errorMessages}. To invoke this {@term operation}, you need the attach tag privilege on the tag and the read privilege on each object.
58
56
  # @param tag_id The identifier of the input tag.
59
- # @param cis_tagging_tag_association_attach_tag_to_multiple_objects
57
+ # @param action ~action=attach-tag-to-multiple-objects
58
+ # @param request_body
60
59
  # @param [Hash] opts the optional parameters
61
60
  # @return [CisTaggingTagAssociationAttachTagToMultipleObjectsResult]
62
61
  describe 'attach_tag_to_multiple_objects test' do
@@ -68,7 +67,7 @@ describe 'TaggingTagAssociationApi' do
68
67
  # unit tests for detach
69
68
  # Detaches the tag from the given object. If the tag is already removed from the object, then this {@term operation} is a no-op and an error will not be thrown. To invoke this {@term operation}, you need the attach tag privilege on the tag and the read privilege on the object.
70
69
  # @param tag_id The identifier of the input tag.
71
- # @param cis_tagging_tag_association_detach
70
+ # @param request_body
72
71
  # @param [Hash] opts the optional parameters
73
72
  # @return [nil]
74
73
  describe 'detach test' do
@@ -79,7 +78,7 @@ describe 'TaggingTagAssociationApi' do
79
78
 
80
79
  # unit tests for detach_multiple_tags_from_object
81
80
  # Detaches the given tags from the input object. If a tag is already removed from the object, then the individual {@term operation} is a no-op and an error will not be added to {@link BatchResult#errorMessages}. To invoke this {@term operation}, you need the read privilege on the object and the attach tag privilege each tag.
82
- # @param cis_tagging_tag_association_detach_multiple_tags_from_object
81
+ # @param request_body
83
82
  # @param [Hash] opts the optional parameters
84
83
  # @return [CisTaggingTagAssociationDetachMultipleTagsFromObjectResult]
85
84
  describe 'detach_multiple_tags_from_object test' do
@@ -91,7 +90,7 @@ describe 'TaggingTagAssociationApi' do
91
90
  # unit tests for detach_tag_from_multiple_objects
92
91
  # Detaches the given tag from the input objects. If a tag is already removed from the object, then the individual {@term operation} is a no-op and an error will not be added to {@link BatchResult#errorMessages}. To invoke this {@term operation}, you need the attach tag privilege on the tag and the read privilege on each object.
93
92
  # @param tag_id The identifier of the input tag.
94
- # @param cis_tagging_tag_association_detach_tag_from_multiple_objects
93
+ # @param request_body
95
94
  # @param [Hash] opts the optional parameters
96
95
  # @return [CisTaggingTagAssociationDetachTagFromMultipleObjectsResult]
97
96
  describe 'detach_tag_from_multiple_objects test' do
@@ -102,7 +101,7 @@ describe 'TaggingTagAssociationApi' do
102
101
 
103
102
  # unit tests for list_attachable_tags
104
103
  # Fetches the {@term list} of attachable tags for the given object, omitting the tags that have already been attached. Criteria for attachability is calculated based on tagging cardinality ({@link CategoryModel#cardinality}) and associability ({@link CategoryModel#associableTypes}) constructs. To invoke this {@term operation}, you need the read privilege on the input object. The {@term list} will only contain those tags for which you have read privileges.
105
- # @param cis_tagging_tag_association_list_attachable_tags
104
+ # @param request_body
106
105
  # @param [Hash] opts the optional parameters
107
106
  # @return [CisTaggingTagAssociationListAttachableTagsResult]
108
107
  describe 'list_attachable_tags test' do
@@ -124,7 +123,7 @@ describe 'TaggingTagAssociationApi' do
124
123
 
125
124
  # unit tests for list_attached_objects_on_tags
126
125
  # Fetches the {@term list} of {@link TagToObjects} describing the input tag identifiers and the objects they are attached to. To invoke this {@term operation}, you need the read privilege on each input tag. The {@link TagToObjects#objectIds} will only contain those objects for which you have the read privilege.
127
- # @param cis_tagging_tag_association_list_attached_objects_on_tags
126
+ # @param request_body
128
127
  # @param [Hash] opts the optional parameters
129
128
  # @return [CisTaggingTagAssociationListAttachedObjectsOnTagsResult]
130
129
  describe 'list_attached_objects_on_tags test' do
@@ -135,7 +134,7 @@ describe 'TaggingTagAssociationApi' do
135
134
 
136
135
  # unit tests for list_attached_tags
137
136
  # Fetches the {@term list} of tags attached to the given object. To invoke this {@term operation}, you need the read privilege on the input object. The {@term list} will only contain those tags for which you have the read privileges.
138
- # @param cis_tagging_tag_association_list_attached_tags
137
+ # @param request_body
139
138
  # @param [Hash] opts the optional parameters
140
139
  # @return [CisTaggingTagAssociationListAttachedTagsResult]
141
140
  describe 'list_attached_tags test' do
@@ -146,7 +145,8 @@ describe 'TaggingTagAssociationApi' do
146
145
 
147
146
  # unit tests for list_attached_tags_on_objects
148
147
  # Fetches the {@term list} of {@link ObjectToTags} describing the input object identifiers and the tags attached to each object. To invoke this {@term operation}, you need the read privilege on each input object. The {@link ObjectToTags#tagIds} will only contain those tags for which you have the read privilege.
149
- # @param cis_tagging_tag_association_list_attached_tags_on_objects
148
+ # @param action ~action=list-attached-tags-on-objects
149
+ # @param request_body
150
150
  # @param [Hash] opts the optional parameters
151
151
  # @return [CisTaggingTagAssociationListAttachedTagsOnObjectsResult]
152
152
  describe 'list_attached_tags_on_objects test' do
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
  require 'json'
@@ -33,6 +31,7 @@ describe 'TasksApi' do
33
31
  # unit tests for cancel
34
32
  # Cancel a running operation associated with the task. This is the best effort attempt. Operation may not be cancelled anymore once it reaches certain stage.
35
33
  # @param task Task identifier. The parameter must be an identifier for the resource type: cis.task.
34
+ # @param action action=cancel
36
35
  # @param [Hash] opts the optional parameters
37
36
  # @return [nil]
38
37
  describe 'cancel test' do
@@ -45,8 +44,8 @@ describe 'TasksApi' do
45
44
  # Returns information about a task.
46
45
  # @param task Task identifier. The parameter must be an identifier for the resource type: cis.task.
47
46
  # @param [Hash] opts the optional parameters
48
- # @option opts [BOOLEAN] :spec_return_all If true, all data, including operation-specific data, will be returned, otherwise only the data described in Info will be returned. If unset, only the data described in Info will be returned.
49
- # @option opts [BOOLEAN] :spec_exclude_result If true, the result will not be included in the task information, otherwise it will be included. If unset, the result of the operation will be included in the task information.
47
+ # @option opts [Boolean] :spec_return_all If true, all data, including operation-specific data, will be returned, otherwise only the data described in Info will be returned. If unset, only the data described in Info will be returned.
48
+ # @option opts [Boolean] :spec_exclude_result If true, the result will not be included in the task information, otherwise it will be included. If unset, the result of the operation will be included in the task information.
50
49
  # @return [CisTasksResult]
51
50
  describe 'get test' do
52
51
  it 'should work' do
@@ -58,8 +57,8 @@ describe 'TasksApi' do
58
57
  # Returns information about at most 1000 visible (subject to permission checks) tasks matching the Tasks.FilterSpec. All tasks must be in the same provider.
59
58
  # @param [Hash] opts the optional parameters
60
59
  # @option opts [Array<String>] :filter_spec_tasks Identifiers of tasks that can match the filter. This field may be unset if Tasks.FilterSpec.services is specified. Currently all tasks must be from the same provider. If unset or empty, tasks with any identifier will match the filter. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: cis.task. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: cis.task.
61
- # @option opts [BOOLEAN] :result_spec_return_all If true, all data, including operation-specific data, will be returned, otherwise only the data described in Info will be returned. If unset, only the data described in Info will be returned.
62
- # @option opts [BOOLEAN] :result_spec_exclude_result If true, the result will not be included in the task information, otherwise it will be included. If unset, the result of the operation will be included in the task information.
60
+ # @option opts [Boolean] :result_spec_return_all If true, all data, including operation-specific data, will be returned, otherwise only the data described in Info will be returned. If unset, only the data described in Info will be returned.
61
+ # @option opts [Boolean] :result_spec_exclude_result If true, the result will not be included in the task information, otherwise it will be included. If unset, the result of the operation will be included in the task information.
63
62
  # @option opts [Array<String>] :filter_spec_services Identifiers of services. Tasks created by operations in these services match the filter (see CommonInfo.service). This field may be unset if Tasks.FilterSpec.tasks is specified. Currently all services must be from the same provider. If this field is unset or empty, tasks for all services will match the filter. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: vapi.service. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: vapi.service.
64
63
  # @option opts [Array<String>] :filter_spec_status Status that a task must have to match the filter (see CommonInfo.status). If unset or empty, tasks with any status match the filter.
65
64
  # @option opts [Array<Object>] :filter_spec_targets Identifiers of the targets the operation for the associated task created or was performed on (see CommonInfo.target). If unset or empty, tasks associated with operations on any target match the filter.
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
 
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
 
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
  require 'json'
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
  require 'json'
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
  require 'json'
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
  require 'json'
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
  require 'json'
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
  require 'json'
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
  require 'json'
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
  require 'json'
@@ -1,12 +1,10 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # cis
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # cis - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
7
 
9
- =end
10
8
 
11
9
  require 'spec_helper'
12
10
  require 'json'