pulumi-oci 1.36.0a1715707046__py3-none-any.whl → 1.36.0a1715878445__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 +208 -0
  2. pulumi_oci/core/__init__.py +3 -0
  3. pulumi_oci/core/_inputs.py +40 -0
  4. pulumi_oci/core/get_ip_inventory_subnet.py +171 -0
  5. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +171 -0
  6. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +206 -0
  7. pulumi_oci/core/outputs.py +261 -0
  8. pulumi_oci/database/_inputs.py +192 -0
  9. pulumi_oci/database/exadata_infrastructure.py +28 -0
  10. pulumi_oci/database/get_exadata_infrastructure.py +14 -1
  11. pulumi_oci/database/get_vm_cluster.py +14 -1
  12. pulumi_oci/database/outputs.py +418 -0
  13. pulumi_oci/database/vm_cluster.py +55 -0
  14. pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
  15. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
  16. pulumi_oci/datasafe/__init__.py +1 -0
  17. pulumi_oci/datasafe/masking_report_management.py +693 -0
  18. pulumi_oci/email/__init__.py +3 -0
  19. pulumi_oci/email/_inputs.py +46 -0
  20. pulumi_oci/email/dkim.py +4 -4
  21. pulumi_oci/email/email_domain.py +77 -0
  22. pulumi_oci/email/email_return_path.py +642 -0
  23. pulumi_oci/email/get_email_domain.py +27 -1
  24. pulumi_oci/email/get_email_return_path.py +274 -0
  25. pulumi_oci/email/get_email_return_paths.py +203 -0
  26. pulumi_oci/email/outputs.py +231 -0
  27. pulumi_oci/loadbalancer/_inputs.py +16 -0
  28. pulumi_oci/loadbalancer/listener.py +2 -0
  29. pulumi_oci/loadbalancer/outputs.py +14 -0
  30. pulumi_oci/loganalytics/namespace.py +4 -4
  31. pulumi_oci/networkloadbalancer/get_listener.py +14 -1
  32. pulumi_oci/networkloadbalancer/listener.py +51 -2
  33. pulumi_oci/networkloadbalancer/outputs.py +11 -0
  34. pulumi_oci/osmanagementhub/__init__.py +48 -0
  35. pulumi_oci/osmanagementhub/_inputs.py +3635 -493
  36. pulumi_oci/osmanagementhub/event.py +701 -0
  37. pulumi_oci/osmanagementhub/get_entitlements.py +178 -0
  38. pulumi_oci/osmanagementhub/get_errata.py +283 -0
  39. pulumi_oci/osmanagementhub/get_erratum.py +308 -0
  40. pulumi_oci/osmanagementhub/get_event.py +314 -0
  41. pulumi_oci/osmanagementhub/get_events.py +314 -0
  42. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +26 -13
  43. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +48 -11
  44. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -15
  45. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +86 -19
  46. pulumi_oci/osmanagementhub/get_managed_instance.py +587 -0
  47. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +187 -0
  48. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +190 -0
  49. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +238 -0
  50. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +204 -0
  51. pulumi_oci/osmanagementhub/get_managed_instance_group.py +62 -10
  52. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +7 -9
  53. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  54. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -10
  55. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +220 -0
  56. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +244 -0
  57. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +71 -16
  58. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +221 -0
  59. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +204 -0
  60. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +187 -0
  61. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +221 -0
  62. pulumi_oci/osmanagementhub/get_managed_instances.py +537 -0
  63. pulumi_oci/osmanagementhub/get_management_station.py +42 -19
  64. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  65. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  66. pulumi_oci/osmanagementhub/get_profile.py +51 -12
  67. pulumi_oci/osmanagementhub/get_profiles.py +76 -16
  68. pulumi_oci/osmanagementhub/get_scheduled_job.py +426 -0
  69. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +433 -0
  70. pulumi_oci/osmanagementhub/get_software_package.py +301 -0
  71. pulumi_oci/osmanagementhub/get_software_package_software_source.py +329 -0
  72. pulumi_oci/osmanagementhub/get_software_packages.py +232 -0
  73. pulumi_oci/osmanagementhub/get_software_source.py +109 -18
  74. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  75. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  76. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  77. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  78. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  79. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  80. pulumi_oci/osmanagementhub/get_software_source_software_package.py +23 -10
  81. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  82. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  83. pulumi_oci/osmanagementhub/get_software_sources.py +78 -21
  84. pulumi_oci/osmanagementhub/get_windows_update.py +222 -0
  85. pulumi_oci/osmanagementhub/get_windows_updates.py +187 -0
  86. pulumi_oci/osmanagementhub/lifecycle_environment.py +159 -86
  87. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +249 -0
  88. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +249 -0
  89. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +296 -0
  90. pulumi_oci/osmanagementhub/managed_instance.py +1327 -0
  91. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +266 -0
  92. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +214 -0
  93. pulumi_oci/osmanagementhub/managed_instance_group.py +264 -86
  94. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +293 -0
  95. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +293 -0
  96. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +264 -0
  97. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +293 -0
  98. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +293 -0
  99. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +293 -0
  100. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +526 -0
  101. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +293 -0
  102. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +292 -0
  103. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +341 -0
  104. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +341 -0
  105. pulumi_oci/osmanagementhub/management_station.py +184 -81
  106. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +264 -0
  107. pulumi_oci/osmanagementhub/management_station_refresh_management.py +212 -0
  108. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +264 -0
  109. pulumi_oci/osmanagementhub/outputs.py +10867 -2365
  110. pulumi_oci/osmanagementhub/profile.py +200 -78
  111. pulumi_oci/osmanagementhub/scheduled_job.py +1331 -0
  112. pulumi_oci/osmanagementhub/software_source.py +365 -181
  113. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +266 -0
  114. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +194 -0
  115. pulumi_oci/pulumi-plugin.json +1 -1
  116. {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/METADATA +1 -1
  117. {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/RECORD +119 -64
  118. {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,232 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+ from . import outputs
12
+ from ._inputs import *
13
+
14
+ __all__ = [
15
+ 'GetSoftwarePackagesResult',
16
+ 'AwaitableGetSoftwarePackagesResult',
17
+ 'get_software_packages',
18
+ 'get_software_packages_output',
19
+ ]
20
+
21
+ @pulumi.output_type
22
+ class GetSoftwarePackagesResult:
23
+ """
24
+ A collection of values returned by getSoftwarePackages.
25
+ """
26
+ def __init__(__self__, architecture=None, display_name=None, display_name_contains=None, filters=None, id=None, is_latest=None, os_family=None, software_package_collections=None, version=None):
27
+ if architecture and not isinstance(architecture, str):
28
+ raise TypeError("Expected argument 'architecture' to be a str")
29
+ pulumi.set(__self__, "architecture", architecture)
30
+ if display_name and not isinstance(display_name, str):
31
+ raise TypeError("Expected argument 'display_name' to be a str")
32
+ pulumi.set(__self__, "display_name", display_name)
33
+ if display_name_contains and not isinstance(display_name_contains, str):
34
+ raise TypeError("Expected argument 'display_name_contains' to be a str")
35
+ pulumi.set(__self__, "display_name_contains", display_name_contains)
36
+ if filters and not isinstance(filters, list):
37
+ raise TypeError("Expected argument 'filters' to be a list")
38
+ pulumi.set(__self__, "filters", filters)
39
+ if id and not isinstance(id, str):
40
+ raise TypeError("Expected argument 'id' to be a str")
41
+ pulumi.set(__self__, "id", id)
42
+ if is_latest and not isinstance(is_latest, bool):
43
+ raise TypeError("Expected argument 'is_latest' to be a bool")
44
+ pulumi.set(__self__, "is_latest", is_latest)
45
+ if os_family and not isinstance(os_family, str):
46
+ raise TypeError("Expected argument 'os_family' to be a str")
47
+ pulumi.set(__self__, "os_family", os_family)
48
+ if software_package_collections and not isinstance(software_package_collections, list):
49
+ raise TypeError("Expected argument 'software_package_collections' to be a list")
50
+ pulumi.set(__self__, "software_package_collections", software_package_collections)
51
+ if version and not isinstance(version, str):
52
+ raise TypeError("Expected argument 'version' to be a str")
53
+ pulumi.set(__self__, "version", version)
54
+
55
+ @property
56
+ @pulumi.getter
57
+ def architecture(self) -> Optional[str]:
58
+ """
59
+ The architecture for which this software was built
60
+ """
61
+ return pulumi.get(self, "architecture")
62
+
63
+ @property
64
+ @pulumi.getter(name="displayName")
65
+ def display_name(self) -> Optional[str]:
66
+ """
67
+ Software source name.
68
+ """
69
+ return pulumi.get(self, "display_name")
70
+
71
+ @property
72
+ @pulumi.getter(name="displayNameContains")
73
+ def display_name_contains(self) -> Optional[str]:
74
+ return pulumi.get(self, "display_name_contains")
75
+
76
+ @property
77
+ @pulumi.getter
78
+ def filters(self) -> Optional[Sequence['outputs.GetSoftwarePackagesFilterResult']]:
79
+ return pulumi.get(self, "filters")
80
+
81
+ @property
82
+ @pulumi.getter
83
+ def id(self) -> str:
84
+ """
85
+ The provider-assigned unique ID for this managed resource.
86
+ """
87
+ return pulumi.get(self, "id")
88
+
89
+ @property
90
+ @pulumi.getter(name="isLatest")
91
+ def is_latest(self) -> Optional[bool]:
92
+ """
93
+ Indicates whether this package is the latest version.
94
+ """
95
+ return pulumi.get(self, "is_latest")
96
+
97
+ @property
98
+ @pulumi.getter(name="osFamily")
99
+ def os_family(self) -> Optional[str]:
100
+ return pulumi.get(self, "os_family")
101
+
102
+ @property
103
+ @pulumi.getter(name="softwarePackageCollections")
104
+ def software_package_collections(self) -> Sequence['outputs.GetSoftwarePackagesSoftwarePackageCollectionResult']:
105
+ """
106
+ The list of software_package_collection.
107
+ """
108
+ return pulumi.get(self, "software_package_collections")
109
+
110
+ @property
111
+ @pulumi.getter
112
+ def version(self) -> Optional[str]:
113
+ """
114
+ Version of the package.
115
+ """
116
+ return pulumi.get(self, "version")
117
+
118
+
119
+ class AwaitableGetSoftwarePackagesResult(GetSoftwarePackagesResult):
120
+ # pylint: disable=using-constant-test
121
+ def __await__(self):
122
+ if False:
123
+ yield self
124
+ return GetSoftwarePackagesResult(
125
+ architecture=self.architecture,
126
+ display_name=self.display_name,
127
+ display_name_contains=self.display_name_contains,
128
+ filters=self.filters,
129
+ id=self.id,
130
+ is_latest=self.is_latest,
131
+ os_family=self.os_family,
132
+ software_package_collections=self.software_package_collections,
133
+ version=self.version)
134
+
135
+
136
+ def get_software_packages(architecture: Optional[str] = None,
137
+ display_name: Optional[str] = None,
138
+ display_name_contains: Optional[str] = None,
139
+ filters: Optional[Sequence[pulumi.InputType['GetSoftwarePackagesFilterArgs']]] = None,
140
+ is_latest: Optional[bool] = None,
141
+ os_family: Optional[str] = None,
142
+ version: Optional[str] = None,
143
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSoftwarePackagesResult:
144
+ """
145
+ This data source provides the list of Software Packages in Oracle Cloud Infrastructure Os Management Hub service.
146
+
147
+ Lists software packages available through the OS Management Hub service. Filter the list against a variety of criteria
148
+ including but not limited to its name.
149
+
150
+ ## Example Usage
151
+
152
+ ```python
153
+ import pulumi
154
+ import pulumi_oci as oci
155
+
156
+ test_software_packages = oci.OsManagementHub.get_software_packages(architecture=software_package_architecture,
157
+ display_name=software_package_display_name,
158
+ display_name_contains=software_package_display_name_contains,
159
+ is_latest=software_package_is_latest,
160
+ os_family=software_package_os_family,
161
+ version=software_package_version)
162
+ ```
163
+
164
+
165
+ :param str architecture: A filter to return software packages that match the given architecture.
166
+ :param str display_name: A filter to return resources that match the given user-friendly name.
167
+ :param str display_name_contains: A filter to return resources that may partially match the given display name.
168
+ :param bool is_latest: Indicates whether to list only the latest versions of packages, module streams, and stream profiles.
169
+ :param str os_family: A filter to return only resources that match the given operating system family.
170
+ :param str version: A filter to return software packages that match the given version.
171
+ """
172
+ __args__ = dict()
173
+ __args__['architecture'] = architecture
174
+ __args__['displayName'] = display_name
175
+ __args__['displayNameContains'] = display_name_contains
176
+ __args__['filters'] = filters
177
+ __args__['isLatest'] = is_latest
178
+ __args__['osFamily'] = os_family
179
+ __args__['version'] = version
180
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
181
+ __ret__ = pulumi.runtime.invoke('oci:OsManagementHub/getSoftwarePackages:getSoftwarePackages', __args__, opts=opts, typ=GetSoftwarePackagesResult).value
182
+
183
+ return AwaitableGetSoftwarePackagesResult(
184
+ architecture=pulumi.get(__ret__, 'architecture'),
185
+ display_name=pulumi.get(__ret__, 'display_name'),
186
+ display_name_contains=pulumi.get(__ret__, 'display_name_contains'),
187
+ filters=pulumi.get(__ret__, 'filters'),
188
+ id=pulumi.get(__ret__, 'id'),
189
+ is_latest=pulumi.get(__ret__, 'is_latest'),
190
+ os_family=pulumi.get(__ret__, 'os_family'),
191
+ software_package_collections=pulumi.get(__ret__, 'software_package_collections'),
192
+ version=pulumi.get(__ret__, 'version'))
193
+
194
+
195
+ @_utilities.lift_output_func(get_software_packages)
196
+ def get_software_packages_output(architecture: Optional[pulumi.Input[Optional[str]]] = None,
197
+ display_name: Optional[pulumi.Input[Optional[str]]] = None,
198
+ display_name_contains: Optional[pulumi.Input[Optional[str]]] = None,
199
+ filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetSoftwarePackagesFilterArgs']]]]] = None,
200
+ is_latest: Optional[pulumi.Input[Optional[bool]]] = None,
201
+ os_family: Optional[pulumi.Input[Optional[str]]] = None,
202
+ version: Optional[pulumi.Input[Optional[str]]] = None,
203
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSoftwarePackagesResult]:
204
+ """
205
+ This data source provides the list of Software Packages in Oracle Cloud Infrastructure Os Management Hub service.
206
+
207
+ Lists software packages available through the OS Management Hub service. Filter the list against a variety of criteria
208
+ including but not limited to its name.
209
+
210
+ ## Example Usage
211
+
212
+ ```python
213
+ import pulumi
214
+ import pulumi_oci as oci
215
+
216
+ test_software_packages = oci.OsManagementHub.get_software_packages(architecture=software_package_architecture,
217
+ display_name=software_package_display_name,
218
+ display_name_contains=software_package_display_name_contains,
219
+ is_latest=software_package_is_latest,
220
+ os_family=software_package_os_family,
221
+ version=software_package_version)
222
+ ```
223
+
224
+
225
+ :param str architecture: A filter to return software packages that match the given architecture.
226
+ :param str display_name: A filter to return resources that match the given user-friendly name.
227
+ :param str display_name_contains: A filter to return resources that may partially match the given display name.
228
+ :param bool is_latest: Indicates whether to list only the latest versions of packages, module streams, and stream profiles.
229
+ :param str os_family: A filter to return only resources that match the given operating system family.
230
+ :param str version: A filter to return software packages that match the given version.
231
+ """
232
+ ...
@@ -22,13 +22,16 @@ class GetSoftwareSourceResult:
22
22
  """
23
23
  A collection of values returned by getSoftwareSource.
24
24
  """
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):
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):
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)
32
35
  if checksum_type and not isinstance(checksum_type, str):
33
36
  raise TypeError("Expected argument 'checksum_type' to be a str")
34
37
  pulumi.set(__self__, "checksum_type", checksum_type)
@@ -62,18 +65,36 @@ class GetSoftwareSourceResult:
62
65
  if id and not isinstance(id, str):
63
66
  raise TypeError("Expected argument 'id' to be a str")
64
67
  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)
