nutanix_volumes 0.1.0 → 0.2.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 +4 -4
- data/CHANGELOG.md +12 -0
- data/LICENSE.txt +202 -0
- data/README.md +1 -2
- data/bin/console +15 -0
- data/bin/openapi-generate +26 -0
- data/docs/VolumesV40ConfigResumeVolumeGroupSynchronousReplicationApiResponse.md +1 -1
- data/docs/VolumesV40ConfigUpdateVolumeGroupMetadataApiResponse.md +1 -1
- data/docs/VolumesV40ConfigUpdateVolumeGroupMetadataInfoApiResponse.md +1 -1
- data/lib/nutanix_volumes/api/iscsi_clients_api.rb +1 -1
- data/lib/nutanix_volumes/api/volume_groups_api.rb +1 -1
- data/lib/nutanix_volumes/api_client.rb +8 -9
- data/lib/nutanix_volumes/api_error.rb +1 -1
- data/lib/nutanix_volumes/api_model_base.rb +88 -0
- data/lib/nutanix_volumes/configuration.rb +1 -1
- data/lib/nutanix_volumes/models/associate_category202_response.rb +11 -78
- data/lib/nutanix_volumes/models/associate_category4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/attach_iscsi_client202_response.rb +11 -78
- data/lib/nutanix_volumes/models/attach_iscsi_client4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/attach_vm202_response.rb +11 -78
- data/lib/nutanix_volumes/models/attach_vm4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/common_v10_config_entity_reference.rb +11 -78
- data/lib/nutanix_volumes/models/common_v10_config_entity_type.rb +1 -1
- data/lib/nutanix_volumes/models/common_v10_config_flag.rb +13 -80
- data/lib/nutanix_volumes/models/common_v10_config_fqdn.rb +11 -78
- data/lib/nutanix_volumes/models/common_v10_config_ip_address_or_fqdn.rb +11 -78
- data/lib/nutanix_volumes/models/common_v10_config_ipv4_address.rb +11 -78
- data/lib/nutanix_volumes/models/common_v10_config_ipv6_address.rb +11 -78
- data/lib/nutanix_volumes/models/common_v10_config_kv_pair.rb +13 -80
- data/lib/nutanix_volumes/models/common_v10_config_kv_pair_value.rb +3 -4
- data/lib/nutanix_volumes/models/common_v10_config_map_of_string_wrapper.rb +11 -78
- data/lib/nutanix_volumes/models/common_v10_config_message.rb +11 -78
- data/lib/nutanix_volumes/models/common_v10_config_message_severity.rb +1 -1
- data/lib/nutanix_volumes/models/common_v10_config_metadata.rb +11 -78
- data/lib/nutanix_volumes/models/common_v10_config_tenant_aware_model.rb +11 -78
- data/lib/nutanix_volumes/models/common_v10_response_api_link.rb +11 -78
- data/lib/nutanix_volumes/models/common_v10_response_api_response_metadata.rb +11 -78
- data/lib/nutanix_volumes/models/common_v10_response_externalizable_abstract_model.rb +11 -78
- data/lib/nutanix_volumes/models/common_v10_stats_down_sampling_operator.rb +1 -1
- data/lib/nutanix_volumes/models/create_volume_disk202_response.rb +11 -78
- data/lib/nutanix_volumes/models/create_volume_disk4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/create_volume_group202_response.rb +11 -78
- data/lib/nutanix_volumes/models/create_volume_group4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/delete_volume_disk_by_id202_response.rb +11 -78
- data/lib/nutanix_volumes/models/delete_volume_disk_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/delete_volume_group_by_id202_response.rb +11 -78
- data/lib/nutanix_volumes/models/delete_volume_group_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/detach_iscsi_client202_response.rb +11 -78
- data/lib/nutanix_volumes/models/detach_iscsi_client4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/detach_vm202_response.rb +11 -78
- data/lib/nutanix_volumes/models/detach_vm4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/disassociate_category202_response.rb +11 -78
- data/lib/nutanix_volumes/models/disassociate_category4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/get_iscsi_client_by_id200_response.rb +11 -78
- data/lib/nutanix_volumes/models/get_iscsi_client_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/get_volume_disk_by_id200_response.rb +11 -78
- data/lib/nutanix_volumes/models/get_volume_disk_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/get_volume_disk_stats200_response.rb +11 -78
- data/lib/nutanix_volumes/models/get_volume_disk_stats4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/get_volume_group_by_id200_response.rb +11 -78
- data/lib/nutanix_volumes/models/get_volume_group_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/get_volume_group_metadata_by_id200_response.rb +11 -78
- data/lib/nutanix_volumes/models/get_volume_group_metadata_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/get_volume_group_stats200_response.rb +11 -78
- data/lib/nutanix_volumes/models/get_volume_group_stats4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/list_category_associations_by_volume_group_id200_response.rb +11 -78
- data/lib/nutanix_volumes/models/list_category_associations_by_volume_group_id4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/list_external_iscsi_attachments_by_volume_group_id200_response.rb +11 -78
- data/lib/nutanix_volumes/models/list_external_iscsi_attachments_by_volume_group_id4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/list_iscsi_clients200_response.rb +11 -78
- data/lib/nutanix_volumes/models/list_iscsi_clients4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/list_vm_attachments_by_volume_group_id200_response.rb +11 -78
- data/lib/nutanix_volumes/models/list_vm_attachments_by_volume_group_id4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/list_volume_disks_by_volume_group_id200_response.rb +11 -78
- data/lib/nutanix_volumes/models/list_volume_disks_by_volume_group_id4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/list_volume_groups200_response.rb +11 -78
- data/lib/nutanix_volumes/models/list_volume_groups4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/prism_v40_config_task_reference.rb +11 -78
- data/lib/nutanix_volumes/models/revert_volume_group202_response.rb +11 -78
- data/lib/nutanix_volumes/models/revert_volume_group4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/update_iscsi_client_by_id202_response.rb +11 -78
- data/lib/nutanix_volumes/models/update_iscsi_client_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/update_volume_disk_by_id202_response.rb +11 -78
- data/lib/nutanix_volumes/models/update_volume_disk_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/update_volume_group_by_id202_response.rb +11 -78
- data/lib/nutanix_volumes/models/update_volume_group_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_associate_category_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_attach_iscsi_client_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_attach_nvmf_client_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_attach_vm_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_attachment_type.rb +1 -1
- data/lib/nutanix_volumes/models/volumes_v40_config_authentication_type.rb +1 -1
- data/lib/nutanix_volumes/models/volumes_v40_config_category_details.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_category_entity_references.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_cluster.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_create_volume_disk_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_create_volume_group_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_delete_volume_disk_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_delete_volume_group_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_detach_iscsi_client_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_detach_nvmf_client_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_detach_vm_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_disassociate_category_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_disk_storage_features.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_flash_mode.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_get_iscsi_client_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_get_iscsi_client_api_response_data.rb +3 -4
- data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_disk_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_disk_api_response_data.rb +3 -4
- data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_api_response_data.rb +3 -4
- data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_metadata_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_get_volume_group_metadata_api_response_data.rb +3 -4
- data/lib/nutanix_volumes/models/volumes_v40_config_iscsi_client.rb +13 -80
- data/lib/nutanix_volumes/models/volumes_v40_config_iscsi_client_attachment.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_iscsi_features.rb +13 -80
- data/lib/nutanix_volumes/models/volumes_v40_config_list_category_associations_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_list_category_associations_api_response_data.rb +3 -4
- data/lib/nutanix_volumes/models/volumes_v40_config_list_external_iscsi_attachments_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_list_external_iscsi_attachments_api_response_data.rb +3 -4
- data/lib/nutanix_volumes/models/volumes_v40_config_list_iscsi_clients_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_list_iscsi_clients_api_response_data.rb +3 -4
- data/lib/nutanix_volumes/models/volumes_v40_config_list_vm_attachments_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_list_vm_attachments_api_response_data.rb +3 -4
- data/lib/nutanix_volumes/models/volumes_v40_config_list_volume_disks_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_list_volume_disks_api_response_data.rb +3 -4
- data/lib/nutanix_volumes/models/volumes_v40_config_list_volume_groups_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_list_volume_groups_api_response_data.rb +3 -4
- data/lib/nutanix_volumes/models/volumes_v40_config_migrate_volume_group_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_nvmf_client.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_nvmf_client_attachment.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_pause_volume_group_synchronous_replication_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_protocol.rb +1 -1
- data/lib/nutanix_volumes/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response.rb +12 -79
- data/lib/nutanix_volumes/models/volumes_v40_config_revert_spec.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_revert_volume_group_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_sharing_status.rb +1 -1
- data/lib/nutanix_volumes/models/volumes_v40_config_storage_features.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_target_param.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_update_iscsi_client_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_update_iscsi_client_api_response_data.rb +3 -4
- data/lib/nutanix_volumes/models/volumes_v40_config_update_iscsi_client_by_id_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_disk_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_disk_by_id_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_by_id_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_metadata_api_response.rb +12 -79
- data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_metadata_info_api_response.rb +12 -79
- data/lib/nutanix_volumes/models/volumes_v40_config_usage_type.rb +1 -1
- data/lib/nutanix_volumes/models/volumes_v40_config_vm_attachment.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_volume_disk.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_config_volume_group.rb +13 -80
- data/lib/nutanix_volumes/models/volumes_v40_config_volume_group_attachment_site.rb +1 -1
- data/lib/nutanix_volumes/models/volumes_v40_config_volume_group_metadata.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_error_app_message.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_error_error_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_error_error_response_error.rb +3 -4
- data/lib/nutanix_volumes/models/volumes_v40_error_message_severity.rb +1 -1
- data/lib/nutanix_volumes/models/volumes_v40_error_schema_validation_error.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_error_schema_validation_error_message.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_stats_get_volume_disk_stats_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_stats_get_volume_disk_stats_api_response_data.rb +3 -4
- data/lib/nutanix_volumes/models/volumes_v40_stats_get_volume_group_stats_api_response.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_stats_get_volume_group_stats_api_response_data.rb +3 -4
- data/lib/nutanix_volumes/models/volumes_v40_stats_time_value_pair.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_stats_volume_disk_stats.rb +11 -78
- data/lib/nutanix_volumes/models/volumes_v40_stats_volume_group_stats.rb +11 -78
- data/lib/nutanix_volumes/version.rb +2 -2
- data/lib/nutanix_volumes.rb +2 -2
- data/pkg/nutanix_volumes-0.1.0.gem +0 -0
- data/renovate.json +5 -0
- data/spec/api/iscsi_clients_api_spec.rb +1 -1
- data/spec/api/volume_groups_api_spec.rb +1 -1
- data/spec/models/associate_category202_response_spec.rb +2 -2
- data/spec/models/associate_category4_xx_response_spec.rb +2 -2
- data/spec/models/attach_iscsi_client202_response_spec.rb +2 -2
- data/spec/models/attach_iscsi_client4_xx_response_spec.rb +2 -2
- data/spec/models/attach_vm202_response_spec.rb +2 -2
- data/spec/models/attach_vm4_xx_response_spec.rb +2 -2
- data/spec/models/common_v10_config_entity_reference_spec.rb +2 -2
- data/spec/models/common_v10_config_entity_type_spec.rb +2 -2
- data/spec/models/common_v10_config_flag_spec.rb +2 -2
- data/spec/models/common_v10_config_fqdn_spec.rb +2 -2
- data/spec/models/common_v10_config_ip_address_or_fqdn_spec.rb +2 -2
- data/spec/models/common_v10_config_ipv4_address_spec.rb +2 -2
- data/spec/models/common_v10_config_ipv6_address_spec.rb +2 -2
- data/spec/models/common_v10_config_kv_pair_spec.rb +2 -2
- data/spec/models/common_v10_config_kv_pair_value_spec.rb +1 -1
- data/spec/models/common_v10_config_map_of_string_wrapper_spec.rb +2 -2
- data/spec/models/common_v10_config_message_severity_spec.rb +2 -2
- data/spec/models/common_v10_config_message_spec.rb +2 -2
- data/spec/models/common_v10_config_metadata_spec.rb +2 -2
- data/spec/models/common_v10_config_tenant_aware_model_spec.rb +2 -2
- data/spec/models/common_v10_response_api_link_spec.rb +2 -2
- data/spec/models/common_v10_response_api_response_metadata_spec.rb +2 -2
- data/spec/models/common_v10_response_externalizable_abstract_model_spec.rb +2 -2
- data/spec/models/common_v10_stats_down_sampling_operator_spec.rb +2 -2
- data/spec/models/create_volume_disk202_response_spec.rb +2 -2
- data/spec/models/create_volume_disk4_xx_response_spec.rb +2 -2
- data/spec/models/create_volume_group202_response_spec.rb +2 -2
- data/spec/models/create_volume_group4_xx_response_spec.rb +2 -2
- data/spec/models/delete_volume_disk_by_id202_response_spec.rb +2 -2
- data/spec/models/delete_volume_disk_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/delete_volume_group_by_id202_response_spec.rb +2 -2
- data/spec/models/delete_volume_group_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/detach_iscsi_client202_response_spec.rb +2 -2
- data/spec/models/detach_iscsi_client4_xx_response_spec.rb +2 -2
- data/spec/models/detach_vm202_response_spec.rb +2 -2
- data/spec/models/detach_vm4_xx_response_spec.rb +2 -2
- data/spec/models/disassociate_category202_response_spec.rb +2 -2
- data/spec/models/disassociate_category4_xx_response_spec.rb +2 -2
- data/spec/models/get_iscsi_client_by_id200_response_spec.rb +2 -2
- data/spec/models/get_iscsi_client_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_volume_disk_by_id200_response_spec.rb +2 -2
- data/spec/models/get_volume_disk_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_volume_disk_stats200_response_spec.rb +2 -2
- data/spec/models/get_volume_disk_stats4_xx_response_spec.rb +2 -2
- data/spec/models/get_volume_group_by_id200_response_spec.rb +2 -2
- data/spec/models/get_volume_group_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_volume_group_metadata_by_id200_response_spec.rb +2 -2
- data/spec/models/get_volume_group_metadata_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_volume_group_stats200_response_spec.rb +2 -2
- data/spec/models/get_volume_group_stats4_xx_response_spec.rb +2 -2
- data/spec/models/list_category_associations_by_volume_group_id200_response_spec.rb +2 -2
- data/spec/models/list_category_associations_by_volume_group_id4_xx_response_spec.rb +2 -2
- data/spec/models/list_external_iscsi_attachments_by_volume_group_id200_response_spec.rb +2 -2
- data/spec/models/list_external_iscsi_attachments_by_volume_group_id4_xx_response_spec.rb +2 -2
- data/spec/models/list_iscsi_clients200_response_spec.rb +2 -2
- data/spec/models/list_iscsi_clients4_xx_response_spec.rb +2 -2
- data/spec/models/list_vm_attachments_by_volume_group_id200_response_spec.rb +2 -2
- data/spec/models/list_vm_attachments_by_volume_group_id4_xx_response_spec.rb +2 -2
- data/spec/models/list_volume_disks_by_volume_group_id200_response_spec.rb +2 -2
- data/spec/models/list_volume_disks_by_volume_group_id4_xx_response_spec.rb +2 -2
- data/spec/models/list_volume_groups200_response_spec.rb +2 -2
- data/spec/models/list_volume_groups4_xx_response_spec.rb +2 -2
- data/spec/models/prism_v40_config_task_reference_spec.rb +2 -2
- data/spec/models/revert_volume_group202_response_spec.rb +2 -2
- data/spec/models/revert_volume_group4_xx_response_spec.rb +2 -2
- data/spec/models/update_iscsi_client_by_id202_response_spec.rb +2 -2
- data/spec/models/update_iscsi_client_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/update_volume_disk_by_id202_response_spec.rb +2 -2
- data/spec/models/update_volume_disk_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/update_volume_group_by_id202_response_spec.rb +2 -2
- data/spec/models/update_volume_group_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_associate_category_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_attach_iscsi_client_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_attach_nvmf_client_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_attach_vm_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_attachment_type_spec.rb +2 -2
- data/spec/models/volumes_v40_config_authentication_type_spec.rb +2 -2
- data/spec/models/volumes_v40_config_category_details_spec.rb +2 -2
- data/spec/models/volumes_v40_config_category_entity_references_spec.rb +2 -2
- data/spec/models/volumes_v40_config_cluster_spec.rb +2 -2
- data/spec/models/volumes_v40_config_create_volume_disk_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_create_volume_group_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_delete_volume_disk_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_delete_volume_group_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_detach_iscsi_client_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_detach_nvmf_client_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_detach_vm_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_disassociate_category_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_disk_storage_features_spec.rb +2 -2
- data/spec/models/volumes_v40_config_flash_mode_spec.rb +2 -2
- data/spec/models/volumes_v40_config_get_iscsi_client_api_response_data_spec.rb +1 -1
- data/spec/models/volumes_v40_config_get_iscsi_client_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_get_volume_disk_api_response_data_spec.rb +1 -1
- data/spec/models/volumes_v40_config_get_volume_disk_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_get_volume_group_api_response_data_spec.rb +1 -1
- data/spec/models/volumes_v40_config_get_volume_group_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_get_volume_group_metadata_api_response_data_spec.rb +1 -1
- data/spec/models/volumes_v40_config_get_volume_group_metadata_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_iscsi_client_attachment_spec.rb +2 -2
- data/spec/models/volumes_v40_config_iscsi_client_spec.rb +2 -2
- data/spec/models/volumes_v40_config_iscsi_features_spec.rb +2 -2
- data/spec/models/volumes_v40_config_list_category_associations_api_response_data_spec.rb +1 -1
- data/spec/models/volumes_v40_config_list_category_associations_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_list_external_iscsi_attachments_api_response_data_spec.rb +1 -1
- data/spec/models/volumes_v40_config_list_external_iscsi_attachments_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_list_iscsi_clients_api_response_data_spec.rb +1 -1
- data/spec/models/volumes_v40_config_list_iscsi_clients_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_list_vm_attachments_api_response_data_spec.rb +1 -1
- data/spec/models/volumes_v40_config_list_vm_attachments_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_list_volume_disks_api_response_data_spec.rb +1 -1
- data/spec/models/volumes_v40_config_list_volume_disks_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_list_volume_groups_api_response_data_spec.rb +1 -1
- data/spec/models/volumes_v40_config_list_volume_groups_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_migrate_volume_group_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_nvmf_client_attachment_spec.rb +2 -2
- data/spec/models/volumes_v40_config_nvmf_client_spec.rb +2 -2
- data/spec/models/volumes_v40_config_pause_volume_group_synchronous_replication_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_protocol_spec.rb +2 -2
- data/spec/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_revert_spec_spec.rb +2 -2
- data/spec/models/volumes_v40_config_revert_volume_group_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_sharing_status_spec.rb +2 -2
- data/spec/models/volumes_v40_config_storage_features_spec.rb +2 -2
- data/spec/models/volumes_v40_config_target_param_spec.rb +2 -2
- data/spec/models/volumes_v40_config_update_iscsi_client_api_response_data_spec.rb +1 -1
- data/spec/models/volumes_v40_config_update_iscsi_client_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_update_iscsi_client_by_id_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_update_volume_disk_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_update_volume_disk_by_id_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_update_volume_group_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_update_volume_group_by_id_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_update_volume_group_metadata_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_update_volume_group_metadata_info_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_config_usage_type_spec.rb +2 -2
- data/spec/models/volumes_v40_config_vm_attachment_spec.rb +2 -2
- data/spec/models/volumes_v40_config_volume_disk_spec.rb +2 -2
- data/spec/models/volumes_v40_config_volume_group_attachment_site_spec.rb +2 -2
- data/spec/models/volumes_v40_config_volume_group_metadata_spec.rb +2 -2
- data/spec/models/volumes_v40_config_volume_group_spec.rb +2 -2
- data/spec/models/volumes_v40_error_app_message_spec.rb +2 -2
- data/spec/models/volumes_v40_error_error_response_error_spec.rb +1 -1
- data/spec/models/volumes_v40_error_error_response_spec.rb +2 -2
- data/spec/models/volumes_v40_error_message_severity_spec.rb +2 -2
- data/spec/models/volumes_v40_error_schema_validation_error_message_spec.rb +2 -2
- data/spec/models/volumes_v40_error_schema_validation_error_spec.rb +2 -2
- data/spec/models/volumes_v40_stats_get_volume_disk_stats_api_response_data_spec.rb +1 -1
- data/spec/models/volumes_v40_stats_get_volume_disk_stats_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_stats_get_volume_group_stats_api_response_data_spec.rb +1 -1
- data/spec/models/volumes_v40_stats_get_volume_group_stats_api_response_spec.rb +2 -2
- data/spec/models/volumes_v40_stats_time_value_pair_spec.rb +2 -2
- data/spec/models/volumes_v40_stats_volume_disk_stats_spec.rb +2 -2
- data/spec/models/volumes_v40_stats_volume_group_stats_spec.rb +2 -2
- data/spec/spec_helper.rb +1 -1
- metadata +7 -6
- data/docs/VolumesV40ConfigResumeVolumeGroupSynchronousReplicationApiResponseData.md +0 -47
- data/lib/nutanix_volumes/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_data.rb +0 -104
- data/spec/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_data_spec.rb +0 -32
- data/swagger-volumes-v4.0-all.yaml +0 -8140
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -15,7 +15,7 @@ require 'time'
|
|
|
15
15
|
|
|
16
16
|
module NutanixVolumes
|
|
17
17
|
# A model that stores the Volume disk stats.
|
|
18
|
-
class VolumesV40StatsVolumeDiskStats
|
|
18
|
+
class VolumesV40StatsVolumeDiskStats < ApiModelBase
|
|
19
19
|
# A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
|
|
20
20
|
attr_accessor :tenant_id
|
|
21
21
|
|
|
@@ -78,9 +78,14 @@ module NutanixVolumes
|
|
|
78
78
|
}
|
|
79
79
|
end
|
|
80
80
|
|
|
81
|
+
# Returns attribute mapping this model knows about
|
|
82
|
+
def self.acceptable_attribute_map
|
|
83
|
+
attribute_map
|
|
84
|
+
end
|
|
85
|
+
|
|
81
86
|
# Returns all the JSON keys this model knows about
|
|
82
87
|
def self.acceptable_attributes
|
|
83
|
-
|
|
88
|
+
acceptable_attribute_map.values
|
|
84
89
|
end
|
|
85
90
|
|
|
86
91
|
# Attribute type mapping.
|
|
@@ -125,9 +130,10 @@ module NutanixVolumes
|
|
|
125
130
|
end
|
|
126
131
|
|
|
127
132
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
133
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
128
134
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
129
|
-
if (!
|
|
130
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixVolumes::VolumesV40StatsVolumeDiskStats`. Please check the name to make sure it's valid. List of attributes: " +
|
|
135
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
136
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixVolumes::VolumesV40StatsVolumeDiskStats`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
131
137
|
end
|
|
132
138
|
h[k.to_sym] = v
|
|
133
139
|
}
|
|
@@ -649,61 +655,6 @@ module NutanixVolumes
|
|
|
649
655
|
new(transformed_hash)
|
|
650
656
|
end
|
|
651
657
|
|
|
652
|
-
# Deserializes the data based on type
|
|
653
|
-
# @param string type Data type
|
|
654
|
-
# @param string value Value to be deserialized
|
|
655
|
-
# @return [Object] Deserialized data
|
|
656
|
-
def self._deserialize(type, value)
|
|
657
|
-
case type.to_sym
|
|
658
|
-
when :Time
|
|
659
|
-
Time.parse(value)
|
|
660
|
-
when :Date
|
|
661
|
-
Date.parse(value)
|
|
662
|
-
when :String
|
|
663
|
-
value.to_s
|
|
664
|
-
when :Integer
|
|
665
|
-
value.to_i
|
|
666
|
-
when :Float
|
|
667
|
-
value.to_f
|
|
668
|
-
when :Boolean
|
|
669
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
670
|
-
true
|
|
671
|
-
else
|
|
672
|
-
false
|
|
673
|
-
end
|
|
674
|
-
when :Object
|
|
675
|
-
# generic object (usually a Hash), return directly
|
|
676
|
-
value
|
|
677
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
678
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
679
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
680
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
681
|
-
k_type = Regexp.last_match[:k_type]
|
|
682
|
-
v_type = Regexp.last_match[:v_type]
|
|
683
|
-
{}.tap do |hash|
|
|
684
|
-
value.each do |k, v|
|
|
685
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
686
|
-
end
|
|
687
|
-
end
|
|
688
|
-
else # model
|
|
689
|
-
# models (e.g. Pet) or oneOf
|
|
690
|
-
klass = NutanixVolumes.const_get(type)
|
|
691
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
692
|
-
end
|
|
693
|
-
end
|
|
694
|
-
|
|
695
|
-
# Returns the string representation of the object
|
|
696
|
-
# @return [String] String presentation of the object
|
|
697
|
-
def to_s
|
|
698
|
-
to_hash.to_s
|
|
699
|
-
end
|
|
700
|
-
|
|
701
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
702
|
-
# @return [Hash] Returns the object in the form of hash
|
|
703
|
-
def to_body
|
|
704
|
-
to_hash
|
|
705
|
-
end
|
|
706
|
-
|
|
707
658
|
# Returns the object in the form of hash
|
|
708
659
|
# @return [Hash] Returns the object in the form of hash
|
|
709
660
|
def to_hash
|
|
@@ -720,24 +671,6 @@ module NutanixVolumes
|
|
|
720
671
|
hash
|
|
721
672
|
end
|
|
722
673
|
|
|
723
|
-
# Outputs non-array value in the form of hash
|
|
724
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
725
|
-
# @param [Object] value Any valid value
|
|
726
|
-
# @return [Hash] Returns the value in the form of hash
|
|
727
|
-
def _to_hash(value)
|
|
728
|
-
if value.is_a?(Array)
|
|
729
|
-
value.compact.map { |v| _to_hash(v) }
|
|
730
|
-
elsif value.is_a?(Hash)
|
|
731
|
-
{}.tap do |hash|
|
|
732
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
733
|
-
end
|
|
734
|
-
elsif value.respond_to? :to_hash
|
|
735
|
-
value.to_hash
|
|
736
|
-
else
|
|
737
|
-
value
|
|
738
|
-
end
|
|
739
|
-
end
|
|
740
|
-
|
|
741
674
|
end
|
|
742
675
|
|
|
743
676
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -15,7 +15,7 @@ require 'time'
|
|
|
15
15
|
|
|
16
16
|
module NutanixVolumes
|
|
17
17
|
# A model that stores the Volume group stats.
|
|
18
|
-
class VolumesV40StatsVolumeGroupStats
|
|
18
|
+
class VolumesV40StatsVolumeGroupStats < ApiModelBase
|
|
19
19
|
# A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
|
|
20
20
|
attr_accessor :tenant_id
|
|
21
21
|
|
|
@@ -78,9 +78,14 @@ module NutanixVolumes
|
|
|
78
78
|
}
|
|
79
79
|
end
|
|
80
80
|
|
|
81
|
+
# Returns attribute mapping this model knows about
|
|
82
|
+
def self.acceptable_attribute_map
|
|
83
|
+
attribute_map
|
|
84
|
+
end
|
|
85
|
+
|
|
81
86
|
# Returns all the JSON keys this model knows about
|
|
82
87
|
def self.acceptable_attributes
|
|
83
|
-
|
|
88
|
+
acceptable_attribute_map.values
|
|
84
89
|
end
|
|
85
90
|
|
|
86
91
|
# Attribute type mapping.
|
|
@@ -125,9 +130,10 @@ module NutanixVolumes
|
|
|
125
130
|
end
|
|
126
131
|
|
|
127
132
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
133
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
128
134
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
129
|
-
if (!
|
|
130
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixVolumes::VolumesV40StatsVolumeGroupStats`. Please check the name to make sure it's valid. List of attributes: " +
|
|
135
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
136
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixVolumes::VolumesV40StatsVolumeGroupStats`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
131
137
|
end
|
|
132
138
|
h[k.to_sym] = v
|
|
133
139
|
}
|
|
@@ -649,61 +655,6 @@ module NutanixVolumes
|
|
|
649
655
|
new(transformed_hash)
|
|
650
656
|
end
|
|
651
657
|
|
|
652
|
-
# Deserializes the data based on type
|
|
653
|
-
# @param string type Data type
|
|
654
|
-
# @param string value Value to be deserialized
|
|
655
|
-
# @return [Object] Deserialized data
|
|
656
|
-
def self._deserialize(type, value)
|
|
657
|
-
case type.to_sym
|
|
658
|
-
when :Time
|
|
659
|
-
Time.parse(value)
|
|
660
|
-
when :Date
|
|
661
|
-
Date.parse(value)
|
|
662
|
-
when :String
|
|
663
|
-
value.to_s
|
|
664
|
-
when :Integer
|
|
665
|
-
value.to_i
|
|
666
|
-
when :Float
|
|
667
|
-
value.to_f
|
|
668
|
-
when :Boolean
|
|
669
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
670
|
-
true
|
|
671
|
-
else
|
|
672
|
-
false
|
|
673
|
-
end
|
|
674
|
-
when :Object
|
|
675
|
-
# generic object (usually a Hash), return directly
|
|
676
|
-
value
|
|
677
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
678
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
679
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
680
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
681
|
-
k_type = Regexp.last_match[:k_type]
|
|
682
|
-
v_type = Regexp.last_match[:v_type]
|
|
683
|
-
{}.tap do |hash|
|
|
684
|
-
value.each do |k, v|
|
|
685
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
686
|
-
end
|
|
687
|
-
end
|
|
688
|
-
else # model
|
|
689
|
-
# models (e.g. Pet) or oneOf
|
|
690
|
-
klass = NutanixVolumes.const_get(type)
|
|
691
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
692
|
-
end
|
|
693
|
-
end
|
|
694
|
-
|
|
695
|
-
# Returns the string representation of the object
|
|
696
|
-
# @return [String] String presentation of the object
|
|
697
|
-
def to_s
|
|
698
|
-
to_hash.to_s
|
|
699
|
-
end
|
|
700
|
-
|
|
701
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
702
|
-
# @return [Hash] Returns the object in the form of hash
|
|
703
|
-
def to_body
|
|
704
|
-
to_hash
|
|
705
|
-
end
|
|
706
|
-
|
|
707
658
|
# Returns the object in the form of hash
|
|
708
659
|
# @return [Hash] Returns the object in the form of hash
|
|
709
660
|
def to_hash
|
|
@@ -720,24 +671,6 @@ module NutanixVolumes
|
|
|
720
671
|
hash
|
|
721
672
|
end
|
|
722
673
|
|
|
723
|
-
# Outputs non-array value in the form of hash
|
|
724
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
725
|
-
# @param [Object] value Any valid value
|
|
726
|
-
# @return [Hash] Returns the value in the form of hash
|
|
727
|
-
def _to_hash(value)
|
|
728
|
-
if value.is_a?(Array)
|
|
729
|
-
value.compact.map { |v| _to_hash(v) }
|
|
730
|
-
elsif value.is_a?(Hash)
|
|
731
|
-
{}.tap do |hash|
|
|
732
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
733
|
-
end
|
|
734
|
-
elsif value.respond_to? :to_hash
|
|
735
|
-
value.to_hash
|
|
736
|
-
else
|
|
737
|
-
value
|
|
738
|
-
end
|
|
739
|
-
end
|
|
740
|
-
|
|
741
674
|
end
|
|
742
675
|
|
|
743
676
|
end
|
data/lib/nutanix_volumes.rb
CHANGED
|
@@ -6,13 +6,14 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
# Common files
|
|
14
14
|
require 'nutanix_volumes/api_client'
|
|
15
15
|
require 'nutanix_volumes/api_error'
|
|
16
|
+
require 'nutanix_volumes/api_model_base'
|
|
16
17
|
require 'nutanix_volumes/version'
|
|
17
18
|
require 'nutanix_volumes/configuration'
|
|
18
19
|
|
|
@@ -136,7 +137,6 @@ NutanixVolumes.autoload :VolumesV40ConfigNvmfClientAttachment, 'nutanix_volumes/
|
|
|
136
137
|
NutanixVolumes.autoload :VolumesV40ConfigPauseVolumeGroupSynchronousReplicationApiResponse, 'nutanix_volumes/models/volumes_v40_config_pause_volume_group_synchronous_replication_api_response'
|
|
137
138
|
NutanixVolumes.autoload :VolumesV40ConfigProtocol, 'nutanix_volumes/models/volumes_v40_config_protocol'
|
|
138
139
|
NutanixVolumes.autoload :VolumesV40ConfigResumeVolumeGroupSynchronousReplicationApiResponse, 'nutanix_volumes/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response'
|
|
139
|
-
NutanixVolumes.autoload :VolumesV40ConfigResumeVolumeGroupSynchronousReplicationApiResponseData, 'nutanix_volumes/models/volumes_v40_config_resume_volume_group_synchronous_replication_api_response_data'
|
|
140
140
|
NutanixVolumes.autoload :VolumesV40ConfigRevertSpec, 'nutanix_volumes/models/volumes_v40_config_revert_spec'
|
|
141
141
|
NutanixVolumes.autoload :VolumesV40ConfigRevertVolumeGroupApiResponse, 'nutanix_volumes/models/volumes_v40_config_revert_volume_group_api_response'
|
|
142
142
|
NutanixVolumes.autoload :VolumesV40ConfigSharingStatus, 'nutanix_volumes/models/volumes_v40_config_sharing_status'
|
|
Binary file
|
data/renovate.json
ADDED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::AssociateCategory202Response do
|
|
21
|
-
let(:instance) { NutanixVolumes::AssociateCategory202Response.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::AssociateCategory202Response.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AssociateCategory202Response' do
|
|
24
24
|
it 'should create an instance of AssociateCategory202Response' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::AssociateCategory4XXResponse do
|
|
21
|
-
let(:instance) { NutanixVolumes::AssociateCategory4XXResponse.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::AssociateCategory4XXResponse.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AssociateCategory4XXResponse' do
|
|
24
24
|
it 'should create an instance of AssociateCategory4XXResponse' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::AttachIscsiClient202Response do
|
|
21
|
-
let(:instance) { NutanixVolumes::AttachIscsiClient202Response.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::AttachIscsiClient202Response.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AttachIscsiClient202Response' do
|
|
24
24
|
it 'should create an instance of AttachIscsiClient202Response' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::AttachIscsiClient4XXResponse do
|
|
21
|
-
let(:instance) { NutanixVolumes::AttachIscsiClient4XXResponse.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::AttachIscsiClient4XXResponse.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AttachIscsiClient4XXResponse' do
|
|
24
24
|
it 'should create an instance of AttachIscsiClient4XXResponse' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::AttachVm202Response do
|
|
21
|
-
let(:instance) { NutanixVolumes::AttachVm202Response.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::AttachVm202Response.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AttachVm202Response' do
|
|
24
24
|
it 'should create an instance of AttachVm202Response' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::AttachVm4XXResponse do
|
|
21
|
-
let(:instance) { NutanixVolumes::AttachVm4XXResponse.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::AttachVm4XXResponse.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AttachVm4XXResponse' do
|
|
24
24
|
it 'should create an instance of AttachVm4XXResponse' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::CommonV10ConfigEntityReference do
|
|
21
|
-
let(:instance) { NutanixVolumes::CommonV10ConfigEntityReference.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::CommonV10ConfigEntityReference.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CommonV10ConfigEntityReference' do
|
|
24
24
|
it 'should create an instance of CommonV10ConfigEntityReference' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::CommonV10ConfigEntityType do
|
|
21
|
-
let(:instance) { NutanixVolumes::CommonV10ConfigEntityType.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::CommonV10ConfigEntityType.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CommonV10ConfigEntityType' do
|
|
24
24
|
it 'should create an instance of CommonV10ConfigEntityType' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::CommonV10ConfigFlag do
|
|
21
|
-
let(:instance) { NutanixVolumes::CommonV10ConfigFlag.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::CommonV10ConfigFlag.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CommonV10ConfigFlag' do
|
|
24
24
|
it 'should create an instance of CommonV10ConfigFlag' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::CommonV10ConfigFQDN do
|
|
21
|
-
let(:instance) { NutanixVolumes::CommonV10ConfigFQDN.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::CommonV10ConfigFQDN.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CommonV10ConfigFQDN' do
|
|
24
24
|
it 'should create an instance of CommonV10ConfigFQDN' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::CommonV10ConfigIPAddressOrFQDN do
|
|
21
|
-
let(:instance) { NutanixVolumes::CommonV10ConfigIPAddressOrFQDN.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::CommonV10ConfigIPAddressOrFQDN.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CommonV10ConfigIPAddressOrFQDN' do
|
|
24
24
|
it 'should create an instance of CommonV10ConfigIPAddressOrFQDN' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::CommonV10ConfigIPv4Address do
|
|
21
|
-
let(:instance) { NutanixVolumes::CommonV10ConfigIPv4Address.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::CommonV10ConfigIPv4Address.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CommonV10ConfigIPv4Address' do
|
|
24
24
|
it 'should create an instance of CommonV10ConfigIPv4Address' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::CommonV10ConfigIPv6Address do
|
|
21
|
-
let(:instance) { NutanixVolumes::CommonV10ConfigIPv6Address.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::CommonV10ConfigIPv6Address.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CommonV10ConfigIPv6Address' do
|
|
24
24
|
it 'should create an instance of CommonV10ConfigIPv6Address' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::CommonV10ConfigKVPair do
|
|
21
|
-
let(:instance) { NutanixVolumes::CommonV10ConfigKVPair.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::CommonV10ConfigKVPair.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CommonV10ConfigKVPair' do
|
|
24
24
|
it 'should create an instance of CommonV10ConfigKVPair' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::CommonV10ConfigMapOfStringWrapper do
|
|
21
|
-
let(:instance) { NutanixVolumes::CommonV10ConfigMapOfStringWrapper.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::CommonV10ConfigMapOfStringWrapper.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CommonV10ConfigMapOfStringWrapper' do
|
|
24
24
|
it 'should create an instance of CommonV10ConfigMapOfStringWrapper' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::CommonV10ConfigMessageSeverity do
|
|
21
|
-
let(:instance) { NutanixVolumes::CommonV10ConfigMessageSeverity.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::CommonV10ConfigMessageSeverity.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CommonV10ConfigMessageSeverity' do
|
|
24
24
|
it 'should create an instance of CommonV10ConfigMessageSeverity' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe NutanixVolumes::CommonV10ConfigMessage do
|
|
21
|
-
let(:instance) { NutanixVolumes::CommonV10ConfigMessage.new }
|
|
21
|
+
#let(:instance) { NutanixVolumes::CommonV10ConfigMessage.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CommonV10ConfigMessage' do
|
|
24
24
|
it 'should create an instance of CommonV10ConfigMessage' do
|