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
@@ -23,31 +23,27 @@ class ProfileArgs:
23
23
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
24
24
  description: Optional[pulumi.Input[str]] = None,
25
25
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
26
- is_default_profile: Optional[pulumi.Input[bool]] = None,
27
26
  lifecycle_stage_id: Optional[pulumi.Input[str]] = None,
28
27
  managed_instance_group_id: Optional[pulumi.Input[str]] = None,
29
28
  management_station_id: Optional[pulumi.Input[str]] = None,
30
29
  os_family: Optional[pulumi.Input[str]] = None,
31
- registration_type: Optional[pulumi.Input[str]] = None,
32
30
  software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
33
31
  vendor_name: Optional[pulumi.Input[str]] = None):
34
32
  """
35
33
  The set of arguments for constructing a Profile resource.
36
- :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 registration profile.
34
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the registration profile.
37
35
  :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
38
- :param pulumi.Input[str] profile_type: The type of profile.
36
+ :param pulumi.Input[str] profile_type: The type of registration profile. Either SOFTWARESOURCE, GROUP or LIFECYCLE.
39
37
  :param pulumi.Input[str] arch_type: The architecture type.
40
38
  :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"}`
41
- :param pulumi.Input[str] description: (Updatable) User-specified description of the registration profile.
39
+ :param pulumi.Input[str] description: (Updatable) The description of the registration profile.
42
40
  :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"}`
43
- :param pulumi.Input[bool] is_default_profile: (Updatable) Indicates if the profile is set as the default. There is exactly one default profile for a specified architecture, OS family, registration type, and vendor. When registering an instance with the corresonding characteristics, the default profile is used, unless another profile is specified.
44
- :param pulumi.Input[str] lifecycle_stage_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle stage that the instance will be associated with.
45
- :param pulumi.Input[str] managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group that the instance will join after registration.
46
- :param pulumi.Input[str] management_station_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station to associate with an instance once registered. Associating with a management station applies only to non-OCI instances.
41
+ :param pulumi.Input[str] lifecycle_stage_id: The OCID of the lifecycle stage from which the registration profile will inherit its software source.
42
+ :param pulumi.Input[str] managed_instance_group_id: The OCID of the managed instance group from which the registration profile will inherit its software sources.
43
+ :param pulumi.Input[str] management_station_id: The OCID of the management station.
47
44
  :param pulumi.Input[str] os_family: The operating system family.
48
- :param pulumi.Input[str] registration_type: The type of instance to register.
49
- :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that the registration profile will use.
50
- :param pulumi.Input[str] vendor_name: The vendor of the operating system for the instance.
45
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source OCIDs that the registration profile will use.
46
+ :param pulumi.Input[str] vendor_name: The software source vendor name.
51
47
 
52
48
 
53
49
  ** IMPORTANT **
@@ -64,8 +60,6 @@ class ProfileArgs:
64
60
  pulumi.set(__self__, "description", description)
65
61
  if freeform_tags is not None:
66
62
  pulumi.set(__self__, "freeform_tags", freeform_tags)
67
- if is_default_profile is not None:
68
- pulumi.set(__self__, "is_default_profile", is_default_profile)
69
63
  if lifecycle_stage_id is not None:
70
64
  pulumi.set(__self__, "lifecycle_stage_id", lifecycle_stage_id)
71
65
  if managed_instance_group_id is not None:
@@ -74,8 +68,6 @@ class ProfileArgs:
74
68
  pulumi.set(__self__, "management_station_id", management_station_id)
75
69
  if os_family is not None:
76
70
  pulumi.set(__self__, "os_family", os_family)
77
- if registration_type is not None:
78
- pulumi.set(__self__, "registration_type", registration_type)
79
71
  if software_source_ids is not None:
80
72
  pulumi.set(__self__, "software_source_ids", software_source_ids)
81
73
  if vendor_name is not None:
@@ -85,7 +77,7 @@ class ProfileArgs:
85
77
  @pulumi.getter(name="compartmentId")
86
78
  def compartment_id(self) -> pulumi.Input[str]:
87
79
  """
88
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the registration profile.
80
+ The OCID of the tenancy containing the registration profile.
89
81
  """
90
82
  return pulumi.get(self, "compartment_id")
91
83
 
@@ -109,7 +101,7 @@ class ProfileArgs:
109
101
  @pulumi.getter(name="profileType")
110
102
  def profile_type(self) -> pulumi.Input[str]:
111
103
  """
112
- The type of profile.
104
+ The type of registration profile. Either SOFTWARESOURCE, GROUP or LIFECYCLE.
113
105
  """
114
106
  return pulumi.get(self, "profile_type")
115
107
 
@@ -145,7 +137,7 @@ class ProfileArgs:
145
137
  @pulumi.getter
146
138
  def description(self) -> Optional[pulumi.Input[str]]:
147
139
  """
