autosde_openapi_client 1.2 → 1.2.3
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/README.md +5 -4
- data/docs/AbstractCapabilityApi.md +8 -8
- data/docs/AccountApi.md +8 -8
- data/docs/AddressApi.md +8 -8
- data/docs/AsyncResponse.md +20 -0
- data/docs/AutoSDEProjectApi.md +8 -8
- data/docs/AutoSDERoleApi.md +8 -8
- data/docs/CapabilityTranslationApi.md +8 -8
- data/docs/EventApi.md +8 -8
- data/docs/HostApi.md +8 -8
- data/docs/HostClusterApi.md +8 -8
- data/docs/HostClusterMembershipApi.md +8 -8
- data/docs/HostClusterVolumeMappingApi.md +8 -8
- data/docs/HostVolumeConnectionApi.md +8 -8
- data/docs/JobApi.md +8 -8
- data/docs/NativeCapabilityApi.md +8 -8
- data/docs/ProfileApi.md +8 -8
- data/docs/ProvisioningStrategyApi.md +8 -8
- data/docs/ServiceApi.md +8 -8
- data/docs/ServiceResourceAttachmentApi.md +40 -40
- data/docs/SnapshotApi.md +8 -8
- data/docs/StorageHostApi.md +12 -12
- data/docs/StorageHostsMappingApi.md +8 -8
- data/docs/StorageResourceApi.md +12 -12
- data/docs/StorageSystemApi.md +12 -12
- data/docs/SystemTypeApi.md +8 -8
- data/docs/UserApi.md +8 -8
- data/docs/VolumeApi.md +12 -12
- data/docs/VolumeSafeDeleteApi.md +8 -8
- data/lib/autosde_openapi_client/api/abstract_capability_api.rb +6 -6
- data/lib/autosde_openapi_client/api/account_api.rb +6 -6
- data/lib/autosde_openapi_client/api/address_api.rb +6 -6
- data/lib/autosde_openapi_client/api/auto_sde_project_api.rb +6 -6
- data/lib/autosde_openapi_client/api/auto_sde_role_api.rb +6 -6
- data/lib/autosde_openapi_client/api/capability_translation_api.rb +6 -6
- data/lib/autosde_openapi_client/api/event_api.rb +6 -6
- data/lib/autosde_openapi_client/api/host_api.rb +6 -6
- data/lib/autosde_openapi_client/api/host_cluster_api.rb +6 -6
- data/lib/autosde_openapi_client/api/host_cluster_membership_api.rb +6 -6
- data/lib/autosde_openapi_client/api/host_cluster_volume_mapping_api.rb +6 -6
- data/lib/autosde_openapi_client/api/host_volume_connection_api.rb +6 -6
- data/lib/autosde_openapi_client/api/job_api.rb +6 -6
- data/lib/autosde_openapi_client/api/native_capability_api.rb +6 -6
- data/lib/autosde_openapi_client/api/profile_api.rb +6 -6
- data/lib/autosde_openapi_client/api/provisioning_strategy_api.rb +6 -6
- data/lib/autosde_openapi_client/api/service_api.rb +6 -6
- data/lib/autosde_openapi_client/api/service_resource_attachment_api.rb +37 -37
- data/lib/autosde_openapi_client/api/snapshot_api.rb +6 -6
- data/lib/autosde_openapi_client/api/storage_host_api.rb +9 -9
- data/lib/autosde_openapi_client/api/storage_hosts_mapping_api.rb +6 -6
- data/lib/autosde_openapi_client/api/storage_resource_api.rb +9 -9
- data/lib/autosde_openapi_client/api/storage_system_api.rb +9 -9
- data/lib/autosde_openapi_client/api/system_type_api.rb +6 -6
- data/lib/autosde_openapi_client/api/user_api.rb +6 -6
- data/lib/autosde_openapi_client/api/volume_api.rb +9 -9
- data/lib/autosde_openapi_client/api/volume_safe_delete_api.rb +6 -6
- data/lib/autosde_openapi_client/models/async_response.rb +230 -0
- data/lib/autosde_openapi_client/version.rb +2 -2
- data/lib/autosde_openapi_client.rb +1 -0
- data/spec/api/abstract_capability_api_spec.rb +2 -2
- data/spec/api/account_api_spec.rb +2 -2
- data/spec/api/address_api_spec.rb +2 -2
- data/spec/api/auto_sde_project_api_spec.rb +2 -2
- data/spec/api/auto_sde_role_api_spec.rb +2 -2
- data/spec/api/capability_translation_api_spec.rb +2 -2
- data/spec/api/event_api_spec.rb +2 -2
- data/spec/api/host_api_spec.rb +2 -2
- data/spec/api/host_cluster_api_spec.rb +2 -2
- data/spec/api/host_cluster_membership_api_spec.rb +2 -2
- data/spec/api/host_cluster_volume_mapping_api_spec.rb +2 -2
- data/spec/api/host_volume_connection_api_spec.rb +2 -2
- data/spec/api/job_api_spec.rb +2 -2
- data/spec/api/native_capability_api_spec.rb +2 -2
- data/spec/api/profile_api_spec.rb +2 -2
- data/spec/api/provisioning_strategy_api_spec.rb +2 -2
- data/spec/api/service_api_spec.rb +2 -2
- data/spec/api/service_resource_attachment_api_spec.rb +10 -10
- data/spec/api/snapshot_api_spec.rb +2 -2
- data/spec/api/storage_host_api_spec.rb +3 -3
- data/spec/api/storage_hosts_mapping_api_spec.rb +2 -2
- data/spec/api/storage_resource_api_spec.rb +3 -3
- data/spec/api/storage_system_api_spec.rb +3 -3
- data/spec/api/system_type_api_spec.rb +2 -2
- data/spec/api/user_api_spec.rb +2 -2
- data/spec/api/volume_api_spec.rb +3 -3
- data/spec/api/volume_safe_delete_api_spec.rb +2 -2
- data/spec/models/async_response_spec.rb +40 -0
- metadata +82 -78
|
@@ -44,7 +44,7 @@ describe 'ProvisioningStrategyApi' do
|
|
|
44
44
|
# unit tests for provisioning_strategy_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [ProvisioningStrategy]
|
|
48
48
|
describe 'provisioning_strategy_pk_delete test' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -54,7 +54,7 @@ describe 'ProvisioningStrategyApi' do
|
|
|
54
54
|
# unit tests for provisioning_strategy_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [ProvisioningStrategy]
|
|
58
58
|
describe 'provisioning_strategy_pk_get test' do
|
|
59
59
|
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,7 +44,7 @@ describe 'ServiceApi' do
|
|
|
44
44
|
# unit tests for services_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
48
|
describe 'services_pk_delete test' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -54,7 +54,7 @@ describe 'ServiceApi' do
|
|
|
54
54
|
# unit tests for services_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [Service]
|
|
58
58
|
describe 'services_pk_get test' do
|
|
59
59
|
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -32,40 +32,40 @@ describe 'ServiceResourceAttachmentApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
# unit tests for
|
|
35
|
+
# unit tests for service_resource_attachment_get
|
|
36
36
|
# @param [Hash] opts the optional parameters
|
|
37
37
|
# @return [Array<ServiceResourceAttachment>]
|
|
38
|
-
describe '
|
|
38
|
+
describe 'service_resource_attachment_get test' do
|
|
39
39
|
it 'should work' do
|
|
40
40
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
41
41
|
end
|
|
42
42
|
end
|
|
43
43
|
|
|
44
|
-
# unit tests for
|
|
44
|
+
# unit tests for service_resource_attachment_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
48
|
-
describe '
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
|
+
describe 'service_resource_attachment_pk_delete test' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
-
# unit tests for
|
|
54
|
+
# unit tests for service_resource_attachment_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
58
|
-
describe '
|
|
57
|
+
# @return [ServiceResourceAttachment]
|
|
58
|
+
describe 'service_resource_attachment_pk_get test' do
|
|
59
59
|
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
61
61
|
end
|
|
62
62
|
end
|
|
63
63
|
|
|
64
|
-
# unit tests for
|
|
64
|
+
# unit tests for service_resource_attachment_post
|
|
65
65
|
# @param service_resource_attachment
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
67
|
# @return [ServiceResourceAttachment]
|
|
68
|
-
describe '
|
|
68
|
+
describe 'service_resource_attachment_post test' do
|
|
69
69
|
it 'should work' do
|
|
70
70
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
71
71
|
end
|
|
@@ -44,7 +44,7 @@ describe 'SnapshotApi' do
|
|
|
44
44
|
# unit tests for snapshots_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
48
|
describe 'snapshots_pk_delete test' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -54,7 +54,7 @@ describe 'SnapshotApi' do
|
|
|
54
54
|
# unit tests for snapshots_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [Snapshot]
|
|
58
58
|
describe 'snapshots_pk_get test' do
|
|
59
59
|
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,7 +44,7 @@ describe 'StorageHostApi' do
|
|
|
44
44
|
# unit tests for storage_hosts_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
48
|
describe 'storage_hosts_pk_delete test' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -54,7 +54,7 @@ describe 'StorageHostApi' do
|
|
|
54
54
|
# unit tests for storage_hosts_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [StorageHost]
|
|
58
58
|
describe 'storage_hosts_pk_get test' do
|
|
59
59
|
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -65,7 +65,7 @@ describe 'StorageHostApi' do
|
|
|
65
65
|
# @param pk
|
|
66
66
|
# @param storage_host_update
|
|
67
67
|
# @param [Hash] opts the optional parameters
|
|
68
|
-
# @return [
|
|
68
|
+
# @return [AsyncResponse]
|
|
69
69
|
describe 'storage_hosts_pk_put test' do
|
|
70
70
|
it 'should work' do
|
|
71
71
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,7 +44,7 @@ describe 'StorageHostsMappingApi' do
|
|
|
44
44
|
# unit tests for storage_hosts_mapping_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
48
|
describe 'storage_hosts_mapping_pk_delete test' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -54,7 +54,7 @@ describe 'StorageHostsMappingApi' do
|
|
|
54
54
|
# unit tests for storage_hosts_mapping_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [StorageHostsMappingResponse]
|
|
58
58
|
describe 'storage_hosts_mapping_pk_get test' do
|
|
59
59
|
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,7 +44,7 @@ describe 'StorageResourceApi' do
|
|
|
44
44
|
# unit tests for storage_resources_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
48
|
describe 'storage_resources_pk_delete test' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -54,7 +54,7 @@ describe 'StorageResourceApi' do
|
|
|
54
54
|
# unit tests for storage_resources_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [StorageResourceResponse]
|
|
58
58
|
describe 'storage_resources_pk_get test' do
|
|
59
59
|
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -65,7 +65,7 @@ describe 'StorageResourceApi' do
|
|
|
65
65
|
# @param pk
|
|
66
66
|
# @param storage_resource_create
|
|
67
67
|
# @param [Hash] opts the optional parameters
|
|
68
|
-
# @return [
|
|
68
|
+
# @return [AsyncResponse]
|
|
69
69
|
describe 'storage_resources_pk_put test' do
|
|
70
70
|
it 'should work' do
|
|
71
71
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,7 +44,7 @@ describe 'StorageSystemApi' do
|
|
|
44
44
|
# unit tests for storage_systems_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
48
|
describe 'storage_systems_pk_delete test' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -54,7 +54,7 @@ describe 'StorageSystemApi' do
|
|
|
54
54
|
# unit tests for storage_systems_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [StorageSystem]
|
|
58
58
|
describe 'storage_systems_pk_get test' do
|
|
59
59
|
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -65,7 +65,7 @@ describe 'StorageSystemApi' do
|
|
|
65
65
|
# @param pk
|
|
66
66
|
# @param storage_system_update
|
|
67
67
|
# @param [Hash] opts the optional parameters
|
|
68
|
-
# @return [
|
|
68
|
+
# @return [AsyncResponse]
|
|
69
69
|
describe 'storage_systems_pk_put test' do
|
|
70
70
|
it 'should work' do
|
|
71
71
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,7 +44,7 @@ describe 'SystemTypeApi' do
|
|
|
44
44
|
# unit tests for system_types_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
48
|
describe 'system_types_pk_delete test' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -54,7 +54,7 @@ describe 'SystemTypeApi' do
|
|
|
54
54
|
# unit tests for system_types_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [SystemType]
|
|
58
58
|
describe 'system_types_pk_get test' do
|
|
59
59
|
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
data/spec/api/user_api_spec.rb
CHANGED
|
@@ -44,7 +44,7 @@ describe 'UserApi' do
|
|
|
44
44
|
# unit tests for autosde_users_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [User]
|
|
48
48
|
describe 'autosde_users_pk_delete test' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -54,7 +54,7 @@ describe 'UserApi' do
|
|
|
54
54
|
# unit tests for autosde_users_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [UserCreate]
|
|
58
58
|
describe 'autosde_users_pk_get test' do
|
|
59
59
|
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
data/spec/api/volume_api_spec.rb
CHANGED
|
@@ -44,7 +44,7 @@ describe 'VolumeApi' do
|
|
|
44
44
|
# unit tests for volumes_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
48
|
describe 'volumes_pk_delete test' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -54,7 +54,7 @@ describe 'VolumeApi' do
|
|
|
54
54
|
# unit tests for volumes_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [VolumeResponse]
|
|
58
58
|
describe 'volumes_pk_get test' do
|
|
59
59
|
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -65,7 +65,7 @@ describe 'VolumeApi' do
|
|
|
65
65
|
# @param pk
|
|
66
66
|
# @param volume_update
|
|
67
67
|
# @param [Hash] opts the optional parameters
|
|
68
|
-
# @return [
|
|
68
|
+
# @return [AsyncResponse]
|
|
69
69
|
describe 'volumes_pk_put test' do
|
|
70
70
|
it 'should work' do
|
|
71
71
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,7 +44,7 @@ describe 'VolumeSafeDeleteApi' do
|
|
|
44
44
|
# unit tests for safe_deletes_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [VolumeSafeDelete]
|
|
48
48
|
describe 'safe_deletes_pk_delete test' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -54,7 +54,7 @@ describe 'VolumeSafeDeleteApi' do
|
|
|
54
54
|
# unit tests for safe_deletes_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [VolumeSafeDelete]
|
|
58
58
|
describe 'safe_deletes_pk_get test' do
|
|
59
59
|
it 'should work' do
|
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Site Manager API
|
|
3
|
+
|
|
4
|
+
#Site Manager API
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
|
7
|
+
Contact: autosde@il.ibm.com
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 5.0.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for AutosdeOpenapiClient::AsyncResponse
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe AutosdeOpenapiClient::AsyncResponse do
|
|
21
|
+
let(:instance) { AutosdeOpenapiClient::AsyncResponse.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of AsyncResponse' do
|
|
24
|
+
it 'should create an instance of AsyncResponse' do
|
|
25
|
+
expect(instance).to be_instance_of(AutosdeOpenapiClient::AsyncResponse)
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
describe 'test attribute "info"' do
|
|
29
|
+
it 'should work' do
|
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
describe 'test attribute "task_id"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: autosde_openapi_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -71,6 +71,7 @@ files:
|
|
|
71
71
|
- docs/Address.md
|
|
72
72
|
- docs/AddressApi.md
|
|
73
73
|
- docs/AddressCreate.md
|
|
74
|
+
- docs/AsyncResponse.md
|
|
74
75
|
- docs/AuthResponse.md
|
|
75
76
|
- docs/Authentication.md
|
|
76
77
|
- docs/AuthenticationApi.md
|
|
@@ -201,6 +202,7 @@ files:
|
|
|
201
202
|
- lib/autosde_openapi_client/models/account_post_response.rb
|
|
202
203
|
- lib/autosde_openapi_client/models/address.rb
|
|
203
204
|
- lib/autosde_openapi_client/models/address_create.rb
|
|
205
|
+
- lib/autosde_openapi_client/models/async_response.rb
|
|
204
206
|
- lib/autosde_openapi_client/models/auth_response.rb
|
|
205
207
|
- lib/autosde_openapi_client/models/authentication.rb
|
|
206
208
|
- lib/autosde_openapi_client/models/auto_sde_project.rb
|
|
@@ -300,6 +302,7 @@ files:
|
|
|
300
302
|
- spec/models/account_spec.rb
|
|
301
303
|
- spec/models/address_create_spec.rb
|
|
302
304
|
- spec/models/address_spec.rb
|
|
305
|
+
- spec/models/async_response_spec.rb
|
|
303
306
|
- spec/models/auth_response_spec.rb
|
|
304
307
|
- spec/models/authentication_spec.rb
|
|
305
308
|
- spec/models/auto_sde_project_spec.rb
|
|
@@ -383,102 +386,103 @@ signing_key:
|
|
|
383
386
|
specification_version: 4
|
|
384
387
|
summary: Site Manager API Ruby Gem
|
|
385
388
|
test_files:
|
|
386
|
-
- spec/api/
|
|
387
|
-
- spec/api/
|
|
388
|
-
- spec/api/
|
|
389
|
-
- spec/api/authentication_api_spec.rb
|
|
390
|
-
- spec/api/user_api_spec.rb
|
|
391
|
-
- spec/api/volume_api_spec.rb
|
|
392
|
-
- spec/api/system_type_api_spec.rb
|
|
389
|
+
- spec/api/storage_host_wwpn_candidates_api_spec.rb
|
|
390
|
+
- spec/api/host_api_spec.rb
|
|
391
|
+
- spec/api/account_api_spec.rb
|
|
393
392
|
- spec/api/service_api_spec.rb
|
|
393
|
+
- spec/api/provisioning_strategy_api_spec.rb
|
|
394
394
|
- spec/api/capability_translation_api_spec.rb
|
|
395
|
-
- spec/api/
|
|
396
|
-
- spec/api/
|
|
397
|
-
- spec/api/
|
|
395
|
+
- spec/api/profile_api_spec.rb
|
|
396
|
+
- spec/api/volume_safe_delete_api_spec.rb
|
|
397
|
+
- spec/api/storage_hosts_mapping_api_spec.rb
|
|
398
|
+
- spec/api/volume_api_spec.rb
|
|
399
|
+
- spec/api/refresh_system_api_spec.rb
|
|
400
|
+
- spec/api/address_api_spec.rb
|
|
398
401
|
- spec/api/host_cluster_volume_mapping_api_spec.rb
|
|
399
|
-
- spec/api/
|
|
400
|
-
- spec/api/
|
|
401
|
-
- spec/api/
|
|
402
|
+
- spec/api/service_resource_attachment_api_spec.rb
|
|
403
|
+
- spec/api/event_api_spec.rb
|
|
404
|
+
- spec/api/storage_system_api_spec.rb
|
|
402
405
|
- spec/api/auto_sde_project_api_spec.rb
|
|
403
|
-
- spec/api/
|
|
404
|
-
- spec/api/
|
|
406
|
+
- spec/api/system_type_api_spec.rb
|
|
407
|
+
- spec/api/abstract_capability_api_spec.rb
|
|
405
408
|
- spec/api/storage_host_api_spec.rb
|
|
406
|
-
- spec/api/
|
|
407
|
-
- spec/api/
|
|
408
|
-
- spec/api/account_api_spec.rb
|
|
409
|
+
- spec/api/host_cluster_membership_api_spec.rb
|
|
410
|
+
- spec/api/user_api_spec.rb
|
|
409
411
|
- spec/api/snapshot_api_spec.rb
|
|
410
|
-
- spec/api/
|
|
411
|
-
- spec/api/
|
|
412
|
-
- spec/api/storage_hosts_mapping_api_spec.rb
|
|
413
|
-
- spec/api/abstract_capability_api_spec.rb
|
|
412
|
+
- spec/api/host_volume_connection_api_spec.rb
|
|
413
|
+
- spec/api/celery_config_api_spec.rb
|
|
414
414
|
- spec/api/validate_system_api_spec.rb
|
|
415
|
+
- spec/api/native_capability_api_spec.rb
|
|
416
|
+
- spec/api/auto_sde_role_api_spec.rb
|
|
417
|
+
- spec/api/authentication_api_spec.rb
|
|
418
|
+
- spec/api/storage_resource_api_spec.rb
|
|
419
|
+
- spec/api/host_cluster_api_spec.rb
|
|
415
420
|
- spec/api/job_api_spec.rb
|
|
416
|
-
- spec/api/storage_host_wwpn_candidates_api_spec.rb
|
|
417
|
-
- spec/api/address_api_spec.rb
|
|
418
421
|
- spec/api_client_spec.rb
|
|
419
422
|
- spec/configuration_spec.rb
|
|
420
|
-
- spec/models/
|
|
421
|
-
- spec/models/
|
|
422
|
-
- spec/models/
|
|
423
|
+
- spec/models/account_post_request_spec.rb
|
|
424
|
+
- spec/models/system_type_spec.rb
|
|
425
|
+
- spec/models/host_spec.rb
|
|
426
|
+
- spec/models/storage_host_create_spec.rb
|
|
427
|
+
- spec/models/volume_response_spec.rb
|
|
423
428
|
- spec/models/account_post_response_spec.rb
|
|
424
|
-
- spec/models/
|
|
425
|
-
- spec/models/
|
|
426
|
-
- spec/models/
|
|
429
|
+
- spec/models/host_cluster_volume_mapping_response_spec.rb
|
|
430
|
+
- spec/models/provisioning_strategy_spec.rb
|
|
431
|
+
- spec/models/event_spec.rb
|
|
432
|
+
- spec/models/host_cluster_membership_spec.rb
|
|
433
|
+
- spec/models/refresh_system_spec.rb
|
|
434
|
+
- spec/models/validate_system_spec.rb
|
|
435
|
+
- spec/models/capability_translation_spec.rb
|
|
436
|
+
- spec/models/volume_safe_delete_spec.rb
|
|
437
|
+
- spec/models/host_create_spec.rb
|
|
427
438
|
- spec/models/job_spec.rb
|
|
439
|
+
- spec/models/host_cluster_create_spec.rb
|
|
440
|
+
- spec/models/account_spec.rb
|
|
441
|
+
- spec/models/storage_system_spec.rb
|
|
428
442
|
- spec/models/storage_resource_create_spec.rb
|
|
429
|
-
- spec/models/
|
|
430
|
-
- spec/models/
|
|
443
|
+
- spec/models/auto_sde_role_spec.rb
|
|
444
|
+
- spec/models/host_cluster_volume_mapping_create_spec.rb
|
|
445
|
+
- spec/models/authentication_spec.rb
|
|
446
|
+
- spec/models/user_create_spec.rb
|
|
431
447
|
- spec/models/snapshot_create_spec.rb
|
|
432
|
-
- spec/models/volume_create_spec.rb
|
|
433
|
-
- spec/models/system_type_create_spec.rb
|
|
434
|
-
- spec/models/celery_config_spec.rb
|
|
435
|
-
- spec/models/event_spec.rb
|
|
436
|
-
- spec/models/address_spec.rb
|
|
437
|
-
- spec/models/storage_host_wwpn_candidates_spec.rb
|
|
438
|
-
- spec/models/host_volume_connection_spec.rb
|
|
439
|
-
- spec/models/host_create_spec.rb
|
|
440
|
-
- spec/models/system_type_spec.rb
|
|
441
|
-
- spec/models/storage_hosts_mapping_spec.rb
|
|
442
|
-
- spec/models/storage_system_create_spec.rb
|
|
443
|
-
- spec/models/service_resource_attachment_spec.rb
|
|
444
|
-
- spec/models/auto_sde_project_spec.rb
|
|
445
448
|
- spec/models/user_update_spec.rb
|
|
446
|
-
- spec/models/abstract_capability_spec.rb
|
|
447
|
-
- spec/models/storage_system_update_spec.rb
|
|
448
|
-
- spec/models/volume_response_spec.rb
|
|
449
|
-
- spec/models/profile_spec.rb
|
|
450
|
-
- spec/models/provisioning_strategy_spec.rb
|
|
451
|
-
- spec/models/host_cluster_create_spec.rb
|
|
452
449
|
- spec/models/auth_response_spec.rb
|
|
453
|
-
- spec/models/storage_host_create_spec.rb
|
|
454
|
-
- spec/models/storage_host_response_spec.rb
|
|
455
|
-
- spec/models/address_create_spec.rb
|
|
456
|
-
- spec/models/account_post_request_spec.rb
|
|
457
|
-
- spec/models/host_cluster_volume_mapping_spec.rb
|
|
458
|
-
- spec/models/storage_hosts_mapping_response_spec.rb
|
|
459
|
-
- spec/models/storage_system_spec.rb
|
|
460
450
|
- spec/models/native_capability_spec.rb
|
|
461
|
-
- spec/models/
|
|
462
|
-
- spec/models/
|
|
463
|
-
- spec/models/
|
|
464
|
-
- spec/models/
|
|
451
|
+
- spec/models/job_create_spec.rb
|
|
452
|
+
- spec/models/storage_resource_spec.rb
|
|
453
|
+
- spec/models/storage_hosts_mapping_spec.rb
|
|
454
|
+
- spec/models/storage_hosts_mapping_create_spec.rb
|
|
465
455
|
- spec/models/storage_resource_response_spec.rb
|
|
466
|
-
- spec/models/user_create_spec.rb
|
|
467
|
-
- spec/models/auto_sde_role_spec.rb
|
|
468
|
-
- spec/models/service_abstract_capability_value_spec.rb
|
|
469
|
-
- spec/models/host_cluster_volume_mapping_create_spec.rb
|
|
470
|
-
- spec/models/validate_system_spec.rb
|
|
471
|
-
- spec/models/capability_translation_spec.rb
|
|
472
|
-
- spec/models/volume_update_spec.rb
|
|
473
|
-
- spec/models/host_cluster_volume_mapping_response_spec.rb
|
|
474
456
|
- spec/models/snapshot_spec.rb
|
|
475
|
-
- spec/models/
|
|
476
|
-
- spec/models/
|
|
477
|
-
- spec/models/
|
|
478
|
-
- spec/models/
|
|
457
|
+
- spec/models/volume_safe_delete_create_spec.rb
|
|
458
|
+
- spec/models/storage_host_update_spec.rb
|
|
459
|
+
- spec/models/service_create_spec.rb
|
|
460
|
+
- spec/models/host_cluster_response_spec.rb
|
|
461
|
+
- spec/models/async_response_spec.rb
|
|
479
462
|
- spec/models/host_volume_connection_create_spec.rb
|
|
480
463
|
- spec/models/capability_translation_create_spec.rb
|
|
481
|
-
- spec/models/
|
|
482
|
-
- spec/models/
|
|
464
|
+
- spec/models/service_spec.rb
|
|
465
|
+
- spec/models/address_create_spec.rb
|
|
466
|
+
- spec/models/host_cluster_spec.rb
|
|
467
|
+
- spec/models/storage_system_create_spec.rb
|
|
468
|
+
- spec/models/event_response_spec.rb
|
|
469
|
+
- spec/models/volume_update_spec.rb
|
|
470
|
+
- spec/models/celery_config_spec.rb
|
|
471
|
+
- spec/models/user_spec.rb
|
|
472
|
+
- spec/models/address_spec.rb
|
|
473
|
+
- spec/models/host_cluster_volume_mapping_spec.rb
|
|
474
|
+
- spec/models/system_type_create_spec.rb
|
|
475
|
+
- spec/models/storage_hosts_mapping_response_spec.rb
|
|
476
|
+
- spec/models/storage_host_wwpn_candidates_spec.rb
|
|
477
|
+
- spec/models/auto_sde_project_spec.rb
|
|
478
|
+
- spec/models/service_resource_attachment_spec.rb
|
|
479
|
+
- spec/models/volume_spec.rb
|
|
480
|
+
- spec/models/storage_system_update_spec.rb
|
|
483
481
|
- spec/models/storage_host_spec.rb
|
|
482
|
+
- spec/models/host_volume_connection_spec.rb
|
|
483
|
+
- spec/models/storage_host_response_spec.rb
|
|
484
|
+
- spec/models/service_abstract_capability_value_spec.rb
|
|
485
|
+
- spec/models/abstract_capability_spec.rb
|
|
486
|
+
- spec/models/profile_spec.rb
|
|
487
|
+
- spec/models/volume_create_spec.rb
|
|
484
488
|
- spec/spec_helper.rb
|