katello_api 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (111) hide show
  1. data/.gitignore +2 -0
  2. data/Gemfile +2 -0
  3. data/README.rdoc +0 -4
  4. data/doc/KatelloApi/Base.html +831 -0
  5. data/doc/KatelloApi/Generator/Base.html +671 -0
  6. data/doc/KatelloApi/Generator.html +115 -0
  7. data/doc/KatelloApi/Resources/ActivationKey.html +1757 -0
  8. data/doc/KatelloApi/Resources/Architecture.html +1007 -0
  9. data/doc/KatelloApi/Resources/Changeset.html +1413 -0
  10. data/doc/KatelloApi/Resources/ChangesetsContent.html +2674 -0
  11. data/doc/KatelloApi/Resources/ComputeResource.html +1067 -0
  12. data/doc/KatelloApi/Resources/ConfigTemplate.html +1361 -0
  13. data/doc/KatelloApi/Resources/ContentView.html +938 -0
  14. data/doc/KatelloApi/Resources/ContentViewDefinition.html +1629 -0
  15. data/doc/KatelloApi/Resources/Crl.html +367 -0
  16. data/doc/KatelloApi/Resources/Distribution.html +560 -0
  17. data/doc/KatelloApi/Resources/Distributor.html +1892 -0
  18. data/doc/KatelloApi/Resources/Domain.html +1066 -0
  19. data/doc/KatelloApi/Resources/Environment.html +1645 -0
  20. data/doc/KatelloApi/Resources/Erratum.html +632 -0
  21. data/doc/KatelloApi/Resources/GpgKey.html +1220 -0
  22. data/doc/KatelloApi/Resources/HardwareModel.html +1025 -0
  23. data/doc/KatelloApi/Resources/Organization.html +1062 -0
  24. data/doc/KatelloApi/Resources/Package.html +728 -0
  25. data/doc/KatelloApi/Resources/Permission.html +1021 -0
  26. data/doc/KatelloApi/Resources/Ping.html +625 -0
  27. data/doc/KatelloApi/Resources/Product.html +1845 -0
  28. data/doc/KatelloApi/Resources/Provider.html +2237 -0
  29. data/doc/KatelloApi/Resources/Repository.html +1976 -0
  30. data/doc/KatelloApi/Resources/RepositorySet.html +770 -0
  31. data/doc/KatelloApi/Resources/Role.html +1257 -0
  32. data/doc/KatelloApi/Resources/RoleLdapGroup.html +728 -0
  33. data/doc/KatelloApi/Resources/SmartProxy.html +1054 -0
  34. data/doc/KatelloApi/Resources/Statu.html +367 -0
  35. data/doc/KatelloApi/Resources/Subnet.html +1007 -0
  36. data/doc/KatelloApi/Resources/Subscription.html +1064 -0
  37. data/doc/KatelloApi/Resources/Sync.html +826 -0
  38. data/doc/KatelloApi/Resources/SyncPlan.html +1148 -0
  39. data/doc/KatelloApi/Resources/System.html +3576 -0
  40. data/doc/KatelloApi/Resources/SystemGroup.html +2006 -0
  41. data/doc/KatelloApi/Resources/SystemGroupErratum.html +602 -0
  42. data/doc/KatelloApi/Resources/SystemGroupPackage.html +826 -0
  43. data/doc/KatelloApi/Resources/SystemPackage.html +770 -0
  44. data/doc/KatelloApi/Resources/Task.html +546 -0
  45. data/doc/KatelloApi/Resources/Template.html +1573 -0
  46. data/doc/KatelloApi/Resources/TemplatesContent.html +2268 -0
  47. data/doc/KatelloApi/Resources/Uebercert.html +406 -0
  48. data/doc/KatelloApi/Resources/User.html +1846 -0
  49. data/doc/KatelloApi/Resources.html +117 -0
  50. data/doc/KatelloApi.html +365 -0
  51. data/doc/_index.html +539 -0
  52. data/doc/class_list.html +53 -0
  53. data/doc/css/common.css +1 -0
  54. data/doc/css/full_list.css +57 -0
  55. data/doc/css/style.css +338 -0
  56. data/doc/file.README.html +127 -0
  57. data/doc/file_list.html +55 -0
  58. data/doc/frames.html +28 -0
  59. data/doc/index.html +127 -0
  60. data/doc/js/app.js +214 -0
  61. data/doc/js/full_list.js +173 -0
  62. data/doc/js/jquery.js +4 -0
  63. data/doc/method_list.html +2548 -0
  64. data/doc/top-level-namespace.html +112 -0
  65. data/lib/katello_api/base.rb +61 -6
  66. data/lib/katello_api/documentation.json +1 -0
  67. data/lib/katello_api/resources/activation_key.rb +51 -48
  68. data/lib/katello_api/resources/architecture.rb +19 -24
  69. data/lib/katello_api/resources/changeset.rb +39 -37
  70. data/lib/katello_api/resources/changesets_content.rb +64 -57
  71. data/lib/katello_api/resources/compute_resource.rb +37 -42
  72. data/lib/katello_api/resources/config_template.rb +40 -44
  73. data/lib/katello_api/resources/content_view.rb +14 -17
  74. data/lib/katello_api/resources/content_view_definition.rb +34 -42
  75. data/lib/katello_api/resources/crl.rb +3 -4
  76. data/lib/katello_api/resources/distribution.rb +8 -8
  77. data/lib/katello_api/resources/distributor.rb +35 -37
  78. data/lib/katello_api/resources/domain.rb +28 -32
  79. data/lib/katello_api/resources/environment.rb +38 -44
  80. data/lib/katello_api/resources/erratum.rb +9 -8
  81. data/lib/katello_api/resources/gpg_key.rb +28 -33
  82. data/lib/katello_api/resources/hardware_model.rb +25 -30
  83. data/lib/katello_api/resources/organization.rb +24 -26
  84. data/lib/katello_api/resources/package.rb +9 -12
  85. data/lib/katello_api/resources/permission.rb +21 -19
  86. data/lib/katello_api/resources/ping.rb +9 -12
  87. data/lib/katello_api/resources/product.rb +34 -43
  88. data/lib/katello_api/resources/provider.rb +55 -66
  89. data/lib/katello_api/resources/repository.rb +44 -55
  90. data/lib/katello_api/resources/repository_set.rb +9 -12
  91. data/lib/katello_api/resources/role.rb +35 -33
  92. data/lib/katello_api/resources/role_ldap_group.rb +10 -12
  93. data/lib/katello_api/resources/smart_proxy.rb +24 -28
  94. data/lib/katello_api/resources/statu.rb +3 -4
  95. data/lib/katello_api/resources/subnet.rb +19 -24
  96. data/lib/katello_api/resources/subscription.rb +16 -21
  97. data/lib/katello_api/resources/sync.rb +9 -12
  98. data/lib/katello_api/resources/sync_plan.rb +28 -33
  99. data/lib/katello_api/resources/system.rb +81 -90
  100. data/lib/katello_api/resources/system_group.rb +47 -57
  101. data/lib/katello_api/resources/system_group_erratum.rb +6 -8
  102. data/lib/katello_api/resources/system_group_package.rb +15 -18
  103. data/lib/katello_api/resources/system_package.rb +12 -15
  104. data/lib/katello_api/resources/task.rb +6 -8
  105. data/lib/katello_api/resources/template.rb +39 -47
  106. data/lib/katello_api/resources/templates_content.rb +40 -52
  107. data/lib/katello_api/resources/uebercert.rb +4 -4
  108. data/lib/katello_api/resources/user.rb +47 -50
  109. data/lib/katello_api/version.rb +1 -1
  110. data/lib/katello_api.rb +0 -13
  111. metadata +68 -4