65
71
  if is_automatically_updated and not isinstance(is_automatically_updated, bool):
66
72
  raise TypeError("Expected argument 'is_automatically_updated' to be a bool")
67
73
  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)
68
83
  if os_family and not isinstance(os_family, str):
69
84
  raise TypeError("Expected argument 'os_family' to be a str")
70
85
  pulumi.set(__self__, "os_family", os_family)
71
86
  if package_count and not isinstance(package_count, str):
72
87
  raise TypeError("Expected argument 'package_count' to be a str")
73
88
  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)
74
92
  if repo_id and not isinstance(repo_id, str):
75
93
  raise TypeError("Expected argument 'repo_id' to be a str")
76
94
  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)
77
98
  if software_source_id and not isinstance(software_source_id, str):
78
99
  raise TypeError("Expected argument 'software_source_id' to be a str")
79
100
  pulumi.set(__self__, "software_source_id", software_source_id)
@@ -114,10 +135,18 @@ class GetSoftwareSourceResult:
114
135
  @pulumi.getter
115
136
  def availability(self) -> str:
116
137
  """
117
- Possible availabilities of a software source.
138
+ Availability of the software source (for non-OCI environments).
118
139
  """
119
140
  return pulumi.get(self, "availability")
120
141
 
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
+
121
150
  @property
