pulumi-oci 1.36.0__py3-none-any.whl → 1.36.0a1715383492__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +0 -208
  2. pulumi_oci/core/__init__.py +0 -3
  3. pulumi_oci/core/_inputs.py +0 -40
  4. pulumi_oci/core/outputs.py +0 -261
  5. pulumi_oci/database/_inputs.py +0 -192
  6. pulumi_oci/database/exadata_infrastructure.py +0 -28
  7. pulumi_oci/database/get_exadata_infrastructure.py +1 -14
  8. pulumi_oci/database/get_vm_cluster.py +1 -14
  9. pulumi_oci/database/outputs.py +0 -418
  10. pulumi_oci/database/vm_cluster.py +0 -55
  11. pulumi_oci/database/vm_cluster_add_virtual_network.py +0 -28
  12. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +0 -28
  13. pulumi_oci/datasafe/__init__.py +0 -1
  14. pulumi_oci/email/__init__.py +0 -3
  15. pulumi_oci/email/_inputs.py +0 -46
  16. pulumi_oci/email/dkim.py +4 -4
  17. pulumi_oci/email/email_domain.py +0 -77
  18. pulumi_oci/email/get_email_domain.py +1 -27
  19. pulumi_oci/email/outputs.py +0 -231
  20. pulumi_oci/loadbalancer/_inputs.py +0 -16
  21. pulumi_oci/loadbalancer/listener.py +0 -2
  22. pulumi_oci/loadbalancer/outputs.py +0 -14
  23. pulumi_oci/loganalytics/namespace.py +4 -4
  24. pulumi_oci/networkloadbalancer/get_listener.py +1 -14
  25. pulumi_oci/networkloadbalancer/listener.py +2 -51
  26. pulumi_oci/networkloadbalancer/outputs.py +0 -11
  27. pulumi_oci/osmanagementhub/__init__.py +0 -48
  28. pulumi_oci/osmanagementhub/_inputs.py +507 -3649
  29. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +13 -26
  30. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +11 -48
  31. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +15 -28
  32. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +19 -86
  33. pulumi_oci/osmanagementhub/get_managed_instance_group.py +10 -62
  34. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +9 -7
  35. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  36. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +10 -8
  37. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +16 -71
  38. pulumi_oci/osmanagementhub/get_management_station.py +19 -42
  39. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  40. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  41. pulumi_oci/osmanagementhub/get_profile.py +12 -51
  42. pulumi_oci/osmanagementhub/get_profiles.py +16 -76
  43. pulumi_oci/osmanagementhub/get_software_source.py +18 -109
  44. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  45. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  46. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  47. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  48. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  49. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  50. pulumi_oci/osmanagementhub/get_software_source_software_package.py +10 -23
  51. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  52. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  53. pulumi_oci/osmanagementhub/get_software_sources.py +21 -78
  54. pulumi_oci/osmanagementhub/lifecycle_environment.py +86 -159
  55. pulumi_oci/osmanagementhub/managed_instance_group.py +86 -264
  56. pulumi_oci/osmanagementhub/management_station.py +81 -184
  57. pulumi_oci/osmanagementhub/outputs.py +2364 -10866
  58. pulumi_oci/osmanagementhub/profile.py +78 -200
  59. pulumi_oci/osmanagementhub/software_source.py +181 -365
  60. pulumi_oci/pulumi-plugin.json +1 -2
  61. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/METADATA +1 -1
  62. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/RECORD +64 -119
  63. pulumi_oci/core/get_ip_inventory_subnet.py +0 -171
  64. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +0 -171
  65. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +0 -206
  66. pulumi_oci/datasafe/masking_report_management.py +0 -693
  67. pulumi_oci/email/email_return_path.py +0 -642
  68. pulumi_oci/email/get_email_return_path.py +0 -274
  69. pulumi_oci/email/get_email_return_paths.py +0 -203
  70. pulumi_oci/osmanagementhub/event.py +0 -701
  71. pulumi_oci/osmanagementhub/get_entitlements.py +0 -178
  72. pulumi_oci/osmanagementhub/get_errata.py +0 -283
  73. pulumi_oci/osmanagementhub/get_erratum.py +0 -308
  74. pulumi_oci/osmanagementhub/get_event.py +0 -314
  75. pulumi_oci/osmanagementhub/get_events.py +0 -314
  76. pulumi_oci/osmanagementhub/get_managed_instance.py +0 -587
  77. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +0 -187
  78. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +0 -190
  79. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +0 -238
  80. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +0 -204
  81. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +0 -220
  82. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +0 -244
  83. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +0 -221
  84. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +0 -204
  85. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +0 -187
  86. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +0 -221
  87. pulumi_oci/osmanagementhub/get_managed_instances.py +0 -537
  88. pulumi_oci/osmanagementhub/get_scheduled_job.py +0 -426
  89. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +0 -433
  90. pulumi_oci/osmanagementhub/get_software_package.py +0 -301
  91. pulumi_oci/osmanagementhub/get_software_package_software_source.py +0 -329
  92. pulumi_oci/osmanagementhub/get_software_packages.py +0 -232
  93. pulumi_oci/osmanagementhub/get_windows_update.py +0 -222
  94. pulumi_oci/osmanagementhub/get_windows_updates.py +0 -187
  95. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +0 -249
  96. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +0 -249
  97. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +0 -296
  98. pulumi_oci/osmanagementhub/managed_instance.py +0 -1327
  99. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +0 -266
  100. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +0 -214
  101. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +0 -293
  102. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +0 -293
  103. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +0 -264
  104. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +0 -293
  105. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +0 -293
  106. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +0 -293
  107. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +0 -526
  108. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +0 -293
  109. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +0 -292
  110. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +0 -341
  111. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +0 -341
  112. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +0 -264
  113. pulumi_oci/osmanagementhub/management_station_refresh_management.py +0 -212
  114. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +0 -264
  115. pulumi_oci/osmanagementhub/scheduled_job.py +0 -1331
  116. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +0 -266
  117. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +0 -194
  118. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/top_level.txt +0 -0
