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
data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_metadata_api_response.rb
CHANGED
|
@@ -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
|
# REST response for all response codes in API path /volumes/v4.0/config/volume-groups/{extId}/$actions/update-metadata Post operation
|
|
18
|
-
class VolumesV40ConfigUpdateVolumeGroupMetadataApiResponse
|
|
18
|
+
class VolumesV40ConfigUpdateVolumeGroupMetadataApiResponse < ApiModelBase
|
|
19
19
|
attr_accessor :metadata
|
|
20
20
|
|
|
21
21
|
attr_accessor :data
|
|
@@ -28,16 +28,21 @@ module NutanixVolumes
|
|
|
28
28
|
}
|
|
29
29
|
end
|
|
30
30
|
|
|
31
|
+
# Returns attribute mapping this model knows about
|
|
32
|
+
def self.acceptable_attribute_map
|
|
33
|
+
attribute_map
|
|
34
|
+
end
|
|
35
|
+
|
|
31
36
|
# Returns all the JSON keys this model knows about
|
|
32
37
|
def self.acceptable_attributes
|
|
33
|
-
|
|
38
|
+
acceptable_attribute_map.values
|
|
34
39
|
end
|
|
35
40
|
|
|
36
41
|
# Attribute type mapping.
|
|
37
42
|
def self.openapi_types
|
|
38
43
|
{
|
|
39
44
|
:'metadata' => :'CommonV10ResponseApiResponseMetadata',
|
|
40
|
-
:'data' => :'
|
|
45
|
+
:'data' => :'VolumesV40ErrorErrorResponse'
|
|
41
46
|
}
|
|
42
47
|
end
|
|
43
48
|
|
|
@@ -55,9 +60,10 @@ module NutanixVolumes
|
|
|
55
60
|
end
|
|
56
61
|
|
|
57
62
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
63
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
58
64
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
59
|
-
if (!
|
|
60
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixVolumes::VolumesV40ConfigUpdateVolumeGroupMetadataApiResponse`. Please check the name to make sure it's valid. List of attributes: " +
|
|
65
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
66
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixVolumes::VolumesV40ConfigUpdateVolumeGroupMetadataApiResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
61
67
|
end
|
|
62
68
|
h[k.to_sym] = v
|
|
63
69
|
}
|
|
@@ -130,61 +136,6 @@ module NutanixVolumes
|
|
|
130
136
|
new(transformed_hash)
|
|
131
137
|
end
|
|
132
138
|
|
|
133
|
-
# Deserializes the data based on type
|
|
134
|
-
# @param string type Data type
|
|
135
|
-
# @param string value Value to be deserialized
|
|
136
|
-
# @return [Object] Deserialized data
|
|
137
|
-
def self._deserialize(type, value)
|
|
138
|
-
case type.to_sym
|
|
139
|
-
when :Time
|
|
140
|
-
Time.parse(value)
|
|
141
|
-
when :Date
|
|
142
|
-
Date.parse(value)
|
|
143
|
-
when :String
|
|
144
|
-
value.to_s
|
|
145
|
-
when :Integer
|
|
146
|
-
value.to_i
|
|
147
|
-
when :Float
|
|
148
|
-
value.to_f
|
|
149
|
-
when :Boolean
|
|
150
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
151
|
-
true
|
|
152
|
-
else
|
|
153
|
-
false
|
|
154
|
-
end
|
|
155
|
-
when :Object
|
|
156
|
-
# generic object (usually a Hash), return directly
|
|
157
|
-
value
|
|
158
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
159
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
160
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
161
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
162
|
-
k_type = Regexp.last_match[:k_type]
|
|
163
|
-
v_type = Regexp.last_match[:v_type]
|
|
164
|
-
{}.tap do |hash|
|
|
165
|
-
value.each do |k, v|
|
|
166
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
167
|
-
end
|
|
168
|
-
end
|
|
169
|
-
else # model
|
|
170
|
-
# models (e.g. Pet) or oneOf
|
|
171
|
-
klass = NutanixVolumes.const_get(type)
|
|
172
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
173
|
-
end
|
|
174
|
-
end
|
|
175
|
-
|
|
176
|
-
# Returns the string representation of the object
|
|
177
|
-
# @return [String] String presentation of the object
|
|
178
|
-
def to_s
|
|
179
|
-
to_hash.to_s
|
|
180
|
-
end
|
|
181
|
-
|
|
182
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
183
|
-
# @return [Hash] Returns the object in the form of hash
|
|
184
|
-
def to_body
|
|
185
|
-
to_hash
|
|
186
|
-
end
|
|
187
|
-
|
|
188
139
|
# Returns the object in the form of hash
|
|
189
140
|
# @return [Hash] Returns the object in the form of hash
|
|
190
141
|
def to_hash
|
|
@@ -201,24 +152,6 @@ module NutanixVolumes
|
|
|
201
152
|
hash
|
|
202
153
|
end
|
|
203
154
|
|
|
204
|
-
# Outputs non-array value in the form of hash
|
|
205
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
206
|
-
# @param [Object] value Any valid value
|
|
207
|
-
# @return [Hash] Returns the value in the form of hash
|
|
208
|
-
def _to_hash(value)
|
|
209
|
-
if value.is_a?(Array)
|
|
210
|
-
value.compact.map { |v| _to_hash(v) }
|
|
211
|
-
elsif value.is_a?(Hash)
|
|
212
|
-
{}.tap do |hash|
|
|
213
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
214
|
-
end
|
|
215
|
-
elsif value.respond_to? :to_hash
|
|
216
|
-
value.to_hash
|
|
217
|
-
else
|
|
218
|
-
value
|
|
219
|
-
end
|
|
220
|
-
end
|
|
221
|
-
|
|
222
155
|
end
|
|
223
156
|
|
|
224
157
|
end
|
data/lib/nutanix_volumes/models/volumes_v40_config_update_volume_group_metadata_info_api_response.rb
CHANGED
|
@@ -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
|
# REST response for all response codes in API path /volumes/v4.0/config/volume-groups/{extId}/$actions/update-metadata-info Post operation
|
|
18
|
-
class VolumesV40ConfigUpdateVolumeGroupMetadataInfoApiResponse
|
|
18
|
+
class VolumesV40ConfigUpdateVolumeGroupMetadataInfoApiResponse < ApiModelBase
|
|
19
19
|
attr_accessor :metadata
|
|
20
20
|
|
|
21
21
|
attr_accessor :data
|
|
@@ -28,16 +28,21 @@ module NutanixVolumes
|
|
|
28
28
|
}
|
|
29
29
|
end
|
|
30
30
|
|
|
31
|
+
# Returns attribute mapping this model knows about
|
|
32
|
+
def self.acceptable_attribute_map
|
|
33
|
+
attribute_map
|
|
34
|
+
end
|
|
35
|
+
|
|
31
36
|
# Returns all the JSON keys this model knows about
|
|
32
37
|
def self.acceptable_attributes
|
|
33
|
-
|
|
38
|
+
acceptable_attribute_map.values
|
|
34
39
|
end
|
|
35
40
|
|
|
36
41
|
# Attribute type mapping.
|
|
37
42
|
def self.openapi_types
|
|
38
43
|
{
|
|
39
44
|
:'metadata' => :'CommonV10ResponseApiResponseMetadata',
|
|
40
|
-
:'data' => :'
|
|
45
|
+
:'data' => :'VolumesV40ErrorErrorResponse'
|
|
41
46
|
}
|
|
42
47
|
end
|
|
43
48
|
|
|
@@ -55,9 +60,10 @@ module NutanixVolumes
|
|
|
55
60
|
end
|
|
56
61
|
|
|
57
62
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
63
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
58
64
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
59
|
-
if (!
|
|
60
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixVolumes::VolumesV40ConfigUpdateVolumeGroupMetadataInfoApiResponse`. Please check the name to make sure it's valid. List of attributes: " +
|
|
65
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
66
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixVolumes::VolumesV40ConfigUpdateVolumeGroupMetadataInfoApiResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
61
67
|
end
|
|
62
68
|
h[k.to_sym] = v
|
|
63
69
|
}
|
|
@@ -130,61 +136,6 @@ module NutanixVolumes
|
|
|
130
136
|
new(transformed_hash)
|
|
131
137
|
end
|
|
132
138
|
|
|
133
|
-
# Deserializes the data based on type
|
|
134
|
-
# @param string type Data type
|
|
135
|
-
# @param string value Value to be deserialized
|
|
136
|
-
# @return [Object] Deserialized data
|
|
137
|
-
def self._deserialize(type, value)
|
|
138
|
-
case type.to_sym
|
|
139
|
-
when :Time
|
|
140
|
-
Time.parse(value)
|
|
141
|
-
when :Date
|
|
142
|
-
Date.parse(value)
|
|
143
|
-
when :String
|
|
144
|
-
value.to_s
|
|
145
|
-
when :Integer
|
|
146
|
-
value.to_i
|
|
147
|
-
when :Float
|
|
148
|
-
value.to_f
|
|
149
|
-
when :Boolean
|
|
150
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
151
|
-
true
|
|
152
|
-
else
|
|
153
|
-
false
|
|
154
|
-
end
|
|
155
|
-
when :Object
|
|
156
|
-
# generic object (usually a Hash), return directly
|
|
157
|
-
value
|
|
158
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
159
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
160
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
161
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
162
|
-
k_type = Regexp.last_match[:k_type]
|
|
163
|
-
v_type = Regexp.last_match[:v_type]
|
|
164
|
-
{}.tap do |hash|
|
|
165
|
-
value.each do |k, v|
|
|
166
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
167
|
-
end
|
|
168
|
-
end
|
|
169
|
-
else # model
|
|
170
|
-
# models (e.g. Pet) or oneOf
|
|
171
|
-
klass = NutanixVolumes.const_get(type)
|
|
172
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
173
|
-
end
|
|
174
|
-
end
|
|
175
|
-
|
|
176
|
-
# Returns the string representation of the object
|
|
177
|
-
# @return [String] String presentation of the object
|
|
178
|
-
def to_s
|
|
179
|
-
to_hash.to_s
|
|
180
|
-
end
|
|
181
|
-
|
|
182
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
183
|
-
# @return [Hash] Returns the object in the form of hash
|
|
184
|
-
def to_body
|
|
185
|
-
to_hash
|
|
186
|
-
end
|
|
187
|
-
|
|
188
139
|
# Returns the object in the form of hash
|
|
189
140
|
# @return [Hash] Returns the object in the form of hash
|
|
190
141
|
def to_hash
|
|
@@ -201,24 +152,6 @@ module NutanixVolumes
|
|
|
201
152
|
hash
|
|
202
153
|
end
|
|
203
154
|
|
|
204
|
-
# Outputs non-array value in the form of hash
|
|
205
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
206
|
-
# @param [Object] value Any valid value
|
|
207
|
-
# @return [Hash] Returns the value in the form of hash
|
|
208
|
-
def _to_hash(value)
|
|
209
|
-
if value.is_a?(Array)
|
|
210
|
-
value.compact.map { |v| _to_hash(v) }
|
|
211
|
-
elsif value.is_a?(Hash)
|
|
212
|
-
{}.tap do |hash|
|
|
213
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
214
|
-
end
|
|
215
|
-
elsif value.respond_to? :to_hash
|
|
216
|
-
value.to_hash
|
|
217
|
-
else
|
|
218
|
-
value
|
|
219
|
-
end
|
|
220
|
-
end
|
|
221
|
-
|
|
222
155
|
end
|
|
223
156
|
|
|
224
157
|
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 represents a VM reference that can be associated with a Volume Group as an AHV hypervisor attachment.
|
|
18
|
-
class VolumesV40ConfigVmAttachment
|
|
18
|
+
class VolumesV40ConfigVmAttachment < ApiModelBase
|
|
19
19
|
# The external identifier of the VM.
|
|
20
20
|
attr_accessor :ext_id
|
|
21
21
|
|
|
@@ -30,9 +30,14 @@ module NutanixVolumes
|
|
|
30
30
|
}
|
|
31
31
|
end
|
|
32
32
|
|
|
33
|
+
# Returns attribute mapping this model knows about
|
|
34
|
+
def self.acceptable_attribute_map
|
|
35
|
+
attribute_map
|
|
36
|
+
end
|
|
37
|
+
|
|
33
38
|
# Returns all the JSON keys this model knows about
|
|
34
39
|
def self.acceptable_attributes
|
|
35
|
-
|
|
40
|
+
acceptable_attribute_map.values
|
|
36
41
|
end
|
|
37
42
|
|
|
38
43
|
# Attribute type mapping.
|
|
@@ -57,9 +62,10 @@ module NutanixVolumes
|
|
|
57
62
|
end
|
|
58
63
|
|
|
59
64
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
65
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
60
66
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
61
|
-
if (!
|
|
62
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixVolumes::VolumesV40ConfigVmAttachment`. Please check the name to make sure it's valid. List of attributes: " +
|
|
67
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
68
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixVolumes::VolumesV40ConfigVmAttachment`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
63
69
|
end
|
|
64
70
|
h[k.to_sym] = v
|
|
65
71
|
}
|
|
@@ -160,61 +166,6 @@ module NutanixVolumes
|
|
|
160
166
|
new(transformed_hash)
|
|
161
167
|
end
|
|
162
168
|
|
|
163
|
-
# Deserializes the data based on type
|
|
164
|
-
# @param string type Data type
|
|
165
|
-
# @param string value Value to be deserialized
|
|
166
|
-
# @return [Object] Deserialized data
|
|
167
|
-
def self._deserialize(type, value)
|
|
168
|
-
case type.to_sym
|
|
169
|
-
when :Time
|
|
170
|
-
Time.parse(value)
|
|
171
|
-
when :Date
|
|
172
|
-
Date.parse(value)
|
|
173
|
-
when :String
|
|
174
|
-
value.to_s
|
|
175
|
-
when :Integer
|
|
176
|
-
value.to_i
|
|
177
|
-
when :Float
|
|
178
|
-
value.to_f
|
|
179
|
-
when :Boolean
|
|
180
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
181
|
-
true
|
|
182
|
-
else
|
|
183
|
-
false
|
|
184
|
-
end
|
|
185
|
-
when :Object
|
|
186
|
-
# generic object (usually a Hash), return directly
|
|
187
|
-
value
|
|
188
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
189
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
190
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
191
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
192
|
-
k_type = Regexp.last_match[:k_type]
|
|
193
|
-
v_type = Regexp.last_match[:v_type]
|
|
194
|
-
{}.tap do |hash|
|
|
195
|
-
value.each do |k, v|
|
|
196
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
197
|
-
end
|
|
198
|
-
end
|
|
199
|
-
else # model
|
|
200
|
-
# models (e.g. Pet) or oneOf
|
|
201
|
-
klass = NutanixVolumes.const_get(type)
|
|
202
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
203
|
-
end
|
|
204
|
-
end
|
|
205
|
-
|
|
206
|
-
# Returns the string representation of the object
|
|
207
|
-
# @return [String] String presentation of the object
|
|
208
|
-
def to_s
|
|
209
|
-
to_hash.to_s
|
|
210
|
-
end
|
|
211
|
-
|
|
212
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
213
|
-
# @return [Hash] Returns the object in the form of hash
|
|
214
|
-
def to_body
|
|
215
|
-
to_hash
|
|
216
|
-
end
|
|
217
|
-
|
|
218
169
|
# Returns the object in the form of hash
|
|
219
170
|
# @return [Hash] Returns the object in the form of hash
|
|
220
171
|
def to_hash
|
|
@@ -231,24 +182,6 @@ module NutanixVolumes
|
|
|
231
182
|
hash
|
|
232
183
|
end
|
|
233
184
|
|
|
234
|
-
# Outputs non-array value in the form of hash
|
|
235
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
236
|
-
# @param [Object] value Any valid value
|
|
237
|
-
# @return [Hash] Returns the value in the form of hash
|
|
238
|
-
def _to_hash(value)
|
|
239
|
-
if value.is_a?(Array)
|
|
240
|
-
value.compact.map { |v| _to_hash(v) }
|
|
241
|
-
elsif value.is_a?(Hash)
|
|
242
|
-
{}.tap do |hash|
|
|
243
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
244
|
-
end
|
|
245
|
-
elsif value.respond_to? :to_hash
|
|
246
|
-
value.to_hash
|
|
247
|
-
else
|
|
248
|
-
value
|
|
249
|
-
end
|
|
250
|
-
end
|
|
251
|
-
|
|
252
185
|
end
|
|
253
186
|
|
|
254
187
|
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 represents a Volume Disk associated with a Volume Group, supported by a backing file on DSF.
|
|
18
|
-
class VolumesV40ConfigVolumeDisk
|
|
18
|
+
class VolumesV40ConfigVolumeDisk < 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
|
|
|
@@ -56,9 +56,14 @@ module NutanixVolumes
|
|
|
56
56
|
}
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
+
# Returns attribute mapping this model knows about
|
|
60
|
+
def self.acceptable_attribute_map
|
|
61
|
+
attribute_map
|
|
62
|
+
end
|
|
63
|
+
|
|
59
64
|
# Returns all the JSON keys this model knows about
|
|
60
65
|
def self.acceptable_attributes
|
|
61
|
-
|
|
66
|
+
acceptable_attribute_map.values
|
|
62
67
|
end
|
|
63
68
|
|
|
64
69
|
# Attribute type mapping.
|
|
@@ -98,9 +103,10 @@ module NutanixVolumes
|
|
|
98
103
|
end
|
|
99
104
|
|
|
100
105
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
106
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
101
107
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
102
|
-
if (!
|
|
103
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixVolumes::VolumesV40ConfigVolumeDisk`. Please check the name to make sure it's valid. List of attributes: " +
|
|
108
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
109
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixVolumes::VolumesV40ConfigVolumeDisk`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
104
110
|
end
|
|
105
111
|
h[k.to_sym] = v
|
|
106
112
|
}
|
|
@@ -372,61 +378,6 @@ module NutanixVolumes
|
|
|
372
378
|
new(transformed_hash)
|
|
373
379
|
end
|
|
374
380
|
|
|
375
|
-
# Deserializes the data based on type
|
|
376
|
-
# @param string type Data type
|
|
377
|
-
# @param string value Value to be deserialized
|
|
378
|
-
# @return [Object] Deserialized data
|
|
379
|
-
def self._deserialize(type, value)
|
|
380
|
-
case type.to_sym
|
|
381
|
-
when :Time
|
|
382
|
-
Time.parse(value)
|
|
383
|
-
when :Date
|
|
384
|
-
Date.parse(value)
|
|
385
|
-
when :String
|
|
386
|
-
value.to_s
|
|
387
|
-
when :Integer
|
|
388
|
-
value.to_i
|
|
389
|
-
when :Float
|
|
390
|
-
value.to_f
|
|
391
|
-
when :Boolean
|
|
392
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
393
|
-
true
|
|
394
|
-
else
|
|
395
|
-
false
|
|
396
|
-
end
|
|
397
|
-
when :Object
|
|
398
|
-
# generic object (usually a Hash), return directly
|
|
399
|
-
value
|
|
400
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
401
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
402
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
403
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
404
|
-
k_type = Regexp.last_match[:k_type]
|
|
405
|
-
v_type = Regexp.last_match[:v_type]
|
|
406
|
-
{}.tap do |hash|
|
|
407
|
-
value.each do |k, v|
|
|
408
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
409
|
-
end
|
|
410
|
-
end
|
|
411
|
-
else # model
|
|
412
|
-
# models (e.g. Pet) or oneOf
|
|
413
|
-
klass = NutanixVolumes.const_get(type)
|
|
414
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
415
|
-
end
|
|
416
|
-
end
|
|
417
|
-
|
|
418
|
-
# Returns the string representation of the object
|
|
419
|
-
# @return [String] String presentation of the object
|
|
420
|
-
def to_s
|
|
421
|
-
to_hash.to_s
|
|
422
|
-
end
|
|
423
|
-
|
|
424
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
425
|
-
# @return [Hash] Returns the object in the form of hash
|
|
426
|
-
def to_body
|
|
427
|
-
to_hash
|
|
428
|
-
end
|
|
429
|
-
|
|
430
381
|
# Returns the object in the form of hash
|
|
431
382
|
# @return [Hash] Returns the object in the form of hash
|
|
432
383
|
def to_hash
|
|
@@ -443,24 +394,6 @@ module NutanixVolumes
|
|
|
443
394
|
hash
|
|
444
395
|
end
|
|
445
396
|
|
|
446
|
-
# Outputs non-array value in the form of hash
|
|
447
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
448
|
-
# @param [Object] value Any valid value
|
|
449
|
-
# @return [Hash] Returns the value in the form of hash
|
|
450
|
-
def _to_hash(value)
|
|
451
|
-
if value.is_a?(Array)
|
|
452
|
-
value.compact.map { |v| _to_hash(v) }
|
|
453
|
-
elsif value.is_a?(Hash)
|
|
454
|
-
{}.tap do |hash|
|
|
455
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
456
|
-
end
|
|
457
|
-
elsif value.respond_to? :to_hash
|
|
458
|
-
value.to_hash
|
|
459
|
-
else
|
|
460
|
-
value
|
|
461
|
-
end
|
|
462
|
-
end
|
|
463
|
-
|
|
464
397
|
end
|
|
465
398
|
|
|
466
399
|
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 represents a Volume Group resource.
|
|
18
|
-
class VolumesV40ConfigVolumeGroup
|
|
18
|
+
class VolumesV40ConfigVolumeGroup < 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
|
|
|
@@ -113,9 +113,14 @@ module NutanixVolumes
|
|
|
113
113
|
}
|
|
114
114
|
end
|
|
115
115
|
|
|
116
|
+
# Returns attribute mapping this model knows about
|
|
117
|
+
def self.acceptable_attribute_map
|
|
118
|
+
attribute_map
|
|
119
|
+
end
|
|
120
|
+
|
|
116
121
|
# Returns all the JSON keys this model knows about
|
|
117
122
|
def self.acceptable_attributes
|
|
118
|
-
|
|
123
|
+
acceptable_attribute_map.values
|
|
119
124
|
end
|
|
120
125
|
|
|
121
126
|
# Attribute type mapping.
|
|
@@ -165,9 +170,10 @@ module NutanixVolumes
|
|
|
165
170
|
end
|
|
166
171
|
|
|
167
172
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
173
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
168
174
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
169
|
-
if (!
|
|
170
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixVolumes::VolumesV40ConfigVolumeGroup`. Please check the name to make sure it's valid. List of attributes: " +
|
|
175
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
176
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixVolumes::VolumesV40ConfigVolumeGroup`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
171
177
|
end
|
|
172
178
|
h[k.to_sym] = v
|
|
173
179
|
}
|
|
@@ -302,7 +308,7 @@ module NutanixVolumes
|
|
|
302
308
|
end
|
|
303
309
|
|
|
304
310
|
if !@target_name.nil? && @target_name.to_s.length < 12
|
|
305
|
-
invalid_properties.push('invalid value for "target_name", the character length must be
|
|
311
|
+
invalid_properties.push('invalid value for "target_name", the character length must be greater than or equal to 12.')
|
|
306
312
|
end
|
|
307
313
|
|
|
308
314
|
if !@created_by.nil? && @created_by.to_s.length > 512
|
|
@@ -449,7 +455,7 @@ module NutanixVolumes
|
|
|
449
455
|
end
|
|
450
456
|
|
|
451
457
|
if target_name.to_s.length < 12
|
|
452
|
-
fail ArgumentError, 'invalid value for "target_name", the character length must be
|
|
458
|
+
fail ArgumentError, 'invalid value for "target_name", the character length must be greater than or equal to 12.'
|
|
453
459
|
end
|
|
454
460
|
|
|
455
461
|
@target_name = target_name
|
|
@@ -563,61 +569,6 @@ module NutanixVolumes
|
|
|
563
569
|
new(transformed_hash)
|
|
564
570
|
end
|
|
565
571
|
|
|
566
|
-
# Deserializes the data based on type
|
|
567
|
-
# @param string type Data type
|
|
568
|
-
# @param string value Value to be deserialized
|
|
569
|
-
# @return [Object] Deserialized data
|
|
570
|
-
def self._deserialize(type, value)
|
|
571
|
-
case type.to_sym
|
|
572
|
-
when :Time
|
|
573
|
-
Time.parse(value)
|
|
574
|
-
when :Date
|
|
575
|
-
Date.parse(value)
|
|
576
|
-
when :String
|
|
577
|
-
value.to_s
|
|
578
|
-
when :Integer
|
|
579
|
-
value.to_i
|
|
580
|
-
when :Float
|
|
581
|
-
value.to_f
|
|
582
|
-
when :Boolean
|
|
583
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
584
|
-
true
|
|
585
|
-
else
|
|
586
|
-
false
|
|
587
|
-
end
|
|
588
|
-
when :Object
|
|
589
|
-
# generic object (usually a Hash), return directly
|
|
590
|
-
value
|
|
591
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
592
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
593
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
594
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
595
|
-
k_type = Regexp.last_match[:k_type]
|
|
596
|
-
v_type = Regexp.last_match[:v_type]
|
|
597
|
-
{}.tap do |hash|
|
|
598
|
-
value.each do |k, v|
|
|
599
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
600
|
-
end
|
|
601
|
-
end
|
|
602
|
-
else # model
|
|
603
|
-
# models (e.g. Pet) or oneOf
|
|
604
|
-
klass = NutanixVolumes.const_get(type)
|
|
605
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
606
|
-
end
|
|
607
|
-
end
|
|
608
|
-
|
|
609
|
-
# Returns the string representation of the object
|
|
610
|
-
# @return [String] String presentation of the object
|
|
611
|
-
def to_s
|
|
612
|
-
to_hash.to_s
|
|
613
|
-
end
|
|
614
|
-
|
|
615
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
616
|
-
# @return [Hash] Returns the object in the form of hash
|
|
617
|
-
def to_body
|
|
618
|
-
to_hash
|
|
619
|
-
end
|
|
620
|
-
|
|
621
572
|
# Returns the object in the form of hash
|
|
622
573
|
# @return [Hash] Returns the object in the form of hash
|
|
623
574
|
def to_hash
|
|
@@ -634,24 +585,6 @@ module NutanixVolumes
|
|
|
634
585
|
hash
|
|
635
586
|
end
|
|
636
587
|
|
|
637
|
-
# Outputs non-array value in the form of hash
|
|
638
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
639
|
-
# @param [Object] value Any valid value
|
|
640
|
-
# @return [Hash] Returns the value in the form of hash
|
|
641
|
-
def _to_hash(value)
|
|
642
|
-
if value.is_a?(Array)
|
|
643
|
-
value.compact.map { |v| _to_hash(v) }
|
|
644
|
-
elsif value.is_a?(Hash)
|
|
645
|
-
{}.tap do |hash|
|
|
646
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
647
|
-
end
|
|
648
|
-
elsif value.respond_to? :to_hash
|
|
649
|
-
value.to_hash
|
|
650
|
-
else
|
|
651
|
-
value
|
|
652
|
-
end
|
|
653
|
-
end
|
|
654
|
-
|
|
655
588
|
end
|
|
656
589
|
|
|
657
590
|
end
|