122
151
  @pulumi.getter(name="checksumType")
123
152
  def checksum_type(self) -> str:
@@ -130,7 +159,7 @@ class GetSoftwareSourceResult:
130
159
  @pulumi.getter(name="compartmentId")
131
160
  def compartment_id(self) -> str:
132
161
  """
133
- The OCID of the tenancy containing the software source.
162
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the software source.
134
163
  """
135
164
  return pulumi.get(self, "compartment_id")
136
165
 
@@ -138,7 +167,7 @@ class GetSoftwareSourceResult:
138
167
  @pulumi.getter(name="customSoftwareSourceFilters")
139
168
  def custom_software_source_filters(self) -> Sequence['outputs.GetSoftwareSourceCustomSoftwareSourceFilterResult']:
140
169
  """
141
- Used to apply filters to a VendorSoftwareSource to create/update CustomSoftwareSources.
170
+ Provides the information used to apply filters to a vendor software source to create or update a custom software source.
142
171
  """
143
172
  return pulumi.get(self, "custom_software_source_filters")
144
173
 
@@ -154,7 +183,7 @@ class GetSoftwareSourceResult:
154
183
  @pulumi.getter
155
184
  def description(self) -> str:
156
185
  """
157
- Information specified by the user about the software source.
186
+ User-specified description for the software source.
158
187
  """