148
- (Updatable) User-specified description of the registration profile.
140
+ (Updatable) The description of the registration profile.
149
141
  """
150
142
  return pulumi.get(self, "description")
151
143
 
@@ -165,23 +157,11 @@ class ProfileArgs:
165
157
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
166
158
  pulumi.set(self, "freeform_tags", value)
167
159
 
168
- @property
169
- @pulumi.getter(name="isDefaultProfile")
170
- def is_default_profile(self) -> Optional[pulumi.Input[bool]]:
171
- """
172
- (Updatable) Indicates if the profile is set as the default. There is exactly one default profile for a specified architecture, OS family, registration type, and vendor. When registering an instance with the corresonding characteristics, the default profile is used, unless another profile is specified.
173
- """
174
- return pulumi.get(self, "is_default_profile")
175
-
176
- @is_default_profile.setter
177
- def is_default_profile(self, value: Optional[pulumi.Input[bool]]):
178
- pulumi.set(self, "is_default_profile", value)
179
-
180
160
  @property
181
161
  @pulumi.getter(name="lifecycleStageId")
182
162
  def lifecycle_stage_id(self) -> Optional[pulumi.Input[str]]:
183
163
  """
184
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle stage that the instance will be associated with.
164
+ The OCID of the lifecycle stage from which the registration profile will inherit its software source.
185
165
  """
186
166
  return pulumi.get(self, "lifecycle_stage_id")
187
167
 
@@ -193,7 +173,7 @@ class ProfileArgs:
193
173
  @pulumi.getter(name="managedInstanceGroupId")
194
174
  def managed_instance_group_id(self) -> Optional[pulumi.Input[str]]:
195
175
  """
196
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group that the instance will join after registration.
176
+ The OCID of the managed instance group from which the registration profile will inherit its software sources.
197
177
  """
198
178
  return pulumi.get(self, "managed_instance_group_id")
199
179
 
@@ -205,7 +185,7 @@ class ProfileArgs:
205
185
  @pulumi.getter(name="managementStationId")
206
186
  def management_station_id(self) -> Optional[pulumi.Input[str]]:
207
187
  """
208
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station to associate with an instance once registered. Associating with a management station applies only to non-OCI instances.
188
+ The OCID of the management station.
209
189
  """
210
190
  return pulumi.get(self, "management_station_id")
211
191
 
@@ -225,23 +205,11 @@ class ProfileArgs:
225
205
  def os_family(self, value: Optional[pulumi.Input[str]]):
226
206
  pulumi.set(self, "os_family", value)
227
207
 
228
- @property
229
- @pulumi.getter(name="registrationType")
230
- def registration_type(self) -> Optional[pulumi.Input[str]]:
231
- """
232
- The type of instance to register.
233
- """
234
- return pulumi.get(self, "registration_type")
235
-
236
- @registration_type.setter
237
- def registration_type(self, value: Optional[pulumi.Input[str]]):
238
- pulumi.set(self, "registration_type", value)
239
-
240
208
  @property
241
209
  @pulumi.getter(name="softwareSourceIds")
242
210
  def software_source_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
243
211
  """
244
- The list of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that the registration profile will use.
212
+ The list of software source OCIDs that the registration profile will use.
245
213
  """
246
214
  return pulumi.get(self, "software_source_ids")
247
215
 
@@ -253,7 +221,7 @@ class ProfileArgs:
253
221
  @pulumi.getter(name="vendorName")
254
222
  def vendor_name(self) -> Optional[pulumi.Input[str]]:
255
223
  """
256
- The vendor of the operating system for the instance.
224
+ The software source vendor name.
257
225
 
258
226
 
259
227
  ** IMPORTANT **
@@ -275,8 +243,6 @@ class _ProfileState:
275
243
  description: Optional[pulumi.Input[str]] = None,
276
244
  display_name: Optional[pulumi.Input[str]] = None,
277
245
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
278
- is_default_profile: Optional[pulumi.Input[bool]] = None,
279
- is_service_provided_profile: Optional[pulumi.Input[bool]] = None,
280
246
  lifecycle_environments: Optional[pulumi.Input[Sequence[pulumi.Input['ProfileLifecycleEnvironmentArgs']]]] = None,
281
247
  lifecycle_stage_id: Optional[pulumi.Input[str]] = None,
282
248
  lifecycle_stages: Optional[pulumi.Input[Sequence[pulumi.Input['ProfileLifecycleStageArgs']]]] = None,
@@ -285,7 +251,6 @@ class _ProfileState:
285
251
  management_station_id: Optional[pulumi.Input[str]] = None,
286
252
  os_family: Optional[pulumi.Input[str]] = None,
287
253
  profile_type: Optional[pulumi.Input[str]] = None,
288
- registration_type: Optional[pulumi.Input[str]] = None,
289
254
  software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
290
255
  software_sources: Optional[pulumi.Input[Sequence[pulumi.Input['ProfileSoftwareSourceArgs']]]] = None,
291
256
  state: Optional[pulumi.Input[str]] = None,
