pulumi-oci 1.36.0__py3-none-any.whl → 1.36.0a1715707046__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 -1
  61. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/METADATA +1 -1
  62. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.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.0a1715707046.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/top_level.txt +0 -0
@@ -17,68 +17,50 @@ __all__ = ['SoftwareSourceArgs', 'SoftwareSource']
17
17
  class SoftwareSourceArgs:
18
18
  def __init__(__self__, *,
19
19
  compartment_id: pulumi.Input[str],
20
+ display_name: pulumi.Input[str],
20
21
  software_source_type: pulumi.Input[str],
22
+ vendor_software_sources: pulumi.Input[Sequence[pulumi.Input['SoftwareSourceVendorSoftwareSourceArgs']]],
21
23
  custom_software_source_filter: Optional[pulumi.Input['SoftwareSourceCustomSoftwareSourceFilterArgs']] = None,
22
24
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
23
25
  description: Optional[pulumi.Input[str]] = None,
24
- display_name: Optional[pulumi.Input[str]] = None,
25
26
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
26
- is_auto_resolve_dependencies: Optional[pulumi.Input[bool]] = None,
27
27
  is_automatically_updated: Optional[pulumi.Input[bool]] = None,
28
- is_created_from_package_list: Optional[pulumi.Input[bool]] = None,
29
- origin_software_source_id: Optional[pulumi.Input[str]] = None,
30
- packages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
31
- software_source_version: Optional[pulumi.Input[str]] = None,
32
- vendor_software_sources: Optional[pulumi.Input[Sequence[pulumi.Input['SoftwareSourceVendorSoftwareSourceArgs']]]] = None):
28
+ software_source_version: Optional[pulumi.Input[str]] = None):
33
29
  """
34
30
  The set of arguments for constructing a SoftwareSource resource.
35
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the software source.
36
- :param pulumi.Input[str] software_source_type: (Updatable) Type of software source.
37
- :param pulumi.Input['SoftwareSourceCustomSoftwareSourceFilterArgs'] custom_software_source_filter: (Updatable) Provides the information used to apply filters to a vendor software source to create or update a custom software source.
31
+ :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the tenancy containing the software source.
32
+ :param pulumi.Input[str] display_name: (Updatable) User friendly name.
33
+ :param pulumi.Input[str] software_source_type: (Updatable) Type of the software source.
34
+ :param pulumi.Input[Sequence[pulumi.Input['SoftwareSourceVendorSoftwareSourceArgs']]] vendor_software_sources: (Updatable) List of vendor software sources.
35
+ :param pulumi.Input['SoftwareSourceCustomSoftwareSourceFilterArgs'] custom_software_source_filter: (Updatable) Used to apply filters to a VendorSoftwareSource to create/update CustomSoftwareSources.
38
36
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
39
- :param pulumi.Input[str] description: (Updatable) User-specified description for the software source. Avoid entering confidential information.
40
- :param pulumi.Input[str] display_name: (Updatable) User-friendly name.
37
+ :param pulumi.Input[str] description: (Updatable) Information specified by the user about the software source.
41
38
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
42
- :param pulumi.Input[bool] is_auto_resolve_dependencies: (Updatable) Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
43
- :param pulumi.Input[bool] is_automatically_updated: (Updatable) 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.
44
- :param pulumi.Input[bool] is_created_from_package_list: Indicates whether the service should create the software source from a list of packages provided by the user.
45
- :param pulumi.Input[str] origin_software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment that is being replicated.
46
- :param pulumi.Input[Sequence[pulumi.Input[str]]] packages: A property used for compatibility only. It doesn't provide a complete list of packages. See [AddPackagesToSoftwareSourceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/osmh/latest/datatypes/AddPackagesToSoftwareSourceDetails) for providing the list of packages used to create the software source when isCreatedFromPackageList is set to true.
39
+ :param pulumi.Input[bool] is_automatically_updated: (Updatable) Indicates whether service should automatically update the custom software source for the user.
47
40
  :param pulumi.Input[str] software_source_version: The version to assign to this custom software source.
48
- :param pulumi.Input[Sequence[pulumi.Input['SoftwareSourceVendorSoftwareSourceArgs']]] vendor_software_sources: (Updatable) List of vendor software sources.
49
41
  """
50
42
  pulumi.set(__self__, "compartment_id", compartment_id)
43
+ pulumi.set(__self__, "display_name", display_name)
51
44
  pulumi.set(__self__, "software_source_type", software_source_type)
45
+ pulumi.set(__self__, "vendor_software_sources", vendor_software_sources)
52
46
  if custom_software_source_filter is not None:
53
47
  pulumi.set(__self__, "custom_software_source_filter", custom_software_source_filter)
54
48
  if defined_tags is not None:
55
49
  pulumi.set(__self__, "defined_tags", defined_tags)
56
50
  if description is not None:
57
51
  pulumi.set(__self__, "description", description)
58
- if display_name is not None:
59
- pulumi.set(__self__, "display_name", display_name)
60
52
  if freeform_tags is not None:
61
53
  pulumi.set(__self__, "freeform_tags", freeform_tags)
62
- if is_auto_resolve_dependencies is not None:
63
- pulumi.set(__self__, "is_auto_resolve_dependencies", is_auto_resolve_dependencies)
64
54
  if is_automatically_updated is not None:
65
55
  pulumi.set(__self__, "is_automatically_updated", is_automatically_updated)
66
- if is_created_from_package_list is not None:
67
- pulumi.set(__self__, "is_created_from_package_list", is_created_from_package_list)
68
- if origin_software_source_id is not None:
69
- pulumi.set(__self__, "origin_software_source_id", origin_software_source_id)
70
- if packages is not None:
71
- pulumi.set(__self__, "packages", packages)
72
56
  if software_source_version is not None:
73
57
  pulumi.set(__self__, "software_source_version", software_source_version)
74
- if vendor_software_sources is not None:
75
- pulumi.set(__self__, "vendor_software_sources", vendor_software_sources)
76
58
 
77
59
  @property
78
60
  @pulumi.getter(name="compartmentId")
79
61
  def compartment_id(self) -> pulumi.Input[str]:
80
62
  """
81
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the software source.
63
+ (Updatable) The OCID of the tenancy containing the software source.
82
64
  """
83
65
  return pulumi.get(self, "compartment_id")
84
66
 
@@ -86,11 +68,23 @@ class SoftwareSourceArgs:
86
68
  def compartment_id(self, value: pulumi.Input[str]):
87
69
  pulumi.set(self, "compartment_id", value)
88
70
 
71
+ @property
72
+ @pulumi.getter(name="displayName")
73
+ def display_name(self) -> pulumi.Input[str]:
74
+ """
75
+ (Updatable) User friendly name.
76
+ """
77
+ return pulumi.get(self, "display_name")
78
+
79
+ @display_name.setter
80
+ def display_name(self, value: pulumi.Input[str]):
81
+ pulumi.set(self, "display_name", value)
82
+
89
83
  @property
90
84
  @pulumi.getter(name="softwareSourceType")
91
85
  def software_source_type(self) -> pulumi.Input[str]:
92
86
  """
93
- (Updatable) Type of software source.
87
+ (Updatable) Type of the software source.
94
88
  """
95
89
  return pulumi.get(self, "software_source_type")
96
90
 
@@ -98,11 +92,23 @@ class SoftwareSourceArgs:
98
92
  def software_source_type(self, value: pulumi.Input[str]):
