pulumi-oci 2.26.0a1741847591__py3-none-any.whl → 2.27.0__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 (206) hide show
  1. pulumi_oci/__init__.py +211 -0
  2. pulumi_oci/containerengine/_inputs.py +43 -44
  3. pulumi_oci/containerengine/cluster.py +2 -0
  4. pulumi_oci/containerengine/container_instance.py +2 -4
  5. pulumi_oci/containerengine/outputs.py +128 -43
  6. pulumi_oci/containerinstances/outputs.py +0 -14
  7. pulumi_oci/core/__init__.py +7 -0
  8. pulumi_oci/core/_inputs.py +168 -33
  9. pulumi_oci/core/compute_gpu_memory_cluster.py +706 -0
  10. pulumi_oci/core/compute_gpu_memory_fabric.py +667 -0
  11. pulumi_oci/core/get_compute_gpu_memory_cluster.py +281 -0
  12. pulumi_oci/core/get_compute_gpu_memory_cluster_instances.py +144 -0
  13. pulumi_oci/core/get_compute_gpu_memory_clusters.py +232 -0
  14. pulumi_oci/core/get_compute_gpu_memory_fabric.py +309 -0
  15. pulumi_oci/core/get_compute_gpu_memory_fabrics.py +289 -0
  16. pulumi_oci/core/outputs.py +595 -21
  17. pulumi_oci/database/__init__.py +3 -0
  18. pulumi_oci/database/_inputs.py +4116 -1225
  19. pulumi_oci/database/application_vip.py +59 -10
  20. pulumi_oci/database/autonomous_container_database.py +305 -52
  21. pulumi_oci/database/autonomous_container_database_add_standby.py +2183 -0
  22. pulumi_oci/database/autonomous_container_database_dataguard_association.py +80 -40
  23. pulumi_oci/database/autonomous_container_database_snapshot_standby.py +322 -0
  24. pulumi_oci/database/autonomous_database.py +7 -28
  25. pulumi_oci/database/backup.py +153 -5
  26. pulumi_oci/database/cloud_exadata_infrastructure.py +126 -0
  27. pulumi_oci/database/cloud_vm_cluster.py +163 -30
  28. pulumi_oci/database/db_node.py +64 -8
  29. pulumi_oci/database/exadata_infrastructure.py +157 -3
  30. pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1615 -0
  31. pulumi_oci/database/exadb_vm_cluster.py +84 -7
  32. pulumi_oci/database/exascale_db_storage_vault.py +147 -0
  33. pulumi_oci/database/external_container_database.py +4 -4
  34. pulumi_oci/database/external_non_container_database.py +4 -4
  35. pulumi_oci/database/external_pluggable_database.py +4 -4
  36. pulumi_oci/database/get_application_vip.py +16 -2
  37. pulumi_oci/database/get_autonomous_container_database.py +103 -2
  38. pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +12 -1
  39. pulumi_oci/database/get_autonomous_container_databases.py +1 -1
  40. pulumi_oci/database/get_autonomous_database.py +0 -3
  41. pulumi_oci/database/get_backups.py +136 -10
  42. pulumi_oci/database/get_cloud_exadata_infrastructure.py +43 -1
  43. pulumi_oci/database/get_cloud_vm_cluster.py +59 -3
  44. pulumi_oci/database/get_cloud_vm_clusters.py +28 -6
  45. pulumi_oci/database/get_database_software_images.py +20 -1
  46. pulumi_oci/database/get_db_node.py +31 -4
  47. pulumi_oci/database/get_db_server.py +15 -1
  48. pulumi_oci/database/get_exadata_infrastructure.py +57 -1
  49. pulumi_oci/database/get_exadb_vm_cluster.py +29 -1
  50. pulumi_oci/database/get_exadb_vm_clusters.py +25 -3
  51. pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
  52. pulumi_oci/database/get_exascale_db_storage_vaults.py +47 -3
  53. pulumi_oci/database/get_external_container_database.py +1 -1
  54. pulumi_oci/database/get_external_non_container_database.py +1 -1
  55. pulumi_oci/database/get_external_pluggable_database.py +1 -1
  56. pulumi_oci/database/get_flex_components.py +28 -6
  57. pulumi_oci/database/get_maintenance_run.py +15 -1
  58. pulumi_oci/database/get_vm_cluster.py +60 -4
  59. pulumi_oci/database/get_vm_clusters.py +25 -3
  60. pulumi_oci/database/maintenance_run.py +28 -0
  61. pulumi_oci/database/outputs.py +3831 -267
  62. pulumi_oci/database/pluggable_database.py +13 -13
  63. pulumi_oci/database/vm_cluster.py +172 -18
  64. pulumi_oci/database/vm_cluster_add_virtual_network.py +114 -2
  65. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +114 -2
  66. pulumi_oci/datasafe/__init__.py +7 -0
  67. pulumi_oci/datasafe/_inputs.py +301 -0
  68. pulumi_oci/datasafe/discovery_mod.py +49 -0
  69. pulumi_oci/datasafe/get_discovery_job.py +15 -1
  70. pulumi_oci/datasafe/get_masking_report.py +46 -4
  71. pulumi_oci/datasafe/get_masking_report_masking_errors.py +166 -0
  72. pulumi_oci/datasafe/get_security_assessment_finding.py +31 -1
  73. pulumi_oci/datasafe/get_security_assessment_findings.py +43 -3
  74. pulumi_oci/datasafe/get_sensitive_column_analytics.py +370 -0
  75. pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
  76. pulumi_oci/datasafe/get_sensitive_type_group.py +253 -0
  77. pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +166 -0
  78. pulumi_oci/datasafe/get_sensitive_type_groups.py +294 -0
  79. pulumi_oci/datasafe/outputs.py +676 -3
  80. pulumi_oci/datasafe/sensitive_data_model.py +49 -0
  81. pulumi_oci/datasafe/sensitive_type_group.py +563 -0
  82. pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +287 -0
  83. pulumi_oci/datascience/__init__.py +4 -0
  84. pulumi_oci/datascience/_inputs.py +1160 -41
  85. pulumi_oci/datascience/get_model.py +29 -1
  86. pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +151 -0
  87. pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +151 -0
  88. pulumi_oci/datascience/get_model_version_set.py +15 -1
  89. pulumi_oci/datascience/get_model_version_sets.py +25 -3
  90. pulumi_oci/datascience/get_models.py +25 -3
  91. pulumi_oci/datascience/get_pipeline.py +15 -1
  92. pulumi_oci/datascience/model.py +64 -0
  93. pulumi_oci/datascience/model_custom_metadata_artifact.py +418 -0
  94. pulumi_oci/datascience/model_defined_metadata_artifact.py +418 -0
  95. pulumi_oci/datascience/model_version_set.py +28 -0
  96. pulumi_oci/datascience/outputs.py +4343 -2164
  97. pulumi_oci/datascience/pipeline.py +48 -141
  98. pulumi_oci/datascience/pipeline_run.py +32 -0
  99. pulumi_oci/dblm/__init__.py +17 -0
  100. pulumi_oci/dblm/_inputs.py +275 -0
  101. pulumi_oci/dblm/get_vulnerability.py +242 -0
  102. pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +220 -0
  103. pulumi_oci/dblm/get_vulnerability_notifications.py +144 -0
  104. pulumi_oci/dblm/get_vulnerability_resources.py +258 -0
  105. pulumi_oci/dblm/get_vulnerability_scan.py +267 -0
  106. pulumi_oci/dblm/get_vulnerability_scans.py +270 -0
  107. pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +258 -0
  108. pulumi_oci/dblm/outputs.py +1294 -0
  109. pulumi_oci/dblm/vulnerability_scan.py +521 -0
  110. pulumi_oci/email/dkim.py +120 -20
  111. pulumi_oci/email/get_dkim.py +40 -1
  112. pulumi_oci/email/outputs.py +29 -0
  113. pulumi_oci/filestorage/__init__.py +3 -0
  114. pulumi_oci/filestorage/_inputs.py +49 -0
  115. pulumi_oci/filestorage/file_system.py +105 -0
  116. pulumi_oci/filestorage/file_system_quota_rule.py +593 -0
  117. pulumi_oci/filestorage/get_file_system_quota_rule.py +248 -0
  118. pulumi_oci/filestorage/get_file_system_quota_rules.py +210 -0
  119. pulumi_oci/filestorage/outputs.py +186 -0
  120. pulumi_oci/goldengate/_inputs.py +128 -0
  121. pulumi_oci/goldengate/deployment.py +103 -0
  122. pulumi_oci/goldengate/deployment_backup.py +28 -0
  123. pulumi_oci/goldengate/get_deployment.py +43 -1
  124. pulumi_oci/goldengate/get_deployment_backup.py +15 -1
  125. pulumi_oci/goldengate/outputs.py +289 -0
  126. pulumi_oci/mysql/_inputs.py +1239 -10
  127. pulumi_oci/mysql/channel.py +28 -0
  128. pulumi_oci/mysql/get_channel.py +15 -1
  129. pulumi_oci/mysql/get_mysql_backup.py +15 -1
  130. pulumi_oci/mysql/get_mysql_configuration.py +15 -1
  131. pulumi_oci/mysql/get_mysql_db_system.py +15 -1
  132. pulumi_oci/mysql/mysql_backup.py +28 -0
  133. pulumi_oci/mysql/mysql_configuration.py +106 -0
  134. pulumi_oci/mysql/mysql_db_system.py +36 -0
  135. pulumi_oci/mysql/outputs.py +2008 -35
  136. pulumi_oci/opensearch/__init__.py +3 -0
  137. pulumi_oci/opensearch/_inputs.py +101 -0
  138. pulumi_oci/opensearch/cluster.py +76 -29
  139. pulumi_oci/opensearch/get_opensearch_cluster.py +12 -1
  140. pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +433 -0
  141. pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +218 -0
  142. pulumi_oci/opensearch/opensearch_cluster_pipeline.py +1172 -0
  143. pulumi_oci/opensearch/outputs.py +425 -0
  144. pulumi_oci/osmanagementhub/__init__.py +18 -0
  145. pulumi_oci/osmanagementhub/_inputs.py +677 -12
  146. pulumi_oci/osmanagementhub/event.py +8 -0
  147. pulumi_oci/osmanagementhub/get_entitlements.py +2 -2
  148. pulumi_oci/osmanagementhub/get_event.py +2 -0
  149. pulumi_oci/osmanagementhub/get_events.py +2 -0
  150. pulumi_oci/osmanagementhub/get_managed_instance.py +30 -2
  151. pulumi_oci/osmanagementhub/get_managed_instances.py +75 -63
  152. pulumi_oci/osmanagementhub/get_management_station.py +116 -4
  153. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +1 -1
  154. pulumi_oci/osmanagementhub/get_management_stations.py +47 -4
  155. pulumi_oci/osmanagementhub/get_profile.py +32 -4
  156. pulumi_oci/osmanagementhub/get_profile_available_software_sources.py +207 -0
  157. pulumi_oci/osmanagementhub/get_profile_version.py +388 -0
  158. pulumi_oci/osmanagementhub/get_profiles.py +63 -3
  159. pulumi_oci/osmanagementhub/get_scheduled_job.py +15 -1
  160. pulumi_oci/osmanagementhub/get_software_package.py +2 -2
  161. pulumi_oci/osmanagementhub/get_software_package_software_source.py +7 -7
  162. pulumi_oci/osmanagementhub/get_software_source.py +89 -5
  163. pulumi_oci/osmanagementhub/get_software_source_available_software_packages.py +209 -0
  164. pulumi_oci/osmanagementhub/get_software_source_manifest.py +127 -0
  165. pulumi_oci/osmanagementhub/get_software_sources.py +30 -8
  166. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +6 -39
  167. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +6 -39
  168. pulumi_oci/osmanagementhub/lifecycle_stage_reboot_management.py +297 -0
  169. pulumi_oci/osmanagementhub/managed_instance.py +56 -0
  170. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +49 -0
  171. pulumi_oci/osmanagementhub/managed_instance_group_reboot_management.py +297 -0
  172. pulumi_oci/osmanagementhub/managed_instance_reboot_management.py +299 -0
  173. pulumi_oci/osmanagementhub/management_station.py +251 -4
  174. pulumi_oci/osmanagementhub/management_station_associate_managed_instances_management.py +298 -0
  175. pulumi_oci/osmanagementhub/management_station_refresh_management.py +2 -2
  176. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +9 -9
  177. pulumi_oci/osmanagementhub/outputs.py +1349 -50
  178. pulumi_oci/osmanagementhub/profile.py +70 -14
  179. pulumi_oci/osmanagementhub/profile_attach_lifecycle_stage_management.py +269 -0
  180. pulumi_oci/osmanagementhub/profile_attach_managed_instance_group_management.py +269 -0
  181. pulumi_oci/osmanagementhub/profile_attach_management_station_management.py +269 -0
  182. pulumi_oci/osmanagementhub/profile_attach_software_sources_management.py +269 -0
  183. pulumi_oci/osmanagementhub/profile_detach_software_sources_management.py +269 -0
  184. pulumi_oci/osmanagementhub/scheduled_job.py +72 -21
  185. pulumi_oci/osmanagementhub/software_source.py +365 -26
  186. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +67 -10
  187. pulumi_oci/osmanagementhub/software_source_generate_metadata_management.py +217 -0
  188. pulumi_oci/osmanagementhub/software_source_manifest.py +268 -0
  189. pulumi_oci/osmanagementhub/software_source_remove_packages_management.py +277 -0
  190. pulumi_oci/osmanagementhub/software_source_replace_packages_management.py +277 -0
  191. pulumi_oci/osmanagementhub/work_request_rerun_management.py +325 -0
  192. pulumi_oci/psql/_inputs.py +258 -0
  193. pulumi_oci/psql/backup.py +129 -28
  194. pulumi_oci/psql/db_system.py +10 -0
  195. pulumi_oci/psql/get_backup.py +47 -2
  196. pulumi_oci/psql/get_backups.py +3 -0
  197. pulumi_oci/psql/get_configurations.py +23 -1
  198. pulumi_oci/psql/get_db_system.py +1 -1
  199. pulumi_oci/psql/get_db_systems.py +1 -1
  200. pulumi_oci/psql/outputs.py +541 -5
  201. pulumi_oci/pulumi-plugin.json +1 -1
  202. pulumi_oci/redis/redis_cluster.py +7 -7
  203. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/METADATA +2 -2
  204. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/RECORD +206 -150
  205. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/WHEEL +1 -1
  206. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,269 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+