@@ -295,28 +260,25 @@ class _ProfileState:
295
260
  """
296
261
  Input properties used for looking up and filtering Profile resources.
297
262
  :param pulumi.Input[str] arch_type: The architecture type.
298
- :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 registration profile.
263
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the registration profile.
299
264
  :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"}`
300
- :param pulumi.Input[str] description: (Updatable) User-specified description of the registration profile.
265
+ :param pulumi.Input[str] description: (Updatable) The description of the registration profile.
301
266
  :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
302
267
  :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"}`
303
- :param pulumi.Input[bool] is_default_profile: (Updatable) Indicates if the profile is set as the default. There is exactly one default profile for a specified architecture, OS family, registration type, and vendor. When registering an instance with the corresonding characteristics, the default profile is used, unless another profile is specified.
304
- :param pulumi.Input[bool] is_service_provided_profile: Indicates if the profile was created by the service. OS Management Hub provides a limited set of standardized profiles that can be used to register Autonomous Linux or Windows instances.
305
- :param pulumi.Input[Sequence[pulumi.Input['ProfileLifecycleEnvironmentArgs']]] lifecycle_environments: Provides identifying information for the specified lifecycle environment.
306
- :param pulumi.Input[str] lifecycle_stage_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle stage that the instance will be associated with.
307
- :param pulumi.Input[Sequence[pulumi.Input['ProfileLifecycleStageArgs']]] lifecycle_stages: Provides identifying information for the specified lifecycle stage.
308
- :param pulumi.Input[str] managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group that the instance will join after registration.
309
- :param pulumi.Input[Sequence[pulumi.Input['ProfileManagedInstanceGroupArgs']]] managed_instance_groups: Provides identifying information for the specified managed instance group.
310
- :param pulumi.Input[str] management_station_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station to associate with an instance once registered. Associating with a management station applies only to non-OCI instances.
268
+ :param pulumi.Input[Sequence[pulumi.Input['ProfileLifecycleEnvironmentArgs']]] lifecycle_environments: Identifying information for the specified lifecycle environment.
269
+ :param pulumi.Input[str] lifecycle_stage_id: The OCID of the lifecycle stage from which the registration profile will inherit its software source.
270
+ :param pulumi.Input[Sequence[pulumi.Input['ProfileLifecycleStageArgs']]] lifecycle_stages: Identifying information for the specified lifecycle stage.
271
+ :param pulumi.Input[str] managed_instance_group_id: The OCID of the managed instance group from which the registration profile will inherit its software sources.
272
+ :param pulumi.Input[Sequence[pulumi.Input['ProfileManagedInstanceGroupArgs']]] managed_instance_groups: Identifying information for the specified managed instance group.
273
+ :param pulumi.Input[str] management_station_id: The OCID of the management station.
311
274
  :param pulumi.Input[str] os_family: The operating system family.
312
- :param pulumi.Input[str] profile_type: The type of profile.
313
- :param pulumi.Input[str] registration_type: The type of instance to register.
314
- :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that the registration profile will use.
275
+ :param pulumi.Input[str] profile_type: The type of registration profile. Either SOFTWARESOURCE, GROUP or LIFECYCLE.
276
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source OCIDs that the registration profile will use.
315
277
  :param pulumi.Input[Sequence[pulumi.Input['ProfileSoftwareSourceArgs']]] software_sources: The list of software sources that the registration profile will use.
316
278
  :param pulumi.Input[str] state: The current state of the registration profile.
317
279
  :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"}`
318
- :param pulumi.Input[str] time_created: The time the registration profile was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
319
- :param pulumi.Input[str] vendor_name: The vendor of the operating system for the instance.
280
+ :param pulumi.Input[str] time_created: The time the the registration profile was created. An RFC3339 formatted datetime string.
281
+ :param pulumi.Input[str] vendor_name: The software source vendor name.
320
282
 
321
283
 
322
284
  ** IMPORTANT **
@@ -334,10 +296,6 @@ class _ProfileState:
334
296
  pulumi.set(__self__, "display_name", display_name)
335
297
  if freeform_tags is not None:
336
298
  pulumi.set(__self__, "freeform_tags", freeform_tags)
337
- if is_default_profile is not None:
338
- pulumi.set(__self__, "is_default_profile", is_default_profile)
339
- if is_service_provided_profile is not None:
340
- pulumi.set(__self__, "is_service_provided_profile", is_service_provided_profile)
341
299
  if lifecycle_environments is not None:
342
300
  pulumi.set(__self__, "lifecycle_environments", lifecycle_environments)
343
301
  if lifecycle_stage_id is not None:
@@ -354,8 +312,6 @@ class _ProfileState:
354
312
  pulumi.set(__self__, "os_family", os_family)
355
313
  if profile_type is not None:
356
314
  pulumi.set(__self__, "profile_type", profile_type)
357
- if registration_type is not None:
358
- pulumi.set(__self__, "registration_type", registration_type)
359
315
  if software_source_ids is not None:
360
316
  pulumi.set(__self__, "software_source_ids", software_source_ids)
361
317
  if software_sources is not None:
@@ -385,7 +341,7 @@ class _ProfileState:
385
341
  @pulumi.getter(name="compartmentId")
386
342
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
387
343
  """
388
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the registration profile.
344
+ The OCID of the tenancy containing the registration profile.
389
345
  """
390
346
  return pulumi.get(self, "compartment_id")
391
347
 
@@ -409,7 +365,7 @@ class _ProfileState:
409
365
  @pulumi.getter
410
366
  def description(self) -> Optional[pulumi.Input[str]]:
411
367
  """
