autosde_openapi_client 1.2.1 → 1.2.4
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 +12 -12
- 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 +12 -12
- data/docs/HostApi.md +12 -12
- data/docs/HostClusterApi.md +8 -8
- data/docs/HostClusterMembershipApi.md +12 -12
- data/docs/HostClusterVolumeMappingApi.md +8 -8
- data/docs/HostVolumeConnectionApi.md +12 -12
- 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 +12 -12
- data/docs/ServiceResourceAttachmentApi.md +42 -42
- data/docs/SnapshotApi.md +12 -12
- data/docs/StorageHostApi.md +16 -16
- data/docs/StorageHostsMappingApi.md +12 -12
- data/docs/StorageResourceApi.md +12 -12
- data/docs/StorageSystemApi.md +16 -16
- data/docs/SystemTypeApi.md +12 -12
- data/docs/UserApi.md +8 -8
- data/docs/VolumeApi.md +16 -16
- 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 +9 -9
- 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 +9 -9
- data/lib/autosde_openapi_client/api/host_api.rb +9 -9
- data/lib/autosde_openapi_client/api/host_cluster_api.rb +6 -6
- data/lib/autosde_openapi_client/api/host_cluster_membership_api.rb +9 -9
- 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 +9 -9
- 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 +9 -9
- data/lib/autosde_openapi_client/api/service_resource_attachment_api.rb +40 -40
- data/lib/autosde_openapi_client/api/snapshot_api.rb +9 -9
- data/lib/autosde_openapi_client/api/storage_host_api.rb +12 -12
- data/lib/autosde_openapi_client/api/storage_hosts_mapping_api.rb +9 -9
- data/lib/autosde_openapi_client/api/storage_resource_api.rb +9 -9
- data/lib/autosde_openapi_client/api/storage_system_api.rb +12 -12
- data/lib/autosde_openapi_client/api/system_type_api.rb +9 -9
- data/lib/autosde_openapi_client/api/user_api.rb +6 -6
- data/lib/autosde_openapi_client/api/volume_api.rb +12 -12
- 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 +3 -3
- 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 +3 -3
- data/spec/api/host_api_spec.rb +3 -3
- data/spec/api/host_cluster_api_spec.rb +2 -2
- data/spec/api/host_cluster_membership_api_spec.rb +3 -3
- data/spec/api/host_cluster_volume_mapping_api_spec.rb +2 -2
- data/spec/api/host_volume_connection_api_spec.rb +3 -3
- 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 +3 -3
- data/spec/api/service_resource_attachment_api_spec.rb +11 -11
- data/spec/api/snapshot_api_spec.rb +3 -3
- data/spec/api/storage_host_api_spec.rb +4 -4
- data/spec/api/storage_hosts_mapping_api_spec.rb +3 -3
- data/spec/api/storage_resource_api_spec.rb +3 -3
- data/spec/api/storage_system_api_spec.rb +4 -4
- data/spec/api/system_type_api_spec.rb +3 -3
- data/spec/api/user_api_spec.rb +2 -2
- data/spec/api/volume_api_spec.rb +4 -4
- data/spec/api/volume_safe_delete_api_spec.rb +2 -2
- data/spec/models/async_response_spec.rb +40 -0
- metadata +81 -77
|
@@ -44,7 +44,7 @@ describe 'AccountApi' do
|
|
|
44
44
|
# unit tests for accounts_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AccountPostResponse]
|
|
48
48
|
describe 'accounts_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 'AccountApi' do
|
|
|
54
54
|
# unit tests for accounts_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [AccountPostResponse]
|
|
58
58
|
describe 'accounts_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 'AddressApi' do
|
|
|
44
44
|
# unit tests for addresses_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
48
|
describe 'addresses_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 'AddressApi' do
|
|
|
54
54
|
# unit tests for addresses_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [Address]
|
|
58
58
|
describe 'addresses_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
|
|
@@ -64,7 +64,7 @@ describe 'AddressApi' do
|
|
|
64
64
|
# unit tests for addresses_post
|
|
65
65
|
# @param address_create
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [AsyncResponse]
|
|
68
68
|
describe 'addresses_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
|
|
@@ -44,7 +44,7 @@ describe 'AutoSDEProjectApi' do
|
|
|
44
44
|
# unit tests for autosde_projects_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AutoSDEProject]
|
|
48
48
|
describe 'autosde_projects_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 'AutoSDEProjectApi' do
|
|
|
54
54
|
# unit tests for autosde_projects_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [AutoSDEProject]
|
|
58
58
|
describe 'autosde_projects_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 'AutoSDERoleApi' do
|
|
|
44
44
|
# unit tests for autosde_roles_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AutoSDERole]
|
|
48
48
|
describe 'autosde_roles_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 'AutoSDERoleApi' do
|
|
|
54
54
|
# unit tests for autosde_roles_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [AutoSDERole]
|
|
58
58
|
describe 'autosde_roles_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 'CapabilityTranslationApi' do
|
|
|
44
44
|
# unit tests for capability_translations_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [CapabilityTranslation]
|
|
48
48
|
describe 'capability_translations_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 'CapabilityTranslationApi' do
|
|
|
54
54
|
# unit tests for capability_translations_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [CapabilityTranslation]
|
|
58
58
|
describe 'capability_translations_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/event_api_spec.rb
CHANGED
|
@@ -44,7 +44,7 @@ describe 'EventApi' do
|
|
|
44
44
|
# unit tests for events_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
48
|
describe 'events_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 'EventApi' do
|
|
|
54
54
|
# unit tests for events_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [EventResponse]
|
|
58
58
|
describe 'events_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
|
|
@@ -64,7 +64,7 @@ describe 'EventApi' do
|
|
|
64
64
|
# unit tests for events_post
|
|
65
65
|
# @param event
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [AsyncResponse]
|
|
68
68
|
describe 'events_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
|
data/spec/api/host_api_spec.rb
CHANGED
|
@@ -44,7 +44,7 @@ describe 'HostApi' do
|
|
|
44
44
|
# unit tests for hosts_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
48
|
describe '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 'HostApi' do
|
|
|
54
54
|
# unit tests for hosts_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [Host]
|
|
58
58
|
describe '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
|
|
@@ -64,7 +64,7 @@ describe 'HostApi' do
|
|
|
64
64
|
# unit tests for hosts_post
|
|
65
65
|
# @param host_create
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [AsyncResponse]
|
|
68
68
|
describe 'hosts_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
|
|
@@ -44,7 +44,7 @@ describe 'HostClusterApi' do
|
|
|
44
44
|
# unit tests for host_clusters_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
48
|
describe 'host_clusters_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 'HostClusterApi' do
|
|
|
54
54
|
# unit tests for host_clusters_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [HostCluster]
|
|
58
58
|
describe 'host_clusters_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 'HostClusterMembershipApi' do
|
|
|
44
44
|
# unit tests for host_cluster_membership_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
48
|
describe 'host_cluster_membership_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 'HostClusterMembershipApi' do
|
|
|
54
54
|
# unit tests for host_cluster_membership_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [HostClusterMembership]
|
|
58
58
|
describe 'host_cluster_membership_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
|
|
@@ -64,7 +64,7 @@ describe 'HostClusterMembershipApi' do
|
|
|
64
64
|
# unit tests for host_cluster_membership_post
|
|
65
65
|
# @param host_cluster_membership
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [AsyncResponse]
|
|
68
68
|
describe 'host_cluster_membership_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
|
|
@@ -44,7 +44,7 @@ describe 'HostClusterVolumeMappingApi' do
|
|
|
44
44
|
# unit tests for host_clusters_mapping_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [HostClusterVolumeMappingResponse]
|
|
48
48
|
describe 'host_clusters_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 'HostClusterVolumeMappingApi' do
|
|
|
54
54
|
# unit tests for host_clusters_mapping_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [HostClusterVolumeMappingResponse]
|
|
58
58
|
describe 'host_clusters_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 'HostVolumeConnectionApi' do
|
|
|
44
44
|
# unit tests for host_volume_connection_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [AsyncResponse]
|
|
48
48
|
describe 'host_volume_connection_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 'HostVolumeConnectionApi' do
|
|
|
54
54
|
# unit tests for host_volume_connection_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [HostVolumeConnection]
|
|
58
58
|
describe 'host_volume_connection_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
|
|
@@ -64,7 +64,7 @@ describe 'HostVolumeConnectionApi' do
|
|
|
64
64
|
# unit tests for host_volume_connection_post
|
|
65
65
|
# @param host_volume_connection_create
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [AsyncResponse]
|
|
68
68
|
describe 'host_volume_connection_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
|
data/spec/api/job_api_spec.rb
CHANGED
|
@@ -44,7 +44,7 @@ describe 'JobApi' do
|
|
|
44
44
|
# unit tests for jobs_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [Job]
|
|
48
48
|
describe 'jobs_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 'JobApi' do
|
|
|
54
54
|
# unit tests for jobs_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [Job]
|
|
58
58
|
describe 'jobs_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 'NativeCapabilityApi' do
|
|
|
44
44
|
# unit tests for native_capabilities_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [NativeCapability]
|
|
48
48
|
describe 'native_capabilities_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 'NativeCapabilityApi' do
|
|
|
54
54
|
# unit tests for native_capabilities_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [NativeCapability]
|
|
58
58
|
describe 'native_capabilities_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 'ProfileApi' do
|
|
|
44
44
|
# unit tests for profiles_pk_delete
|
|
45
45
|
# @param pk
|
|
46
46
|
# @param [Hash] opts the optional parameters
|
|
47
|
-
# @return [
|
|
47
|
+
# @return [Profile]
|
|
48
48
|
describe 'profiles_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 'ProfileApi' do
|
|
|
54
54
|
# unit tests for profiles_pk_get
|
|
55
55
|
# @param pk
|
|
56
56
|
# @param [Hash] opts the optional parameters
|
|
57
|
-
# @return [
|
|
57
|
+
# @return [Profile]
|
|
58
58
|
describe 'profiles_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 '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
|
|
@@ -75,7 +75,7 @@ describe 'ServiceApi' do
|
|
|
75
75
|
# unit tests for services_post
|
|
76
76
|
# @param service_create
|
|
77
77
|
# @param [Hash] opts the optional parameters
|
|
78
|
-
# @return [
|
|
78
|
+
# @return [AsyncResponse]
|
|
79
79
|
describe 'services_post test' do
|
|
80
80
|
it 'should work' do
|
|
81
81
|
# 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
|
-
# @return [
|
|
68
|
-
describe '
|
|
67
|
+
# @return [AsyncResponse]
|
|
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
|
|
@@ -64,7 +64,7 @@ describe 'SnapshotApi' do
|
|
|
64
64
|
# unit tests for snapshots_post
|
|
65
65
|
# @param snapshot_create
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [AsyncResponse]
|
|
68
68
|
describe 'snapshots_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
|
|
@@ -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
|
|
@@ -75,7 +75,7 @@ describe 'StorageHostApi' do
|
|
|
75
75
|
# unit tests for storage_hosts_post
|
|
76
76
|
# @param storage_host_create
|
|
77
77
|
# @param [Hash] opts the optional parameters
|
|
78
|
-
# @return [
|
|
78
|
+
# @return [AsyncResponse]
|
|
79
79
|
describe 'storage_hosts_post test' do
|
|
80
80
|
it 'should work' do
|
|
81
81
|
# 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
|
|
@@ -64,7 +64,7 @@ describe 'StorageHostsMappingApi' do
|
|
|
64
64
|
# unit tests for storage_hosts_mapping_post
|
|
65
65
|
# @param storage_hosts_mapping_create
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [AsyncResponse]
|
|
68
68
|
describe 'storage_hosts_mapping_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
|
|
@@ -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
|
|
@@ -75,7 +75,7 @@ describe 'StorageSystemApi' do
|
|
|
75
75
|
# unit tests for storage_systems_post
|
|
76
76
|
# @param storage_system_create
|
|
77
77
|
# @param [Hash] opts the optional parameters
|
|
78
|
-
# @return [
|
|
78
|
+
# @return [AsyncResponse]
|
|
79
79
|
describe 'storage_systems_post test' do
|
|
80
80
|
it 'should work' do
|
|
81
81
|
# 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
|
|
@@ -64,7 +64,7 @@ describe 'SystemTypeApi' do
|
|
|
64
64
|
# unit tests for system_types_post
|
|
65
65
|
# @param system_type_create
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @return [
|
|
67
|
+
# @return [AsyncResponse]
|
|
68
68
|
describe 'system_types_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
|
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
|
|
@@ -75,7 +75,7 @@ describe 'VolumeApi' do
|
|
|
75
75
|
# unit tests for volumes_post
|
|
76
76
|
# @param volume_create
|
|
77
77
|
# @param [Hash] opts the optional parameters
|
|
78
|
-
# @return [
|
|
78
|
+
# @return [AsyncResponse]
|
|
79
79
|
describe 'volumes_post test' do
|
|
80
80
|
it 'should work' do
|
|
81
81
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|