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,7 +22,7 @@ class GetSoftwareSourceSoftwarePackageResult:
22
22
  """
23
23
  A collection of values returned by getSoftwareSourceSoftwarePackage.
24
24
  """
25
- def __init__(__self__, architecture=None, checksum=None, checksum_type=None, dependencies=None, description=None, display_name=None, files=None, id=None, is_latest=None, last_modified_date=None, name=None, os_families=None, size_in_bytes=None, software_package_name=None, software_source_id=None, software_sources=None, type=None, version=None):
25
+ def __init__(__self__, architecture=None, checksum=None, checksum_type=None, dependencies=None, description=None, display_name=None, files=None, id=None, is_latest=None, last_modified_date=None, name=None, size_in_bytes=None, software_package_name=None, software_source_id=None, software_sources=None, type=None, version=None):
26
26
  if architecture and not isinstance(architecture, str):
27
27
  raise TypeError("Expected argument 'architecture' to be a str")
28
28
  pulumi.set(__self__, "architecture", architecture)
@@ -56,9 +56,6 @@ class GetSoftwareSourceSoftwarePackageResult:
56
56
  if name and not isinstance(name, str):
57
57
  raise TypeError("Expected argument 'name' to be a str")
58
58
  pulumi.set(__self__, "name", name)
59
- if os_families and not isinstance(os_families, list):
60
- raise TypeError("Expected argument 'os_families' to be a list")
61
- pulumi.set(__self__, "os_families", os_families)
62
59
  if size_in_bytes and not isinstance(size_in_bytes, str):
63
60
  raise TypeError("Expected argument 'size_in_bytes' to be a str")
64
61
  pulumi.set(__self__, "size_in_bytes", size_in_bytes)
@@ -154,7 +151,7 @@ class GetSoftwareSourceSoftwarePackageResult:
154
151
  @pulumi.getter(name="lastModifiedDate")
155
152
  def last_modified_date(self) -> str:
156
153
  """
157
- The date and time the package was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
154
+ Date of the last update to the package.
158
155
  """
159
156
  return pulumi.get(self, "last_modified_date")
160
157
 
@@ -162,18 +159,10 @@ class GetSoftwareSourceSoftwarePackageResult:
162
159
  @pulumi.getter
163
160
  def name(self) -> str:
164
161
  """
165
- Unique identifier for the package. Note that this is not an OCID.
162
+ Unique identifier for the package. NOTE - This is not an OCID.
166
163
  """
167
164
  return pulumi.get(self, "name")
168
165
 
169
- @property
170
- @pulumi.getter(name="osFamilies")
171
- def os_families(self) -> Sequence[str]:
172
- """
173
- The OS families the package belongs to.
174
- """
175
- return pulumi.get(self, "os_families")
176
-
177
166
  @property
178
167
  @pulumi.getter(name="sizeInBytes")
179
168
  def size_in_bytes(self) -> str:
@@ -196,7 +185,7 @@ class GetSoftwareSourceSoftwarePackageResult:
196
185
  @pulumi.getter(name="softwareSources")
197
186
  def software_sources(self) -> Sequence['outputs.GetSoftwareSourceSoftwarePackageSoftwareSourceResult']:
198
187
  """
199
- List of software sources that provide the software package. This property is deprecated and it will be removed in a future API release.
188
+ List of software sources that provide the software package.
200
189
  """
201
190
  return pulumi.get(self, "software_sources")
202
191
 