159
188
  return pulumi.get(self, "description")
160
189
 
@@ -162,7 +191,7 @@ class GetSoftwareSourceResult:
162
191
  @pulumi.getter(name="displayName")
163
192
  def display_name(self) -> str:
164
193
  """
165
- User friendly name.
194
+ User-friendly name.
166
195
  """
167
196
  return pulumi.get(self, "display_name")
168
197
 
@@ -202,18 +231,50 @@ class GetSoftwareSourceResult:
202
231
  @pulumi.getter
203
232
  def id(self) -> str:
204
233
  """
205
- The OCID of the resource that is immutable on creation.
234
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource that is immutable on creation.
206
235
  """
207
236
  return pulumi.get(self, "id")
208
237
 
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
+
209
246
  @property
210
247
  @pulumi.getter(name="isAutomaticallyUpdated")
211
248
  def is_automatically_updated(self) -> bool:
212
249
  """
213
- Indicates whether service should automatically update the custom software source for the user.
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.
214
251
  """
215
252
  return pulumi.get(self, "is_automatically_updated")
216
253
 
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
+
217
278
  @property
218
279
  @pulumi.getter(name="osFamily")
219
280
  def os_family(self) -> str:
@@ -226,18 +287,34 @@ class GetSoftwareSourceResult:
226
287
  @pulumi.getter(name="packageCount")