@@ -22,16 +22,13 @@ class GetSoftwareSourceResult:
22
22
  """
23
23
  A collection of values returned by getSoftwareSource.
24
24
  """
25
- def __init__(__self__, arch_type=None, availability=None, availability_at_oci=None, checksum_type=None, compartment_id=None, custom_software_source_filters=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, gpg_key_fingerprint=None, gpg_key_id=None, gpg_key_url=None, id=None, is_auto_resolve_dependencies=None, is_automatically_updated=None, is_created_from_package_list=None, is_mandatory_for_autonomous_linux=None, origin_software_source_id=None, os_family=None, package_count=None, packages=None, repo_id=None, size=None, software_source_id=None, software_source_type=None, software_source_version=None, state=None, system_tags=None, time_created=None, url=None, vendor_name=None, vendor_software_sources=None):
25
+ def __init__(__self__, arch_type=None, availability=None, checksum_type=None, compartment_id=None, custom_software_source_filters=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, gpg_key_fingerprint=None, gpg_key_id=None, gpg_key_url=None, id=None, is_automatically_updated=None, os_family=None, package_count=None, repo_id=None, software_source_id=None, software_source_type=None, software_source_version=None, state=None, system_tags=None, time_created=None, url=None, vendor_name=None, vendor_software_sources=None):
26
26
  if arch_type and not isinstance(arch_type, str):
27
27
  raise TypeError("Expected argument 'arch_type' to be a str")
28
28
  pulumi.set(__self__, "arch_type", arch_type)
29
29
  if availability and not isinstance(availability, str):
30
30
  raise TypeError("Expected argument 'availability' to be a str")
31
31
  pulumi.set(__self__, "availability", availability)
32
- if availability_at_oci and not isinstance(availability_at_oci, str):
33
- raise TypeError("Expected argument 'availability_at_oci' to be a str")
34
- pulumi.set(__self__, "availability_at_oci", availability_at_oci)
35
32
  if checksum_type and not isinstance(checksum_type, str):
36
33
  raise TypeError("Expected argument 'checksum_type' to be a str")
37
34
  pulumi.set(__self__, "checksum_type", checksum_type)
@@ -65,36 +62,18 @@ class GetSoftwareSourceResult:
65
62
  if id and not isinstance(id, str):
66
63
  raise TypeError("Expected argument 'id' to be a str")
67
64
  pulumi.set(__self__, "id", id)
68
- if is_auto_resolve_dependencies and not isinstance(is_auto_resolve_dependencies, bool):
69
- raise TypeError("Expected argument 'is_auto_resolve_dependencies' to be a bool")
70
- pulumi.set(__self__, "is_auto_resolve_dependencies", is_auto_resolve_dependencies)
71
65
  if is_automatically_updated and not isinstance(is_automatically_updated, bool):
72
66
  raise TypeError("Expected argument 'is_automatically_updated' to be a bool")
73
67
  pulumi.set(__self__, "is_automatically_updated", is_automatically_updated)
74
- if is_created_from_package_list and not isinstance(is_created_from_package_list, bool):
75
- raise TypeError("Expected argument 'is_created_from_package_list' to be a bool")
76
- pulumi.set(__self__, "is_created_from_package_list", is_created_from_package_list)
77
- if is_mandatory_for_autonomous_linux and not isinstance(is_mandatory_for_autonomous_linux, bool):
78
- raise TypeError("Expected argument 'is_mandatory_for_autonomous_linux' to be a bool")
79
- pulumi.set(__self__, "is_mandatory_for_autonomous_linux", is_mandatory_for_autonomous_linux)
80
- if origin_software_source_id and not isinstance(origin_software_source_id, str):
81
- raise TypeError("Expected argument 'origin_software_source_id' to be a str")
82
- pulumi.set(__self__, "origin_software_source_id", origin_software_source_id)
83
68
  if os_family and not isinstance(os_family, str):