@@ -0,0 +1,2548 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html>
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
8
+
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
10
+
11
+
12
+
13
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
+
17
+
18
+ <base id="base_target" target="_parent" />
19
+ </head>
20
+ <body>
21
+ <script type="text/javascript" charset="utf-8">
22
+ if (window.top.frames.main) {
23
+ document.getElementById('base_target').target = 'main';
24
+ document.body.className = 'frames';
25
+ }
26
+ </script>
27
+ <div id="content">
28
+ <h1 id="full_list_header">Method List</h1>
29
+ <div id="nav">
30
+
31
+ <span><a target="_self" href="class_list.html">
32
+ Classes
33
+ </a></span>
34
+
35
+ <span><a target="_self" href="method_list.html">
36
+ Methods
37
+ </a></span>
38
+
39
+ <span><a target="_self" href="file_list.html">
40
+ Files
41
+ </a></span>
42
+
43
+ </div>
44
+ <div id="search">Search: <input type="text" /></div>
45
+
46
+ <ul id="full_list" class="method">
47
+
48
+
49
+ <li class="r1 ">
50
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#activate-instance_method" title="KatelloApi::Resources::System#activate (method)">#activate</a></span>
51
+
52
+ <small>KatelloApi::Resources::System</small>
53
+
54
+ </li>
55
+
56
+
57
+ <li class="r2 ">
58
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#add_content_view-instance_method" title="KatelloApi::Resources::ChangesetsContent#add_content_view (method)">#add_content_view</a></span>
59
+
60
+ <small>KatelloApi::Resources::ChangesetsContent</small>
61
+
62
+ </li>
63
+
64
+
65
+ <li class="r1 ">
66
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#add_distribution-instance_method" title="KatelloApi::Resources::ChangesetsContent#add_distribution (method)">#add_distribution</a></span>
67
+
68
+ <small>KatelloApi::Resources::ChangesetsContent</small>
69
+
70
+ </li>
71
+
72
+
73
+ <li class="r2 ">
74
+ <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#add_distribution-instance_method" title="KatelloApi::Resources::TemplatesContent#add_distribution (method)">#add_distribution</a></span>
75
+
76
+ <small>KatelloApi::Resources::TemplatesContent</small>
77
+
78
+ </li>
79
+
80
+
81
+ <li class="r1 ">
82
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#add_erratum-instance_method" title="KatelloApi::Resources::ChangesetsContent#add_erratum (method)">#add_erratum</a></span>
83
+
84
+ <small>KatelloApi::Resources::ChangesetsContent</small>
85
+
86
+ </li>
87
+
88
+
89
+ <li class="r2 ">
90
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#add_package-instance_method" title="KatelloApi::Resources::ChangesetsContent#add_package (method)">#add_package</a></span>
91
+
92
+ <small>KatelloApi::Resources::ChangesetsContent</small>
93
+
94
+ </li>
95
+
96
+
97
+ <li class="r1 ">
98
+ <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#add_package-instance_method" title="KatelloApi::Resources::TemplatesContent#add_package (method)">#add_package</a></span>
99
+
100
+ <small>KatelloApi::Resources::TemplatesContent</small>
101
+
102
+ </li>
103
+
104
+
105
+ <li class="r2 ">
106
+ <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#add_package_group-instance_method" title="KatelloApi::Resources::TemplatesContent#add_package_group (method)">#add_package_group</a></span>
107
+
108
+ <small>KatelloApi::Resources::TemplatesContent</small>
109
+
110
+ </li>
111
+
112
+
113
+ <li class="r1 ">
114
+ <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#add_package_group_category-instance_method" title="KatelloApi::Resources::TemplatesContent#add_package_group_category (method)">#add_package_group_category</a></span>
115
+
116
+ <small>KatelloApi::Resources::TemplatesContent</small>
117
+
118
+ </li>
119
+
120
+
121
+ <li class="r2 ">
122
+ <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#add_parameter-instance_method" title="KatelloApi::Resources::TemplatesContent#add_parameter (method)">#add_parameter</a></span>
123
+
124
+ <small>KatelloApi::Resources::TemplatesContent</small>
125
+
126
+ </li>
127
+
128
+
129
+ <li class="r1 ">
130
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#add_pool-instance_method" title="KatelloApi::Resources::ActivationKey#add_pool (method)">#add_pool</a></span>
131
+
132
+ <small>KatelloApi::Resources::ActivationKey</small>
133
+
134
+ </li>
135
+
136
+
137
+ <li class="r2 ">
138
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#add_product-instance_method" title="KatelloApi::Resources::ChangesetsContent#add_product (method)">#add_product</a></span>
139
+
140
+ <small>KatelloApi::Resources::ChangesetsContent</small>
141
+
142
+ </li>
143
+
144
+
145
+ <li class="r1 ">
146
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#add_repo-instance_method" title="KatelloApi::Resources::ChangesetsContent#add_repo (method)">#add_repo</a></span>
147
+
148
+ <small>KatelloApi::Resources::ChangesetsContent</small>
149
+
150
+ </li>
151
+
152
+
153
+ <li class="r2 ">
154
+ <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#add_repo-instance_method" title="KatelloApi::Resources::TemplatesContent#add_repo (method)">#add_repo</a></span>
155
+
156
+ <small>KatelloApi::Resources::TemplatesContent</small>
157
+
158
+ </li>
159
+
160
+
161
+ <li class="r1 ">
162
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#add_role-instance_method" title="KatelloApi::Resources::User#add_role (method)">#add_role</a></span>
163
+
164
+ <small>KatelloApi::Resources::User</small>
165
+
166
+ </li>
167
+
168
+
169
+ <li class="r2 ">
170
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#add_system_groups-instance_method" title="KatelloApi::Resources::System#add_system_groups (method)">#add_system_groups</a></span>
171
+
172
+ <small>KatelloApi::Resources::System</small>
173
+
174
+ </li>
175
+
176
+
177
+ <li class="r1 ">
178
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#add_system_groups-instance_method" title="KatelloApi::Resources::ActivationKey#add_system_groups (method)">#add_system_groups</a></span>
179
+
180
+ <small>KatelloApi::Resources::ActivationKey</small>
181
+
182
+ </li>
183
+
184
+
185
+ <li class="r2 ">
186
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#add_systems-instance_method" title="KatelloApi::Resources::SystemGroup#add_systems (method)">#add_systems</a></span>
187
+
188
+ <small>KatelloApi::Resources::SystemGroup</small>
189
+
190
+ </li>
191
+
192
+
193
+ <li class="r1 ">
194
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#add_template-instance_method" title="KatelloApi::Resources::ChangesetsContent#add_template (method)">#add_template</a></span>
195
+
196
+ <small>KatelloApi::Resources::ChangesetsContent</small>
197
+
198
+ </li>
199
+
200
+
201
+ <li class="r2 ">
202
+ <span class='object_link'><a href="KatelloApi/Resources/Role.html#available_verbs-instance_method" title="KatelloApi::Resources::Role#available_verbs (method)">#available_verbs</a></span>
203
+
204
+ <small>KatelloApi::Resources::Role</small>
205
+
206
+ </li>
207
+
208
+
209
+ <li class="r1 ">
210
+ <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#build_pxe_default-instance_method" title="KatelloApi::Resources::ConfigTemplate#build_pxe_default (method)">#build_pxe_default</a></span>
211
+
212
+ <small>KatelloApi::Resources::ConfigTemplate</small>
213
+
214
+ </li>
215
+
216
+
217
+ <li class="r2 ">
218
+ <span class='object_link'><a href="KatelloApi/Resources/Sync.html#cancel-instance_method" title="KatelloApi::Resources::Sync#cancel (method)">#cancel</a></span>
219
+
220
+ <small>KatelloApi::Resources::Sync</small>
221
+
222
+ </li>
223
+
224
+
225
+ <li class="r1 ">
226
+ <span class='object_link'><a href="KatelloApi/Base.html#client-instance_method" title="KatelloApi::Base#client (method)">#client</a></span>
227
+
228
+ <small>KatelloApi::Base</small>
229
+
230
+ </li>
231
+
232
+
233
+ <li class="r2 ">
234
+ <span class='object_link'><a href="KatelloApi.html#client_config-class_method" title="KatelloApi.client_config (method)">client_config</a></span>
235
+
236
+ <small>KatelloApi</small>
237
+
238
+ </li>
239
+
240
+
241
+ <li class="r1 ">
242
+ <span class='object_link'><a href="KatelloApi/Base.html#config-instance_method" title="KatelloApi::Base#config (method)">#config</a></span>
243
+
244
+ <small>KatelloApi::Base</small>
245
+
246
+ </li>
247
+
248
+
249
+ <li class="r2 ">
250
+ <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#content-instance_method" title="KatelloApi::Resources::GpgKey#content (method)">#content</a></span>
251
+
252
+ <small>KatelloApi::Resources::GpgKey</small>
253
+
254
+ </li>
255
+
256
+
257
+ <li class="r1 ">
258
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#content_views-instance_method" title="KatelloApi::Resources::ContentViewDefinition#content_views (method)">#content_views</a></span>
259
+
260
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
261
+
262
+ </li>
263
+
264
+
265
+ <li class="r2 ">
266
+ <span class='object_link'><a href="KatelloApi/Resources/Environment.html#create-instance_method" title="KatelloApi::Resources::Environment#create (method)">#create</a></span>
267
+
268
+ <small>KatelloApi::Resources::Environment</small>
269
+
270
+ </li>
271
+
272
+
273
+ <li class="r1 ">
274
+ <span class='object_link'><a href="KatelloApi/Resources/Permission.html#create-instance_method" title="KatelloApi::Resources::Permission#create (method)">#create</a></span>
275
+
276
+ <small>KatelloApi::Resources::Permission</small>
277
+
278
+ </li>
279
+
280
+
281
+ <li class="r2 ">
282
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#create-instance_method" title="KatelloApi::Resources::Template#create (method)">#create</a></span>
283
+
284
+ <small>KatelloApi::Resources::Template</small>
285
+
286
+ </li>
287
+
288
+
289
+ <li class="r1 ">
290
+ <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#create-instance_method" title="KatelloApi::Resources::Architecture#create (method)">#create</a></span>
291
+
292
+ <small>KatelloApi::Resources::Architecture</small>
293
+
294
+ </li>
295
+
296
+
297
+ <li class="r2 ">
298
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html#create-instance_method" title="KatelloApi::Resources::SystemGroupErratum#create (method)">#create</a></span>
299
+
300
+ <small>KatelloApi::Resources::SystemGroupErratum</small>
301
+
302
+ </li>
303
+
304
+
305
+ <li class="r1 ">
306
+ <span class='object_link'><a href="KatelloApi/Resources/Organization.html#create-instance_method" title="KatelloApi::Resources::Organization#create (method)">#create</a></span>
307
+
308
+ <small>KatelloApi::Resources::Organization</small>
309
+
310
+ </li>
311
+
312
+
313
+ <li class="r2 ">
314
+ <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#create-instance_method" title="KatelloApi::Resources::SyncPlan#create (method)">#create</a></span>
315
+
316
+ <small>KatelloApi::Resources::SyncPlan</small>
317
+
318
+ </li>
319
+
320
+
321
+ <li class="r1 ">
322
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html#create-instance_method" title="KatelloApi::Resources::SystemGroupPackage#create (method)">#create</a></span>
323
+
324
+ <small>KatelloApi::Resources::SystemGroupPackage</small>
325
+
326
+ </li>
327
+
328
+
329
+ <li class="r2 ">
330
+ <span class='object_link'><a href="KatelloApi/Resources/Sync.html#create-instance_method" title="KatelloApi::Resources::Sync#create (method)">#create</a></span>
331
+
332
+ <small>KatelloApi::Resources::Sync</small>
333
+
334
+ </li>
335
+
336
+
337
+ <li class="r1 ">
338
+ <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#create-instance_method" title="KatelloApi::Resources::Changeset#create (method)">#create</a></span>
339
+
340
+ <small>KatelloApi::Resources::Changeset</small>
341
+
342
+ </li>
343
+
344
+
345
+ <li class="r2 ">
346
+ <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#create-instance_method" title="KatelloApi::Resources::HardwareModel#create (method)">#create</a></span>
347
+
348
+ <small>KatelloApi::Resources::HardwareModel</small>
349
+
350
+ </li>
351
+
352
+
353
+ <li class="r1 ">
354
+ <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#create-instance_method" title="KatelloApi::Resources::Subscription#create (method)">#create</a></span>
355
+
356
+ <small>KatelloApi::Resources::Subscription</small>
357
+
358
+ </li>
359
+
360
+
361
+ <li class="r2 ">
362
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#create-instance_method" title="KatelloApi::Resources::ActivationKey#create (method)">#create</a></span>
363
+
364
+ <small>KatelloApi::Resources::ActivationKey</small>
365
+
366
+ </li>
367
+
368
+
369
+ <li class="r1 ">
370
+ <span class='object_link'><a href="KatelloApi/Resources/Role.html#create-instance_method" title="KatelloApi::Resources::Role#create (method)">#create</a></span>
371
+
372
+ <small>KatelloApi::Resources::Role</small>
373
+
374
+ </li>
375
+
376
+
377
+ <li class="r2 ">
378
+ <span class='object_link'><a href="KatelloApi/Resources/Domain.html#create-instance_method" title="KatelloApi::Resources::Domain#create (method)">#create</a></span>
379
+
380
+ <small>KatelloApi::Resources::Domain</small>
381
+
382
+ </li>
383
+
384
+
385
+ <li class="r1 ">
386
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#create-instance_method" title="KatelloApi::Resources::System#create (method)">#create</a></span>
387
+
388
+ <small>KatelloApi::Resources::System</small>
389
+
390
+ </li>
391
+
392
+
393
+ <li class="r2 ">
394
+ <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#create-instance_method" title="KatelloApi::Resources::GpgKey#create (method)">#create</a></span>
395
+
396
+ <small>KatelloApi::Resources::GpgKey</small>
397
+
398
+ </li>
399
+
400
+
401
+ <li class="r1 ">
402
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#create-instance_method" title="KatelloApi::Resources::Provider#create (method)">#create</a></span>
403
+
404
+ <small>KatelloApi::Resources::Provider</small>
405
+
406
+ </li>
407
+
408
+
409
+ <li class="r2 ">
410
+ <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#create-instance_method" title="KatelloApi::Resources::ComputeResource#create (method)">#create</a></span>
411
+
412
+ <small>KatelloApi::Resources::ComputeResource</small>
413
+
414
+ </li>
415
+
416
+
417
+ <li class="r1 ">
418
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#create-instance_method" title="KatelloApi::Resources::SystemGroup#create (method)">#create</a></span>
419
+
420
+ <small>KatelloApi::Resources::SystemGroup</small>
421
+
422
+ </li>
423
+
424
+
425
+ <li class="r2 ">
426
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#create-instance_method" title="KatelloApi::Resources::Repository#create (method)">#create</a></span>
427
+
428
+ <small>KatelloApi::Resources::Repository</small>
429
+
430
+ </li>
431
+
432
+
433
+ <li class="r1 ">
434
+ <span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#create-instance_method" title="KatelloApi::Resources::RoleLdapGroup#create (method)">#create</a></span>
435
+
436
+ <small>KatelloApi::Resources::RoleLdapGroup</small>
437
+
438
+ </li>
439
+
440
+
441
+ <li class="r2 ">
442
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#create-instance_method" title="KatelloApi::Resources::User#create (method)">#create</a></span>
443
+
444
+ <small>KatelloApi::Resources::User</small>
445
+
446
+ </li>
447
+
448
+
449
+ <li class="r1 ">
450
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#create-instance_method" title="KatelloApi::Resources::ContentViewDefinition#create (method)">#create</a></span>
451
+
452
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
453
+
454
+ </li>
455
+
456
+
457
+ <li class="r2 ">
458
+ <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#create-instance_method" title="KatelloApi::Resources::Subnet#create (method)">#create</a></span>
459
+
460
+ <small>KatelloApi::Resources::Subnet</small>
461
+
462
+ </li>
463
+
464
+
465
+ <li class="r1 ">
466
+ <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#create-instance_method" title="KatelloApi::Resources::SmartProxy#create (method)">#create</a></span>
467
+
468
+ <small>KatelloApi::Resources::SmartProxy</small>
469
+
470
+ </li>
471
+
472
+
473
+ <li class="r2 ">
474
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#create-instance_method" title="KatelloApi::Resources::Distributor#create (method)">#create</a></span>
475
+
476
+ <small>KatelloApi::Resources::Distributor</small>
477
+
478
+ </li>
479
+
480
+
481
+ <li class="r1 ">
482
+ <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#create-instance_method" title="KatelloApi::Resources::ConfigTemplate#create (method)">#create</a></span>
483
+
484
+ <small>KatelloApi::Resources::ConfigTemplate</small>
485
+
486
+ </li>
487
+
488
+
489
+ <li class="r2 ">
490
+ <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#create-instance_method" title="KatelloApi::Resources::SystemPackage#create (method)">#create</a></span>
491
+
492
+ <small>KatelloApi::Resources::SystemPackage</small>
493
+
494
+ </li>
495
+
496
+
497
+ <li class="r1 ">
498
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#delete_manifest-instance_method" title="KatelloApi::Resources::Provider#delete_manifest (method)">#delete_manifest</a></span>
499
+
500
+ <small>KatelloApi::Resources::Provider</small>
501
+
502
+ </li>
503
+
504
+
505
+ <li class="r2 ">
506
+ <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#dependencies-instance_method" title="KatelloApi::Resources::Changeset#dependencies (method)">#dependencies</a></span>
507
+
508
+ <small>KatelloApi::Resources::Changeset</small>
509
+
510
+ </li>
511
+
512
+
513
+ <li class="r1 ">
514
+ <span class='object_link'><a href="KatelloApi/Resources/Permission.html#destroy-instance_method" title="KatelloApi::Resources::Permission#destroy (method)">#destroy</a></span>
515
+
516
+ <small>KatelloApi::Resources::Permission</small>
517
+
518
+ </li>
519
+
520
+
521
+ <li class="r2 ">
522
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#destroy-instance_method" title="KatelloApi::Resources::Distributor#destroy (method)">#destroy</a></span>
523
+
524
+ <small>KatelloApi::Resources::Distributor</small>
525
+
526
+ </li>
527
+
528
+
529
+ <li class="r1 ">
530
+ <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#destroy-instance_method" title="KatelloApi::Resources::SystemPackage#destroy (method)">#destroy</a></span>
531
+
532
+ <small>KatelloApi::Resources::SystemPackage</small>
533
+
534
+ </li>
535
+
536
+
537
+ <li class="r2 ">
538
+ <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#destroy-instance_method" title="KatelloApi::Resources::ConfigTemplate#destroy (method)">#destroy</a></span>
539
+
540
+ <small>KatelloApi::Resources::ConfigTemplate</small>
541
+
542
+ </li>
543
+
544
+
545
+ <li class="r1 ">
546
+ <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#destroy-instance_method" title="KatelloApi::Resources::GpgKey#destroy (method)">#destroy</a></span>
547
+
548
+ <small>KatelloApi::Resources::GpgKey</small>
549
+
550
+ </li>
551
+
552
+
553
+ <li class="r2 ">
554
+ <span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#destroy-instance_method" title="KatelloApi::Resources::RoleLdapGroup#destroy (method)">#destroy</a></span>
555
+
556
+ <small>KatelloApi::Resources::RoleLdapGroup</small>
557
+
558
+ </li>
559
+
560
+
561
+ <li class="r1 ">
562
+ <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#destroy-instance_method" title="KatelloApi::Resources::Subnet#destroy (method)">#destroy</a></span>
563
+
564
+ <small>KatelloApi::Resources::Subnet</small>
565
+
566
+ </li>
567
+
568
+
569
+ <li class="r2 ">
570
+ <span class='object_link'><a href="KatelloApi/Resources/Environment.html#destroy-instance_method" title="KatelloApi::Resources::Environment#destroy (method)">#destroy</a></span>
571
+
572
+ <small>KatelloApi::Resources::Environment</small>
573
+
574
+ </li>
575
+
576
+
577
+ <li class="r1 ">
578
+ <span class='object_link'><a href="KatelloApi/Resources/Role.html#destroy-instance_method" title="KatelloApi::Resources::Role#destroy (method)">#destroy</a></span>
579
+
580
+ <small>KatelloApi::Resources::Role</small>
581
+
582
+ </li>
583
+
584
+
585
+ <li class="r2 ">
586
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#destroy-instance_method" title="KatelloApi::Resources::ActivationKey#destroy (method)">#destroy</a></span>
587
+
588
+ <small>KatelloApi::Resources::ActivationKey</small>
589
+
590
+ </li>
591
+
592
+
593
+ <li class="r1 ">
594
+ <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#destroy-instance_method" title="KatelloApi::Resources::ComputeResource#destroy (method)">#destroy</a></span>
595
+
596
+ <small>KatelloApi::Resources::ComputeResource</small>
597
+
598
+ </li>
599
+
600
+
601
+ <li class="r2 ">
602
+ <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#destroy-instance_method" title="KatelloApi::Resources::SyncPlan#destroy (method)">#destroy</a></span>
603
+
604
+ <small>KatelloApi::Resources::SyncPlan</small>
605
+
606
+ </li>
607
+
608
+
609
+ <li class="r1 ">
610
+ <span class='object_link'><a href="KatelloApi/Resources/Domain.html#destroy-instance_method" title="KatelloApi::Resources::Domain#destroy (method)">#destroy</a></span>
611
+
612
+ <small>KatelloApi::Resources::Domain</small>
613
+
614
+ </li>
615
+
616
+
617
+ <li class="r2 ">
618
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html#destroy-instance_method" title="KatelloApi::Resources::SystemGroupPackage#destroy (method)">#destroy</a></span>
619
+
620
+ <small>KatelloApi::Resources::SystemGroupPackage</small>
621
+
622
+ </li>
623
+
624
+
625
+ <li class="r1 ">
626
+ <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#destroy-instance_method" title="KatelloApi::Resources::HardwareModel#destroy (method)">#destroy</a></span>
627
+
628
+ <small>KatelloApi::Resources::HardwareModel</small>
629
+
630
+ </li>
631
+
632
+
633
+ <li class="r2 ">
634
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#destroy-instance_method" title="KatelloApi::Resources::System#destroy (method)">#destroy</a></span>
635
+
636
+ <small>KatelloApi::Resources::System</small>
637
+
638
+ </li>
639
+
640
+
641
+ <li class="r1 ">
642
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#destroy-instance_method" title="KatelloApi::Resources::Provider#destroy (method)">#destroy</a></span>
643
+
644
+ <small>KatelloApi::Resources::Provider</small>
645
+
646
+ </li>
647
+
648
+
649
+ <li class="r2 ">
650
+ <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#destroy-instance_method" title="KatelloApi::Resources::Subscription#destroy (method)">#destroy</a></span>
651
+
652
+ <small>KatelloApi::Resources::Subscription</small>
653
+
654
+ </li>
655
+
656
+
657
+ <li class="r1 ">
658
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#destroy-instance_method" title="KatelloApi::Resources::Repository#destroy (method)">#destroy</a></span>
659
+
660
+ <small>KatelloApi::Resources::Repository</small>
661
+
662
+ </li>
663
+
664
+
665
+ <li class="r2 ">
666
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#destroy-instance_method" title="KatelloApi::Resources::Template#destroy (method)">#destroy</a></span>
667
+
668
+ <small>KatelloApi::Resources::Template</small>
669
+
670
+ </li>
671
+
672
+
673
+ <li class="r1 ">
674
+ <span class='object_link'><a href="KatelloApi/Resources/Organization.html#destroy-instance_method" title="KatelloApi::Resources::Organization#destroy (method)">#destroy</a></span>
675
+
676
+ <small>KatelloApi::Resources::Organization</small>
677
+
678
+ </li>
679
+
680
+
681
+ <li class="r2 ">
682
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#destroy-instance_method" title="KatelloApi::Resources::Product#destroy (method)">#destroy</a></span>
683
+
684
+ <small>KatelloApi::Resources::Product</small>
685
+
686
+ </li>
687
+
688
+
689
+ <li class="r1 ">
690
+ <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#destroy-instance_method" title="KatelloApi::Resources::Architecture#destroy (method)">#destroy</a></span>
691
+
692
+ <small>KatelloApi::Resources::Architecture</small>
693
+
694
+ </li>
695
+
696
+
697
+ <li class="r2 ">
698
+ <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#destroy-instance_method" title="KatelloApi::Resources::Changeset#destroy (method)">#destroy</a></span>
699
+
700
+ <small>KatelloApi::Resources::Changeset</small>
701
+
702
+ </li>
703
+
704
+
705
+ <li class="r1 ">
706
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#destroy-instance_method" title="KatelloApi::Resources::ContentViewDefinition#destroy (method)">#destroy</a></span>
707
+
708
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
709
+
710
+ </li>
711
+
712
+
713
+ <li class="r2 ">
714
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#destroy-instance_method" title="KatelloApi::Resources::User#destroy (method)">#destroy</a></span>
715
+
716
+ <small>KatelloApi::Resources::User</small>
717
+
718
+ </li>
719
+
720
+
721
+ <li class="r1 ">
722
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#destroy-instance_method" title="KatelloApi::Resources::SystemGroup#destroy (method)">#destroy</a></span>
723
+
724
+ <small>KatelloApi::Resources::SystemGroup</small>
725
+
726
+ </li>
727
+
728
+
729
+ <li class="r2 ">
730
+ <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#destroy-instance_method" title="KatelloApi::Resources::SmartProxy#destroy (method)">#destroy</a></span>
731
+
732
+ <small>KatelloApi::Resources::SmartProxy</small>
733
+
734
+ </li>
735
+
736
+
737
+ <li class="r1 ">
738
+ <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#destroy_all-instance_method" title="KatelloApi::Resources::Subscription#destroy_all (method)">#destroy_all</a></span>
739
+
740
+ <small>KatelloApi::Resources::Subscription</small>
741
+
742
+ </li>
743
+
744
+
745
+ <li class="r2 ">
746
+ <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#destroy_by_serial-instance_method" title="KatelloApi::Resources::Subscription#destroy_by_serial (method)">#destroy_by_serial</a></span>
747
+
748
+ <small>KatelloApi::Resources::Subscription</small>
749
+
750
+ </li>
751
+
752
+
753
+ <li class="r1 ">
754
+ <span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#disable-instance_method" title="KatelloApi::Resources::RepositorySet#disable (method)">#disable</a></span>
755
+
756
+ <small>KatelloApi::Resources::RepositorySet</small>
757
+
758
+ </li>
759
+
760
+
761
+ <li class="r2 ">
762
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#discovery-instance_method" title="KatelloApi::Resources::Provider#discovery (method)">#discovery</a></span>
763
+
764
+ <small>KatelloApi::Resources::Provider</small>
765
+
766
+ </li>
767
+
768
+
769
+ <li class="r1 ">
770
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#doc-class_method" title="KatelloApi::Resources::Distributor.doc (method)">doc</a></span>
771
+
772
+ <small>KatelloApi::Resources::Distributor</small>
773
+
774
+ </li>
775
+
776
+
777
+ <li class="r2 ">
778
+ <span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#doc-class_method" title="KatelloApi::Resources::RepositorySet.doc (method)">doc</a></span>
779
+
780
+ <small>KatelloApi::Resources::RepositorySet</small>
781
+
782
+ </li>
783
+
784
+
785
+ <li class="r1 ">
786
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#doc-class_method" title="KatelloApi::Resources::Product.doc (method)">doc</a></span>
787
+
788
+ <small>KatelloApi::Resources::Product</small>
789
+
790
+ </li>
791
+
792
+
793
+ <li class="r2 ">
794
+ <span class='object_link'><a href="KatelloApi/Resources/Distribution.html#doc-class_method" title="KatelloApi::Resources::Distribution.doc (method)">doc</a></span>
795
+
796
+ <small>KatelloApi::Resources::Distribution</small>
797
+
798
+ </li>
799
+
800
+
801
+ <li class="r1 ">
802
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#doc-class_method" title="KatelloApi::Resources::SystemGroup.doc (method)">doc</a></span>
803
+
804
+ <small>KatelloApi::Resources::SystemGroup</small>
805
+
806
+ </li>
807
+
808
+
809
+ <li class="r2 ">
810
+ <span class='object_link'><a href="KatelloApi/Resources/Erratum.html#doc-class_method" title="KatelloApi::Resources::Erratum.doc (method)">doc</a></span>
811
+
812
+ <small>KatelloApi::Resources::Erratum</small>
813
+
814
+ </li>
815
+
816
+
817
+ <li class="r1 ">
818
+ <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#doc-class_method" title="KatelloApi::Resources::HardwareModel.doc (method)">doc</a></span>
819
+
820
+ <small>KatelloApi::Resources::HardwareModel</small>
821
+
822
+ </li>
823
+
824
+
825
+ <li class="r2 ">
826
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#doc-class_method" title="KatelloApi::Resources::ActivationKey.doc (method)">doc</a></span>
827
+
828
+ <small>KatelloApi::Resources::ActivationKey</small>
829
+
830
+ </li>
831
+
832
+
833
+ <li class="r1 ">
834
+ <span class='object_link'><a href="KatelloApi/Resources/Package.html#doc-class_method" title="KatelloApi::Resources::Package.doc (method)">doc</a></span>
835
+
836
+ <small>KatelloApi::Resources::Package</small>
837
+
838
+ </li>
839
+
840
+
841
+ <li class="r2 ">
842
+ <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#doc-class_method" title="KatelloApi::Resources::Subscription.doc (method)">doc</a></span>
843
+
844
+ <small>KatelloApi::Resources::Subscription</small>
845
+
846
+ </li>
847
+
848
+
849
+ <li class="r1 ">
850
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#doc-class_method" title="KatelloApi::Resources::System.doc (method)">doc</a></span>
851
+
852
+ <small>KatelloApi::Resources::System</small>
853
+
854
+ </li>
855
+
856
+
857
+ <li class="r2 ">
858
+ <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#doc-class_method" title="KatelloApi::Resources::SystemPackage.doc (method)">doc</a></span>
859
+
860
+ <small>KatelloApi::Resources::SystemPackage</small>
861
+
862
+ </li>
863
+
864
+
865
+ <li class="r1 ">
866
+ <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#doc-class_method" title="KatelloApi::Resources::GpgKey.doc (method)">doc</a></span>
867
+
868
+ <small>KatelloApi::Resources::GpgKey</small>
869
+
870
+ </li>
871
+
872
+
873
+ <li class="r2 ">
874
+ <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#doc-class_method" title="KatelloApi::Resources::SmartProxy.doc (method)">doc</a></span>
875
+
876
+ <small>KatelloApi::Resources::SmartProxy</small>
877
+
878
+ </li>
879
+
880
+
881
+ <li class="r1 ">
882
+ <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#doc-class_method" title="KatelloApi::Resources::Subnet.doc (method)">doc</a></span>
883
+
884
+ <small>KatelloApi::Resources::Subnet</small>
885
+
886
+ </li>
887
+
888
+
889
+ <li class="r2 ">
890
+ <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#doc-class_method" title="KatelloApi::Resources::ConfigTemplate.doc (method)">doc</a></span>
891
+
892
+ <small>KatelloApi::Resources::ConfigTemplate</small>
893
+
894
+ </li>
895
+
896
+
897
+ <li class="r1 ">
898
+ <span class='object_link'><a href="KatelloApi/Resources/Domain.html#doc-class_method" title="KatelloApi::Resources::Domain.doc (method)">doc</a></span>
899
+
900
+ <small>KatelloApi::Resources::Domain</small>
901
+
902
+ </li>
903
+
904
+
905
+ <li class="r2 ">
906
+ <span class='object_link'><a href="KatelloApi/Resources/Statu.html#doc-class_method" title="KatelloApi::Resources::Statu.doc (method)">doc</a></span>
907
+
908
+ <small>KatelloApi::Resources::Statu</small>
909
+
910
+ </li>
911
+
912
+
913
+ <li class="r1 ">
914
+ <span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#doc-class_method" title="KatelloApi::Resources::RoleLdapGroup.doc (method)">doc</a></span>
915
+
916
+ <small>KatelloApi::Resources::RoleLdapGroup</small>
917
+
918
+ </li>
919
+
920
+
921
+ <li class="r2 ">
922
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#doc-class_method" title="KatelloApi::Resources::Provider.doc (method)">doc</a></span>
923
+
924
+ <small>KatelloApi::Resources::Provider</small>
925
+
926
+ </li>
927
+
928
+
929
+ <li class="r1 ">
930
+ <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#doc-class_method" title="KatelloApi::Resources::ContentView.doc (method)">doc</a></span>
931
+
932
+ <small>KatelloApi::Resources::ContentView</small>
933
+
934
+ </li>
935
+
936
+
937
+ <li class="r2 ">
938
+ <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#doc-class_method" title="KatelloApi::Resources::ComputeResource.doc (method)">doc</a></span>
939
+
940
+ <small>KatelloApi::Resources::ComputeResource</small>
941
+
942
+ </li>
943
+
944
+
945
+ <li class="r1 ">
946
+ <span class='object_link'><a href="KatelloApi/Generator/Base.html#doc-instance_method" title="KatelloApi::Generator::Base#doc (method)">#doc</a></span>
947
+
948
+ <small>KatelloApi::Generator::Base</small>
949
+
950
+ </li>
951
+
952
+
953
+ <li class="r2 ">
954
+ <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#doc-class_method" title="KatelloApi::Resources::TemplatesContent.doc (method)">doc</a></span>
955
+
956
+ <small>KatelloApi::Resources::TemplatesContent</small>
957
+
958
+ </li>
959
+
960
+
961
+ <li class="r1 ">
962
+ <span class='object_link'><a href="KatelloApi/Resources/Role.html#doc-class_method" title="KatelloApi::Resources::Role.doc (method)">doc</a></span>
963
+
964
+ <small>KatelloApi::Resources::Role</small>
965
+
966
+ </li>
967
+
968
+
969
+ <li class="r2 ">
970
+ <span class='object_link'><a href="KatelloApi/Resources/Environment.html#doc-class_method" title="KatelloApi::Resources::Environment.doc (method)">doc</a></span>
971
+
972
+ <small>KatelloApi::Resources::Environment</small>
973
+
974
+ </li>
975
+
976
+
977
+ <li class="r1 ">
978
+ <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#doc-class_method" title="KatelloApi::Resources::Architecture.doc (method)">doc</a></span>
979
+
980
+ <small>KatelloApi::Resources::Architecture</small>
981
+
982
+ </li>
983
+
984
+
985
+ <li class="r2 ">
986
+ <span class='object_link'><a href="KatelloApi/Resources/Sync.html#doc-class_method" title="KatelloApi::Resources::Sync.doc (method)">doc</a></span>
987
+
988
+ <small>KatelloApi::Resources::Sync</small>
989
+
990
+ </li>
991
+
992
+
993
+ <li class="r1 ">
994
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#doc-class_method" title="KatelloApi::Resources::ChangesetsContent.doc (method)">doc</a></span>
995
+
996
+ <small>KatelloApi::Resources::ChangesetsContent</small>
997
+
998
+ </li>
999
+
1000
+
1001
+ <li class="r2 ">
1002
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#doc-class_method" title="KatelloApi::Resources::User.doc (method)">doc</a></span>
1003
+
1004
+ <small>KatelloApi::Resources::User</small>
1005
+
1006
+ </li>
1007
+
1008
+
1009
+ <li class="r1 ">
1010
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#doc-class_method" title="KatelloApi::Resources::Repository.doc (method)">doc</a></span>
1011
+
1012
+ <small>KatelloApi::Resources::Repository</small>
1013
+
1014
+ </li>
1015
+
1016
+
1017
+ <li class="r2 ">
1018
+ <span class='object_link'><a href="KatelloApi/Resources/Task.html#doc-class_method" title="KatelloApi::Resources::Task.doc (method)">doc</a></span>
1019
+
1020
+ <small>KatelloApi::Resources::Task</small>
1021
+
1022
+ </li>
1023
+
1024
+
1025
+ <li class="r1 ">
1026
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#doc-class_method" title="KatelloApi::Resources::Template.doc (method)">doc</a></span>
1027
+
1028
+ <small>KatelloApi::Resources::Template</small>
1029
+
1030
+ </li>
1031
+
1032
+
1033
+ <li class="r2 ">
1034
+ <span class='object_link'><a href="KatelloApi/Resources/Ping.html#doc-class_method" title="KatelloApi::Resources::Ping.doc (method)">doc</a></span>
1035
+
1036
+ <small>KatelloApi::Resources::Ping</small>
1037
+
1038
+ </li>
1039
+
1040
+
1041
+ <li class="r1 ">
1042
+ <span class='object_link'><a href="KatelloApi/Resources/Permission.html#doc-class_method" title="KatelloApi::Resources::Permission.doc (method)">doc</a></span>
1043
+
1044
+ <small>KatelloApi::Resources::Permission</small>
1045
+
1046
+ </li>
1047
+
1048
+
1049
+ <li class="r2 ">
1050
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html#doc-class_method" title="KatelloApi::Resources::SystemGroupErratum.doc (method)">doc</a></span>
1051
+
1052
+ <small>KatelloApi::Resources::SystemGroupErratum</small>
1053
+
1054
+ </li>
1055
+
1056
+
1057
+ <li class="r1 ">
1058
+ <span class='object_link'><a href="KatelloApi/Resources/Crl.html#doc-class_method" title="KatelloApi::Resources::Crl.doc (method)">doc</a></span>
1059
+
1060
+ <small>KatelloApi::Resources::Crl</small>
1061
+
1062
+ </li>
1063
+
1064
+
1065
+ <li class="r2 ">
1066
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html#doc-class_method" title="KatelloApi::Resources::SystemGroupPackage.doc (method)">doc</a></span>
1067
+
1068
+ <small>KatelloApi::Resources::SystemGroupPackage</small>
1069
+
1070
+ </li>
1071
+
1072
+
1073
+ <li class="r1 ">
1074
+ <span class='object_link'><a href="KatelloApi/Base.html#doc-class_method" title="KatelloApi::Base.doc (method)">doc</a></span>
1075
+
1076
+ <small>KatelloApi::Base</small>
1077
+
1078
+ </li>
1079
+
1080
+
1081
+ <li class="r2 ">
1082
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#doc-class_method" title="KatelloApi::Resources::ContentViewDefinition.doc (method)">doc</a></span>
1083
+
1084
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
1085
+
1086
+ </li>
1087
+
1088
+
1089
+ <li class="r1 ">
1090
+ <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#doc-class_method" title="KatelloApi::Resources::Changeset.doc (method)">doc</a></span>
1091
+
1092
+ <small>KatelloApi::Resources::Changeset</small>
1093
+
1094
+ </li>
1095
+
1096
+
1097
+ <li class="r2 ">
1098
+ <span class='object_link'><a href="KatelloApi/Resources/Uebercert.html#doc-class_method" title="KatelloApi::Resources::Uebercert.doc (method)">doc</a></span>
1099
+
1100
+ <small>KatelloApi::Resources::Uebercert</small>
1101
+
1102
+ </li>
1103
+
1104
+
1105
+ <li class="r1 ">
1106
+ <span class='object_link'><a href="KatelloApi.html#doc-class_method" title="KatelloApi.doc (method)">doc</a></span>
1107
+
1108
+ <small>KatelloApi</small>
1109
+
1110
+ </li>
1111
+
1112
+
1113
+ <li class="r2 ">
1114
+ <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#doc-class_method" title="KatelloApi::Resources::SyncPlan.doc (method)">doc</a></span>
1115
+
1116
+ <small>KatelloApi::Resources::SyncPlan</small>
1117
+
1118
+ </li>
1119
+
1120
+
1121
+ <li class="r1 ">
1122
+ <span class='object_link'><a href="KatelloApi/Resources/Organization.html#doc-class_method" title="KatelloApi::Resources::Organization.doc (method)">doc</a></span>
1123
+
1124
+ <small>KatelloApi::Resources::Organization</small>
1125
+
1126
+ </li>
1127
+
1128
+
1129
+ <li class="r2 ">
1130
+ <span class='object_link'><a href="KatelloApi.html#doc_file-class_method" title="KatelloApi.doc_file (method)">doc_file</a></span>
1131
+
1132
+ <small>KatelloApi</small>
1133
+
1134
+ </li>
1135
+
1136
+
1137
+ <li class="r1 ">
1138
+ <span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#enable-instance_method" title="KatelloApi::Resources::RepositorySet#enable (method)">#enable</a></span>
1139
+
1140
+ <small>KatelloApi::Resources::RepositorySet</small>
1141
+
1142
+ </li>
1143
+
1144
+
1145
+ <li class="r2 ">
1146
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#enable-instance_method" title="KatelloApi::Resources::Repository#enable (method)">#enable</a></span>
1147
+
1148
+ <small>KatelloApi::Resources::Repository</small>
1149
+
1150
+ </li>
1151
+
1152
+
1153
+ <li class="r1 ">
1154
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#enabled_repos-instance_method" title="KatelloApi::Resources::System#enabled_repos (method)">#enabled_repos</a></span>
1155
+
1156
+ <small>KatelloApi::Resources::System</small>
1157
+
1158
+ </li>
1159
+
1160
+
1161
+ <li class="r2 ">
1162
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#errata-instance_method" title="KatelloApi::Resources::System#errata (method)">#errata</a></span>
1163
+
1164
+ <small>KatelloApi::Resources::System</small>
1165
+
1166
+ </li>
1167
+
1168
+
1169
+ <li class="r1 ">
1170
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#export-instance_method" title="KatelloApi::Resources::Template#export (method)">#export</a></span>
1171
+
1172
+ <small>KatelloApi::Resources::Template</small>
1173
+
1174
+ </li>
1175
+
1176
+
1177
+ <li class="r2 ">
1178
+ <span class='object_link'><a href="KatelloApi/Generator/Base.html#generate-instance_method" title="KatelloApi::Generator::Base#generate (method)">#generate</a></span>
1179
+
1180
+ <small>KatelloApi::Generator::Base</small>
1181
+
1182
+ </li>
1183
+
1184
+
1185
+ <li class="r1 ">
1186
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#gpg_key_content-instance_method" title="KatelloApi::Resources::Repository#gpg_key_content (method)">#gpg_key_content</a></span>
1187
+
1188
+ <small>KatelloApi::Resources::Repository</small>
1189
+
1190
+ </li>
1191
+
1192
+
1193
+ <li class="r2 ">
1194
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#history-instance_method" title="KatelloApi::Resources::SystemGroup#history (method)">#history</a></span>
1195
+
1196
+ <small>KatelloApi::Resources::SystemGroup</small>
1197
+
1198
+ </li>
1199
+
1200
+
1201
+ <li class="r1 ">
1202
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#history_show-instance_method" title="KatelloApi::Resources::SystemGroup#history_show (method)">#history_show</a></span>
1203
+
1204
+ <small>KatelloApi::Resources::SystemGroup</small>
1205
+
1206
+ </li>
1207
+
1208
+
1209
+ <li class="r2 ">
1210
+ <span class='object_link'><a href="KatelloApi/Base.html#http_call-instance_method" title="KatelloApi::Base#http_call (method)">#http_call</a></span>
1211
+
1212
+ <small>KatelloApi::Base</small>
1213
+
1214
+ </li>
1215
+
1216
+
1217
+ <li class="r1 ">
1218
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#hypervisors_update-instance_method" title="KatelloApi::Resources::System#hypervisors_update (method)">#hypervisors_update</a></span>
1219
+
1220
+ <small>KatelloApi::Resources::System</small>
1221
+
1222
+ </li>
1223
+
1224
+
1225
+ <li class="r2 ">
1226
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#import-instance_method" title="KatelloApi::Resources::Template#import (method)">#import</a></span>
1227
+
1228
+ <small>KatelloApi::Resources::Template</small>
1229
+
1230
+ </li>
1231
+
1232
+
1233
+ <li class="r1 ">
1234
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#import_manifest-instance_method" title="KatelloApi::Resources::Provider#import_manifest (method)">#import_manifest</a></span>
1235
+
1236
+ <small>KatelloApi::Resources::Provider</small>
1237
+
1238
+ </li>
1239
+
1240
+
1241
+ <li class="r2 ">
1242
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#import_products-instance_method" title="KatelloApi::Resources::Provider#import_products (method)">#import_products</a></span>
1243
+
1244
+ <small>KatelloApi::Resources::Provider</small>
1245
+
1246
+ </li>
1247
+
1248
+
1249
+ <li class="r1 ">
1250
+ <span class='object_link'><a href="KatelloApi/Resources/Role.html#index-instance_method" title="KatelloApi::Resources::Role#index (method)">#index</a></span>
1251
+
1252
+ <small>KatelloApi::Resources::Role</small>
1253
+
1254
+ </li>
1255
+
1256
+
1257
+ <li class="r2 ">
1258
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#index-instance_method" title="KatelloApi::Resources::ActivationKey#index (method)">#index</a></span>
1259
+
1260
+ <small>KatelloApi::Resources::ActivationKey</small>
1261
+
1262
+ </li>
1263
+
1264
+
1265
+ <li class="r1 ">
1266
+ <span class='object_link'><a href="KatelloApi/Resources/Permission.html#index-instance_method" title="KatelloApi::Resources::Permission#index (method)">#index</a></span>
1267
+
1268
+ <small>KatelloApi::Resources::Permission</small>
1269
+
1270
+ </li>
1271
+
1272
+
1273
+ <li class="r2 ">
1274
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#index-instance_method" title="KatelloApi::Resources::System#index (method)">#index</a></span>
1275
+
1276
+ <small>KatelloApi::Resources::System</small>
1277
+
1278
+ </li>
1279
+
1280
+
1281
+ <li class="r1 ">
1282
+ <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#index-instance_method" title="KatelloApi::Resources::HardwareModel#index (method)">#index</a></span>
1283
+
1284
+ <small>KatelloApi::Resources::HardwareModel</small>
1285
+
1286
+ </li>
1287
+
1288
+
1289
+ <li class="r2 ">
1290
+ <span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#index-instance_method" title="KatelloApi::Resources::RepositorySet#index (method)">#index</a></span>
1291
+
1292
+ <small>KatelloApi::Resources::RepositorySet</small>
1293
+
1294
+ </li>
1295
+
1296
+
1297
+ <li class="r1 ">
1298
+ <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#index-instance_method" title="KatelloApi::Resources::Subnet#index (method)">#index</a></span>
1299
+
1300
+ <small>KatelloApi::Resources::Subnet</small>
1301
+
1302
+ </li>
1303
+
1304
+
1305
+ <li class="r2 ">
1306
+ <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#index-instance_method" title="KatelloApi::Resources::ConfigTemplate#index (method)">#index</a></span>
1307
+
1308
+ <small>KatelloApi::Resources::ConfigTemplate</small>
1309
+
1310
+ </li>
1311
+
1312
+
1313
+ <li class="r1 ">
1314
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#index-instance_method" title="KatelloApi::Resources::ContentViewDefinition#index (method)">#index</a></span>
1315
+
1316
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
1317
+
1318
+ </li>
1319
+
1320
+
1321
+ <li class="r2 ">
1322
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#index-instance_method" title="KatelloApi::Resources::Template#index (method)">#index</a></span>
1323
+
1324
+ <small>KatelloApi::Resources::Template</small>
1325
+
1326
+ </li>
1327
+
1328
+
1329
+ <li class="r1 ">
1330
+ <span class='object_link'><a href="KatelloApi/Resources/Domain.html#index-instance_method" title="KatelloApi::Resources::Domain#index (method)">#index</a></span>
1331
+
1332
+ <small>KatelloApi::Resources::Domain</small>
1333
+
1334
+ </li>
1335
+
1336
+
1337
+ <li class="r2 ">
1338
+ <span class='object_link'><a href="KatelloApi/Resources/Sync.html#index-instance_method" title="KatelloApi::Resources::Sync#index (method)">#index</a></span>
1339
+
1340
+ <small>KatelloApi::Resources::Sync</small>
1341
+
1342
+ </li>
1343
+
1344
+
1345
+ <li class="r1 ">
1346
+ <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#index-instance_method" title="KatelloApi::Resources::ContentView#index (method)">#index</a></span>
1347
+
1348
+ <small>KatelloApi::Resources::ContentView</small>
1349
+
1350
+ </li>
1351
+
1352
+
1353
+ <li class="r2 ">
1354
+ <span class='object_link'><a href="KatelloApi/Resources/Distribution.html#index-instance_method" title="KatelloApi::Resources::Distribution#index (method)">#index</a></span>
1355
+
1356
+ <small>KatelloApi::Resources::Distribution</small>
1357
+
1358
+ </li>
1359
+
1360
+
1361
+ <li class="r1 ">
1362
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#index-instance_method" title="KatelloApi::Resources::User#index (method)">#index</a></span>
1363
+
1364
+ <small>KatelloApi::Resources::User</small>
1365
+
1366
+ </li>
1367
+
1368
+
1369
+ <li class="r2 ">
1370
+ <span class='object_link'><a href="KatelloApi/Resources/Environment.html#index-instance_method" title="KatelloApi::Resources::Environment#index (method)">#index</a></span>
1371
+
1372
+ <small>KatelloApi::Resources::Environment</small>
1373
+
1374
+ </li>
1375
+
1376
+
1377
+ <li class="r1 ">
1378
+ <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#index-instance_method" title="KatelloApi::Resources::Architecture#index (method)">#index</a></span>
1379
+
1380
+ <small>KatelloApi::Resources::Architecture</small>
1381
+
1382
+ </li>
1383
+
1384
+
1385
+ <li class="r2 ">
1386
+ <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#index-instance_method" title="KatelloApi::Resources::Changeset#index (method)">#index</a></span>
1387
+
1388
+ <small>KatelloApi::Resources::Changeset</small>
1389
+
1390
+ </li>
1391
+
1392
+
1393
+ <li class="r1 ">
1394
+ <span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#index-instance_method" title="KatelloApi::Resources::RoleLdapGroup#index (method)">#index</a></span>
1395
+
1396
+ <small>KatelloApi::Resources::RoleLdapGroup</small>
1397
+
1398
+ </li>
1399
+
1400
+
1401
+ <li class="r2 ">
1402
+ <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#index-instance_method" title="KatelloApi::Resources::ComputeResource#index (method)">#index</a></span>
1403
+
1404
+ <small>KatelloApi::Resources::ComputeResource</small>
1405
+
1406
+ </li>
1407
+
1408
+
1409
+ <li class="r1 ">
1410
+ <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#index-instance_method" title="KatelloApi::Resources::SyncPlan#index (method)">#index</a></span>
1411
+
1412
+ <small>KatelloApi::Resources::SyncPlan</small>
1413
+
1414
+ </li>
1415
+
1416
+
1417
+ <li class="r2 ">
1418
+ <span class='object_link'><a href="KatelloApi/Resources/Task.html#index-instance_method" title="KatelloApi::Resources::Task#index (method)">#index</a></span>
1419
+
1420
+ <small>KatelloApi::Resources::Task</small>
1421
+
1422
+ </li>
1423
+
1424
+
1425
+ <li class="r1 ">
1426
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#index-instance_method" title="KatelloApi::Resources::SystemGroup#index (method)">#index</a></span>
1427
+
1428
+ <small>KatelloApi::Resources::SystemGroup</small>
1429
+
1430
+ </li>
1431
+
1432
+
1433
+ <li class="r2 ">
1434
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#index-instance_method" title="KatelloApi::Resources::Provider#index (method)">#index</a></span>
1435
+
1436
+ <small>KatelloApi::Resources::Provider</small>
1437
+
1438
+ </li>
1439
+
1440
+
1441
+ <li class="r1 ">
1442
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html#index-instance_method" title="KatelloApi::Resources::SystemGroupErratum#index (method)">#index</a></span>
1443
+
1444
+ <small>KatelloApi::Resources::SystemGroupErratum</small>
1445
+
1446
+ </li>
1447
+
1448
+
1449
+ <li class="r2 ">
1450
+ <span class='object_link'><a href="KatelloApi/Resources/Crl.html#index-instance_method" title="KatelloApi::Resources::Crl#index (method)">#index</a></span>
1451
+
1452
+ <small>KatelloApi::Resources::Crl</small>
1453
+
1454
+ </li>
1455
+
1456
+
1457
+ <li class="r1 ">
1458
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#index-instance_method" title="KatelloApi::Resources::Distributor#index (method)">#index</a></span>
1459
+
1460
+ <small>KatelloApi::Resources::Distributor</small>
1461
+
1462
+ </li>
1463
+
1464
+
1465
+ <li class="r2 ">
1466
+ <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#index-instance_method" title="KatelloApi::Resources::SmartProxy#index (method)">#index</a></span>
1467
+
1468
+ <small>KatelloApi::Resources::SmartProxy</small>
1469
+
1470
+ </li>
1471
+
1472
+
1473
+ <li class="r1 ">
1474
+ <span class='object_link'><a href="KatelloApi/Resources/Organization.html#index-instance_method" title="KatelloApi::Resources::Organization#index (method)">#index</a></span>
1475
+
1476
+ <small>KatelloApi::Resources::Organization</small>
1477
+
1478
+ </li>
1479
+
1480
+
1481
+ <li class="r2 ">
1482
+ <span class='object_link'><a href="KatelloApi/Resources/Erratum.html#index-instance_method" title="KatelloApi::Resources::Erratum#index (method)">#index</a></span>
1483
+
1484
+ <small>KatelloApi::Resources::Erratum</small>
1485
+
1486
+ </li>
1487
+
1488
+
1489
+ <li class="r1 ">
1490
+ <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#index-instance_method" title="KatelloApi::Resources::Subscription#index (method)">#index</a></span>
1491
+
1492
+ <small>KatelloApi::Resources::Subscription</small>
1493
+
1494
+ </li>
1495
+
1496
+
1497
+ <li class="r2 ">
1498
+ <span class='object_link'><a href="KatelloApi/Resources/Package.html#index-instance_method" title="KatelloApi::Resources::Package#index (method)">#index</a></span>
1499
+
1500
+ <small>KatelloApi::Resources::Package</small>
1501
+
1502
+ </li>
1503
+
1504
+
1505
+ <li class="r1 ">
1506
+ <span class='object_link'><a href="KatelloApi/Resources/Ping.html#index-instance_method" title="KatelloApi::Resources::Ping#index (method)">#index</a></span>
1507
+
1508
+ <small>KatelloApi::Resources::Ping</small>
1509
+
1510
+ </li>
1511
+
1512
+
1513
+ <li class="r2 ">
1514
+ <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#index-instance_method" title="KatelloApi::Resources::GpgKey#index (method)">#index</a></span>
1515
+
1516
+ <small>KatelloApi::Resources::GpgKey</small>
1517
+
1518
+ </li>
1519
+
1520
+
1521
+ <li class="r1 ">
1522
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#index-instance_method" title="KatelloApi::Resources::Product#index (method)">#index</a></span>
1523
+
1524
+ <small>KatelloApi::Resources::Product</small>
1525
+
1526
+ </li>
1527
+
1528
+
1529
+ <li class="r2 ">
1530
+ <span class='object_link'><a href="KatelloApi/Base.html#initialize-instance_method" title="KatelloApi::Base#initialize (method)">#initialize</a></span>
1531
+
1532
+ <small>KatelloApi::Base</small>
1533
+
1534
+ </li>
1535
+
1536
+
1537
+ <li class="r1 ">
1538
+ <span class='object_link'><a href="KatelloApi/Generator/Base.html#initialize-instance_method" title="KatelloApi::Generator::Base#initialize (method)">#initialize</a></span>
1539
+
1540
+ <small>KatelloApi::Generator::Base</small>
1541
+
1542
+ </li>
1543
+
1544
+
1545
+ <li class="r2 ">
1546
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#list_content_view_definition_products-instance_method" title="KatelloApi::Resources::Product#list_content_view_definition_products (method)">#list_content_view_definition_products</a></span>
1547
+
1548
+ <small>KatelloApi::Resources::Product</small>
1549
+
1550
+ </li>
1551
+
1552
+
1553
+ <li class="r1 ">
1554
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#list_content_view_definition_repositories-instance_method" title="KatelloApi::Resources::Repository#list_content_view_definition_repositories (method)">#list_content_view_definition_repositories</a></span>
1555
+
1556
+ <small>KatelloApi::Resources::Repository</small>
1557
+
1558
+ </li>
1559
+
1560
+
1561
+ <li class="r2 ">
1562
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#list_roles-instance_method" title="KatelloApi::Resources::User#list_roles (method)">#list_roles</a></span>
1563
+
1564
+ <small>KatelloApi::Resources::User</small>
1565
+
1566
+ </li>
1567
+
1568
+
1569
+ <li class="r1 ">
1570
+ <span class='object_link'><a href="KatelloApi/Resources/Statu.html#memory-instance_method" title="KatelloApi::Resources::Statu#memory (method)">#memory</a></span>
1571
+
1572
+ <small>KatelloApi::Resources::Statu</small>
1573
+
1574
+ </li>
1575
+
1576
+
1577
+ <li class="r2 ">
1578
+ <span class='object_link'><a href="KatelloApi/Base.html#method_doc-class_method" title="KatelloApi::Base.method_doc (method)">method_doc</a></span>
1579
+
1580
+ <small>KatelloApi::Base</small>
1581
+
1582
+ </li>
1583
+
1584
+
1585
+ <li class="r1 ">
1586
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#package_group_categories-instance_method" title="KatelloApi::Resources::Repository#package_group_categories (method)">#package_group_categories</a></span>
1587
+
1588
+ <small>KatelloApi::Resources::Repository</small>
1589
+
1590
+ </li>
1591
+
1592
+
1593
+ <li class="r2 ">
1594
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#package_groups-instance_method" title="KatelloApi::Resources::Repository#package_groups (method)">#package_groups</a></span>
1595
+
1596
+ <small>KatelloApi::Resources::Repository</small>
1597
+
1598
+ </li>
1599
+
1600
+
1601
+ <li class="r1 ">
1602
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#package_profile-instance_method" title="KatelloApi::Resources::System#package_profile (method)">#package_profile</a></span>
1603
+
1604
+ <small>KatelloApi::Resources::System</small>
1605
+
1606
+ </li>
1607
+
1608
+
1609
+ <li class="r2 ">
1610
+ <span class='object_link'><a href="KatelloApi/Base.html#perform_call-instance_method" title="KatelloApi::Base#perform_call (method)">#perform_call</a></span>
1611
+
1612
+ <small>KatelloApi::Base</small>
1613
+
1614
+ </li>
1615
+
1616
+
1617
+ <li class="r1 ">
1618
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#pools-instance_method" title="KatelloApi::Resources::System#pools (method)">#pools</a></span>
1619
+
1620
+ <small>KatelloApi::Resources::System</small>
1621
+
1622
+ </li>
1623
+
1624
+
1625
+ <li class="r2 ">
1626
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#pools-instance_method" title="KatelloApi::Resources::Distributor#pools (method)">#pools</a></span>
1627
+
1628
+ <small>KatelloApi::Resources::Distributor</small>
1629
+
1630
+ </li>
1631
+
1632
+
1633
+ <li class="r1 ">
1634
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#product_create-instance_method" title="KatelloApi::Resources::Provider#product_create (method)">#product_create</a></span>
1635
+
1636
+ <small>KatelloApi::Resources::Provider</small>
1637
+
1638
+ </li>
1639
+
1640
+
1641
+ <li class="r2 ">
1642
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#products-instance_method" title="KatelloApi::Resources::Provider#products (method)">#products</a></span>
1643
+
1644
+ <small>KatelloApi::Resources::Provider</small>
1645
+
1646
+ </li>
1647
+
1648
+
1649
+ <li class="r1 ">
1650
+ <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#promote-instance_method" title="KatelloApi::Resources::ContentView#promote (method)">#promote</a></span>
1651
+
1652
+ <small>KatelloApi::Resources::ContentView</small>
1653
+
1654
+ </li>
1655
+
1656
+
1657
+ <li class="r2 ">
1658
+ <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#promote-instance_method" title="KatelloApi::Resources::Changeset#promote (method)">#promote</a></span>
1659
+
1660
+ <small>KatelloApi::Resources::Changeset</small>
1661
+
1662
+ </li>
1663
+
1664
+
1665
+ <li class="r1 ">
1666
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#publish-instance_method" title="KatelloApi::Resources::ContentViewDefinition#publish (method)">#publish</a></span>
1667
+
1668
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
1669
+
1670
+ </li>
1671
+
1672
+
1673
+ <li class="r2 ">
1674
+ <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#refresh-instance_method" title="KatelloApi::Resources::ContentView#refresh (method)">#refresh</a></span>
1675
+
1676
+ <small>KatelloApi::Resources::ContentView</small>
1677
+
1678
+ </li>
1679
+
1680
+
1681
+ <li class="r1 ">
1682
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#refresh_products-instance_method" title="KatelloApi::Resources::Provider#refresh_products (method)">#refresh_products</a></span>
1683
+
1684
+ <small>KatelloApi::Resources::Provider</small>
1685
+
1686
+ </li>
1687
+
1688
+
1689
+ <li class="r2 ">
1690
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#regenerate_identity_certificates-instance_method" title="KatelloApi::Resources::System#regenerate_identity_certificates (method)">#regenerate_identity_certificates</a></span>
1691
+
1692
+ <small>KatelloApi::Resources::System</small>
1693
+
1694
+ </li>
1695
+
1696
+
1697
+ <li class="r1 ">
1698
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#releases-instance_method" title="KatelloApi::Resources::System#releases (method)">#releases</a></span>
1699
+
1700
+ <small>KatelloApi::Resources::System</small>
1701
+
1702
+ </li>
1703
+
1704
+
1705
+ <li class="r2 ">
1706
+ <span class='object_link'><a href="KatelloApi/Resources/Environment.html#releases-instance_method" title="KatelloApi::Resources::Environment#releases (method)">#releases</a></span>
1707
+
1708
+ <small>KatelloApi::Resources::Environment</small>
1709
+
1710
+ </li>
1711
+
1712
+
1713
+ <li class="r1 ">
1714
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#remove_content_view-instance_method" title="KatelloApi::Resources::ChangesetsContent#remove_content_view (method)">#remove_content_view</a></span>
1715
+
1716
+ <small>KatelloApi::Resources::ChangesetsContent</small>
1717
+
1718
+ </li>
1719
+
1720
+
1721
+ <li class="r2 ">
1722
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#remove_distribution-instance_method" title="KatelloApi::Resources::ChangesetsContent#remove_distribution (method)">#remove_distribution</a></span>
1723
+
1724
+ <small>KatelloApi::Resources::ChangesetsContent</small>
1725
+
1726
+ </li>
1727
+
1728
+
1729
+ <li class="r1 ">
1730
+ <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_distribution-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_distribution (method)">#remove_distribution</a></span>
1731
+
1732
+ <small>KatelloApi::Resources::TemplatesContent</small>
1733
+
1734
+ </li>
1735
+
1736
+
1737
+ <li class="r2 ">
1738
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#remove_erratum-instance_method" title="KatelloApi::Resources::ChangesetsContent#remove_erratum (method)">#remove_erratum</a></span>
1739
+
1740
+ <small>KatelloApi::Resources::ChangesetsContent</small>
1741
+
1742
+ </li>
1743
+
1744
+
1745
+ <li class="r1 ">
1746
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#remove_package-instance_method" title="KatelloApi::Resources::ChangesetsContent#remove_package (method)">#remove_package</a></span>
1747
+
1748
+ <small>KatelloApi::Resources::ChangesetsContent</small>
1749
+
1750
+ </li>
1751
+
1752
+
1753
+ <li class="r2 ">
1754
+ <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_package-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_package (method)">#remove_package</a></span>
1755
+
1756
+ <small>KatelloApi::Resources::TemplatesContent</small>
1757
+
1758
+ </li>
1759
+
1760
+
1761
+ <li class="r1 ">
1762
+ <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_package_group-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_package_group (method)">#remove_package_group</a></span>
1763
+
1764
+ <small>KatelloApi::Resources::TemplatesContent</small>
1765
+
1766
+ </li>
1767
+
1768
+
1769
+ <li class="r2 ">
1770
+ <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_package_group_category-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_package_group_category (method)">#remove_package_group_category</a></span>
1771
+
1772
+ <small>KatelloApi::Resources::TemplatesContent</small>
1773
+
1774
+ </li>
1775
+
1776
+
1777
+ <li class="r1 ">
1778
+ <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_parameter-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_parameter (method)">#remove_parameter</a></span>
1779
+
1780
+ <small>KatelloApi::Resources::TemplatesContent</small>
1781
+
1782
+ </li>
1783
+
1784
+
1785
+ <li class="r2 ">
1786
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#remove_pool-instance_method" title="KatelloApi::Resources::ActivationKey#remove_pool (method)">#remove_pool</a></span>
1787
+
1788
+ <small>KatelloApi::Resources::ActivationKey</small>
1789
+
1790
+ </li>
1791
+
1792
+
1793
+ <li class="r1 ">
1794
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#remove_product-instance_method" title="KatelloApi::Resources::ChangesetsContent#remove_product (method)">#remove_product</a></span>
1795
+
1796
+ <small>KatelloApi::Resources::ChangesetsContent</small>
1797
+
1798
+ </li>
1799
+
1800
+
1801
+ <li class="r2 ">
1802
+ <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_repo-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_repo (method)">#remove_repo</a></span>
1803
+
1804
+ <small>KatelloApi::Resources::TemplatesContent</small>
1805
+
1806
+ </li>
1807
+
1808
+
1809
+ <li class="r1 ">
1810
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#remove_repo-instance_method" title="KatelloApi::Resources::ChangesetsContent#remove_repo (method)">#remove_repo</a></span>
1811
+
1812
+ <small>KatelloApi::Resources::ChangesetsContent</small>
1813
+
1814
+ </li>
1815
+
1816
+
1817
+ <li class="r2 ">
1818
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#remove_role-instance_method" title="KatelloApi::Resources::User#remove_role (method)">#remove_role</a></span>
1819
+
1820
+ <small>KatelloApi::Resources::User</small>
1821
+
1822
+ </li>
1823
+
1824
+
1825
+ <li class="r1 ">
1826
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#remove_sync_plan-instance_method" title="KatelloApi::Resources::Product#remove_sync_plan (method)">#remove_sync_plan</a></span>
1827
+
1828
+ <small>KatelloApi::Resources::Product</small>
1829
+
1830
+ </li>
1831
+
1832
+
1833
+ <li class="r2 ">
1834
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#remove_system_groups-instance_method" title="KatelloApi::Resources::ActivationKey#remove_system_groups (method)">#remove_system_groups</a></span>
1835
+
1836
+ <small>KatelloApi::Resources::ActivationKey</small>
1837
+
1838
+ </li>
1839
+
1840
+
1841
+ <li class="r1 ">
1842
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#remove_system_groups-instance_method" title="KatelloApi::Resources::System#remove_system_groups (method)">#remove_system_groups</a></span>
1843
+
1844
+ <small>KatelloApi::Resources::System</small>
1845
+
1846
+ </li>
1847
+
1848
+
1849
+ <li class="r2 ">
1850
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#remove_systems-instance_method" title="KatelloApi::Resources::SystemGroup#remove_systems (method)">#remove_systems</a></span>
1851
+
1852
+ <small>KatelloApi::Resources::SystemGroup</small>
1853
+
1854
+ </li>
1855
+
1856
+
1857
+ <li class="r1 ">
1858
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#remove_template-instance_method" title="KatelloApi::Resources::ChangesetsContent#remove_template (method)">#remove_template</a></span>
1859
+
1860
+ <small>KatelloApi::Resources::ChangesetsContent</small>
1861
+
1862
+ </li>
1863
+
1864
+
1865
+ <li class="r2 ">
1866
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#report-instance_method" title="KatelloApi::Resources::Distributor#report (method)">#report</a></span>
1867
+
1868
+ <small>KatelloApi::Resources::Distributor</small>
1869
+
1870
+ </li>
1871
+
1872
+
1873
+ <li class="r1 ">
1874
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#report-instance_method" title="KatelloApi::Resources::System#report (method)">#report</a></span>
1875
+
1876
+ <small>KatelloApi::Resources::System</small>
1877
+
1878
+ </li>
1879
+
1880
+
1881
+ <li class="r2 ">
1882
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#report-instance_method" title="KatelloApi::Resources::User#report (method)">#report</a></span>
1883
+
1884
+ <small>KatelloApi::Resources::User</small>
1885
+
1886
+ </li>
1887
+
1888
+
1889
+ <li class="r1 ">
1890
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#repositories-instance_method" title="KatelloApi::Resources::Product#repositories (method)">#repositories</a></span>
1891
+
1892
+ <small>KatelloApi::Resources::Product</small>
1893
+
1894
+ </li>
1895
+
1896
+
1897
+ <li class="r2 ">
1898
+ <span class='object_link'><a href="KatelloApi/Resources/Environment.html#repositories-instance_method" title="KatelloApi::Resources::Environment#repositories (method)">#repositories</a></span>
1899
+
1900
+ <small>KatelloApi::Resources::Environment</small>
1901
+
1902
+ </li>
1903
+
1904
+
1905
+ <li class="r1 ">
1906
+ <span class='object_link'><a href="KatelloApi/Generator/Base.html#resource-instance_method" title="KatelloApi::Generator::Base#resource (method)">#resource</a></span>
1907
+
1908
+ <small>KatelloApi::Generator::Base</small>
1909
+
1910
+ </li>
1911
+
1912
+
1913
+ <li class="r2 ">
1914
+ <span class='object_link'><a href="KatelloApi/Generator/Base.html#resource_key-instance_method" title="KatelloApi::Generator::Base#resource_key (method)">#resource_key</a></span>
1915
+
1916
+ <small>KatelloApi::Generator::Base</small>
1917
+
1918
+ </li>
1919
+
1920
+
1921
+ <li class="r1 ">
1922
+ <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#revision-instance_method" title="KatelloApi::Resources::ConfigTemplate#revision (method)">#revision</a></span>
1923
+
1924
+ <small>KatelloApi::Resources::ConfigTemplate</small>
1925
+
1926
+ </li>
1927
+
1928
+
1929
+ <li class="r2 ">
1930
+ <span class='object_link'><a href="KatelloApi/Resources/Environment.html#rhsm_index-instance_method" title="KatelloApi::Resources::Environment#rhsm_index (method)">#rhsm_index</a></span>
1931
+
1932
+ <small>KatelloApi::Resources::Environment</small>
1933
+
1934
+ </li>
1935
+
1936
+
1937
+ <li class="r1 ">
1938
+ <span class='object_link'><a href="KatelloApi.html#root-class_method" title="KatelloApi.root (method)">root</a></span>
1939
+
1940
+ <small>KatelloApi</small>
1941
+
1942
+ </li>
1943
+
1944
+
1945
+ <li class="r2 ">
1946
+ <span class='object_link'><a href="KatelloApi/Resources/Package.html#search-instance_method" title="KatelloApi::Resources::Package#search (method)">#search</a></span>
1947
+
1948
+ <small>KatelloApi::Resources::Package</small>
1949
+
1950
+ </li>
1951
+
1952
+
1953
+ <li class="r1 ">
1954
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#set_sync_plan-instance_method" title="KatelloApi::Resources::Product#set_sync_plan (method)">#set_sync_plan</a></span>
1955
+
1956
+ <small>KatelloApi::Resources::Product</small>
1957
+
1958
+ </li>
1959
+
1960
+
1961
+ <li class="r2 ">
1962
+ <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#show-instance_method" title="KatelloApi::Resources::SmartProxy#show (method)">#show</a></span>
1963
+
1964
+ <small>KatelloApi::Resources::SmartProxy</small>
1965
+
1966
+ </li>
1967
+
1968
+
1969
+ <li class="r1 ">
1970
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#show-instance_method" title="KatelloApi::Resources::System#show (method)">#show</a></span>
1971
+
1972
+ <small>KatelloApi::Resources::System</small>
1973
+
1974
+ </li>
1975
+
1976
+
1977
+ <li class="r2 ">
1978
+ <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#show-instance_method" title="KatelloApi::Resources::HardwareModel#show (method)">#show</a></span>
1979
+
1980
+ <small>KatelloApi::Resources::HardwareModel</small>
1981
+
1982
+ </li>
1983
+
1984
+
1985
+ <li class="r1 ">
1986
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#show-instance_method" title="KatelloApi::Resources::Repository#show (method)">#show</a></span>
1987
+
1988
+ <small>KatelloApi::Resources::Repository</small>
1989
+
1990
+ </li>
1991
+
1992
+
1993
+ <li class="r2 ">
1994
+ <span class='object_link'><a href="KatelloApi/Resources/Permission.html#show-instance_method" title="KatelloApi::Resources::Permission#show (method)">#show</a></span>
1995
+
1996
+ <small>KatelloApi::Resources::Permission</small>
1997
+
1998
+ </li>
1999
+
2000
+
2001
+ <li class="r1 ">
2002
+ <span class='object_link'><a href="KatelloApi/Resources/Role.html#show-instance_method" title="KatelloApi::Resources::Role#show (method)">#show</a></span>
2003
+
2004
+ <small>KatelloApi::Resources::Role</small>
2005
+
2006
+ </li>
2007
+
2008
+
2009
+ <li class="r2 ">
2010
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#show-instance_method" title="KatelloApi::Resources::User#show (method)">#show</a></span>
2011
+
2012
+ <small>KatelloApi::Resources::User</small>
2013
+
2014
+ </li>
2015
+
2016
+
2017
+ <li class="r1 ">
2018
+ <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#show-instance_method" title="KatelloApi::Resources::Subnet#show (method)">#show</a></span>
2019
+
2020
+ <small>KatelloApi::Resources::Subnet</small>
2021
+
2022
+ </li>
2023
+
2024
+
2025
+ <li class="r2 ">
2026
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#show-instance_method" title="KatelloApi::Resources::Template#show (method)">#show</a></span>
2027
+
2028
+ <small>KatelloApi::Resources::Template</small>
2029
+
2030
+ </li>
2031
+
2032
+
2033
+ <li class="r1 ">
2034
+ <span class='object_link'><a href="KatelloApi/Resources/Distribution.html#show-instance_method" title="KatelloApi::Resources::Distribution#show (method)">#show</a></span>
2035
+
2036
+ <small>KatelloApi::Resources::Distribution</small>
2037
+
2038
+ </li>
2039
+
2040
+
2041
+ <li class="r2 ">
2042
+ <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#show-instance_method" title="KatelloApi::Resources::Architecture#show (method)">#show</a></span>
2043
+
2044
+ <small>KatelloApi::Resources::Architecture</small>
2045
+
2046
+ </li>
2047
+
2048
+
2049
+ <li class="r1 ">
2050
+ <span class='object_link'><a href="KatelloApi/Resources/Domain.html#show-instance_method" title="KatelloApi::Resources::Domain#show (method)">#show</a></span>
2051
+
2052
+ <small>KatelloApi::Resources::Domain</small>
2053
+
2054
+ </li>
2055
+
2056
+
2057
+ <li class="r2 ">
2058
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#show-instance_method" title="KatelloApi::Resources::ContentViewDefinition#show (method)">#show</a></span>
2059
+
2060
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
2061
+
2062
+ </li>
2063
+
2064
+
2065
+ <li class="r1 ">
2066
+ <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#show-instance_method" title="KatelloApi::Resources::ConfigTemplate#show (method)">#show</a></span>
2067
+
2068
+ <small>KatelloApi::Resources::ConfigTemplate</small>
2069
+
2070
+ </li>
2071
+
2072
+
2073
+ <li class="r2 ">
2074
+ <span class='object_link'><a href="KatelloApi/Resources/Environment.html#show-instance_method" title="KatelloApi::Resources::Environment#show (method)">#show</a></span>
2075
+
2076
+ <small>KatelloApi::Resources::Environment</small>
2077
+
2078
+ </li>
2079
+
2080
+
2081
+ <li class="r1 ">
2082
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#show-instance_method" title="KatelloApi::Resources::Product#show (method)">#show</a></span>
2083
+
2084
+ <small>KatelloApi::Resources::Product</small>
2085
+
2086
+ </li>
2087
+
2088
+
2089
+ <li class="r2 ">
2090
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#show-instance_method" title="KatelloApi::Resources::Provider#show (method)">#show</a></span>
2091
+
2092
+ <small>KatelloApi::Resources::Provider</small>
2093
+
2094
+ </li>
2095
+
2096
+
2097
+ <li class="r1 ">
2098
+ <span class='object_link'><a href="KatelloApi/Resources/Task.html#show-instance_method" title="KatelloApi::Resources::Task#show (method)">#show</a></span>
2099
+
2100
+ <small>KatelloApi::Resources::Task</small>
2101
+
2102
+ </li>
2103
+
2104
+
2105
+ <li class="r2 ">
2106
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#show-instance_method" title="KatelloApi::Resources::ActivationKey#show (method)">#show</a></span>
2107
+
2108
+ <small>KatelloApi::Resources::ActivationKey</small>
2109
+
2110
+ </li>
2111
+
2112
+
2113
+ <li class="r1 ">
2114
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#show-instance_method" title="KatelloApi::Resources::SystemGroup#show (method)">#show</a></span>
2115
+
2116
+ <small>KatelloApi::Resources::SystemGroup</small>
2117
+
2118
+ </li>
2119
+
2120
+
2121
+ <li class="r2 ">
2122
+ <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#show-instance_method" title="KatelloApi::Resources::Changeset#show (method)">#show</a></span>
2123
+
2124
+ <small>KatelloApi::Resources::Changeset</small>
2125
+
2126
+ </li>
2127
+
2128
+
2129
+ <li class="r1 ">
2130
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#show-instance_method" title="KatelloApi::Resources::Distributor#show (method)">#show</a></span>
2131
+
2132
+ <small>KatelloApi::Resources::Distributor</small>
2133
+
2134
+ </li>
2135
+
2136
+
2137
+ <li class="r2 ">
2138
+ <span class='object_link'><a href="KatelloApi/Resources/Uebercert.html#show-instance_method" title="KatelloApi::Resources::Uebercert#show (method)">#show</a></span>
2139
+
2140
+ <small>KatelloApi::Resources::Uebercert</small>
2141
+
2142
+ </li>
2143
+
2144
+
2145
+ <li class="r1 ">
2146
+ <span class='object_link'><a href="KatelloApi/Resources/Organization.html#show-instance_method" title="KatelloApi::Resources::Organization#show (method)">#show</a></span>
2147
+
2148
+ <small>KatelloApi::Resources::Organization</small>
2149
+
2150
+ </li>
2151
+
2152
+
2153
+ <li class="r2 ">
2154
+ <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#show-instance_method" title="KatelloApi::Resources::GpgKey#show (method)">#show</a></span>
2155
+
2156
+ <small>KatelloApi::Resources::GpgKey</small>
2157
+
2158
+ </li>
2159
+
2160
+
2161
+ <li class="r1 ">
2162
+ <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#show-instance_method" title="KatelloApi::Resources::ComputeResource#show (method)">#show</a></span>
2163
+
2164
+ <small>KatelloApi::Resources::ComputeResource</small>
2165
+
2166
+ </li>
2167
+
2168
+
2169
+ <li class="r2 ">
2170
+ <span class='object_link'><a href="KatelloApi/Resources/Erratum.html#show-instance_method" title="KatelloApi::Resources::Erratum#show (method)">#show</a></span>
2171
+
2172
+ <small>KatelloApi::Resources::Erratum</small>
2173
+
2174
+ </li>
2175
+
2176
+
2177
+ <li class="r1 ">
2178
+ <span class='object_link'><a href="KatelloApi/Resources/Package.html#show-instance_method" title="KatelloApi::Resources::Package#show (method)">#show</a></span>
2179
+
2180
+ <small>KatelloApi::Resources::Package</small>
2181
+
2182
+ </li>
2183
+
2184
+
2185
+ <li class="r2 ">
2186
+ <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#show-instance_method" title="KatelloApi::Resources::SyncPlan#show (method)">#show</a></span>
2187
+
2188
+ <small>KatelloApi::Resources::SyncPlan</small>
2189
+
2190
+ </li>
2191
+
2192
+
2193
+ <li class="r1 ">
2194
+ <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#show-instance_method" title="KatelloApi::Resources::ContentView#show (method)">#show</a></span>
2195
+
2196
+ <small>KatelloApi::Resources::ContentView</small>
2197
+
2198
+ </li>
2199
+
2200
+
2201
+ <li class="r2 ">
2202
+ <span class='object_link'><a href="KatelloApi/Generator/Base.html#source_root-class_method" title="KatelloApi::Generator::Base.source_root (method)">source_root</a></span>
2203
+
2204
+ <small>KatelloApi::Generator::Base</small>
2205
+
2206
+ </li>
2207
+
2208
+
2209
+ <li class="r1 ">
2210
+ <span class='object_link'><a href="KatelloApi/Generator/Base.html#start-class_method" title="KatelloApi::Generator::Base.start (method)">start</a></span>
2211
+
2212
+ <small>KatelloApi::Generator::Base</small>
2213
+
2214
+ </li>
2215
+
2216
+
2217
+ <li class="r2 ">
2218
+ <span class='object_link'><a href="KatelloApi/Resources/Ping.html#status-instance_method" title="KatelloApi::Resources::Ping#status (method)">#status</a></span>
2219
+
2220
+ <small>KatelloApi::Resources::Ping</small>
2221
+
2222
+ </li>
2223
+
2224
+
2225
+ <li class="r1 ">
2226
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#sync_complete-instance_method" title="KatelloApi::Resources::Repository#sync_complete (method)">#sync_complete</a></span>
2227
+
2228
+ <small>KatelloApi::Resources::Repository</small>
2229
+
2230
+ </li>
2231
+
2232
+
2233
+ <li class="r2 ">
2234
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#sync_ldap_roles-instance_method" title="KatelloApi::Resources::User#sync_ldap_roles (method)">#sync_ldap_roles</a></span>
2235
+
2236
+ <small>KatelloApi::Resources::User</small>
2237
+
2238
+ </li>
2239
+
2240
+
2241
+ <li class="r1 ">
2242
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#systems-instance_method" title="KatelloApi::Resources::SystemGroup#systems (method)">#systems</a></span>
2243
+
2244
+ <small>KatelloApi::Resources::SystemGroup</small>
2245
+
2246
+ </li>
2247
+
2248
+
2249
+ <li class="r2 ">
2250
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#task_show-instance_method" title="KatelloApi::Resources::System#task_show (method)">#task_show</a></span>
2251
+
2252
+ <small>KatelloApi::Resources::System</small>
2253
+
2254
+ </li>
2255
+
2256
+
2257
+ <li class="r1 ">
2258
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#task_show-instance_method" title="KatelloApi::Resources::Distributor#task_show (method)">#task_show</a></span>
2259
+
2260
+ <small>KatelloApi::Resources::Distributor</small>
2261
+
2262
+ </li>
2263
+
2264
+
2265
+ <li class="r2 ">
2266
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#tasks-instance_method" title="KatelloApi::Resources::Distributor#tasks (method)">#tasks</a></span>
2267
+
2268
+ <small>KatelloApi::Resources::Distributor</small>
2269
+
2270
+ </li>
2271
+
2272
+
2273
+ <li class="r1 ">
2274
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#tasks-instance_method" title="KatelloApi::Resources::System#tasks (method)">#tasks</a></span>
2275
+
2276
+ <small>KatelloApi::Resources::System</small>
2277
+
2278
+ </li>
2279
+
2280
+
2281
+ <li class="r2 ">
2282
+ <span class='object_link'><a href="KatelloApi/Resources/Role.html#update-instance_method" title="KatelloApi::Resources::Role#update (method)">#update</a></span>
2283
+
2284
+ <small>KatelloApi::Resources::Role</small>
2285
+
2286
+ </li>
2287
+
2288
+
2289
+ <li class="r1 ">
2290
+ <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#update-instance_method" title="KatelloApi::Resources::HardwareModel#update (method)">#update</a></span>
2291
+
2292
+ <small>KatelloApi::Resources::HardwareModel</small>
2293
+
2294
+ </li>
2295
+
2296
+
2297
+ <li class="r2 ">
2298
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#update-instance_method" title="KatelloApi::Resources::User#update (method)">#update</a></span>
2299
+
2300
+ <small>KatelloApi::Resources::User</small>
2301
+
2302
+ </li>
2303
+
2304
+
2305
+ <li class="r1 ">
2306
+ <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#update-instance_method" title="KatelloApi::Resources::SyncPlan#update (method)">#update</a></span>
2307
+
2308
+ <small>KatelloApi::Resources::SyncPlan</small>
2309
+
2310
+ </li>
2311
+
2312
+
2313
+ <li class="r2 ">
2314
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#update-instance_method" title="KatelloApi::Resources::ActivationKey#update (method)">#update</a></span>
2315
+
2316
+ <small>KatelloApi::Resources::ActivationKey</small>
2317
+
2318
+ </li>
2319
+
2320
+
2321
+ <li class="r1 ">
2322
+ <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#update-instance_method" title="KatelloApi::Resources::Architecture#update (method)">#update</a></span>
2323
+
2324
+ <small>KatelloApi::Resources::Architecture</small>
2325
+
2326
+ </li>
2327
+
2328
+
2329
+ <li class="r2 ">
2330
+ <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#update-instance_method" title="KatelloApi::Resources::Subnet#update (method)">#update</a></span>
2331
+
2332
+ <small>KatelloApi::Resources::Subnet</small>
2333
+
2334
+ </li>
2335
+
2336
+
2337
+ <li class="r1 ">
2338
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#update-instance_method" title="KatelloApi::Resources::Product#update (method)">#update</a></span>
2339
+
2340
+ <small>KatelloApi::Resources::Product</small>
2341
+
2342
+ </li>
2343
+
2344
+
2345
+ <li class="r2 ">
2346
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#update-instance_method" title="KatelloApi::Resources::System#update (method)">#update</a></span>
2347
+
2348
+ <small>KatelloApi::Resources::System</small>
2349
+
2350
+ </li>
2351
+
2352
+
2353
+ <li class="r1 ">
2354
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#update-instance_method" title="KatelloApi::Resources::SystemGroup#update (method)">#update</a></span>
2355
+
2356
+ <small>KatelloApi::Resources::SystemGroup</small>
2357
+
2358
+ </li>
2359
+
2360
+
2361
+ <li class="r2 ">
2362
+ <span class='object_link'><a href="KatelloApi/Resources/Organization.html#update-instance_method" title="KatelloApi::Resources::Organization#update (method)">#update</a></span>
2363
+
2364
+ <small>KatelloApi::Resources::Organization</small>
2365
+
2366
+ </li>
2367
+
2368
+
2369
+ <li class="r1 ">
2370
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#update-instance_method" title="KatelloApi::Resources::ContentViewDefinition#update (method)">#update</a></span>
2371
+
2372
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
2373
+
2374
+ </li>
2375
+
2376
+
2377
+ <li class="r2 ">
2378
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#update-instance_method" title="KatelloApi::Resources::Repository#update (method)">#update</a></span>
2379
+
2380
+ <small>KatelloApi::Resources::Repository</small>
2381
+
2382
+ </li>
2383
+
2384
+
2385
+ <li class="r1 ">
2386
+ <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#update-instance_method" title="KatelloApi::Resources::SystemPackage#update (method)">#update</a></span>
2387
+
2388
+ <small>KatelloApi::Resources::SystemPackage</small>
2389
+
2390
+ </li>
2391
+
2392
+
2393
+ <li class="r2 ">
2394
+ <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#update-instance_method" title="KatelloApi::Resources::ComputeResource#update (method)">#update</a></span>
2395
+
2396
+ <small>KatelloApi::Resources::ComputeResource</small>
2397
+
2398
+ </li>
2399
+
2400
+
2401
+ <li class="r1 ">
2402
+ <span class='object_link'><a href="KatelloApi/Resources/Domain.html#update-instance_method" title="KatelloApi::Resources::Domain#update (method)">#update</a></span>
2403
+
2404
+ <small>KatelloApi::Resources::Domain</small>
2405
+
2406
+ </li>
2407
+
2408
+
2409
+ <li class="r2 ">
2410
+ <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#update-instance_method" title="KatelloApi::Resources::ConfigTemplate#update (method)">#update</a></span>
2411
+
2412
+ <small>KatelloApi::Resources::ConfigTemplate</small>
2413
+
2414
+ </li>
2415
+
2416
+
2417
+ <li class="r1 ">
2418
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#update-instance_method" title="KatelloApi::Resources::Distributor#update (method)">#update</a></span>
2419
+
2420
+ <small>KatelloApi::Resources::Distributor</small>
2421
+
2422
+ </li>
2423
+
2424
+
2425
+ <li class="r2 ">
2426
+ <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#update-instance_method" title="KatelloApi::Resources::GpgKey#update (method)">#update</a></span>
2427
+
2428
+ <small>KatelloApi::Resources::GpgKey</small>
2429
+
2430
+ </li>
2431
+
2432
+
2433
+ <li class="r1 ">
2434
+ <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#update-instance_method" title="KatelloApi::Resources::Changeset#update (method)">#update</a></span>
2435
+
2436
+ <small>KatelloApi::Resources::Changeset</small>
2437
+
2438
+ </li>
2439
+
2440
+
2441
+ <li class="r2 ">
2442
+ <span class='object_link'><a href="KatelloApi/Resources/Environment.html#update-instance_method" title="KatelloApi::Resources::Environment#update (method)">#update</a></span>
2443
+
2444
+ <small>KatelloApi::Resources::Environment</small>
2445
+
2446
+ </li>
2447
+
2448
+
2449
+ <li class="r1 ">
2450
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#update-instance_method" title="KatelloApi::Resources::Template#update (method)">#update</a></span>
2451
+
2452
+ <small>KatelloApi::Resources::Template</small>
2453
+
2454
+ </li>
2455
+
2456
+
2457
+ <li class="r2 ">
2458
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html#update-instance_method" title="KatelloApi::Resources::SystemGroupPackage#update (method)">#update</a></span>
2459
+
2460
+ <small>KatelloApi::Resources::SystemGroupPackage</small>
2461
+
2462
+ </li>
2463
+
2464
+
2465
+ <li class="r1 ">
2466
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#update-instance_method" title="KatelloApi::Resources::Provider#update (method)">#update</a></span>
2467
+
2468
+ <small>KatelloApi::Resources::Provider</small>
2469
+
2470
+ </li>
2471
+
2472
+
2473
+ <li class="r2 ">
2474
+ <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#update-instance_method" title="KatelloApi::Resources::SmartProxy#update (method)">#update</a></span>
2475
+
2476
+ <small>KatelloApi::Resources::SmartProxy</small>
2477
+
2478
+ </li>
2479
+
2480
+
2481
+ <li class="r1 ">
2482
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#update_content_view_definition_products-instance_method" title="KatelloApi::Resources::Product#update_content_view_definition_products (method)">#update_content_view_definition_products</a></span>
2483
+
2484
+ <small>KatelloApi::Resources::Product</small>
2485
+
2486
+ </li>
2487
+
2488
+
2489
+ <li class="r2 ">
2490
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#update_content_view_definition_repositories-instance_method" title="KatelloApi::Resources::Repository#update_content_view_definition_repositories (method)">#update_content_view_definition_repositories</a></span>
2491
+
2492
+ <small>KatelloApi::Resources::Repository</small>
2493
+
2494
+ </li>
2495
+
2496
+
2497
+ <li class="r1 ">
2498
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#update_content_views-instance_method" title="KatelloApi::Resources::ContentViewDefinition#update_content_views (method)">#update_content_views</a></span>
2499
+
2500
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
2501
+
2502
+ </li>
2503
+
2504
+
2505
+ <li class="r2 ">
2506
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#upload_package_profile-instance_method" title="KatelloApi::Resources::System#upload_package_profile (method)">#upload_package_profile</a></span>
2507
+
2508
+ <small>KatelloApi::Resources::System</small>
2509
+
2510
+ </li>
2511
+
2512
+
2513
+ <li class="r1 ">
2514
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#validate-instance_method" title="KatelloApi::Resources::Template#validate (method)">#validate</a></span>
2515
+
2516
+ <small>KatelloApi::Resources::Template</small>
2517
+
2518
+ </li>
2519
+
2520
+
2521
+ <li class="r2 ">
2522
+ <span class='object_link'><a href="KatelloApi/Base.html#validate_params%21-instance_method" title="KatelloApi::Base#validate_params! (method)">#validate_params!</a></span>
2523
+
2524
+ <small>KatelloApi::Base</small>
2525
+
2526
+ </li>
2527
+
2528
+
2529
+ <li class="r1 ">
2530
+ <span class='object_link'><a href="KatelloApi/Base.html#validation_hash-class_method" title="KatelloApi::Base.validation_hash (method)">validation_hash</a></span>
2531
+
2532
+ <small>KatelloApi::Base</small>
2533
+
2534
+ </li>
2535
+
2536
+
2537
+ <li class="r2 ">
2538
+ <span class='object_link'><a href="KatelloApi/Resources/Ping.html#version-instance_method" title="KatelloApi::Resources::Ping#version (method)">#version</a></span>
2539
+
2540
+ <small>KatelloApi::Resources::Ping</small>
2541
+
2542
+ </li>
2543
+
2544
+
2545
+ </ul>
2546
+ </div>
2547
+ </body>
2548
+ </html>