pulp_certguard_client 0.1.0rc6.dev01590404724 → 0.1.0rc6.dev01590836876

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e27237e3c3612e07eac9ecd0104b2f4cea969ea1d03ea453f2b3cf9d2777edce
4
- data.tar.gz: 1b22a9e433f33ce24908a7967a08a9c5d31fd8ecd4a6ed944a183cc597dce946
3
+ metadata.gz: ff5bba26d74bbdd55561a3c57e26c71e40ec759acf5870144d566c22d82a2dc0
4
+ data.tar.gz: 8ab205996f014096dc7a6c5635d86ef95f714ba66166f2d66fe4c7eed7e552b4
5
5
  SHA512:
6
- metadata.gz: efbe2856e7e2da9ec7070d1474dc4897e93962e55ee58a0abdcce6789e33d503cc7de021a3fa811c44865989e3dac4921c4a7866c8ac0d9e51422d4962e5da00
7
- data.tar.gz: 2696d1a266ec8115c4e4acdc4f91e0e7b17149e29c9de290869b7b7c1609597e2535bf73ec0b12239b97973861a5abb55bd13d9b8c4a0e57733c55d38303569d
6
+ metadata.gz: b75c8dca3adabba1805fd693c77f9f051e42bad04874ecac33a95dd0f32897d3a4a5ebb4d7842917c7d10bfda2cf90c75cf265ea4cb94e225ecf01f6a86be623
7
+ data.tar.gz: d54a0179034d7ed4ff797e7369d57207f3ec1808ab6318c7c76ac49e0f17c1d10c2c94ede1fa6d4e4b82d60be7459124fa4f81bbd4341875978223260ac582d6
data/README.md CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 0.1.0rc6.dev01590404724
10
+ - Package version: 0.1.0rc6.dev01590836876
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build pulp_certguard_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./pulp_certguard_client-0.1.0rc6.dev01590404724.gem
26
+ gem install ./pulp_certguard_client-0.1.0rc6.dev01590836876.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_certguard_client-0.1.0rc6.dev01590404724.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_certguard_client-0.1.0rc6.dev01590836876.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'pulp_certguard_client', '~> 0.1.0rc6.dev01590404724'
35
+ gem 'pulp_certguard_client', '~> 0.1.0rc6.dev01590836876'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -99,7 +99,9 @@ Class | Method | HTTP request | Description
99
99
  ## Documentation for Models
100
100
 
101
101
  - [PulpCertguardClient::CertguardRHSMCertGuard](docs/CertguardRHSMCertGuard.md)
102
+ - [PulpCertguardClient::CertguardRHSMCertGuardRead](docs/CertguardRHSMCertGuardRead.md)
102
103
  - [PulpCertguardClient::CertguardX509CertGuard](docs/CertguardX509CertGuard.md)
104
+ - [PulpCertguardClient::CertguardX509CertGuardRead](docs/CertguardX509CertGuardRead.md)
103
105
  - [PulpCertguardClient::InlineResponse200](docs/InlineResponse200.md)
104
106
  - [PulpCertguardClient::InlineResponse2001](docs/InlineResponse2001.md)
105
107
 
@@ -0,0 +1,25 @@
1
+ # PulpCertguardClient::CertguardRHSMCertGuardRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **name** | **String** | The unique name. |
10
+ **description** | **String** | An optional description. | [optional]
11
+ **ca_certificate** | **String** | The Certificate Authority (CA) certificate. |
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'PulpCertguardClient'
17
+
18
+ instance = PulpCertguardClient::CertguardRHSMCertGuardRead.new(pulp_href: null,
19
+ pulp_created: null,
20
+ name: null,
21
+ description: null,
22
+ ca_certificate: null)
23
+ ```
24
+
25
+
@@ -0,0 +1,25 @@
1
+ # PulpCertguardClient::CertguardX509CertGuardRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **name** | **String** | The unique name. |
10
+ **description** | **String** | An optional description. | [optional]
11
+ **ca_certificate** | **String** | The Certificate Authority (CA) certificate. |
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'PulpCertguardClient'
17
+
18
+ instance = PulpCertguardClient::CertguardX509CertGuardRead.new(pulp_href: null,
19
+ pulp_created: null,
20
+ name: null,
21
+ description: null,
22
+ ca_certificate: null)
23
+ ```
24
+
25
+
@@ -15,7 +15,7 @@ Method | HTTP request | Description
15
15
 