84
69
  raise TypeError("Expected argument 'os_family' to be a str")
85
70
  pulumi.set(__self__, "os_family", os_family)
86
71
  if package_count and not isinstance(package_count, str):
87
72
  raise TypeError("Expected argument 'package_count' to be a str")
88
73
  pulumi.set(__self__, "package_count", package_count)
89
- if packages and not isinstance(packages, list):
90
- raise TypeError("Expected argument 'packages' to be a list")
91
- pulumi.set(__self__, "packages", packages)
92
74
  if repo_id and not isinstance(repo_id, str):
93
75
  raise TypeError("Expected argument 'repo_id' to be a str")
94
76
  pulumi.set(__self__, "repo_id", repo_id)
95
- if size and not isinstance(size, float):
96
- raise TypeError("Expected argument 'size' to be a float")
97
- pulumi.set(__self__, "size", size)
98
77
  if software_source_id and not isinstance(software_source_id, str):
99
78
  raise TypeError("Expected argument 'software_source_id' to be a str")
100
79
  pulumi.set(__self__, "software_source_id", software_source_id)
@@ -135,18 +114,10 @@ class GetSoftwareSourceResult:
135
114
  @pulumi.getter
136
115
  def availability(self) -> str:
137
116
  """
138
- Availability of the software source (for non-OCI environments).
117
+ Possible availabilities of a software source.
139
118
  """
140
119
  return pulumi.get(self, "availability")
141
120
 
142
- @property
143
- @pulumi.getter(name="availabilityAtOci")
144
- def availability_at_oci(self) -> str:
145
- """
146
- Availability of the software source (for Oracle Cloud Infrastructure environments).
147
- """
148
- return pulumi.get(self, "availability_at_oci")
149
-
150
121
  @property
151
122
  @pulumi.getter(name="checksumType")
152
123
  def checksum_type(self) -> str:
@@ -159,7 +130,7 @@ class GetSoftwareSourceResult:
159
130
  @pulumi.getter(name="compartmentId")
160
131
  def compartment_id(self) -> str:
161
132
  """
162
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the software source.
133
+ The OCID of the tenancy containing the software source.
163
134
  """
164
135
  return pulumi.get(self, "compartment_id")
165
136
 
@@ -167,7 +138,7 @@ class GetSoftwareSourceResult:
167
138
  @pulumi.getter(name="customSoftwareSourceFilters")
168
139
  def custom_software_source_filters(self) -> Sequence['outputs.GetSoftwareSourceCustomSoftwareSourceFilterResult']:
169
140
  """
170
- Provides the information used to apply filters to a vendor software source to create or update a custom software source.
141
+ Used to apply filters to a VendorSoftwareSource to create/update CustomSoftwareSources.
171
142
  """
172
143
  return pulumi.get(self, "custom_software_source_filters")
173
144
 
@@ -183,7 +154,7 @@ class GetSoftwareSourceResult:
183
154
  @pulumi.getter
184
155
  def description(self) -> str:
185
156
  """
186
- User-specified description for the software source.
157
+ Information specified by the user about the software source.
187
158
  """
188
159
  return pulumi.get(self, "description")
189
160
 
@@ -191,7 +162,7 @@ class GetSoftwareSourceResult:
191
162
  @pulumi.getter(name="displayName")
192
163
  def display_name(self) -> str:
193
164
  """
194
- User-friendly name.
165
+ User friendly name.
195
166
  """
196
167
  return pulumi.get(self, "display_name")
197
168
 
@@ -231,50 +202,18 @@ class GetSoftwareSourceResult:
231
202
  @pulumi.getter
232
203
  def id(self) -> str:
233
204
  """
234
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource that is immutable on creation.
205
+ The OCID of the resource that is immutable on creation.
235
206
  """
236
207
  return pulumi.get(self, "id")
237
208
 
238
- @property
239
- @pulumi.getter(name="isAutoResolveDependencies")
240
- def is_auto_resolve_dependencies(self) -> bool:
241
- """
242
- Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
243
- """
244
- return pulumi.get(self, "is_auto_resolve_dependencies")
245
-
246
209
  @property
247
210
  @pulumi.getter(name="isAutomaticallyUpdated")
248
211
  def is_automatically_updated(self) -> bool:
249
212
  """
250
- Indicates whether the service should automatically update the custom software source to use the latest package versions available. The service reviews packages levels once a day.
213
+ Indicates whether service should automatically update the custom software source for the user.
251
214
  """
252
215
  return pulumi.get(self, "is_automatically_updated")