412
- (Updatable) User-specified description of the registration profile.
368
+ (Updatable) The description of the registration profile.
413
369
  """
414
370
  return pulumi.get(self, "description")
415
371
 
@@ -441,35 +397,11 @@ class _ProfileState:
441
397
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
442
398
  pulumi.set(self, "freeform_tags", value)
443
399
 
444
- @property
445
- @pulumi.getter(name="isDefaultProfile")
446
- def is_default_profile(self) -> Optional[pulumi.Input[bool]]:
447
- """
448
- (Updatable) Indicates if the profile is set as the default. There is exactly one default profile for a specified architecture, OS family, registration type, and vendor. When registering an instance with the corresonding characteristics, the default profile is used, unless another profile is specified.
449
- """
450
- return pulumi.get(self, "is_default_profile")
451
-
452
- @is_default_profile.setter
453
- def is_default_profile(self, value: Optional[pulumi.Input[bool]]):
454
- pulumi.set(self, "is_default_profile", value)
455
-
456
- @property
457
- @pulumi.getter(name="isServiceProvidedProfile")
458
- def is_service_provided_profile(self) -> Optional[pulumi.Input[bool]]:
459
- """
460
- Indicates if the profile was created by the service. OS Management Hub provides a limited set of standardized profiles that can be used to register Autonomous Linux or Windows instances.
461
- """
462
- return pulumi.get(self, "is_service_provided_profile")
463
-
464
- @is_service_provided_profile.setter
465
- def is_service_provided_profile(self, value: Optional[pulumi.Input[bool]]):
466
- pulumi.set(self, "is_service_provided_profile", value)
467
-
468
400
  @property
469
401
  @pulumi.getter(name="lifecycleEnvironments")
470
402
  def lifecycle_environments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ProfileLifecycleEnvironmentArgs']]]]:
471
403
  """
472
- Provides identifying information for the specified lifecycle environment.
404
+ Identifying information for the specified lifecycle environment.
473
405
  """
474
406
  return pulumi.get(self, "lifecycle_environments")
475
407
 
@@ -481,7 +413,7 @@ class _ProfileState:
481
413
  @pulumi.getter(name="lifecycleStageId")
482
414
  def lifecycle_stage_id(self) -> Optional[pulumi.Input[str]]:
483
415
  """
484
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle stage that the instance will be associated with.
416
+ The OCID of the lifecycle stage from which the registration profile will inherit its software source.
485
417
  """
486
418
  return pulumi.get(self, "lifecycle_stage_id")
487
419
 
@@ -493,7 +425,7 @@ class _ProfileState:
493
425
  @pulumi.getter(name="lifecycleStages")
494
426
  def lifecycle_stages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ProfileLifecycleStageArgs']]]]:
495
427
  """
496
- Provides identifying information for the specified lifecycle stage.
428
+ Identifying information for the specified lifecycle stage.
497
429
  """
498
430
  return pulumi.get(self, "lifecycle_stages")
499
431
 
@@ -505,7 +437,7 @@ class _ProfileState:
505
437
  @pulumi.getter(name="managedInstanceGroupId")
506
438
  def managed_instance_group_id(self) -> Optional[pulumi.Input[str]]:
507
439
  """
508
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group that the instance will join after registration.
440
+ The OCID of the managed instance group from which the registration profile will inherit its software sources.
509
441
  """
510
442
  return pulumi.get(self, "managed_instance_group_id")
511
443
 
@@ -517,7 +449,7 @@ class _ProfileState:
517
449
  @pulumi.getter(name="managedInstanceGroups")
518
450
  def managed_instance_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ProfileManagedInstanceGroupArgs']]]]:
519
451
  """
520
- Provides identifying information for the specified managed instance group.
452
+ Identifying information for the specified managed instance group.
521
453
  """
522
454
  return pulumi.get(self, "managed_instance_groups")
523
455
 
@@ -529,7 +461,7 @@ class _ProfileState:
529
461
  @pulumi.getter(name="managementStationId")
530
462
  def management_station_id(self) -> Optional[pulumi.Input[str]]:
531
463
  """
532
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station to associate with an instance once registered. Associating with a management station applies only to non-OCI instances.
464
+ The OCID of the management station.
533
465
  """
534
466
  return pulumi.get(self, "management_station_id")
535
467
 
@@ -553,7 +485,7 @@ class _ProfileState:
553
485
  @pulumi.getter(name="profileType")
554
486
  def profile_type(self) -> Optional[pulumi.Input[str]]:
555
487
  """
556
- The type of profile.
488
+ The type of registration profile. Either SOFTWARESOURCE, GROUP or LIFECYCLE.
557
489
  """
558
490
  return pulumi.get(self, "profile_type")
559
491
 
@@ -561,23 +493,11 @@ class _ProfileState:
561
493
  def profile_type(self, value: Optional[pulumi.Input[str]]):
562
494
  pulumi.set(self, "profile_type", value)
563
495
 
564
- @property
565
- @pulumi.getter(name="registrationType")
566
- def registration_type(self) -> Optional[pulumi.Input[str]]:
567
- """
568
- The type of instance to register.
569
- """
570
- return pulumi.get(self, "registration_type")
571
-
572
- @registration_type.setter
573
- def registration_type(self, value: Optional[pulumi.Input[str]]):
574
- pulumi.set(self, "registration_type", value)
575
-
576
496
  @property
577
497
  @pulumi.getter(name="softwareSourceIds")
578
498
  def software_source_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
579
499
  """