99
93
  pulumi.set(self, "software_source_type", value)
100
94
 
95
+ @property
96
+ @pulumi.getter(name="vendorSoftwareSources")
97
+ def vendor_software_sources(self) -> pulumi.Input[Sequence[pulumi.Input['SoftwareSourceVendorSoftwareSourceArgs']]]:
98
+ """
99
+ (Updatable) List of vendor software sources.
100
+ """
101
+ return pulumi.get(self, "vendor_software_sources")
102
+
103
+ @vendor_software_sources.setter
104
+ def vendor_software_sources(self, value: pulumi.Input[Sequence[pulumi.Input['SoftwareSourceVendorSoftwareSourceArgs']]]):
105
+ pulumi.set(self, "vendor_software_sources", value)
106
+
101
107
  @property
102
108
  @pulumi.getter(name="customSoftwareSourceFilter")
103
109
  def custom_software_source_filter(self) -> Optional[pulumi.Input['SoftwareSourceCustomSoftwareSourceFilterArgs']]:
104
110
  """
105
- (Updatable) Provides the information used to apply filters to a vendor software source to create or update a custom software source.
111
+ (Updatable) Used to apply filters to a VendorSoftwareSource to create/update CustomSoftwareSources.
106
112
  """
107
113
  return pulumi.get(self, "custom_software_source_filter")
108
114
 
@@ -126,7 +132,7 @@ class SoftwareSourceArgs:
126
132
  @pulumi.getter
127
133
  def description(self) -> Optional[pulumi.Input[str]]:
128
134
  """
129
- (Updatable) User-specified description for the software source. Avoid entering confidential information.
135
+ (Updatable) Information specified by the user about the software source.
130
136
  """
131
137
  return pulumi.get(self, "description")
132
138
 
@@ -134,18 +140,6 @@ class SoftwareSourceArgs:
134
140
  def description(self, value: Optional[pulumi.Input[str]]):
135
141
  pulumi.set(self, "description", value)
136
142
 
137
- @property
138
- @pulumi.getter(name="displayName")
139
- def display_name(self) -> Optional[pulumi.Input[str]]:
140
- """
141
- (Updatable) User-friendly name.
142
- """
143
- return pulumi.get(self, "display_name")
144
-
145
- @display_name.setter
146
- def display_name(self, value: Optional[pulumi.Input[str]]):
147
- pulumi.set(self, "display_name", value)
148
-
149
143
  @property
150
144
  @pulumi.getter(name="freeformTags")
151
145
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
@@ -158,23 +152,11 @@ class SoftwareSourceArgs:
158
152
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
159
153
  pulumi.set(self, "freeform_tags", value)
160
154
 
161
- @property
162
- @pulumi.getter(name="isAutoResolveDependencies")
163
- def is_auto_resolve_dependencies(self) -> Optional[pulumi.Input[bool]]:
164
- """
165
- (Updatable) Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
166
- """
167
- return pulumi.get(self, "is_auto_resolve_dependencies")
168
-
169
- @is_auto_resolve_dependencies.setter
170
- def is_auto_resolve_dependencies(self, value: Optional[pulumi.Input[bool]]):
171
- pulumi.set(self, "is_auto_resolve_dependencies", value)
172
-
173
155
  @property
174
156
  @pulumi.getter(name="isAutomaticallyUpdated")
175
157
  def is_automatically_updated(self) -> Optional[pulumi.Input[bool]]:
176
158
  """
177
- (Updatable) 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.
159
+ (Updatable) Indicates whether service should automatically update the custom software source for the user.
178
160
  """
179
161
  return pulumi.get(self, "is_automatically_updated")
180
162
 
@@ -182,42 +164,6 @@ class SoftwareSourceArgs:
182
164
  def is_automatically_updated(self, value: Optional[pulumi.Input[bool]]):
183
165
  pulumi.set(self, "is_automatically_updated", value)
184
166
 