253
216
 
254
- @property
255
- @pulumi.getter(name="isCreatedFromPackageList")
256
- def is_created_from_package_list(self) -> bool:
257
- """
258
- Indicates whether the service should create the software source from a list of packages provided by the user.
259
- """
260
- return pulumi.get(self, "is_created_from_package_list")
261
-
262
- @property
263
- @pulumi.getter(name="isMandatoryForAutonomousLinux")
264
- def is_mandatory_for_autonomous_linux(self) -> bool:
265
- """
266
- Indicates whether the software source is required for the Autonomous Linux service.
267
- """
268
- return pulumi.get(self, "is_mandatory_for_autonomous_linux")
269
-
270
- @property
271
- @pulumi.getter(name="originSoftwareSourceId")
272
- def origin_software_source_id(self) -> str:
273
- """
274
- This property applies only to replicated vendor software sources. This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment.
275
- """
276
- return pulumi.get(self, "origin_software_source_id")
277
-
278
217
  @property
279
218
  @pulumi.getter(name="osFamily")
280
219
  def os_family(self) -> str:
@@ -287,34 +226,18 @@ class GetSoftwareSourceResult:
287
226
  @pulumi.getter(name="packageCount")
288
227
  def package_count(self) -> str:
289
228
  """
290
- Number of packages the software source contains.
229
+ Number of packages.
291
230
  """
292
231
  return pulumi.get(self, "package_count")
293
232
 
294
- @property
295
- @pulumi.getter
296
- def packages(self) -> Sequence[str]:
297
- """
298
- The packages in the software source.
299
- """
300
- return pulumi.get(self, "packages")
301
-
302
233
  @property
303
234
  @pulumi.getter(name="repoId")
304
235
  def repo_id(self) -> str:
305
236
  """
306
- The repository ID for the software source.
237
+ The Repo ID for the software source.
307
238
  """
308
239
  return pulumi.get(self, "repo_id")
309
240
 
310
- @property
311
- @pulumi.getter
312
- def size(self) -> float:
313
- """
314
- The size of the software source in gigabytes (GB).
315
- """
316
- return pulumi.get(self, "size")
317
-
318
241
  @property
319
242
  @pulumi.getter(name="softwareSourceId")
320
243
  def software_source_id(self) -> str:
@@ -324,7 +247,7 @@ class GetSoftwareSourceResult:
324
247
  @pulumi.getter(name="softwareSourceType")
325
248
  def software_source_type(self) -> str:
326
249
  """
327
- Type of software source.
250
+ Type of the software source.
328
251
  """
329
252
  return pulumi.get(self, "software_source_type")
330
253
 
@@ -356,7 +279,7 @@ class GetSoftwareSourceResult:
356
279
  @pulumi.getter(name="timeCreated")
357
280
  def time_created(self) -> str:
358
281
  """
359
- The date and time the software source was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
282
+ The date and time the software source was created, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
360
283
  """
361
284
  return pulumi.get(self, "time_created")
362
285
 
@@ -364,7 +287,7 @@ class GetSoftwareSourceResult:
364
287
  @pulumi.getter
365
288
  def url(self) -> str:
366
289
  """
367
- URL for the repository. For vendor software sources, this is the URL to the regional yum server. For custom software sources, this is 'custom/<repoId>'.
290
+ URL for the repository.
368
291
  """
369
292
  return pulumi.get(self, "url")
370
293
 
@@ -380,7 +303,7 @@ class GetSoftwareSourceResult:
380
303
  @pulumi.getter(name="vendorSoftwareSources")
381
304
  def vendor_software_sources(self) -> Sequence['outputs.GetSoftwareSourceVendorSoftwareSourceResult']:
382
305
  """
383
- List of vendor software sources that are used for the basis of the versioned custom software source.
306
+ List of vendor software sources.
384
307
  """
385
308
  return pulumi.get(self, "vendor_software_sources")
386
309
 