580
- The list of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that the registration profile will use.
500
+ The list of software source OCIDs that the registration profile will use.
581
501
  """
582
502
  return pulumi.get(self, "software_source_ids")
583
503
 
@@ -625,7 +545,7 @@ class _ProfileState:
625
545
  @pulumi.getter(name="timeCreated")
626
546
  def time_created(self) -> Optional[pulumi.Input[str]]:
627
547
  """
628
- The time the registration profile was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
548
+ The time the the registration profile was created. An RFC3339 formatted datetime string.
629
549
  """
630
550
  return pulumi.get(self, "time_created")
631
551
 
@@ -637,7 +557,7 @@ class _ProfileState:
637
557
  @pulumi.getter(name="vendorName")
638
558
  def vendor_name(self) -> Optional[pulumi.Input[str]]:
639
559
  """
640
- The vendor of the operating system for the instance.
560
+ The software source vendor name.
641
561
 
642
562
 
643
563
  ** IMPORTANT **
@@ -661,20 +581,20 @@ class Profile(pulumi.CustomResource):
661
581
  description: Optional[pulumi.Input[str]] = None,
662
582
  display_name: Optional[pulumi.Input[str]] = None,
663
583
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
664
- is_default_profile: Optional[pulumi.Input[bool]] = None,
665
584
  lifecycle_stage_id: Optional[pulumi.Input[str]] = None,
666
585
  managed_instance_group_id: Optional[pulumi.Input[str]] = None,
667
586
  management_station_id: Optional[pulumi.Input[str]] = None,
668
587
  os_family: Optional[pulumi.Input[str]] = None,
669
588
  profile_type: Optional[pulumi.Input[str]] = None,
670
- registration_type: Optional[pulumi.Input[str]] = None,
671
589
  software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
672
590
  vendor_name: Optional[pulumi.Input[str]] = None,
673
591
  __props__=None):
674
592
  """
675
593
  This resource provides the Profile resource in Oracle Cloud Infrastructure Os Management Hub service.
676
594
 
677
- Creates a registration profile. A profile defines the content applied to the instance when registering it with the service.
595
+ Creates a registration profile.\\
596
+ A profile is a supplementary file for the OS Management Hub agentry
597
+ that dictates the content for a managed instance at registration time.
678
598
 
679
599
  ## Example Usage
680
600
 
@@ -694,12 +614,10 @@ class Profile(pulumi.CustomResource):
694
614
  freeform_tags={
695
615
  "Department": "Finance",
696
616
  },
697
- is_default_profile=profile_is_default_profile,
698
617
  lifecycle_stage_id=test_lifecycle_stage["id"],
699
618
  managed_instance_group_id=test_managed_instance_group["id"],
700
619
  management_station_id=test_management_station["id"],
701
620
  os_family=profile_os_family,
702
- registration_type=profile_registration_type,
703
621
  software_source_ids=profile_software_source_ids,
704
622
  vendor_name=profile_vendor_name)
705
623
  ```
@@ -715,20 +633,18 @@ class Profile(pulumi.CustomResource):
715
633
  :param str resource_name: The name of the resource.
716
634
  :param pulumi.ResourceOptions opts: Options for the resource.
717
635
  :param pulumi.Input[str] arch_type: The architecture type.
718
- :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 registration profile.
636
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the registration profile.
719
637
  :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"}`
720
- :param pulumi.Input[str] description: (Updatable) User-specified description of the registration profile.
638
+ :param pulumi.Input[str] description: (Updatable) The description of the registration profile.
721
639
  :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
722
640
  :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"}`
723
- :param pulumi.Input[bool] is_default_profile: (Updatable) Indicates if the profile is set as the default. There is exactly one default profile for a specified architecture, OS family, registration type, and vendor. When registering an instance with the corresonding characteristics, the default profile is used, unless another profile is specified.
724
- :param pulumi.Input[str] lifecycle_stage_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle stage that the instance will be associated with.
725
- :param pulumi.Input[str] managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group that the instance will join after registration.
726
- :param pulumi.Input[str] management_station_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station to associate with an instance once registered. Associating with a management station applies only to non-OCI instances.
641
+ :param pulumi.Input[str] lifecycle_stage_id: The OCID of the lifecycle stage from which the registration profile will inherit its software source.
642
+ :param pulumi.Input[str] managed_instance_group_id: The OCID of the managed instance group from which the registration profile will inherit its software sources.
643
+ :param pulumi.Input[str] management_station_id: The OCID of the management station.
727
644
  :param pulumi.Input[str] os_family: The operating system family.
728
- :param pulumi.Input[str] profile_type: The type of profile.
729
- :param pulumi.Input[str] registration_type: The type of instance to register.
730
- :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that the registration profile will use.
731
- :param pulumi.Input[str] vendor_name: The vendor of the operating system for the instance.
645
+ :param pulumi.Input[str] profile_type: The type of registration profile. Either SOFTWARESOURCE, GROUP or LIFECYCLE.
646
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source OCIDs that the registration profile will use.
647
+ :param pulumi.Input[str] vendor_name: The software source vendor name.
732
648
 
733
649
 
734
650
  ** IMPORTANT **
@@ -743,7 +659,9 @@ class Profile(pulumi.CustomResource):
743
659
  """
744
660
  This resource provides the Profile resource in Oracle Cloud Infrastructure Os Management Hub service.
745
661
 