227
288
  def package_count(self) -> str:
228
289
  """
229
- Number of packages.
290
+ Number of packages the software source contains.
230
291
  """
231
292
  return pulumi.get(self, "package_count")
232
293
 
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
+
233
302
  @property
234
303
  @pulumi.getter(name="repoId")
235
304
  def repo_id(self) -> str:
236
305
  """
237
- The Repo ID for the software source.
306
+ The repository ID for the software source.
238
307
  """
239
308
  return pulumi.get(self, "repo_id")
240
309
 
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
+
241
318
  @property
242
319
  @pulumi.getter(name="softwareSourceId")
243
320
  def software_source_id(self) -> str:
@@ -247,7 +324,7 @@ class GetSoftwareSourceResult:
247
324
  @pulumi.getter(name="softwareSourceType")
248
325
  def software_source_type(self) -> str:
249
326
  """
250
- Type of the software source.
327
+ Type of software source.
251
328
  """
252
329
  return pulumi.get(self, "software_source_type")
253
330
 
@@ -279,7 +356,7 @@ class GetSoftwareSourceResult:
279
356
  @pulumi.getter(name="timeCreated")
280
357
  def time_created(self) -> str:
281
358
  """
282
- The date and time the software source was created, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
359
+ The date and time the software source was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
283
360
  """