16
16
  ## create
17
17
 
18
- > CertguardRHSMCertGuard create(data)
18
+ > CertguardRHSMCertGuardRead create(data)
19
19
 
20
20
  Create a rhsm cert guard
21
21
 
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
54
54
 
55
55
  ### Return type
56
56
 
57
- [**CertguardRHSMCertGuard**](CertguardRHSMCertGuard.md)
57
+ [**CertguardRHSMCertGuardRead**](CertguardRHSMCertGuardRead.md)
58
58
 
59
59
  ### Authorization
60
60
 
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
187
187
 
188
188
  ## partial_update
189
189
 
190
- > CertguardRHSMCertGuard partial_update(r_h_s_m_cert_guard_href, data)
190
+ > CertguardRHSMCertGuardRead partial_update(r_h_s_m_cert_guard_href, data)
191
191
 
192
192
  Partially update a rhsm cert guard
193
193
 
@@ -228,7 +228,7 @@ Name | Type | Description | Notes
228
228
 
229
229
  ### Return type
230
230
 
231
- [**CertguardRHSMCertGuard**](CertguardRHSMCertGuard.md)
231
+ [**CertguardRHSMCertGuardRead**](CertguardRHSMCertGuardRead.md)
232
232
 
233
233
  ### Authorization
234
234
 
@@ -242,7 +242,7 @@ Name | Type | Description | Notes
242
242
 
243
243
  ## read
244
244
 
245
- > CertguardRHSMCertGuard read(r_h_s_m_cert_guard_href, opts)
245
+ > CertguardRHSMCertGuardRead read(r_h_s_m_cert_guard_href, opts)
246
246
 
247
247
  Inspect a rhsm cert guard
248
248
 
@@ -287,7 +287,7 @@ Name | Type | Description | Notes
287
287
 
288
288
  ### Return type
289
289
 
290
- [**CertguardRHSMCertGuard**](CertguardRHSMCertGuard.md)
290
+ [**CertguardRHSMCertGuardRead**](CertguardRHSMCertGuardRead.md)
291
291
 
292
292
  ### Authorization
293
293
 
@@ -301,7 +301,7 @@ Name | Type | Description | Notes
301
301
 
302
302
  ## update
303
303
 
304
- > CertguardRHSMCertGuard update(r_h_s_m_cert_guard_href, data)
304
+ > CertguardRHSMCertGuardRead update(r_h_s_m_cert_guard_href, data)
305
305
 
306
306
  Update a rhsm cert guard
307
307
 
@@ -342,7 +342,7 @@ Name | Type | Description | Notes
342
342
 
343
343
  ### Return type
344
344
 
345
- [**CertguardRHSMCertGuard**](CertguardRHSMCertGuard.md)
345
+ [**CertguardRHSMCertGuardRead**](CertguardRHSMCertGuardRead.md)
346
346
 
347
347
  ### Authorization
348
348
 
@@ -15,7 +15,7 @@ Method | HTTP request | Description
15
15
 
16
16
  ## create
17
17
 
18
- > CertguardX509CertGuard create(data)
18
+ > CertguardX509CertGuardRead create(data)
19
19
 
20
20
  Create a x509 cert guard
21
21
 
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
54
54
 
55
55
  ### Return type
56
56
 
57
- [**CertguardX509CertGuard**](CertguardX509CertGuard.md)
57
+ [**CertguardX509CertGuardRead**](CertguardX509CertGuardRead.md)
58
58
 
59
59
  ### Authorization
60
60
 
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
187
187
 
188
188
  ## partial_update
189
189
 
190
- > CertguardX509CertGuard partial_update(x509_cert_guard_href, data)
190
+ > CertguardX509CertGuardRead partial_update(x509_cert_guard_href, data)
191
191
 