746
- Creates a registration profile. A profile defines the content applied to the instance when registering it with the service.
662
+ Creates a registration profile.\\
663
+ A profile is a supplementary file for the OS Management Hub agentry
664
+ that dictates the content for a managed instance at registration time.
747
665
 
748
666
  ## Example Usage
749
667
 
@@ -763,12 +681,10 @@ class Profile(pulumi.CustomResource):
763
681
  freeform_tags={
764
682
  "Department": "Finance",
765
683
  },
766
- is_default_profile=profile_is_default_profile,
767
684
  lifecycle_stage_id=test_lifecycle_stage["id"],
768
685
  managed_instance_group_id=test_managed_instance_group["id"],
769
686
  management_station_id=test_management_station["id"],
770
687
  os_family=profile_os_family,
771
- registration_type=profile_registration_type,
772
688
  software_source_ids=profile_software_source_ids,
773
689
  vendor_name=profile_vendor_name)
774
690
  ```
@@ -802,13 +718,11 @@ class Profile(pulumi.CustomResource):
802
718
  description: Optional[pulumi.Input[str]] = None,
803
719
  display_name: Optional[pulumi.Input[str]] = None,
804
720
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
805
- is_default_profile: Optional[pulumi.Input[bool]] = None,
806
721
  lifecycle_stage_id: Optional[pulumi.Input[str]] = None,
807
722
  managed_instance_group_id: Optional[pulumi.Input[str]] = None,
808
723
  management_station_id: Optional[pulumi.Input[str]] = None,
809
724
  os_family: Optional[pulumi.Input[str]] = None,
810
725
  profile_type: Optional[pulumi.Input[str]] = None,
811
- registration_type: Optional[pulumi.Input[str]] = None,
812
726
  software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
813
727
  vendor_name: Optional[pulumi.Input[str]] = None,
814
728
  __props__=None):
@@ -830,7 +744,6 @@ class Profile(pulumi.CustomResource):
830
744
  raise TypeError("Missing required property 'display_name'")
831
745
  __props__.__dict__["display_name"] = display_name
832
746
  __props__.__dict__["freeform_tags"] = freeform_tags
833
- __props__.__dict__["is_default_profile"] = is_default_profile
834
747
  __props__.__dict__["lifecycle_stage_id"] = lifecycle_stage_id
835
748
  __props__.__dict__["managed_instance_group_id"] = managed_instance_group_id
836
749
  __props__.__dict__["management_station_id"] = management_station_id
@@ -838,10 +751,8 @@ class Profile(pulumi.CustomResource):
838
751
  if profile_type is None and not opts.urn:
839
752
  raise TypeError("Missing required property 'profile_type'")
840
753
  __props__.__dict__["profile_type"] = profile_type
841
- __props__.__dict__["registration_type"] = registration_type
842
754
  __props__.__dict__["software_source_ids"] = software_source_ids
843
755
  __props__.__dict__["vendor_name"] = vendor_name
844
- __props__.__dict__["is_service_provided_profile"] = None
845
756
  __props__.__dict__["lifecycle_environments"] = None
846
757
  __props__.__dict__["lifecycle_stages"] = None
847
758
  __props__.__dict__["managed_instance_groups"] = None
@@ -865,8 +776,6 @@ class Profile(pulumi.CustomResource):
865
776
  description: Optional[pulumi.Input[str]] = None,
866
777
  display_name: Optional[pulumi.Input[str]] = None,
867
778
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
868
- is_default_profile: Optional[pulumi.Input[bool]] = None,
869
- is_service_provided_profile: Optional[pulumi.Input[bool]] = None,
870
779
  lifecycle_environments: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProfileLifecycleEnvironmentArgs']]]]] = None,
871
780
  lifecycle_stage_id: Optional[pulumi.Input[str]] = None,
872
781
  lifecycle_stages: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProfileLifecycleStageArgs']]]]] = None,
@@ -875,7 +784,6 @@ class Profile(pulumi.CustomResource):
875
784
  management_station_id: Optional[pulumi.Input[str]] = None,
876
785
  os_family: Optional[pulumi.Input[str]] = None,
877
786
  profile_type: Optional[pulumi.Input[str]] = None,
878
- registration_type: Optional[pulumi.Input[str]] = None,
879
787
  software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
880
788
  software_sources: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProfileSoftwareSourceArgs']]]]] = None,
881
789
  state: Optional[pulumi.Input[str]] = None,
@@ -890,28 +798,25 @@ class Profile(pulumi.CustomResource):
890
798
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
891
799
  :param pulumi.ResourceOptions opts: Options for the resource.
892
800
  :param pulumi.Input[str] arch_type: The architecture type.
893
- :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 registration profile.
801
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the registration profile.
894
802
  :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"}`
895
- :param pulumi.Input[str] description: (Updatable) User-specified description of the registration profile.
803
+ :param pulumi.Input[str] description: (Updatable) The description of the registration profile.
896
804
  :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
897
805
  :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"}`
