nutanix_volumes 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 (480) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +11 -0
  3. data/Gemfile +9 -0
  4. data/README.md +290 -0
  5. data/Rakefile +10 -0
  6. data/docs/AssociateCategory202Response.md +20 -0
  7. data/docs/AssociateCategory4XXResponse.md +20 -0
  8. data/docs/AttachIscsiClient202Response.md +20 -0
  9. data/docs/AttachIscsiClient4XXResponse.md +20 -0
  10. data/docs/AttachVm202Response.md +20 -0
  11. data/docs/AttachVm4XXResponse.md +20 -0
  12. data/docs/CommonV10ConfigEntityReference.md +24 -0
  13. data/docs/CommonV10ConfigEntityType.md +15 -0
  14. data/docs/CommonV10ConfigFQDN.md +18 -0
  15. data/docs/CommonV10ConfigFlag.md +20 -0
  16. data/docs/CommonV10ConfigIPAddressOrFQDN.md +22 -0
  17. data/docs/CommonV10ConfigIPv4Address.md +20 -0
  18. data/docs/CommonV10ConfigIPv6Address.md +20 -0
  19. data/docs/CommonV10ConfigKVPair.md +20 -0
  20. data/docs/CommonV10ConfigKVPairValue.md +59 -0
  21. data/docs/CommonV10ConfigMapOfStringWrapper.md +18 -0
  22. data/docs/CommonV10ConfigMessage.md +24 -0
  23. data/docs/CommonV10ConfigMessageSeverity.md +15 -0
  24. data/docs/CommonV10ConfigMetadata.md +26 -0
  25. data/docs/CommonV10ConfigTenantAwareModel.md +18 -0
  26. data/docs/CommonV10ResponseApiLink.md +20 -0
  27. data/docs/CommonV10ResponseApiResponseMetadata.md +26 -0
  28. data/docs/CommonV10ResponseExternalizableAbstractModel.md +22 -0
  29. data/docs/CommonV10StatsDownSamplingOperator.md +15 -0
  30. data/docs/CreateVolumeDisk202Response.md +20 -0
  31. data/docs/CreateVolumeDisk4XXResponse.md +20 -0
  32. data/docs/CreateVolumeGroup202Response.md +20 -0
  33. data/docs/CreateVolumeGroup4XXResponse.md +20 -0
  34. data/docs/DeleteVolumeDiskById202Response.md +20 -0
  35. data/docs/DeleteVolumeDiskById4XXResponse.md +20 -0
  36. data/docs/DeleteVolumeGroupById202Response.md +20 -0
  37. data/docs/DeleteVolumeGroupById4XXResponse.md +20 -0
  38. data/docs/DetachIscsiClient202Response.md +20 -0
  39. data/docs/DetachIscsiClient4XXResponse.md +20 -0
  40. data/docs/DetachVm202Response.md +20 -0
  41. data/docs/DetachVm4XXResponse.md +20 -0
  42. data/docs/DisassociateCategory202Response.md +20 -0
  43. data/docs/DisassociateCategory4XXResponse.md +20 -0
  44. data/docs/GetIscsiClientById200Response.md +20 -0
  45. data/docs/GetIscsiClientById4XXResponse.md +20 -0
  46. data/docs/GetVolumeDiskById200Response.md +20 -0
  47. data/docs/GetVolumeDiskById4XXResponse.md +20 -0
  48. data/docs/GetVolumeDiskStats200Response.md +20 -0
  49. data/docs/GetVolumeDiskStats4XXResponse.md +20 -0
  50. data/docs/GetVolumeGroupById200Response.md +20 -0
  51. data/docs/GetVolumeGroupById4XXResponse.md +20 -0
  52. data/docs/GetVolumeGroupMetadataById200Response.md +20 -0
  53. data/docs/GetVolumeGroupMetadataById4XXResponse.md +20 -0
  54. data/docs/GetVolumeGroupStats200Response.md +20 -0
  55. data/docs/GetVolumeGroupStats4XXResponse.md +20 -0
  56. data/docs/IscsiClientsApi.md +253 -0
  57. data/docs/ListCategoryAssociationsByVolumeGroupId200Response.md +20 -0
  58. data/docs/ListCategoryAssociationsByVolumeGroupId4XXResponse.md +20 -0
  59. data/docs/ListExternalIscsiAttachmentsByVolumeGroupId200Response.md +20 -0
  60. data/docs/ListExternalIscsiAttachmentsByVolumeGroupId4XXResponse.md +20 -0
  61. data/docs/ListIscsiClients200Response.md +20 -0
  62. data/docs/ListIscsiClients4XXResponse.md +20 -0
  63. data/docs/ListVmAttachmentsByVolumeGroupId200Response.md +20 -0
  64. data/docs/ListVmAttachmentsByVolumeGroupId4XXResponse.md +20 -0
  65. data/docs/ListVolumeDisksByVolumeGroupId200Response.md +20 -0
  66. data/docs/ListVolumeDisksByVolumeGroupId4XXResponse.md +20 -0
  67. data/docs/ListVolumeGroups200Response.md +20 -0
  68. data/docs/ListVolumeGroups4XXResponse.md +20 -0
  69. data/docs/PrismV40ConfigTaskReference.md +18 -0
  70. data/docs/RevertVolumeGroup202Response.md +20 -0
  71. data/docs/RevertVolumeGroup4XXResponse.md +20 -0
  72. data/docs/UpdateIscsiClientById202Response.md +20 -0
  73. data/docs/UpdateIscsiClientById4XXResponse.md +20 -0
  74. data/docs/UpdateVolumeDiskById202Response.md +20 -0
  75. data/docs/UpdateVolumeDiskById4XXResponse.md +20 -0
  76. data/docs/UpdateVolumeGroupById202Response.md +20 -0
  77. data/docs/UpdateVolumeGroupById4XXResponse.md +20 -0
  78. data/docs/VolumeGroupsApi.md +1887 -0
  79. data/docs/VolumesV40ConfigAssociateCategoryApiResponse.md +20 -0
  80. data/docs/VolumesV40ConfigAttachIscsiClientApiResponse.md +20 -0
  81. data/docs/VolumesV40ConfigAttachNvmfClientApiResponse.md +20 -0
  82. data/docs/VolumesV40ConfigAttachVmApiResponse.md +20 -0
  83. data/docs/VolumesV40ConfigAttachmentType.md +15 -0
  84. data/docs/VolumesV40ConfigAuthenticationType.md +15 -0
  85. data/docs/VolumesV40ConfigCategoryDetails.md +24 -0
  86. data/docs/VolumesV40ConfigCategoryEntityReferences.md +18 -0
  87. data/docs/VolumesV40ConfigCluster.md +20 -0
  88. data/docs/VolumesV40ConfigCreateVolumeDiskApiResponse.md +20 -0
  89. data/docs/VolumesV40ConfigCreateVolumeGroupApiResponse.md +20 -0
  90. data/docs/VolumesV40ConfigDeleteVolumeDiskApiResponse.md +20 -0
  91. data/docs/VolumesV40ConfigDeleteVolumeGroupApiResponse.md +20 -0
  92. data/docs/VolumesV40ConfigDetachIscsiClientApiResponse.md +20 -0
  93. data/docs/VolumesV40ConfigDetachNvmfClientApiResponse.md +20 -0
  94. data/docs/VolumesV40ConfigDetachVmApiResponse.md +20 -0
  95. data/docs/VolumesV40ConfigDisassociateCategoryApiResponse.md +20 -0
  96. data/docs/VolumesV40ConfigDiskStorageFeatures.md +18 -0
  97. data/docs/VolumesV40ConfigFlashMode.md +18 -0
  98. data/docs/VolumesV40ConfigGetIscsiClientApiResponse.md +20 -0
  99. data/docs/VolumesV40ConfigGetIscsiClientApiResponseData.md +49 -0
  100. data/docs/VolumesV40ConfigGetVolumeDiskApiResponse.md +20 -0
  101. data/docs/VolumesV40ConfigGetVolumeDiskApiResponseData.md +49 -0
  102. data/docs/VolumesV40ConfigGetVolumeGroupApiResponse.md +20 -0
  103. data/docs/VolumesV40ConfigGetVolumeGroupApiResponseData.md +49 -0
  104. data/docs/VolumesV40ConfigGetVolumeGroupMetadataApiResponse.md +20 -0
  105. data/docs/VolumesV40ConfigGetVolumeGroupMetadataApiResponseData.md +49 -0
  106. data/docs/VolumesV40ConfigIscsiClient.md +38 -0
  107. data/docs/VolumesV40ConfigIscsiClientAttachment.md +20 -0
  108. data/docs/VolumesV40ConfigIscsiFeatures.md +20 -0
  109. data/docs/VolumesV40ConfigListCategoryAssociationsApiResponse.md +20 -0
  110. data/docs/VolumesV40ConfigListCategoryAssociationsApiResponseData.md +49 -0
  111. data/docs/VolumesV40ConfigListExternalIscsiAttachmentsApiResponse.md +20 -0
  112. data/docs/VolumesV40ConfigListExternalIscsiAttachmentsApiResponseData.md +49 -0
  113. data/docs/VolumesV40ConfigListIscsiClientsApiResponse.md +20 -0
  114. data/docs/VolumesV40ConfigListIscsiClientsApiResponseData.md +49 -0
  115. data/docs/VolumesV40ConfigListVmAttachmentsApiResponse.md +20 -0
  116. data/docs/VolumesV40ConfigListVmAttachmentsApiResponseData.md +49 -0
  117. data/docs/VolumesV40ConfigListVolumeDisksApiResponse.md +20 -0
  118. data/docs/VolumesV40ConfigListVolumeDisksApiResponseData.md +49 -0
  119. data/docs/VolumesV40ConfigListVolumeGroupsApiResponse.md +20 -0
  120. data/docs/VolumesV40ConfigListVolumeGroupsApiResponseData.md +49 -0
  121. data/docs/VolumesV40ConfigMigrateVolumeGroupApiResponse.md +20 -0
  122. data/docs/VolumesV40ConfigNvmfClient.md +28 -0
  123. data/docs/VolumesV40ConfigNvmfClientAttachment.md +24 -0
  124. data/docs/VolumesV40ConfigPauseVolumeGroupSynchronousReplicationApiResponse.md +20 -0
  125. data/docs/VolumesV40ConfigProtocol.md +15 -0
  126. data/docs/VolumesV40ConfigResumeVolumeGroupSynchronousReplicationApiResponse.md +20 -0
  127. data/docs/VolumesV40ConfigResumeVolumeGroupSynchronousReplicationApiResponseData.md +47 -0
  128. data/docs/VolumesV40ConfigRevertSpec.md +18 -0
  129. data/docs/VolumesV40ConfigRevertVolumeGroupApiResponse.md +20 -0
  130. data/docs/VolumesV40ConfigSharingStatus.md +15 -0
  131. data/docs/VolumesV40ConfigStorageFeatures.md +18 -0
  132. data/docs/VolumesV40ConfigTargetParam.md +20 -0
  133. data/docs/VolumesV40ConfigUpdateIscsiClientApiResponse.md +20 -0
  134. data/docs/VolumesV40ConfigUpdateIscsiClientApiResponseData.md +49 -0
  135. data/docs/VolumesV40ConfigUpdateIscsiClientByIdApiResponse.md +20 -0
  136. data/docs/VolumesV40ConfigUpdateVolumeDiskApiResponse.md +20 -0
  137. data/docs/VolumesV40ConfigUpdateVolumeDiskByIdApiResponse.md +20 -0
  138. data/docs/VolumesV40ConfigUpdateVolumeGroupApiResponse.md +20 -0
  139. data/docs/VolumesV40ConfigUpdateVolumeGroupByIdApiResponse.md +20 -0
  140. data/docs/VolumesV40ConfigUpdateVolumeGroupMetadataApiResponse.md +20 -0
  141. data/docs/VolumesV40ConfigUpdateVolumeGroupMetadataInfoApiResponse.md +20 -0
  142. data/docs/VolumesV40ConfigUsageType.md +15 -0
  143. data/docs/VolumesV40ConfigVmAttachment.md +20 -0
  144. data/docs/VolumesV40ConfigVolumeDisk.md +34 -0
  145. data/docs/VolumesV40ConfigVolumeGroup.md +54 -0
  146. data/docs/VolumesV40ConfigVolumeGroupAttachmentSite.md +15 -0
  147. data/docs/VolumesV40ConfigVolumeGroupMetadata.md +20 -0
  148. data/docs/VolumesV40ErrorAppMessage.md +28 -0
  149. data/docs/VolumesV40ErrorErrorResponse.md +18 -0
  150. data/docs/VolumesV40ErrorErrorResponseError.md +49 -0
  151. data/docs/VolumesV40ErrorMessageSeverity.md +15 -0
  152. data/docs/VolumesV40ErrorSchemaValidationError.md +26 -0
  153. data/docs/VolumesV40ErrorSchemaValidationErrorMessage.md +22 -0
  154. data/docs/VolumesV40StatsGetVolumeDiskStatsApiResponse.md +20 -0
  155. data/docs/VolumesV40StatsGetVolumeDiskStatsApiResponseData.md +49 -0
  156. data/docs/VolumesV40StatsGetVolumeGroupStatsApiResponse.md +20 -0
  157. data/docs/VolumesV40StatsGetVolumeGroupStatsApiResponseData.md +49 -0
  158. data/docs/VolumesV40StatsTimeValuePair.md +20 -0
  159. data/docs/VolumesV40StatsVolumeDiskStats.md +44 -0
  160. data/docs/VolumesV40StatsVolumeGroupStats.md +44 -0
  161. data/git_push.sh +57 -0
  162. data/lib/nutanix_volumes/api/iscsi_clients_api.rb +270 -0
  163. data/lib/nutanix_volumes/api/volume_groups_api.rb +2003 -0
  164. data/lib/nutanix_volumes/api_client.rb +394 -0
  165. data/lib/nutanix_volumes/api_error.rb +58 -0
  166. data/lib/nutanix_volumes/configuration.rb +315 -0
  167. data/lib/nutanix_volumes/models/associate_category202_response.rb +224 -0
  168. data/lib/nutanix_volumes/models/associate_category4_xx_response.rb +224 -0
  169. data/lib/nutanix_volumes/models/attach_iscsi_client202_response.rb +224 -0
  170. data/lib/nutanix_volumes/models/attach_iscsi_client4_xx_response.rb +224 -0
  171. data/lib/nutanix_volumes/models/attach_vm202_response.rb +224 -0
  172. data/lib/nutanix_volumes/models/attach_vm4_xx_response.rb +224 -0
  173. data/lib/nutanix_volumes/models/common_v10_config_entity_reference.rb +336 -0
  174. data/lib/nutanix_volumes/models/common_v10_config_entity_type.rb +68 -0
  175. data/lib/nutanix_volumes/models/common_v10_config_flag.rb +256 -0
  176. data/lib/nutanix_volumes/models/common_v10_config_fqdn.rb +237 -0
  177. data/lib/nutanix_volumes/models/common_v10_config_ip_address_or_fqdn.rb +233 -0
  178. data/lib/nutanix_volumes/models/common_v10_config_ipv4_address.rb +284 -0
  179. data/lib/nutanix_volumes/models/common_v10_config_ipv6_address.rb +284 -0
  180. data/lib/nutanix_volumes/models/common_v10_config_kv_pair.rb +253 -0
  181. data/lib/nutanix_volumes/models/common_v10_config_kv_pair_value.rb +111 -0
  182. data/lib/nutanix_volumes/models/common_v10_config_map_of_string_wrapper.rb +218 -0
  183. data/lib/nutanix_volumes/models/common_v10_config_message.rb +268 -0
  184. data/lib/nutanix_volumes/models/common_v10_config_message_severity.rb +43 -0
  185. data/lib/nutanix_volumes/models/common_v10_config_metadata.rb +366 -0
  186. data/lib/nutanix_volumes/models/common_v10_config_tenant_aware_model.rb +237 -0
  187. data/lib/nutanix_volumes/models/common_v10_response_api_link.rb +226 -0
  188. data/lib/nutanix_volumes/models/common_v10_response_api_response_metadata.rb +376 -0
  189. data/lib/nutanix_volumes/models/common_v10_response_externalizable_abstract_model.rb +312 -0
  190. data/lib/nutanix_volumes/models/common_v10_stats_down_sampling_operator.rb +46 -0
  191. data/lib/nutanix_volumes/models/create_volume_disk202_response.rb +224 -0
  192. data/lib/nutanix_volumes/models/create_volume_disk4_xx_response.rb +224 -0
  193. data/lib/nutanix_volumes/models/create_volume_group202_response.rb +224 -0
  194. data/lib/nutanix_volumes/models/create_volume_group4_xx_response.rb +224 -0
  195. data/lib/nutanix_volumes/models/delete_volume_disk_by_id202_response.rb +224 -0
  196. data/lib/nutanix_volumes/models/delete_volume_disk_by_id4_xx_response.rb +224 -0
  197. data/lib/nutanix_volumes/models/delete_volume_group_by_id202_response.rb +224 -0
  198. data/lib/nutanix_volumes/models/delete_volume_group_by_id4_xx_response.rb +224 -0
  199. data/lib/nutanix_volumes/models/detach_iscsi_client202_response.rb +224 -0
  200. data/lib/nutanix_volumes/models/detach_iscsi_client4_xx_response.rb +224 -0
  201. data/lib/nutanix_volumes/models/detach_vm202_response.rb +224 -0
  202. data/lib/nutanix_volumes/models/detach_vm4_xx_response.rb +224 -0
  203. data/lib/nutanix_volumes/models/disassociate_category202_response.rb +224 -0
  204. data/lib/nutanix_volumes/models/disassociate_category4_xx_response.rb +224 -0
  205. data/lib/nutanix_volumes/models/get_iscsi_client_by_id200_response.rb +224 -0
  206. data/lib/nutanix_volumes/models/get_iscsi_client_by_id4_xx_response.rb +224 -0
  207. data/lib/nutanix_volumes/models/get_volume_disk_by_id200_response.rb +224 -0
  208. data/lib/nutanix_volumes/models/get_volume_disk_by_id4_xx_response.rb +224 -0
  209. data/lib/nutanix_volumes/models/get_volume_disk_stats200_response.rb +224 -0
  210. data/lib/nutanix_volumes/models/get_volume_disk_stats4_xx_response.rb +224 -0
  211. data/lib/nutanix_volumes/models/get_volume_group_by_id200_response.rb +224 -0
  212. data/lib/nutanix_volumes/models/get_volume_group_by_id4_xx_response.rb +224 -0
  213. data/lib/nutanix_volumes/models/get_volume_group_metadata_by_id200_response.rb +224 -0
  214. data/lib/nutanix_volumes/models/get_volume_group_metadata_by_id4_xx_response.rb +224 -0
  215. data/lib/nutanix_volumes/models/get_volume_group_stats200_response.rb +224 -0
  216. data/lib/nutanix_volumes/models/get_volume_group_stats4_xx_response.rb +224 -0
  217. data/lib/nutanix_volumes/models/list_category_associations_by_volume_group_id200_response.rb +226 -0
  218. data/lib/nutanix_volumes/models/list_category_associations_by_volume_group_id4_xx_response.rb +224 -0
  219. data/lib/nutanix_volumes/models/list_external_iscsi_attachments_by_volume_group_id200_response.rb +226 -0
  220. data/lib/nutanix_volumes/models/list_external_iscsi_attachments_by_volume_group_id4_xx_response.rb +224 -0
  221. data/lib/nutanix_volumes/models/list_iscsi_clients200_response.rb +226 -0
  222. data/lib/nutanix_volumes/models/list_iscsi_clients4_xx_response.rb +224 -0
  223. data/lib/nutanix_volumes/models/list_vm_attachments_by_volume_group_id200_response.rb +226 -0
  224. data/lib/nutanix_volumes/models/list_vm_attachments_by_volume_group_id4_xx_response.rb +224 -0
  225. data/lib/nutanix_volumes/models/list_volume_disks_by_volume_group_id200_response.rb +226 -0
  226. data/lib/nutanix_volumes/models/list_volume_disks_by_volume_group_id4_xx_response.rb +224 -0
  227. data/lib/nutanix_volumes/models/list_volume_groups200_response.rb +226 -0
  228. data/lib/nutanix_volumes/models/list_volume_groups4_xx_response.rb +224 -0
  229. data/lib/nutanix_volumes/models/prism_v40_config_task_reference.rb +237 -0
  230. data/lib/nutanix_volumes/models/revert_volume_group202_response.rb +224 -0
  231. data/lib/nutanix_volumes/models/revert_volume_group4_xx_response.rb +224 -0
  232. data/lib/nutanix_volumes/models/update_iscsi_client_by_id202_response.rb +224 -0
  233. data/lib/nutanix_volumes/models/update_iscsi_client_by_id4_xx_response.rb +224 -0
  234. data/lib/nutanix_volumes/models/update_volume_disk_by_id202_response.rb +224 -0
  235. data/lib/nutanix_volumes/models/update_volume_disk_by_id4_xx_response.rb +224 -0
  236. data/lib/nutanix_volumes/models/update_volume_group_by_id202_response.rb +224 -0
  237. data/lib/nutanix_volumes/models/update_volume_group_by_id4_xx_response.rb +224 -0
  238. data/lib/nutanix_volumes/models/volumes_v40_config_associate_category_api_response.rb +224 -0
  239. data/lib/nutanix_volumes/models/volumes_v40_config_attach_iscsi_client_api_response.rb +224 -0
  240. data/lib/nutanix_volumes/models/volumes_v40_config_attach_nvmf_client_api_response.rb +224 -0
  241. data/lib/nutanix_volumes/models/volumes_v40_config_attach_vm_api_response.rb +224 -0
  242. data/lib/nutanix_volumes/models/volumes_v40_config_attachment_type.rb +43 -0
  243. data/lib/nutanix_volumes/models/volumes_v40_config_authentication_type.rb +42 -0
  244. data/lib/nutanix_volumes/models/volumes_v40_config_category_details.rb +344 -0
  245. data/lib/nutanix_volumes/models/volumes_v40_config_category_entity_references.rb +246 -0
  246. data/lib/nutanix_volumes/models/volumes_v40_config_cluster.rb +265 -0
  247. data/lib/nutanix_volumes/models/volumes_v40_config_create_volume_disk_api_response.rb +224 -0
  248. data/lib/nutanix_volumes/models/volumes_v40_config_create_volume_group_api_response.rb +224 -0
  249. data/lib/nutanix_volumes/models/volumes_v40_config_delete_volume_disk_api_response.rb +224 -0
  250. data/lib/nutanix_volumes/models/volumes_v40_config_delete_volume_group_api_response.rb +224 -0
  251. data/lib/nutanix_volumes/models/volumes_v40_config_detach_iscsi_client_api_response.rb +224 -0
  252. data/lib/nutanix_volumes/models/volumes_v40_config_detach_nvmf_client_api_response.rb +224 -0
  253. data/lib/nutanix_volumes/models/volumes_v40_config_detach_vm_api_response.rb +224 -0
  254. data/lib/nutanix_volumes/models/volumes_v40_config_disassociate_category_api_response.rb +224 -0
  255. data/lib/nutanix_volumes/models/volumes_v40_config_disk_storage_features.rb +215 -0
  256. data/lib/nutanix_volumes/models/volumes_v40_config_flash_mode.rb +218 -0
  257. data/lib/nutanix_volumes/models/volumes_v40_config_get_iscsi_client_api_response.rb +224 -0
  258. data/lib/nutanix_volumes/models/volumes_v40_config_get_iscsi_client_api_response_data.rb +105 -0
  259. data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_disk_api_response.rb +224 -0
  260. data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_disk_api_response_data.rb +105 -0
  261. data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_api_response.rb +224 -0
  262. data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_api_response_data.rb +105 -0
  263. data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_metadata_api_response.rb +224 -0
  264. data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_metadata_api_response_data.rb +105 -0
  265. data/lib/nutanix_volumes/models/volumes_v40_config_iscsi_client.rb +508 -0
  266. data/lib/nutanix_volumes/models/volumes_v40_config_iscsi_client_attachment.rb +268 -0
  267. data/lib/nutanix_volumes/models/volumes_v40_config_iscsi_features.rb +275 -0
  268. data/lib/nutanix_volumes/models/volumes_v40_config_list_category_associations_api_response.rb +224 -0
  269. data/lib/nutanix_volumes/models/volumes_v40_config_list_category_associations_api_response_data.rb +105 -0
  270. data/lib/nutanix_volumes/models/volumes_v40_config_list_external_iscsi_attachments_api_response.rb +224 -0
  271. data/lib/nutanix_volumes/models/volumes_v40_config_list_external_iscsi_attachments_api_response_data.rb +105 -0
  272. data/lib/nutanix_volumes/models/volumes_v40_config_list_iscsi_clients_api_response.rb +224 -0
  273. data/lib/nutanix_volumes/models/volumes_v40_config_list_iscsi_clients_api_response_data.rb +105 -0
  274. data/lib/nutanix_volumes/models/volumes_v40_config_list_vm_attachments_api_response.rb +224 -0
  275. data/lib/nutanix_volumes/models/volumes_v40_config_list_vm_attachments_api_response_data.rb +105 -0
  276. data/lib/nutanix_volumes/models/volumes_v40_config_list_volume_disks_api_response.rb +224 -0
  277. data/lib/nutanix_volumes/models/volumes_v40_config_list_volume_disks_api_response_data.rb +105 -0
  278. data/lib/nutanix_volumes/models/volumes_v40_config_list_volume_groups_api_response.rb +224 -0
  279. data/lib/nutanix_volumes/models/volumes_v40_config_list_volume_groups_api_response_data.rb +105 -0
  280. data/lib/nutanix_volumes/models/volumes_v40_config_migrate_volume_group_api_response.rb +224 -0
  281. data/lib/nutanix_volumes/models/volumes_v40_config_nvmf_client.rb +412 -0
  282. data/lib/nutanix_volumes/models/volumes_v40_config_nvmf_client_attachment.rb +343 -0
  283. data/lib/nutanix_volumes/models/volumes_v40_config_pause_volume_group_synchronous_replication_api_response.rb +224 -0
  284. data/lib/nutanix_volumes/models/volumes_v40_config_protocol.rb +43 -0
  285. data/lib/nutanix_volumes/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response.rb +224 -0
  286. data/lib/nutanix_volumes/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_data.rb +104 -0
  287. data/lib/nutanix_volumes/models/volumes_v40_config_revert_spec.rb +244 -0
  288. data/lib/nutanix_volumes/models/volumes_v40_config_revert_volume_group_api_response.rb +224 -0
  289. data/lib/nutanix_volumes/models/volumes_v40_config_sharing_status.rb +42 -0
  290. data/lib/nutanix_volumes/models/volumes_v40_config_storage_features.rb +215 -0
  291. data/lib/nutanix_volumes/models/volumes_v40_config_target_param.rb +273 -0
  292. data/lib/nutanix_volumes/models/volumes_v40_config_update_iscsi_client_api_response.rb +224 -0
  293. data/lib/nutanix_volumes/models/volumes_v40_config_update_iscsi_client_api_response_data.rb +105 -0
  294. data/lib/nutanix_volumes/models/volumes_v40_config_update_iscsi_client_by_id_api_response.rb +224 -0
  295. data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_disk_api_response.rb +224 -0
  296. data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_disk_by_id_api_response.rb +224 -0
  297. data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_api_response.rb +224 -0
  298. data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_by_id_api_response.rb +224 -0
  299. data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_metadata_api_response.rb +224 -0
  300. data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_metadata_info_api_response.rb +224 -0
  301. data/lib/nutanix_volumes/models/volumes_v40_config_usage_type.rb +44 -0
  302. data/lib/nutanix_volumes/models/volumes_v40_config_vm_attachment.rb +254 -0
  303. data/lib/nutanix_volumes/models/volumes_v40_config_volume_disk.rb +466 -0
  304. data/lib/nutanix_volumes/models/volumes_v40_config_volume_group.rb +657 -0
  305. data/lib/nutanix_volumes/models/volumes_v40_config_volume_group_attachment_site.rb +42 -0
  306. data/lib/nutanix_volumes/models/volumes_v40_config_volume_group_metadata.rb +255 -0
  307. data/lib/nutanix_volumes/models/volumes_v40_error_app_message.rb +291 -0
  308. data/lib/nutanix_volumes/models/volumes_v40_error_error_response.rb +215 -0
  309. data/lib/nutanix_volumes/models/volumes_v40_error_error_response_error.rb +105 -0
  310. data/lib/nutanix_volumes/models/volumes_v40_error_message_severity.rb +43 -0
  311. data/lib/nutanix_volumes/models/volumes_v40_error_schema_validation_error.rb +258 -0
  312. data/lib/nutanix_volumes/models/volumes_v40_error_schema_validation_error_message.rb +236 -0
  313. data/lib/nutanix_volumes/models/volumes_v40_stats_get_volume_disk_stats_api_response.rb +224 -0
  314. data/lib/nutanix_volumes/models/volumes_v40_stats_get_volume_disk_stats_api_response_data.rb +105 -0
  315. data/lib/nutanix_volumes/models/volumes_v40_stats_get_volume_group_stats_api_response.rb +224 -0
  316. data/lib/nutanix_volumes/models/volumes_v40_stats_get_volume_group_stats_api_response_data.rb +105 -0
  317. data/lib/nutanix_volumes/models/volumes_v40_stats_time_value_pair.rb +225 -0
  318. data/lib/nutanix_volumes/models/volumes_v40_stats_volume_disk_stats.rb +743 -0
  319. data/lib/nutanix_volumes/models/volumes_v40_stats_volume_group_stats.rb +743 -0
  320. data/lib/nutanix_volumes/version.rb +15 -0
  321. data/lib/nutanix_volumes.rb +194 -0
  322. data/nutanix_volumes.gemspec +39 -0
  323. data/spec/api/iscsi_clients_api_spec.rb +79 -0
  324. data/spec/api/volume_groups_api_spec.rb +370 -0
  325. data/spec/models/associate_category202_response_spec.rb +42 -0
  326. data/spec/models/associate_category4_xx_response_spec.rb +42 -0
  327. data/spec/models/attach_iscsi_client202_response_spec.rb +42 -0
  328. data/spec/models/attach_iscsi_client4_xx_response_spec.rb +42 -0
  329. data/spec/models/attach_vm202_response_spec.rb +42 -0
  330. data/spec/models/attach_vm4_xx_response_spec.rb +42 -0
  331. data/spec/models/common_v10_config_entity_reference_spec.rb +54 -0
  332. data/spec/models/common_v10_config_entity_type_spec.rb +30 -0
  333. data/spec/models/common_v10_config_flag_spec.rb +42 -0
  334. data/spec/models/common_v10_config_fqdn_spec.rb +36 -0
  335. data/spec/models/common_v10_config_ip_address_or_fqdn_spec.rb +48 -0
  336. data/spec/models/common_v10_config_ipv4_address_spec.rb +42 -0
  337. data/spec/models/common_v10_config_ipv6_address_spec.rb +42 -0
  338. data/spec/models/common_v10_config_kv_pair_spec.rb +42 -0
  339. data/spec/models/common_v10_config_kv_pair_value_spec.rb +32 -0
  340. data/spec/models/common_v10_config_map_of_string_wrapper_spec.rb +36 -0
  341. data/spec/models/common_v10_config_message_severity_spec.rb +30 -0
  342. data/spec/models/common_v10_config_message_spec.rb +54 -0
  343. data/spec/models/common_v10_config_metadata_spec.rb +60 -0
  344. data/spec/models/common_v10_config_tenant_aware_model_spec.rb +36 -0
  345. data/spec/models/common_v10_response_api_link_spec.rb +42 -0
  346. data/spec/models/common_v10_response_api_response_metadata_spec.rb +60 -0
  347. data/spec/models/common_v10_response_externalizable_abstract_model_spec.rb +48 -0
  348. data/spec/models/common_v10_stats_down_sampling_operator_spec.rb +30 -0
  349. data/spec/models/create_volume_disk202_response_spec.rb +42 -0
  350. data/spec/models/create_volume_disk4_xx_response_spec.rb +42 -0
  351. data/spec/models/create_volume_group202_response_spec.rb +42 -0
  352. data/spec/models/create_volume_group4_xx_response_spec.rb +42 -0
  353. data/spec/models/delete_volume_disk_by_id202_response_spec.rb +42 -0
  354. data/spec/models/delete_volume_disk_by_id4_xx_response_spec.rb +42 -0
  355. data/spec/models/delete_volume_group_by_id202_response_spec.rb +42 -0
  356. data/spec/models/delete_volume_group_by_id4_xx_response_spec.rb +42 -0
  357. data/spec/models/detach_iscsi_client202_response_spec.rb +42 -0
  358. data/spec/models/detach_iscsi_client4_xx_response_spec.rb +42 -0
  359. data/spec/models/detach_vm202_response_spec.rb +42 -0
  360. data/spec/models/detach_vm4_xx_response_spec.rb +42 -0
  361. data/spec/models/disassociate_category202_response_spec.rb +42 -0
  362. data/spec/models/disassociate_category4_xx_response_spec.rb +42 -0
  363. data/spec/models/get_iscsi_client_by_id200_response_spec.rb +42 -0
  364. data/spec/models/get_iscsi_client_by_id4_xx_response_spec.rb +42 -0
  365. data/spec/models/get_volume_disk_by_id200_response_spec.rb +42 -0
  366. data/spec/models/get_volume_disk_by_id4_xx_response_spec.rb +42 -0
  367. data/spec/models/get_volume_disk_stats200_response_spec.rb +42 -0
  368. data/spec/models/get_volume_disk_stats4_xx_response_spec.rb +42 -0
  369. data/spec/models/get_volume_group_by_id200_response_spec.rb +42 -0
  370. data/spec/models/get_volume_group_by_id4_xx_response_spec.rb +42 -0
  371. data/spec/models/get_volume_group_metadata_by_id200_response_spec.rb +42 -0
  372. data/spec/models/get_volume_group_metadata_by_id4_xx_response_spec.rb +42 -0
  373. data/spec/models/get_volume_group_stats200_response_spec.rb +42 -0
  374. data/spec/models/get_volume_group_stats4_xx_response_spec.rb +42 -0
  375. data/spec/models/list_category_associations_by_volume_group_id200_response_spec.rb +42 -0
  376. data/spec/models/list_category_associations_by_volume_group_id4_xx_response_spec.rb +42 -0
  377. data/spec/models/list_external_iscsi_attachments_by_volume_group_id200_response_spec.rb +42 -0
  378. data/spec/models/list_external_iscsi_attachments_by_volume_group_id4_xx_response_spec.rb +42 -0
  379. data/spec/models/list_iscsi_clients200_response_spec.rb +42 -0
  380. data/spec/models/list_iscsi_clients4_xx_response_spec.rb +42 -0
  381. data/spec/models/list_vm_attachments_by_volume_group_id200_response_spec.rb +42 -0
  382. data/spec/models/list_vm_attachments_by_volume_group_id4_xx_response_spec.rb +42 -0
  383. data/spec/models/list_volume_disks_by_volume_group_id200_response_spec.rb +42 -0
  384. data/spec/models/list_volume_disks_by_volume_group_id4_xx_response_spec.rb +42 -0
  385. data/spec/models/list_volume_groups200_response_spec.rb +42 -0
  386. data/spec/models/list_volume_groups4_xx_response_spec.rb +42 -0
  387. data/spec/models/prism_v40_config_task_reference_spec.rb +36 -0
  388. data/spec/models/revert_volume_group202_response_spec.rb +42 -0
  389. data/spec/models/revert_volume_group4_xx_response_spec.rb +42 -0
  390. data/spec/models/update_iscsi_client_by_id202_response_spec.rb +42 -0
  391. data/spec/models/update_iscsi_client_by_id4_xx_response_spec.rb +42 -0
  392. data/spec/models/update_volume_disk_by_id202_response_spec.rb +42 -0
  393. data/spec/models/update_volume_disk_by_id4_xx_response_spec.rb +42 -0
  394. data/spec/models/update_volume_group_by_id202_response_spec.rb +42 -0
  395. data/spec/models/update_volume_group_by_id4_xx_response_spec.rb +42 -0
  396. data/spec/models/volumes_v40_config_associate_category_api_response_spec.rb +42 -0
  397. data/spec/models/volumes_v40_config_attach_iscsi_client_api_response_spec.rb +42 -0
  398. data/spec/models/volumes_v40_config_attach_nvmf_client_api_response_spec.rb +42 -0
  399. data/spec/models/volumes_v40_config_attach_vm_api_response_spec.rb +42 -0
  400. data/spec/models/volumes_v40_config_attachment_type_spec.rb +30 -0
  401. data/spec/models/volumes_v40_config_authentication_type_spec.rb +30 -0
  402. data/spec/models/volumes_v40_config_category_details_spec.rb +54 -0
  403. data/spec/models/volumes_v40_config_category_entity_references_spec.rb +36 -0
  404. data/spec/models/volumes_v40_config_cluster_spec.rb +42 -0
  405. data/spec/models/volumes_v40_config_create_volume_disk_api_response_spec.rb +42 -0
  406. data/spec/models/volumes_v40_config_create_volume_group_api_response_spec.rb +42 -0
  407. data/spec/models/volumes_v40_config_delete_volume_disk_api_response_spec.rb +42 -0
  408. data/spec/models/volumes_v40_config_delete_volume_group_api_response_spec.rb +42 -0
  409. data/spec/models/volumes_v40_config_detach_iscsi_client_api_response_spec.rb +42 -0
  410. data/spec/models/volumes_v40_config_detach_nvmf_client_api_response_spec.rb +42 -0
  411. data/spec/models/volumes_v40_config_detach_vm_api_response_spec.rb +42 -0
  412. data/spec/models/volumes_v40_config_disassociate_category_api_response_spec.rb +42 -0
  413. data/spec/models/volumes_v40_config_disk_storage_features_spec.rb +36 -0
  414. data/spec/models/volumes_v40_config_flash_mode_spec.rb +36 -0
  415. data/spec/models/volumes_v40_config_get_iscsi_client_api_response_data_spec.rb +32 -0
  416. data/spec/models/volumes_v40_config_get_iscsi_client_api_response_spec.rb +42 -0
  417. data/spec/models/volumes_v40_config_get_volume_disk_api_response_data_spec.rb +32 -0
  418. data/spec/models/volumes_v40_config_get_volume_disk_api_response_spec.rb +42 -0
  419. data/spec/models/volumes_v40_config_get_volume_group_api_response_data_spec.rb +32 -0
  420. data/spec/models/volumes_v40_config_get_volume_group_api_response_spec.rb +42 -0
  421. data/spec/models/volumes_v40_config_get_volume_group_metadata_api_response_data_spec.rb +32 -0
  422. data/spec/models/volumes_v40_config_get_volume_group_metadata_api_response_spec.rb +42 -0
  423. data/spec/models/volumes_v40_config_iscsi_client_attachment_spec.rb +42 -0
  424. data/spec/models/volumes_v40_config_iscsi_client_spec.rb +96 -0
  425. data/spec/models/volumes_v40_config_iscsi_features_spec.rb +42 -0
  426. data/spec/models/volumes_v40_config_list_category_associations_api_response_data_spec.rb +32 -0
  427. data/spec/models/volumes_v40_config_list_category_associations_api_response_spec.rb +42 -0
  428. data/spec/models/volumes_v40_config_list_external_iscsi_attachments_api_response_data_spec.rb +32 -0
  429. data/spec/models/volumes_v40_config_list_external_iscsi_attachments_api_response_spec.rb +42 -0
  430. data/spec/models/volumes_v40_config_list_iscsi_clients_api_response_data_spec.rb +32 -0
  431. data/spec/models/volumes_v40_config_list_iscsi_clients_api_response_spec.rb +42 -0
  432. data/spec/models/volumes_v40_config_list_vm_attachments_api_response_data_spec.rb +32 -0
  433. data/spec/models/volumes_v40_config_list_vm_attachments_api_response_spec.rb +42 -0
  434. data/spec/models/volumes_v40_config_list_volume_disks_api_response_data_spec.rb +32 -0
  435. data/spec/models/volumes_v40_config_list_volume_disks_api_response_spec.rb +42 -0
  436. data/spec/models/volumes_v40_config_list_volume_groups_api_response_data_spec.rb +32 -0
  437. data/spec/models/volumes_v40_config_list_volume_groups_api_response_spec.rb +42 -0
  438. data/spec/models/volumes_v40_config_migrate_volume_group_api_response_spec.rb +42 -0
  439. data/spec/models/volumes_v40_config_nvmf_client_attachment_spec.rb +54 -0
  440. data/spec/models/volumes_v40_config_nvmf_client_spec.rb +66 -0
  441. data/spec/models/volumes_v40_config_pause_volume_group_synchronous_replication_api_response_spec.rb +42 -0
  442. data/spec/models/volumes_v40_config_protocol_spec.rb +30 -0
  443. data/spec/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_data_spec.rb +32 -0
  444. data/spec/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_spec.rb +42 -0
  445. data/spec/models/volumes_v40_config_revert_spec_spec.rb +36 -0
  446. data/spec/models/volumes_v40_config_revert_volume_group_api_response_spec.rb +42 -0
  447. data/spec/models/volumes_v40_config_sharing_status_spec.rb +30 -0
  448. data/spec/models/volumes_v40_config_storage_features_spec.rb +36 -0
  449. data/spec/models/volumes_v40_config_target_param_spec.rb +42 -0
  450. data/spec/models/volumes_v40_config_update_iscsi_client_api_response_data_spec.rb +32 -0
  451. data/spec/models/volumes_v40_config_update_iscsi_client_api_response_spec.rb +42 -0
  452. data/spec/models/volumes_v40_config_update_iscsi_client_by_id_api_response_spec.rb +42 -0
  453. data/spec/models/volumes_v40_config_update_volume_disk_api_response_spec.rb +42 -0
  454. data/spec/models/volumes_v40_config_update_volume_disk_by_id_api_response_spec.rb +42 -0
  455. data/spec/models/volumes_v40_config_update_volume_group_api_response_spec.rb +42 -0
  456. data/spec/models/volumes_v40_config_update_volume_group_by_id_api_response_spec.rb +42 -0
  457. data/spec/models/volumes_v40_config_update_volume_group_metadata_api_response_spec.rb +42 -0
  458. data/spec/models/volumes_v40_config_update_volume_group_metadata_info_api_response_spec.rb +42 -0
  459. data/spec/models/volumes_v40_config_usage_type_spec.rb +30 -0
  460. data/spec/models/volumes_v40_config_vm_attachment_spec.rb +42 -0
  461. data/spec/models/volumes_v40_config_volume_disk_spec.rb +84 -0
  462. data/spec/models/volumes_v40_config_volume_group_attachment_site_spec.rb +30 -0
  463. data/spec/models/volumes_v40_config_volume_group_metadata_spec.rb +42 -0
  464. data/spec/models/volumes_v40_config_volume_group_spec.rb +144 -0
  465. data/spec/models/volumes_v40_error_app_message_spec.rb +66 -0
  466. data/spec/models/volumes_v40_error_error_response_error_spec.rb +32 -0
  467. data/spec/models/volumes_v40_error_error_response_spec.rb +36 -0
  468. data/spec/models/volumes_v40_error_message_severity_spec.rb +30 -0
  469. data/spec/models/volumes_v40_error_schema_validation_error_message_spec.rb +48 -0
  470. data/spec/models/volumes_v40_error_schema_validation_error_spec.rb +60 -0
  471. data/spec/models/volumes_v40_stats_get_volume_disk_stats_api_response_data_spec.rb +32 -0
  472. data/spec/models/volumes_v40_stats_get_volume_disk_stats_api_response_spec.rb +42 -0
  473. data/spec/models/volumes_v40_stats_get_volume_group_stats_api_response_data_spec.rb +32 -0
  474. data/spec/models/volumes_v40_stats_get_volume_group_stats_api_response_spec.rb +42 -0
  475. data/spec/models/volumes_v40_stats_time_value_pair_spec.rb +42 -0
  476. data/spec/models/volumes_v40_stats_volume_disk_stats_spec.rb +114 -0
  477. data/spec/models/volumes_v40_stats_volume_group_stats_spec.rb +114 -0
  478. data/spec/spec_helper.rb +111 -0
  479. data/swagger-volumes-v4.0-all.yaml +8140 -0
  480. metadata +714 -0
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::GetVolumeDiskStats4XXResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**VolumesV40ErrorErrorResponse**](VolumesV40ErrorErrorResponse.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::GetVolumeDiskStats4XXResponse.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::GetVolumeGroupById200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**VolumesV40ConfigVolumeGroup**](VolumesV40ConfigVolumeGroup.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::GetVolumeGroupById200Response.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::GetVolumeGroupById4XXResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**VolumesV40ErrorErrorResponse**](VolumesV40ErrorErrorResponse.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::GetVolumeGroupById4XXResponse.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::GetVolumeGroupMetadataById200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**CommonV10ConfigMetadata**](CommonV10ConfigMetadata.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::GetVolumeGroupMetadataById200Response.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::GetVolumeGroupMetadataById4XXResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**VolumesV40ErrorErrorResponse**](VolumesV40ErrorErrorResponse.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::GetVolumeGroupMetadataById4XXResponse.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::GetVolumeGroupStats200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**VolumesV40StatsVolumeGroupStats**](VolumesV40StatsVolumeGroupStats.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::GetVolumeGroupStats200Response.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::GetVolumeGroupStats4XXResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**VolumesV40ErrorErrorResponse**](VolumesV40ErrorErrorResponse.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::GetVolumeGroupStats4XXResponse.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,253 @@
1
+ # NutanixVolumes::IscsiClientsApi
2
+
3
+ All URIs are relative to *https://:9440/api*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**get_iscsi_client_by_id**](IscsiClientsApi.md#get_iscsi_client_by_id) | **GET** /volumes/v4.0/config/iscsi-clients/{extId} | Fetch an iSCSI client details |
8
+ | [**list_iscsi_clients**](IscsiClientsApi.md#list_iscsi_clients) | **GET** /volumes/v4.0/config/iscsi-clients | List all the iSCSI clients |
9
+ | [**update_iscsi_client_by_id**](IscsiClientsApi.md#update_iscsi_client_by_id) | **PUT** /volumes/v4.0/config/iscsi-clients/{extId} | Update an iSCSI client |
10
+
11
+
12
+ ## get_iscsi_client_by_id
13
+
14
+ > <GetIscsiClientById200Response> get_iscsi_client_by_id(ext_id)
15
+
16
+ Fetch an iSCSI client details
17
+
18
+ Fetches the iSCSI client details identified by {extId}.
19
+
20
+ ### Examples
21
+
22
+ ```ruby
23
+ require 'time'
24
+ require 'nutanix_volumes'
25
+ # setup authorization
26
+ NutanixVolumes.configure do |config|
27
+ # Configure API key authorization: apiKeyAuthScheme
28
+ config.api_key['X-ntnx-api-key'] = 'YOUR API KEY'
29
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
30
+ # config.api_key_prefix['X-ntnx-api-key'] = 'Bearer'
31
+
32
+ # Configure HTTP basic authorization: basicAuthScheme
33
+ config.username = 'YOUR USERNAME'
34
+ config.password = 'YOUR PASSWORD'
35
+ end
36
+
37
+ api_instance = NutanixVolumes::IscsiClientsApi.new
38
+ ext_id = 'be0e4630-23da-4b9c-a76b-f24fd64b46b6' # String | The external identifier of an iSCSI client.
39
+
40
+ begin
41
+ # Fetch an iSCSI client details
42
+ result = api_instance.get_iscsi_client_by_id(ext_id)
43
+ p result
44
+ rescue NutanixVolumes::ApiError => e
45
+ puts "Error when calling IscsiClientsApi->get_iscsi_client_by_id: #{e}"
46
+ end
47
+ ```
48
+
49
+ #### Using the get_iscsi_client_by_id_with_http_info variant
50
+
51
+ This returns an Array which contains the response data, status code and headers.
52
+
53
+ > <Array(<GetIscsiClientById200Response>, Integer, Hash)> get_iscsi_client_by_id_with_http_info(ext_id)
54
+
55
+ ```ruby
56
+ begin
57
+ # Fetch an iSCSI client details
58
+ data, status_code, headers = api_instance.get_iscsi_client_by_id_with_http_info(ext_id)
59
+ p status_code # => 2xx
60
+ p headers # => { ... }
61
+ p data # => <GetIscsiClientById200Response>
62
+ rescue NutanixVolumes::ApiError => e
63
+ puts "Error when calling IscsiClientsApi->get_iscsi_client_by_id_with_http_info: #{e}"
64
+ end
65
+ ```
66
+
67
+ ### Parameters
68
+
69
+ | Name | Type | Description | Notes |
70
+ | ---- | ---- | ----------- | ----- |
71
+ | **ext_id** | **String** | The external identifier of an iSCSI client. | |
72
+
73
+ ### Return type
74
+
75
+ [**GetIscsiClientById200Response**](GetIscsiClientById200Response.md)
76
+
77
+ ### Authorization
78
+
79
+ [apiKeyAuthScheme](../README.md#apiKeyAuthScheme), [basicAuthScheme](../README.md#basicAuthScheme)
80
+
81
+ ### HTTP request headers
82
+
83
+ - **Content-Type**: Not defined
84
+ - **Accept**: application/json
85
+
86
+
87
+ ## list_iscsi_clients
88
+
89
+ > <ListIscsiClients200Response> list_iscsi_clients(opts)
90
+
91
+ List all the iSCSI clients
92
+
93
+ Fetches the list of iSCSI clients.
94
+
95
+ ### Examples
96
+
97
+ ```ruby
98
+ require 'time'
99
+ require 'nutanix_volumes'
100
+ # setup authorization
101
+ NutanixVolumes.configure do |config|
102
+ # Configure API key authorization: apiKeyAuthScheme
103
+ config.api_key['X-ntnx-api-key'] = 'YOUR API KEY'
104
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
105
+ # config.api_key_prefix['X-ntnx-api-key'] = 'Bearer'
106
+
107
+ # Configure HTTP basic authorization: basicAuthScheme
108
+ config.username = 'YOUR USERNAME'
109
+ config.password = 'YOUR PASSWORD'
110
+ end
111
+
112
+ api_instance = NutanixVolumes::IscsiClientsApi.new
113
+ opts = {
114
+ page: 56, # Integer | A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
115
+ limit: 56, # Integer | A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
116
+ filter: 'filter_example', # String | A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields: - clusterReference - extId
117
+ orderby: 'orderby_example', # String | A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields: - clusterReference - extId
118
+ expand: 'expand_example', # String | A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported. - cluster
119
+ select: 'select_example' # String | A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. - clusterReference - extId
120
+ }
121
+
122
+ begin
123
+ # List all the iSCSI clients
124
+ result = api_instance.list_iscsi_clients(opts)
125
+ p result
126
+ rescue NutanixVolumes::ApiError => e
127
+ puts "Error when calling IscsiClientsApi->list_iscsi_clients: #{e}"
128
+ end
129
+ ```
130
+
131
+ #### Using the list_iscsi_clients_with_http_info variant
132
+
133
+ This returns an Array which contains the response data, status code and headers.
134
+
135
+ > <Array(<ListIscsiClients200Response>, Integer, Hash)> list_iscsi_clients_with_http_info(opts)
136
+
137
+ ```ruby
138
+ begin
139
+ # List all the iSCSI clients
140
+ data, status_code, headers = api_instance.list_iscsi_clients_with_http_info(opts)
141
+ p status_code # => 2xx
142
+ p headers # => { ... }
143
+ p data # => <ListIscsiClients200Response>
144
+ rescue NutanixVolumes::ApiError => e
145
+ puts "Error when calling IscsiClientsApi->list_iscsi_clients_with_http_info: #{e}"
146
+ end
147
+ ```
148
+
149
+ ### Parameters
150
+
151
+ | Name | Type | Description | Notes |
152
+ | ---- | ---- | ----------- | ----- |
153
+ | **page** | **Integer** | A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results. | [optional][default to 0] |
154
+ | **limit** | **Integer** | A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set. | [optional][default to 50] |
155
+ | **filter** | **String** | A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. For example, filter &#39;$filter&#x3D;name eq &#39;karbon-ntnx-1.0&#39; would filter the result on cluster name &#39;karbon-ntnx1.0&#39;, filter &#39;$filter&#x3D;startswith(name, &#39;C&#39;)&#39; would filter on cluster name starting with &#39;C&#39;. The filter can be applied to the following fields: - clusterReference - extId | [optional] |
156
+ | **orderby** | **String** | A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, &#39;$orderby&#x3D;templateName desc&#39; would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields: - clusterReference - extId | [optional] |
157
+ | **expand** | **String** | A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported. - cluster | [optional] |
158
+ | **select** | **String** | A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. - clusterReference - extId | [optional] |
159
+
160
+ ### Return type
161
+
162
+ [**ListIscsiClients200Response**](ListIscsiClients200Response.md)
163
+
164
+ ### Authorization
165
+
166
+ [apiKeyAuthScheme](../README.md#apiKeyAuthScheme), [basicAuthScheme](../README.md#basicAuthScheme)
167
+
168
+ ### HTTP request headers
169
+
170
+ - **Content-Type**: Not defined
171
+ - **Accept**: application/json
172
+
173
+
174
+ ## update_iscsi_client_by_id
175
+
176
+ > <UpdateIscsiClientById202Response> update_iscsi_client_by_id(ext_id, if_match, ntnx_request_id, volumes_v40_config_iscsi_client)
177
+
178
+ Update an iSCSI client
179
+
180
+ Modifies the details of an existing iSCSI client configuration identified by {extId}.
181
+
182
+ ### Examples
183
+
184
+ ```ruby
185
+ require 'time'
186
+ require 'nutanix_volumes'
187
+ # setup authorization
188
+ NutanixVolumes.configure do |config|
189
+ # Configure API key authorization: apiKeyAuthScheme
190
+ config.api_key['X-ntnx-api-key'] = 'YOUR API KEY'
191
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
192
+ # config.api_key_prefix['X-ntnx-api-key'] = 'Bearer'
193
+
194
+ # Configure HTTP basic authorization: basicAuthScheme
195
+ config.username = 'YOUR USERNAME'
196
+ config.password = 'YOUR PASSWORD'
197
+ end
198
+
199
+ api_instance = NutanixVolumes::IscsiClientsApi.new
200
+ ext_id = '6ac8e14f-f0ca-432e-9c59-5099b634d992' # String | The external identifier of an iSCSI client.
201
+ if_match = 'if_match_example' # String | The If-Match request header makes the request conditional. When not provided, the server will respond with an HTTP-428 (Precondition Required) response code indicating that the server requires the request to be conditional. The server will allow the successful completion of PUT and PATCH operations, if the resource matches the ETag value returned to the response of a GET operation. If the conditional does not match, then an HTTP-412 (Precondition Failed) response will be returned.
202
+ ntnx_request_id = 'fcdfa6ab-d3ec-496f-a303-6ee6127c2a49' # String | A unique identifier that is associated with each request. The provided value must be opaque and preferably in Universal Unique Identifier (UUID) format. This identifier is also used as an idempotence token for safely retrying requests in case of network errors. All the supported Nutanix API clients add this auto-generated request identifier to each request.
203
+ volumes_v40_config_iscsi_client = NutanixVolumes::VolumesV40ConfigIscsiClient.new # VolumesV40ConfigIscsiClient | A model that represents an iSCSI client that can be associated with a Volume Group as an external attachment.
204
+
205
+ begin
206
+ # Update an iSCSI client
207
+ result = api_instance.update_iscsi_client_by_id(ext_id, if_match, ntnx_request_id, volumes_v40_config_iscsi_client)
208
+ p result
209
+ rescue NutanixVolumes::ApiError => e
210
+ puts "Error when calling IscsiClientsApi->update_iscsi_client_by_id: #{e}"
211
+ end
212
+ ```
213
+
214
+ #### Using the update_iscsi_client_by_id_with_http_info variant
215
+
216
+ This returns an Array which contains the response data, status code and headers.
217
+
218
+ > <Array(<UpdateIscsiClientById202Response>, Integer, Hash)> update_iscsi_client_by_id_with_http_info(ext_id, if_match, ntnx_request_id, volumes_v40_config_iscsi_client)
219
+
220
+ ```ruby
221
+ begin
222
+ # Update an iSCSI client
223
+ data, status_code, headers = api_instance.update_iscsi_client_by_id_with_http_info(ext_id, if_match, ntnx_request_id, volumes_v40_config_iscsi_client)
224
+ p status_code # => 2xx
225
+ p headers # => { ... }
226
+ p data # => <UpdateIscsiClientById202Response>
227
+ rescue NutanixVolumes::ApiError => e
228
+ puts "Error when calling IscsiClientsApi->update_iscsi_client_by_id_with_http_info: #{e}"
229
+ end
230
+ ```
231
+
232
+ ### Parameters
233
+
234
+ | Name | Type | Description | Notes |
235
+ | ---- | ---- | ----------- | ----- |
236
+ | **ext_id** | **String** | The external identifier of an iSCSI client. | |
237
+ | **if_match** | **String** | The If-Match request header makes the request conditional. When not provided, the server will respond with an HTTP-428 (Precondition Required) response code indicating that the server requires the request to be conditional. The server will allow the successful completion of PUT and PATCH operations, if the resource matches the ETag value returned to the response of a GET operation. If the conditional does not match, then an HTTP-412 (Precondition Failed) response will be returned. | |
238
+ | **ntnx_request_id** | **String** | A unique identifier that is associated with each request. The provided value must be opaque and preferably in Universal Unique Identifier (UUID) format. This identifier is also used as an idempotence token for safely retrying requests in case of network errors. All the supported Nutanix API clients add this auto-generated request identifier to each request. | |
239
+ | **volumes_v40_config_iscsi_client** | [**VolumesV40ConfigIscsiClient**](VolumesV40ConfigIscsiClient.md) | A model that represents an iSCSI client that can be associated with a Volume Group as an external attachment. | |
240
+
241
+ ### Return type
242
+
243
+ [**UpdateIscsiClientById202Response**](UpdateIscsiClientById202Response.md)
244
+
245
+ ### Authorization
246
+
247
+ [apiKeyAuthScheme](../README.md#apiKeyAuthScheme), [basicAuthScheme](../README.md#basicAuthScheme)
248
+
249
+ ### HTTP request headers
250
+
251
+ - **Content-Type**: application/json
252
+ - **Accept**: application/json
253
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::ListCategoryAssociationsByVolumeGroupId200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**Array&lt;VolumesV40ConfigCategoryDetails&gt;**](VolumesV40ConfigCategoryDetails.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::ListCategoryAssociationsByVolumeGroupId200Response.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::ListCategoryAssociationsByVolumeGroupId4XXResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**VolumesV40ErrorErrorResponse**](VolumesV40ErrorErrorResponse.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::ListCategoryAssociationsByVolumeGroupId4XXResponse.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::ListExternalIscsiAttachmentsByVolumeGroupId200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**Array&lt;VolumesV40ConfigIscsiClientAttachment&gt;**](VolumesV40ConfigIscsiClientAttachment.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::ListExternalIscsiAttachmentsByVolumeGroupId200Response.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::ListExternalIscsiAttachmentsByVolumeGroupId4XXResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**VolumesV40ErrorErrorResponse**](VolumesV40ErrorErrorResponse.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::ListExternalIscsiAttachmentsByVolumeGroupId4XXResponse.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::ListIscsiClients200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**Array&lt;VolumesV40ConfigIscsiClient&gt;**](VolumesV40ConfigIscsiClient.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::ListIscsiClients200Response.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::ListIscsiClients4XXResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**VolumesV40ErrorErrorResponse**](VolumesV40ErrorErrorResponse.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::ListIscsiClients4XXResponse.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::ListVmAttachmentsByVolumeGroupId200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**Array&lt;VolumesV40ConfigVmAttachment&gt;**](VolumesV40ConfigVmAttachment.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::ListVmAttachmentsByVolumeGroupId200Response.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::ListVmAttachmentsByVolumeGroupId4XXResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**VolumesV40ErrorErrorResponse**](VolumesV40ErrorErrorResponse.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::ListVmAttachmentsByVolumeGroupId4XXResponse.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::ListVolumeDisksByVolumeGroupId200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**Array&lt;VolumesV40ConfigVolumeDisk&gt;**](VolumesV40ConfigVolumeDisk.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::ListVolumeDisksByVolumeGroupId200Response.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::ListVolumeDisksByVolumeGroupId4XXResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**VolumesV40ErrorErrorResponse**](VolumesV40ErrorErrorResponse.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::ListVolumeDisksByVolumeGroupId4XXResponse.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::ListVolumeGroups200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**Array&lt;VolumesV40ConfigVolumeGroup&gt;**](VolumesV40ConfigVolumeGroup.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::ListVolumeGroups200Response.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # NutanixVolumes::ListVolumeGroups4XXResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
8
+ | **data** | [**VolumesV40ErrorErrorResponse**](VolumesV40ErrorErrorResponse.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'nutanix_volumes'
14
+
15
+ instance = NutanixVolumes::ListVolumeGroups4XXResponse.new(
16
+ metadata: null,
17
+ data: null
18
+ )
19
+ ```
20
+