192
192
  Partially update a x509 cert guard
193
193
 
@@ -228,7 +228,7 @@ Name | Type | Description | Notes
228
228
 
229
229
  ### Return type
230
230
 
231
- [**CertguardX509CertGuard**](CertguardX509CertGuard.md)
231
+ [**CertguardX509CertGuardRead**](CertguardX509CertGuardRead.md)
232
232
 
233
233
  ### Authorization
234
234
 
@@ -242,7 +242,7 @@ Name | Type | Description | Notes
242
242
 
243
243
  ## read
244
244
 
245
- > CertguardX509CertGuard read(x509_cert_guard_href, opts)
245
+ > CertguardX509CertGuardRead read(x509_cert_guard_href, opts)
246
246
 
247
247
  Inspect a x509 cert guard
248
248
 
@@ -287,7 +287,7 @@ Name | Type | Description | Notes
287
287
 
288
288
  ### Return type
289
289
 
290
- [**CertguardX509CertGuard**](CertguardX509CertGuard.md)
290
+ [**CertguardX509CertGuardRead**](CertguardX509CertGuardRead.md)
291
291
 
292
292
  ### Authorization
293
293
 
@@ -301,7 +301,7 @@ Name | Type | Description | Notes
301
301
 
302
302
  ## update
303
303
 
304
- > CertguardX509CertGuard update(x509_cert_guard_href, data)
304
+ > CertguardX509CertGuardRead update(x509_cert_guard_href, data)
305
305
 
306
306
  Update a x509 cert guard
307
307
 
@@ -342,7 +342,7 @@ Name | Type | Description | Notes
342
342
 
343
343
  ### Return type
344
344
 
345
- [**CertguardX509CertGuard**](CertguardX509CertGuard.md)
345
+ [**CertguardX509CertGuardRead**](CertguardX509CertGuardRead.md)
346
346
 
347
347
  ### Authorization
