vsphere-automation-vapi 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (481) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +3 -0
  3. data/Gemfile.lock +79 -0
  4. data/README.md +232 -0
  5. data/Rakefile +10 -0
  6. data/docs/MetadataAuthenticationComponentApi.md +136 -0
  7. data/docs/MetadataAuthenticationPackageApi.md +92 -0
  8. data/docs/MetadataAuthenticationServiceApi.md +92 -0
  9. data/docs/MetadataAuthenticationServiceOperationApi.md +98 -0
  10. data/docs/MetadataCliCommandApi.md +138 -0
  11. data/docs/MetadataCliNamespaceApi.md +132 -0
  12. data/docs/MetadataMetamodelComponentApi.md +136 -0
  13. data/docs/MetadataMetamodelEnumerationApi.md +92 -0
  14. data/docs/MetadataMetamodelPackageApi.md +92 -0
  15. data/docs/MetadataMetamodelResourceApi.md +48 -0
  16. data/docs/MetadataMetamodelResourceModelApi.md +52 -0
  17. data/docs/MetadataMetamodelServiceApi.md +92 -0
  18. data/docs/MetadataMetamodelServiceOperationApi.md +98 -0
  19. data/docs/MetadataMetamodelStructureApi.md +92 -0
  20. data/docs/MetadataPrivilegeComponentApi.md +136 -0
  21. data/docs/MetadataPrivilegePackageApi.md +92 -0
  22. data/docs/MetadataPrivilegeServiceApi.md +92 -0
  23. data/docs/MetadataPrivilegeServiceOperationApi.md +98 -0
  24. data/docs/RestNavigationComponentApi.md +54 -0
  25. data/docs/RestNavigationOptionsApi.md +52 -0
  26. data/docs/RestNavigationResourceApi.md +104 -0
  27. data/docs/RestNavigationRootApi.md +54 -0
  28. data/docs/RestNavigationServiceApi.md +56 -0
  29. data/docs/VapiMetadataAuthenticationAuthenticationInfo.md +10 -0
  30. data/docs/VapiMetadataAuthenticationAuthenticationInfoSchemeType.md +7 -0
  31. data/docs/VapiMetadataAuthenticationComponentData.md +9 -0
  32. data/docs/VapiMetadataAuthenticationComponentFingerprintResult.md +8 -0
  33. data/docs/VapiMetadataAuthenticationComponentInfo.md +8 -0
  34. data/docs/VapiMetadataAuthenticationComponentInfoPackages.md +9 -0
  35. data/docs/VapiMetadataAuthenticationComponentListResult.md +8 -0
  36. data/docs/VapiMetadataAuthenticationComponentResult.md +8 -0
  37. data/docs/VapiMetadataAuthenticationOperationInfo.md +8 -0
  38. data/docs/VapiMetadataAuthenticationPackageInfo.md +9 -0
  39. data/docs/VapiMetadataAuthenticationPackageInfoServices.md +9 -0
  40. data/docs/VapiMetadataAuthenticationPackageListResult.md +8 -0
  41. data/docs/VapiMetadataAuthenticationPackageResult.md +8 -0
  42. data/docs/VapiMetadataAuthenticationServiceInfo.md +9 -0
  43. data/docs/VapiMetadataAuthenticationServiceInfoOperations.md +9 -0
  44. data/docs/VapiMetadataAuthenticationServiceListResult.md +8 -0
  45. data/docs/VapiMetadataAuthenticationServiceOperationGet.md +8 -0
  46. data/docs/VapiMetadataAuthenticationServiceOperationListResult.md +8 -0
  47. data/docs/VapiMetadataAuthenticationServiceOperationResult.md +8 -0
  48. data/docs/VapiMetadataAuthenticationServiceResult.md +8 -0
  49. data/docs/VapiMetadataCliCommandFingerprintResult.md +8 -0
  50. data/docs/VapiMetadataCliCommandFormatterType.md +7 -0
  51. data/docs/VapiMetadataCliCommandGenericType.md +7 -0
  52. data/docs/VapiMetadataCliCommandGet.md +8 -0
  53. data/docs/VapiMetadataCliCommandIdentity.md +9 -0
  54. data/docs/VapiMetadataCliCommandInfo.md +14 -0
  55. data/docs/VapiMetadataCliCommandListResult.md +8 -0
  56. data/docs/VapiMetadataCliCommandOptionInfo.md +13 -0
  57. data/docs/VapiMetadataCliCommandOutputFieldInfo.md +9 -0
  58. data/docs/VapiMetadataCliCommandOutputInfo.md +9 -0
  59. data/docs/VapiMetadataCliCommandResult.md +8 -0
  60. data/docs/VapiMetadataCliNamespaceFingerprintResult.md +8 -0
  61. data/docs/VapiMetadataCliNamespaceGet.md +8 -0
  62. data/docs/VapiMetadataCliNamespaceIdentity.md +9 -0
  63. data/docs/VapiMetadataCliNamespaceInfo.md +10 -0
  64. data/docs/VapiMetadataCliNamespaceListResult.md +8 -0
  65. data/docs/VapiMetadataCliNamespaceResult.md +8 -0
  66. data/docs/VapiMetadataMetamodelComponentData.md +9 -0
  67. data/docs/VapiMetadataMetamodelComponentFingerprintResult.md +8 -0
  68. data/docs/VapiMetadataMetamodelComponentInfo.md +11 -0
  69. data/docs/VapiMetadataMetamodelComponentInfoPackages.md +9 -0
  70. data/docs/VapiMetadataMetamodelComponentListResult.md +8 -0
  71. data/docs/VapiMetadataMetamodelComponentResult.md +8 -0
  72. data/docs/VapiMetadataMetamodelConstantInfo.md +10 -0
  73. data/docs/VapiMetadataMetamodelConstantValue.md +10 -0
  74. data/docs/VapiMetadataMetamodelConstantValueCategory.md +7 -0
  75. data/docs/VapiMetadataMetamodelElementMap.md +8 -0
  76. data/docs/VapiMetadataMetamodelElementMapElements.md +9 -0
  77. data/docs/VapiMetadataMetamodelElementValue.md +13 -0
  78. data/docs/VapiMetadataMetamodelElementValueType.md +7 -0
  79. data/docs/VapiMetadataMetamodelEnumerationInfo.md +11 -0
  80. data/docs/VapiMetadataMetamodelEnumerationListResult.md +8 -0
  81. data/docs/VapiMetadataMetamodelEnumerationResult.md +8 -0
  82. data/docs/VapiMetadataMetamodelEnumerationValueInfo.md +10 -0
  83. data/docs/VapiMetadataMetamodelEnumerationValueInfoMetadata.md +9 -0
  84. data/docs/VapiMetadataMetamodelErrorInfo.md +9 -0
  85. data/docs/VapiMetadataMetamodelFieldInfo.md +11 -0
  86. data/docs/VapiMetadataMetamodelGenericInstantiation.md +11 -0
  87. data/docs/VapiMetadataMetamodelGenericInstantiationGenericType.md +7 -0
  88. data/docs/VapiMetadataMetamodelOperationInfo.md +13 -0
  89. data/docs/VapiMetadataMetamodelOperationResultInfo.md +10 -0
  90. data/docs/VapiMetadataMetamodelPackageInfo.md +13 -0
  91. data/docs/VapiMetadataMetamodelPackageInfoEnumerations.md +9 -0
  92. data/docs/VapiMetadataMetamodelPackageInfoServices.md +9 -0
  93. data/docs/VapiMetadataMetamodelPackageInfoStructures.md +9 -0
  94. data/docs/VapiMetadataMetamodelPackageListResult.md +8 -0
  95. data/docs/VapiMetadataMetamodelPackageResult.md +8 -0
  96. data/docs/VapiMetadataMetamodelPrimitiveValue.md +12 -0
  97. data/docs/VapiMetadataMetamodelPrimitiveValueType.md +7 -0
  98. data/docs/VapiMetadataMetamodelResourceListResult.md +8 -0
  99. data/docs/VapiMetadataMetamodelResourceModelListResult.md +8 -0
  100. data/docs/VapiMetadataMetamodelServiceInfo.md +14 -0
  101. data/docs/VapiMetadataMetamodelServiceInfoOperations.md +9 -0
  102. data/docs/VapiMetadataMetamodelServiceListResult.md +8 -0
  103. data/docs/VapiMetadataMetamodelServiceOperationListResult.md +8 -0
  104. data/docs/VapiMetadataMetamodelServiceOperationResult.md +8 -0
  105. data/docs/VapiMetadataMetamodelServiceResult.md +8 -0
  106. data/docs/VapiMetadataMetamodelStructureInfo.md +14 -0
  107. data/docs/VapiMetadataMetamodelStructureInfoConstants.md +9 -0
  108. data/docs/VapiMetadataMetamodelStructureInfoType.md +7 -0
  109. data/docs/VapiMetadataMetamodelStructureListResult.md +8 -0
  110. data/docs/VapiMetadataMetamodelStructureResult.md +8 -0
  111. data/docs/VapiMetadataMetamodelType.md +11 -0
  112. data/docs/VapiMetadataMetamodelTypeBuiltinType.md +7 -0
  113. data/docs/VapiMetadataMetamodelTypeCategory.md +7 -0
  114. data/docs/VapiMetadataMetamodelUserDefinedType.md +9 -0
  115. data/docs/VapiMetadataPrivilegeComponentData.md +9 -0
  116. data/docs/VapiMetadataPrivilegeComponentFingerprintResult.md +8 -0
  117. data/docs/VapiMetadataPrivilegeComponentInfo.md +8 -0
  118. data/docs/VapiMetadataPrivilegeComponentInfoPackages.md +9 -0
  119. data/docs/VapiMetadataPrivilegeComponentListResult.md +8 -0
  120. data/docs/VapiMetadataPrivilegeComponentResult.md +8 -0
  121. data/docs/VapiMetadataPrivilegeOperationInfo.md +9 -0
  122. data/docs/VapiMetadataPrivilegePackageInfo.md +9 -0
  123. data/docs/VapiMetadataPrivilegePackageInfoServices.md +9 -0
  124. data/docs/VapiMetadataPrivilegePackageListResult.md +8 -0
  125. data/docs/VapiMetadataPrivilegePackageResult.md +8 -0
  126. data/docs/VapiMetadataPrivilegePrivilegeInfo.md +9 -0
  127. data/docs/VapiMetadataPrivilegeServiceInfo.md +8 -0
  128. data/docs/VapiMetadataPrivilegeServiceInfoOperations.md +9 -0
  129. data/docs/VapiMetadataPrivilegeServiceListResult.md +8 -0
  130. data/docs/VapiMetadataPrivilegeServiceOperationGet.md +8 -0
  131. data/docs/VapiMetadataPrivilegeServiceOperationListResult.md +8 -0
  132. data/docs/VapiMetadataPrivilegeServiceOperationResult.md +8 -0
  133. data/docs/VapiMetadataPrivilegeServiceResult.md +8 -0
  134. data/docs/VapiRestNavigationComponentInfo.md +10 -0
  135. data/docs/VapiRestNavigationComponentListResult.md +8 -0
  136. data/docs/VapiRestNavigationHttpMethod.md +7 -0
  137. data/docs/VapiRestNavigationLink.md +10 -0
  138. data/docs/VapiRestNavigationOperation.md +12 -0
  139. data/docs/VapiRestNavigationOptionsGet.md +9 -0
  140. data/docs/VapiRestNavigationOptionsResult.md +8 -0
  141. data/docs/VapiRestNavigationReference.md +9 -0
  142. data/docs/VapiRestNavigationResourceInfo.md +11 -0
  143. data/docs/VapiRestNavigationResourceListResult.md +8 -0
  144. data/docs/VapiRestNavigationResourceResult.md +8 -0
  145. data/docs/VapiRestNavigationRootInfo.md +9 -0
  146. data/docs/VapiRestNavigationRootResult.md +8 -0
  147. data/docs/VapiRestNavigationServiceInfo.md +12 -0
  148. data/docs/VapiRestNavigationServiceListResult.md +8 -0
  149. data/docs/VapiStdErrorsNotAllowedInCurrentState.md +9 -0
  150. data/docs/VapiStdErrorsNotAllowedInCurrentStateError.md +9 -0
  151. data/docs/VapiStdErrorsNotFound.md +9 -0
  152. data/docs/VapiStdErrorsNotFoundError.md +9 -0
  153. data/docs/VapiStdErrorsServiceUnavailable.md +9 -0
  154. data/docs/VapiStdErrorsServiceUnavailableError.md +9 -0
  155. data/docs/VapiStdErrorsUnauthenticated.md +9 -0
  156. data/docs/VapiStdErrorsUnauthenticatedError.md +9 -0
  157. data/docs/VapiStdErrorsUnauthorized.md +9 -0
  158. data/docs/VapiStdErrorsUnauthorizedError.md +9 -0
  159. data/docs/VapiStdLocalizableMessage.md +10 -0
  160. data/docs/VcenterActivationApi.md +51 -0
  161. data/git_push.sh +55 -0
  162. data/lib/vsphere-automation-vapi/api/metadata_authentication_component_api.rb +178 -0
  163. data/lib/vsphere-automation-vapi/api/metadata_authentication_package_api.rb +124 -0
  164. data/lib/vsphere-automation-vapi/api/metadata_authentication_service_api.rb +124 -0
  165. data/lib/vsphere-automation-vapi/api/metadata_authentication_service_operation_api.rb +140 -0
  166. data/lib/vsphere-automation-vapi/api/metadata_cli_command_api.rb +177 -0
  167. data/lib/vsphere-automation-vapi/api/metadata_cli_namespace_api.rb +173 -0
  168. data/lib/vsphere-automation-vapi/api/metadata_metamodel_component_api.rb +178 -0
  169. data/lib/vsphere-automation-vapi/api/metadata_metamodel_enumeration_api.rb +124 -0
  170. data/lib/vsphere-automation-vapi/api/metadata_metamodel_package_api.rb +124 -0
  171. data/lib/vsphere-automation-vapi/api/metadata_metamodel_resource_api.rb +70 -0
  172. data/lib/vsphere-automation-vapi/api/metadata_metamodel_resource_model_api.rb +78 -0
  173. data/lib/vsphere-automation-vapi/api/metadata_metamodel_service_api.rb +124 -0
  174. data/lib/vsphere-automation-vapi/api/metadata_metamodel_service_operation_api.rb +138 -0
  175. data/lib/vsphere-automation-vapi/api/metadata_metamodel_structure_api.rb +124 -0
  176. data/lib/vsphere-automation-vapi/api/metadata_privilege_component_api.rb +178 -0
  177. data/lib/vsphere-automation-vapi/api/metadata_privilege_package_api.rb +124 -0
  178. data/lib/vsphere-automation-vapi/api/metadata_privilege_service_api.rb +124 -0
  179. data/lib/vsphere-automation-vapi/api/metadata_privilege_service_operation_api.rb +140 -0
  180. data/lib/vsphere-automation-vapi/api/rest_navigation_component_api.rb +73 -0
  181. data/lib/vsphere-automation-vapi/api/rest_navigation_options_api.rb +79 -0
  182. data/lib/vsphere-automation-vapi/api/rest_navigation_resource_api.rb +135 -0
  183. data/lib/vsphere-automation-vapi/api/rest_navigation_root_api.rb +73 -0
  184. data/lib/vsphere-automation-vapi/api/rest_navigation_service_api.rb +81 -0
  185. data/lib/vsphere-automation-vapi/api/vcenter_activation_api.rb +73 -0
  186. data/lib/vsphere-automation-vapi/api_client.rb +386 -0
  187. data/lib/vsphere-automation-vapi/api_error.rb +36 -0
  188. data/lib/vsphere-automation-vapi/configuration.rb +200 -0
  189. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_authentication_info.rb +213 -0
  190. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_authentication_info_scheme_type.rb +30 -0
  191. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_component_data.rb +203 -0
  192. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_component_fingerprint_result.rb +188 -0
  193. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_component_info.rb +191 -0
  194. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_component_info_packages.rb +192 -0
  195. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_component_list_result.rb +190 -0
  196. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_component_result.rb +188 -0
  197. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_operation_info.rb +191 -0
  198. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_package_info.rb +208 -0
  199. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_package_info_services.rb +192 -0
  200. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_package_list_result.rb +190 -0
  201. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_package_result.rb +188 -0
  202. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_service_info.rb +208 -0
  203. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_service_info_operations.rb +192 -0
  204. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_service_list_result.rb +190 -0
  205. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_service_operation_get.rb +189 -0
  206. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_service_operation_list_result.rb +190 -0
  207. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_service_operation_result.rb +188 -0
  208. data/lib/vsphere-automation-vapi/models/vapi_metadata_authentication_service_result.rb +188 -0
  209. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_command_fingerprint_result.rb +188 -0
  210. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_command_formatter_type.rb +34 -0
  211. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_command_generic_type.rb +33 -0
  212. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_command_get.rb +188 -0
  213. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_command_identity.rb +204 -0
  214. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_command_info.rb +276 -0
  215. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_command_list_result.rb +190 -0
  216. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_command_option_info.rb +258 -0
  217. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_command_output_field_info.rb +204 -0
  218. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_command_output_info.rb +206 -0
  219. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_command_result.rb +188 -0
  220. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_namespace_fingerprint_result.rb +188 -0
  221. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_namespace_get.rb +188 -0
  222. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_namespace_identity.rb +204 -0
  223. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_namespace_info.rb +220 -0
  224. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_namespace_list_result.rb +190 -0
  225. data/lib/vsphere-automation-vapi/models/vapi_metadata_cli_namespace_result.rb +188 -0
  226. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_component_data.rb +203 -0
  227. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_component_fingerprint_result.rb +188 -0
  228. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_component_info.rb +238 -0
  229. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_component_info_packages.rb +192 -0
  230. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_component_list_result.rb +190 -0
  231. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_component_result.rb +188 -0
  232. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_constant_info.rb +217 -0
  233. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_constant_value.rb +209 -0
  234. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_constant_value_category.rb +30 -0
  235. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_element_map.rb +191 -0
  236. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_element_map_elements.rb +192 -0
  237. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_element_value.rb +242 -0
  238. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_element_value_type.rb +33 -0
  239. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_enumeration_info.rb +238 -0
  240. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_enumeration_list_result.rb +190 -0
  241. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_enumeration_result.rb +188 -0
  242. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_enumeration_value_info.rb +221 -0
  243. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_enumeration_value_info_metadata.rb +192 -0
  244. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_error_info.rb +204 -0
  245. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_field_info.rb +235 -0
  246. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_generic_instantiation.rb +215 -0
  247. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_generic_instantiation_generic_type.rb +32 -0
  248. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_operation_info.rb +269 -0
  249. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_operation_result_info.rb +220 -0
  250. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_package_info.rb +272 -0
  251. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_package_info_enumerations.rb +192 -0
  252. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_package_info_services.rb +192 -0
  253. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_package_info_structures.rb +192 -0
  254. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_package_list_result.rb +190 -0
  255. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_package_result.rb +188 -0
  256. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_primitive_value.rb +228 -0
  257. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_primitive_value_type.rb +32 -0
  258. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_resource_list_result.rb +190 -0
  259. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_resource_model_list_result.rb +190 -0
  260. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_service_info.rb +289 -0
  261. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_service_info_operations.rb +192 -0
  262. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_service_list_result.rb +190 -0
  263. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_service_operation_list_result.rb +190 -0
  264. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_service_operation_result.rb +188 -0
  265. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_service_result.rb +188 -0
  266. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_structure_info.rb +286 -0
  267. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_structure_info_constants.rb +192 -0
  268. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_structure_info_type.rb +30 -0
  269. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_structure_list_result.rb +190 -0
  270. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_structure_result.rb +188 -0
  271. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_type.rb +215 -0
  272. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_type_builtin_type.rb +41 -0
  273. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_type_category.rb +31 -0
  274. data/lib/vsphere-automation-vapi/models/vapi_metadata_metamodel_user_defined_type.rb +204 -0
  275. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_component_data.rb +203 -0
  276. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_component_fingerprint_result.rb +188 -0
  277. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_component_info.rb +191 -0
  278. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_component_info_packages.rb +192 -0
  279. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_component_list_result.rb +190 -0
  280. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_component_result.rb +188 -0
  281. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_operation_info.rb +208 -0
  282. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_package_info.rb +208 -0
  283. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_package_info_services.rb +192 -0
  284. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_package_list_result.rb +190 -0
  285. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_package_result.rb +188 -0
  286. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_privilege_info.rb +206 -0
  287. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_service_info.rb +191 -0
  288. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_service_info_operations.rb +192 -0
  289. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_service_list_result.rb +190 -0
  290. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_service_operation_get.rb +189 -0
  291. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_service_operation_list_result.rb +190 -0
  292. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_service_operation_result.rb +188 -0
  293. data/lib/vsphere-automation-vapi/models/vapi_metadata_privilege_service_result.rb +188 -0
  294. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_component_info.rb +218 -0
  295. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_component_list_result.rb +190 -0
  296. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_http_method.rb +37 -0
  297. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_link.rb +217 -0
  298. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_operation.rb +250 -0
  299. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_options_get.rb +199 -0
  300. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_options_result.rb +190 -0
  301. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_reference.rb +203 -0
  302. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_resource_info.rb +232 -0
  303. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_resource_list_result.rb +190 -0
  304. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_resource_result.rb +190 -0
  305. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_root_info.rb +202 -0
  306. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_root_result.rb +188 -0
  307. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_service_info.rb +247 -0
  308. data/lib/vsphere-automation-vapi/models/vapi_rest_navigation_service_list_result.rb +190 -0
  309. data/lib/vsphere-automation-vapi/models/vapi_std_errors_not_allowed_in_current_state.rb +201 -0
  310. data/lib/vsphere-automation-vapi/models/vapi_std_errors_not_allowed_in_current_state_error.rb +192 -0
  311. data/lib/vsphere-automation-vapi/models/vapi_std_errors_not_found.rb +201 -0
  312. data/lib/vsphere-automation-vapi/models/vapi_std_errors_not_found_error.rb +192 -0
  313. data/lib/vsphere-automation-vapi/models/vapi_std_errors_service_unavailable.rb +201 -0
  314. data/lib/vsphere-automation-vapi/models/vapi_std_errors_service_unavailable_error.rb +192 -0
  315. data/lib/vsphere-automation-vapi/models/vapi_std_errors_unauthenticated.rb +201 -0
  316. data/lib/vsphere-automation-vapi/models/vapi_std_errors_unauthenticated_error.rb +192 -0
  317. data/lib/vsphere-automation-vapi/models/vapi_std_errors_unauthorized.rb +201 -0
  318. data/lib/vsphere-automation-vapi/models/vapi_std_errors_unauthorized_error.rb +192 -0
  319. data/lib/vsphere-automation-vapi/models/vapi_std_localizable_message.rb +221 -0
  320. data/lib/vsphere-automation-vapi/version.rb +15 -0
  321. data/lib/vsphere-automation-vapi.rb +192 -0
  322. data/spec/api/metadata_authentication_component_api_spec.rb +65 -0
  323. data/spec/api/metadata_authentication_package_api_spec.rb +54 -0
  324. data/spec/api/metadata_authentication_service_api_spec.rb +54 -0
  325. data/spec/api/metadata_authentication_service_operation_api_spec.rb +56 -0
  326. data/spec/api/metadata_cli_command_api_spec.rb +65 -0
  327. data/spec/api/metadata_cli_namespace_api_spec.rb +64 -0
  328. data/spec/api/metadata_metamodel_component_api_spec.rb +65 -0
  329. data/spec/api/metadata_metamodel_enumeration_api_spec.rb +54 -0
  330. data/spec/api/metadata_metamodel_package_api_spec.rb +54 -0
  331. data/spec/api/metadata_metamodel_resource_api_spec.rb +43 -0
  332. data/spec/api/metadata_metamodel_resource_model_api_spec.rb +44 -0
  333. data/spec/api/metadata_metamodel_service_api_spec.rb +54 -0
  334. data/spec/api/metadata_metamodel_service_operation_api_spec.rb +56 -0
  335. data/spec/api/metadata_metamodel_structure_api_spec.rb +54 -0
  336. data/spec/api/metadata_privilege_component_api_spec.rb +65 -0
  337. data/spec/api/metadata_privilege_package_api_spec.rb +54 -0
  338. data/spec/api/metadata_privilege_service_api_spec.rb +54 -0
  339. data/spec/api/metadata_privilege_service_operation_api_spec.rb +56 -0
  340. data/spec/api/rest_navigation_component_api_spec.rb +44 -0
  341. data/spec/api/rest_navigation_options_api_spec.rb +44 -0
  342. data/spec/api/rest_navigation_resource_api_spec.rb +57 -0
  343. data/spec/api/rest_navigation_root_api_spec.rb +44 -0
  344. data/spec/api/rest_navigation_service_api_spec.rb +45 -0
  345. data/spec/api/vcenter_activation_api_spec.rb +44 -0
  346. data/spec/api_client_spec.rb +224 -0
  347. data/spec/configuration_spec.rb +40 -0
  348. data/spec/models/vapi_metadata_authentication_authentication_info_scheme_type_spec.rb +33 -0
  349. data/spec/models/vapi_metadata_authentication_authentication_info_spec.rb +51 -0
  350. data/spec/models/vapi_metadata_authentication_component_data_spec.rb +45 -0
  351. data/spec/models/vapi_metadata_authentication_component_fingerprint_result_spec.rb +39 -0
  352. data/spec/models/vapi_metadata_authentication_component_info_packages_spec.rb +45 -0
  353. data/spec/models/vapi_metadata_authentication_component_info_spec.rb +39 -0
  354. data/spec/models/vapi_metadata_authentication_component_list_result_spec.rb +39 -0
  355. data/spec/models/vapi_metadata_authentication_component_result_spec.rb +39 -0
  356. data/spec/models/vapi_metadata_authentication_operation_info_spec.rb +39 -0
  357. data/spec/models/vapi_metadata_authentication_package_info_services_spec.rb +45 -0
  358. data/spec/models/vapi_metadata_authentication_package_info_spec.rb +45 -0
  359. data/spec/models/vapi_metadata_authentication_package_list_result_spec.rb +39 -0
  360. data/spec/models/vapi_metadata_authentication_package_result_spec.rb +39 -0
  361. data/spec/models/vapi_metadata_authentication_service_info_operations_spec.rb +45 -0
  362. data/spec/models/vapi_metadata_authentication_service_info_spec.rb +45 -0
  363. data/spec/models/vapi_metadata_authentication_service_list_result_spec.rb +39 -0
  364. data/spec/models/vapi_metadata_authentication_service_operation_get_spec.rb +39 -0
  365. data/spec/models/vapi_metadata_authentication_service_operation_list_result_spec.rb +39 -0
  366. data/spec/models/vapi_metadata_authentication_service_operation_result_spec.rb +39 -0
  367. data/spec/models/vapi_metadata_authentication_service_result_spec.rb +39 -0
  368. data/spec/models/vapi_metadata_cli_command_fingerprint_result_spec.rb +39 -0
  369. data/spec/models/vapi_metadata_cli_command_formatter_type_spec.rb +33 -0
  370. data/spec/models/vapi_metadata_cli_command_generic_type_spec.rb +33 -0
  371. data/spec/models/vapi_metadata_cli_command_get_spec.rb +39 -0
  372. data/spec/models/vapi_metadata_cli_command_identity_spec.rb +45 -0
  373. data/spec/models/vapi_metadata_cli_command_info_spec.rb +75 -0
  374. data/spec/models/vapi_metadata_cli_command_list_result_spec.rb +39 -0
  375. data/spec/models/vapi_metadata_cli_command_option_info_spec.rb +69 -0
  376. data/spec/models/vapi_metadata_cli_command_output_field_info_spec.rb +45 -0
  377. data/spec/models/vapi_metadata_cli_command_output_info_spec.rb +45 -0
  378. data/spec/models/vapi_metadata_cli_command_result_spec.rb +39 -0
  379. data/spec/models/vapi_metadata_cli_namespace_fingerprint_result_spec.rb +39 -0
  380. data/spec/models/vapi_metadata_cli_namespace_get_spec.rb +39 -0
  381. data/spec/models/vapi_metadata_cli_namespace_identity_spec.rb +45 -0
  382. data/spec/models/vapi_metadata_cli_namespace_info_spec.rb +51 -0
  383. data/spec/models/vapi_metadata_cli_namespace_list_result_spec.rb +39 -0
  384. data/spec/models/vapi_metadata_cli_namespace_result_spec.rb +39 -0
  385. data/spec/models/vapi_metadata_metamodel_component_data_spec.rb +45 -0
  386. data/spec/models/vapi_metadata_metamodel_component_fingerprint_result_spec.rb +39 -0
  387. data/spec/models/vapi_metadata_metamodel_component_info_packages_spec.rb +45 -0
  388. data/spec/models/vapi_metadata_metamodel_component_info_spec.rb +57 -0
  389. data/spec/models/vapi_metadata_metamodel_component_list_result_spec.rb +39 -0
  390. data/spec/models/vapi_metadata_metamodel_component_result_spec.rb +39 -0
  391. data/spec/models/vapi_metadata_metamodel_constant_info_spec.rb +51 -0
  392. data/spec/models/vapi_metadata_metamodel_constant_value_category_spec.rb +33 -0
  393. data/spec/models/vapi_metadata_metamodel_constant_value_spec.rb +51 -0
  394. data/spec/models/vapi_metadata_metamodel_element_map_elements_spec.rb +45 -0
  395. data/spec/models/vapi_metadata_metamodel_element_map_spec.rb +39 -0
  396. data/spec/models/vapi_metadata_metamodel_element_value_spec.rb +69 -0
  397. data/spec/models/vapi_metadata_metamodel_element_value_type_spec.rb +33 -0
  398. data/spec/models/vapi_metadata_metamodel_enumeration_info_spec.rb +57 -0
  399. data/spec/models/vapi_metadata_metamodel_enumeration_list_result_spec.rb +39 -0
  400. data/spec/models/vapi_metadata_metamodel_enumeration_result_spec.rb +39 -0
  401. data/spec/models/vapi_metadata_metamodel_enumeration_value_info_metadata_spec.rb +45 -0
  402. data/spec/models/vapi_metadata_metamodel_enumeration_value_info_spec.rb +51 -0
  403. data/spec/models/vapi_metadata_metamodel_error_info_spec.rb +45 -0
  404. data/spec/models/vapi_metadata_metamodel_field_info_spec.rb +57 -0
  405. data/spec/models/vapi_metadata_metamodel_generic_instantiation_generic_type_spec.rb +33 -0
  406. data/spec/models/vapi_metadata_metamodel_generic_instantiation_spec.rb +57 -0
  407. data/spec/models/vapi_metadata_metamodel_operation_info_spec.rb +69 -0
  408. data/spec/models/vapi_metadata_metamodel_operation_result_info_spec.rb +51 -0
  409. data/spec/models/vapi_metadata_metamodel_package_info_enumerations_spec.rb +45 -0
  410. data/spec/models/vapi_metadata_metamodel_package_info_services_spec.rb +45 -0
  411. data/spec/models/vapi_metadata_metamodel_package_info_spec.rb +69 -0
  412. data/spec/models/vapi_metadata_metamodel_package_info_structures_spec.rb +45 -0
  413. data/spec/models/vapi_metadata_metamodel_package_list_result_spec.rb +39 -0
  414. data/spec/models/vapi_metadata_metamodel_package_result_spec.rb +39 -0
  415. data/spec/models/vapi_metadata_metamodel_primitive_value_spec.rb +63 -0
  416. data/spec/models/vapi_metadata_metamodel_primitive_value_type_spec.rb +33 -0
  417. data/spec/models/vapi_metadata_metamodel_resource_list_result_spec.rb +39 -0
  418. data/spec/models/vapi_metadata_metamodel_resource_model_list_result_spec.rb +39 -0
  419. data/spec/models/vapi_metadata_metamodel_service_info_operations_spec.rb +45 -0
  420. data/spec/models/vapi_metadata_metamodel_service_info_spec.rb +75 -0
  421. data/spec/models/vapi_metadata_metamodel_service_list_result_spec.rb +39 -0
  422. data/spec/models/vapi_metadata_metamodel_service_operation_list_result_spec.rb +39 -0
  423. data/spec/models/vapi_metadata_metamodel_service_operation_result_spec.rb +39 -0
  424. data/spec/models/vapi_metadata_metamodel_service_result_spec.rb +39 -0
  425. data/spec/models/vapi_metadata_metamodel_structure_info_constants_spec.rb +45 -0
  426. data/spec/models/vapi_metadata_metamodel_structure_info_spec.rb +75 -0
  427. data/spec/models/vapi_metadata_metamodel_structure_info_type_spec.rb +33 -0
  428. data/spec/models/vapi_metadata_metamodel_structure_list_result_spec.rb +39 -0
  429. data/spec/models/vapi_metadata_metamodel_structure_result_spec.rb +39 -0
  430. data/spec/models/vapi_metadata_metamodel_type_builtin_type_spec.rb +33 -0
  431. data/spec/models/vapi_metadata_metamodel_type_category_spec.rb +33 -0
  432. data/spec/models/vapi_metadata_metamodel_type_spec.rb +57 -0
  433. data/spec/models/vapi_metadata_metamodel_user_defined_type_spec.rb +45 -0
  434. data/spec/models/vapi_metadata_privilege_component_data_spec.rb +45 -0
  435. data/spec/models/vapi_metadata_privilege_component_fingerprint_result_spec.rb +39 -0
  436. data/spec/models/vapi_metadata_privilege_component_info_packages_spec.rb +45 -0
  437. data/spec/models/vapi_metadata_privilege_component_info_spec.rb +39 -0
  438. data/spec/models/vapi_metadata_privilege_component_list_result_spec.rb +39 -0
  439. data/spec/models/vapi_metadata_privilege_component_result_spec.rb +39 -0
  440. data/spec/models/vapi_metadata_privilege_operation_info_spec.rb +45 -0
  441. data/spec/models/vapi_metadata_privilege_package_info_services_spec.rb +45 -0
  442. data/spec/models/vapi_metadata_privilege_package_info_spec.rb +45 -0
  443. data/spec/models/vapi_metadata_privilege_package_list_result_spec.rb +39 -0
  444. data/spec/models/vapi_metadata_privilege_package_result_spec.rb +39 -0
  445. data/spec/models/vapi_metadata_privilege_privilege_info_spec.rb +45 -0
  446. data/spec/models/vapi_metadata_privilege_service_info_operations_spec.rb +45 -0
  447. data/spec/models/vapi_metadata_privilege_service_info_spec.rb +39 -0
  448. data/spec/models/vapi_metadata_privilege_service_list_result_spec.rb +39 -0
  449. data/spec/models/vapi_metadata_privilege_service_operation_get_spec.rb +39 -0
  450. data/spec/models/vapi_metadata_privilege_service_operation_list_result_spec.rb +39 -0
  451. data/spec/models/vapi_metadata_privilege_service_operation_result_spec.rb +39 -0
  452. data/spec/models/vapi_metadata_privilege_service_result_spec.rb +39 -0
  453. data/spec/models/vapi_rest_navigation_component_info_spec.rb +51 -0
  454. data/spec/models/vapi_rest_navigation_component_list_result_spec.rb +39 -0
  455. data/spec/models/vapi_rest_navigation_http_method_spec.rb +33 -0
  456. data/spec/models/vapi_rest_navigation_link_spec.rb +51 -0
  457. data/spec/models/vapi_rest_navigation_operation_spec.rb +63 -0
  458. data/spec/models/vapi_rest_navigation_options_get_spec.rb +45 -0
  459. data/spec/models/vapi_rest_navigation_options_result_spec.rb +39 -0
  460. data/spec/models/vapi_rest_navigation_reference_spec.rb +45 -0
  461. data/spec/models/vapi_rest_navigation_resource_info_spec.rb +57 -0
  462. data/spec/models/vapi_rest_navigation_resource_list_result_spec.rb +39 -0
  463. data/spec/models/vapi_rest_navigation_resource_result_spec.rb +39 -0
  464. data/spec/models/vapi_rest_navigation_root_info_spec.rb +45 -0
  465. data/spec/models/vapi_rest_navigation_root_result_spec.rb +39 -0
  466. data/spec/models/vapi_rest_navigation_service_info_spec.rb +63 -0
  467. data/spec/models/vapi_rest_navigation_service_list_result_spec.rb +39 -0
  468. data/spec/models/vapi_std_errors_not_allowed_in_current_state_error_spec.rb +45 -0
  469. data/spec/models/vapi_std_errors_not_allowed_in_current_state_spec.rb +45 -0
  470. data/spec/models/vapi_std_errors_not_found_error_spec.rb +45 -0
  471. data/spec/models/vapi_std_errors_not_found_spec.rb +45 -0
  472. data/spec/models/vapi_std_errors_service_unavailable_error_spec.rb +45 -0
  473. data/spec/models/vapi_std_errors_service_unavailable_spec.rb +45 -0
  474. data/spec/models/vapi_std_errors_unauthenticated_error_spec.rb +45 -0
  475. data/spec/models/vapi_std_errors_unauthenticated_spec.rb +45 -0
  476. data/spec/models/vapi_std_errors_unauthorized_error_spec.rb +45 -0
  477. data/spec/models/vapi_std_errors_unauthorized_spec.rb +45 -0
  478. data/spec/models/vapi_std_localizable_message_spec.rb +51 -0
  479. data/spec/spec_helper.rb +109 -0
  480. data/vsphere-automation-vapi.gemspec +44 -0
  481. metadata +821 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1777611b37caba5b35c72da01f1d22d3c1a110c94ea12ebfbdb0f78e109c8040