17
+ __all__ = ['ProfileAttachSoftwareSourcesManagementArgs', 'ProfileAttachSoftwareSourcesManagement']
18
+
19
+ @pulumi.input_type
20
+ class ProfileAttachSoftwareSourcesManagementArgs:
21
+ def __init__(__self__, *,
22
+ profile_id: pulumi.Input[str],
23
+ software_sources: pulumi.Input[Sequence[pulumi.Input[str]]]):
24
+ """
25
+ The set of arguments for constructing a ProfileAttachSoftwareSourcesManagement resource.
26
+ :param pulumi.Input[str] profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
27
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_sources: List of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to attach to the profile.
28
+
29
+
30
+ ** IMPORTANT **
31
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
32
+ """
33
+ pulumi.set(__self__, "profile_id", profile_id)
34
+ pulumi.set(__self__, "software_sources", software_sources)
35
+
36
+ @property
37
+ @pulumi.getter(name="profileId")
38
+ def profile_id(self) -> pulumi.Input[str]:
39
+ """
40
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
41
+ """
42
+ return pulumi.get(self, "profile_id")
43
+
44
+ @profile_id.setter
45
+ def profile_id(self, value: pulumi.Input[str]):
46
+ pulumi.set(self, "profile_id", value)
47
+
48
+ @property
49
+ @pulumi.getter(name="softwareSources")
50
+ def software_sources(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
51
+ """
52
+ List of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to attach to the profile.
53
+
54
+
55
+ ** IMPORTANT **
56
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
57
+ """
58
+ return pulumi.get(self, "software_sources")
59
+
60
+ @software_sources.setter
61
+ def software_sources(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
62
+ pulumi.set(self, "software_sources", value)
63
+
64
+
65
+ @pulumi.input_type
66
+ class _ProfileAttachSoftwareSourcesManagementState:
67
+ def __init__(__self__, *,
68
+ profile_id: Optional[pulumi.Input[str]] = None,
69
+ software_sources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
70
+ """
71
+ Input properties used for looking up and filtering ProfileAttachSoftwareSourcesManagement resources.
72
+ :param pulumi.Input[str] profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
73
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_sources: List of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to attach to the profile.
74
+
75
+
76
+ ** IMPORTANT **
77
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
78
+ """
79
+ if profile_id is not None:
80
+ pulumi.set(__self__, "profile_id", profile_id)
81
+ if software_sources is not None:
82
+ pulumi.set(__self__, "software_sources", software_sources)
83
+
84
+ @property
85
+ @pulumi.getter(name="profileId")
86
+ def profile_id(self) -> Optional[pulumi.Input[str]]:
87
+ """
88
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
89
+ """
90
+ return pulumi.get(self, "profile_id")
91
+
92
+ @profile_id.setter
93
+ def profile_id(self, value: Optional[pulumi.Input[str]]):
94
+ pulumi.set(self, "profile_id", value)
95
+
96
+ @property
97
+ @pulumi.getter(name="softwareSources")
98
+ def software_sources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
99
+ """
100
+ List of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to attach to the profile.
101
+
102
+
103
+ ** IMPORTANT **
104
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
105
+ """
106
+ return pulumi.get(self, "software_sources")
107
+
108
+ @software_sources.setter
109
+ def software_sources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
110
+ pulumi.set(self, "software_sources", value)
111
+
112
+
113
+ class ProfileAttachSoftwareSourcesManagement(pulumi.CustomResource):
114
+ @overload
115
+ def __init__(__self__,
116
+ resource_name: str,
117
+ opts: Optional[pulumi.ResourceOptions] = None,
118
+ profile_id: Optional[pulumi.Input[str]] = None,
119
+ software_sources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
120
+ __props__=None):
121
+ """
122
+ This resource provides the Profile Attach Software Sources Management resource in Oracle Cloud Infrastructure Os Management Hub service.
123
+
124
+ Attaches the specified software sources to a profile.
125
+
126
+ ## Example Usage
127
+
128
+ ```python
129
+ import pulumi
130
+ import pulumi_oci as oci
131
+
132
+ test_profile_attach_software_sources_management = oci.os_management_hub.ProfileAttachSoftwareSourcesManagement("test_profile_attach_software_sources_management",
133
+ profile_id=test_profile["id"],
134
+ software_sources=profile_attach_software_sources_management_software_sources)
135
+ ```
136
+
137
+ ## Import
138
+
139
+ ProfileAttachSoftwareSourcesManagement can be imported using the `id`, e.g.
140
+
141
+ ```sh
142
+ $ pulumi import oci:OsManagementHub/profileAttachSoftwareSourcesManagement:ProfileAttachSoftwareSourcesManagement test_profile_attach_software_sources_management "id"
143
+ ```
144
+
145
+ :param str resource_name: The name of the resource.
146
+ :param pulumi.ResourceOptions opts: Options for the resource.
147
+ :param pulumi.Input[str] profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
148
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_sources: List of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to attach to the profile.
149
+
150
+
151
+ ** IMPORTANT **
152
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
153
+ """
154
+ ...
155
+ @overload
156
+ def __init__(__self__,
157
+ resource_name: str,
158
+ args: ProfileAttachSoftwareSourcesManagementArgs,
159
+ opts: Optional[pulumi.ResourceOptions] = None):
160
+ """
161
+ This resource provides the Profile Attach Software Sources Management resource in Oracle Cloud Infrastructure Os Management Hub service.
162
+
163
+ Attaches the specified software sources to a profile.
164
+
165
+ ## Example Usage
166
+
167
+ ```python
168
+ import pulumi
169
+ import pulumi_oci as oci
170
+
171
+ test_profile_attach_software_sources_management = oci.os_management_hub.ProfileAttachSoftwareSourcesManagement("test_profile_attach_software_sources_management",
172
+ profile_id=test_profile["id"],
173
+ software_sources=profile_attach_software_sources_management_software_sources)
174
+ ```
175
+
176
+ ## Import
177
+
178
+ ProfileAttachSoftwareSourcesManagement can be imported using the `id`, e.g.
179
+
180
+ ```sh
181
+ $ pulumi import oci:OsManagementHub/profileAttachSoftwareSourcesManagement:ProfileAttachSoftwareSourcesManagement test_profile_attach_software_sources_management "id"
182
+ ```
183
+
184
+ :param str resource_name: The name of the resource.
185
+ :param ProfileAttachSoftwareSourcesManagementArgs args: The arguments to use to populate this resource's properties.
186
+ :param pulumi.ResourceOptions opts: Options for the resource.
187
+ """
188
+ ...
189
+ def __init__(__self__, resource_name: str, *args, **kwargs):
190
+ resource_args, opts = _utilities.get_resource_args_opts(ProfileAttachSoftwareSourcesManagementArgs, pulumi.ResourceOptions, *args, **kwargs)
191
+ if resource_args is not None:
192
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
193
+ else:
194
+ __self__._internal_init(resource_name, *args, **kwargs)
195
+
196
+ def _internal_init(__self__,
197
+ resource_name: str,
198
+ opts: Optional[pulumi.ResourceOptions] = None,
199
+ profile_id: Optional[pulumi.Input[str]] = None,
200
+ software_sources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
201
+ __props__=None):
202
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
203
+ if not isinstance(opts, pulumi.ResourceOptions):
204
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
205
+ if opts.id is None:
206
+ if __props__ is not None:
207
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
208
+ __props__ = ProfileAttachSoftwareSourcesManagementArgs.__new__(ProfileAttachSoftwareSourcesManagementArgs)
209
+
210
+ if profile_id is None and not opts.urn:
211
+ raise TypeError("Missing required property 'profile_id'")
212
+ __props__.__dict__["profile_id"] = profile_id
213
+ if software_sources is None and not opts.urn:
214
+ raise TypeError("Missing required property 'software_sources'")
215
+ __props__.__dict__["software_sources"] = software_sources
216
+ super(ProfileAttachSoftwareSourcesManagement, __self__).__init__(
217
+ 'oci:OsManagementHub/profileAttachSoftwareSourcesManagement:ProfileAttachSoftwareSourcesManagement',
218
+ resource_name,
219
+ __props__,
220
+ opts)
221
+
222
+ @staticmethod
223
+ def get(resource_name: str,
224
+ id: pulumi.Input[str],
225
+ opts: Optional[pulumi.ResourceOptions] = None,
226
+ profile_id: Optional[pulumi.Input[str]] = None,
227
+ software_sources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None) -> 'ProfileAttachSoftwareSourcesManagement':
228
+ """
229
+ Get an existing ProfileAttachSoftwareSourcesManagement resource's state with the given name, id, and optional extra
230
+ properties used to qualify the lookup.
231
+
232
+ :param str resource_name: The unique name of the resulting resource.
233
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
234
+ :param pulumi.ResourceOptions opts: Options for the resource.
235
+ :param pulumi.Input[str] profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
236
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_sources: List of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to attach to the profile.
237
+
238
+
239
+ ** IMPORTANT **
240
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
241
+ """
242
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
243
+
244
+ __props__ = _ProfileAttachSoftwareSourcesManagementState.__new__(_ProfileAttachSoftwareSourcesManagementState)
245
+
246
+ __props__.__dict__["profile_id"] = profile_id
247
+ __props__.__dict__["software_sources"] = software_sources
248
+ return ProfileAttachSoftwareSourcesManagement(resource_name, opts=opts, __props__=__props__)
249
+
250
+ @property
251
+ @pulumi.getter(name="profileId")
252
+ def profile_id(self) -> pulumi.Output[str]:
253
+ """
254
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
255
+ """
256
+ return pulumi.get(self, "profile_id")
257
+
258
+ @property
259
+ @pulumi.getter(name="softwareSources")
260
+ def software_sources(self) -> pulumi.Output[Sequence[str]]:
261
+ """
262
+ List of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to attach to the profile.
263
+
264
+
265
+ ** IMPORTANT **
266
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
267
+ """
268
+ return pulumi.get(self, "software_sources")
269
+
@@ -0,0 +1,269 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+
17
+ __all__ = ['ProfileDetachSoftwareSourcesManagementArgs', 'ProfileDetachSoftwareSourcesManagement']
18
+
19
+ @pulumi.input_type
20
+ class ProfileDetachSoftwareSourcesManagementArgs:
21
+ def __init__(__self__, *,
22
+ profile_id: pulumi.Input[str],
23
+ software_sources: pulumi.Input[Sequence[pulumi.Input[str]]]):
24
+ """
25
+ The set of arguments for constructing a ProfileDetachSoftwareSourcesManagement resource.
26
+ :param pulumi.Input[str] profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
27
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_sources: List of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to detach from the profile.
28
+
29
+
30
+ ** IMPORTANT **
31
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
32
+ """
33
+ pulumi.set(__self__, "profile_id", profile_id)
34
+ pulumi.set(__self__, "software_sources", software_sources)
35
+
36
+ @property
37
+ @pulumi.getter(name="profileId")
38
+ def profile_id(self) -> pulumi.Input[str]:
39
+ """
40
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
41
+ """
42
+ return pulumi.get(self, "profile_id")
43
+
44
+ @profile_id.setter
45
+ def profile_id(self, value: pulumi.Input[str]):
46
+ pulumi.set(self, "profile_id", value)
47
+
48
+ @property
49
+ @pulumi.getter(name="softwareSources")
50
+ def software_sources(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
51
+ """
52
+ List of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to detach from the profile.
53
+
54
+
55
+ ** IMPORTANT **
56
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
57
+ """
58
+ return pulumi.get(self, "software_sources")
59
+
60
+ @software_sources.setter
61
+ def software_sources(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
62
+ pulumi.set(self, "software_sources", value)
63
+
64
+
65
+ @pulumi.input_type
66
+ class _ProfileDetachSoftwareSourcesManagementState:
67
+ def __init__(__self__, *,
68
+ profile_id: Optional[pulumi.Input[str]] = None,
69
+ software_sources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
70
+ """
71
+ Input properties used for looking up and filtering ProfileDetachSoftwareSourcesManagement resources.
72
+ :param pulumi.Input[str] profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
73
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_sources: List of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to detach from the profile.
74
+
75
+
76
+ ** IMPORTANT **
77
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
78
+ """
79
+ if profile_id is not None:
80
+ pulumi.set(__self__, "profile_id", profile_id)
81
+ if software_sources is not None:
82
+ pulumi.set(__self__, "software_sources", software_sources)
83
+
84
+ @property
85
+ @pulumi.getter(name="profileId")
86
+ def profile_id(self) -> Optional[pulumi.Input[str]]:
87
+ """
88
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
89
+ """
90
+ return pulumi.get(self, "profile_id")
91
+
92
+ @profile_id.setter
93
+ def profile_id(self, value: Optional[pulumi.Input[str]]):
94
+ pulumi.set(self, "profile_id", value)
95
+
96
+ @property
97
+ @pulumi.getter(name="softwareSources")
98
+ def software_sources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
99
+ """
100
+ List of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to detach from the profile.
101
+
102
+
103
+ ** IMPORTANT **
104
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
105
+ """
106
+ return pulumi.get(self, "software_sources")
107
+
108
+ @software_sources.setter
109
+ def software_sources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
110
+ pulumi.set(self, "software_sources", value)
111
+
112
+
113
+ class ProfileDetachSoftwareSourcesManagement(pulumi.CustomResource):
114
+ @overload
115
+ def __init__(__self__,
116
+ resource_name: str,
117
+ opts: Optional[pulumi.ResourceOptions] = None,
118
+ profile_id: Optional[pulumi.Input[str]] = None,
119
+ software_sources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
120
+ __props__=None):
121
+ """
122
+ This resource provides the Profile Detach Software Sources Management resource in Oracle Cloud Infrastructure Os Management Hub service.
123
+
124
+ Detaches the specified software sources from a profile.
125
+
126
+ ## Example Usage
127
+
128
+ ```python
129
+ import pulumi
130
+ import pulumi_oci as oci
131
+
132
+ test_profile_detach_software_sources_management = oci.os_management_hub.ProfileDetachSoftwareSourcesManagement("test_profile_detach_software_sources_management",
133
+ profile_id=test_profile["id"],
134
+ software_sources=profile_detach_software_sources_management_software_sources)
135
+ ```
136
+
137
+ ## Import
138
+
139
+ ProfileDetachSoftwareSourcesManagement can be imported using the `id`, e.g.
140
+
141
+ ```sh
142
+ $ pulumi import oci:OsManagementHub/profileDetachSoftwareSourcesManagement:ProfileDetachSoftwareSourcesManagement test_profile_detach_software_sources_management "id"
143
+ ```
144
+
145
+ :param str resource_name: The name of the resource.
146
+ :param pulumi.ResourceOptions opts: Options for the resource.
147
+ :param pulumi.Input[str] profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
148
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_sources: List of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to detach from the profile.
149
+
150
+
151
+ ** IMPORTANT **
152
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
153
+ """
154
+ ...
155
+ @overload
156
+ def __init__(__self__,
157
+ resource_name: str,
158
+ args: ProfileDetachSoftwareSourcesManagementArgs,
159
+ opts: Optional[pulumi.ResourceOptions] = None):
160
+ """
161
+ This resource provides the Profile Detach Software Sources Management resource in Oracle Cloud Infrastructure Os Management Hub service.
162
+
163
+ Detaches the specified software sources from a profile.
164
+
165
+ ## Example Usage
166
+
167
+ ```python
168
+ import pulumi
169
+ import pulumi_oci as oci
170
+
171
+ test_profile_detach_software_sources_management = oci.os_management_hub.ProfileDetachSoftwareSourcesManagement("test_profile_detach_software_sources_management",
172
+ profile_id=test_profile["id"],
173
+ software_sources=profile_detach_software_sources_management_software_sources)
174
+ ```
175
+
176
+ ## Import
177
+
178
+ ProfileDetachSoftwareSourcesManagement can be imported using the `id`, e.g.
179
+
180
+ ```sh
181
+ $ pulumi import oci:OsManagementHub/profileDetachSoftwareSourcesManagement:ProfileDetachSoftwareSourcesManagement test_profile_detach_software_sources_management "id"
182
+ ```
183
+
184
+ :param str resource_name: The name of the resource.
185
+ :param ProfileDetachSoftwareSourcesManagementArgs args: The arguments to use to populate this resource's properties.
186
+ :param pulumi.ResourceOptions opts: Options for the resource.
187
+ """
188
+ ...
189
+ def __init__(__self__, resource_name: str, *args, **kwargs):
190
+ resource_args, opts = _utilities.get_resource_args_opts(ProfileDetachSoftwareSourcesManagementArgs, pulumi.ResourceOptions, *args, **kwargs)
191
+ if resource_args is not None:
192
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
193
+ else:
194
+ __self__._internal_init(resource_name, *args, **kwargs)
195
+
196
+ def _internal_init(__self__,
197
+ resource_name: str,
198
+ opts: Optional[pulumi.ResourceOptions] = None,
199
+ profile_id: Optional[pulumi.Input[str]] = None,
200
+ software_sources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
201
+ __props__=None):
202
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
203
+ if not isinstance(opts, pulumi.ResourceOptions):
204
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
205
+ if opts.id is None:
206
+ if __props__ is not None:
207
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
208
+ __props__ = ProfileDetachSoftwareSourcesManagementArgs.__new__(ProfileDetachSoftwareSourcesManagementArgs)
209
+
210
+ if profile_id is None and not opts.urn:
211
+ raise TypeError("Missing required property 'profile_id'")
212
+ __props__.__dict__["profile_id"] = profile_id
213
+ if software_sources is None and not opts.urn:
214
+ raise TypeError("Missing required property 'software_sources'")
215
+ __props__.__dict__["software_sources"] = software_sources
216
+ super(ProfileDetachSoftwareSourcesManagement, __self__).__init__(
217
+ 'oci:OsManagementHub/profileDetachSoftwareSourcesManagement:ProfileDetachSoftwareSourcesManagement',
218
+ resource_name,
219
+ __props__,
220
+ opts)
221
+
222
+ @staticmethod
223
+ def get(resource_name: str,
224
+ id: pulumi.Input[str],
225
+ opts: Optional[pulumi.ResourceOptions] = None,
226
+ profile_id: Optional[pulumi.Input[str]] = None,
227
+ software_sources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None) -> 'ProfileDetachSoftwareSourcesManagement':
228
+ """
229
+ Get an existing ProfileDetachSoftwareSourcesManagement resource's state with the given name, id, and optional extra
230
+ properties used to qualify the lookup.
231
+
232
+ :param str resource_name: The unique name of the resulting resource.
233
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
234
+ :param pulumi.ResourceOptions opts: Options for the resource.
235
+ :param pulumi.Input[str] profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
236
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_sources: List of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to detach from the profile.
237
+
238
+
239
+ ** IMPORTANT **
240
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
241
+ """
242
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
243
+
244
+ __props__ = _ProfileDetachSoftwareSourcesManagementState.__new__(_ProfileDetachSoftwareSourcesManagementState)
245
+
246
+ __props__.__dict__["profile_id"] = profile_id
247
+ __props__.__dict__["software_sources"] = software_sources
248
+ return ProfileDetachSoftwareSourcesManagement(resource_name, opts=opts, __props__=__props__)
249
+
250
+ @property
251
+ @pulumi.getter(name="profileId")
252
+ def profile_id(self) -> pulumi.Output[str]:
253
+ """
254
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
255
+ """
256
+ return pulumi.get(self, "profile_id")
257
+
258
+ @property
259
+ @pulumi.getter(name="softwareSources")
260
+ def software_sources(self) -> pulumi.Output[Sequence[str]]:
261
+ """
262
+ List of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to detach from the profile.
263
+
264
+
265
+ ** IMPORTANT **
266
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
267
+ """
268
+ return pulumi.get(self, "software_sources")
269
+