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
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [AsyncResponse]
|
|
78
78
|
def events_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = events_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
|
|
86
86
|
def events_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: EventApi.events_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'AsyncResponse'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [EventResponse]
|
|
137
137
|
def events_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = events_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(EventResponse, Integer, Hash)>] EventResponse data, response status code and response headers
|
|
145
145
|
def events_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: EventApi.events_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'EventResponse'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [AsyncResponse]
|
|
78
78
|
def hosts_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = hosts_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
|
|
86
86
|
def hosts_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: HostApi.hosts_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'AsyncResponse'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [Host]
|
|
137
137
|
def hosts_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = hosts_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(Host, Integer, Hash)>] Host data, response status code and response headers
|
|
145
145
|
def hosts_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: HostApi.hosts_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'Host'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [AsyncResponse]
|
|
78
78
|
def host_clusters_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = host_clusters_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
|
|
86
86
|
def host_clusters_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: HostClusterApi.host_clusters_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'AsyncResponse'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [HostCluster]
|
|
137
137
|
def host_clusters_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = host_clusters_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(HostCluster, Integer, Hash)>] HostCluster data, response status code and response headers
|
|
145
145
|
def host_clusters_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: HostClusterApi.host_clusters_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'HostCluster'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [AsyncResponse]
|
|
78
78
|
def host_cluster_membership_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = host_cluster_membership_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
|
|
86
86
|
def host_cluster_membership_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: HostClusterMembershipApi.host_cluster_membership_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'AsyncResponse'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [HostClusterMembership]
|
|
137
137
|
def host_cluster_membership_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = host_cluster_membership_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(HostClusterMembership, Integer, Hash)>] HostClusterMembership data, response status code and response headers
|
|
145
145
|
def host_cluster_membership_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: HostClusterMembershipApi.host_cluster_membership_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'HostClusterMembership'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [HostClusterVolumeMappingResponse]
|
|
78
78
|
def host_clusters_mapping_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = host_clusters_mapping_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(HostClusterVolumeMappingResponse, Integer, Hash)>] HostClusterVolumeMappingResponse data, response status code and response headers
|
|
86
86
|
def host_clusters_mapping_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: HostClusterVolumeMappingApi.host_clusters_mapping_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'HostClusterVolumeMappingResponse'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [HostClusterVolumeMappingResponse]
|
|
137
137
|
def host_clusters_mapping_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = host_clusters_mapping_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(HostClusterVolumeMappingResponse, Integer, Hash)>] HostClusterVolumeMappingResponse data, response status code and response headers
|
|
145
145
|
def host_clusters_mapping_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: HostClusterVolumeMappingApi.host_clusters_mapping_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'HostClusterVolumeMappingResponse'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [AsyncResponse]
|
|
78
78
|
def host_volume_connection_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = host_volume_connection_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
|
|
86
86
|
def host_volume_connection_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: HostVolumeConnectionApi.host_volume_connection_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'AsyncResponse'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [HostVolumeConnection]
|
|
137
137
|
def host_volume_connection_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = host_volume_connection_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(HostVolumeConnection, Integer, Hash)>] HostVolumeConnection data, response status code and response headers
|
|
145
145
|
def host_volume_connection_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: HostVolumeConnectionApi.host_volume_connection_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'HostVolumeConnection'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [Job]
|
|
78
78
|
def jobs_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = jobs_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(Job, Integer, Hash)>] Job data, response status code and response headers
|
|
86
86
|
def jobs_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: JobApi.jobs_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'Job'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [Job]
|
|
137
137
|
def jobs_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = jobs_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(Job, Integer, Hash)>] Job data, response status code and response headers
|
|
145
145
|
def jobs_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: JobApi.jobs_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'Job'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [NativeCapability]
|
|
78
78
|
def native_capabilities_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = native_capabilities_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(NativeCapability, Integer, Hash)>] NativeCapability data, response status code and response headers
|
|
86
86
|
def native_capabilities_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: NativeCapabilityApi.native_capabilities_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'NativeCapability'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [NativeCapability]
|
|
137
137
|
def native_capabilities_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = native_capabilities_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(NativeCapability, Integer, Hash)>] NativeCapability data, response status code and response headers
|
|
145
145
|
def native_capabilities_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: NativeCapabilityApi.native_capabilities_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'NativeCapability'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [Profile]
|
|
78
78
|
def profiles_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = profiles_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(Profile, Integer, Hash)>] Profile data, response status code and response headers
|
|
86
86
|
def profiles_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: ProfileApi.profiles_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'Profile'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [Profile]
|
|
137
137
|
def profiles_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = profiles_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(Profile, Integer, Hash)>] Profile data, response status code and response headers
|
|
145
145
|
def profiles_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: ProfileApi.profiles_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'Profile'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [ProvisioningStrategy]
|
|
78
78
|
def provisioning_strategy_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = provisioning_strategy_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(ProvisioningStrategy, Integer, Hash)>] ProvisioningStrategy data, response status code and response headers
|
|
86
86
|
def provisioning_strategy_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: ProvisioningStrategyApi.provisioning_strategy_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'ProvisioningStrategy'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [ProvisioningStrategy]
|
|
137
137
|
def provisioning_strategy_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = provisioning_strategy_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(ProvisioningStrategy, Integer, Hash)>] ProvisioningStrategy data, response status code and response headers
|
|
145
145
|
def provisioning_strategy_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: ProvisioningStrategyApi.provisioning_strategy_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'ProvisioningStrategy'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [AsyncResponse]
|
|
78
78
|
def services_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = services_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
|
|
86
86
|
def services_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: ServiceApi.services_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'AsyncResponse'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [Service]
|
|
137
137
|
def services_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = services_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(Service, Integer, Hash)>] Service data, response status code and response headers
|
|
145
145
|
def services_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: ServiceApi.services_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'Service'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|