@@ -234,7 +223,6 @@ class AwaitableGetSoftwareSourceSoftwarePackageResult(GetSoftwareSourceSoftwareP
234
223
  is_latest=self.is_latest,
235
224
  last_modified_date=self.last_modified_date,
236
225
  name=self.name,
237
- os_families=self.os_families,
238
226
  size_in_bytes=self.size_in_bytes,
239
227
  software_package_name=self.software_package_name,
240
228
  software_source_id=self.software_source_id,
@@ -249,7 +237,7 @@ def get_software_source_software_package(software_package_name: Optional[str] =
249
237
  """
250
238
  This data source provides details about a specific Software Source Software Package resource in Oracle Cloud Infrastructure Os Management Hub service.
251
239
 
252
- Returns information about the specified software package.
240
+ Gets information about the specified software package.
253
241
 
254
242
  ## Example Usage
255
243
 
@@ -257,13 +245,13 @@ def get_software_source_software_package(software_package_name: Optional[str] =
257
245
  import pulumi
258
246
  import pulumi_oci as oci
259
247
 
260
- test_software_source_software_package = oci.OsManagementHub.get_software_source_software_package(software_package_name=test_software_package["name"],
248
+ test_software_source_software_package = oci.OsManagementHub.get_software_source_software_package(software_package_name=software_source_software_package_software_package_name,
261
249
  software_source_id=test_software_source["id"])
262
250
  ```
263
251
 
264
252
 
265
253
  :param str software_package_name: The name of the software package.
266
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
254
+ :param str software_source_id: The software source OCID.
267
255
  """
268
256
  __args__ = dict()
269
257
  __args__['softwarePackageName'] = software_package_name
@@ -283,7 +271,6 @@ def get_software_source_software_package(software_package_name: Optional[str] =
283
271
  is_latest=pulumi.get(__ret__, 'is_latest'),
284
272
  last_modified_date=pulumi.get(__ret__, 'last_modified_date'),
285
273
  name=pulumi.get(__ret__, 'name'),
286
- os_families=pulumi.get(__ret__, 'os_families'),
287
274
  size_in_bytes=pulumi.get(__ret__, 'size_in_bytes'),
288
275
  software_package_name=pulumi.get(__ret__, 'software_package_name'),
289
276
  software_source_id=pulumi.get(__ret__, 'software_source_id'),
@@ -299,7 +286,7 @@ def get_software_source_software_package_output(software_package_name: Optional[
299
286
  """
300
287
  This data source provides details about a specific Software Source Software Package resource in Oracle Cloud Infrastructure Os Management Hub service.
301
288
 
302
- Returns information about the specified software package.
289
+ Gets information about the specified software package.
303
290
 
304
291
  ## Example Usage
305
292
 
@@ -307,12 +294,12 @@ def get_software_source_software_package_output(software_package_name: Optional[
307
294
  import pulumi
308
295
  import pulumi_oci as oci
309
296
 
310
- test_software_source_software_package = oci.OsManagementHub.get_software_source_software_package(software_package_name=test_software_package["name"],
297
+ test_software_source_software_package = oci.OsManagementHub.get_software_source_software_package(software_package_name=software_source_software_package_software_package_name,
311
298
  software_source_id=test_software_source["id"])
312
299
  ```
313
300
 
314
301
 
315
302
  :param str software_package_name: The name of the software package.
316
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
303
+ :param str software_source_id: The software source OCID.
317
304
  """
318
305
  ...
@@ -134,10 +134,10 @@ def get_software_source_software_packages(display_name: Optional[str] = None,
134
134
  ```
135
135
 
136
136
 
137
- :param str display_name: A filter to return resources that match the given user-friendly name.
137
+ :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
138
138
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
139
- :param bool is_latest: Indicates whether to list only the latest versions of packages, module streams, and stream profiles.
140
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
139
+ :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.
140
+ :param str software_source_id: The software source OCID.
141
141
  """
142
142
  __args__ = dict()
143
143
  __args__['displayName'] = display_name
@@ -184,9 +184,9 @@ def get_software_source_software_packages_output(display_name: Optional[pulumi.I
184
184
  ```
185
185
 
186
186
 
187
- :param str display_name: A filter to return resources that match the given user-friendly name.
187
+ :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
188
188
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
189
- :param bool is_latest: Indicates whether to list only the latest versions of packages, module streams, and stream profiles.
190
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
189
+ :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.
190
+ :param str software_source_id: The software source OCID.
191
191
  """
192
192
  ...
@@ -109,7 +109,7 @@ def get_software_source_vendors(compartment_id: Optional[str] = None,
109
109
  ```
110
110
 
111
111
 
112
- :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This parameter is required and returns only resources contained within the specified compartment.
112
+ :param str compartment_id: The OCID of the compartment that contains the resources to list. This parameter is required.
113
113
  :param str name: The name of the entity to be queried.
114
114
  """
115
115
  __args__ = dict()
@@ -149,7 +149,7 @@ def get_software_source_vendors_output(compartment_id: Optional[pulumi.Input[str
149
149
  ```
150
150
 
151
151
 
152
- :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This parameter is required and returns only resources contained within the specified compartment.
152
+ :param str compartment_id: The OCID of the compartment that contains the resources to list. This parameter is required.
153
153
  :param str name: The name of the entity to be queried.
154
154
  """
155
155
  ...
@@ -23,19 +23,13 @@ class GetSoftwareSourcesResult:
23
23
  """
24
24
  A collection of values returned by getSoftwareSources.
25
25
  """
26
- def __init__(__self__, arch_types=None, availabilities=None, availability_anywheres=None, availability_at_ocis=None, compartment_id=None, display_name=None, display_name_contains=None, display_name_not_equal_tos=None, filters=None, id=None, is_mandatory_for_autonomous_linux=None, os_families=None, software_source_collections=None, software_source_id=None, software_source_types=None, states=None, vendor_name=None):
26
+ def __init__(__self__, arch_types=None, availabilities=None, compartment_id=None, display_name=None, display_name_contains=None, display_name_not_equal_tos=None, filters=None, id=None, os_families=None, software_source_collections=None, software_source_id=None, software_source_types=None, states=None, vendor_name=None):
27
27
  if arch_types and not isinstance(arch_types, list):
28
28
  raise TypeError("Expected argument 'arch_types' to be a list")
29
29
  pulumi.set(__self__, "arch_types", arch_types)
30
30
  if availabilities and not isinstance(availabilities, list):
31
31
  raise TypeError("Expected argument 'availabilities' to be a list")
32
32
  pulumi.set(__self__, "availabilities", availabilities)
33
- if availability_anywheres and not isinstance(availability_anywheres, list):
34
- raise TypeError("Expected argument 'availability_anywheres' to be a list")
35
- pulumi.set(__self__, "availability_anywheres", availability_anywheres)
36
- if availability_at_ocis and not isinstance(availability_at_ocis, list):
37
- raise TypeError("Expected argument 'availability_at_ocis' to be a list")
38
- pulumi.set(__self__, "availability_at_ocis", availability_at_ocis)
39
33
  if compartment_id and not isinstance(compartment_id, str):
40
34
  raise TypeError("Expected argument 'compartment_id' to be a str")
41
35
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -54,9 +48,6 @@ class GetSoftwareSourcesResult:
54
48
  if id and not isinstance(id, str):
55
49
  raise TypeError("Expected argument 'id' to be a str")
56
50
  pulumi.set(__self__, "id", id)
57
- if is_mandatory_for_autonomous_linux and not isinstance(is_mandatory_for_autonomous_linux, bool):
58
- raise TypeError("Expected argument 'is_mandatory_for_autonomous_linux' to be a bool")
59
- pulumi.set(__self__, "is_mandatory_for_autonomous_linux", is_mandatory_for_autonomous_linux)
60
51
  if os_families and not isinstance(os_families, list):
61
52
  raise TypeError("Expected argument 'os_families' to be a list")
62
53
  pulumi.set(__self__, "os_families", os_families)
@@ -88,28 +79,15 @@ class GetSoftwareSourcesResult:
88
79
  @pulumi.getter
89
80
  def availabilities(self) -> Optional[Sequence[str]]:
90
81
  """
91
- Availability of the software source (for non-OCI environments).
82
+ Possible availabilities of a software source.
92
83
  """
93
84
  return pulumi.get(self, "availabilities")
94
85
 
95
- @property
96
- @pulumi.getter(name="availabilityAnywheres")
97
- def availability_anywheres(self) -> Optional[Sequence[str]]:
98
- return pulumi.get(self, "availability_anywheres")
99
-
100
- @property
101
- @pulumi.getter(name="availabilityAtOcis")
102
- def availability_at_ocis(self) -> Optional[Sequence[str]]:
103
- """
104
- Availability of the software source (for Oracle Cloud Infrastructure environments).
105
- """
106
- return pulumi.get(self, "availability_at_ocis")
107
-
108
86
  @property
109
87
  @pulumi.getter(name="compartmentId")
110
88
  def compartment_id(self) -> Optional[str]:
111
89
  """
112
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the software source.
90
+ The OCID of the tenancy containing the software source.
113
91
  """
114
92
  return pulumi.get(self, "compartment_id")
115
93
 
@@ -117,7 +95,7 @@ class GetSoftwareSourcesResult:
117
95
  @pulumi.getter(name="displayName")
118
96
  def display_name(self) -> Optional[str]:
119
97
  """
120
- User-friendly name.
98
+ User friendly name.
121
99
  """
122
100
  return pulumi.get(self, "display_name")
123
101
 
@@ -144,14 +122,6 @@ class GetSoftwareSourcesResult:
144
122
  """
145
123
  return pulumi.get(self, "id")
146
124
 
147
- @property
148
- @pulumi.getter(name="isMandatoryForAutonomousLinux")
149
- def is_mandatory_for_autonomous_linux(self) -> Optional[bool]:
150
- """
151
- Indicates whether the software source is required for the Autonomous Linux service.
152
- """
153
- return pulumi.get(self, "is_mandatory_for_autonomous_linux")
154
-
155
125
  @property
156
126
  @pulumi.getter(name="osFamilies")
157
127
  def os_families(self) -> Optional[Sequence[str]]:
@@ -177,7 +147,7 @@ class GetSoftwareSourcesResult:
177
147
  @pulumi.getter(name="softwareSourceTypes")
178
148
  def software_source_types(self) -> Optional[Sequence[str]]:
179
149
  """
180
- Type of software source.
150
+ Type of the software source.
181
151
  """
182
152
  return pulumi.get(self, "software_source_types")
183
153
 
@@ -206,15 +176,12 @@ class AwaitableGetSoftwareSourcesResult(GetSoftwareSourcesResult):
206
176
  return GetSoftwareSourcesResult(
207
177
  arch_types=self.arch_types,
208
178
  availabilities=self.availabilities,
209
- availability_anywheres=self.availability_anywheres,
210
- availability_at_ocis=self.availability_at_ocis,
211
179
  compartment_id=self.compartment_id,
212
180
  display_name=self.display_name,
213
181
  display_name_contains=self.display_name_contains,
214
182
  display_name_not_equal_tos=self.display_name_not_equal_tos,
215
183
  filters=self.filters,
216
184
  id=self.id,
217
- is_mandatory_for_autonomous_linux=self.is_mandatory_for_autonomous_linux,
218
185
  os_families=self.os_families,
219
186
  software_source_collections=self.software_source_collections,
220
187
  software_source_id=self.software_source_id,
@@ -225,14 +192,11 @@ class AwaitableGetSoftwareSourcesResult(GetSoftwareSourcesResult):
225
192
 
226
193
  def get_software_sources(arch_types: Optional[Sequence[str]] = None,
227
194
  availabilities: Optional[Sequence[str]] = None,
228
- availability_anywheres: Optional[Sequence[str]] = None,
229
- availability_at_ocis: Optional[Sequence[str]] = None,
230
195
  compartment_id: Optional[str] = None,
231
196
  display_name: Optional[str] = None,
232
197
  display_name_contains: Optional[str] = None,
233
198
  display_name_not_equal_tos: Optional[Sequence[str]] = None,
234
199
  filters: Optional[Sequence[pulumi.InputType['GetSoftwareSourcesFilterArgs']]] = None,
235
- is_mandatory_for_autonomous_linux: Optional[bool] = None,
236
200
  os_families: Optional[Sequence[str]] = None,
237
201
  software_source_id: Optional[str] = None,
238
202
  software_source_types: Optional[Sequence[str]] = None,
@@ -242,7 +206,7 @@ def get_software_sources(arch_types: Optional[Sequence[str]] = None,
242
206
  """
243
207
  This data source provides the list of Software Sources in Oracle Cloud Infrastructure Os Management Hub service.
244
208
 
245
- Lists software sources that match the specified tenancy or software source [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Filter the list against a
209
+ Lists software sources that match the specified tenancy or software source OCID. Filter the list against a
246
210
  variety of criteria including but not limited to its name, status, architecture, and OS family.
247
211
 
248
212
  ## Example Usage
@@ -253,13 +217,10 @@ def get_software_sources(arch_types: Optional[Sequence[str]] = None,
253
217
 
254
218
  test_software_sources = oci.OsManagementHub.get_software_sources(arch_types=software_source_arch_type,
255
219
  availabilities=software_source_availability,
256
- availability_anywheres=software_source_availability_anywhere,
257
- availability_at_ocis=software_source_availability_at_oci,
258
220
  compartment_id=compartment_id,
259
221
  display_name=software_source_display_name,
260
222
  display_name_contains=software_source_display_name_contains,
261
223
  display_name_not_equal_tos=software_source_display_name_not_equal_to,
262
- is_mandatory_for_autonomous_linux=software_source_is_mandatory_for_autonomous_linux,
263
224
  os_families=software_source_os_family,
264
225
  software_source_id=test_software_source["id"],
265
226
  software_source_types=software_source_software_source_type,
@@ -269,31 +230,25 @@ def get_software_sources(arch_types: Optional[Sequence[str]] = None,
269
230
 
270
231
 
271
232
  :param Sequence[str] arch_types: A filter to return only instances whose architecture type matches the given architecture.
272
- :param Sequence[str] availabilities: The availabilities of the software source in a non-OCI environment for a tenancy.
273
- :param Sequence[str] availability_anywheres: The availabilities of the software source. Use this query parameter to filter across availabilities in different environments.
274
- :param Sequence[str] availability_at_ocis: The availabilities of the software source in an Oracle Cloud Infrastructure environment for a tenancy.
275
- :param str compartment_id: (Updatable) The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
276
- :param str display_name: A filter to return resources that match the given user-friendly name.
233
+ :param Sequence[str] availabilities: The availabilities of the software source for a tenant.
234
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
235
+ :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
277
236
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
278
237
  :param Sequence[str] display_name_not_equal_tos: A multi filter to return resources that do not contains the given display names.
279
- :param bool is_mandatory_for_autonomous_linux: Indicates whether the software source is mandatory for the Autonomous Linux service.
280
- :param Sequence[str] os_families: A filter to return only resources that match the given operating system family.
281
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the software source.
238
+ :param Sequence[str] os_families: A filter to return only instances whose OS family type matches the given OS family.
239
+ :param str software_source_id: The OCID for the software source.
282
240
  :param Sequence[str] software_source_types: The type of the software source.
283
- :param Sequence[str] states: A filter to return only software sources whose state matches the given state.
284
- :param str vendor_name: A filter to return only resources that match the given vendor name.
241
+ :param Sequence[str] states: A filter to return only resources whose lifecycleState matches the given lifecycleStates.
242
+ :param str vendor_name: A filter to return only profiles that match the given vendorName.
285
243
  """
286
244
  __args__ = dict()
287
245
  __args__['archTypes'] = arch_types
288
246
  __args__['availabilities'] = availabilities
289
- __args__['availabilityAnywheres'] = availability_anywheres
290
- __args__['availabilityAtOcis'] = availability_at_ocis
291
247
  __args__['compartmentId'] = compartment_id
292
248
  __args__['displayName'] = display_name
293
249
  __args__['displayNameContains'] = display_name_contains
294
250
  __args__['displayNameNotEqualTos'] = display_name_not_equal_tos
295
251
  __args__['filters'] = filters
296
- __args__['isMandatoryForAutonomousLinux'] = is_mandatory_for_autonomous_linux
297
252
  __args__['osFamilies'] = os_families
298
253
  __args__['softwareSourceId'] = software_source_id
299
254
  __args__['softwareSourceTypes'] = software_source_types
@@ -305,15 +260,12 @@ def get_software_sources(arch_types: Optional[Sequence[str]] = None,
305
260
  return AwaitableGetSoftwareSourcesResult(
306
261
  arch_types=pulumi.get(__ret__, 'arch_types'),
307
262
  availabilities=pulumi.get(__ret__, 'availabilities'),
308
- availability_anywheres=pulumi.get(__ret__, 'availability_anywheres'),
309
- availability_at_ocis=pulumi.get(__ret__, 'availability_at_ocis'),
310
263
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
311
264
  display_name=pulumi.get(__ret__, 'display_name'),
312
265
  display_name_contains=pulumi.get(__ret__, 'display_name_contains'),
313
266
  display_name_not_equal_tos=pulumi.get(__ret__, 'display_name_not_equal_tos'),
314
267
  filters=pulumi.get(__ret__, 'filters'),
315
268
  id=pulumi.get(__ret__, 'id'),
316
- is_mandatory_for_autonomous_linux=pulumi.get(__ret__, 'is_mandatory_for_autonomous_linux'),
317
269
  os_families=pulumi.get(__ret__, 'os_families'),
318
270
  software_source_collections=pulumi.get(__ret__, 'software_source_collections'),
319
271
  software_source_id=pulumi.get(__ret__, 'software_source_id'),
@@ -325,14 +277,11 @@ def get_software_sources(arch_types: Optional[Sequence[str]] = None,
325
277
  @_utilities.lift_output_func(get_software_sources)
326
278
  def get_software_sources_output(arch_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
327
279
  availabilities: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
328
- availability_anywheres: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
329
- availability_at_ocis: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
330
280
  compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
331
281
  display_name: Optional[pulumi.Input[Optional[str]]] = None,
332
282
  display_name_contains: Optional[pulumi.Input[Optional[str]]] = None,
333
283
  display_name_not_equal_tos: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
334
284
  filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetSoftwareSourcesFilterArgs']]]]] = None,
335
- is_mandatory_for_autonomous_linux: Optional[pulumi.Input[Optional[bool]]] = None,
336
285
  os_families: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
337
286
  software_source_id: Optional[pulumi.Input[Optional[str]]] = None,
338
287
  software_source_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
@@ -342,7 +291,7 @@ def get_software_sources_output(arch_types: Optional[pulumi.Input[Optional[Seque
342
291
  """
343
292
  This data source provides the list of Software Sources in Oracle Cloud Infrastructure Os Management Hub service.
344
293
 
345
- Lists software sources that match the specified tenancy or software source [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Filter the list against a
294
+ Lists software sources that match the specified tenancy or software source OCID. Filter the list against a
346
295
  variety of criteria including but not limited to its name, status, architecture, and OS family.
347
296
 
348
297
  ## Example Usage
@@ -353,13 +302,10 @@ def get_software_sources_output(arch_types: Optional[pulumi.Input[Optional[Seque
353
302
 
354
303
  test_software_sources = oci.OsManagementHub.get_software_sources(arch_types=software_source_arch_type,
355
304
  availabilities=software_source_availability,
356
- availability_anywheres=software_source_availability_anywhere,
357
- availability_at_ocis=software_source_availability_at_oci,
358
305
  compartment_id=compartment_id,
359
306
  display_name=software_source_display_name,
360
307
  display_name_contains=software_source_display_name_contains,
361
308
  display_name_not_equal_tos=software_source_display_name_not_equal_to,
362
- is_mandatory_for_autonomous_linux=software_source_is_mandatory_for_autonomous_linux,
363
309
  os_families=software_source_os_family,
364
310
  software_source_id=test_software_source["id"],
365
311
  software_source_types=software_source_software_source_type,
@@ -369,18 +315,15 @@ def get_software_sources_output(arch_types: Optional[pulumi.Input[Optional[Seque
369
315
 
370
316
 
371
317
  :param Sequence[str] arch_types: A filter to return only instances whose architecture type matches the given architecture.
372
- :param Sequence[str] availabilities: The availabilities of the software source in a non-OCI environment for a tenancy.
373
- :param Sequence[str] availability_anywheres: The availabilities of the software source. Use this query parameter to filter across availabilities in different environments.
374
- :param Sequence[str] availability_at_ocis: The availabilities of the software source in an Oracle Cloud Infrastructure environment for a tenancy.
375
- :param str compartment_id: (Updatable) The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
376
- :param str display_name: A filter to return resources that match the given user-friendly name.
318
+ :param Sequence[str] availabilities: The availabilities of the software source for a tenant.
319
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
320
+ :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
377
321
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
378
322
  :param Sequence[str] display_name_not_equal_tos: A multi filter to return resources that do not contains the given display names.
379
- :param bool is_mandatory_for_autonomous_linux: Indicates whether the software source is mandatory for the Autonomous Linux service.
380
- :param Sequence[str] os_families: A filter to return only resources that match the given operating system family.
381
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the software source.
323
+ :param Sequence[str] os_families: A filter to return only instances whose OS family type matches the given OS family.
324
+ :param str software_source_id: The OCID for the software source.
382
325
  :param Sequence[str] software_source_types: The type of the software source.
383
- :param Sequence[str] states: A filter to return only software sources whose state matches the given state.
384
- :param str vendor_name: A filter to return only resources that match the given vendor name.
326
+ :param Sequence[str] states: A filter to return only resources whose lifecycleState matches the given lifecycleStates.
327
+ :param str vendor_name: A filter to return only profiles that match the given vendorName.
385
328
  """
386
329
  ...