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
metadata
ADDED
|
@@ -0,0 +1,714 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: nutanix_volumes
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- ManageIQ Developers
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies:
|
|
12
|
+
- !ruby/object:Gem::Dependency
|
|
13
|
+
name: typhoeus
|
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
|
15
|
+
requirements:
|
|
16
|
+
- - "~>"
|
|
17
|
+
- !ruby/object:Gem::Version
|
|
18
|
+
version: '1.0'
|
|
19
|
+
- - ">="
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: 1.0.1
|
|
22
|
+
type: :runtime
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
requirements:
|
|
26
|
+
- - "~>"
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
version: '1.0'
|
|
29
|
+
- - ">="
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: 1.0.1
|
|
32
|
+
- !ruby/object:Gem::Dependency
|
|
33
|
+
name: rspec
|
|
34
|
+
requirement: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - "~>"
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '3.6'
|
|
39
|
+
- - ">="
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: 3.6.0
|
|
42
|
+
type: :development
|
|
43
|
+
prerelease: false
|
|
44
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
45
|
+
requirements:
|
|
46
|
+
- - "~>"
|
|
47
|
+
- !ruby/object:Gem::Version
|
|
48
|
+
version: '3.6'
|
|
49
|
+
- - ">="
|
|
50
|
+
- !ruby/object:Gem::Version
|
|
51
|
+
version: 3.6.0
|
|
52
|
+
description: Ruby gem for Nutanix Volume Management APIs
|
|
53
|
+
email:
|
|
54
|
+
- ''
|
|
55
|
+
executables: []
|
|
56
|
+
extensions: []
|
|
57
|
+
extra_rdoc_files: []
|
|
58
|
+
files:
|
|
59
|
+
- CHANGELOG.md
|
|
60
|
+
- Gemfile
|
|
61
|
+
- README.md
|
|
62
|
+
- Rakefile
|
|
63
|
+
- docs/AssociateCategory202Response.md
|
|
64
|
+
- docs/AssociateCategory4XXResponse.md
|
|
65
|
+
- docs/AttachIscsiClient202Response.md
|
|
66
|
+
- docs/AttachIscsiClient4XXResponse.md
|
|
67
|
+
- docs/AttachVm202Response.md
|
|
68
|
+
- docs/AttachVm4XXResponse.md
|
|
69
|
+
- docs/CommonV10ConfigEntityReference.md
|
|
70
|
+
- docs/CommonV10ConfigEntityType.md
|
|
71
|
+
- docs/CommonV10ConfigFQDN.md
|
|
72
|
+
- docs/CommonV10ConfigFlag.md
|
|
73
|
+
- docs/CommonV10ConfigIPAddressOrFQDN.md
|
|
74
|
+
- docs/CommonV10ConfigIPv4Address.md
|
|
75
|
+
- docs/CommonV10ConfigIPv6Address.md
|
|
76
|
+
- docs/CommonV10ConfigKVPair.md
|
|
77
|
+
- docs/CommonV10ConfigKVPairValue.md
|
|
78
|
+
- docs/CommonV10ConfigMapOfStringWrapper.md
|
|
79
|
+
- docs/CommonV10ConfigMessage.md
|
|
80
|
+
- docs/CommonV10ConfigMessageSeverity.md
|
|
81
|
+
- docs/CommonV10ConfigMetadata.md
|
|
82
|
+
- docs/CommonV10ConfigTenantAwareModel.md
|
|
83
|
+
- docs/CommonV10ResponseApiLink.md
|
|
84
|
+
- docs/CommonV10ResponseApiResponseMetadata.md
|
|
85
|
+
- docs/CommonV10ResponseExternalizableAbstractModel.md
|
|
86
|
+
- docs/CommonV10StatsDownSamplingOperator.md
|
|
87
|
+
- docs/CreateVolumeDisk202Response.md
|
|
88
|
+
- docs/CreateVolumeDisk4XXResponse.md
|
|
89
|
+
- docs/CreateVolumeGroup202Response.md
|
|
90
|
+
- docs/CreateVolumeGroup4XXResponse.md
|
|
91
|
+
- docs/DeleteVolumeDiskById202Response.md
|
|
92
|
+
- docs/DeleteVolumeDiskById4XXResponse.md
|
|
93
|
+
- docs/DeleteVolumeGroupById202Response.md
|
|
94
|
+
- docs/DeleteVolumeGroupById4XXResponse.md
|
|
95
|
+
- docs/DetachIscsiClient202Response.md
|
|
96
|
+
- docs/DetachIscsiClient4XXResponse.md
|
|
97
|
+
- docs/DetachVm202Response.md
|
|
98
|
+
- docs/DetachVm4XXResponse.md
|
|
99
|
+
- docs/DisassociateCategory202Response.md
|
|
100
|
+
- docs/DisassociateCategory4XXResponse.md
|
|
101
|
+
- docs/GetIscsiClientById200Response.md
|
|
102
|
+
- docs/GetIscsiClientById4XXResponse.md
|
|
103
|
+
- docs/GetVolumeDiskById200Response.md
|
|
104
|
+
- docs/GetVolumeDiskById4XXResponse.md
|
|
105
|
+
- docs/GetVolumeDiskStats200Response.md
|
|
106
|
+
- docs/GetVolumeDiskStats4XXResponse.md
|
|
107
|
+
- docs/GetVolumeGroupById200Response.md
|
|
108
|
+
- docs/GetVolumeGroupById4XXResponse.md
|
|
109
|
+
- docs/GetVolumeGroupMetadataById200Response.md
|
|
110
|
+
- docs/GetVolumeGroupMetadataById4XXResponse.md
|
|
111
|
+
- docs/GetVolumeGroupStats200Response.md
|
|
112
|
+
- docs/GetVolumeGroupStats4XXResponse.md
|
|
113
|
+
- docs/IscsiClientsApi.md
|
|
114
|
+
- docs/ListCategoryAssociationsByVolumeGroupId200Response.md
|
|
115
|
+
- docs/ListCategoryAssociationsByVolumeGroupId4XXResponse.md
|
|
116
|
+
- docs/ListExternalIscsiAttachmentsByVolumeGroupId200Response.md
|
|
117
|
+
- docs/ListExternalIscsiAttachmentsByVolumeGroupId4XXResponse.md
|
|
118
|
+
- docs/ListIscsiClients200Response.md
|
|
119
|
+
- docs/ListIscsiClients4XXResponse.md
|
|
120
|
+
- docs/ListVmAttachmentsByVolumeGroupId200Response.md
|
|
121
|
+
- docs/ListVmAttachmentsByVolumeGroupId4XXResponse.md
|
|
122
|
+
- docs/ListVolumeDisksByVolumeGroupId200Response.md
|
|
123
|
+
- docs/ListVolumeDisksByVolumeGroupId4XXResponse.md
|
|
124
|
+
- docs/ListVolumeGroups200Response.md
|
|
125
|
+
- docs/ListVolumeGroups4XXResponse.md
|
|
126
|
+
- docs/PrismV40ConfigTaskReference.md
|
|
127
|
+
- docs/RevertVolumeGroup202Response.md
|
|
128
|
+
- docs/RevertVolumeGroup4XXResponse.md
|
|
129
|
+
- docs/UpdateIscsiClientById202Response.md
|
|
130
|
+
- docs/UpdateIscsiClientById4XXResponse.md
|
|
131
|
+
- docs/UpdateVolumeDiskById202Response.md
|
|
132
|
+
- docs/UpdateVolumeDiskById4XXResponse.md
|
|
133
|
+
- docs/UpdateVolumeGroupById202Response.md
|
|
134
|
+
- docs/UpdateVolumeGroupById4XXResponse.md
|
|
135
|
+
- docs/VolumeGroupsApi.md
|
|
136
|
+
- docs/VolumesV40ConfigAssociateCategoryApiResponse.md
|
|
137
|
+
- docs/VolumesV40ConfigAttachIscsiClientApiResponse.md
|
|
138
|
+
- docs/VolumesV40ConfigAttachNvmfClientApiResponse.md
|
|
139
|
+
- docs/VolumesV40ConfigAttachVmApiResponse.md
|
|
140
|
+
- docs/VolumesV40ConfigAttachmentType.md
|
|
141
|
+
- docs/VolumesV40ConfigAuthenticationType.md
|
|
142
|
+
- docs/VolumesV40ConfigCategoryDetails.md
|
|
143
|
+
- docs/VolumesV40ConfigCategoryEntityReferences.md
|
|
144
|
+
- docs/VolumesV40ConfigCluster.md
|
|
145
|
+
- docs/VolumesV40ConfigCreateVolumeDiskApiResponse.md
|
|
146
|
+
- docs/VolumesV40ConfigCreateVolumeGroupApiResponse.md
|
|
147
|
+
- docs/VolumesV40ConfigDeleteVolumeDiskApiResponse.md
|
|
148
|
+
- docs/VolumesV40ConfigDeleteVolumeGroupApiResponse.md
|
|
149
|
+
- docs/VolumesV40ConfigDetachIscsiClientApiResponse.md
|
|
150
|
+
- docs/VolumesV40ConfigDetachNvmfClientApiResponse.md
|
|
151
|
+
- docs/VolumesV40ConfigDetachVmApiResponse.md
|
|
152
|
+
- docs/VolumesV40ConfigDisassociateCategoryApiResponse.md
|
|
153
|
+
- docs/VolumesV40ConfigDiskStorageFeatures.md
|
|
154
|
+
- docs/VolumesV40ConfigFlashMode.md
|
|
155
|
+
- docs/VolumesV40ConfigGetIscsiClientApiResponse.md
|
|
156
|
+
- docs/VolumesV40ConfigGetIscsiClientApiResponseData.md
|
|
157
|
+
- docs/VolumesV40ConfigGetVolumeDiskApiResponse.md
|
|
158
|
+
- docs/VolumesV40ConfigGetVolumeDiskApiResponseData.md
|
|
159
|
+
- docs/VolumesV40ConfigGetVolumeGroupApiResponse.md
|
|
160
|
+
- docs/VolumesV40ConfigGetVolumeGroupApiResponseData.md
|
|
161
|
+
- docs/VolumesV40ConfigGetVolumeGroupMetadataApiResponse.md
|
|
162
|
+
- docs/VolumesV40ConfigGetVolumeGroupMetadataApiResponseData.md
|
|
163
|
+
- docs/VolumesV40ConfigIscsiClient.md
|
|
164
|
+
- docs/VolumesV40ConfigIscsiClientAttachment.md
|
|
165
|
+
- docs/VolumesV40ConfigIscsiFeatures.md
|
|
166
|
+
- docs/VolumesV40ConfigListCategoryAssociationsApiResponse.md
|
|
167
|
+
- docs/VolumesV40ConfigListCategoryAssociationsApiResponseData.md
|
|
168
|
+
- docs/VolumesV40ConfigListExternalIscsiAttachmentsApiResponse.md
|
|
169
|
+
- docs/VolumesV40ConfigListExternalIscsiAttachmentsApiResponseData.md
|
|
170
|
+
- docs/VolumesV40ConfigListIscsiClientsApiResponse.md
|
|
171
|
+
- docs/VolumesV40ConfigListIscsiClientsApiResponseData.md
|
|
172
|
+
- docs/VolumesV40ConfigListVmAttachmentsApiResponse.md
|
|
173
|
+
- docs/VolumesV40ConfigListVmAttachmentsApiResponseData.md
|
|
174
|
+
- docs/VolumesV40ConfigListVolumeDisksApiResponse.md
|
|
175
|
+
- docs/VolumesV40ConfigListVolumeDisksApiResponseData.md
|
|
176
|
+
- docs/VolumesV40ConfigListVolumeGroupsApiResponse.md
|
|
177
|
+
- docs/VolumesV40ConfigListVolumeGroupsApiResponseData.md
|
|
178
|
+
- docs/VolumesV40ConfigMigrateVolumeGroupApiResponse.md
|
|
179
|
+
- docs/VolumesV40ConfigNvmfClient.md
|
|
180
|
+
- docs/VolumesV40ConfigNvmfClientAttachment.md
|
|
181
|
+
- docs/VolumesV40ConfigPauseVolumeGroupSynchronousReplicationApiResponse.md
|
|
182
|
+
- docs/VolumesV40ConfigProtocol.md
|
|
183
|
+
- docs/VolumesV40ConfigResumeVolumeGroupSynchronousReplicationApiResponse.md
|
|
184
|
+
- docs/VolumesV40ConfigResumeVolumeGroupSynchronousReplicationApiResponseData.md
|
|
185
|
+
- docs/VolumesV40ConfigRevertSpec.md
|
|
186
|
+
- docs/VolumesV40ConfigRevertVolumeGroupApiResponse.md
|
|
187
|
+
- docs/VolumesV40ConfigSharingStatus.md
|
|
188
|
+
- docs/VolumesV40ConfigStorageFeatures.md
|
|
189
|
+
- docs/VolumesV40ConfigTargetParam.md
|
|
190
|
+
- docs/VolumesV40ConfigUpdateIscsiClientApiResponse.md
|
|
191
|
+
- docs/VolumesV40ConfigUpdateIscsiClientApiResponseData.md
|
|
192
|
+
- docs/VolumesV40ConfigUpdateIscsiClientByIdApiResponse.md
|
|
193
|
+
- docs/VolumesV40ConfigUpdateVolumeDiskApiResponse.md
|
|
194
|
+
- docs/VolumesV40ConfigUpdateVolumeDiskByIdApiResponse.md
|
|
195
|
+
- docs/VolumesV40ConfigUpdateVolumeGroupApiResponse.md
|
|
196
|
+
- docs/VolumesV40ConfigUpdateVolumeGroupByIdApiResponse.md
|
|
197
|
+
- docs/VolumesV40ConfigUpdateVolumeGroupMetadataApiResponse.md
|
|
198
|
+
- docs/VolumesV40ConfigUpdateVolumeGroupMetadataInfoApiResponse.md
|
|
199
|
+
- docs/VolumesV40ConfigUsageType.md
|
|
200
|
+
- docs/VolumesV40ConfigVmAttachment.md
|
|
201
|
+
- docs/VolumesV40ConfigVolumeDisk.md
|
|
202
|
+
- docs/VolumesV40ConfigVolumeGroup.md
|
|
203
|
+
- docs/VolumesV40ConfigVolumeGroupAttachmentSite.md
|
|
204
|
+
- docs/VolumesV40ConfigVolumeGroupMetadata.md
|
|
205
|
+
- docs/VolumesV40ErrorAppMessage.md
|
|
206
|
+
- docs/VolumesV40ErrorErrorResponse.md
|
|
207
|
+
- docs/VolumesV40ErrorErrorResponseError.md
|
|
208
|
+
- docs/VolumesV40ErrorMessageSeverity.md
|
|
209
|
+
- docs/VolumesV40ErrorSchemaValidationError.md
|
|
210
|
+
- docs/VolumesV40ErrorSchemaValidationErrorMessage.md
|
|
211
|
+
- docs/VolumesV40StatsGetVolumeDiskStatsApiResponse.md
|
|
212
|
+
- docs/VolumesV40StatsGetVolumeDiskStatsApiResponseData.md
|
|
213
|
+
- docs/VolumesV40StatsGetVolumeGroupStatsApiResponse.md
|
|
214
|
+
- docs/VolumesV40StatsGetVolumeGroupStatsApiResponseData.md
|
|
215
|
+
- docs/VolumesV40StatsTimeValuePair.md
|
|
216
|
+
- docs/VolumesV40StatsVolumeDiskStats.md
|
|
217
|
+
- docs/VolumesV40StatsVolumeGroupStats.md
|
|
218
|
+
- git_push.sh
|
|
219
|
+
- lib/nutanix_volumes.rb
|
|
220
|
+
- lib/nutanix_volumes/api/iscsi_clients_api.rb
|
|
221
|
+
- lib/nutanix_volumes/api/volume_groups_api.rb
|
|
222
|
+
- lib/nutanix_volumes/api_client.rb
|
|
223
|
+
- lib/nutanix_volumes/api_error.rb
|
|
224
|
+
- lib/nutanix_volumes/configuration.rb
|
|
225
|
+
- lib/nutanix_volumes/models/associate_category202_response.rb
|
|
226
|
+
- lib/nutanix_volumes/models/associate_category4_xx_response.rb
|
|
227
|
+
- lib/nutanix_volumes/models/attach_iscsi_client202_response.rb
|
|
228
|
+
- lib/nutanix_volumes/models/attach_iscsi_client4_xx_response.rb
|
|
229
|
+
- lib/nutanix_volumes/models/attach_vm202_response.rb
|
|
230
|
+
- lib/nutanix_volumes/models/attach_vm4_xx_response.rb
|
|
231
|
+
- lib/nutanix_volumes/models/common_v10_config_entity_reference.rb
|
|
232
|
+
- lib/nutanix_volumes/models/common_v10_config_entity_type.rb
|
|
233
|
+
- lib/nutanix_volumes/models/common_v10_config_flag.rb
|
|
234
|
+
- lib/nutanix_volumes/models/common_v10_config_fqdn.rb
|
|
235
|
+
- lib/nutanix_volumes/models/common_v10_config_ip_address_or_fqdn.rb
|
|
236
|
+
- lib/nutanix_volumes/models/common_v10_config_ipv4_address.rb
|
|
237
|
+
- lib/nutanix_volumes/models/common_v10_config_ipv6_address.rb
|
|
238
|
+
- lib/nutanix_volumes/models/common_v10_config_kv_pair.rb
|
|
239
|
+
- lib/nutanix_volumes/models/common_v10_config_kv_pair_value.rb
|
|
240
|
+
- lib/nutanix_volumes/models/common_v10_config_map_of_string_wrapper.rb
|
|
241
|
+
- lib/nutanix_volumes/models/common_v10_config_message.rb
|
|
242
|
+
- lib/nutanix_volumes/models/common_v10_config_message_severity.rb
|
|
243
|
+
- lib/nutanix_volumes/models/common_v10_config_metadata.rb
|
|
244
|
+
- lib/nutanix_volumes/models/common_v10_config_tenant_aware_model.rb
|
|
245
|
+
- lib/nutanix_volumes/models/common_v10_response_api_link.rb
|
|
246
|
+
- lib/nutanix_volumes/models/common_v10_response_api_response_metadata.rb
|
|
247
|
+
- lib/nutanix_volumes/models/common_v10_response_externalizable_abstract_model.rb
|
|
248
|
+
- lib/nutanix_volumes/models/common_v10_stats_down_sampling_operator.rb
|
|
249
|
+
- lib/nutanix_volumes/models/create_volume_disk202_response.rb
|
|
250
|
+
- lib/nutanix_volumes/models/create_volume_disk4_xx_response.rb
|
|
251
|
+
- lib/nutanix_volumes/models/create_volume_group202_response.rb
|
|
252
|
+
- lib/nutanix_volumes/models/create_volume_group4_xx_response.rb
|
|
253
|
+
- lib/nutanix_volumes/models/delete_volume_disk_by_id202_response.rb
|
|
254
|
+
- lib/nutanix_volumes/models/delete_volume_disk_by_id4_xx_response.rb
|
|
255
|
+
- lib/nutanix_volumes/models/delete_volume_group_by_id202_response.rb
|
|
256
|
+
- lib/nutanix_volumes/models/delete_volume_group_by_id4_xx_response.rb
|
|
257
|
+
- lib/nutanix_volumes/models/detach_iscsi_client202_response.rb
|
|
258
|
+
- lib/nutanix_volumes/models/detach_iscsi_client4_xx_response.rb
|
|
259
|
+
- lib/nutanix_volumes/models/detach_vm202_response.rb
|
|
260
|
+
- lib/nutanix_volumes/models/detach_vm4_xx_response.rb
|
|
261
|
+
- lib/nutanix_volumes/models/disassociate_category202_response.rb
|
|
262
|
+
- lib/nutanix_volumes/models/disassociate_category4_xx_response.rb
|
|
263
|
+
- lib/nutanix_volumes/models/get_iscsi_client_by_id200_response.rb
|
|
264
|
+
- lib/nutanix_volumes/models/get_iscsi_client_by_id4_xx_response.rb
|
|
265
|
+
- lib/nutanix_volumes/models/get_volume_disk_by_id200_response.rb
|
|
266
|
+
- lib/nutanix_volumes/models/get_volume_disk_by_id4_xx_response.rb
|
|
267
|
+
- lib/nutanix_volumes/models/get_volume_disk_stats200_response.rb
|
|
268
|
+
- lib/nutanix_volumes/models/get_volume_disk_stats4_xx_response.rb
|
|
269
|
+
- lib/nutanix_volumes/models/get_volume_group_by_id200_response.rb
|
|
270
|
+
- lib/nutanix_volumes/models/get_volume_group_by_id4_xx_response.rb
|
|
271
|
+
- lib/nutanix_volumes/models/get_volume_group_metadata_by_id200_response.rb
|
|
272
|
+
- lib/nutanix_volumes/models/get_volume_group_metadata_by_id4_xx_response.rb
|
|
273
|
+
- lib/nutanix_volumes/models/get_volume_group_stats200_response.rb
|
|
274
|
+
- lib/nutanix_volumes/models/get_volume_group_stats4_xx_response.rb
|
|
275
|
+
- lib/nutanix_volumes/models/list_category_associations_by_volume_group_id200_response.rb
|
|
276
|
+
- lib/nutanix_volumes/models/list_category_associations_by_volume_group_id4_xx_response.rb
|
|
277
|
+
- lib/nutanix_volumes/models/list_external_iscsi_attachments_by_volume_group_id200_response.rb
|
|
278
|
+
- lib/nutanix_volumes/models/list_external_iscsi_attachments_by_volume_group_id4_xx_response.rb
|
|
279
|
+
- lib/nutanix_volumes/models/list_iscsi_clients200_response.rb
|
|
280
|
+
- lib/nutanix_volumes/models/list_iscsi_clients4_xx_response.rb
|
|
281
|
+
- lib/nutanix_volumes/models/list_vm_attachments_by_volume_group_id200_response.rb
|
|
282
|
+
- lib/nutanix_volumes/models/list_vm_attachments_by_volume_group_id4_xx_response.rb
|
|
283
|
+
- lib/nutanix_volumes/models/list_volume_disks_by_volume_group_id200_response.rb
|
|
284
|
+
- lib/nutanix_volumes/models/list_volume_disks_by_volume_group_id4_xx_response.rb
|
|
285
|
+
- lib/nutanix_volumes/models/list_volume_groups200_response.rb
|
|
286
|
+
- lib/nutanix_volumes/models/list_volume_groups4_xx_response.rb
|
|
287
|
+
- lib/nutanix_volumes/models/prism_v40_config_task_reference.rb
|
|
288
|
+
- lib/nutanix_volumes/models/revert_volume_group202_response.rb
|
|
289
|
+
- lib/nutanix_volumes/models/revert_volume_group4_xx_response.rb
|
|
290
|
+
- lib/nutanix_volumes/models/update_iscsi_client_by_id202_response.rb
|
|
291
|
+
- lib/nutanix_volumes/models/update_iscsi_client_by_id4_xx_response.rb
|
|
292
|
+
- lib/nutanix_volumes/models/update_volume_disk_by_id202_response.rb
|
|
293
|
+
- lib/nutanix_volumes/models/update_volume_disk_by_id4_xx_response.rb
|
|
294
|
+
- lib/nutanix_volumes/models/update_volume_group_by_id202_response.rb
|
|
295
|
+
- lib/nutanix_volumes/models/update_volume_group_by_id4_xx_response.rb
|
|
296
|
+
- lib/nutanix_volumes/models/volumes_v40_config_associate_category_api_response.rb
|
|
297
|
+
- lib/nutanix_volumes/models/volumes_v40_config_attach_iscsi_client_api_response.rb
|
|
298
|
+
- lib/nutanix_volumes/models/volumes_v40_config_attach_nvmf_client_api_response.rb
|
|
299
|
+
- lib/nutanix_volumes/models/volumes_v40_config_attach_vm_api_response.rb
|
|
300
|
+
- lib/nutanix_volumes/models/volumes_v40_config_attachment_type.rb
|
|
301
|
+
- lib/nutanix_volumes/models/volumes_v40_config_authentication_type.rb
|
|
302
|
+
- lib/nutanix_volumes/models/volumes_v40_config_category_details.rb
|
|
303
|
+
- lib/nutanix_volumes/models/volumes_v40_config_category_entity_references.rb
|
|
304
|
+
- lib/nutanix_volumes/models/volumes_v40_config_cluster.rb
|
|
305
|
+
- lib/nutanix_volumes/models/volumes_v40_config_create_volume_disk_api_response.rb
|
|
306
|
+
- lib/nutanix_volumes/models/volumes_v40_config_create_volume_group_api_response.rb
|
|
307
|
+
- lib/nutanix_volumes/models/volumes_v40_config_delete_volume_disk_api_response.rb
|
|
308
|
+
- lib/nutanix_volumes/models/volumes_v40_config_delete_volume_group_api_response.rb
|
|
309
|
+
- lib/nutanix_volumes/models/volumes_v40_config_detach_iscsi_client_api_response.rb
|
|
310
|
+
- lib/nutanix_volumes/models/volumes_v40_config_detach_nvmf_client_api_response.rb
|
|
311
|
+
- lib/nutanix_volumes/models/volumes_v40_config_detach_vm_api_response.rb
|
|
312
|
+
- lib/nutanix_volumes/models/volumes_v40_config_disassociate_category_api_response.rb
|
|
313
|
+
- lib/nutanix_volumes/models/volumes_v40_config_disk_storage_features.rb
|
|
314
|
+
- lib/nutanix_volumes/models/volumes_v40_config_flash_mode.rb
|
|
315
|
+
- lib/nutanix_volumes/models/volumes_v40_config_get_iscsi_client_api_response.rb
|
|
316
|
+
- lib/nutanix_volumes/models/volumes_v40_config_get_iscsi_client_api_response_data.rb
|
|
317
|
+
- lib/nutanix_volumes/models/volumes_v40_config_get_volume_disk_api_response.rb
|
|
318
|
+
- lib/nutanix_volumes/models/volumes_v40_config_get_volume_disk_api_response_data.rb
|
|
319
|
+
- lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_api_response.rb
|
|
320
|
+
- lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_api_response_data.rb
|
|
321
|
+
- lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_metadata_api_response.rb
|
|
322
|
+
- lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_metadata_api_response_data.rb
|
|
323
|
+
- lib/nutanix_volumes/models/volumes_v40_config_iscsi_client.rb
|
|
324
|
+
- lib/nutanix_volumes/models/volumes_v40_config_iscsi_client_attachment.rb
|
|
325
|
+
- lib/nutanix_volumes/models/volumes_v40_config_iscsi_features.rb
|
|
326
|
+
- lib/nutanix_volumes/models/volumes_v40_config_list_category_associations_api_response.rb
|
|
327
|
+
- lib/nutanix_volumes/models/volumes_v40_config_list_category_associations_api_response_data.rb
|
|
328
|
+
- lib/nutanix_volumes/models/volumes_v40_config_list_external_iscsi_attachments_api_response.rb
|
|
329
|
+
- lib/nutanix_volumes/models/volumes_v40_config_list_external_iscsi_attachments_api_response_data.rb
|
|
330
|
+
- lib/nutanix_volumes/models/volumes_v40_config_list_iscsi_clients_api_response.rb
|
|
331
|
+
- lib/nutanix_volumes/models/volumes_v40_config_list_iscsi_clients_api_response_data.rb
|
|
332
|
+
- lib/nutanix_volumes/models/volumes_v40_config_list_vm_attachments_api_response.rb
|
|
333
|
+
- lib/nutanix_volumes/models/volumes_v40_config_list_vm_attachments_api_response_data.rb
|
|
334
|
+
- lib/nutanix_volumes/models/volumes_v40_config_list_volume_disks_api_response.rb
|
|
335
|
+
- lib/nutanix_volumes/models/volumes_v40_config_list_volume_disks_api_response_data.rb
|
|
336
|
+
- lib/nutanix_volumes/models/volumes_v40_config_list_volume_groups_api_response.rb
|
|
337
|
+
- lib/nutanix_volumes/models/volumes_v40_config_list_volume_groups_api_response_data.rb
|
|
338
|
+
- lib/nutanix_volumes/models/volumes_v40_config_migrate_volume_group_api_response.rb
|
|
339
|
+
- lib/nutanix_volumes/models/volumes_v40_config_nvmf_client.rb
|
|
340
|
+
- lib/nutanix_volumes/models/volumes_v40_config_nvmf_client_attachment.rb
|
|
341
|
+
- lib/nutanix_volumes/models/volumes_v40_config_pause_volume_group_synchronous_replication_api_response.rb
|
|
342
|
+
- lib/nutanix_volumes/models/volumes_v40_config_protocol.rb
|
|
343
|
+
- lib/nutanix_volumes/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response.rb
|
|
344
|
+
- lib/nutanix_volumes/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_data.rb
|
|
345
|
+
- lib/nutanix_volumes/models/volumes_v40_config_revert_spec.rb
|
|
346
|
+
- lib/nutanix_volumes/models/volumes_v40_config_revert_volume_group_api_response.rb
|
|
347
|
+
- lib/nutanix_volumes/models/volumes_v40_config_sharing_status.rb
|
|
348
|
+
- lib/nutanix_volumes/models/volumes_v40_config_storage_features.rb
|
|
349
|
+
- lib/nutanix_volumes/models/volumes_v40_config_target_param.rb
|
|
350
|
+
- lib/nutanix_volumes/models/volumes_v40_config_update_iscsi_client_api_response.rb
|
|
351
|
+
- lib/nutanix_volumes/models/volumes_v40_config_update_iscsi_client_api_response_data.rb
|
|
352
|
+
- lib/nutanix_volumes/models/volumes_v40_config_update_iscsi_client_by_id_api_response.rb
|
|
353
|
+
- lib/nutanix_volumes/models/volumes_v40_config_update_volume_disk_api_response.rb
|
|
354
|
+
- lib/nutanix_volumes/models/volumes_v40_config_update_volume_disk_by_id_api_response.rb
|
|
355
|
+
- lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_api_response.rb
|
|
356
|
+
- lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_by_id_api_response.rb
|
|
357
|
+
- lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_metadata_api_response.rb
|
|
358
|
+
- lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_metadata_info_api_response.rb
|
|
359
|
+
- lib/nutanix_volumes/models/volumes_v40_config_usage_type.rb
|
|
360
|
+
- lib/nutanix_volumes/models/volumes_v40_config_vm_attachment.rb
|
|
361
|
+
- lib/nutanix_volumes/models/volumes_v40_config_volume_disk.rb
|
|
362
|
+
- lib/nutanix_volumes/models/volumes_v40_config_volume_group.rb
|
|
363
|
+
- lib/nutanix_volumes/models/volumes_v40_config_volume_group_attachment_site.rb
|
|
364
|
+
- lib/nutanix_volumes/models/volumes_v40_config_volume_group_metadata.rb
|
|
365
|
+
- lib/nutanix_volumes/models/volumes_v40_error_app_message.rb
|
|
366
|
+
- lib/nutanix_volumes/models/volumes_v40_error_error_response.rb
|
|
367
|
+
- lib/nutanix_volumes/models/volumes_v40_error_error_response_error.rb
|
|
368
|
+
- lib/nutanix_volumes/models/volumes_v40_error_message_severity.rb
|
|
369
|
+
- lib/nutanix_volumes/models/volumes_v40_error_schema_validation_error.rb
|
|
370
|
+
- lib/nutanix_volumes/models/volumes_v40_error_schema_validation_error_message.rb
|
|
371
|
+
- lib/nutanix_volumes/models/volumes_v40_stats_get_volume_disk_stats_api_response.rb
|
|
372
|
+
- lib/nutanix_volumes/models/volumes_v40_stats_get_volume_disk_stats_api_response_data.rb
|
|
373
|
+
- lib/nutanix_volumes/models/volumes_v40_stats_get_volume_group_stats_api_response.rb
|
|
374
|
+
- lib/nutanix_volumes/models/volumes_v40_stats_get_volume_group_stats_api_response_data.rb
|
|
375
|
+
- lib/nutanix_volumes/models/volumes_v40_stats_time_value_pair.rb
|
|
376
|
+
- lib/nutanix_volumes/models/volumes_v40_stats_volume_disk_stats.rb
|
|
377
|
+
- lib/nutanix_volumes/models/volumes_v40_stats_volume_group_stats.rb
|
|
378
|
+
- lib/nutanix_volumes/version.rb
|
|
379
|
+
- nutanix_volumes.gemspec
|
|
380
|
+
- spec/api/iscsi_clients_api_spec.rb
|
|
381
|
+
- spec/api/volume_groups_api_spec.rb
|
|
382
|
+
- spec/models/associate_category202_response_spec.rb
|
|
383
|
+
- spec/models/associate_category4_xx_response_spec.rb
|
|
384
|
+
- spec/models/attach_iscsi_client202_response_spec.rb
|
|
385
|
+
- spec/models/attach_iscsi_client4_xx_response_spec.rb
|
|
386
|
+
- spec/models/attach_vm202_response_spec.rb
|
|
387
|
+
- spec/models/attach_vm4_xx_response_spec.rb
|
|
388
|
+
- spec/models/common_v10_config_entity_reference_spec.rb
|
|
389
|
+
- spec/models/common_v10_config_entity_type_spec.rb
|
|
390
|
+
- spec/models/common_v10_config_flag_spec.rb
|
|
391
|
+
- spec/models/common_v10_config_fqdn_spec.rb
|
|
392
|
+
- spec/models/common_v10_config_ip_address_or_fqdn_spec.rb
|
|
393
|
+
- spec/models/common_v10_config_ipv4_address_spec.rb
|
|
394
|
+
- spec/models/common_v10_config_ipv6_address_spec.rb
|
|
395
|
+
- spec/models/common_v10_config_kv_pair_spec.rb
|
|
396
|
+
- spec/models/common_v10_config_kv_pair_value_spec.rb
|
|
397
|
+
- spec/models/common_v10_config_map_of_string_wrapper_spec.rb
|
|
398
|
+
- spec/models/common_v10_config_message_severity_spec.rb
|
|
399
|
+
- spec/models/common_v10_config_message_spec.rb
|
|
400
|
+
- spec/models/common_v10_config_metadata_spec.rb
|
|
401
|
+
- spec/models/common_v10_config_tenant_aware_model_spec.rb
|
|
402
|
+
- spec/models/common_v10_response_api_link_spec.rb
|
|
403
|
+
- spec/models/common_v10_response_api_response_metadata_spec.rb
|
|
404
|
+
- spec/models/common_v10_response_externalizable_abstract_model_spec.rb
|
|
405
|
+
- spec/models/common_v10_stats_down_sampling_operator_spec.rb
|
|
406
|
+
- spec/models/create_volume_disk202_response_spec.rb
|
|
407
|
+
- spec/models/create_volume_disk4_xx_response_spec.rb
|
|
408
|
+
- spec/models/create_volume_group202_response_spec.rb
|
|
409
|
+
- spec/models/create_volume_group4_xx_response_spec.rb
|
|
410
|
+
- spec/models/delete_volume_disk_by_id202_response_spec.rb
|
|
411
|
+
- spec/models/delete_volume_disk_by_id4_xx_response_spec.rb
|
|
412
|
+
- spec/models/delete_volume_group_by_id202_response_spec.rb
|
|
413
|
+
- spec/models/delete_volume_group_by_id4_xx_response_spec.rb
|
|
414
|
+
- spec/models/detach_iscsi_client202_response_spec.rb
|
|
415
|
+
- spec/models/detach_iscsi_client4_xx_response_spec.rb
|
|
416
|
+
- spec/models/detach_vm202_response_spec.rb
|
|
417
|
+
- spec/models/detach_vm4_xx_response_spec.rb
|
|
418
|
+
- spec/models/disassociate_category202_response_spec.rb
|
|
419
|
+
- spec/models/disassociate_category4_xx_response_spec.rb
|
|
420
|
+
- spec/models/get_iscsi_client_by_id200_response_spec.rb
|
|
421
|
+
- spec/models/get_iscsi_client_by_id4_xx_response_spec.rb
|
|
422
|
+
- spec/models/get_volume_disk_by_id200_response_spec.rb
|
|
423
|
+
- spec/models/get_volume_disk_by_id4_xx_response_spec.rb
|
|
424
|
+
- spec/models/get_volume_disk_stats200_response_spec.rb
|
|
425
|
+
- spec/models/get_volume_disk_stats4_xx_response_spec.rb
|
|
426
|
+
- spec/models/get_volume_group_by_id200_response_spec.rb
|
|
427
|
+
- spec/models/get_volume_group_by_id4_xx_response_spec.rb
|
|
428
|
+
- spec/models/get_volume_group_metadata_by_id200_response_spec.rb
|
|
429
|
+
- spec/models/get_volume_group_metadata_by_id4_xx_response_spec.rb
|
|
430
|
+
- spec/models/get_volume_group_stats200_response_spec.rb
|
|
431
|
+
- spec/models/get_volume_group_stats4_xx_response_spec.rb
|
|
432
|
+
- spec/models/list_category_associations_by_volume_group_id200_response_spec.rb
|
|
433
|
+
- spec/models/list_category_associations_by_volume_group_id4_xx_response_spec.rb
|
|
434
|
+
- spec/models/list_external_iscsi_attachments_by_volume_group_id200_response_spec.rb
|
|
435
|
+
- spec/models/list_external_iscsi_attachments_by_volume_group_id4_xx_response_spec.rb
|
|
436
|
+
- spec/models/list_iscsi_clients200_response_spec.rb
|
|
437
|
+
- spec/models/list_iscsi_clients4_xx_response_spec.rb
|
|
438
|
+
- spec/models/list_vm_attachments_by_volume_group_id200_response_spec.rb
|
|
439
|
+
- spec/models/list_vm_attachments_by_volume_group_id4_xx_response_spec.rb
|
|
440
|
+
- spec/models/list_volume_disks_by_volume_group_id200_response_spec.rb
|
|
441
|
+
- spec/models/list_volume_disks_by_volume_group_id4_xx_response_spec.rb
|
|
442
|
+
- spec/models/list_volume_groups200_response_spec.rb
|
|
443
|
+
- spec/models/list_volume_groups4_xx_response_spec.rb
|
|
444
|
+
- spec/models/prism_v40_config_task_reference_spec.rb
|
|
445
|
+
- spec/models/revert_volume_group202_response_spec.rb
|
|
446
|
+
- spec/models/revert_volume_group4_xx_response_spec.rb
|
|
447
|
+
- spec/models/update_iscsi_client_by_id202_response_spec.rb
|
|
448
|
+
- spec/models/update_iscsi_client_by_id4_xx_response_spec.rb
|
|
449
|
+
- spec/models/update_volume_disk_by_id202_response_spec.rb
|
|
450
|
+
- spec/models/update_volume_disk_by_id4_xx_response_spec.rb
|
|
451
|
+
- spec/models/update_volume_group_by_id202_response_spec.rb
|
|
452
|
+
- spec/models/update_volume_group_by_id4_xx_response_spec.rb
|
|
453
|
+
- spec/models/volumes_v40_config_associate_category_api_response_spec.rb
|
|
454
|
+
- spec/models/volumes_v40_config_attach_iscsi_client_api_response_spec.rb
|
|
455
|
+
- spec/models/volumes_v40_config_attach_nvmf_client_api_response_spec.rb
|
|
456
|
+
- spec/models/volumes_v40_config_attach_vm_api_response_spec.rb
|
|
457
|
+
- spec/models/volumes_v40_config_attachment_type_spec.rb
|
|
458
|
+
- spec/models/volumes_v40_config_authentication_type_spec.rb
|
|
459
|
+
- spec/models/volumes_v40_config_category_details_spec.rb
|
|
460
|
+
- spec/models/volumes_v40_config_category_entity_references_spec.rb
|
|
461
|
+
- spec/models/volumes_v40_config_cluster_spec.rb
|
|
462
|
+
- spec/models/volumes_v40_config_create_volume_disk_api_response_spec.rb
|
|
463
|
+
- spec/models/volumes_v40_config_create_volume_group_api_response_spec.rb
|
|
464
|
+
- spec/models/volumes_v40_config_delete_volume_disk_api_response_spec.rb
|
|
465
|
+
- spec/models/volumes_v40_config_delete_volume_group_api_response_spec.rb
|
|
466
|
+
- spec/models/volumes_v40_config_detach_iscsi_client_api_response_spec.rb
|
|
467
|
+
- spec/models/volumes_v40_config_detach_nvmf_client_api_response_spec.rb
|
|
468
|
+
- spec/models/volumes_v40_config_detach_vm_api_response_spec.rb
|
|
469
|
+
- spec/models/volumes_v40_config_disassociate_category_api_response_spec.rb
|
|
470
|
+
- spec/models/volumes_v40_config_disk_storage_features_spec.rb
|
|
471
|
+
- spec/models/volumes_v40_config_flash_mode_spec.rb
|
|
472
|
+
- spec/models/volumes_v40_config_get_iscsi_client_api_response_data_spec.rb
|
|
473
|
+
- spec/models/volumes_v40_config_get_iscsi_client_api_response_spec.rb
|
|
474
|
+
- spec/models/volumes_v40_config_get_volume_disk_api_response_data_spec.rb
|
|
475
|
+
- spec/models/volumes_v40_config_get_volume_disk_api_response_spec.rb
|
|
476
|
+
- spec/models/volumes_v40_config_get_volume_group_api_response_data_spec.rb
|
|
477
|
+
- spec/models/volumes_v40_config_get_volume_group_api_response_spec.rb
|
|
478
|
+
- spec/models/volumes_v40_config_get_volume_group_metadata_api_response_data_spec.rb
|
|
479
|
+
- spec/models/volumes_v40_config_get_volume_group_metadata_api_response_spec.rb
|
|
480
|
+
- spec/models/volumes_v40_config_iscsi_client_attachment_spec.rb
|
|
481
|
+
- spec/models/volumes_v40_config_iscsi_client_spec.rb
|
|
482
|
+
- spec/models/volumes_v40_config_iscsi_features_spec.rb
|
|
483
|
+
- spec/models/volumes_v40_config_list_category_associations_api_response_data_spec.rb
|
|
484
|
+
- spec/models/volumes_v40_config_list_category_associations_api_response_spec.rb
|
|
485
|
+
- spec/models/volumes_v40_config_list_external_iscsi_attachments_api_response_data_spec.rb
|
|
486
|
+
- spec/models/volumes_v40_config_list_external_iscsi_attachments_api_response_spec.rb
|
|
487
|
+
- spec/models/volumes_v40_config_list_iscsi_clients_api_response_data_spec.rb
|
|
488
|
+
- spec/models/volumes_v40_config_list_iscsi_clients_api_response_spec.rb
|
|
489
|
+
- spec/models/volumes_v40_config_list_vm_attachments_api_response_data_spec.rb
|
|
490
|
+
- spec/models/volumes_v40_config_list_vm_attachments_api_response_spec.rb
|
|
491
|
+
- spec/models/volumes_v40_config_list_volume_disks_api_response_data_spec.rb
|
|
492
|
+
- spec/models/volumes_v40_config_list_volume_disks_api_response_spec.rb
|
|
493
|
+
- spec/models/volumes_v40_config_list_volume_groups_api_response_data_spec.rb
|
|
494
|
+
- spec/models/volumes_v40_config_list_volume_groups_api_response_spec.rb
|
|
495
|
+
- spec/models/volumes_v40_config_migrate_volume_group_api_response_spec.rb
|
|
496
|
+
- spec/models/volumes_v40_config_nvmf_client_attachment_spec.rb
|
|
497
|
+
- spec/models/volumes_v40_config_nvmf_client_spec.rb
|
|
498
|
+
- spec/models/volumes_v40_config_pause_volume_group_synchronous_replication_api_response_spec.rb
|
|
499
|
+
- spec/models/volumes_v40_config_protocol_spec.rb
|
|
500
|
+
- spec/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_data_spec.rb
|
|
501
|
+
- spec/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_spec.rb
|
|
502
|
+
- spec/models/volumes_v40_config_revert_spec_spec.rb
|
|
503
|
+
- spec/models/volumes_v40_config_revert_volume_group_api_response_spec.rb
|
|
504
|
+
- spec/models/volumes_v40_config_sharing_status_spec.rb
|
|
505
|
+
- spec/models/volumes_v40_config_storage_features_spec.rb
|
|
506
|
+
- spec/models/volumes_v40_config_target_param_spec.rb
|
|
507
|
+
- spec/models/volumes_v40_config_update_iscsi_client_api_response_data_spec.rb
|
|
508
|
+
- spec/models/volumes_v40_config_update_iscsi_client_api_response_spec.rb
|
|
509
|
+
- spec/models/volumes_v40_config_update_iscsi_client_by_id_api_response_spec.rb
|
|
510
|
+
- spec/models/volumes_v40_config_update_volume_disk_api_response_spec.rb
|
|
511
|
+
- spec/models/volumes_v40_config_update_volume_disk_by_id_api_response_spec.rb
|
|
512
|
+
- spec/models/volumes_v40_config_update_volume_group_api_response_spec.rb
|
|
513
|
+
- spec/models/volumes_v40_config_update_volume_group_by_id_api_response_spec.rb
|
|
514
|
+
- spec/models/volumes_v40_config_update_volume_group_metadata_api_response_spec.rb
|
|
515
|
+
- spec/models/volumes_v40_config_update_volume_group_metadata_info_api_response_spec.rb
|
|
516
|
+
- spec/models/volumes_v40_config_usage_type_spec.rb
|
|
517
|
+
- spec/models/volumes_v40_config_vm_attachment_spec.rb
|
|
518
|
+
- spec/models/volumes_v40_config_volume_disk_spec.rb
|
|
519
|
+
- spec/models/volumes_v40_config_volume_group_attachment_site_spec.rb
|
|
520
|
+
- spec/models/volumes_v40_config_volume_group_metadata_spec.rb
|
|
521
|
+
- spec/models/volumes_v40_config_volume_group_spec.rb
|
|
522
|
+
- spec/models/volumes_v40_error_app_message_spec.rb
|
|
523
|
+
- spec/models/volumes_v40_error_error_response_error_spec.rb
|
|
524
|
+
- spec/models/volumes_v40_error_error_response_spec.rb
|
|
525
|
+
- spec/models/volumes_v40_error_message_severity_spec.rb
|
|
526
|
+
- spec/models/volumes_v40_error_schema_validation_error_message_spec.rb
|
|
527
|
+
- spec/models/volumes_v40_error_schema_validation_error_spec.rb
|
|
528
|
+
- spec/models/volumes_v40_stats_get_volume_disk_stats_api_response_data_spec.rb
|
|
529
|
+
- spec/models/volumes_v40_stats_get_volume_disk_stats_api_response_spec.rb
|
|
530
|
+
- spec/models/volumes_v40_stats_get_volume_group_stats_api_response_data_spec.rb
|
|
531
|
+
- spec/models/volumes_v40_stats_get_volume_group_stats_api_response_spec.rb
|
|
532
|
+
- spec/models/volumes_v40_stats_time_value_pair_spec.rb
|
|
533
|
+
- spec/models/volumes_v40_stats_volume_disk_stats_spec.rb
|
|
534
|
+
- spec/models/volumes_v40_stats_volume_group_stats_spec.rb
|
|
535
|
+
- spec/spec_helper.rb
|
|
536
|
+
- swagger-volumes-v4.0-all.yaml
|
|
537
|
+
homepage: https://openapi-generator.tech
|
|
538
|
+
licenses:
|
|
539
|
+
- Apache-2.0
|
|
540
|
+
metadata: {}
|
|
541
|
+
rdoc_options: []
|
|
542
|
+
require_paths:
|
|
543
|
+
- lib
|
|
544
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
545
|
+
requirements:
|
|
546
|
+
- - ">="
|
|
547
|
+
- !ruby/object:Gem::Version
|
|
548
|
+
version: '2.7'
|
|
549
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
550
|
+
requirements:
|
|
551
|
+
- - ">="
|
|
552
|
+
- !ruby/object:Gem::Version
|
|
553
|
+
version: '0'
|
|
554
|
+
requirements: []
|
|
555
|
+
rubygems_version: 3.6.7
|
|
556
|
+
specification_version: 4
|
|
557
|
+
summary: Nutanix Volumes API
|
|
558
|
+
test_files:
|
|
559
|
+
- spec/api/iscsi_clients_api_spec.rb
|
|
560
|
+
- spec/api/volume_groups_api_spec.rb
|
|
561
|
+
- spec/models/associate_category202_response_spec.rb
|
|
562
|
+
- spec/models/associate_category4_xx_response_spec.rb
|
|
563
|
+
- spec/models/attach_iscsi_client202_response_spec.rb
|
|
564
|
+
- spec/models/attach_iscsi_client4_xx_response_spec.rb
|
|
565
|
+
- spec/models/attach_vm202_response_spec.rb
|
|
566
|
+
- spec/models/attach_vm4_xx_response_spec.rb
|
|
567
|
+
- spec/models/common_v10_config_entity_reference_spec.rb
|
|
568
|
+
- spec/models/common_v10_config_entity_type_spec.rb
|
|
569
|
+
- spec/models/common_v10_config_flag_spec.rb
|
|
570
|
+
- spec/models/common_v10_config_fqdn_spec.rb
|
|
571
|
+
- spec/models/common_v10_config_ip_address_or_fqdn_spec.rb
|
|
572
|
+
- spec/models/common_v10_config_ipv4_address_spec.rb
|
|
573
|
+
- spec/models/common_v10_config_ipv6_address_spec.rb
|
|
574
|
+
- spec/models/common_v10_config_kv_pair_spec.rb
|
|
575
|
+
- spec/models/common_v10_config_kv_pair_value_spec.rb
|
|
576
|
+
- spec/models/common_v10_config_map_of_string_wrapper_spec.rb
|
|
577
|
+
- spec/models/common_v10_config_message_severity_spec.rb
|
|
578
|
+
- spec/models/common_v10_config_message_spec.rb
|
|
579
|
+
- spec/models/common_v10_config_metadata_spec.rb
|
|
580
|
+
- spec/models/common_v10_config_tenant_aware_model_spec.rb
|
|
581
|
+
- spec/models/common_v10_response_api_link_spec.rb
|
|
582
|
+
- spec/models/common_v10_response_api_response_metadata_spec.rb
|
|
583
|
+
- spec/models/common_v10_response_externalizable_abstract_model_spec.rb
|
|
584
|
+
- spec/models/common_v10_stats_down_sampling_operator_spec.rb
|
|
585
|
+
- spec/models/create_volume_disk202_response_spec.rb
|
|
586
|
+
- spec/models/create_volume_disk4_xx_response_spec.rb
|
|
587
|
+
- spec/models/create_volume_group202_response_spec.rb
|
|
588
|
+
- spec/models/create_volume_group4_xx_response_spec.rb
|
|
589
|
+
- spec/models/delete_volume_disk_by_id202_response_spec.rb
|
|
590
|
+
- spec/models/delete_volume_disk_by_id4_xx_response_spec.rb
|
|
591
|
+
- spec/models/delete_volume_group_by_id202_response_spec.rb
|
|
592
|
+
- spec/models/delete_volume_group_by_id4_xx_response_spec.rb
|
|
593
|
+
- spec/models/detach_iscsi_client202_response_spec.rb
|
|
594
|
+
- spec/models/detach_iscsi_client4_xx_response_spec.rb
|
|
595
|
+
- spec/models/detach_vm202_response_spec.rb
|
|
596
|
+
- spec/models/detach_vm4_xx_response_spec.rb
|
|
597
|
+
- spec/models/disassociate_category202_response_spec.rb
|
|
598
|
+
- spec/models/disassociate_category4_xx_response_spec.rb
|
|
599
|
+
- spec/models/get_iscsi_client_by_id200_response_spec.rb
|
|
600
|
+
- spec/models/get_iscsi_client_by_id4_xx_response_spec.rb
|
|
601
|
+
- spec/models/get_volume_disk_by_id200_response_spec.rb
|
|
602
|
+
- spec/models/get_volume_disk_by_id4_xx_response_spec.rb
|
|
603
|
+
- spec/models/get_volume_disk_stats200_response_spec.rb
|
|
604
|
+
- spec/models/get_volume_disk_stats4_xx_response_spec.rb
|
|
605
|
+
- spec/models/get_volume_group_by_id200_response_spec.rb
|
|
606
|
+
- spec/models/get_volume_group_by_id4_xx_response_spec.rb
|
|
607
|
+
- spec/models/get_volume_group_metadata_by_id200_response_spec.rb
|
|
608
|
+
- spec/models/get_volume_group_metadata_by_id4_xx_response_spec.rb
|
|
609
|
+
- spec/models/get_volume_group_stats200_response_spec.rb
|
|
610
|
+
- spec/models/get_volume_group_stats4_xx_response_spec.rb
|
|
611
|
+
- spec/models/list_category_associations_by_volume_group_id200_response_spec.rb
|
|
612
|
+
- spec/models/list_category_associations_by_volume_group_id4_xx_response_spec.rb
|
|
613
|
+
- spec/models/list_external_iscsi_attachments_by_volume_group_id200_response_spec.rb
|
|
614
|
+
- spec/models/list_external_iscsi_attachments_by_volume_group_id4_xx_response_spec.rb
|
|
615
|
+
- spec/models/list_iscsi_clients200_response_spec.rb
|
|
616
|
+
- spec/models/list_iscsi_clients4_xx_response_spec.rb
|
|
617
|
+
- spec/models/list_vm_attachments_by_volume_group_id200_response_spec.rb
|
|
618
|
+
- spec/models/list_vm_attachments_by_volume_group_id4_xx_response_spec.rb
|
|
619
|
+
- spec/models/list_volume_disks_by_volume_group_id200_response_spec.rb
|
|
620
|
+
- spec/models/list_volume_disks_by_volume_group_id4_xx_response_spec.rb
|
|
621
|
+
- spec/models/list_volume_groups200_response_spec.rb
|
|
622
|
+
- spec/models/list_volume_groups4_xx_response_spec.rb
|
|
623
|
+
- spec/models/prism_v40_config_task_reference_spec.rb
|
|
624
|
+
- spec/models/revert_volume_group202_response_spec.rb
|
|
625
|
+
- spec/models/revert_volume_group4_xx_response_spec.rb
|
|
626
|
+
- spec/models/update_iscsi_client_by_id202_response_spec.rb
|
|
627
|
+
- spec/models/update_iscsi_client_by_id4_xx_response_spec.rb
|
|
628
|
+
- spec/models/update_volume_disk_by_id202_response_spec.rb
|
|
629
|
+
- spec/models/update_volume_disk_by_id4_xx_response_spec.rb
|
|
630
|
+
- spec/models/update_volume_group_by_id202_response_spec.rb
|
|
631
|
+
- spec/models/update_volume_group_by_id4_xx_response_spec.rb
|
|
632
|
+
- spec/models/volumes_v40_config_associate_category_api_response_spec.rb
|
|
633
|
+
- spec/models/volumes_v40_config_attach_iscsi_client_api_response_spec.rb
|
|
634
|
+
- spec/models/volumes_v40_config_attach_nvmf_client_api_response_spec.rb
|
|
635
|
+
- spec/models/volumes_v40_config_attach_vm_api_response_spec.rb
|
|
636
|
+
- spec/models/volumes_v40_config_attachment_type_spec.rb
|
|
637
|
+
- spec/models/volumes_v40_config_authentication_type_spec.rb
|
|
638
|
+
- spec/models/volumes_v40_config_category_details_spec.rb
|
|
639
|
+
- spec/models/volumes_v40_config_category_entity_references_spec.rb
|
|
640
|
+
- spec/models/volumes_v40_config_cluster_spec.rb
|
|
641
|
+
- spec/models/volumes_v40_config_create_volume_disk_api_response_spec.rb
|
|
642
|
+
- spec/models/volumes_v40_config_create_volume_group_api_response_spec.rb
|
|
643
|
+
- spec/models/volumes_v40_config_delete_volume_disk_api_response_spec.rb
|
|
644
|
+
- spec/models/volumes_v40_config_delete_volume_group_api_response_spec.rb
|
|
645
|
+
- spec/models/volumes_v40_config_detach_iscsi_client_api_response_spec.rb
|
|
646
|
+
- spec/models/volumes_v40_config_detach_nvmf_client_api_response_spec.rb
|
|
647
|
+
- spec/models/volumes_v40_config_detach_vm_api_response_spec.rb
|
|
648
|
+
- spec/models/volumes_v40_config_disassociate_category_api_response_spec.rb
|
|
649
|
+
- spec/models/volumes_v40_config_disk_storage_features_spec.rb
|
|
650
|
+
- spec/models/volumes_v40_config_flash_mode_spec.rb
|
|
651
|
+
- spec/models/volumes_v40_config_get_iscsi_client_api_response_data_spec.rb
|
|
652
|
+
- spec/models/volumes_v40_config_get_iscsi_client_api_response_spec.rb
|
|
653
|
+
- spec/models/volumes_v40_config_get_volume_disk_api_response_data_spec.rb
|
|
654
|
+
- spec/models/volumes_v40_config_get_volume_disk_api_response_spec.rb
|
|
655
|
+
- spec/models/volumes_v40_config_get_volume_group_api_response_data_spec.rb
|
|
656
|
+
- spec/models/volumes_v40_config_get_volume_group_api_response_spec.rb
|
|
657
|
+
- spec/models/volumes_v40_config_get_volume_group_metadata_api_response_data_spec.rb
|
|
658
|
+
- spec/models/volumes_v40_config_get_volume_group_metadata_api_response_spec.rb
|
|
659
|
+
- spec/models/volumes_v40_config_iscsi_client_attachment_spec.rb
|
|
660
|
+
- spec/models/volumes_v40_config_iscsi_client_spec.rb
|
|
661
|
+
- spec/models/volumes_v40_config_iscsi_features_spec.rb
|
|
662
|
+
- spec/models/volumes_v40_config_list_category_associations_api_response_data_spec.rb
|
|
663
|
+
- spec/models/volumes_v40_config_list_category_associations_api_response_spec.rb
|
|
664
|
+
- spec/models/volumes_v40_config_list_external_iscsi_attachments_api_response_data_spec.rb
|
|
665
|
+
- spec/models/volumes_v40_config_list_external_iscsi_attachments_api_response_spec.rb
|
|
666
|
+
- spec/models/volumes_v40_config_list_iscsi_clients_api_response_data_spec.rb
|
|
667
|
+
- spec/models/volumes_v40_config_list_iscsi_clients_api_response_spec.rb
|
|
668
|
+
- spec/models/volumes_v40_config_list_vm_attachments_api_response_data_spec.rb
|
|
669
|
+
- spec/models/volumes_v40_config_list_vm_attachments_api_response_spec.rb
|
|
670
|
+
- spec/models/volumes_v40_config_list_volume_disks_api_response_data_spec.rb
|
|
671
|
+
- spec/models/volumes_v40_config_list_volume_disks_api_response_spec.rb
|
|
672
|
+
- spec/models/volumes_v40_config_list_volume_groups_api_response_data_spec.rb
|
|
673
|
+
- spec/models/volumes_v40_config_list_volume_groups_api_response_spec.rb
|
|
674
|
+
- spec/models/volumes_v40_config_migrate_volume_group_api_response_spec.rb
|
|
675
|
+
- spec/models/volumes_v40_config_nvmf_client_attachment_spec.rb
|
|
676
|
+
- spec/models/volumes_v40_config_nvmf_client_spec.rb
|
|
677
|
+
- spec/models/volumes_v40_config_pause_volume_group_synchronous_replication_api_response_spec.rb
|
|
678
|
+
- spec/models/volumes_v40_config_protocol_spec.rb
|
|
679
|
+
- spec/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_data_spec.rb
|
|
680
|
+
- spec/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_spec.rb
|
|
681
|
+
- spec/models/volumes_v40_config_revert_spec_spec.rb
|
|
682
|
+
- spec/models/volumes_v40_config_revert_volume_group_api_response_spec.rb
|
|
683
|
+
- spec/models/volumes_v40_config_sharing_status_spec.rb
|
|
684
|
+
- spec/models/volumes_v40_config_storage_features_spec.rb
|
|
685
|
+
- spec/models/volumes_v40_config_target_param_spec.rb
|
|
686
|
+
- spec/models/volumes_v40_config_update_iscsi_client_api_response_data_spec.rb
|
|
687
|
+
- spec/models/volumes_v40_config_update_iscsi_client_api_response_spec.rb
|
|
688
|
+
- spec/models/volumes_v40_config_update_iscsi_client_by_id_api_response_spec.rb
|
|
689
|
+
- spec/models/volumes_v40_config_update_volume_disk_api_response_spec.rb
|
|
690
|
+
- spec/models/volumes_v40_config_update_volume_disk_by_id_api_response_spec.rb
|
|
691
|
+
- spec/models/volumes_v40_config_update_volume_group_api_response_spec.rb
|
|
692
|
+
- spec/models/volumes_v40_config_update_volume_group_by_id_api_response_spec.rb
|
|
693
|
+
- spec/models/volumes_v40_config_update_volume_group_metadata_api_response_spec.rb
|
|
694
|
+
- spec/models/volumes_v40_config_update_volume_group_metadata_info_api_response_spec.rb
|
|
695
|
+
- spec/models/volumes_v40_config_usage_type_spec.rb
|
|
696
|
+
- spec/models/volumes_v40_config_vm_attachment_spec.rb
|
|
697
|
+
- spec/models/volumes_v40_config_volume_disk_spec.rb
|
|
698
|
+
- spec/models/volumes_v40_config_volume_group_attachment_site_spec.rb
|
|
699
|
+
- spec/models/volumes_v40_config_volume_group_metadata_spec.rb
|
|
700
|
+
- spec/models/volumes_v40_config_volume_group_spec.rb
|
|
701
|
+
- spec/models/volumes_v40_error_app_message_spec.rb
|
|
702
|
+
- spec/models/volumes_v40_error_error_response_error_spec.rb
|
|
703
|
+
- spec/models/volumes_v40_error_error_response_spec.rb
|
|
704
|
+
- spec/models/volumes_v40_error_message_severity_spec.rb
|
|
705
|
+
- spec/models/volumes_v40_error_schema_validation_error_message_spec.rb
|
|
706
|
+
- spec/models/volumes_v40_error_schema_validation_error_spec.rb
|
|
707
|
+
- spec/models/volumes_v40_stats_get_volume_disk_stats_api_response_data_spec.rb
|
|
708
|
+
- spec/models/volumes_v40_stats_get_volume_disk_stats_api_response_spec.rb
|
|
709
|
+
- spec/models/volumes_v40_stats_get_volume_group_stats_api_response_data_spec.rb
|
|
710
|
+
- spec/models/volumes_v40_stats_get_volume_group_stats_api_response_spec.rb
|
|
711
|
+
- spec/models/volumes_v40_stats_time_value_pair_spec.rb
|
|
712
|
+
- spec/models/volumes_v40_stats_volume_disk_stats_spec.rb
|
|
713
|
+
- spec/models/volumes_v40_stats_volume_group_stats_spec.rb
|
|
714
|
+
- spec/spec_helper.rb
|