185
- @property
186
- @pulumi.getter(name="isCreatedFromPackageList")
187
- def is_created_from_package_list(self) -> Optional[pulumi.Input[bool]]:
188
- """
189
- Indicates whether the service should create the software source from a list of packages provided by the user.
190
- """
191
- return pulumi.get(self, "is_created_from_package_list")
192
-
193
- @is_created_from_package_list.setter
194
- def is_created_from_package_list(self, value: Optional[pulumi.Input[bool]]):
195
- pulumi.set(self, "is_created_from_package_list", value)
196
-
197
- @property
198
- @pulumi.getter(name="originSoftwareSourceId")
199
- def origin_software_source_id(self) -> Optional[pulumi.Input[str]]:
200
- """
201
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment that is being replicated.
202
- """
203
- return pulumi.get(self, "origin_software_source_id")
204
-
205
- @origin_software_source_id.setter
206
- def origin_software_source_id(self, value: Optional[pulumi.Input[str]]):
207
- pulumi.set(self, "origin_software_source_id", value)
208
-
209
- @property
210
- @pulumi.getter
211
- def packages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
212
- """
213
- A property used for compatibility only. It doesn't provide a complete list of packages. See [AddPackagesToSoftwareSourceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/osmh/latest/datatypes/AddPackagesToSoftwareSourceDetails) for providing the list of packages used to create the software source when isCreatedFromPackageList is set to true.
214
- """
215
- return pulumi.get(self, "packages")
216
-
217
- @packages.setter
218
- def packages(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
219
- pulumi.set(self, "packages", value)
220
-
221
167
  @property
222
168
  @pulumi.getter(name="softwareSourceVersion")
223
169
  def software_source_version(self) -> Optional[pulumi.Input[str]]:
@@ -230,25 +176,12 @@ class SoftwareSourceArgs:
230
176
  def software_source_version(self, value: Optional[pulumi.Input[str]]):
231
177
  pulumi.set(self, "software_source_version", value)
232
178
 
233
- @property
234
- @pulumi.getter(name="vendorSoftwareSources")
235
- def vendor_software_sources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SoftwareSourceVendorSoftwareSourceArgs']]]]:
236
- """
237
- (Updatable) List of vendor software sources.
238
- """
239
- return pulumi.get(self, "vendor_software_sources")
240
-
241
- @vendor_software_sources.setter
242
- def vendor_software_sources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SoftwareSourceVendorSoftwareSourceArgs']]]]):
243
- pulumi.set(self, "vendor_software_sources", value)
244
-
245
179
 
246
180
  @pulumi.input_type
247
181
  class _SoftwareSourceState:
248
182
  def __init__(__self__, *,
249
183
  arch_type: Optional[pulumi.Input[str]] = None,
250
184
  availability: Optional[pulumi.Input[str]] = None,
251
- availability_at_oci: Optional[pulumi.Input[str]] = None,
252
185
  checksum_type: Optional[pulumi.Input[str]] = None,
253
186
  compartment_id: Optional[pulumi.Input[str]] = None,
254
187
  custom_software_source_filter: Optional[pulumi.Input['SoftwareSourceCustomSoftwareSourceFilterArgs']] = None,
@@ -259,16 +192,10 @@ class _SoftwareSourceState:
259
192
  gpg_key_fingerprint: Optional[pulumi.Input[str]] = None,
260
193
  gpg_key_id: Optional[pulumi.Input[str]] = None,
261
194
  gpg_key_url: Optional[pulumi.Input[str]] = None,
262
- is_auto_resolve_dependencies: Optional[pulumi.Input[bool]] = None,
263
195
  is_automatically_updated: Optional[pulumi.Input[bool]] = None,
264
- is_created_from_package_list: Optional[pulumi.Input[bool]] = None,
265
- is_mandatory_for_autonomous_linux: Optional[pulumi.Input[bool]] = None,
266
- origin_software_source_id: Optional[pulumi.Input[str]] = None,
267
196
  os_family: Optional[pulumi.Input[str]] = None,
268
197
  package_count: Optional[pulumi.Input[str]] = None,
269
- packages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
270
198
  repo_id: Optional[pulumi.Input[str]] = None,
271
- size: Optional[pulumi.Input[float]] = None,
272
199
  software_source_type: Optional[pulumi.Input[str]] = None,
273
200
  software_source_version: Optional[pulumi.Input[str]] = None,
274
201
  state: Optional[pulumi.Input[str]] = None,
@@ -280,34 +207,27 @@ class _SoftwareSourceState:
280
207
  """
281
208
  Input properties used for looking up and filtering SoftwareSource resources.
282
209
  :param pulumi.Input[str] arch_type: The architecture type supported by the software source.
283
- :param pulumi.Input[str] availability: Availability of the software source (for non-OCI environments).
284
- :param pulumi.Input[str] availability_at_oci: Availability of the software source (for Oracle Cloud Infrastructure environments).
210
+ :param pulumi.Input[str] availability: Possible availabilities of a software source.
285
211
  :param pulumi.Input[str] checksum_type: The yum repository checksum type used by this software source.
286
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the software source.
287
- :param pulumi.Input['SoftwareSourceCustomSoftwareSourceFilterArgs'] custom_software_source_filter: (Updatable) Provides the information used to apply filters to a vendor software source to create or update a custom software source.
212
+ :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the tenancy containing the software source.
213
+ :param pulumi.Input['SoftwareSourceCustomSoftwareSourceFilterArgs'] custom_software_source_filter: (Updatable) Used to apply filters to a VendorSoftwareSource to create/update CustomSoftwareSources.
288
214
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
289
- :param pulumi.Input[str] description: (Updatable) User-specified description for the software source. Avoid entering confidential information.
290
- :param pulumi.Input[str] display_name: (Updatable) User-friendly name.
215
+ :param pulumi.Input[str] description: (Updatable) Information specified by the user about the software source.
216
+ :param pulumi.Input[str] display_name: (Updatable) User friendly name.
291
217
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
292
218
  :param pulumi.Input[str] gpg_key_fingerprint: Fingerprint of the GPG key for this software source.
293
219
  :param pulumi.Input[str] gpg_key_id: ID of the GPG key for this software source.
294
220
  :param pulumi.Input[str] gpg_key_url: URL of the GPG key for this software source.
295
- :param pulumi.Input[bool] is_auto_resolve_dependencies: (Updatable) Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
296
- :param pulumi.Input[bool] is_automatically_updated: (Updatable) 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.
297
- :param pulumi.Input[bool] is_created_from_package_list: Indicates whether the service should create the software source from a list of packages provided by the user.
298
- :param pulumi.Input[bool] is_mandatory_for_autonomous_linux: Indicates whether the software source is required for the Autonomous Linux service.
299
- :param pulumi.Input[str] origin_software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment that is being replicated.
221
+ :param pulumi.Input[bool] is_automatically_updated: (Updatable) Indicates whether service should automatically update the custom software source for the user.
300
222
  :param pulumi.Input[str] os_family: The OS family the software source belongs to.
301
- :param pulumi.Input[str] package_count: Number of packages the software source contains.
302
- :param pulumi.Input[Sequence[pulumi.Input[str]]] packages: A property used for compatibility only. It doesn't provide a complete list of packages. See [AddPackagesToSoftwareSourceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/osmh/latest/datatypes/AddPackagesToSoftwareSourceDetails) for providing the list of packages used to create the software source when isCreatedFromPackageList is set to true.
303
- :param pulumi.Input[str] repo_id: The repository ID for the software source.
304
- :param pulumi.Input[float] size: The size of the software source in gigabytes (GB).
305
- :param pulumi.Input[str] software_source_type: (Updatable) Type of software source.
223
+ :param pulumi.Input[str] package_count: Number of packages.
224
+ :param pulumi.Input[str] repo_id: The Repo ID for the software source.
225
+ :param pulumi.Input[str] software_source_type: (Updatable) Type of the software source.
306
226
  :param pulumi.Input[str] software_source_version: The version to assign to this custom software source.
307
227
  :param pulumi.Input[str] state: The current state of the software source.
308
228
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
309
- :param pulumi.Input[str] time_created: The date and time the software source was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
310
- :param pulumi.Input[str] url: 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>'.
229
+ :param pulumi.Input[str] time_created: The date and time the software source was created, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
230
+ :param pulumi.Input[str] url: URL for the repository.
311
231
  :param pulumi.Input[str] vendor_name: Name of the vendor providing the software source.
312
232
  :param pulumi.Input[Sequence[pulumi.Input['SoftwareSourceVendorSoftwareSourceArgs']]] vendor_software_sources: (Updatable) List of vendor software sources.
313
233
  """
@@ -315,8 +235,6 @@ class _SoftwareSourceState:
315
235
  pulumi.set(__self__, "arch_type", arch_type)
316
236
  if availability is not None:
317
237
  pulumi.set(__self__, "availability", availability)
318
- if availability_at_oci is not None:
319
- pulumi.set(__self__, "availability_at_oci", availability_at_oci)
320
238
  if checksum_type is not None:
321
239
  pulumi.set(__self__, "checksum_type", checksum_type)
322
240
  if compartment_id is not None:
@@ -337,26 +255,14 @@ class _SoftwareSourceState:
337
255
  pulumi.set(__self__, "gpg_key_id", gpg_key_id)
338
256
  if gpg_key_url is not None:
339
257
  pulumi.set(__self__, "gpg_key_url", gpg_key_url)
340
- if is_auto_resolve_dependencies is not None:
341
- pulumi.set(__self__, "is_auto_resolve_dependencies", is_auto_resolve_dependencies)
342
258
  if is_automatically_updated is not None:
343
259
  pulumi.set(__self__, "is_automatically_updated", is_automatically_updated)
344
- if is_created_from_package_list is not None:
345
- pulumi.set(__self__, "is_created_from_package_list", is_created_from_package_list)
346
- if is_mandatory_for_autonomous_linux is not None:
347
- pulumi.set(__self__, "is_mandatory_for_autonomous_linux", is_mandatory_for_autonomous_linux)
348
- if origin_software_source_id is not None:
349
- pulumi.set(__self__, "origin_software_source_id", origin_software_source_id)
350
260
  if os_family is not None:
351
261
  pulumi.set(__self__, "os_family", os_family)
352
262
  if package_count is not None:
353
263
  pulumi.set(__self__, "package_count", package_count)
354
- if packages is not None:
355
- pulumi.set(__self__, "packages", packages)
356
264
  if repo_id is not None:
357
265
  pulumi.set(__self__, "repo_id", repo_id)
358
- if size is not None:
359
- pulumi.set(__self__, "size", size)
360
266
  if software_source_type is not None:
361
267
  pulumi.set(__self__, "software_source_type", software_source_type)
362
268
  if software_source_version is not None:
@@ -390,7 +296,7 @@ class _SoftwareSourceState:
390
296
  @pulumi.getter
391
297
  def availability(self) -> Optional[pulumi.Input[str]]:
392
298
  """
393
- Availability of the software source (for non-OCI environments).
299
+ Possible availabilities of a software source.
394
300
  """
395
301
  return pulumi.get(self, "availability")
396
302
 
@@ -398,18 +304,6 @@ class _SoftwareSourceState:
398
304
  def availability(self, value: Optional[pulumi.Input[str]]):
399
305
  pulumi.set(self, "availability", value)
400
306
 
401
- @property
402
- @pulumi.getter(name="availabilityAtOci")
403
- def availability_at_oci(self) -> Optional[pulumi.Input[str]]:
404
- """
405
- Availability of the software source (for Oracle Cloud Infrastructure environments).
406
- """
407
- return pulumi.get(self, "availability_at_oci")
408
-
409
- @availability_at_oci.setter
410
- def availability_at_oci(self, value: Optional[pulumi.Input[str]]):
411
- pulumi.set(self, "availability_at_oci", value)
412
-
413
307
  @property
414
308
  @pulumi.getter(name="checksumType")
415
309
  def checksum_type(self) -> Optional[pulumi.Input[str]]:
@@ -426,7 +320,7 @@ class _SoftwareSourceState:
426
320
  @pulumi.getter(name="compartmentId")
427
321
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
428
322
  """
429
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the software source.
323
+ (Updatable) The OCID of the tenancy containing the software source.
430
324
  """
431
325
  return pulumi.get(self, "compartment_id")
432
326
 
@@ -438,7 +332,7 @@ class _SoftwareSourceState:
438
332
  @pulumi.getter(name="customSoftwareSourceFilter")
439
333
  def custom_software_source_filter(self) -> Optional[pulumi.Input['SoftwareSourceCustomSoftwareSourceFilterArgs']]:
440
334
  """
441
- (Updatable) Provides the information used to apply filters to a vendor software source to create or update a custom software source.
335
+ (Updatable) Used to apply filters to a VendorSoftwareSource to create/update CustomSoftwareSources.
442
336
  """
443
337
  return pulumi.get(self, "custom_software_source_filter")
444
338
 
@@ -462,7 +356,7 @@ class _SoftwareSourceState:
462
356
  @pulumi.getter
463
357
  def description(self) -> Optional[pulumi.Input[str]]:
464
358
  """
465
- (Updatable) User-specified description for the software source. Avoid entering confidential information.
359
+ (Updatable) Information specified by the user about the software source.
466
360
  """
467
361
  return pulumi.get(self, "description")
468
362
 
@@ -474,7 +368,7 @@ class _SoftwareSourceState:
474
368
  @pulumi.getter(name="displayName")
475
369
  def display_name(self) -> Optional[pulumi.Input[str]]:
476
370
  """
477
- (Updatable) User-friendly name.
371
+ (Updatable) User friendly name.
478
372
  """
479
373
  return pulumi.get(self, "display_name")
480
374
 
@@ -530,23 +424,11 @@ class _SoftwareSourceState:
530
424
  def gpg_key_url(self, value: Optional[pulumi.Input[str]]):
531
425
  pulumi.set(self, "gpg_key_url", value)
532
426
 
533
- @property
534
- @pulumi.getter(name="isAutoResolveDependencies")
535
- def is_auto_resolve_dependencies(self) -> Optional[pulumi.Input[bool]]:
536
- """
537
- (Updatable) Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
538
- """
539
- return pulumi.get(self, "is_auto_resolve_dependencies")
540
-
541
- @is_auto_resolve_dependencies.setter
542
- def is_auto_resolve_dependencies(self, value: Optional[pulumi.Input[bool]]):
543
- pulumi.set(self, "is_auto_resolve_dependencies", value)
544
-
545
427
  @property
546
428
  @pulumi.getter(name="isAutomaticallyUpdated")
547
429
  def is_automatically_updated(self) -> Optional[pulumi.Input[bool]]:
548
430
  """
549
- (Updatable) 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.
431
+ (Updatable) Indicates whether service should automatically update the custom software source for the user.
550
432
  """
551
433
  return pulumi.get(self, "is_automatically_updated")
552
434
 
@@ -554,42 +436,6 @@ class _SoftwareSourceState:
554
436
  def is_automatically_updated(self, value: Optional[pulumi.Input[bool]]):
555
437
  pulumi.set(self, "is_automatically_updated", value)
556
438
 
557
- @property
558
- @pulumi.getter(name="isCreatedFromPackageList")
559
- def is_created_from_package_list(self) -> Optional[pulumi.Input[bool]]:
560
- """
561
- Indicates whether the service should create the software source from a list of packages provided by the user.
562
- """
563
- return pulumi.get(self, "is_created_from_package_list")
564
-
565
- @is_created_from_package_list.setter
566
- def is_created_from_package_list(self, value: Optional[pulumi.Input[bool]]):
567
- pulumi.set(self, "is_created_from_package_list", value)
568
-
569
- @property
570
- @pulumi.getter(name="isMandatoryForAutonomousLinux")
571
- def is_mandatory_for_autonomous_linux(self) -> Optional[pulumi.Input[bool]]:
572
- """
573
- Indicates whether the software source is required for the Autonomous Linux service.
574
- """
575
- return pulumi.get(self, "is_mandatory_for_autonomous_linux")
576
-
577
- @is_mandatory_for_autonomous_linux.setter
578
- def is_mandatory_for_autonomous_linux(self, value: Optional[pulumi.Input[bool]]):
579
- pulumi.set(self, "is_mandatory_for_autonomous_linux", value)
580
-
581
- @property
582
- @pulumi.getter(name="originSoftwareSourceId")
583
- def origin_software_source_id(self) -> Optional[pulumi.Input[str]]:
584
- """
585
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment that is being replicated.
586
- """
587
- return pulumi.get(self, "origin_software_source_id")
588
-
589
- @origin_software_source_id.setter
590
- def origin_software_source_id(self, value: Optional[pulumi.Input[str]]):
591
- pulumi.set(self, "origin_software_source_id", value)
592
-
593
439
  @property
594
440
  @pulumi.getter(name="osFamily")
595
441
  def os_family(self) -> Optional[pulumi.Input[str]]:
@@ -606,7 +452,7 @@ class _SoftwareSourceState:
606
452
  @pulumi.getter(name="packageCount")
607
453
  def package_count(self) -> Optional[pulumi.Input[str]]:
608
454
  """
609
- Number of packages the software source contains.
455
+ Number of packages.
610
456
  """
611
457
  return pulumi.get(self, "package_count")
612
458
 
@@ -614,23 +460,11 @@ class _SoftwareSourceState:
614
460
  def package_count(self, value: Optional[pulumi.Input[str]]):
615
461
  pulumi.set(self, "package_count", value)
616
462
 
617
- @property
618
- @pulumi.getter
619
- def packages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
620
- """
621
- A property used for compatibility only. It doesn't provide a complete list of packages. See [AddPackagesToSoftwareSourceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/osmh/latest/datatypes/AddPackagesToSoftwareSourceDetails) for providing the list of packages used to create the software source when isCreatedFromPackageList is set to true.
622
- """
623
- return pulumi.get(self, "packages")
624
-
625
- @packages.setter
626
- def packages(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
627
- pulumi.set(self, "packages", value)
628
-
629
463
  @property
630
464
  @pulumi.getter(name="repoId")
631
465
  def repo_id(self) -> Optional[pulumi.Input[str]]:
632
466
  """
633
- The repository ID for the software source.
467
+ The Repo ID for the software source.
634
468
  """
635
469
  return pulumi.get(self, "repo_id")
636
470
 
@@ -638,23 +472,11 @@ class _SoftwareSourceState:
638
472
  def repo_id(self, value: Optional[pulumi.Input[str]]):
639
473
  pulumi.set(self, "repo_id", value)
640
474
 
641
- @property
642
- @pulumi.getter
643
- def size(self) -> Optional[pulumi.Input[float]]:
644
- """
645
- The size of the software source in gigabytes (GB).
646
- """
647
- return pulumi.get(self, "size")
648
-
649
- @size.setter
650
- def size(self, value: Optional[pulumi.Input[float]]):
651
- pulumi.set(self, "size", value)
652
-
653
475
  @property
654
476
  @pulumi.getter(name="softwareSourceType")
655
477
  def software_source_type(self) -> Optional[pulumi.Input[str]]:
656
478
  """
657
- (Updatable) Type of software source.
479
+ (Updatable) Type of the software source.
658
480
  """
659
481
  return pulumi.get(self, "software_source_type")
660
482
 
@@ -702,7 +524,7 @@ class _SoftwareSourceState:
702
524
  @pulumi.getter(name="timeCreated")
703
525
  def time_created(self) -> Optional[pulumi.Input[str]]:
704
526
  """
705
- The date and time the software source was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
527
+ The date and time the software source was created, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
706
528
  """
707
529
  return pulumi.get(self, "time_created")
708
530
 
@@ -714,7 +536,7 @@ class _SoftwareSourceState:
714
536
  @pulumi.getter
715
537
  def url(self) -> Optional[pulumi.Input[str]]:
716
538
  """
717
- 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>'.
539
+ URL for the repository.
718
540
  """
719
541
  return pulumi.get(self, "url")
720
542
 
@@ -758,11 +580,7 @@ class SoftwareSource(pulumi.CustomResource):
758
580
  description: Optional[pulumi.Input[str]] = None,
759
581
  display_name: Optional[pulumi.Input[str]] = None,
760
582
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
761
- is_auto_resolve_dependencies: Optional[pulumi.Input[bool]] = None,
762
583
  is_automatically_updated: Optional[pulumi.Input[bool]] = None,
763
- is_created_from_package_list: Optional[pulumi.Input[bool]] = None,
764
- origin_software_source_id: Optional[pulumi.Input[str]] = None,
765
- packages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
766
584
  software_source_type: Optional[pulumi.Input[str]] = None,
767
585
  software_source_version: Optional[pulumi.Input[str]] = None,
768
586
  vendor_software_sources: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SoftwareSourceVendorSoftwareSourceArgs']]]]] = None,
@@ -772,6 +590,49 @@ class SoftwareSource(pulumi.CustomResource):
772
590
 
773
591
  Creates a new versioned or custom software source.
774
592
 
593
+ ## Example Usage
594
+
595
+ ```python
596
+ import pulumi
597
+ import pulumi_oci as oci
598
+
599
+ test_software_source = oci.os_management_hub.SoftwareSource("test_software_source",
600
+ compartment_id=compartment_id,
601
+ display_name=software_source_display_name,
602
+ software_source_type=software_source_software_source_type,
603
+ vendor_software_sources=[oci.os_management_hub.SoftwareSourceVendorSoftwareSourceArgs(
604
+ display_name=software_source_vendor_software_sources_display_name,
605
+ id=software_source_vendor_software_sources_id,
606
+ )],
607
+ custom_software_source_filter=oci.os_management_hub.SoftwareSourceCustomSoftwareSourceFilterArgs(
608
+ module_stream_profile_filters=[oci.os_management_hub.SoftwareSourceCustomSoftwareSourceFilterModuleStreamProfileFilterArgs(
609
+ filter_type=software_source_custom_software_source_filter_module_stream_profile_filters_filter_type,
610
+ module_name=software_source_custom_software_source_filter_module_stream_profile_filters_module_name,
611
+ profile_name=test_profile["name"],
612
+ stream_name=test_stream["name"],
613
+ )],
614
+ package_filters=[oci.os_management_hub.SoftwareSourceCustomSoftwareSourceFilterPackageFilterArgs(
615
+ filter_type=software_source_custom_software_source_filter_package_filters_filter_type,
616
+ package_name=software_source_custom_software_source_filter_package_filters_package_name,
617
+ package_name_pattern=software_source_custom_software_source_filter_package_filters_package_name_pattern,
618
+ package_version=software_source_custom_software_source_filter_package_filters_package_version,
619
+ )],
620
+ package_group_filters=[oci.os_management_hub.SoftwareSourceCustomSoftwareSourceFilterPackageGroupFilterArgs(
621
+ filter_type=software_source_custom_software_source_filter_package_group_filters_filter_type,
622
+ package_groups=software_source_custom_software_source_filter_package_group_filters_package_groups,
623
+ )],
624
+ ),
625
+ defined_tags={
626
+ "Operations.CostCenter": "42",
627
+ },
628
+ description=software_source_description,
629
+ freeform_tags={
630
+ "Department": "Finance",
631
+ },
632
+ is_automatically_updated=software_source_is_automatically_updated,
633
+ software_source_version=software_source_software_source_version)
634
+ ```
635
+
775
636
  ## Import
776
637
 
777
638
  SoftwareSources can be imported using the `id`, e.g.
@@ -782,18 +643,14 @@ class SoftwareSource(pulumi.CustomResource):
782
643
 
783
644
  :param str resource_name: The name of the resource.
784
645
  :param pulumi.ResourceOptions opts: Options for the resource.
785
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the software source.
786
- :param pulumi.Input[pulumi.InputType['SoftwareSourceCustomSoftwareSourceFilterArgs']] custom_software_source_filter: (Updatable) Provides the information used to apply filters to a vendor software source to create or update a custom software source.
646
+ :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the tenancy containing the software source.
647
+ :param pulumi.Input[pulumi.InputType['SoftwareSourceCustomSoftwareSourceFilterArgs']] custom_software_source_filter: (Updatable) Used to apply filters to a VendorSoftwareSource to create/update CustomSoftwareSources.
787
648
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
788
- :param pulumi.Input[str] description: (Updatable) User-specified description for the software source. Avoid entering confidential information.
789
- :param pulumi.Input[str] display_name: (Updatable) User-friendly name.
649
+ :param pulumi.Input[str] description: (Updatable) Information specified by the user about the software source.
650
+ :param pulumi.Input[str] display_name: (Updatable) User friendly name.
790
651
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
791
- :param pulumi.Input[bool] is_auto_resolve_dependencies: (Updatable) Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
792
- :param pulumi.Input[bool] is_automatically_updated: (Updatable) 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.
793
- :param pulumi.Input[bool] is_created_from_package_list: Indicates whether the service should create the software source from a list of packages provided by the user.
794
- :param pulumi.Input[str] origin_software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment that is being replicated.
795
- :param pulumi.Input[Sequence[pulumi.Input[str]]] packages: A property used for compatibility only. It doesn't provide a complete list of packages. See [AddPackagesToSoftwareSourceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/osmh/latest/datatypes/AddPackagesToSoftwareSourceDetails) for providing the list of packages used to create the software source when isCreatedFromPackageList is set to true.
796
- :param pulumi.Input[str] software_source_type: (Updatable) Type of software source.
652
+ :param pulumi.Input[bool] is_automatically_updated: (Updatable) Indicates whether service should automatically update the custom software source for the user.
653
+ :param pulumi.Input[str] software_source_type: (Updatable) Type of the software source.
797
654
  :param pulumi.Input[str] software_source_version: The version to assign to this custom software source.
798
655
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SoftwareSourceVendorSoftwareSourceArgs']]]] vendor_software_sources: (Updatable) List of vendor software sources.
799
656
  """
@@ -808,6 +665,49 @@ class SoftwareSource(pulumi.CustomResource):
808
665
 
809
666
  Creates a new versioned or custom software source.
810
667
 
668
+ ## Example Usage
669
+
670
+ ```python
671
+ import pulumi
672
+ import pulumi_oci as oci
673
+
674
+ test_software_source = oci.os_management_hub.SoftwareSource("test_software_source",
675
+ compartment_id=compartment_id,
676
+ display_name=software_source_display_name,
677
+ software_source_type=software_source_software_source_type,
678
+ vendor_software_sources=[oci.os_management_hub.SoftwareSourceVendorSoftwareSourceArgs(
679
+ display_name=software_source_vendor_software_sources_display_name,
680
+ id=software_source_vendor_software_sources_id,
681
+ )],
682
+ custom_software_source_filter=oci.os_management_hub.SoftwareSourceCustomSoftwareSourceFilterArgs(
683
+ module_stream_profile_filters=[oci.os_management_hub.SoftwareSourceCustomSoftwareSourceFilterModuleStreamProfileFilterArgs(
684
+ filter_type=software_source_custom_software_source_filter_module_stream_profile_filters_filter_type,
685
+ module_name=software_source_custom_software_source_filter_module_stream_profile_filters_module_name,
686
+ profile_name=test_profile["name"],
687
+ stream_name=test_stream["name"],
688
+ )],
689
+ package_filters=[oci.os_management_hub.SoftwareSourceCustomSoftwareSourceFilterPackageFilterArgs(
690
+ filter_type=software_source_custom_software_source_filter_package_filters_filter_type,
691
+ package_name=software_source_custom_software_source_filter_package_filters_package_name,
692
+ package_name_pattern=software_source_custom_software_source_filter_package_filters_package_name_pattern,
693
+ package_version=software_source_custom_software_source_filter_package_filters_package_version,
694
+ )],
695
+ package_group_filters=[oci.os_management_hub.SoftwareSourceCustomSoftwareSourceFilterPackageGroupFilterArgs(
696
+ filter_type=software_source_custom_software_source_filter_package_group_filters_filter_type,
697
+ package_groups=software_source_custom_software_source_filter_package_group_filters_package_groups,
698
+ )],
699
+ ),
700
+ defined_tags={
701
+ "Operations.CostCenter": "42",
702
+ },
703
+ description=software_source_description,
704
+ freeform_tags={
705
+ "Department": "Finance",
706
+ },
707
+ is_automatically_updated=software_source_is_automatically_updated,
708
+ software_source_version=software_source_software_source_version)
709
+ ```
710
+
811
711
  ## Import
812
712
 
813
713
  SoftwareSources can be imported using the `id`, e.g.
@@ -837,11 +737,7 @@ class SoftwareSource(pulumi.CustomResource):
837
737
  description: Optional[pulumi.Input[str]] = None,
838
738
  display_name: Optional[pulumi.Input[str]] = None,
839
739
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
840
- is_auto_resolve_dependencies: Optional[pulumi.Input[bool]] = None,
841
740
  is_automatically_updated: Optional[pulumi.Input[bool]] = None,
842
- is_created_from_package_list: Optional[pulumi.Input[bool]] = None,
843
- origin_software_source_id: Optional[pulumi.Input[str]] = None,
844
- packages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
845
741
  software_source_type: Optional[pulumi.Input[str]] = None,
846
742
  software_source_version: Optional[pulumi.Input[str]] = None,
847
743
  vendor_software_sources: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SoftwareSourceVendorSoftwareSourceArgs']]]]] = None,
@@ -860,30 +756,27 @@ class SoftwareSource(pulumi.CustomResource):
860
756
  __props__.__dict__["custom_software_source_filter"] = custom_software_source_filter
861
757
  __props__.__dict__["defined_tags"] = defined_tags
862
758
  __props__.__dict__["description"] = description
759
+ if display_name is None and not opts.urn:
760
+ raise TypeError("Missing required property 'display_name'")
863
761
  __props__.__dict__["display_name"] = display_name
864
762
  __props__.__dict__["freeform_tags"] = freeform_tags
865
- __props__.__dict__["is_auto_resolve_dependencies"] = is_auto_resolve_dependencies
866
763
  __props__.__dict__["is_automatically_updated"] = is_automatically_updated
867
- __props__.__dict__["is_created_from_package_list"] = is_created_from_package_list
868
- __props__.__dict__["origin_software_source_id"] = origin_software_source_id
869
- __props__.__dict__["packages"] = packages
870
764
  if software_source_type is None and not opts.urn:
871
765
  raise TypeError("Missing required property 'software_source_type'")
872
766
  __props__.__dict__["software_source_type"] = software_source_type
873
767
  __props__.__dict__["software_source_version"] = software_source_version
768
+ if vendor_software_sources is None and not opts.urn:
769
+ raise TypeError("Missing required property 'vendor_software_sources'")
874
770
  __props__.__dict__["vendor_software_sources"] = vendor_software_sources
875
771
  __props__.__dict__["arch_type"] = None
876
772
  __props__.__dict__["availability"] = None
877
- __props__.__dict__["availability_at_oci"] = None
878
773
  __props__.__dict__["checksum_type"] = None
879
774
  __props__.__dict__["gpg_key_fingerprint"] = None
880
775
  __props__.__dict__["gpg_key_id"] = None
881
776
  __props__.__dict__["gpg_key_url"] = None
882
- __props__.__dict__["is_mandatory_for_autonomous_linux"] = None
883
777
  __props__.__dict__["os_family"] = None
884
778
  __props__.__dict__["package_count"] = None
885
779
  __props__.__dict__["repo_id"] = None
886
- __props__.__dict__["size"] = None
887
780
  __props__.__dict__["state"] = None
888
781
  __props__.__dict__["system_tags"] = None
889
782
  __props__.__dict__["time_created"] = None
@@ -901,7 +794,6 @@ class SoftwareSource(pulumi.CustomResource):
901
794
  opts: Optional[pulumi.ResourceOptions] = None,
902
795
  arch_type: Optional[pulumi.Input[str]] = None,
903
796
  availability: Optional[pulumi.Input[str]] = None,
904
- availability_at_oci: Optional[pulumi.Input[str]] = None,
905
797
  checksum_type: Optional[pulumi.Input[str]] = None,
906
798
  compartment_id: Optional[pulumi.Input[str]] = None,
907
799
  custom_software_source_filter: Optional[pulumi.Input[pulumi.InputType['SoftwareSourceCustomSoftwareSourceFilterArgs']]] = None,
@@ -912,16 +804,10 @@ class SoftwareSource(pulumi.CustomResource):
912
804
  gpg_key_fingerprint: Optional[pulumi.Input[str]] = None,
913
805
  gpg_key_id: Optional[pulumi.Input[str]] = None,
914
806
  gpg_key_url: Optional[pulumi.Input[str]] = None,
915
- is_auto_resolve_dependencies: Optional[pulumi.Input[bool]] = None,
916
807
  is_automatically_updated: Optional[pulumi.Input[bool]] = None,
917
- is_created_from_package_list: Optional[pulumi.Input[bool]] = None,
918
- is_mandatory_for_autonomous_linux: Optional[pulumi.Input[bool]] = None,
919
- origin_software_source_id: Optional[pulumi.Input[str]] = None,
920
808
  os_family: Optional[pulumi.Input[str]] = None,
921
809
  package_count: Optional[pulumi.Input[str]] = None,
922
- packages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
923
810
  repo_id: Optional[pulumi.Input[str]] = None,
924
- size: Optional[pulumi.Input[float]] = None,
925
811
  software_source_type: Optional[pulumi.Input[str]] = None,
926
812
  software_source_version: Optional[pulumi.Input[str]] = None,
927
813
  state: Optional[pulumi.Input[str]] = None,
@@ -938,34 +824,27 @@ class SoftwareSource(pulumi.CustomResource):
938
824
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
939
825
  :param pulumi.ResourceOptions opts: Options for the resource.
940
826
  :param pulumi.Input[str] arch_type: The architecture type supported by the software source.
941
- :param pulumi.Input[str] availability: Availability of the software source (for non-OCI environments).
942
- :param pulumi.Input[str] availability_at_oci: Availability of the software source (for Oracle Cloud Infrastructure environments).
827
+ :param pulumi.Input[str] availability: Possible availabilities of a software source.
943
828
  :param pulumi.Input[str] checksum_type: The yum repository checksum type used by this software source.
944
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the software source.
945
- :param pulumi.Input[pulumi.InputType['SoftwareSourceCustomSoftwareSourceFilterArgs']] custom_software_source_filter: (Updatable) Provides the information used to apply filters to a vendor software source to create or update a custom software source.
829
+ :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the tenancy containing the software source.
830
+ :param pulumi.Input[pulumi.InputType['SoftwareSourceCustomSoftwareSourceFilterArgs']] custom_software_source_filter: (Updatable) Used to apply filters to a VendorSoftwareSource to create/update CustomSoftwareSources.
946
831
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
947
- :param pulumi.Input[str] description: (Updatable) User-specified description for the software source. Avoid entering confidential information.
948
- :param pulumi.Input[str] display_name: (Updatable) User-friendly name.
832
+ :param pulumi.Input[str] description: (Updatable) Information specified by the user about the software source.
833
+ :param pulumi.Input[str] display_name: (Updatable) User friendly name.
949
834
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
950
835
  :param pulumi.Input[str] gpg_key_fingerprint: Fingerprint of the GPG key for this software source.
951
836
  :param pulumi.Input[str] gpg_key_id: ID of the GPG key for this software source.
952
837
  :param pulumi.Input[str] gpg_key_url: URL of the GPG key for this software source.
953
- :param pulumi.Input[bool] is_auto_resolve_dependencies: (Updatable) Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
954
- :param pulumi.Input[bool] is_automatically_updated: (Updatable) 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.
955
- :param pulumi.Input[bool] is_created_from_package_list: Indicates whether the service should create the software source from a list of packages provided by the user.
956
- :param pulumi.Input[bool] is_mandatory_for_autonomous_linux: Indicates whether the software source is required for the Autonomous Linux service.
957
- :param pulumi.Input[str] origin_software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment that is being replicated.
838
+ :param pulumi.Input[bool] is_automatically_updated: (Updatable) Indicates whether service should automatically update the custom software source for the user.
958
839
  :param pulumi.Input[str] os_family: The OS family the software source belongs to.
959
- :param pulumi.Input[str] package_count: Number of packages the software source contains.
960
- :param pulumi.Input[Sequence[pulumi.Input[str]]] packages: A property used for compatibility only. It doesn't provide a complete list of packages. See [AddPackagesToSoftwareSourceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/osmh/latest/datatypes/AddPackagesToSoftwareSourceDetails) for providing the list of packages used to create the software source when isCreatedFromPackageList is set to true.
961
- :param pulumi.Input[str] repo_id: The repository ID for the software source.
962
- :param pulumi.Input[float] size: The size of the software source in gigabytes (GB).
963
- :param pulumi.Input[str] software_source_type: (Updatable) Type of software source.
840
+ :param pulumi.Input[str] package_count: Number of packages.
841
+ :param pulumi.Input[str] repo_id: The Repo ID for the software source.
842
+ :param pulumi.Input[str] software_source_type: (Updatable) Type of the software source.
964
843
  :param pulumi.Input[str] software_source_version: The version to assign to this custom software source.
965
844
  :param pulumi.Input[str] state: The current state of the software source.
966
845
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
967
- :param pulumi.Input[str] time_created: The date and time the software source was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
968
- :param pulumi.Input[str] url: 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>'.
846
+ :param pulumi.Input[str] time_created: The date and time the software source was created, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
847
+ :param pulumi.Input[str] url: URL for the repository.
969
848
  :param pulumi.Input[str] vendor_name: Name of the vendor providing the software source.
970
849
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SoftwareSourceVendorSoftwareSourceArgs']]]] vendor_software_sources: (Updatable) List of vendor software sources.
971
850
  """
@@ -975,7 +854,6 @@ class SoftwareSource(pulumi.CustomResource):
975
854
 
976
855
  __props__.__dict__["arch_type"] = arch_type
977
856
  __props__.__dict__["availability"] = availability
978
- __props__.__dict__["availability_at_oci"] = availability_at_oci
979
857
  __props__.__dict__["checksum_type"] = checksum_type
980
858
  __props__.__dict__["compartment_id"] = compartment_id
981
859
  __props__.__dict__["custom_software_source_filter"] = custom_software_source_filter
@@ -986,16 +864,10 @@ class SoftwareSource(pulumi.CustomResource):
986
864
  __props__.__dict__["gpg_key_fingerprint"] = gpg_key_fingerprint
987
865
  __props__.__dict__["gpg_key_id"] = gpg_key_id
988
866
  __props__.__dict__["gpg_key_url"] = gpg_key_url
989
- __props__.__dict__["is_auto_resolve_dependencies"] = is_auto_resolve_dependencies
990
867
  __props__.__dict__["is_automatically_updated"] = is_automatically_updated
991
- __props__.__dict__["is_created_from_package_list"] = is_created_from_package_list
992
- __props__.__dict__["is_mandatory_for_autonomous_linux"] = is_mandatory_for_autonomous_linux
993
- __props__.__dict__["origin_software_source_id"] = origin_software_source_id
994
868
  __props__.__dict__["os_family"] = os_family
995
869
  __props__.__dict__["package_count"] = package_count
996
- __props__.__dict__["packages"] = packages
997
870
  __props__.__dict__["repo_id"] = repo_id
998
- __props__.__dict__["size"] = size
999
871
  __props__.__dict__["software_source_type"] = software_source_type
1000
872
  __props__.__dict__["software_source_version"] = software_source_version
1001
873
  __props__.__dict__["state"] = state
@@ -1018,18 +890,10 @@ class SoftwareSource(pulumi.CustomResource):
1018
890
  @pulumi.getter
1019
891
  def availability(self) -> pulumi.Output[str]:
1020
892
  """
1021
- Availability of the software source (for non-OCI environments).
893
+ Possible availabilities of a software source.
1022
894
  """
1023
895
  return pulumi.get(self, "availability")
1024
896
 
1025
- @property
1026
- @pulumi.getter(name="availabilityAtOci")
1027
- def availability_at_oci(self) -> pulumi.Output[str]:
1028
- """
1029
- Availability of the software source (for Oracle Cloud Infrastructure environments).
1030
- """
1031
- return pulumi.get(self, "availability_at_oci")
1032
-
1033
897
  @property
1034
898
  @pulumi.getter(name="checksumType")
1035
899
  def checksum_type(self) -> pulumi.Output[str]:
@@ -1042,7 +906,7 @@ class SoftwareSource(pulumi.CustomResource):
1042
906
  @pulumi.getter(name="compartmentId")
1043
907
  def compartment_id(self) -> pulumi.Output[str]:
1044
908
  """
1045
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the software source.
909
+ (Updatable) The OCID of the tenancy containing the software source.
1046
910
  """
1047
911
  return pulumi.get(self, "compartment_id")
1048
912
 
@@ -1050,7 +914,7 @@ class SoftwareSource(pulumi.CustomResource):
1050
914
  @pulumi.getter(name="customSoftwareSourceFilter")
1051
915
  def custom_software_source_filter(self) -> pulumi.Output['outputs.SoftwareSourceCustomSoftwareSourceFilter']:
1052
916
  """
1053
- (Updatable) Provides the information used to apply filters to a vendor software source to create or update a custom software source.
917
+ (Updatable) Used to apply filters to a VendorSoftwareSource to create/update CustomSoftwareSources.
1054
918
  """
1055
919
  return pulumi.get(self, "custom_software_source_filter")
1056
920
 
@@ -1066,7 +930,7 @@ class SoftwareSource(pulumi.CustomResource):
1066
930
  @pulumi.getter
1067
931
  def description(self) -> pulumi.Output[str]:
1068
932
  """
1069
- (Updatable) User-specified description for the software source. Avoid entering confidential information.
933
+ (Updatable) Information specified by the user about the software source.
1070
934
  """
1071
935
  return pulumi.get(self, "description")
1072
936
 
@@ -1074,7 +938,7 @@ class SoftwareSource(pulumi.CustomResource):
1074
938
  @pulumi.getter(name="displayName")
1075
939
  def display_name(self) -> pulumi.Output[str]:
1076
940
  """
1077
- (Updatable) User-friendly name.
941
+ (Updatable) User friendly name.
1078
942
  """
1079
943
  return pulumi.get(self, "display_name")
1080
944
 
@@ -1110,46 +974,14 @@ class SoftwareSource(pulumi.CustomResource):
1110
974
  """
1111
975
  return pulumi.get(self, "gpg_key_url")
1112
976
 
1113
- @property
1114
- @pulumi.getter(name="isAutoResolveDependencies")
1115
- def is_auto_resolve_dependencies(self) -> pulumi.Output[bool]:
1116
- """
1117
- (Updatable) Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
1118
- """
1119
- return pulumi.get(self, "is_auto_resolve_dependencies")
1120
-
1121
977
  @property
1122
978
  @pulumi.getter(name="isAutomaticallyUpdated")
1123
979
  def is_automatically_updated(self) -> pulumi.Output[bool]:
1124
980
  """
1125
- (Updatable) 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.
981
+ (Updatable) Indicates whether service should automatically update the custom software source for the user.
1126
982
  """
1127
983
  return pulumi.get(self, "is_automatically_updated")
1128
984
 
1129
- @property
1130
- @pulumi.getter(name="isCreatedFromPackageList")
1131
- def is_created_from_package_list(self) -> pulumi.Output[bool]:
1132
- """
1133
- Indicates whether the service should create the software source from a list of packages provided by the user.
1134
- """
1135
- return pulumi.get(self, "is_created_from_package_list")
1136
-
1137
- @property
1138
- @pulumi.getter(name="isMandatoryForAutonomousLinux")
1139
- def is_mandatory_for_autonomous_linux(self) -> pulumi.Output[bool]:
1140
- """
1141
- Indicates whether the software source is required for the Autonomous Linux service.
1142
- """
1143
- return pulumi.get(self, "is_mandatory_for_autonomous_linux")
1144
-
1145
- @property
1146
- @pulumi.getter(name="originSoftwareSourceId")
1147
- def origin_software_source_id(self) -> pulumi.Output[str]:
1148
- """
1149
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment that is being replicated.
1150
- """
1151
- return pulumi.get(self, "origin_software_source_id")
1152
-
1153
985
  @property
1154
986
  @pulumi.getter(name="osFamily")
1155
987
  def os_family(self) -> pulumi.Output[str]:
@@ -1162,39 +994,23 @@ class SoftwareSource(pulumi.CustomResource):
1162
994
  @pulumi.getter(name="packageCount")
1163
995
  def package_count(self) -> pulumi.Output[str]:
1164
996
  """
1165
- Number of packages the software source contains.
997
+ Number of packages.
1166
998
  """
1167
999
  return pulumi.get(self, "package_count")
1168
1000
 
1169
- @property
1170
- @pulumi.getter
1171
- def packages(self) -> pulumi.Output[Sequence[str]]:
1172
- """
1173
- A property used for compatibility only. It doesn't provide a complete list of packages. See [AddPackagesToSoftwareSourceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/osmh/latest/datatypes/AddPackagesToSoftwareSourceDetails) for providing the list of packages used to create the software source when isCreatedFromPackageList is set to true.
1174
- """
1175
- return pulumi.get(self, "packages")
1176
-
1177
1001
  @property
1178
1002
  @pulumi.getter(name="repoId")
1179
1003
  def repo_id(self) -> pulumi.Output[str]:
1180
1004
  """
1181
- The repository ID for the software source.
1005
+ The Repo ID for the software source.
1182
1006
  """
1183
1007
  return pulumi.get(self, "repo_id")
1184
1008
 
1185
- @property
1186
- @pulumi.getter
1187
- def size(self) -> pulumi.Output[float]:
1188
- """
1189
- The size of the software source in gigabytes (GB).
1190
- """
1191
- return pulumi.get(self, "size")
1192
-
1193
1009
  @property
1194
1010
  @pulumi.getter(name="softwareSourceType")
1195
1011
  def software_source_type(self) -> pulumi.Output[str]:
1196
1012
  """
1197
- (Updatable) Type of software source.
1013
+ (Updatable) Type of the software source.
1198
1014
  """
1199
1015
  return pulumi.get(self, "software_source_type")
1200
1016
 
@@ -1226,7 +1042,7 @@ class SoftwareSource(pulumi.CustomResource):
1226
1042
  @pulumi.getter(name="timeCreated")
1227
1043
  def time_created(self) -> pulumi.Output[str]:
1228
1044
  """
1229
- The date and time the software source was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
1045
+ The date and time the software source was created, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
1230
1046
  """
1231
1047
  return pulumi.get(self, "time_created")
1232
1048
 
@@ -1234,7 +1050,7 @@ class SoftwareSource(pulumi.CustomResource):
1234
1050
  @pulumi.getter
1235
1051
  def url(self) -> pulumi.Output[str]:
1236
1052
  """
1237
- 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>'.
1053
+ URL for the repository.
1238
1054
  """
1239
1055
  return pulumi.get(self, "url")
1240
1056