4
+ data.tar.gz: 111a36477ff44fc40c273ecdf99caa3db6de5428d156d23e106951932b2fb64f
5
+ SHA512:
6
+ metadata.gz: 60a8acf7897ca5b1ff447ed2a964d2934d657e46e868ddfc6f8210c0cf573dafbb0feb3ca7c4cb19759ebbe67f0776ccd46a52b3ed1a3e421d6c0842445bc551
7
+ data.tar.gz: e338374a58b033f698d1df104fda3e9f70da0b7f0ac99b2c3228a01534e739d2e88c8be79cd6887c668186b6a614c1afbb273e3e045a175282e1dfcdfe7fa2af
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,79 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ vsphere-automation-vapi (0.1.0)
5
+ json (~> 2.1, >= 2.1.0)
6
+ typhoeus (~> 1.0, >= 1.0.1)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ ZenTest (4.11.1)
12
+ addressable (2.5.2)
13
+ public_suffix (>= 2.0.2, < 4.0)
14
+ autotest (4.4.6)
15
+ ZenTest (>= 4.4.1)
16
+ autotest-fsevent (0.2.14)
17
+ sys-uname
18
+ autotest-growl (0.2.16)
19
+ autotest-rails-pure (4.1.2)
20
+ byebug (10.0.2)
21
+ coderay (1.1.2)
22
+ crack (0.4.3)
23
+ safe_yaml (~> 1.0.0)
24
+ diff-lcs (1.3)
25
+ ethon (0.11.0)
26
+ ffi (>= 1.3.0)
27
+ ffi (1.9.25)
28
+ hashdiff (0.3.7)
29
+ json (2.1.0)
30
+ method_source (0.9.0)
31
+ pry (0.11.3)
32
+ coderay (~> 1.1.0)
33
+ method_source (~> 0.9.0)
34
+ pry-byebug (3.6.0)
35
+ byebug (~> 10.0)
36
+ pry (~> 0.10)
37
+ public_suffix (3.0.3)
38
+ rake (12.0.0)
39
+ rspec (3.8.0)
40
+ rspec-core (~> 3.8.0)
41
+ rspec-expectations (~> 3.8.0)
42
+ rspec-mocks (~> 3.8.0)
43
+ rspec-core (3.8.0)
44
+ rspec-support (~> 3.8.0)
45
+ rspec-expectations (3.8.1)
46
+ diff-lcs (>= 1.2.0, < 2.0)
47
+ rspec-support (~> 3.8.0)
48
+ rspec-mocks (3.8.0)
49
+ diff-lcs (>= 1.2.0, < 2.0)
50
+ rspec-support (~> 3.8.0)
51
+ rspec-support (3.8.0)
52
+ safe_yaml (1.0.4)
53
+ sys-uname (1.0.3)
54
+ ffi (>= 1.0.0)
55
+ typhoeus (1.3.0)
56
+ ethon (>= 0.9.0)
57
+ vcr (3.0.3)
58
+ webmock (1.24.6)
59
+ addressable (>= 2.3.6)
60
+ crack (>= 0.3.2)
61
+ hashdiff
62
+
63
+ PLATFORMS
64
+ ruby
65
+
66
+ DEPENDENCIES
67
+ autotest (~> 4.4, >= 4.4.6)
68
+ autotest-fsevent (~> 0.2, >= 0.2.12)
69
+ autotest-growl (~> 0.2, >= 0.2.16)
70
+ autotest-rails-pure (~> 4.1, >= 4.1.2)
71
+ vsphere-automation-vapi!
72
+ pry-byebug
73
+ rake (~> 12.0.0)
74
+ rspec (~> 3.6, >= 3.6.0)
75
+ vcr (~> 3.0, >= 3.0.1)
76
+ webmock (~> 1.24, >= 1.24.3)
77
+
78
+ BUNDLED WITH
79
+ 1.16.1
data/README.md ADDED
@@ -0,0 +1,232 @@
1
+ # vsphere-automation-vapi
2
+
3
+ The Ruby gem for the vSphere VAPI API
4
+
5
+ - API version: 2.0.0
6
+ - Package version: 0.1.0
7
+
8
+ ## Installation
9
+
10
+ Add this line to your application's Gemfile:
11
+
12
+ ```ruby
13
+ gem 'vsphere-automation-vapi'
14
+ ```
15
+
16
+ And then execute:
17
+
18
+ $ bundle
19
+
20
+ Or install it yourself as:
21
+
22
+ $ gem install vsphere-automation-vapi
23
+
24
+ ## Getting Started
25
+
26
+ Please follow the [installation](#installation) procedure and then run the following code:
27
+
28
+ ```ruby
29
+ # Load the gem
30
+ require 'vsphere-automation-vapi'
31
+
32
+ api_instance = VSphereAutomation::VAPI::MetadataAuthenticationComponentApi.new
33
+ component_id = 'component_id_example' # String | Identifier of the component element.
34
+
35
+ begin
36
+ #Retrieves the fingerprint computed from the authentication metadata of the component element corresponding to {@param.name componentId}. <p> The fingerprint provides clients an efficient way to check if the metadata for a particular component has been modified on the server. The client can do this by comparing the result of this operation with the fingerprint returned in the result of {@link vapi.metadata.authentication.Component#get}.
37
+ result = api_instance.fingerprint(component_id)
38
+ p result
39
+ rescue VSphereAutomation::ApiError => e
40
+ puts "Exception when calling MetadataAuthenticationComponentApi->fingerprint: #{e}"
41
+ end
42
+
43
+ ```
44
+
45
+ ## Documentation for API Endpoints
46
+
47
+ All URIs are relative to *https://&lt;vcenter&gt;/rest*
48
+
49
+ Class | Method | HTTP request | Description
50
+ ------------ | ------------- | ------------- | -------------
51
+ `VSphereAutomation::VAPI::MetadataAuthenticationComponentApi` | [**fingerprint**](docs/MetadataAuthenticationComponentApi.md#fingerprint) | **POST** /com/vmware/vapi/metadata/authentication/component/id:{component_id}?~action&#x3D;fingerprint | Retrieves the fingerprint computed from the authentication metadata of the component element corresponding to {@param.name componentId}. <p> The fingerprint provides clients an efficient way to check if the metadata for a particular component has been modified on the server. The client can do this by comparing the result of this operation with the fingerprint returned in the result of {@link vapi.metadata.authentication.Component#get}.
52
+ `VSphereAutomation::VAPI::MetadataAuthenticationComponentApi` | [**get**](docs/MetadataAuthenticationComponentApi.md#get) | **GET** /com/vmware/vapi/metadata/authentication/component/id:{component_id} | Retrieves authentication information about the component element corresponding to {@param.name componentId}. <p> The {@link ComponentData} contains the authentication information about the component element and it's fingerprint. It contains information about all the package elements that belong to this component element.
53
+ `VSphereAutomation::VAPI::MetadataAuthenticationComponentApi` | [**list**](docs/MetadataAuthenticationComponentApi.md#list) | **GET** /com/vmware/vapi/metadata/authentication/component | Returns the identifiers for the component elements that have authentication information.
54
+ `VSphereAutomation::VAPI::MetadataAuthenticationPackageApi` | [**get**](docs/MetadataAuthenticationPackageApi.md#get) | **GET** /com/vmware/vapi/metadata/authentication/package/id:{package_id} | Retrieves authentication information about the package element corresponding to {@param.name packageId}.
55
+ `VSphereAutomation::VAPI::MetadataAuthenticationPackageApi` | [**list**](docs/MetadataAuthenticationPackageApi.md#list) | **GET** /com/vmware/vapi/metadata/authentication/package | Returns the identifiers for the package elements that have authentication information.
56
+ `VSphereAutomation::VAPI::MetadataAuthenticationServiceApi` | [**get**](docs/MetadataAuthenticationServiceApi.md#get) | **GET** /com/vmware/vapi/metadata/authentication/service/id:{service_id} | Retrieves authentication information about the service element corresponding to {@param.name serviceId}.
57
+ `VSphereAutomation::VAPI::MetadataAuthenticationServiceApi` | [**list**](docs/MetadataAuthenticationServiceApi.md#list) | **GET** /com/vmware/vapi/metadata/authentication/service | Returns the identifiers for the service elements that have authentication information.
58
+ `VSphereAutomation::VAPI::MetadataAuthenticationServiceOperationApi` | [**get**](docs/MetadataAuthenticationServiceOperationApi.md#get) | **POST** /com/vmware/vapi/metadata/authentication/service/operation/id:{service_id}?~action&#x3D;get | Retrieves the authentication information about an operation element corresponding to {@param.name operationId} contained in the service element corresponding to {@param.name serviceId}.
59
+ `VSphereAutomation::VAPI::MetadataAuthenticationServiceOperationApi` | [**list**](docs/MetadataAuthenticationServiceOperationApi.md#list) | **GET** /com/vmware/vapi/metadata/authentication/service/operation | Returns the identifiers for the operation elements contained in the service element corresponding to {@param.name serviceId} that have authentication information.
60
+ `VSphereAutomation::VAPI::MetadataCliCommandApi` | [**fingerprint**](docs/MetadataCliCommandApi.md#fingerprint) | **POST** /com/vmware/vapi/metadata/cli/command?~action&#x3D;fingerprint | Returns the aggregate fingerprint of all the command metadata from all the metadata sources. <p> The fingerprint provides clients an efficient way to check if the metadata for commands has been modified on the server.
61
+ `VSphereAutomation::VAPI::MetadataCliCommandApi` | [**get**](docs/MetadataCliCommandApi.md#get) | **POST** /com/vmware/vapi/metadata/cli/command?~action&#x3D;get | Retrieves information about a command including information about how to execute that command.
62
+ `VSphereAutomation::VAPI::MetadataCliCommandApi` | [**list**](docs/MetadataCliCommandApi.md#list) | **GET** /com/vmware/vapi/metadata/cli/command | Returns the identifiers of all commands, or commands in a specific namespace.
63
+ `VSphereAutomation::VAPI::MetadataCliNamespaceApi` | [**fingerprint**](docs/MetadataCliNamespaceApi.md#fingerprint) | **POST** /com/vmware/vapi/metadata/cli/namespace?~action&#x3D;fingerprint | Returns the aggregate fingerprint of all the namespace metadata from all the metadata sources. <p> The fingerprint provides clients an efficient way to check if the metadata for namespaces has been modified on the server.
64
+ `VSphereAutomation::VAPI::MetadataCliNamespaceApi` | [**get**](docs/MetadataCliNamespaceApi.md#get) | **POST** /com/vmware/vapi/metadata/cli/namespace?~action&#x3D;get | Retreives information about a namespace including information about children of that namespace.
65
+ `VSphereAutomation::VAPI::MetadataCliNamespaceApi` | [**list**](docs/MetadataCliNamespaceApi.md#list) | **GET** /com/vmware/vapi/metadata/cli/namespace | Returns the identifiers of all namespaces registered with the infrastructure.
66
+ `VSphereAutomation::VAPI::MetadataMetamodelComponentApi` | [**fingerprint**](docs/MetadataMetamodelComponentApi.md#fingerprint) | **POST** /com/vmware/vapi/metadata/metamodel/component/id:{component_id}?~action&#x3D;fingerprint | Retrieves the fingerprint computed from the metamodel metadata of the component element corresponding to {@param.name componentId}. <p> The fingerprint provides clients an efficient way to check if the metadata for a particular component element has been modified on the server. The client can do this by comparing the result of this operation with the fingerprint returned in the result of {@link vapi.metadata.metamodel.Component#get}.
67
+ `VSphereAutomation::VAPI::MetadataMetamodelComponentApi` | [**get**](docs/MetadataMetamodelComponentApi.md#get) | **GET** /com/vmware/vapi/metadata/metamodel/component/id:{component_id} | Retrieves metamodel information about the component element corresponding to {@param.name componentId}. <p> The {@link ComponentData} contains the metamodel information about the component and it's fingerprint. It contains information about all the package elements that are contained in this component element.
68
+ `VSphereAutomation::VAPI::MetadataMetamodelComponentApi` | [**list**](docs/MetadataMetamodelComponentApi.md#list) | **GET** /com/vmware/vapi/metadata/metamodel/component | Returns the identifiers for the component elements that are registered with the infrastructure.
69
+ `VSphereAutomation::VAPI::MetadataMetamodelEnumerationApi` | [**get**](docs/MetadataMetamodelEnumerationApi.md#get) | **GET** /com/vmware/vapi/metadata/metamodel/enumeration/id:{enumeration_id} | Retrieves information about the enumeration element corresponding to {@param.name enumerationId}. <p> The {@link EnumerationInfo} contains the metamodel information about the enumeration value element contained in the enumeration element.
70
+ `VSphereAutomation::VAPI::MetadataMetamodelEnumerationApi` | [**list**](docs/MetadataMetamodelEnumerationApi.md#list) | **GET** /com/vmware/vapi/metadata/metamodel/enumeration | Returns the identifiers for the enumeration elements that are contained in all the package elements, service elements and structure elements.
71
+ `VSphereAutomation::VAPI::MetadataMetamodelPackageApi` | [**get**](docs/MetadataMetamodelPackageApi.md#get) | **GET** /com/vmware/vapi/metadata/metamodel/package/id:{package_id} | Retrieves information about the package element corresponding to {@param.name packageId}.
72
+ `VSphereAutomation::VAPI::MetadataMetamodelPackageApi` | [**list**](docs/MetadataMetamodelPackageApi.md#list) | **GET** /com/vmware/vapi/metadata/metamodel/package | Returns the identifiers for the packages elements that are contained in all the registered component elements.
73
+ `VSphereAutomation::VAPI::MetadataMetamodelResourceApi` | [**list**](docs/MetadataMetamodelResourceApi.md#list) | **GET** /com/vmware/vapi/metadata/metamodel/resource | Returns the set of resource types present across all the service elements contained in all the package elements.
74
+ `VSphereAutomation::VAPI::MetadataMetamodelResourceModelApi` | [**list**](docs/MetadataMetamodelResourceModelApi.md#list) | **GET** /com/vmware/vapi/metadata/metamodel/resource/model | Returns the set of identifiers for the structure elements that are models for the resource type corresponding to {@param.name resourceId}. <p> The {@link vapi.metadata.metamodel.Structure} {@term service} provides {@term operations} to retrieve more details about the structure elements corresponding to the identifiers returned by this {@term operation}.
75
+ `VSphereAutomation::VAPI::MetadataMetamodelServiceApi` | [**get**](docs/MetadataMetamodelServiceApi.md#get) | **GET** /com/vmware/vapi/metadata/metamodel/service/id:{service_id} | Retrieves information about the service element corresponding to {@param.name serviceId}. <p> The {@link ServiceInfo} contains the metamodel information for the operation elements, structure elements and enumeration elements contained in the service element.
76
+ `VSphereAutomation::VAPI::MetadataMetamodelServiceApi` | [**list**](docs/MetadataMetamodelServiceApi.md#list) | **GET** /com/vmware/vapi/metadata/metamodel/service | Returns the identifiers for the service elements that are currently registered with the infrastructure. <p> The list of service elements is an aggregate list of all the service elements contained in all the package elements.
77
+ `VSphereAutomation::VAPI::MetadataMetamodelServiceOperationApi` | [**get**](docs/MetadataMetamodelServiceOperationApi.md#get) | **GET** /com/vmware/vapi/metadata/metamodel/service/operation/id:{service_id}/id:{operation_id} | Retrieves the metamodel information about an operation element corresponding to {@param.name operationId} contained in the service element corresponding to {@param.name serviceId}.
78
+ `VSphereAutomation::VAPI::MetadataMetamodelServiceOperationApi` | [**list**](docs/MetadataMetamodelServiceOperationApi.md#list) | **GET** /com/vmware/vapi/metadata/metamodel/service/operation | Returns the identifiers for the operation elements that are defined in the scope of {@param.name serviceId}.
79
+ `VSphereAutomation::VAPI::MetadataMetamodelStructureApi` | [**get**](docs/MetadataMetamodelStructureApi.md#get) | **GET** /com/vmware/vapi/metadata/metamodel/structure/id:{structure_id} | Retrieves information about the structure element corresponding to {@param.name structureId}. <p> The {@link StructureInfo} contains the metamodel information about the structure element. It contains information about all the field elements and enumeration elements contained in this structure element.
80
+ `VSphereAutomation::VAPI::MetadataMetamodelStructureApi` | [**list**](docs/MetadataMetamodelStructureApi.md#list) | **GET** /com/vmware/vapi/metadata/metamodel/structure | Returns the identifiers for the structure elements that are contained in all the package elements and service elements.
81
+ `VSphereAutomation::VAPI::MetadataPrivilegeComponentApi` | [**fingerprint**](docs/MetadataPrivilegeComponentApi.md#fingerprint) | **POST** /com/vmware/vapi/metadata/privilege/component/id:{component_id}?~action&#x3D;fingerprint | Retrieves the fingerprint computed from the privilege metadata of the component element corresponding to {@param.name componentId}. <p> The fingerprint provides clients an efficient way to check if the metadata for a particular component has been modified on the server. The client can do this by comparing the result of this operation with the fingerprint returned in the result of {@link vapi.metadata.privilege.Component#get}.
82
+ `VSphereAutomation::VAPI::MetadataPrivilegeComponentApi` | [**get**](docs/MetadataPrivilegeComponentApi.md#get) | **GET** /com/vmware/vapi/metadata/privilege/component/id:{component_id} | Retrieves privilege information about the component element corresponding to {@param.name componentId}. <p> The {@link ComponentData} contains the privilege information about the component element and its fingerprint. It contains information about all the package elements that belong to this component element.
83
+ `VSphereAutomation::VAPI::MetadataPrivilegeComponentApi` | [**list**](docs/MetadataPrivilegeComponentApi.md#list) | **GET** /com/vmware/vapi/metadata/privilege/component | Returns the identifiers for the component elements that have privilege information.
84
+ `VSphereAutomation::VAPI::MetadataPrivilegePackageApi` | [**get**](docs/MetadataPrivilegePackageApi.md#get) | **GET** /com/vmware/vapi/metadata/privilege/package/id:{package_id} | Retrieves privilege information about the package element corresponding to {@param.name packageId}.
85
+ `VSphereAutomation::VAPI::MetadataPrivilegePackageApi` | [**list**](docs/MetadataPrivilegePackageApi.md#list) | **GET** /com/vmware/vapi/metadata/privilege/package | Returns the identifiers for the package elements that have privilege information.
86
+ `VSphereAutomation::VAPI::MetadataPrivilegeServiceApi` | [**get**](docs/MetadataPrivilegeServiceApi.md#get) | **GET** /com/vmware/vapi/metadata/privilege/service/id:{service_id} | Retrieves privilege information about the service element corresponding to {@param.name serviceId}.
87
+ `VSphereAutomation::VAPI::MetadataPrivilegeServiceApi` | [**list**](docs/MetadataPrivilegeServiceApi.md#list) | **GET** /com/vmware/vapi/metadata/privilege/service | Returns the identifiers for the service elements that have privilege information.
88
+ `VSphereAutomation::VAPI::MetadataPrivilegeServiceOperationApi` | [**get**](docs/MetadataPrivilegeServiceOperationApi.md#get) | **POST** /com/vmware/vapi/metadata/privilege/service/operation/id:{service_id}?~action&#x3D;get | Retrieves the privilege information about an operation element corresponding to {@param.name operationId} contained in the service element corresponding to {@param.name serviceId}.
89
+ `VSphereAutomation::VAPI::MetadataPrivilegeServiceOperationApi` | [**list**](docs/MetadataPrivilegeServiceOperationApi.md#list) | **GET** /com/vmware/vapi/metadata/privilege/service/operation | Returns the identifiers for the operation elements contained in the service element corresponding to {@param.name serviceId} that have privilege information.
90
+ `VSphereAutomation::VAPI::RestNavigationComponentApi` | [**list**](docs/RestNavigationComponentApi.md#list) | **GET** /com/vmware/vapi/rest/navigation/component | Gets list of all vAPI REST {@link Component}s.
91
+ `VSphereAutomation::VAPI::RestNavigationOptionsApi` | [**get**](docs/RestNavigationOptionsApi.md#get) | **POST** /com/vmware/vapi/rest/navigation/options?~action&#x3D;get | Retrieves operations for specific URL.
92
+ `VSphereAutomation::VAPI::RestNavigationResourceApi` | [**get**](docs/RestNavigationResourceApi.md#get) | **GET** /com/vmware/vapi/rest/navigation/resource/id:{type_id}/id:{instance_id} | Gets {@link List} of all {@link Operation}s about a vAPI REST {@link Resource}. Information is searched for by {@param.name typeId} and {@param.name instanceId} is used only in URLs.
93
+ `VSphereAutomation::VAPI::RestNavigationResourceApi` | [**list**](docs/RestNavigationResourceApi.md#list) | **GET** /com/vmware/vapi/rest/navigation/resource | Gets list of all vAPI REST {@link Resource}s.
94
+ `VSphereAutomation::VAPI::RestNavigationRootApi` | [**get**](docs/RestNavigationRootApi.md#get) | **GET** /com/vmware/vapi/rest/navigation/root | Retrieves information about a vAPI REST {@link Root}.
95
+ `VSphereAutomation::VAPI::RestNavigationServiceApi` | [**list**](docs/RestNavigationServiceApi.md#list) | **GET** /com/vmware/vapi/rest/navigation/service | Gets list of all vAPI REST {@link Service}s for a vAPI REST {@link Component}.
96
+ `VSphereAutomation::VAPI::VcenterActivationApi` | [**cancel**](docs/VcenterActivationApi.md#cancel) | **POST** /com/vmware/vapi/vcenter/activation/id:{activation_id}?~action&#x3D;cancel | Sends a request to cancel the task associated with the provided {@param.name activationId}.
97
+
98
+
99
+ ## Documentation for Models
100
+
101
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationAuthenticationInfo](docs/VapiMetadataAuthenticationAuthenticationInfo.md)
102
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationAuthenticationInfoSchemeType](docs/VapiMetadataAuthenticationAuthenticationInfoSchemeType.md)
103
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationComponentData](docs/VapiMetadataAuthenticationComponentData.md)
104
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationComponentFingerprintResult](docs/VapiMetadataAuthenticationComponentFingerprintResult.md)
105
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationComponentInfo](docs/VapiMetadataAuthenticationComponentInfo.md)
106
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationComponentInfoPackages](docs/VapiMetadataAuthenticationComponentInfoPackages.md)
107
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationComponentListResult](docs/VapiMetadataAuthenticationComponentListResult.md)
108
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationComponentResult](docs/VapiMetadataAuthenticationComponentResult.md)
109
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationOperationInfo](docs/VapiMetadataAuthenticationOperationInfo.md)
110
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationPackageInfo](docs/VapiMetadataAuthenticationPackageInfo.md)
111
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationPackageInfoServices](docs/VapiMetadataAuthenticationPackageInfoServices.md)
112
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationPackageListResult](docs/VapiMetadataAuthenticationPackageListResult.md)
113
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationPackageResult](docs/VapiMetadataAuthenticationPackageResult.md)
114
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationServiceInfo](docs/VapiMetadataAuthenticationServiceInfo.md)
115
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationServiceInfoOperations](docs/VapiMetadataAuthenticationServiceInfoOperations.md)
116
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationServiceListResult](docs/VapiMetadataAuthenticationServiceListResult.md)
117
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationServiceOperationGet](docs/VapiMetadataAuthenticationServiceOperationGet.md)
118
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationServiceOperationListResult](docs/VapiMetadataAuthenticationServiceOperationListResult.md)
119
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationServiceOperationResult](docs/VapiMetadataAuthenticationServiceOperationResult.md)
120
+ - [VSphereAutomation::VAPI::VapiMetadataAuthenticationServiceResult](docs/VapiMetadataAuthenticationServiceResult.md)
121
+ - [VSphereAutomation::VAPI::VapiMetadataCliCommandFingerprintResult](docs/VapiMetadataCliCommandFingerprintResult.md)
122
+ - [VSphereAutomation::VAPI::VapiMetadataCliCommandFormatterType](docs/VapiMetadataCliCommandFormatterType.md)
123
+ - [VSphereAutomation::VAPI::VapiMetadataCliCommandGenericType](docs/VapiMetadataCliCommandGenericType.md)
124
+ - [VSphereAutomation::VAPI::VapiMetadataCliCommandGet](docs/VapiMetadataCliCommandGet.md)
125
+ - [VSphereAutomation::VAPI::VapiMetadataCliCommandIdentity](docs/VapiMetadataCliCommandIdentity.md)
126
+ - [VSphereAutomation::VAPI::VapiMetadataCliCommandInfo](docs/VapiMetadataCliCommandInfo.md)
127
+ - [VSphereAutomation::VAPI::VapiMetadataCliCommandListResult](docs/VapiMetadataCliCommandListResult.md)
128
+ - [VSphereAutomation::VAPI::VapiMetadataCliCommandOptionInfo](docs/VapiMetadataCliCommandOptionInfo.md)
129
+ - [VSphereAutomation::VAPI::VapiMetadataCliCommandOutputFieldInfo](docs/VapiMetadataCliCommandOutputFieldInfo.md)
130
+ - [VSphereAutomation::VAPI::VapiMetadataCliCommandOutputInfo](docs/VapiMetadataCliCommandOutputInfo.md)
131
+ - [VSphereAutomation::VAPI::VapiMetadataCliCommandResult](docs/VapiMetadataCliCommandResult.md)
132
+ - [VSphereAutomation::VAPI::VapiMetadataCliNamespaceFingerprintResult](docs/VapiMetadataCliNamespaceFingerprintResult.md)
133
+ - [VSphereAutomation::VAPI::VapiMetadataCliNamespaceGet](docs/VapiMetadataCliNamespaceGet.md)
134
+ - [VSphereAutomation::VAPI::VapiMetadataCliNamespaceIdentity](docs/VapiMetadataCliNamespaceIdentity.md)
135
+ - [VSphereAutomation::VAPI::VapiMetadataCliNamespaceInfo](docs/VapiMetadataCliNamespaceInfo.md)
136
+ - [VSphereAutomation::VAPI::VapiMetadataCliNamespaceListResult](docs/VapiMetadataCliNamespaceListResult.md)
137
+ - [VSphereAutomation::VAPI::VapiMetadataCliNamespaceResult](docs/VapiMetadataCliNamespaceResult.md)
138
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelComponentData](docs/VapiMetadataMetamodelComponentData.md)
139
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelComponentFingerprintResult](docs/VapiMetadataMetamodelComponentFingerprintResult.md)
140
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelComponentInfo](docs/VapiMetadataMetamodelComponentInfo.md)
141
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelComponentInfoPackages](docs/VapiMetadataMetamodelComponentInfoPackages.md)
142
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelComponentListResult](docs/VapiMetadataMetamodelComponentListResult.md)
143
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelComponentResult](docs/VapiMetadataMetamodelComponentResult.md)
144
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelConstantInfo](docs/VapiMetadataMetamodelConstantInfo.md)
145
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelConstantValue](docs/VapiMetadataMetamodelConstantValue.md)
146
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelConstantValueCategory](docs/VapiMetadataMetamodelConstantValueCategory.md)
147
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelElementMap](docs/VapiMetadataMetamodelElementMap.md)
148
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelElementMapElements](docs/VapiMetadataMetamodelElementMapElements.md)
149
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelElementValue](docs/VapiMetadataMetamodelElementValue.md)
150
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelElementValueType](docs/VapiMetadataMetamodelElementValueType.md)
151
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelEnumerationInfo](docs/VapiMetadataMetamodelEnumerationInfo.md)
152
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelEnumerationListResult](docs/VapiMetadataMetamodelEnumerationListResult.md)
153
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelEnumerationResult](docs/VapiMetadataMetamodelEnumerationResult.md)
154
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelEnumerationValueInfo](docs/VapiMetadataMetamodelEnumerationValueInfo.md)
155
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelEnumerationValueInfoMetadata](docs/VapiMetadataMetamodelEnumerationValueInfoMetadata.md)
156
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelErrorInfo](docs/VapiMetadataMetamodelErrorInfo.md)
157
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelFieldInfo](docs/VapiMetadataMetamodelFieldInfo.md)
158
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelGenericInstantiation](docs/VapiMetadataMetamodelGenericInstantiation.md)
159
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelGenericInstantiationGenericType](docs/VapiMetadataMetamodelGenericInstantiationGenericType.md)
160
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelOperationInfo](docs/VapiMetadataMetamodelOperationInfo.md)
161
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelOperationResultInfo](docs/VapiMetadataMetamodelOperationResultInfo.md)
162
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelPackageInfo](docs/VapiMetadataMetamodelPackageInfo.md)
163
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelPackageInfoEnumerations](docs/VapiMetadataMetamodelPackageInfoEnumerations.md)
164
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelPackageInfoServices](docs/VapiMetadataMetamodelPackageInfoServices.md)
165
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelPackageInfoStructures](docs/VapiMetadataMetamodelPackageInfoStructures.md)
166
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelPackageListResult](docs/VapiMetadataMetamodelPackageListResult.md)
167
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelPackageResult](docs/VapiMetadataMetamodelPackageResult.md)
168
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelPrimitiveValue](docs/VapiMetadataMetamodelPrimitiveValue.md)
169
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelPrimitiveValueType](docs/VapiMetadataMetamodelPrimitiveValueType.md)
170
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelResourceListResult](docs/VapiMetadataMetamodelResourceListResult.md)
171
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelResourceModelListResult](docs/VapiMetadataMetamodelResourceModelListResult.md)
172
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelServiceInfo](docs/VapiMetadataMetamodelServiceInfo.md)
173
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelServiceInfoOperations](docs/VapiMetadataMetamodelServiceInfoOperations.md)
174
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelServiceListResult](docs/VapiMetadataMetamodelServiceListResult.md)
175
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelServiceOperationListResult](docs/VapiMetadataMetamodelServiceOperationListResult.md)
176
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelServiceOperationResult](docs/VapiMetadataMetamodelServiceOperationResult.md)
177
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelServiceResult](docs/VapiMetadataMetamodelServiceResult.md)
178
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelStructureInfo](docs/VapiMetadataMetamodelStructureInfo.md)
179
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelStructureInfoConstants](docs/VapiMetadataMetamodelStructureInfoConstants.md)
180
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelStructureInfoType](docs/VapiMetadataMetamodelStructureInfoType.md)
181
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelStructureListResult](docs/VapiMetadataMetamodelStructureListResult.md)
182
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelStructureResult](docs/VapiMetadataMetamodelStructureResult.md)
183
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelType](docs/VapiMetadataMetamodelType.md)
184
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelTypeBuiltinType](docs/VapiMetadataMetamodelTypeBuiltinType.md)
185
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelTypeCategory](docs/VapiMetadataMetamodelTypeCategory.md)
186
+ - [VSphereAutomation::VAPI::VapiMetadataMetamodelUserDefinedType](docs/VapiMetadataMetamodelUserDefinedType.md)
187
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegeComponentData](docs/VapiMetadataPrivilegeComponentData.md)
188
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegeComponentFingerprintResult](docs/VapiMetadataPrivilegeComponentFingerprintResult.md)
189
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegeComponentInfo](docs/VapiMetadataPrivilegeComponentInfo.md)
190
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegeComponentInfoPackages](docs/VapiMetadataPrivilegeComponentInfoPackages.md)
191
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegeComponentListResult](docs/VapiMetadataPrivilegeComponentListResult.md)
192
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegeComponentResult](docs/VapiMetadataPrivilegeComponentResult.md)
193
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegeOperationInfo](docs/VapiMetadataPrivilegeOperationInfo.md)
194
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegePackageInfo](docs/VapiMetadataPrivilegePackageInfo.md)
195
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegePackageInfoServices](docs/VapiMetadataPrivilegePackageInfoServices.md)
196
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegePackageListResult](docs/VapiMetadataPrivilegePackageListResult.md)
197
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegePackageResult](docs/VapiMetadataPrivilegePackageResult.md)
198
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegePrivilegeInfo](docs/VapiMetadataPrivilegePrivilegeInfo.md)
199
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegeServiceInfo](docs/VapiMetadataPrivilegeServiceInfo.md)
200
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegeServiceInfoOperations](docs/VapiMetadataPrivilegeServiceInfoOperations.md)
201
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegeServiceListResult](docs/VapiMetadataPrivilegeServiceListResult.md)
202
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegeServiceOperationGet](docs/VapiMetadataPrivilegeServiceOperationGet.md)
203
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegeServiceOperationListResult](docs/VapiMetadataPrivilegeServiceOperationListResult.md)
204
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegeServiceOperationResult](docs/VapiMetadataPrivilegeServiceOperationResult.md)
205
+ - [VSphereAutomation::VAPI::VapiMetadataPrivilegeServiceResult](docs/VapiMetadataPrivilegeServiceResult.md)
206
+ - [VSphereAutomation::VAPI::VapiRestNavigationComponentInfo](docs/VapiRestNavigationComponentInfo.md)
207
+ - [VSphereAutomation::VAPI::VapiRestNavigationComponentListResult](docs/VapiRestNavigationComponentListResult.md)
208
+ - [VSphereAutomation::VAPI::VapiRestNavigationHttpMethod](docs/VapiRestNavigationHttpMethod.md)
209
+ - [VSphereAutomation::VAPI::VapiRestNavigationLink](docs/VapiRestNavigationLink.md)
210
+ - [VSphereAutomation::VAPI::VapiRestNavigationOperation](docs/VapiRestNavigationOperation.md)
211
+ - [VSphereAutomation::VAPI::VapiRestNavigationOptionsGet](docs/VapiRestNavigationOptionsGet.md)
212
+ - [VSphereAutomation::VAPI::VapiRestNavigationOptionsResult](docs/VapiRestNavigationOptionsResult.md)
213
+ - [VSphereAutomation::VAPI::VapiRestNavigationReference](docs/VapiRestNavigationReference.md)
214
+ - [VSphereAutomation::VAPI::VapiRestNavigationResourceInfo](docs/VapiRestNavigationResourceInfo.md)
215
+ - [VSphereAutomation::VAPI::VapiRestNavigationResourceListResult](docs/VapiRestNavigationResourceListResult.md)
216
+ - [VSphereAutomation::VAPI::VapiRestNavigationResourceResult](docs/VapiRestNavigationResourceResult.md)
217
+ - [VSphereAutomation::VAPI::VapiRestNavigationRootInfo](docs/VapiRestNavigationRootInfo.md)
218
+ - [VSphereAutomation::VAPI::VapiRestNavigationRootResult](docs/VapiRestNavigationRootResult.md)
219
+ - [VSphereAutomation::VAPI::VapiRestNavigationServiceInfo](docs/VapiRestNavigationServiceInfo.md)
220
+ - [VSphereAutomation::VAPI::VapiRestNavigationServiceListResult](docs/VapiRestNavigationServiceListResult.md)
221
+ - [VSphereAutomation::VAPI::VapiStdErrorsNotAllowedInCurrentState](docs/VapiStdErrorsNotAllowedInCurrentState.md)
222
+ - [VSphereAutomation::VAPI::VapiStdErrorsNotAllowedInCurrentStateError](docs/VapiStdErrorsNotAllowedInCurrentStateError.md)
223
+ - [VSphereAutomation::VAPI::VapiStdErrorsNotFound](docs/VapiStdErrorsNotFound.md)
224
+ - [VSphereAutomation::VAPI::VapiStdErrorsNotFoundError](docs/VapiStdErrorsNotFoundError.md)
225
+ - [VSphereAutomation::VAPI::VapiStdErrorsServiceUnavailable](docs/VapiStdErrorsServiceUnavailable.md)
226
+ - [VSphereAutomation::VAPI::VapiStdErrorsServiceUnavailableError](docs/VapiStdErrorsServiceUnavailableError.md)
227
+ - [VSphereAutomation::VAPI::VapiStdErrorsUnauthenticated](docs/VapiStdErrorsUnauthenticated.md)
228
+ - [VSphereAutomation::VAPI::VapiStdErrorsUnauthenticatedError](docs/VapiStdErrorsUnauthenticatedError.md)
229
+ - [VSphereAutomation::VAPI::VapiStdErrorsUnauthorized](docs/VapiStdErrorsUnauthorized.md)
230
+ - [VSphereAutomation::VAPI::VapiStdErrorsUnauthorizedError](docs/VapiStdErrorsUnauthorizedError.md)
231
+ - [VSphereAutomation::VAPI::VapiStdLocalizableMessage](docs/VapiStdLocalizableMessage.md)
232
+
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ require "bundler/gem_tasks"
2
+
3
+ begin
4
+ require 'rspec/core/rake_task'
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+ task default: :spec
8
+ rescue LoadError
9
+ # no rspec available
10
+ end
@@ -0,0 +1,136 @@
1
+ # VSphereAutomation::VAPI::MetadataAuthenticationComponentApi
2
+
3
+ All URIs are relative to *https://&lt;vcenter&gt;/rest*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**fingerprint**](MetadataAuthenticationComponentApi.md#fingerprint) | **POST** /com/vmware/vapi/metadata/authentication/component/id:{component_id}?~action&#x3D;fingerprint | Retrieves the fingerprint computed from the authentication metadata of the component element corresponding to {@param.name componentId}. &lt;p&gt; The fingerprint provides clients an efficient way to check if the metadata for a particular component has been modified on the server. The client can do this by comparing the result of this operation with the fingerprint returned in the result of {@link vapi.metadata.authentication.Component#get}.
8
+ [**get**](MetadataAuthenticationComponentApi.md#get) | **GET** /com/vmware/vapi/metadata/authentication/component/id:{component_id} | Retrieves authentication information about the component element corresponding to {@param.name componentId}. &lt;p&gt; The {@link ComponentData} contains the authentication information about the component element and it&#39;s fingerprint. It contains information about all the package elements that belong to this component element.
9
+ [**list**](MetadataAuthenticationComponentApi.md#list) | **GET** /com/vmware/vapi/metadata/authentication/component | Returns the identifiers for the component elements that have authentication information.
10
+
11
+
12
+ # **fingerprint**
13
+ > VapiMetadataAuthenticationComponentFingerprintResult fingerprint(component_id)
14
+
15
+ Retrieves the fingerprint computed from the authentication metadata of the component element corresponding to {@param.name componentId}. <p> The fingerprint provides clients an efficient way to check if the metadata for a particular component has been modified on the server. The client can do this by comparing the result of this operation with the fingerprint returned in the result of {@link vapi.metadata.authentication.Component#get}.
16
+
17
+ ### Example
18
+ ```ruby
19
+ # load the gem
20
+ require 'vsphere-automation-vapi'
21
+
22
+ api_instance = VSphereAutomation::VAPI::MetadataAuthenticationComponentApi.new
23
+ component_id = 'component_id_example' # String | Identifier of the component element.
24
+
25
+ begin
26
+ #Retrieves the fingerprint computed from the authentication metadata of the component element corresponding to {@param.name componentId}. <p> The fingerprint provides clients an efficient way to check if the metadata for a particular component has been modified on the server. The client can do this by comparing the result of this operation with the fingerprint returned in the result of {@link vapi.metadata.authentication.Component#get}.
27
+ result = api_instance.fingerprint(component_id)
28
+ p result
29
+ rescue VSphereAutomation::ApiError => e
30
+ puts "Exception when calling MetadataAuthenticationComponentApi->fingerprint: #{e}"
31
+ end
32
+ ```
33
+
34
+ ### Parameters
35
+
36
+ Name | Type | Description | Notes
37
+ ------------- | ------------- | ------------- | -------------
38
+ **component_id** | **String**| Identifier of the component element. |
39
+
40
+ ### Return type
41
+
42
+ [**VapiMetadataAuthenticationComponentFingerprintResult**](VapiMetadataAuthenticationComponentFingerprintResult.md)
43
+
44
+ ### Authorization
45
+
46
+ No authorization required
47
+
48
+ ### HTTP request headers
49
+
50
+ - **Content-Type**: Not defined
51
+ - **Accept**: */*
52
+
53
+
54
+
55
+ # **get**
56
+ > VapiMetadataAuthenticationComponentResult get(component_id)
57
+
58
+ Retrieves authentication information about the component element corresponding to {@param.name componentId}. <p> The {@link ComponentData} contains the authentication information about the component element and it's fingerprint. It contains information about all the package elements that belong to this component element.
59
+
60
+ ### Example
61
+ ```ruby
62
+ # load the gem
63
+ require 'vsphere-automation-vapi'
64
+
65
+ api_instance = VSphereAutomation::VAPI::MetadataAuthenticationComponentApi.new
66
+ component_id = 'component_id_example' # String | Identifier of the component element.
67
+
68
+ begin
69
+ #Retrieves authentication information about the component element corresponding to {@param.name componentId}. <p> The {@link ComponentData} contains the authentication information about the component element and it's fingerprint. It contains information about all the package elements that belong to this component element.
70
+ result = api_instance.get(component_id)
71
+ p result
72
+ rescue VSphereAutomation::ApiError => e
73
+ puts "Exception when calling MetadataAuthenticationComponentApi->get: #{e}"
74
+ end
75
+ ```
76
+
77
+ ### Parameters
78
+
79
+ Name | Type | Description | Notes
80
+ ------------- | ------------- | ------------- | -------------
81
+ **component_id** | **String**| Identifier of the component element. |
82
+
83
+ ### Return type
84
+
85
+ [**VapiMetadataAuthenticationComponentResult**](VapiMetadataAuthenticationComponentResult.md)
86
+
87
+ ### Authorization
88
+
89
+ No authorization required
90
+
91
+ ### HTTP request headers
92
+
93
+ - **Content-Type**: Not defined
94
+ - **Accept**: */*
95
+
96
+
97
+
98
+ # **list**
99
+ > VapiMetadataAuthenticationComponentListResult list
100
+
101
+ Returns the identifiers for the component elements that have authentication information.
102
+
103
+ ### Example
104
+ ```ruby
105
+ # load the gem
106
+ require 'vsphere-automation-vapi'
107
+
108
+ api_instance = VSphereAutomation::VAPI::MetadataAuthenticationComponentApi.new
109
+
110
+ begin
111
+ #Returns the identifiers for the component elements that have authentication information.
112
+ result = api_instance.list
113
+ p result
114
+ rescue VSphereAutomation::ApiError => e
115
+ puts "Exception when calling MetadataAuthenticationComponentApi->list: #{e}"
116
+ end
117
+ ```
118
+
119
+ ### Parameters
120
+ This endpoint does not need any parameter.
121
+
122
+ ### Return type
123
+
124
+ [**VapiMetadataAuthenticationComponentListResult**](VapiMetadataAuthenticationComponentListResult.md)
125
+
126
+ ### Authorization
127
+
128
+ No authorization required
129
+
130
+ ### HTTP request headers
131
+
132
+ - **Content-Type**: Not defined
133
+ - **Accept**: */*
134
+
135
+
136
+