284
361
  return pulumi.get(self, "time_created")
285
362
 
@@ -287,7 +364,7 @@ class GetSoftwareSourceResult:
287
364
  @pulumi.getter
288
365
  def url(self) -> str:
289
366
  """
290
- URL for the repository.
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>'.
291
368
  """
292
369
  return pulumi.get(self, "url")
293
370
 
@@ -303,7 +380,7 @@ class GetSoftwareSourceResult:
303
380
  @pulumi.getter(name="vendorSoftwareSources")
304
381
  def vendor_software_sources(self) -> Sequence['outputs.GetSoftwareSourceVendorSoftwareSourceResult']:
305
382
  """
306
- List of vendor software sources.
383
+ List of vendor software sources that are used for the basis of the versioned custom software source.
307
384
  """
308
385
  return pulumi.get(self, "vendor_software_sources")
309
386
 
@@ -316,6 +393,7 @@ class AwaitableGetSoftwareSourceResult(GetSoftwareSourceResult):
316
393
  return GetSoftwareSourceResult(
317
394
  arch_type=self.arch_type,
318
395
  availability=self.availability,
396
+ availability_at_oci=self.availability_at_oci,
319
397
  checksum_type=self.checksum_type,
320
398
  compartment_id=self.compartment_id,
321
399
  custom_software_source_filters=self.custom_software_source_filters,
@@ -327,10 +405,16 @@ class AwaitableGetSoftwareSourceResult(GetSoftwareSourceResult):
327
405
  gpg_key_id=self.gpg_key_id,
328
406
  gpg_key_url=self.gpg_key_url,
329
407
  id=self.id,
408
+ is_auto_resolve_dependencies=self.is_auto_resolve_dependencies,
330
409
  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,
331
413
  os_family=self.os_family,
332
414
  package_count=self.package_count,
415
+ packages=self.packages,
333
416
  repo_id=self.repo_id,
417
+ size=self.size,
334
418
  software_source_id=self.software_source_id,
335
419
  software_source_type=self.software_source_type,
336
420
  software_source_version=self.software_source_version,
@@ -347,7 +431,7 @@ def get_software_source(software_source_id: Optional[str] = None,
347
431
  """
348
432
  This data source provides details about a specific Software Source resource in Oracle Cloud Infrastructure Os Management Hub service.
349
433
 
350
- Gets information about the specified software source.
434
+ Returns information about the specified software source.
351
435
 
352
436
  ## Example Usage
353
437
 
@@ -359,7 +443,7 @@ def get_software_source(software_source_id: Optional[str] = None,
359
443
  ```
360
444
 
361
445
 
362
- :param str software_source_id: The software source OCID.
446
+ :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
363
447
  """
364
448
  __args__ = dict()
365
449
  __args__['softwareSourceId'] = software_source_id
@@ -369,6 +453,7 @@ def get_software_source(software_source_id: Optional[str] = None,
369
453
  return AwaitableGetSoftwareSourceResult(
370
454
  arch_type=pulumi.get(__ret__, 'arch_type'),
371
455
  availability=pulumi.get(__ret__, 'availability'),
456
+ availability_at_oci=pulumi.get(__ret__, 'availability_at_oci'),
372
457
  checksum_type=pulumi.get(__ret__, 'checksum_type'),
373
458
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
374
459
  custom_software_source_filters=pulumi.get(__ret__, 'custom_software_source_filters'),
@@ -380,10 +465,16 @@ def get_software_source(software_source_id: Optional[str] = None,
380
465
  gpg_key_id=pulumi.get(__ret__, 'gpg_key_id'),
381
466
  gpg_key_url=pulumi.get(__ret__, 'gpg_key_url'),
382
467
  id=pulumi.get(__ret__, 'id'),
468
+ is_auto_resolve_dependencies=pulumi.get(__ret__, 'is_auto_resolve_dependencies'),
383
469
  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'),
384
473
  os_family=pulumi.get(__ret__, 'os_family'),
385
474
  package_count=pulumi.get(__ret__, 'package_count'),
475
+ packages=pulumi.get(__ret__, 'packages'),
386
476
  repo_id=pulumi.get(__ret__, 'repo_id'),
477
+ size=pulumi.get(__ret__, 'size'),
387
478
  software_source_id=pulumi.get(__ret__, 'software_source_id'),
388
479
  software_source_type=pulumi.get(__ret__, 'software_source_type'),
389
480
  software_source_version=pulumi.get(__ret__, 'software_source_version'),
@@ -401,7 +492,7 @@ def get_software_source_output(software_source_id: Optional[pulumi.Input[str]] =
401
492
  """
402
493
  This data source provides details about a specific Software Source resource in Oracle Cloud Infrastructure Os Management Hub service.
403
494
 
404
- Gets information about the specified software source.
495
+ Returns information about the specified software source.
405
496
 
406
497
  ## Example Usage
407
498
 
@@ -413,6 +504,6 @@ def get_software_source_output(software_source_id: Optional[pulumi.Input[str]] =
413
504
  ```
414
505
 
415
506
 
416
- :param str software_source_id: The software source OCID.
507
+ :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
417
508
  """
418
509
  ...
@@ -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 of the software source that provides this module stream.
135
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) 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
- Gets information about the specified module stream in a software source.
171
+ Returns 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 software source OCID.
186
+ :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
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
- Gets information about the specified module stream in a software source.
218
+ Returns 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 software source OCID.
233
+ :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
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
- Gets information about the specified module stream profile in a software source.
145
+ Returns 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 profile of the containing module stream.
162
- :param str software_source_id: The software source OCID.
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.
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
- Gets information about the specified module stream profile in a software source.
194
+ Returns 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 profile of the containing module stream.
211
- :param str software_source_id: The software source OCID.
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.
212
212
  :param str stream_name: The name of the stream of the containing module.
213
213
  """
214
214
  ...