898
- :param pulumi.Input[bool] is_default_profile: (Updatable) Indicates if the profile is set as the default. There is exactly one default profile for a specified architecture, OS family, registration type, and vendor. When registering an instance with the corresonding characteristics, the default profile is used, unless another profile is specified.
899
- :param pulumi.Input[bool] is_service_provided_profile: Indicates if the profile was created by the service. OS Management Hub provides a limited set of standardized profiles that can be used to register Autonomous Linux or Windows instances.
900
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProfileLifecycleEnvironmentArgs']]]] lifecycle_environments: Provides identifying information for the specified lifecycle environment.
901
- :param pulumi.Input[str] lifecycle_stage_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle stage that the instance will be associated with.
902
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProfileLifecycleStageArgs']]]] lifecycle_stages: Provides identifying information for the specified lifecycle stage.
903
- :param pulumi.Input[str] managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group that the instance will join after registration.
904
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProfileManagedInstanceGroupArgs']]]] managed_instance_groups: Provides identifying information for the specified managed instance group.
905
- :param pulumi.Input[str] management_station_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station to associate with an instance once registered. Associating with a management station applies only to non-OCI instances.
806
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProfileLifecycleEnvironmentArgs']]]] lifecycle_environments: Identifying information for the specified lifecycle environment.
807
+ :param pulumi.Input[str] lifecycle_stage_id: The OCID of the lifecycle stage from which the registration profile will inherit its software source.
808
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProfileLifecycleStageArgs']]]] lifecycle_stages: Identifying information for the specified lifecycle stage.
809
+ :param pulumi.Input[str] managed_instance_group_id: The OCID of the managed instance group from which the registration profile will inherit its software sources.
810
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProfileManagedInstanceGroupArgs']]]] managed_instance_groups: Identifying information for the specified managed instance group.
811
+ :param pulumi.Input[str] management_station_id: The OCID of the management station.
906
812
  :param pulumi.Input[str] os_family: The operating system family.
907
- :param pulumi.Input[str] profile_type: The type of profile.
908
- :param pulumi.Input[str] registration_type: The type of instance to register.
909
- :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that the registration profile will use.
813
+ :param pulumi.Input[str] profile_type: The type of registration profile. Either SOFTWARESOURCE, GROUP or LIFECYCLE.
814
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source OCIDs that the registration profile will use.
910
815
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ProfileSoftwareSourceArgs']]]] software_sources: The list of software sources that the registration profile will use.
911
816
  :param pulumi.Input[str] state: The current state of the registration profile.
912
817
  :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"}`
913
- :param pulumi.Input[str] time_created: The time the registration profile was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
914
- :param pulumi.Input[str] vendor_name: The vendor of the operating system for the instance.
818
+ :param pulumi.Input[str] time_created: The time the the registration profile was created. An RFC3339 formatted datetime string.
819
+ :param pulumi.Input[str] vendor_name: The software source vendor name.
915
820
 
916
821
 
917
822
  ** IMPORTANT **
@@ -927,8 +832,6 @@ class Profile(pulumi.CustomResource):
927
832
  __props__.__dict__["description"] = description
928
833
  __props__.__dict__["display_name"] = display_name
929
834
  __props__.__dict__["freeform_tags"] = freeform_tags
930
- __props__.__dict__["is_default_profile"] = is_default_profile
931
- __props__.__dict__["is_service_provided_profile"] = is_service_provided_profile
932
835
  __props__.__dict__["lifecycle_environments"] = lifecycle_environments
933
836
  __props__.__dict__["lifecycle_stage_id"] = lifecycle_stage_id
934
837
  __props__.__dict__["lifecycle_stages"] = lifecycle_stages
@@ -937,7 +840,6 @@ class Profile(pulumi.CustomResource):
937
840
  __props__.__dict__["management_station_id"] = management_station_id
938
841
  __props__.__dict__["os_family"] = os_family
939
842
  __props__.__dict__["profile_type"] = profile_type
940
- __props__.__dict__["registration_type"] = registration_type
941
843
  __props__.__dict__["software_source_ids"] = software_source_ids
942
844
  __props__.__dict__["software_sources"] = software_sources
943
845
  __props__.__dict__["state"] = state
@@ -958,7 +860,7 @@ class Profile(pulumi.CustomResource):
958
860
  @pulumi.getter(name="compartmentId")
959
861
  def compartment_id(self) -> pulumi.Output[str]:
960
862
  """
961
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the registration profile.
863
+ The OCID of the tenancy containing the registration profile.
962
864
  """
963
865
  return pulumi.get(self, "compartment_id")
964
866
 
@@ -974,7 +876,7 @@ class Profile(pulumi.CustomResource):
974
876
  @pulumi.getter
975
877
  def description(self) -> pulumi.Output[str]:
976
878
  """
977
- (Updatable) User-specified description of the registration profile.
879
+ (Updatable) The description of the registration profile.
978
880
  """
979
881
  return pulumi.get(self, "description")
980
882
 
@@ -994,27 +896,11 @@ class Profile(pulumi.CustomResource):
994
896
  """
995
897
  return pulumi.get(self, "freeform_tags")
996
898
 
997
- @property
998
- @pulumi.getter(name="isDefaultProfile")
999
- def is_default_profile(self) -> pulumi.Output[bool]:
1000
- """
1001
- (Updatable) Indicates if the profile is set as the default. There is exactly one default profile for a specified architecture, OS family, registration type, and vendor. When registering an instance with the corresonding characteristics, the default profile is used, unless another profile is specified.
1002
- """
1003
- return pulumi.get(self, "is_default_profile")
1004
-
1005
- @property
1006
- @pulumi.getter(name="isServiceProvidedProfile")
1007
- def is_service_provided_profile(self) -> pulumi.Output[bool]:
1008
- """
1009
- Indicates if the profile was created by the service. OS Management Hub provides a limited set of standardized profiles that can be used to register Autonomous Linux or Windows instances.
1010
- """
1011
- return pulumi.get(self, "is_service_provided_profile")
1012
-
1013
899
  @property
1014
900
  @pulumi.getter(name="lifecycleEnvironments")
1015
901
  def lifecycle_environments(self) -> pulumi.Output[Sequence['outputs.ProfileLifecycleEnvironment']]:
1016
902
  """
