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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +11 -0
- data/Gemfile +9 -0
- data/README.md +290 -0
- data/Rakefile +10 -0
- data/docs/AssociateCategory202Response.md +20 -0
- data/docs/AssociateCategory4XXResponse.md +20 -0
- data/docs/AttachIscsiClient202Response.md +20 -0
- data/docs/AttachIscsiClient4XXResponse.md +20 -0
- data/docs/AttachVm202Response.md +20 -0
- data/docs/AttachVm4XXResponse.md +20 -0
- data/docs/CommonV10ConfigEntityReference.md +24 -0
- data/docs/CommonV10ConfigEntityType.md +15 -0
- data/docs/CommonV10ConfigFQDN.md +18 -0
- data/docs/CommonV10ConfigFlag.md +20 -0
- data/docs/CommonV10ConfigIPAddressOrFQDN.md +22 -0
- data/docs/CommonV10ConfigIPv4Address.md +20 -0
- data/docs/CommonV10ConfigIPv6Address.md +20 -0
- data/docs/CommonV10ConfigKVPair.md +20 -0
- data/docs/CommonV10ConfigKVPairValue.md +59 -0
- data/docs/CommonV10ConfigMapOfStringWrapper.md +18 -0
- data/docs/CommonV10ConfigMessage.md +24 -0
- data/docs/CommonV10ConfigMessageSeverity.md +15 -0
- data/docs/CommonV10ConfigMetadata.md +26 -0
- data/docs/CommonV10ConfigTenantAwareModel.md +18 -0
- data/docs/CommonV10ResponseApiLink.md +20 -0
- data/docs/CommonV10ResponseApiResponseMetadata.md +26 -0
- data/docs/CommonV10ResponseExternalizableAbstractModel.md +22 -0
- data/docs/CommonV10StatsDownSamplingOperator.md +15 -0
- data/docs/CreateVolumeDisk202Response.md +20 -0
- data/docs/CreateVolumeDisk4XXResponse.md +20 -0
- data/docs/CreateVolumeGroup202Response.md +20 -0
- data/docs/CreateVolumeGroup4XXResponse.md +20 -0
- data/docs/DeleteVolumeDiskById202Response.md +20 -0
- data/docs/DeleteVolumeDiskById4XXResponse.md +20 -0
- data/docs/DeleteVolumeGroupById202Response.md +20 -0
- data/docs/DeleteVolumeGroupById4XXResponse.md +20 -0
- data/docs/DetachIscsiClient202Response.md +20 -0
- data/docs/DetachIscsiClient4XXResponse.md +20 -0
- data/docs/DetachVm202Response.md +20 -0
- data/docs/DetachVm4XXResponse.md +20 -0
- data/docs/DisassociateCategory202Response.md +20 -0
- data/docs/DisassociateCategory4XXResponse.md +20 -0
- data/docs/GetIscsiClientById200Response.md +20 -0
- data/docs/GetIscsiClientById4XXResponse.md +20 -0
- data/docs/GetVolumeDiskById200Response.md +20 -0
- data/docs/GetVolumeDiskById4XXResponse.md +20 -0
- data/docs/GetVolumeDiskStats200Response.md +20 -0
- data/docs/GetVolumeDiskStats4XXResponse.md +20 -0
- data/docs/GetVolumeGroupById200Response.md +20 -0
- data/docs/GetVolumeGroupById4XXResponse.md +20 -0
- data/docs/GetVolumeGroupMetadataById200Response.md +20 -0
- data/docs/GetVolumeGroupMetadataById4XXResponse.md +20 -0
- data/docs/GetVolumeGroupStats200Response.md +20 -0
- data/docs/GetVolumeGroupStats4XXResponse.md +20 -0
- data/docs/IscsiClientsApi.md +253 -0
- data/docs/ListCategoryAssociationsByVolumeGroupId200Response.md +20 -0
- data/docs/ListCategoryAssociationsByVolumeGroupId4XXResponse.md +20 -0
- data/docs/ListExternalIscsiAttachmentsByVolumeGroupId200Response.md +20 -0
- data/docs/ListExternalIscsiAttachmentsByVolumeGroupId4XXResponse.md +20 -0
- data/docs/ListIscsiClients200Response.md +20 -0
- data/docs/ListIscsiClients4XXResponse.md +20 -0
- data/docs/ListVmAttachmentsByVolumeGroupId200Response.md +20 -0
- data/docs/ListVmAttachmentsByVolumeGroupId4XXResponse.md +20 -0
- data/docs/ListVolumeDisksByVolumeGroupId200Response.md +20 -0
- data/docs/ListVolumeDisksByVolumeGroupId4XXResponse.md +20 -0
- data/docs/ListVolumeGroups200Response.md +20 -0
- data/docs/ListVolumeGroups4XXResponse.md +20 -0
- data/docs/PrismV40ConfigTaskReference.md +18 -0
- data/docs/RevertVolumeGroup202Response.md +20 -0
- data/docs/RevertVolumeGroup4XXResponse.md +20 -0
- data/docs/UpdateIscsiClientById202Response.md +20 -0
- data/docs/UpdateIscsiClientById4XXResponse.md +20 -0
- data/docs/UpdateVolumeDiskById202Response.md +20 -0
- data/docs/UpdateVolumeDiskById4XXResponse.md +20 -0
- data/docs/UpdateVolumeGroupById202Response.md +20 -0
- data/docs/UpdateVolumeGroupById4XXResponse.md +20 -0
- data/docs/VolumeGroupsApi.md +1887 -0
- data/docs/VolumesV40ConfigAssociateCategoryApiResponse.md +20 -0
- data/docs/VolumesV40ConfigAttachIscsiClientApiResponse.md +20 -0
- data/docs/VolumesV40ConfigAttachNvmfClientApiResponse.md +20 -0
- data/docs/VolumesV40ConfigAttachVmApiResponse.md +20 -0
- data/docs/VolumesV40ConfigAttachmentType.md +15 -0
- data/docs/VolumesV40ConfigAuthenticationType.md +15 -0
- data/docs/VolumesV40ConfigCategoryDetails.md +24 -0
- data/docs/VolumesV40ConfigCategoryEntityReferences.md +18 -0
- data/docs/VolumesV40ConfigCluster.md +20 -0
- data/docs/VolumesV40ConfigCreateVolumeDiskApiResponse.md +20 -0
- data/docs/VolumesV40ConfigCreateVolumeGroupApiResponse.md +20 -0
- data/docs/VolumesV40ConfigDeleteVolumeDiskApiResponse.md +20 -0
- data/docs/VolumesV40ConfigDeleteVolumeGroupApiResponse.md +20 -0
- data/docs/VolumesV40ConfigDetachIscsiClientApiResponse.md +20 -0
- data/docs/VolumesV40ConfigDetachNvmfClientApiResponse.md +20 -0
- data/docs/VolumesV40ConfigDetachVmApiResponse.md +20 -0
- data/docs/VolumesV40ConfigDisassociateCategoryApiResponse.md +20 -0
- data/docs/VolumesV40ConfigDiskStorageFeatures.md +18 -0
- data/docs/VolumesV40ConfigFlashMode.md +18 -0
- data/docs/VolumesV40ConfigGetIscsiClientApiResponse.md +20 -0
- data/docs/VolumesV40ConfigGetIscsiClientApiResponseData.md +49 -0
- data/docs/VolumesV40ConfigGetVolumeDiskApiResponse.md +20 -0
- data/docs/VolumesV40ConfigGetVolumeDiskApiResponseData.md +49 -0
- data/docs/VolumesV40ConfigGetVolumeGroupApiResponse.md +20 -0
- data/docs/VolumesV40ConfigGetVolumeGroupApiResponseData.md +49 -0
- data/docs/VolumesV40ConfigGetVolumeGroupMetadataApiResponse.md +20 -0
- data/docs/VolumesV40ConfigGetVolumeGroupMetadataApiResponseData.md +49 -0
- data/docs/VolumesV40ConfigIscsiClient.md +38 -0
- data/docs/VolumesV40ConfigIscsiClientAttachment.md +20 -0
- data/docs/VolumesV40ConfigIscsiFeatures.md +20 -0
- data/docs/VolumesV40ConfigListCategoryAssociationsApiResponse.md +20 -0
- data/docs/VolumesV40ConfigListCategoryAssociationsApiResponseData.md +49 -0
- data/docs/VolumesV40ConfigListExternalIscsiAttachmentsApiResponse.md +20 -0
- data/docs/VolumesV40ConfigListExternalIscsiAttachmentsApiResponseData.md +49 -0
- data/docs/VolumesV40ConfigListIscsiClientsApiResponse.md +20 -0
- data/docs/VolumesV40ConfigListIscsiClientsApiResponseData.md +49 -0
- data/docs/VolumesV40ConfigListVmAttachmentsApiResponse.md +20 -0
- data/docs/VolumesV40ConfigListVmAttachmentsApiResponseData.md +49 -0
- data/docs/VolumesV40ConfigListVolumeDisksApiResponse.md +20 -0
- data/docs/VolumesV40ConfigListVolumeDisksApiResponseData.md +49 -0
- data/docs/VolumesV40ConfigListVolumeGroupsApiResponse.md +20 -0
- data/docs/VolumesV40ConfigListVolumeGroupsApiResponseData.md +49 -0
- data/docs/VolumesV40ConfigMigrateVolumeGroupApiResponse.md +20 -0
- data/docs/VolumesV40ConfigNvmfClient.md +28 -0
- data/docs/VolumesV40ConfigNvmfClientAttachment.md +24 -0
- data/docs/VolumesV40ConfigPauseVolumeGroupSynchronousReplicationApiResponse.md +20 -0
- data/docs/VolumesV40ConfigProtocol.md +15 -0
- data/docs/VolumesV40ConfigResumeVolumeGroupSynchronousReplicationApiResponse.md +20 -0
- data/docs/VolumesV40ConfigResumeVolumeGroupSynchronousReplicationApiResponseData.md +47 -0
- data/docs/VolumesV40ConfigRevertSpec.md +18 -0
- data/docs/VolumesV40ConfigRevertVolumeGroupApiResponse.md +20 -0
- data/docs/VolumesV40ConfigSharingStatus.md +15 -0
- data/docs/VolumesV40ConfigStorageFeatures.md +18 -0
- data/docs/VolumesV40ConfigTargetParam.md +20 -0
- data/docs/VolumesV40ConfigUpdateIscsiClientApiResponse.md +20 -0
- data/docs/VolumesV40ConfigUpdateIscsiClientApiResponseData.md +49 -0
- data/docs/VolumesV40ConfigUpdateIscsiClientByIdApiResponse.md +20 -0
- data/docs/VolumesV40ConfigUpdateVolumeDiskApiResponse.md +20 -0
- data/docs/VolumesV40ConfigUpdateVolumeDiskByIdApiResponse.md +20 -0
- data/docs/VolumesV40ConfigUpdateVolumeGroupApiResponse.md +20 -0
- data/docs/VolumesV40ConfigUpdateVolumeGroupByIdApiResponse.md +20 -0
- data/docs/VolumesV40ConfigUpdateVolumeGroupMetadataApiResponse.md +20 -0
- data/docs/VolumesV40ConfigUpdateVolumeGroupMetadataInfoApiResponse.md +20 -0
- data/docs/VolumesV40ConfigUsageType.md +15 -0
- data/docs/VolumesV40ConfigVmAttachment.md +20 -0
- data/docs/VolumesV40ConfigVolumeDisk.md +34 -0
- data/docs/VolumesV40ConfigVolumeGroup.md +54 -0
- data/docs/VolumesV40ConfigVolumeGroupAttachmentSite.md +15 -0
- data/docs/VolumesV40ConfigVolumeGroupMetadata.md +20 -0
- data/docs/VolumesV40ErrorAppMessage.md +28 -0
- data/docs/VolumesV40ErrorErrorResponse.md +18 -0
- data/docs/VolumesV40ErrorErrorResponseError.md +49 -0
- data/docs/VolumesV40ErrorMessageSeverity.md +15 -0
- data/docs/VolumesV40ErrorSchemaValidationError.md +26 -0
- data/docs/VolumesV40ErrorSchemaValidationErrorMessage.md +22 -0
- data/docs/VolumesV40StatsGetVolumeDiskStatsApiResponse.md +20 -0
- data/docs/VolumesV40StatsGetVolumeDiskStatsApiResponseData.md +49 -0
- data/docs/VolumesV40StatsGetVolumeGroupStatsApiResponse.md +20 -0
- data/docs/VolumesV40StatsGetVolumeGroupStatsApiResponseData.md +49 -0
- data/docs/VolumesV40StatsTimeValuePair.md +20 -0
- data/docs/VolumesV40StatsVolumeDiskStats.md +44 -0
- data/docs/VolumesV40StatsVolumeGroupStats.md +44 -0
- data/git_push.sh +57 -0
- data/lib/nutanix_volumes/api/iscsi_clients_api.rb +270 -0
- data/lib/nutanix_volumes/api/volume_groups_api.rb +2003 -0
- data/lib/nutanix_volumes/api_client.rb +394 -0
- data/lib/nutanix_volumes/api_error.rb +58 -0
- data/lib/nutanix_volumes/configuration.rb +315 -0
- data/lib/nutanix_volumes/models/associate_category202_response.rb +224 -0
- data/lib/nutanix_volumes/models/associate_category4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/attach_iscsi_client202_response.rb +224 -0
- data/lib/nutanix_volumes/models/attach_iscsi_client4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/attach_vm202_response.rb +224 -0
- data/lib/nutanix_volumes/models/attach_vm4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/common_v10_config_entity_reference.rb +336 -0
- data/lib/nutanix_volumes/models/common_v10_config_entity_type.rb +68 -0
- data/lib/nutanix_volumes/models/common_v10_config_flag.rb +256 -0
- data/lib/nutanix_volumes/models/common_v10_config_fqdn.rb +237 -0
- data/lib/nutanix_volumes/models/common_v10_config_ip_address_or_fqdn.rb +233 -0
- data/lib/nutanix_volumes/models/common_v10_config_ipv4_address.rb +284 -0
- data/lib/nutanix_volumes/models/common_v10_config_ipv6_address.rb +284 -0
- data/lib/nutanix_volumes/models/common_v10_config_kv_pair.rb +253 -0
- data/lib/nutanix_volumes/models/common_v10_config_kv_pair_value.rb +111 -0
- data/lib/nutanix_volumes/models/common_v10_config_map_of_string_wrapper.rb +218 -0
- data/lib/nutanix_volumes/models/common_v10_config_message.rb +268 -0
- data/lib/nutanix_volumes/models/common_v10_config_message_severity.rb +43 -0
- data/lib/nutanix_volumes/models/common_v10_config_metadata.rb +366 -0
- data/lib/nutanix_volumes/models/common_v10_config_tenant_aware_model.rb +237 -0
- data/lib/nutanix_volumes/models/common_v10_response_api_link.rb +226 -0
- data/lib/nutanix_volumes/models/common_v10_response_api_response_metadata.rb +376 -0
- data/lib/nutanix_volumes/models/common_v10_response_externalizable_abstract_model.rb +312 -0
- data/lib/nutanix_volumes/models/common_v10_stats_down_sampling_operator.rb +46 -0
- data/lib/nutanix_volumes/models/create_volume_disk202_response.rb +224 -0
- data/lib/nutanix_volumes/models/create_volume_disk4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/create_volume_group202_response.rb +224 -0
- data/lib/nutanix_volumes/models/create_volume_group4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/delete_volume_disk_by_id202_response.rb +224 -0
- data/lib/nutanix_volumes/models/delete_volume_disk_by_id4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/delete_volume_group_by_id202_response.rb +224 -0
- data/lib/nutanix_volumes/models/delete_volume_group_by_id4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/detach_iscsi_client202_response.rb +224 -0
- data/lib/nutanix_volumes/models/detach_iscsi_client4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/detach_vm202_response.rb +224 -0
- data/lib/nutanix_volumes/models/detach_vm4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/disassociate_category202_response.rb +224 -0
- data/lib/nutanix_volumes/models/disassociate_category4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/get_iscsi_client_by_id200_response.rb +224 -0
- data/lib/nutanix_volumes/models/get_iscsi_client_by_id4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/get_volume_disk_by_id200_response.rb +224 -0
- data/lib/nutanix_volumes/models/get_volume_disk_by_id4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/get_volume_disk_stats200_response.rb +224 -0
- data/lib/nutanix_volumes/models/get_volume_disk_stats4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/get_volume_group_by_id200_response.rb +224 -0
- data/lib/nutanix_volumes/models/get_volume_group_by_id4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/get_volume_group_metadata_by_id200_response.rb +224 -0
- data/lib/nutanix_volumes/models/get_volume_group_metadata_by_id4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/get_volume_group_stats200_response.rb +224 -0
- data/lib/nutanix_volumes/models/get_volume_group_stats4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/list_category_associations_by_volume_group_id200_response.rb +226 -0
- data/lib/nutanix_volumes/models/list_category_associations_by_volume_group_id4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/list_external_iscsi_attachments_by_volume_group_id200_response.rb +226 -0
- data/lib/nutanix_volumes/models/list_external_iscsi_attachments_by_volume_group_id4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/list_iscsi_clients200_response.rb +226 -0
- data/lib/nutanix_volumes/models/list_iscsi_clients4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/list_vm_attachments_by_volume_group_id200_response.rb +226 -0
- data/lib/nutanix_volumes/models/list_vm_attachments_by_volume_group_id4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/list_volume_disks_by_volume_group_id200_response.rb +226 -0
- data/lib/nutanix_volumes/models/list_volume_disks_by_volume_group_id4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/list_volume_groups200_response.rb +226 -0
- data/lib/nutanix_volumes/models/list_volume_groups4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/prism_v40_config_task_reference.rb +237 -0
- data/lib/nutanix_volumes/models/revert_volume_group202_response.rb +224 -0
- data/lib/nutanix_volumes/models/revert_volume_group4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/update_iscsi_client_by_id202_response.rb +224 -0
- data/lib/nutanix_volumes/models/update_iscsi_client_by_id4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/update_volume_disk_by_id202_response.rb +224 -0
- data/lib/nutanix_volumes/models/update_volume_disk_by_id4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/update_volume_group_by_id202_response.rb +224 -0
- data/lib/nutanix_volumes/models/update_volume_group_by_id4_xx_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_associate_category_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_attach_iscsi_client_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_attach_nvmf_client_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_attach_vm_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_attachment_type.rb +43 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_authentication_type.rb +42 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_category_details.rb +344 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_category_entity_references.rb +246 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_cluster.rb +265 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_create_volume_disk_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_create_volume_group_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_delete_volume_disk_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_delete_volume_group_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_detach_iscsi_client_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_detach_nvmf_client_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_detach_vm_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_disassociate_category_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_disk_storage_features.rb +215 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_flash_mode.rb +218 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_get_iscsi_client_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_get_iscsi_client_api_response_data.rb +105 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_disk_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_disk_api_response_data.rb +105 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_api_response_data.rb +105 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_metadata_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_metadata_api_response_data.rb +105 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_iscsi_client.rb +508 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_iscsi_client_attachment.rb +268 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_iscsi_features.rb +275 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_list_category_associations_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_list_category_associations_api_response_data.rb +105 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_list_external_iscsi_attachments_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_list_external_iscsi_attachments_api_response_data.rb +105 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_list_iscsi_clients_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_list_iscsi_clients_api_response_data.rb +105 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_list_vm_attachments_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_list_vm_attachments_api_response_data.rb +105 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_list_volume_disks_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_list_volume_disks_api_response_data.rb +105 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_list_volume_groups_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_list_volume_groups_api_response_data.rb +105 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_migrate_volume_group_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_nvmf_client.rb +412 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_nvmf_client_attachment.rb +343 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_pause_volume_group_synchronous_replication_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_protocol.rb +43 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_data.rb +104 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_revert_spec.rb +244 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_revert_volume_group_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_sharing_status.rb +42 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_storage_features.rb +215 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_target_param.rb +273 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_update_iscsi_client_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_update_iscsi_client_api_response_data.rb +105 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_update_iscsi_client_by_id_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_disk_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_disk_by_id_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_by_id_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_metadata_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_metadata_info_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_usage_type.rb +44 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_vm_attachment.rb +254 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_volume_disk.rb +466 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_volume_group.rb +657 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_volume_group_attachment_site.rb +42 -0
- data/lib/nutanix_volumes/models/volumes_v40_config_volume_group_metadata.rb +255 -0
- data/lib/nutanix_volumes/models/volumes_v40_error_app_message.rb +291 -0
- data/lib/nutanix_volumes/models/volumes_v40_error_error_response.rb +215 -0
- data/lib/nutanix_volumes/models/volumes_v40_error_error_response_error.rb +105 -0
- data/lib/nutanix_volumes/models/volumes_v40_error_message_severity.rb +43 -0
- data/lib/nutanix_volumes/models/volumes_v40_error_schema_validation_error.rb +258 -0
- data/lib/nutanix_volumes/models/volumes_v40_error_schema_validation_error_message.rb +236 -0
- data/lib/nutanix_volumes/models/volumes_v40_stats_get_volume_disk_stats_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_stats_get_volume_disk_stats_api_response_data.rb +105 -0
- data/lib/nutanix_volumes/models/volumes_v40_stats_get_volume_group_stats_api_response.rb +224 -0
- data/lib/nutanix_volumes/models/volumes_v40_stats_get_volume_group_stats_api_response_data.rb +105 -0
- data/lib/nutanix_volumes/models/volumes_v40_stats_time_value_pair.rb +225 -0
- data/lib/nutanix_volumes/models/volumes_v40_stats_volume_disk_stats.rb +743 -0
- data/lib/nutanix_volumes/models/volumes_v40_stats_volume_group_stats.rb +743 -0
- data/lib/nutanix_volumes/version.rb +15 -0
- data/lib/nutanix_volumes.rb +194 -0
- data/nutanix_volumes.gemspec +39 -0
- data/spec/api/iscsi_clients_api_spec.rb +79 -0
- data/spec/api/volume_groups_api_spec.rb +370 -0
- data/spec/models/associate_category202_response_spec.rb +42 -0
- data/spec/models/associate_category4_xx_response_spec.rb +42 -0
- data/spec/models/attach_iscsi_client202_response_spec.rb +42 -0
- data/spec/models/attach_iscsi_client4_xx_response_spec.rb +42 -0
- data/spec/models/attach_vm202_response_spec.rb +42 -0
- data/spec/models/attach_vm4_xx_response_spec.rb +42 -0
- data/spec/models/common_v10_config_entity_reference_spec.rb +54 -0
- data/spec/models/common_v10_config_entity_type_spec.rb +30 -0
- data/spec/models/common_v10_config_flag_spec.rb +42 -0
- data/spec/models/common_v10_config_fqdn_spec.rb +36 -0
- data/spec/models/common_v10_config_ip_address_or_fqdn_spec.rb +48 -0
- data/spec/models/common_v10_config_ipv4_address_spec.rb +42 -0
- data/spec/models/common_v10_config_ipv6_address_spec.rb +42 -0
- data/spec/models/common_v10_config_kv_pair_spec.rb +42 -0
- data/spec/models/common_v10_config_kv_pair_value_spec.rb +32 -0
- data/spec/models/common_v10_config_map_of_string_wrapper_spec.rb +36 -0
- data/spec/models/common_v10_config_message_severity_spec.rb +30 -0
- data/spec/models/common_v10_config_message_spec.rb +54 -0
- data/spec/models/common_v10_config_metadata_spec.rb +60 -0
- data/spec/models/common_v10_config_tenant_aware_model_spec.rb +36 -0
- data/spec/models/common_v10_response_api_link_spec.rb +42 -0
- data/spec/models/common_v10_response_api_response_metadata_spec.rb +60 -0
- data/spec/models/common_v10_response_externalizable_abstract_model_spec.rb +48 -0
- data/spec/models/common_v10_stats_down_sampling_operator_spec.rb +30 -0
- data/spec/models/create_volume_disk202_response_spec.rb +42 -0
- data/spec/models/create_volume_disk4_xx_response_spec.rb +42 -0
- data/spec/models/create_volume_group202_response_spec.rb +42 -0
- data/spec/models/create_volume_group4_xx_response_spec.rb +42 -0
- data/spec/models/delete_volume_disk_by_id202_response_spec.rb +42 -0
- data/spec/models/delete_volume_disk_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/delete_volume_group_by_id202_response_spec.rb +42 -0
- data/spec/models/delete_volume_group_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/detach_iscsi_client202_response_spec.rb +42 -0
- data/spec/models/detach_iscsi_client4_xx_response_spec.rb +42 -0
- data/spec/models/detach_vm202_response_spec.rb +42 -0
- data/spec/models/detach_vm4_xx_response_spec.rb +42 -0
- data/spec/models/disassociate_category202_response_spec.rb +42 -0
- data/spec/models/disassociate_category4_xx_response_spec.rb +42 -0
- data/spec/models/get_iscsi_client_by_id200_response_spec.rb +42 -0
- data/spec/models/get_iscsi_client_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_volume_disk_by_id200_response_spec.rb +42 -0
- data/spec/models/get_volume_disk_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_volume_disk_stats200_response_spec.rb +42 -0
- data/spec/models/get_volume_disk_stats4_xx_response_spec.rb +42 -0
- data/spec/models/get_volume_group_by_id200_response_spec.rb +42 -0
- data/spec/models/get_volume_group_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_volume_group_metadata_by_id200_response_spec.rb +42 -0
- data/spec/models/get_volume_group_metadata_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/get_volume_group_stats200_response_spec.rb +42 -0
- data/spec/models/get_volume_group_stats4_xx_response_spec.rb +42 -0
- data/spec/models/list_category_associations_by_volume_group_id200_response_spec.rb +42 -0
- data/spec/models/list_category_associations_by_volume_group_id4_xx_response_spec.rb +42 -0
- data/spec/models/list_external_iscsi_attachments_by_volume_group_id200_response_spec.rb +42 -0
- data/spec/models/list_external_iscsi_attachments_by_volume_group_id4_xx_response_spec.rb +42 -0
- data/spec/models/list_iscsi_clients200_response_spec.rb +42 -0
- data/spec/models/list_iscsi_clients4_xx_response_spec.rb +42 -0
- data/spec/models/list_vm_attachments_by_volume_group_id200_response_spec.rb +42 -0
- data/spec/models/list_vm_attachments_by_volume_group_id4_xx_response_spec.rb +42 -0
- data/spec/models/list_volume_disks_by_volume_group_id200_response_spec.rb +42 -0
- data/spec/models/list_volume_disks_by_volume_group_id4_xx_response_spec.rb +42 -0
- data/spec/models/list_volume_groups200_response_spec.rb +42 -0
- data/spec/models/list_volume_groups4_xx_response_spec.rb +42 -0
- data/spec/models/prism_v40_config_task_reference_spec.rb +36 -0
- data/spec/models/revert_volume_group202_response_spec.rb +42 -0
- data/spec/models/revert_volume_group4_xx_response_spec.rb +42 -0
- data/spec/models/update_iscsi_client_by_id202_response_spec.rb +42 -0
- data/spec/models/update_iscsi_client_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/update_volume_disk_by_id202_response_spec.rb +42 -0
- data/spec/models/update_volume_disk_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/update_volume_group_by_id202_response_spec.rb +42 -0
- data/spec/models/update_volume_group_by_id4_xx_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_associate_category_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_attach_iscsi_client_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_attach_nvmf_client_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_attach_vm_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_attachment_type_spec.rb +30 -0
- data/spec/models/volumes_v40_config_authentication_type_spec.rb +30 -0
- data/spec/models/volumes_v40_config_category_details_spec.rb +54 -0
- data/spec/models/volumes_v40_config_category_entity_references_spec.rb +36 -0
- data/spec/models/volumes_v40_config_cluster_spec.rb +42 -0
- data/spec/models/volumes_v40_config_create_volume_disk_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_create_volume_group_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_delete_volume_disk_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_delete_volume_group_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_detach_iscsi_client_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_detach_nvmf_client_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_detach_vm_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_disassociate_category_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_disk_storage_features_spec.rb +36 -0
- data/spec/models/volumes_v40_config_flash_mode_spec.rb +36 -0
- data/spec/models/volumes_v40_config_get_iscsi_client_api_response_data_spec.rb +32 -0
- data/spec/models/volumes_v40_config_get_iscsi_client_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_get_volume_disk_api_response_data_spec.rb +32 -0
- data/spec/models/volumes_v40_config_get_volume_disk_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_get_volume_group_api_response_data_spec.rb +32 -0
- data/spec/models/volumes_v40_config_get_volume_group_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_get_volume_group_metadata_api_response_data_spec.rb +32 -0
- data/spec/models/volumes_v40_config_get_volume_group_metadata_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_iscsi_client_attachment_spec.rb +42 -0
- data/spec/models/volumes_v40_config_iscsi_client_spec.rb +96 -0
- data/spec/models/volumes_v40_config_iscsi_features_spec.rb +42 -0
- data/spec/models/volumes_v40_config_list_category_associations_api_response_data_spec.rb +32 -0
- data/spec/models/volumes_v40_config_list_category_associations_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_list_external_iscsi_attachments_api_response_data_spec.rb +32 -0
- data/spec/models/volumes_v40_config_list_external_iscsi_attachments_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_list_iscsi_clients_api_response_data_spec.rb +32 -0
- data/spec/models/volumes_v40_config_list_iscsi_clients_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_list_vm_attachments_api_response_data_spec.rb +32 -0
- data/spec/models/volumes_v40_config_list_vm_attachments_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_list_volume_disks_api_response_data_spec.rb +32 -0
- data/spec/models/volumes_v40_config_list_volume_disks_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_list_volume_groups_api_response_data_spec.rb +32 -0
- data/spec/models/volumes_v40_config_list_volume_groups_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_migrate_volume_group_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_nvmf_client_attachment_spec.rb +54 -0
- data/spec/models/volumes_v40_config_nvmf_client_spec.rb +66 -0
- data/spec/models/volumes_v40_config_pause_volume_group_synchronous_replication_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_protocol_spec.rb +30 -0
- data/spec/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_data_spec.rb +32 -0
- data/spec/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_revert_spec_spec.rb +36 -0
- data/spec/models/volumes_v40_config_revert_volume_group_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_sharing_status_spec.rb +30 -0
- data/spec/models/volumes_v40_config_storage_features_spec.rb +36 -0
- data/spec/models/volumes_v40_config_target_param_spec.rb +42 -0
- data/spec/models/volumes_v40_config_update_iscsi_client_api_response_data_spec.rb +32 -0
- data/spec/models/volumes_v40_config_update_iscsi_client_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_update_iscsi_client_by_id_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_update_volume_disk_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_update_volume_disk_by_id_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_update_volume_group_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_update_volume_group_by_id_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_update_volume_group_metadata_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_update_volume_group_metadata_info_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_config_usage_type_spec.rb +30 -0
- data/spec/models/volumes_v40_config_vm_attachment_spec.rb +42 -0
- data/spec/models/volumes_v40_config_volume_disk_spec.rb +84 -0
- data/spec/models/volumes_v40_config_volume_group_attachment_site_spec.rb +30 -0
- data/spec/models/volumes_v40_config_volume_group_metadata_spec.rb +42 -0
- data/spec/models/volumes_v40_config_volume_group_spec.rb +144 -0
- data/spec/models/volumes_v40_error_app_message_spec.rb +66 -0
- data/spec/models/volumes_v40_error_error_response_error_spec.rb +32 -0
- data/spec/models/volumes_v40_error_error_response_spec.rb +36 -0
- data/spec/models/volumes_v40_error_message_severity_spec.rb +30 -0
- data/spec/models/volumes_v40_error_schema_validation_error_message_spec.rb +48 -0
- data/spec/models/volumes_v40_error_schema_validation_error_spec.rb +60 -0
- data/spec/models/volumes_v40_stats_get_volume_disk_stats_api_response_data_spec.rb +32 -0
- data/spec/models/volumes_v40_stats_get_volume_disk_stats_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_stats_get_volume_group_stats_api_response_data_spec.rb +32 -0
- data/spec/models/volumes_v40_stats_get_volume_group_stats_api_response_spec.rb +42 -0
- data/spec/models/volumes_v40_stats_time_value_pair_spec.rb +42 -0
- data/spec/models/volumes_v40_stats_volume_disk_stats_spec.rb +114 -0
- data/spec/models/volumes_v40_stats_volume_group_stats_spec.rb +114 -0
- data/spec/spec_helper.rb +111 -0
- data/swagger-volumes-v4.0-all.yaml +8140 -0
- metadata +714 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: fc6b3cf05ac5531a3f6dda7171e1e30d45b5a48de9f63cb0413a2640ca8da825
|
|
4
|
+
data.tar.gz: a2d456e27dc306e562527bd8c18c089b5688be0fc45611be253f94fc744fab83
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: ee172b24d3dd5e43fd0a17bb4a4df3ff9da7fb86b331b2792a2aea561ad4fe77f9c08fd64b41a3802dfb93fc0e65e25842139dd9e23f0c7c610abb5346626006
|
|
7
|
+
data.tar.gz: 0fe8c32e064aefbe9b06cb86cdd064d2f13e6b409174e1a86e2d7a2eb6acd3b29d70703ce90f3ecc8856810c563b7b40980d043fd3788621e7e1b92d10298ad4
|
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
All notable changes to this project will be documented in this file.
|
|
3
|
+
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
4
|
+
|
|
5
|
+
## [Unreleased]
|
|
6
|
+
|
|
7
|
+
## [0.1.0] - 2025-06-11
|
|
8
|
+
### Added
|
|
9
|
+
- Initial release
|
|
10
|
+
|
|
11
|
+
[0.1.0]: https://github.com/ManageIQ/nutanix_volumes-sdk-ruby/tree/v0.1.0
|
data/Gemfile
ADDED
data/README.md
ADDED
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
# nutanix_volumes
|
|
2
|
+
|
|
3
|
+
NutanixVolumes - the Ruby gem for the Nutanix Volumes APIs
|
|
4
|
+
|
|
5
|
+
Configure volumes.
|
|
6
|
+
|
|
7
|
+
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
|
+
|
|
9
|
+
- API version: 4.0
|
|
10
|
+
- Package version: 1.0.0
|
|
11
|
+
- Generator version: 7.9.0
|
|
12
|
+
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
|
+
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
### Build a gem
|
|
17
|
+
|
|
18
|
+
To build the Ruby code into a gem:
|
|
19
|
+
|
|
20
|
+
```shell
|
|
21
|
+
gem build nutanix_volumes.gemspec
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
Then either install the gem locally:
|
|
25
|
+
|
|
26
|
+
```shell
|
|
27
|
+
gem install ./nutanix_volumes-1.0.0.gem
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
(for development, run `gem install --dev ./nutanix_volumes-1.0.0.gem` to install the development dependencies)
|
|
31
|
+
|
|
32
|
+
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
|
+
|
|
34
|
+
Finally add this to the Gemfile:
|
|
35
|
+
|
|
36
|
+
gem 'nutanix_volumes', '~> 1.0.0'
|
|
37
|
+
|
|
38
|
+
### Install from Git
|
|
39
|
+
|
|
40
|
+
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
|
|
41
|
+
|
|
42
|
+
gem 'nutanix_volumes', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
|
|
43
|
+
|
|
44
|
+
### Include the Ruby code directly
|
|
45
|
+
|
|
46
|
+
Include the Ruby code directly using `-I` as follows:
|
|
47
|
+
|
|
48
|
+
```shell
|
|
49
|
+
ruby -Ilib script.rb
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Getting Started
|
|
53
|
+
|
|
54
|
+
Please follow the [installation](#installation) procedure and then run the following code:
|
|
55
|
+
|
|
56
|
+
```ruby
|
|
57
|
+
# Load the gem
|
|
58
|
+
require 'nutanix_volumes'
|
|
59
|
+
|
|
60
|
+
# Setup authorization
|
|
61
|
+
NutanixVolumes.configure do |config|
|
|
62
|
+
# Configure API key authorization: apiKeyAuthScheme
|
|
63
|
+
config.api_key['X-ntnx-api-key'] = 'YOUR API KEY'
|
|
64
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
65
|
+
# config.api_key_prefix['X-ntnx-api-key'] = 'Bearer'
|
|
66
|
+
|
|
67
|
+
# Configure HTTP basic authorization: basicAuthScheme
|
|
68
|
+
config.username = 'YOUR_USERNAME'
|
|
69
|
+
config.password = 'YOUR_PASSWORD'
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
api_instance = NutanixVolumes::IscsiClientsApi.new
|
|
73
|
+
ext_id = 'be0e4630-23da-4b9c-a76b-f24fd64b46b6' # String | The external identifier of an iSCSI client.
|
|
74
|
+
|
|
75
|
+
begin
|
|
76
|
+
#Fetch an iSCSI client details
|
|
77
|
+
result = api_instance.get_iscsi_client_by_id(ext_id)
|
|
78
|
+
p result
|
|
79
|
+
rescue NutanixVolumes::ApiError => e
|
|
80
|
+
puts "Exception when calling IscsiClientsApi->get_iscsi_client_by_id: #{e}"
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
## Documentation for API Endpoints
|
|
86
|
+
|
|
87
|
+
All URIs are relative to *https://:9440/api*
|
|
88
|
+
|
|
89
|
+
Class | Method | HTTP request | Description
|
|
90
|
+
------------ | ------------- | ------------- | -------------
|
|
91
|
+
*NutanixVolumes::IscsiClientsApi* | [**get_iscsi_client_by_id**](docs/IscsiClientsApi.md#get_iscsi_client_by_id) | **GET** /volumes/v4.0/config/iscsi-clients/{extId} | Fetch an iSCSI client details
|
|
92
|
+
*NutanixVolumes::IscsiClientsApi* | [**list_iscsi_clients**](docs/IscsiClientsApi.md#list_iscsi_clients) | **GET** /volumes/v4.0/config/iscsi-clients | List all the iSCSI clients
|
|
93
|
+
*NutanixVolumes::IscsiClientsApi* | [**update_iscsi_client_by_id**](docs/IscsiClientsApi.md#update_iscsi_client_by_id) | **PUT** /volumes/v4.0/config/iscsi-clients/{extId} | Update an iSCSI client
|
|
94
|
+
*NutanixVolumes::VolumeGroupsApi* | [**associate_category**](docs/VolumeGroupsApi.md#associate_category) | **POST** /volumes/v4.0/config/volume-groups/{extId}/$actions/associate-category | Associate category to a Volume Group
|
|
95
|
+
*NutanixVolumes::VolumeGroupsApi* | [**attach_iscsi_client**](docs/VolumeGroupsApi.md#attach_iscsi_client) | **POST** /volumes/v4.0/config/volume-groups/{extId}/$actions/attach-iscsi-client | Attach an iSCSI client to the given Volume Group
|
|
96
|
+
*NutanixVolumes::VolumeGroupsApi* | [**attach_vm**](docs/VolumeGroupsApi.md#attach_vm) | **POST** /volumes/v4.0/config/volume-groups/{extId}/$actions/attach-vm | Attach an AHV VM to the given Volume Group
|
|
97
|
+
*NutanixVolumes::VolumeGroupsApi* | [**create_volume_disk**](docs/VolumeGroupsApi.md#create_volume_disk) | **POST** /volumes/v4.0/config/volume-groups/{volumeGroupExtId}/disks | Creates a new Volume Disk
|
|
98
|
+
*NutanixVolumes::VolumeGroupsApi* | [**create_volume_group**](docs/VolumeGroupsApi.md#create_volume_group) | **POST** /volumes/v4.0/config/volume-groups | Creates a new Volume Group
|
|
99
|
+
*NutanixVolumes::VolumeGroupsApi* | [**delete_volume_disk_by_id**](docs/VolumeGroupsApi.md#delete_volume_disk_by_id) | **DELETE** /volumes/v4.0/config/volume-groups/{volumeGroupExtId}/disks/{extId} | Delete a Volume Disk
|
|
100
|
+
*NutanixVolumes::VolumeGroupsApi* | [**delete_volume_group_by_id**](docs/VolumeGroupsApi.md#delete_volume_group_by_id) | **DELETE** /volumes/v4.0/config/volume-groups/{extId} | Delete the Volume Group
|
|
101
|
+
*NutanixVolumes::VolumeGroupsApi* | [**detach_iscsi_client**](docs/VolumeGroupsApi.md#detach_iscsi_client) | **POST** /volumes/v4.0/config/volume-groups/{extId}/$actions/detach-iscsi-client | Detach an iSCSi client from the given Volume Group
|
|
102
|
+
*NutanixVolumes::VolumeGroupsApi* | [**detach_vm**](docs/VolumeGroupsApi.md#detach_vm) | **POST** /volumes/v4.0/config/volume-groups/{extId}/$actions/detach-vm | Detach an AHV VM from the given Volume Group
|
|
103
|
+
*NutanixVolumes::VolumeGroupsApi* | [**disassociate_category**](docs/VolumeGroupsApi.md#disassociate_category) | **POST** /volumes/v4.0/config/volume-groups/{extId}/$actions/disassociate-category | Disassociate category from a Volume Group
|
|
104
|
+
*NutanixVolumes::VolumeGroupsApi* | [**get_volume_disk_by_id**](docs/VolumeGroupsApi.md#get_volume_disk_by_id) | **GET** /volumes/v4.0/config/volume-groups/{volumeGroupExtId}/disks/{extId} | Get the details of a Volume Disk
|
|
105
|
+
*NutanixVolumes::VolumeGroupsApi* | [**get_volume_disk_stats**](docs/VolumeGroupsApi.md#get_volume_disk_stats) | **GET** /volumes/v4.0/stats/volume-groups/{volumeGroupExtId}/disks/{extId} | Get statistics for a Volume Disk
|
|
106
|
+
*NutanixVolumes::VolumeGroupsApi* | [**get_volume_group_by_id**](docs/VolumeGroupsApi.md#get_volume_group_by_id) | **GET** /volumes/v4.0/config/volume-groups/{extId} | Get a Volume Group
|
|
107
|
+
*NutanixVolumes::VolumeGroupsApi* | [**get_volume_group_metadata_by_id**](docs/VolumeGroupsApi.md#get_volume_group_metadata_by_id) | **GET** /volumes/v4.0/config/volume-groups/{volumeGroupExtId}/metadata | Fetch metadata information associated with a Volume Group.
|
|
108
|
+
*NutanixVolumes::VolumeGroupsApi* | [**get_volume_group_stats**](docs/VolumeGroupsApi.md#get_volume_group_stats) | **GET** /volumes/v4.0/stats/volume-groups/{extId} | Get statistics for a Volume Group
|
|
109
|
+
*NutanixVolumes::VolumeGroupsApi* | [**list_category_associations_by_volume_group_id**](docs/VolumeGroupsApi.md#list_category_associations_by_volume_group_id) | **GET** /volumes/v4.0/config/volume-groups/{volumeGroupExtId}/category-associations | List all the category details that are associated with the Volume Group
|
|
110
|
+
*NutanixVolumes::VolumeGroupsApi* | [**list_external_iscsi_attachments_by_volume_group_id**](docs/VolumeGroupsApi.md#list_external_iscsi_attachments_by_volume_group_id) | **GET** /volumes/v4.0/config/volume-groups/{volumeGroupExtId}/external-iscsi-attachments | List all the iSCSI attachments associated with the given Volume Group
|
|
111
|
+
*NutanixVolumes::VolumeGroupsApi* | [**list_vm_attachments_by_volume_group_id**](docs/VolumeGroupsApi.md#list_vm_attachments_by_volume_group_id) | **GET** /volumes/v4.0/config/volume-groups/{volumeGroupExtId}/vm-attachments | List all the VM attachments for a Volume Group
|
|
112
|
+
*NutanixVolumes::VolumeGroupsApi* | [**list_volume_disks_by_volume_group_id**](docs/VolumeGroupsApi.md#list_volume_disks_by_volume_group_id) | **GET** /volumes/v4.0/config/volume-groups/{volumeGroupExtId}/disks | List all the Volume Disks attached to the Volume Group
|
|
113
|
+
*NutanixVolumes::VolumeGroupsApi* | [**list_volume_groups**](docs/VolumeGroupsApi.md#list_volume_groups) | **GET** /volumes/v4.0/config/volume-groups | List all the Volume Groups
|
|
114
|
+
*NutanixVolumes::VolumeGroupsApi* | [**revert_volume_group**](docs/VolumeGroupsApi.md#revert_volume_group) | **POST** /volumes/v4.0/config/volume-groups/{extId}/$actions/revert | Revert a Volume Group
|
|
115
|
+
*NutanixVolumes::VolumeGroupsApi* | [**update_volume_disk_by_id**](docs/VolumeGroupsApi.md#update_volume_disk_by_id) | **PUT** /volumes/v4.0/config/volume-groups/{volumeGroupExtId}/disks/{extId} | Update a specified Volume Disk
|
|
116
|
+
*NutanixVolumes::VolumeGroupsApi* | [**update_volume_group_by_id**](docs/VolumeGroupsApi.md#update_volume_group_by_id) | **PUT** /volumes/v4.0/config/volume-groups/{extId} | Update details of a specified Volume Group
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
## Documentation for Models
|
|
120
|
+
|
|
121
|
+
- [NutanixVolumes::AssociateCategory202Response](docs/AssociateCategory202Response.md)
|
|
122
|
+
- [NutanixVolumes::AssociateCategory4XXResponse](docs/AssociateCategory4XXResponse.md)
|
|
123
|
+
- [NutanixVolumes::AttachIscsiClient202Response](docs/AttachIscsiClient202Response.md)
|
|
124
|
+
- [NutanixVolumes::AttachIscsiClient4XXResponse](docs/AttachIscsiClient4XXResponse.md)
|
|
125
|
+
- [NutanixVolumes::AttachVm202Response](docs/AttachVm202Response.md)
|
|
126
|
+
- [NutanixVolumes::AttachVm4XXResponse](docs/AttachVm4XXResponse.md)
|
|
127
|
+
- [NutanixVolumes::CommonV10ConfigEntityReference](docs/CommonV10ConfigEntityReference.md)
|
|
128
|
+
- [NutanixVolumes::CommonV10ConfigEntityType](docs/CommonV10ConfigEntityType.md)
|
|
129
|
+
- [NutanixVolumes::CommonV10ConfigFQDN](docs/CommonV10ConfigFQDN.md)
|
|
130
|
+
- [NutanixVolumes::CommonV10ConfigFlag](docs/CommonV10ConfigFlag.md)
|
|
131
|
+
- [NutanixVolumes::CommonV10ConfigIPAddressOrFQDN](docs/CommonV10ConfigIPAddressOrFQDN.md)
|
|
132
|
+
- [NutanixVolumes::CommonV10ConfigIPv4Address](docs/CommonV10ConfigIPv4Address.md)
|
|
133
|
+
- [NutanixVolumes::CommonV10ConfigIPv6Address](docs/CommonV10ConfigIPv6Address.md)
|
|
134
|
+
- [NutanixVolumes::CommonV10ConfigKVPair](docs/CommonV10ConfigKVPair.md)
|
|
135
|
+
- [NutanixVolumes::CommonV10ConfigKVPairValue](docs/CommonV10ConfigKVPairValue.md)
|
|
136
|
+
- [NutanixVolumes::CommonV10ConfigMapOfStringWrapper](docs/CommonV10ConfigMapOfStringWrapper.md)
|
|
137
|
+
- [NutanixVolumes::CommonV10ConfigMessage](docs/CommonV10ConfigMessage.md)
|
|
138
|
+
- [NutanixVolumes::CommonV10ConfigMessageSeverity](docs/CommonV10ConfigMessageSeverity.md)
|
|
139
|
+
- [NutanixVolumes::CommonV10ConfigMetadata](docs/CommonV10ConfigMetadata.md)
|
|
140
|
+
- [NutanixVolumes::CommonV10ConfigTenantAwareModel](docs/CommonV10ConfigTenantAwareModel.md)
|
|
141
|
+
- [NutanixVolumes::CommonV10ResponseApiLink](docs/CommonV10ResponseApiLink.md)
|
|
142
|
+
- [NutanixVolumes::CommonV10ResponseApiResponseMetadata](docs/CommonV10ResponseApiResponseMetadata.md)
|
|
143
|
+
- [NutanixVolumes::CommonV10ResponseExternalizableAbstractModel](docs/CommonV10ResponseExternalizableAbstractModel.md)
|
|
144
|
+
- [NutanixVolumes::CommonV10StatsDownSamplingOperator](docs/CommonV10StatsDownSamplingOperator.md)
|
|
145
|
+
- [NutanixVolumes::CreateVolumeDisk202Response](docs/CreateVolumeDisk202Response.md)
|
|
146
|
+
- [NutanixVolumes::CreateVolumeDisk4XXResponse](docs/CreateVolumeDisk4XXResponse.md)
|
|
147
|
+
- [NutanixVolumes::CreateVolumeGroup202Response](docs/CreateVolumeGroup202Response.md)
|
|
148
|
+
- [NutanixVolumes::CreateVolumeGroup4XXResponse](docs/CreateVolumeGroup4XXResponse.md)
|
|
149
|
+
- [NutanixVolumes::DeleteVolumeDiskById202Response](docs/DeleteVolumeDiskById202Response.md)
|
|
150
|
+
- [NutanixVolumes::DeleteVolumeDiskById4XXResponse](docs/DeleteVolumeDiskById4XXResponse.md)
|
|
151
|
+
- [NutanixVolumes::DeleteVolumeGroupById202Response](docs/DeleteVolumeGroupById202Response.md)
|
|
152
|
+
- [NutanixVolumes::DeleteVolumeGroupById4XXResponse](docs/DeleteVolumeGroupById4XXResponse.md)
|
|
153
|
+
- [NutanixVolumes::DetachIscsiClient202Response](docs/DetachIscsiClient202Response.md)
|
|
154
|
+
- [NutanixVolumes::DetachIscsiClient4XXResponse](docs/DetachIscsiClient4XXResponse.md)
|
|
155
|
+
- [NutanixVolumes::DetachVm202Response](docs/DetachVm202Response.md)
|
|
156
|
+
- [NutanixVolumes::DetachVm4XXResponse](docs/DetachVm4XXResponse.md)
|
|
157
|
+
- [NutanixVolumes::DisassociateCategory202Response](docs/DisassociateCategory202Response.md)
|
|
158
|
+
- [NutanixVolumes::DisassociateCategory4XXResponse](docs/DisassociateCategory4XXResponse.md)
|
|
159
|
+
- [NutanixVolumes::GetIscsiClientById200Response](docs/GetIscsiClientById200Response.md)
|
|
160
|
+
- [NutanixVolumes::GetIscsiClientById4XXResponse](docs/GetIscsiClientById4XXResponse.md)
|
|
161
|
+
- [NutanixVolumes::GetVolumeDiskById200Response](docs/GetVolumeDiskById200Response.md)
|
|
162
|
+
- [NutanixVolumes::GetVolumeDiskById4XXResponse](docs/GetVolumeDiskById4XXResponse.md)
|
|
163
|
+
- [NutanixVolumes::GetVolumeDiskStats200Response](docs/GetVolumeDiskStats200Response.md)
|
|
164
|
+
- [NutanixVolumes::GetVolumeDiskStats4XXResponse](docs/GetVolumeDiskStats4XXResponse.md)
|
|
165
|
+
- [NutanixVolumes::GetVolumeGroupById200Response](docs/GetVolumeGroupById200Response.md)
|
|
166
|
+
- [NutanixVolumes::GetVolumeGroupById4XXResponse](docs/GetVolumeGroupById4XXResponse.md)
|
|
167
|
+
- [NutanixVolumes::GetVolumeGroupMetadataById200Response](docs/GetVolumeGroupMetadataById200Response.md)
|
|
168
|
+
- [NutanixVolumes::GetVolumeGroupMetadataById4XXResponse](docs/GetVolumeGroupMetadataById4XXResponse.md)
|
|
169
|
+
- [NutanixVolumes::GetVolumeGroupStats200Response](docs/GetVolumeGroupStats200Response.md)
|
|
170
|
+
- [NutanixVolumes::GetVolumeGroupStats4XXResponse](docs/GetVolumeGroupStats4XXResponse.md)
|
|
171
|
+
- [NutanixVolumes::ListCategoryAssociationsByVolumeGroupId200Response](docs/ListCategoryAssociationsByVolumeGroupId200Response.md)
|
|
172
|
+
- [NutanixVolumes::ListCategoryAssociationsByVolumeGroupId4XXResponse](docs/ListCategoryAssociationsByVolumeGroupId4XXResponse.md)
|
|
173
|
+
- [NutanixVolumes::ListExternalIscsiAttachmentsByVolumeGroupId200Response](docs/ListExternalIscsiAttachmentsByVolumeGroupId200Response.md)
|
|
174
|
+
- [NutanixVolumes::ListExternalIscsiAttachmentsByVolumeGroupId4XXResponse](docs/ListExternalIscsiAttachmentsByVolumeGroupId4XXResponse.md)
|
|
175
|
+
- [NutanixVolumes::ListIscsiClients200Response](docs/ListIscsiClients200Response.md)
|
|
176
|
+
- [NutanixVolumes::ListIscsiClients4XXResponse](docs/ListIscsiClients4XXResponse.md)
|
|
177
|
+
- [NutanixVolumes::ListVmAttachmentsByVolumeGroupId200Response](docs/ListVmAttachmentsByVolumeGroupId200Response.md)
|
|
178
|
+
- [NutanixVolumes::ListVmAttachmentsByVolumeGroupId4XXResponse](docs/ListVmAttachmentsByVolumeGroupId4XXResponse.md)
|
|
179
|
+
- [NutanixVolumes::ListVolumeDisksByVolumeGroupId200Response](docs/ListVolumeDisksByVolumeGroupId200Response.md)
|
|
180
|
+
- [NutanixVolumes::ListVolumeDisksByVolumeGroupId4XXResponse](docs/ListVolumeDisksByVolumeGroupId4XXResponse.md)
|
|
181
|
+
- [NutanixVolumes::ListVolumeGroups200Response](docs/ListVolumeGroups200Response.md)
|
|
182
|
+
- [NutanixVolumes::ListVolumeGroups4XXResponse](docs/ListVolumeGroups4XXResponse.md)
|
|
183
|
+
- [NutanixVolumes::PrismV40ConfigTaskReference](docs/PrismV40ConfigTaskReference.md)
|
|
184
|
+
- [NutanixVolumes::RevertVolumeGroup202Response](docs/RevertVolumeGroup202Response.md)
|
|
185
|
+
- [NutanixVolumes::RevertVolumeGroup4XXResponse](docs/RevertVolumeGroup4XXResponse.md)
|
|
186
|
+
- [NutanixVolumes::UpdateIscsiClientById202Response](docs/UpdateIscsiClientById202Response.md)
|
|
187
|
+
- [NutanixVolumes::UpdateIscsiClientById4XXResponse](docs/UpdateIscsiClientById4XXResponse.md)
|
|
188
|
+
- [NutanixVolumes::UpdateVolumeDiskById202Response](docs/UpdateVolumeDiskById202Response.md)
|
|
189
|
+
- [NutanixVolumes::UpdateVolumeDiskById4XXResponse](docs/UpdateVolumeDiskById4XXResponse.md)
|
|
190
|
+
- [NutanixVolumes::UpdateVolumeGroupById202Response](docs/UpdateVolumeGroupById202Response.md)
|
|
191
|
+
- [NutanixVolumes::UpdateVolumeGroupById4XXResponse](docs/UpdateVolumeGroupById4XXResponse.md)
|
|
192
|
+
- [NutanixVolumes::VolumesV40ConfigAssociateCategoryApiResponse](docs/VolumesV40ConfigAssociateCategoryApiResponse.md)
|
|
193
|
+
- [NutanixVolumes::VolumesV40ConfigAttachIscsiClientApiResponse](docs/VolumesV40ConfigAttachIscsiClientApiResponse.md)
|
|
194
|
+
- [NutanixVolumes::VolumesV40ConfigAttachNvmfClientApiResponse](docs/VolumesV40ConfigAttachNvmfClientApiResponse.md)
|
|
195
|
+
- [NutanixVolumes::VolumesV40ConfigAttachVmApiResponse](docs/VolumesV40ConfigAttachVmApiResponse.md)
|
|
196
|
+
- [NutanixVolumes::VolumesV40ConfigAttachmentType](docs/VolumesV40ConfigAttachmentType.md)
|
|
197
|
+
- [NutanixVolumes::VolumesV40ConfigAuthenticationType](docs/VolumesV40ConfigAuthenticationType.md)
|
|
198
|
+
- [NutanixVolumes::VolumesV40ConfigCategoryDetails](docs/VolumesV40ConfigCategoryDetails.md)
|
|
199
|
+
- [NutanixVolumes::VolumesV40ConfigCategoryEntityReferences](docs/VolumesV40ConfigCategoryEntityReferences.md)
|
|
200
|
+
- [NutanixVolumes::VolumesV40ConfigCluster](docs/VolumesV40ConfigCluster.md)
|
|
201
|
+
- [NutanixVolumes::VolumesV40ConfigCreateVolumeDiskApiResponse](docs/VolumesV40ConfigCreateVolumeDiskApiResponse.md)
|
|
202
|
+
- [NutanixVolumes::VolumesV40ConfigCreateVolumeGroupApiResponse](docs/VolumesV40ConfigCreateVolumeGroupApiResponse.md)
|
|
203
|
+
- [NutanixVolumes::VolumesV40ConfigDeleteVolumeDiskApiResponse](docs/VolumesV40ConfigDeleteVolumeDiskApiResponse.md)
|
|
204
|
+
- [NutanixVolumes::VolumesV40ConfigDeleteVolumeGroupApiResponse](docs/VolumesV40ConfigDeleteVolumeGroupApiResponse.md)
|
|
205
|
+
- [NutanixVolumes::VolumesV40ConfigDetachIscsiClientApiResponse](docs/VolumesV40ConfigDetachIscsiClientApiResponse.md)
|
|
206
|
+
- [NutanixVolumes::VolumesV40ConfigDetachNvmfClientApiResponse](docs/VolumesV40ConfigDetachNvmfClientApiResponse.md)
|
|
207
|
+
- [NutanixVolumes::VolumesV40ConfigDetachVmApiResponse](docs/VolumesV40ConfigDetachVmApiResponse.md)
|
|
208
|
+
- [NutanixVolumes::VolumesV40ConfigDisassociateCategoryApiResponse](docs/VolumesV40ConfigDisassociateCategoryApiResponse.md)
|
|
209
|
+
- [NutanixVolumes::VolumesV40ConfigDiskStorageFeatures](docs/VolumesV40ConfigDiskStorageFeatures.md)
|
|
210
|
+
- [NutanixVolumes::VolumesV40ConfigFlashMode](docs/VolumesV40ConfigFlashMode.md)
|
|
211
|
+
- [NutanixVolumes::VolumesV40ConfigGetIscsiClientApiResponse](docs/VolumesV40ConfigGetIscsiClientApiResponse.md)
|
|
212
|
+
- [NutanixVolumes::VolumesV40ConfigGetIscsiClientApiResponseData](docs/VolumesV40ConfigGetIscsiClientApiResponseData.md)
|
|
213
|
+
- [NutanixVolumes::VolumesV40ConfigGetVolumeDiskApiResponse](docs/VolumesV40ConfigGetVolumeDiskApiResponse.md)
|
|
214
|
+
- [NutanixVolumes::VolumesV40ConfigGetVolumeDiskApiResponseData](docs/VolumesV40ConfigGetVolumeDiskApiResponseData.md)
|
|
215
|
+
- [NutanixVolumes::VolumesV40ConfigGetVolumeGroupApiResponse](docs/VolumesV40ConfigGetVolumeGroupApiResponse.md)
|
|
216
|
+
- [NutanixVolumes::VolumesV40ConfigGetVolumeGroupApiResponseData](docs/VolumesV40ConfigGetVolumeGroupApiResponseData.md)
|
|
217
|
+
- [NutanixVolumes::VolumesV40ConfigGetVolumeGroupMetadataApiResponse](docs/VolumesV40ConfigGetVolumeGroupMetadataApiResponse.md)
|
|
218
|
+
- [NutanixVolumes::VolumesV40ConfigGetVolumeGroupMetadataApiResponseData](docs/VolumesV40ConfigGetVolumeGroupMetadataApiResponseData.md)
|
|
219
|
+
- [NutanixVolumes::VolumesV40ConfigIscsiClient](docs/VolumesV40ConfigIscsiClient.md)
|
|
220
|
+
- [NutanixVolumes::VolumesV40ConfigIscsiClientAttachment](docs/VolumesV40ConfigIscsiClientAttachment.md)
|
|
221
|
+
- [NutanixVolumes::VolumesV40ConfigIscsiFeatures](docs/VolumesV40ConfigIscsiFeatures.md)
|
|
222
|
+
- [NutanixVolumes::VolumesV40ConfigListCategoryAssociationsApiResponse](docs/VolumesV40ConfigListCategoryAssociationsApiResponse.md)
|
|
223
|
+
- [NutanixVolumes::VolumesV40ConfigListCategoryAssociationsApiResponseData](docs/VolumesV40ConfigListCategoryAssociationsApiResponseData.md)
|
|
224
|
+
- [NutanixVolumes::VolumesV40ConfigListExternalIscsiAttachmentsApiResponse](docs/VolumesV40ConfigListExternalIscsiAttachmentsApiResponse.md)
|
|
225
|
+
- [NutanixVolumes::VolumesV40ConfigListExternalIscsiAttachmentsApiResponseData](docs/VolumesV40ConfigListExternalIscsiAttachmentsApiResponseData.md)
|
|
226
|
+
- [NutanixVolumes::VolumesV40ConfigListIscsiClientsApiResponse](docs/VolumesV40ConfigListIscsiClientsApiResponse.md)
|
|
227
|
+
- [NutanixVolumes::VolumesV40ConfigListIscsiClientsApiResponseData](docs/VolumesV40ConfigListIscsiClientsApiResponseData.md)
|
|
228
|
+
- [NutanixVolumes::VolumesV40ConfigListVmAttachmentsApiResponse](docs/VolumesV40ConfigListVmAttachmentsApiResponse.md)
|
|
229
|
+
- [NutanixVolumes::VolumesV40ConfigListVmAttachmentsApiResponseData](docs/VolumesV40ConfigListVmAttachmentsApiResponseData.md)
|
|
230
|
+
- [NutanixVolumes::VolumesV40ConfigListVolumeDisksApiResponse](docs/VolumesV40ConfigListVolumeDisksApiResponse.md)
|
|
231
|
+
- [NutanixVolumes::VolumesV40ConfigListVolumeDisksApiResponseData](docs/VolumesV40ConfigListVolumeDisksApiResponseData.md)
|
|
232
|
+
- [NutanixVolumes::VolumesV40ConfigListVolumeGroupsApiResponse](docs/VolumesV40ConfigListVolumeGroupsApiResponse.md)
|
|
233
|
+
- [NutanixVolumes::VolumesV40ConfigListVolumeGroupsApiResponseData](docs/VolumesV40ConfigListVolumeGroupsApiResponseData.md)
|
|
234
|
+
- [NutanixVolumes::VolumesV40ConfigMigrateVolumeGroupApiResponse](docs/VolumesV40ConfigMigrateVolumeGroupApiResponse.md)
|
|
235
|
+
- [NutanixVolumes::VolumesV40ConfigNvmfClient](docs/VolumesV40ConfigNvmfClient.md)
|
|
236
|
+
- [NutanixVolumes::VolumesV40ConfigNvmfClientAttachment](docs/VolumesV40ConfigNvmfClientAttachment.md)
|
|
237
|
+
- [NutanixVolumes::VolumesV40ConfigPauseVolumeGroupSynchronousReplicationApiResponse](docs/VolumesV40ConfigPauseVolumeGroupSynchronousReplicationApiResponse.md)
|
|
238
|
+
- [NutanixVolumes::VolumesV40ConfigProtocol](docs/VolumesV40ConfigProtocol.md)
|
|
239
|
+
- [NutanixVolumes::VolumesV40ConfigResumeVolumeGroupSynchronousReplicationApiResponse](docs/VolumesV40ConfigResumeVolumeGroupSynchronousReplicationApiResponse.md)
|
|
240
|
+
- [NutanixVolumes::VolumesV40ConfigResumeVolumeGroupSynchronousReplicationApiResponseData](docs/VolumesV40ConfigResumeVolumeGroupSynchronousReplicationApiResponseData.md)
|
|
241
|
+
- [NutanixVolumes::VolumesV40ConfigRevertSpec](docs/VolumesV40ConfigRevertSpec.md)
|
|
242
|
+
- [NutanixVolumes::VolumesV40ConfigRevertVolumeGroupApiResponse](docs/VolumesV40ConfigRevertVolumeGroupApiResponse.md)
|
|
243
|
+
- [NutanixVolumes::VolumesV40ConfigSharingStatus](docs/VolumesV40ConfigSharingStatus.md)
|
|
244
|
+
- [NutanixVolumes::VolumesV40ConfigStorageFeatures](docs/VolumesV40ConfigStorageFeatures.md)
|
|
245
|
+
- [NutanixVolumes::VolumesV40ConfigTargetParam](docs/VolumesV40ConfigTargetParam.md)
|
|
246
|
+
- [NutanixVolumes::VolumesV40ConfigUpdateIscsiClientApiResponse](docs/VolumesV40ConfigUpdateIscsiClientApiResponse.md)
|
|
247
|
+
- [NutanixVolumes::VolumesV40ConfigUpdateIscsiClientApiResponseData](docs/VolumesV40ConfigUpdateIscsiClientApiResponseData.md)
|
|
248
|
+
- [NutanixVolumes::VolumesV40ConfigUpdateIscsiClientByIdApiResponse](docs/VolumesV40ConfigUpdateIscsiClientByIdApiResponse.md)
|
|
249
|
+
- [NutanixVolumes::VolumesV40ConfigUpdateVolumeDiskApiResponse](docs/VolumesV40ConfigUpdateVolumeDiskApiResponse.md)
|
|
250
|
+
- [NutanixVolumes::VolumesV40ConfigUpdateVolumeDiskByIdApiResponse](docs/VolumesV40ConfigUpdateVolumeDiskByIdApiResponse.md)
|
|
251
|
+
- [NutanixVolumes::VolumesV40ConfigUpdateVolumeGroupApiResponse](docs/VolumesV40ConfigUpdateVolumeGroupApiResponse.md)
|
|
252
|
+
- [NutanixVolumes::VolumesV40ConfigUpdateVolumeGroupByIdApiResponse](docs/VolumesV40ConfigUpdateVolumeGroupByIdApiResponse.md)
|
|
253
|
+
- [NutanixVolumes::VolumesV40ConfigUpdateVolumeGroupMetadataApiResponse](docs/VolumesV40ConfigUpdateVolumeGroupMetadataApiResponse.md)
|
|
254
|
+
- [NutanixVolumes::VolumesV40ConfigUpdateVolumeGroupMetadataInfoApiResponse](docs/VolumesV40ConfigUpdateVolumeGroupMetadataInfoApiResponse.md)
|
|
255
|
+
- [NutanixVolumes::VolumesV40ConfigUsageType](docs/VolumesV40ConfigUsageType.md)
|
|
256
|
+
- [NutanixVolumes::VolumesV40ConfigVmAttachment](docs/VolumesV40ConfigVmAttachment.md)
|
|
257
|
+
- [NutanixVolumes::VolumesV40ConfigVolumeDisk](docs/VolumesV40ConfigVolumeDisk.md)
|
|
258
|
+
- [NutanixVolumes::VolumesV40ConfigVolumeGroup](docs/VolumesV40ConfigVolumeGroup.md)
|
|
259
|
+
- [NutanixVolumes::VolumesV40ConfigVolumeGroupAttachmentSite](docs/VolumesV40ConfigVolumeGroupAttachmentSite.md)
|
|
260
|
+
- [NutanixVolumes::VolumesV40ConfigVolumeGroupMetadata](docs/VolumesV40ConfigVolumeGroupMetadata.md)
|
|
261
|
+
- [NutanixVolumes::VolumesV40ErrorAppMessage](docs/VolumesV40ErrorAppMessage.md)
|
|
262
|
+
- [NutanixVolumes::VolumesV40ErrorErrorResponse](docs/VolumesV40ErrorErrorResponse.md)
|
|
263
|
+
- [NutanixVolumes::VolumesV40ErrorErrorResponseError](docs/VolumesV40ErrorErrorResponseError.md)
|
|
264
|
+
- [NutanixVolumes::VolumesV40ErrorMessageSeverity](docs/VolumesV40ErrorMessageSeverity.md)
|
|
265
|
+
- [NutanixVolumes::VolumesV40ErrorSchemaValidationError](docs/VolumesV40ErrorSchemaValidationError.md)
|
|
266
|
+
- [NutanixVolumes::VolumesV40ErrorSchemaValidationErrorMessage](docs/VolumesV40ErrorSchemaValidationErrorMessage.md)
|
|
267
|
+
- [NutanixVolumes::VolumesV40StatsGetVolumeDiskStatsApiResponse](docs/VolumesV40StatsGetVolumeDiskStatsApiResponse.md)
|
|
268
|
+
- [NutanixVolumes::VolumesV40StatsGetVolumeDiskStatsApiResponseData](docs/VolumesV40StatsGetVolumeDiskStatsApiResponseData.md)
|
|
269
|
+
- [NutanixVolumes::VolumesV40StatsGetVolumeGroupStatsApiResponse](docs/VolumesV40StatsGetVolumeGroupStatsApiResponse.md)
|
|
270
|
+
- [NutanixVolumes::VolumesV40StatsGetVolumeGroupStatsApiResponseData](docs/VolumesV40StatsGetVolumeGroupStatsApiResponseData.md)
|
|
271
|
+
- [NutanixVolumes::VolumesV40StatsTimeValuePair](docs/VolumesV40StatsTimeValuePair.md)
|
|
272
|
+
- [NutanixVolumes::VolumesV40StatsVolumeDiskStats](docs/VolumesV40StatsVolumeDiskStats.md)
|
|
273
|
+
- [NutanixVolumes::VolumesV40StatsVolumeGroupStats](docs/VolumesV40StatsVolumeGroupStats.md)
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
## Documentation for Authorization
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
Authentication schemes defined for the API:
|
|
280
|
+
### basicAuthScheme
|
|
281
|
+
|
|
282
|
+
- **Type**: HTTP basic authentication
|
|
283
|
+
|
|
284
|
+
### apiKeyAuthScheme
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
- **Type**: API key
|
|
288
|
+
- **API key parameter name**: X-ntnx-api-key
|
|
289
|
+
- **Location**: HTTP header
|
|
290
|
+
|
data/Rakefile
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixVolumes::AssociateCategory202Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
|
|
8
|
+
| **data** | [**PrismV40ConfigTaskReference**](PrismV40ConfigTaskReference.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_volumes'
|
|
14
|
+
|
|
15
|
+
instance = NutanixVolumes::AssociateCategory202Response.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixVolumes::AssociateCategory4XXResponse
|
|
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::AssociateCategory4XXResponse.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixVolumes::AttachIscsiClient202Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
|
|
8
|
+
| **data** | [**PrismV40ConfigTaskReference**](PrismV40ConfigTaskReference.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_volumes'
|
|
14
|
+
|
|
15
|
+
instance = NutanixVolumes::AttachIscsiClient202Response.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixVolumes::AttachIscsiClient4XXResponse
|
|
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::AttachIscsiClient4XXResponse.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixVolumes::AttachVm202Response
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **metadata** | [**CommonV10ResponseApiResponseMetadata**](CommonV10ResponseApiResponseMetadata.md) | | [optional] |
|
|
8
|
+
| **data** | [**PrismV40ConfigTaskReference**](PrismV40ConfigTaskReference.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_volumes'
|
|
14
|
+
|
|
15
|
+
instance = NutanixVolumes::AttachVm202Response.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixVolumes::AttachVm4XXResponse
|
|
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::AttachVm4XXResponse.new(
|
|
16
|
+
metadata: null,
|
|
17
|
+
data: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# NutanixVolumes::CommonV10ConfigEntityReference
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **ext_id** | **String** | A globally unique identifier of an instance that is suitable for external consumption. | [optional] |
|
|
8
|
+
| **name** | **String** | Name of entity that's represented by this reference. | [optional] |
|
|
9
|
+
| **uris** | **Array<String>** | URI of entities that's represented by this reference. | [optional] |
|
|
10
|
+
| **entity_type** | [**CommonV10ConfigEntityType**](CommonV10ConfigEntityType.md) | | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'nutanix_volumes'
|
|
16
|
+
|
|
17
|
+
instance = NutanixVolumes::CommonV10ConfigEntityReference.new(
|
|
18
|
+
ext_id: 1632c00d-c762-4aa5-b370-440584b6952b,
|
|
19
|
+
name: null,
|
|
20
|
+
uris: null,
|
|
21
|
+
entity_type: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# NutanixVolumes::CommonV10ConfigEntityType
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
|
|
8
|
+
## Example
|
|
9
|
+
|
|
10
|
+
```ruby
|
|
11
|
+
require 'nutanix_volumes'
|
|
12
|
+
|
|
13
|
+
instance = NutanixVolumes::CommonV10ConfigEntityType.new()
|
|
14
|
+
```
|
|
15
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# NutanixVolumes::CommonV10ConfigFQDN
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **value** | **String** | The fully qualified domain name of the host. | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'nutanix_volumes'
|
|
13
|
+
|
|
14
|
+
instance = NutanixVolumes::CommonV10ConfigFQDN.new(
|
|
15
|
+
value: www.example-corp.com
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixVolumes::CommonV10ConfigFlag
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **name** | **String** | Name of the flag. | [optional] |
|
|
8
|
+
| **value** | **Boolean** | Value of the flag. | [optional][default to false] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_volumes'
|
|
14
|
+
|
|
15
|
+
instance = NutanixVolumes::CommonV10ConfigFlag.new(
|
|
16
|
+
name: null,
|
|
17
|
+
value: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# NutanixVolumes::CommonV10ConfigIPAddressOrFQDN
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **ipv4** | [**CommonV10ConfigIPv4Address**](CommonV10ConfigIPv4Address.md) | | [optional] |
|
|
8
|
+
| **ipv6** | [**CommonV10ConfigIPv6Address**](CommonV10ConfigIPv6Address.md) | | [optional] |
|
|
9
|
+
| **fqdn** | [**CommonV10ConfigFQDN**](CommonV10ConfigFQDN.md) | | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'nutanix_volumes'
|
|
15
|
+
|
|
16
|
+
instance = NutanixVolumes::CommonV10ConfigIPAddressOrFQDN.new(
|
|
17
|
+
ipv4: null,
|
|
18
|
+
ipv6: null,
|
|
19
|
+
fqdn: null
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixVolumes::CommonV10ConfigIPv4Address
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **value** | **String** | The IPv4 address of the host. | |
|
|
8
|
+
| **prefix_length** | **Integer** | The prefix length of the network to which this host IPv4 address belongs. | [optional][default to 32] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_volumes'
|
|
14
|
+
|
|
15
|
+
instance = NutanixVolumes::CommonV10ConfigIPv4Address.new(
|
|
16
|
+
value: 254.180.178.15,
|
|
17
|
+
prefix_length: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixVolumes::CommonV10ConfigIPv6Address
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **value** | **String** | The IPv6 address of the host. | |
|
|
8
|
+
| **prefix_length** | **Integer** | The prefix length of the network to which this host IPv6 address belongs. | [optional][default to 128] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_volumes'
|
|
14
|
+
|
|
15
|
+
instance = NutanixVolumes::CommonV10ConfigIPv6Address.new(
|
|
16
|
+
value: 7d9a:64df:8ddf:d839:c6c4:eae3:5c0b:a4ea,
|
|
17
|
+
prefix_length: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NutanixVolumes::CommonV10ConfigKVPair
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **name** | **String** | The key of the key-value pair. | [optional] |
|
|
8
|
+
| **value** | [**CommonV10ConfigKVPairValue**](CommonV10ConfigKVPairValue.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'nutanix_volumes'
|
|
14
|
+
|
|
15
|
+
instance = NutanixVolumes::CommonV10ConfigKVPair.new(
|
|
16
|
+
name: null,
|
|
17
|
+
value: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|