348
348
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<CertguardRHSMCertGuard>**](CertguardRHSMCertGuard.md) | |
10
+ **results** | [**Array<CertguardRHSMCertGuardRead>**](CertguardRHSMCertGuardRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<CertguardX509CertGuard>**](CertguardX509CertGuard.md) | |
10
+ **results** | [**Array<CertguardX509CertGuardRead>**](CertguardX509CertGuardRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -18,7 +18,9 @@ require 'pulp_certguard_client/configuration'
18
18
 
19
19
  # Models
20
20
  require 'pulp_certguard_client/models/certguard_rhsm_cert_guard'
21
+ require 'pulp_certguard_client/models/certguard_rhsm_cert_guard_read'
21
22
  require 'pulp_certguard_client/models/certguard_x509_cert_guard'
23
+ require 'pulp_certguard_client/models/certguard_x509_cert_guard_read'
22
24
  require 'pulp_certguard_client/models/inline_response200'
23
25
  require 'pulp_certguard_client/models/inline_response2001'
24
26
 
@@ -23,7 +23,7 @@ module PulpCertguardClient
23
23
  # RHSMCertGuard API Viewsets.
24
24
  # @param data [CertguardRHSMCertGuard]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [CertguardRHSMCertGuard]
26
+ # @return [CertguardRHSMCertGuardRead]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpCertguardClient
33
33
  # RHSMCertGuard API Viewsets.
34
34
  # @param data [CertguardRHSMCertGuard]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(CertguardRHSMCertGuard, Integer, Hash)>] CertguardRHSMCertGuard data, response status code and response headers
36
+ # @return [Array<(CertguardRHSMCertGuardRead, Integer, Hash)>] CertguardRHSMCertGuardRead data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentguardsRhsmApi.create ...'
@@ -62,7 +62,7 @@ module PulpCertguardClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'CertguardRHSMCertGuard'
65
+ return_type = opts[:return_type] || 'CertguardRHSMCertGuardRead'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -225,7 +225,7 @@ module PulpCertguardClient
225
225
  # @param r_h_s_m_cert_guard_href [String] URI of R H S M Cert Guard. e.g.: /pulp/api/v3/contentguards/certguard/rhsm/1/
226
226
  # @param data [CertguardRHSMCertGuard]
227
227
  # @param [Hash] opts the optional parameters
228
- # @return [CertguardRHSMCertGuard]
228
+ # @return [CertguardRHSMCertGuardRead]
229
229
  def partial_update(r_h_s_m_cert_guard_href, data, opts = {})
230
230
  data, _status_code, _headers = partial_update_with_http_info(r_h_s_m_cert_guard_href, data, opts)
231
231
  data
@@ -236,7 +236,7 @@ module PulpCertguardClient
236
236
  # @param r_h_s_m_cert_guard_href [String] URI of R H S M Cert Guard. e.g.: /pulp/api/v3/contentguards/certguard/rhsm/1/
237
237
  # @param data [CertguardRHSMCertGuard]
238
238
  # @param [Hash] opts the optional parameters
239
- # @return [Array<(CertguardRHSMCertGuard, Integer, Hash)>] CertguardRHSMCertGuard data, response status code and response headers
239
+ # @return [Array<(CertguardRHSMCertGuardRead, Integer, Hash)>] CertguardRHSMCertGuardRead data, response status code and response headers
240
240
  def partial_update_with_http_info(r_h_s_m_cert_guard_href, data, opts = {})
241
241
  if @api_client.config.debugging
242
242
  @api_client.config.logger.debug 'Calling API: ContentguardsRhsmApi.partial_update ...'
@@ -269,7 +269,7 @@ module PulpCertguardClient
269
269
  post_body = opts[:body] || @api_client.object_to_http_body(data)
270
270
 
271
271
  # return_type
272
- return_type = opts[:return_type] || 'CertguardRHSMCertGuard'
272
+ return_type = opts[:return_type] || 'CertguardRHSMCertGuardRead'
273
273
 
274
274
  # auth_names
275
275
  auth_names = opts[:auth_names] || ['Basic']
@@ -296,7 +296,7 @@ module PulpCertguardClient
296
296
  # @param [Hash] opts the optional parameters
297
297
  # @option opts [String] :fields A list of fields to include in the response.
298
298
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
299
- # @return [CertguardRHSMCertGuard]
299
+ # @return [CertguardRHSMCertGuardRead]
300
300
  def read(r_h_s_m_cert_guard_href, opts = {})
301
301
  data, _status_code, _headers = read_with_http_info(r_h_s_m_cert_guard_href, opts)
302
302
  data
@@ -308,7 +308,7 @@ module PulpCertguardClient
308
308
  # @param [Hash] opts the optional parameters
309
309
  # @option opts [String] :fields A list of fields to include in the response.
310
310
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
311
- # @return [Array<(CertguardRHSMCertGuard, Integer, Hash)>] CertguardRHSMCertGuard data, response status code and response headers
311
+ # @return [Array<(CertguardRHSMCertGuardRead, Integer, Hash)>] CertguardRHSMCertGuardRead data, response status code and response headers
312
312
  def read_with_http_info(r_h_s_m_cert_guard_href, opts = {})
313
313
  if @api_client.config.debugging
314
314
  @api_client.config.logger.debug 'Calling API: ContentguardsRhsmApi.read ...'
@@ -337,7 +337,7 @@ module PulpCertguardClient
337
337
  post_body = opts[:body]
338
338
 
339
339
  # return_type
340
- return_type = opts[:return_type] || 'CertguardRHSMCertGuard'
340
+ return_type = opts[:return_type] || 'CertguardRHSMCertGuardRead'
341
341
 
342
342
  # auth_names
343
343
  auth_names = opts[:auth_names] || ['Basic']
@@ -363,7 +363,7 @@ module PulpCertguardClient
363
363
  # @param r_h_s_m_cert_guard_href [String] URI of R H S M Cert Guard. e.g.: /pulp/api/v3/contentguards/certguard/rhsm/1/
364
364
  # @param data [CertguardRHSMCertGuard]
365
365
  # @param [Hash] opts the optional parameters
366
- # @return [CertguardRHSMCertGuard]
366
+ # @return [CertguardRHSMCertGuardRead]
367
367
  def update(r_h_s_m_cert_guard_href, data, opts = {})
368
368
  data, _status_code, _headers = update_with_http_info(r_h_s_m_cert_guard_href, data, opts)
369
369
  data
@@ -374,7 +374,7 @@ module PulpCertguardClient
374
374
  # @param r_h_s_m_cert_guard_href [String] URI of R H S M Cert Guard. e.g.: /pulp/api/v3/contentguards/certguard/rhsm/1/
375
375
  # @param data [CertguardRHSMCertGuard]
376
376
  # @param [Hash] opts the optional parameters
377
- # @return [Array<(CertguardRHSMCertGuard, Integer, Hash)>] CertguardRHSMCertGuard data, response status code and response headers
377
+ # @return [Array<(CertguardRHSMCertGuardRead, Integer, Hash)>] CertguardRHSMCertGuardRead data, response status code and response headers
378
378
  def update_with_http_info(r_h_s_m_cert_guard_href, data, opts = {})
379
379
  if @api_client.config.debugging
380
380
  @api_client.config.logger.debug 'Calling API: ContentguardsRhsmApi.update ...'
@@ -407,7 +407,7 @@ module PulpCertguardClient
407
407
  post_body = opts[:body] || @api_client.object_to_http_body(data)
408
408
 
409
409
  # return_type
410
- return_type = opts[:return_type] || 'CertguardRHSMCertGuard'
410
+ return_type = opts[:return_type] || 'CertguardRHSMCertGuardRead'
411
411
 
412
412
  # auth_names
413
413
  auth_names = opts[:auth_names] || ['Basic']
@@ -23,7 +23,7 @@ module PulpCertguardClient
23
23
  # X509CertGuard API Viewsets.
24
24
  # @param data [CertguardX509CertGuard]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [CertguardX509CertGuard]
26
+ # @return [CertguardX509CertGuardRead]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpCertguardClient
33
33
  # X509CertGuard API Viewsets.
34
34
  # @param data [CertguardX509CertGuard]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(CertguardX509CertGuard, Integer, Hash)>] CertguardX509CertGuard data, response status code and response headers
36
+ # @return [Array<(CertguardX509CertGuardRead, Integer, Hash)>] CertguardX509CertGuardRead data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentguardsX509Api.create ...'
@@ -62,7 +62,7 @@ module PulpCertguardClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'CertguardX509CertGuard'
65
+ return_type = opts[:return_type] || 'CertguardX509CertGuardRead'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -225,7 +225,7 @@ module PulpCertguardClient
225
225
  # @param x509_cert_guard_href [String] URI of X509 Cert Guard. e.g.: /pulp/api/v3/contentguards/certguard/x509/1/
226
226
  # @param data [CertguardX509CertGuard]
227
227
  # @param [Hash] opts the optional parameters
228
- # @return [CertguardX509CertGuard]
228
+ # @return [CertguardX509CertGuardRead]
229
229
  def partial_update(x509_cert_guard_href, data, opts = {})
230
230
  data, _status_code, _headers = partial_update_with_http_info(x509_cert_guard_href, data, opts)
231
231
  data
@@ -236,7 +236,7 @@ module PulpCertguardClient
236
236
  # @param x509_cert_guard_href [String] URI of X509 Cert Guard. e.g.: /pulp/api/v3/contentguards/certguard/x509/1/
237
237
  # @param data [CertguardX509CertGuard]
238
238
  # @param [Hash] opts the optional parameters
239
- # @return [Array<(CertguardX509CertGuard, Integer, Hash)>] CertguardX509CertGuard data, response status code and response headers
239
+ # @return [Array<(CertguardX509CertGuardRead, Integer, Hash)>] CertguardX509CertGuardRead data, response status code and response headers
240
240
  def partial_update_with_http_info(x509_cert_guard_href, data, opts = {})
241
241
  if @api_client.config.debugging
242
242
  @api_client.config.logger.debug 'Calling API: ContentguardsX509Api.partial_update ...'
@@ -269,7 +269,7 @@ module PulpCertguardClient
269
269
  post_body = opts[:body] || @api_client.object_to_http_body(data)
270
270
 
271
271
  # return_type
272
- return_type = opts[:return_type] || 'CertguardX509CertGuard'
272
+ return_type = opts[:return_type] || 'CertguardX509CertGuardRead'
273
273
 
274
274
  # auth_names
275
275
  auth_names = opts[:auth_names] || ['Basic']
@@ -296,7 +296,7 @@ module PulpCertguardClient
296
296
  # @param [Hash] opts the optional parameters
297
297
  # @option opts [String] :fields A list of fields to include in the response.
298
298
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
299
- # @return [CertguardX509CertGuard]
299
+ # @return [CertguardX509CertGuardRead]
300
300
  def read(x509_cert_guard_href, opts = {})
301
301
  data, _status_code, _headers = read_with_http_info(x509_cert_guard_href, opts)
302
302
  data
@@ -308,7 +308,7 @@ module PulpCertguardClient
308
308
  # @param [Hash] opts the optional parameters
309
309
  # @option opts [String] :fields A list of fields to include in the response.
310
310
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
311
- # @return [Array<(CertguardX509CertGuard, Integer, Hash)>] CertguardX509CertGuard data, response status code and response headers
311
+ # @return [Array<(CertguardX509CertGuardRead, Integer, Hash)>] CertguardX509CertGuardRead data, response status code and response headers
312
312
  def read_with_http_info(x509_cert_guard_href, opts = {})
313
313
  if @api_client.config.debugging
314
314
  @api_client.config.logger.debug 'Calling API: ContentguardsX509Api.read ...'
@@ -337,7 +337,7 @@ module PulpCertguardClient
337
337
  post_body = opts[:body]
338
338
 
339
339
  # return_type
340
- return_type = opts[:return_type] || 'CertguardX509CertGuard'
340
+ return_type = opts[:return_type] || 'CertguardX509CertGuardRead'
341
341
 
342
342
  # auth_names
343
343
  auth_names = opts[:auth_names] || ['Basic']
@@ -363,7 +363,7 @@ module PulpCertguardClient
363
363
  # @param x509_cert_guard_href [String] URI of X509 Cert Guard. e.g.: /pulp/api/v3/contentguards/certguard/x509/1/
364
364
  # @param data [CertguardX509CertGuard]
365
365
  # @param [Hash] opts the optional parameters
366
- # @return [CertguardX509CertGuard]
366
+ # @return [CertguardX509CertGuardRead]
367
367
  def update(x509_cert_guard_href, data, opts = {})
368
368
  data, _status_code, _headers = update_with_http_info(x509_cert_guard_href, data, opts)
369
369
  data
@@ -374,7 +374,7 @@ module PulpCertguardClient
374
374
  # @param x509_cert_guard_href [String] URI of X509 Cert Guard. e.g.: /pulp/api/v3/contentguards/certguard/x509/1/
375
375
  # @param data [CertguardX509CertGuard]
376
376
  # @param [Hash] opts the optional parameters
377
- # @return [Array<(CertguardX509CertGuard, Integer, Hash)>] CertguardX509CertGuard data, response status code and response headers
377
+ # @return [Array<(CertguardX509CertGuardRead, Integer, Hash)>] CertguardX509CertGuardRead data, response status code and response headers
378
378
  def update_with_http_info(x509_cert_guard_href, data, opts = {})
379
379
  if @api_client.config.debugging
380
380
  @api_client.config.logger.debug 'Calling API: ContentguardsX509Api.update ...'
@@ -407,7 +407,7 @@ module PulpCertguardClient
407
407
  post_body = opts[:body] || @api_client.object_to_http_body(data)
408
408
 
409
409
  # return_type
410
- return_type = opts[:return_type] || 'CertguardX509CertGuard'
410
+ return_type = opts[:return_type] || 'CertguardX509CertGuardRead'
411
411
 
412
412
  # auth_names
413
413
  auth_names = opts[:auth_names] || ['Basic']