1017
- Provides identifying information for the specified lifecycle environment.
903
+ Identifying information for the specified lifecycle environment.
1018
904
  """
1019
905
  return pulumi.get(self, "lifecycle_environments")
1020
906
 
@@ -1022,7 +908,7 @@ class Profile(pulumi.CustomResource):
1022
908
  @pulumi.getter(name="lifecycleStageId")
1023
909
  def lifecycle_stage_id(self) -> pulumi.Output[str]:
1024
910
  """
1025
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle stage that the instance will be associated with.
911
+ The OCID of the lifecycle stage from which the registration profile will inherit its software source.
1026
912
  """
1027
913
  return pulumi.get(self, "lifecycle_stage_id")
1028
914
 
@@ -1030,7 +916,7 @@ class Profile(pulumi.CustomResource):
1030
916
  @pulumi.getter(name="lifecycleStages")
1031
917
  def lifecycle_stages(self) -> pulumi.Output[Sequence['outputs.ProfileLifecycleStage']]:
1032
918
  """
1033
- Provides identifying information for the specified lifecycle stage.
919
+ Identifying information for the specified lifecycle stage.
1034
920
  """
1035
921
  return pulumi.get(self, "lifecycle_stages")
1036
922
 
@@ -1038,7 +924,7 @@ class Profile(pulumi.CustomResource):
1038
924
  @pulumi.getter(name="managedInstanceGroupId")
1039
925
  def managed_instance_group_id(self) -> pulumi.Output[str]:
1040
926
  """
1041
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group that the instance will join after registration.
927
+ The OCID of the managed instance group from which the registration profile will inherit its software sources.
1042
928
  """
1043
929
  return pulumi.get(self, "managed_instance_group_id")
1044
930
 
@@ -1046,7 +932,7 @@ class Profile(pulumi.CustomResource):
1046
932
  @pulumi.getter(name="managedInstanceGroups")
1047
933
  def managed_instance_groups(self) -> pulumi.Output[Sequence['outputs.ProfileManagedInstanceGroup']]:
1048
934
  """
1049
- Provides identifying information for the specified managed instance group.
935
+ Identifying information for the specified managed instance group.
1050
936
  """
1051
937
  return pulumi.get(self, "managed_instance_groups")
1052
938
 
@@ -1054,7 +940,7 @@ class Profile(pulumi.CustomResource):
1054
940
  @pulumi.getter(name="managementStationId")
1055
941
  def management_station_id(self) -> pulumi.Output[str]:
1056
942
  """
1057
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station to associate with an instance once registered. Associating with a management station applies only to non-OCI instances.
943
+ The OCID of the management station.
1058
944
  """
1059
945
  return pulumi.get(self, "management_station_id")
1060
946
 
@@ -1070,23 +956,15 @@ class Profile(pulumi.CustomResource):
1070
956
  @pulumi.getter(name="profileType")
1071
957
  def profile_type(self) -> pulumi.Output[str]:
1072
958
  """
1073
- The type of profile.
959
+ The type of registration profile. Either SOFTWARESOURCE, GROUP or LIFECYCLE.
1074
960
  """
1075
961
  return pulumi.get(self, "profile_type")
1076
962
 
1077
- @property
1078
- @pulumi.getter(name="registrationType")
1079
- def registration_type(self) -> pulumi.Output[str]:
1080
- """
1081
- The type of instance to register.
1082
- """
1083
- return pulumi.get(self, "registration_type")
1084
-
1085
963
  @property
1086
964
  @pulumi.getter(name="softwareSourceIds")
1087
965
  def software_source_ids(self) -> pulumi.Output[Sequence[str]]:
1088
966
  """
1089
- The list of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that the registration profile will use.
967
+ The list of software source OCIDs that the registration profile will use.
1090
968
  """
1091
969
  return pulumi.get(self, "software_source_ids")
1092
970
 
@@ -1118,7 +996,7 @@ class Profile(pulumi.CustomResource):
1118
996
  @pulumi.getter(name="timeCreated")
1119
997
  def time_created(self) -> pulumi.Output[str]:
1120
998
  """
1121
- The time the registration profile was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
999
+ The time the the registration profile was created. An RFC3339 formatted datetime string.
1122
1000
  """
1123
1001
  return pulumi.get(self, "time_created")
1124
1002
 
@@ -1126,7 +1004,7 @@ class Profile(pulumi.CustomResource):
1126
1004
  @pulumi.getter(name="vendorName")
1127
1005
  def vendor_name(self) -> pulumi.Output[str]:
1128
1006
  """
1129
- The vendor of the operating system for the instance.
1007
+ The software source vendor name.
1130
1008
 
1131
1009
 
1132
1010
  ** IMPORTANT **