@@ -393,7 +316,6 @@ class AwaitableGetSoftwareSourceResult(GetSoftwareSourceResult):
393
316
  return GetSoftwareSourceResult(
394
317
  arch_type=self.arch_type,
395
318
  availability=self.availability,
396
- availability_at_oci=self.availability_at_oci,
397
319
  checksum_type=self.checksum_type,
398
320
  compartment_id=self.compartment_id,
399
321
  custom_software_source_filters=self.custom_software_source_filters,
@@ -405,16 +327,10 @@ class AwaitableGetSoftwareSourceResult(GetSoftwareSourceResult):
405
327
  gpg_key_id=self.gpg_key_id,
406
328
  gpg_key_url=self.gpg_key_url,
407
329
  id=self.id,
408
- is_auto_resolve_dependencies=self.is_auto_resolve_dependencies,
409
330
  is_automatically_updated=self.is_automatically_updated,
410
- is_created_from_package_list=self.is_created_from_package_list,
411
- is_mandatory_for_autonomous_linux=self.is_mandatory_for_autonomous_linux,
412
- origin_software_source_id=self.origin_software_source_id,
413
331
  os_family=self.os_family,
414
332
  package_count=self.package_count,
415
- packages=self.packages,
416
333
  repo_id=self.repo_id,
417
- size=self.size,
418
334
  software_source_id=self.software_source_id,
419
335
  software_source_type=self.software_source_type,
420
336
  software_source_version=self.software_source_version,
@@ -431,7 +347,7 @@ def get_software_source(software_source_id: Optional[str] = None,
431
347
  """
432
348
  This data source provides details about a specific Software Source resource in Oracle Cloud Infrastructure Os Management Hub service.
433
349
 
434
- Returns information about the specified software source.
350
+ Gets information about the specified software source.
435
351
 
436
352
  ## Example Usage
437
353
 
@@ -443,7 +359,7 @@ def get_software_source(software_source_id: Optional[str] = None,
443
359
  ```
444
360
 
445
361
 
446
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
362
+ :param str software_source_id: The software source OCID.
447
363
  """
448
364
  __args__ = dict()
449
365
  __args__['softwareSourceId'] = software_source_id
@@ -453,7 +369,6 @@ def get_software_source(software_source_id: Optional[str] = None,
453
369
  return AwaitableGetSoftwareSourceResult(
454
370
  arch_type=pulumi.get(__ret__, 'arch_type'),
455
371
  availability=pulumi.get(__ret__, 'availability'),
456
- availability_at_oci=pulumi.get(__ret__, 'availability_at_oci'),
457
372
  checksum_type=pulumi.get(__ret__, 'checksum_type'),
458
373
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
459
374
  custom_software_source_filters=pulumi.get(__ret__, 'custom_software_source_filters'),
@@ -465,16 +380,10 @@ def get_software_source(software_source_id: Optional[str] = None,
465
380
  gpg_key_id=pulumi.get(__ret__, 'gpg_key_id'),
466
381
  gpg_key_url=pulumi.get(__ret__, 'gpg_key_url'),
467
382
  id=pulumi.get(__ret__, 'id'),
468
- is_auto_resolve_dependencies=pulumi.get(__ret__, 'is_auto_resolve_dependencies'),
469
383
  is_automatically_updated=pulumi.get(__ret__, 'is_automatically_updated'),
470
- is_created_from_package_list=pulumi.get(__ret__, 'is_created_from_package_list'),
471
- is_mandatory_for_autonomous_linux=pulumi.get(__ret__, 'is_mandatory_for_autonomous_linux'),
472
- origin_software_source_id=pulumi.get(__ret__, 'origin_software_source_id'),
473
384
  os_family=pulumi.get(__ret__, 'os_family'),
474
385
  package_count=pulumi.get(__ret__, 'package_count'),
475
- packages=pulumi.get(__ret__, 'packages'),
476
386
  repo_id=pulumi.get(__ret__, 'repo_id'),
477
- size=pulumi.get(__ret__, 'size'),
478
387
  software_source_id=pulumi.get(__ret__, 'software_source_id'),
479
388
  software_source_type=pulumi.get(__ret__, 'software_source_type'),
480
389
  software_source_version=pulumi.get(__ret__, 'software_source_version'),
@@ -492,7 +401,7 @@ def get_software_source_output(software_source_id: Optional[pulumi.Input[str]] =
492
401
  """
493
402
  This data source provides details about a specific Software Source resource in Oracle Cloud Infrastructure Os Management Hub service.
494
403
 
495
- Returns information about the specified software source.
404
+ Gets information about the specified software source.
496
405
 
497
406
  ## Example Usage
498
407
 
@@ -504,6 +413,6 @@ def get_software_source_output(software_source_id: Optional[pulumi.Input[str]] =
504
413
  ```
505
414
 
506
415
 
507
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
416
+ :param str software_source_id: The software source OCID.
508
417
  """
509
418
  ...
@@ -132,7 +132,7 @@ class GetSoftwareSourceModuleStreamResult:
132
132
  @pulumi.getter(name="softwareSourceId")
133
133
  def software_source_id(self) -> str:
134
134
  """
135
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source that provides this module stream.
135
+ The OCID of the software source that provides this module stream.
136
136
  """
137
137
  return pulumi.get(self, "software_source_id")
138
138
 
@@ -168,7 +168,7 @@ def get_software_source_module_stream(module_name: Optional[str] = None,
168
168
  """
169
169
  This data source provides details about a specific Software Source Module Stream resource in Oracle Cloud Infrastructure Os Management Hub service.
170
170
 
171
- Returns information about the specified module stream in a software source.
171
+ Gets information about the specified module stream in a software source.
172
172
 
173
173
  ## Example Usage
174
174
 
@@ -183,7 +183,7 @@ def get_software_source_module_stream(module_name: Optional[str] = None,
183
183
 
184
184
 
185
185
  :param str module_name: The name of the module.
186
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
186
+ :param str software_source_id: The software source OCID.
187
187
  :param str stream_name: The name of the stream of the containing module.
188
188
  """
189
189
  __args__ = dict()
@@ -215,7 +215,7 @@ def get_software_source_module_stream_output(module_name: Optional[pulumi.Input[
215
215
  """
216
216
  This data source provides details about a specific Software Source Module Stream resource in Oracle Cloud Infrastructure Os Management Hub service.
217
217
 
218
- Returns information about the specified module stream in a software source.
218
+ Gets information about the specified module stream in a software source.
219
219
 
220
220
  ## Example Usage
221
221
 
@@ -230,7 +230,7 @@ def get_software_source_module_stream_output(module_name: Optional[pulumi.Input[
230
230
 
231
231
 
232
232
  :param str module_name: The name of the module.
233
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
233
+ :param str software_source_id: The software source OCID.
234
234
  :param str stream_name: The name of the stream of the containing module.
235
235
  """
236
236
  ...
@@ -142,7 +142,7 @@ def get_software_source_module_stream_profile(module_name: Optional[str] = None,
142
142
  """
143
143
  This data source provides details about a specific Software Source Module Stream Profile resource in Oracle Cloud Infrastructure Os Management Hub service.
144
144
 
145
- Returns information about the specified module stream profile in a software source.
145
+ Gets information about the specified module stream profile in a software source.
146
146
 
147
147
  ## Example Usage
148
148
 
@@ -158,8 +158,8 @@ def get_software_source_module_stream_profile(module_name: Optional[str] = None,
158
158
 
159
159
 
160
160
  :param str module_name: The name of a module.
161
- :param str profile_name: The name of the module stream profile.
162
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
161
+ :param str profile_name: The name of the profile of the containing module stream.
162
+ :param str software_source_id: The software source OCID.
163
163
  :param str stream_name: The name of the stream of the containing module.
164
164
  """
165
165
  __args__ = dict()
@@ -191,7 +191,7 @@ def get_software_source_module_stream_profile_output(module_name: Optional[pulum
191
191
  """
192
192
  This data source provides details about a specific Software Source Module Stream Profile resource in Oracle Cloud Infrastructure Os Management Hub service.
193
193
 
194
- Returns information about the specified module stream profile in a software source.
194
+ Gets information about the specified module stream profile in a software source.
195
195
 
196
196
  ## Example Usage
197
197
 
@@ -207,8 +207,8 @@ def get_software_source_module_stream_profile_output(module_name: Optional[pulum
207
207
 
208
208
 
209
209
  :param str module_name: The name of a module.
210
- :param str profile_name: The name of the module stream profile.
211
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
210
+ :param str profile_name: The name of the profile of the containing module stream.
211
+ :param str software_source_id: The software source OCID.
212
212
  :param str stream_name: The name of the stream of the containing module.
213
213
  """
214
214
  ...
@@ -121,8 +121,8 @@ def get_software_source_module_stream_profiles(filters: Optional[Sequence[pulumi
121
121
  """
122
122
  This data source provides the list of Software Source Module Stream Profiles in Oracle Cloud Infrastructure Os Management Hub service.
123
123
 
124
- Lists module stream profiles from the specified software source [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Filter the list against a variety of
125
- criteria including but not limited to its module name, stream name, and profile name.
124
+ Lists module stream profiles from the specified software source OCID. Filter the list against a variety of
125
+ criteria including but not limited to its module name, stream name, and (profile) name.
126
126
 
127
127
  ## Example Usage
128
128
 
@@ -139,8 +139,8 @@ def get_software_source_module_stream_profiles(filters: Optional[Sequence[pulumi
139
139
 
140
140
  :param str module_name: The name of a module. This parameter is required if a streamName is specified.
141
141
  :param str name: The name of the entity to be queried.
142
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
143
- :param str stream_name: The name of the module stream. This parameter is required if a profile name is specified.
142
+ :param str software_source_id: The software source OCID.
143
+ :param str stream_name: The name of the stream of the containing module. This parameter is required if a profileName is specified.
144
144
  """
145
145
  __args__ = dict()
146
146
  __args__['filters'] = filters
@@ -171,8 +171,8 @@ def get_software_source_module_stream_profiles_output(filters: Optional[pulumi.I
171
171
  """
172
172
  This data source provides the list of Software Source Module Stream Profiles in Oracle Cloud Infrastructure Os Management Hub service.
173
173
 
174
- Lists module stream profiles from the specified software source [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Filter the list against a variety of
175
- criteria including but not limited to its module name, stream name, and profile name.
174
+ Lists module stream profiles from the specified software source OCID. Filter the list against a variety of
175
+ criteria including but not limited to its module name, stream name, and (profile) name.
176
176
 
177
177
  ## Example Usage
178
178
 
@@ -189,7 +189,7 @@ def get_software_source_module_stream_profiles_output(filters: Optional[pulumi.I
189
189
 
190
190
  :param str module_name: The name of a module. This parameter is required if a streamName is specified.
191
191
  :param str name: The name of the entity to be queried.
192
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
193
- :param str stream_name: The name of the module stream. This parameter is required if a profile name is specified.
192
+ :param str software_source_id: The software source OCID.
193
+ :param str stream_name: The name of the stream of the containing module. This parameter is required if a profileName is specified.
194
194
  """
195
195
  ...
@@ -103,7 +103,7 @@ class GetSoftwareSourceModuleStreamsResult:
103
103
  @pulumi.getter(name="softwareSourceId")
104
104
  def software_source_id(self) -> str:
105
105
  """
106
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source that provides this module stream.
106
+ The OCID of the software source that provides this module stream.
107
107
  """
108
108
  return pulumi.get(self, "software_source_id")
109
109
 
@@ -134,8 +134,8 @@ def get_software_source_module_streams(filters: Optional[Sequence[pulumi.InputTy
134
134
  """
135
135
  This data source provides the list of Software Source Module Streams in Oracle Cloud Infrastructure Os Management Hub service.
136
136
 
137
- Lists module streams from the specified software source [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
138
- Filter the list against a variety of criteria including but not limited to its module name and (stream) name.
137
+ Lists module streams from the specified software source OCID. Filter the list against a variety of
138
+ criteria including but not limited to its module name and (stream) name.
139
139
 
140
140
  ## Example Usage
141
141
 
@@ -151,11 +151,11 @@ def get_software_source_module_streams(filters: Optional[Sequence[pulumi.InputTy
151
151
  ```
152
152
 
153
153
 
154
- :param bool is_latest: Indicates whether to list only the latest versions of packages, module streams, and stream profiles.
154
+ :param bool is_latest: A boolean variable that is used to list only the latest versions of packages, module streams, and stream profiles when set to true. All packages, module streams, and stream profiles are returned when set to false.
155
155
  :param str module_name: The name of a module. This parameter is required if a streamName is specified.
156
156
  :param str module_name_contains: A filter to return resources that may partially match the module name given.
157
157
  :param str name: The name of the entity to be queried.
158
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
158
+ :param str software_source_id: The software source OCID.
159
159
  """
160
160
  __args__ = dict()
161
161
  __args__['filters'] = filters
@@ -189,8 +189,8 @@ def get_software_source_module_streams_output(filters: Optional[pulumi.Input[Opt
189
189
  """
190
190
  This data source provides the list of Software Source Module Streams in Oracle Cloud Infrastructure Os Management Hub service.
191
191
 
192
- Lists module streams from the specified software source [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
193
- Filter the list against a variety of criteria including but not limited to its module name and (stream) name.
192
+ Lists module streams from the specified software source OCID. Filter the list against a variety of
193
+ criteria including but not limited to its module name and (stream) name.
194
194
 
195
195
  ## Example Usage
196
196
 
@@ -206,10 +206,10 @@ def get_software_source_module_streams_output(filters: Optional[pulumi.Input[Opt
206
206
  ```
207
207
 
208
208
 
209
- :param bool is_latest: Indicates whether to list only the latest versions of packages, module streams, and stream profiles.
209
+ :param bool is_latest: A boolean variable that is used to list only the latest versions of packages, module streams, and stream profiles when set to true. All packages, module streams, and stream profiles are returned when set to false.
210
210
  :param str module_name: The name of a module. This parameter is required if a streamName is specified.
211
211
  :param str module_name_contains: A filter to return resources that may partially match the module name given.
212
212
  :param str name: The name of the entity to be queried.
213
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
213
+ :param str software_source_id: The software source OCID.
214
214
  """
215
215
  ...
@@ -60,7 +60,7 @@ class GetSoftwareSourcePackageGroupResult:
60
60
  @pulumi.getter
61
61
  def description(self) -> str:
62
62
  """
63
- Description of the package group.
63
+ description of the package group.
64
64
  """
65
65
  return pulumi.get(self, "description")
66
66
 
@@ -76,7 +76,7 @@ class GetSoftwareSourcePackageGroupResult:
76
76
  @pulumi.getter(name="groupType")
77
77
  def group_type(self) -> str:
78
78
  """
79
- Indicates if this is a group, category, or environment.
79
+ Indicates if this is a group, category or environment.
80
80
  """
81
81
  return pulumi.get(self, "group_type")
82
82
 
@@ -100,7 +100,7 @@ class GetSoftwareSourcePackageGroupResult:
100
100
  @pulumi.getter(name="isUserVisible")
101
101
  def is_user_visible(self) -> bool:
102
102
  """
103
- Indicates if this package group is visible to users.
103
+ Indicates if this package group is visible by users.
104
104
  """
105
105
  return pulumi.get(self, "is_user_visible")
106
106
 
@@ -129,7 +129,7 @@ class GetSoftwareSourcePackageGroupResult:
129
129
  @pulumi.getter
130
130
  def repositories(self) -> Sequence[str]:
131
131
  """
132
- The repository IDs of the package group's repositories.
132
+ the IDs of the package group's repositories.
133
133
  """
134
134
  return pulumi.get(self, "repositories")
135
135
 
@@ -164,7 +164,7 @@ def get_software_source_package_group(package_group_id: Optional[str] = None,
164
164
  """
165
165
  This data source provides details about a specific Software Source Package Group resource in Oracle Cloud Infrastructure Os Management Hub service.
166
166
 
167
- Returns information about the specified package group from a software source.
167
+ Gets information about the specified package group from a software source.
168
168
 
169
169
  ## Example Usage
170
170
 
@@ -178,7 +178,7 @@ def get_software_source_package_group(package_group_id: Optional[str] = None,
178
178
 
179
179
 
180
180
  :param str package_group_id: The unique package group identifier.
181
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
181
+ :param str software_source_id: The software source OCID.
182
182
  """
183
183
  __args__ = dict()
184
184
  __args__['packageGroupId'] = package_group_id
@@ -207,7 +207,7 @@ def get_software_source_package_group_output(package_group_id: Optional[pulumi.I
207
207
  """
208
208
  This data source provides details about a specific Software Source Package Group resource in Oracle Cloud Infrastructure Os Management Hub service.
209
209
 
210
- Returns information about the specified package group from a software source.
210
+ Gets information about the specified package group from a software source.
211
211
 
212
212
  ## Example Usage
213
213
 
@@ -221,6 +221,6 @@ def get_software_source_package_group_output(package_group_id: Optional[pulumi.I
221
221
 
222
222
 
223
223
  :param str package_group_id: The unique package group identifier.
224
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
224
+ :param str software_source_id: The software source OCID.
225
225
  """
226
226
  ...
@@ -63,7 +63,7 @@ class GetSoftwareSourcePackageGroupsResult:
63
63
  @pulumi.getter(name="groupTypes")
64
64
  def group_types(self) -> Optional[Sequence[str]]:
65
65
  """
66
- Indicates if this is a group, category, or environment.
66
+ Indicates if this is a group, category or environment.
67
67
  """
68
68
  return pulumi.get(self, "group_types")
69
69
 
@@ -128,7 +128,7 @@ def get_software_source_package_groups(compartment_id: Optional[str] = None,
128
128
  """
129
129
  This data source provides the list of Software Source Package Groups in Oracle Cloud Infrastructure Os Management Hub service.
130
130
 
131
- Lists package groups that are associated with the specified software source [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Filter the list against a
131
+ Lists package groups that associate with the specified software source OCID. Filter the list against a
132
132
  variety of criteria including but not limited to its name, and package group type.
133
133
 
134
134
  ## Example Usage
@@ -145,11 +145,11 @@ def get_software_source_package_groups(compartment_id: Optional[str] = None,
145
145
  ```
146
146
 
147
147
 
148
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
148
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
149
149
  :param Sequence[str] group_types: A filter to return only package groups of the specified type.
150
150
  :param str name: The name of the entity to be queried.
151
151
  :param str name_contains: A filter to return resources that may partially match the name given.
152
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
152
+ :param str software_source_id: The software source OCID.
153
153
  """
154
154
  __args__ = dict()
155
155
  __args__['compartmentId'] = compartment_id
@@ -183,7 +183,7 @@ def get_software_source_package_groups_output(compartment_id: Optional[pulumi.In
183
183
  """
184
184
  This data source provides the list of Software Source Package Groups in Oracle Cloud Infrastructure Os Management Hub service.
185
185
 
186
- Lists package groups that are associated with the specified software source [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Filter the list against a
186
+ Lists package groups that associate with the specified software source OCID. Filter the list against a
187
187
  variety of criteria including but not limited to its name, and package group type.
188
188
 
189
189
  ## Example Usage
@@ -200,10 +200,10 @@ def get_software_source_package_groups_output(compartment_id: Optional[pulumi.In
200
200
  ```
201
201
 
202
202
 
203
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
203
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
204
204
  :param Sequence[str] group_types: A filter to return only package groups of the specified type.
205
205
  :param str name: The name of the entity to be queried.
206
206
  :param str name_contains: A filter to return resources that may partially match the name given.
207
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
207
+ :param str software_source_id: The software source OCID.
208
208
  """
209
209
  ...