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
@@ -22,7 +22,7 @@ class GetProfileResult:
22
22
  """
23
23
  A collection of values returned by getProfile.
24
24
  """
25
- def __init__(__self__, arch_type=None, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, is_default_profile=None, is_service_provided_profile=None, lifecycle_environments=None, lifecycle_stage_id=None, lifecycle_stages=None, managed_instance_group_id=None, managed_instance_groups=None, management_station_id=None, os_family=None, profile_id=None, profile_type=None, registration_type=None, software_source_ids=None, software_sources=None, state=None, system_tags=None, time_created=None, vendor_name=None):
25
+ def __init__(__self__, arch_type=None, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, lifecycle_environments=None, lifecycle_stage_id=None, lifecycle_stages=None, managed_instance_group_id=None, managed_instance_groups=None, management_station_id=None, os_family=None, profile_id=None, profile_type=None, software_source_ids=None, software_sources=None, state=None, system_tags=None, time_created=None, vendor_name=None):
26
26
  if arch_type and not isinstance(arch_type, str):
27
27
  raise TypeError("Expected argument 'arch_type' to be a str")
28
28
  pulumi.set(__self__, "arch_type", arch_type)
@@ -44,12 +44,6 @@ class GetProfileResult:
44
44
  if id and not isinstance(id, str):
45
45
  raise TypeError("Expected argument 'id' to be a str")
46
46
  pulumi.set(__self__, "id", id)
47
- if is_default_profile and not isinstance(is_default_profile, bool):
48
- raise TypeError("Expected argument 'is_default_profile' to be a bool")
49
- pulumi.set(__self__, "is_default_profile", is_default_profile)
50
- if is_service_provided_profile and not isinstance(is_service_provided_profile, bool):
51
- raise TypeError("Expected argument 'is_service_provided_profile' to be a bool")
52
- pulumi.set(__self__, "is_service_provided_profile", is_service_provided_profile)
53
47
  if lifecycle_environments and not isinstance(lifecycle_environments, list):
54
48
  raise TypeError("Expected argument 'lifecycle_environments' to be a list")
55
49
  pulumi.set(__self__, "lifecycle_environments", lifecycle_environments)
@@ -77,9 +71,6 @@ class GetProfileResult:
77
71
  if profile_type and not isinstance(profile_type, str):
78
72
  raise TypeError("Expected argument 'profile_type' to be a str")
79
73
  pulumi.set(__self__, "profile_type", profile_type)
80
- if registration_type and not isinstance(registration_type, str):
81
- raise TypeError("Expected argument 'registration_type' to be a str")
82
- pulumi.set(__self__, "registration_type", registration_type)
83
74
  if software_source_ids and not isinstance(software_source_ids, list):
84
75
  raise TypeError("Expected argument 'software_source_ids' to be a list")
85
76
  pulumi.set(__self__, "software_source_ids", software_source_ids)
@@ -111,7 +102,7 @@ class GetProfileResult:
111
102
  @pulumi.getter(name="compartmentId")
112
103
  def compartment_id(self) -> str:
113
104
  """
114
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the registration profile.
105
+ The OCID of the tenancy containing the registration profile.
115
106
  """
116
107
  return pulumi.get(self, "compartment_id")
117
108
 
@@ -151,31 +142,15 @@ class GetProfileResult:
151
142
  @pulumi.getter
152
143
  def id(self) -> str:
153
144
  """
154
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
145
+ The OCID of the software source.
155
146
  """
156
147
  return pulumi.get(self, "id")
157
148
 
158
- @property
159
- @pulumi.getter(name="isDefaultProfile")
160
- def is_default_profile(self) -> bool:
161
- """
162
- 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.
163
- """
164
- return pulumi.get(self, "is_default_profile")
165
-
166
- @property
167
- @pulumi.getter(name="isServiceProvidedProfile")
168
- def is_service_provided_profile(self) -> bool:
169
- """
170
- 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.
171
- """
172
- return pulumi.get(self, "is_service_provided_profile")
173
-
174
149
  @property
175
150
  @pulumi.getter(name="lifecycleEnvironments")
176
151
  def lifecycle_environments(self) -> Sequence['outputs.GetProfileLifecycleEnvironmentResult']:
177
152
  """
178
- Provides identifying information for the specified lifecycle environment.
153
+ Identifying information for the specified lifecycle environment.
179
154
  """
180
155
  return pulumi.get(self, "lifecycle_environments")
181
156
 
@@ -188,7 +163,7 @@ class GetProfileResult:
188
163
  @pulumi.getter(name="lifecycleStages")
189
164
  def lifecycle_stages(self) -> Sequence['outputs.GetProfileLifecycleStageResult']:
190
165
  """
191
- Provides identifying information for the specified lifecycle stage.
166
+ Identifying information for the specified lifecycle stage.
192
167
  """
193
168
  return pulumi.get(self, "lifecycle_stages")
194
169
 
@@ -201,7 +176,7 @@ class GetProfileResult:
201
176
  @pulumi.getter(name="managedInstanceGroups")
202
177
  def managed_instance_groups(self) -> Sequence['outputs.GetProfileManagedInstanceGroupResult']:
203
178
  """
204
- Provides identifying information for the specified managed instance group.
179
+ Identifying information for the specified managed instance group.
205
180
  """
206
181
  return pulumi.get(self, "managed_instance_groups")
207
182
 
@@ -209,7 +184,7 @@ class GetProfileResult:
209
184
  @pulumi.getter(name="managementStationId")
210
185
  def management_station_id(self) -> str:
211
186
  """
212
- 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.
187
+ The OCID of the management station.
213
188
  """
214
189
  return pulumi.get(self, "management_station_id")
215
190
 
@@ -230,18 +205,10 @@ class GetProfileResult:
230
205
  @pulumi.getter(name="profileType")
231
206
  def profile_type(self) -> str:
232
207
  """
233
- The type of profile.
208
+ The type of Profile. One of SOFTWARESOURCE, GROUP or LIFECYCLE.
234
209
  """
235
210
  return pulumi.get(self, "profile_type")
236
211
 
237
- @property
238
- @pulumi.getter(name="registrationType")
239
- def registration_type(self) -> str:
240
- """
241
- The type of instance to register.
242
- """
243
- return pulumi.get(self, "registration_type")
244
-
245
212
  @property
246
213
  @pulumi.getter(name="softwareSourceIds")
247
214
  def software_source_ids(self) -> Sequence[str]:
@@ -275,7 +242,7 @@ class GetProfileResult:
275
242
  @pulumi.getter(name="timeCreated")
276
243
  def time_created(self) -> str:
277
244
  """
278
- The time the registration profile was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
245
+ The time the the registration profile was created. An RFC3339 formatted datetime string.
279
246
  """
280
247
  return pulumi.get(self, "time_created")
281
248
 
@@ -283,7 +250,7 @@ class GetProfileResult:
283
250
  @pulumi.getter(name="vendorName")
284
251
  def vendor_name(self) -> str:
285
252
  """
286
- The vendor of the operating system for the instance.
253
+ The software source vendor name.
287
254
  """
288
255
  return pulumi.get(self, "vendor_name")
289
256
 
@@ -301,8 +268,6 @@ class AwaitableGetProfileResult(GetProfileResult):
301
268
  display_name=self.display_name,
302
269
  freeform_tags=self.freeform_tags,
303
270
  id=self.id,
304
- is_default_profile=self.is_default_profile,
305
- is_service_provided_profile=self.is_service_provided_profile,
306
271
  lifecycle_environments=self.lifecycle_environments,
307
272
  lifecycle_stage_id=self.lifecycle_stage_id,
308
273
  lifecycle_stages=self.lifecycle_stages,
@@ -312,7 +277,6 @@ class AwaitableGetProfileResult(GetProfileResult):
312
277
  os_family=self.os_family,
313
278
  profile_id=self.profile_id,
314
279
  profile_type=self.profile_type,
315
- registration_type=self.registration_type,
316
280
  software_source_ids=self.software_source_ids,
317
281
  software_sources=self.software_sources,
318
282
  state=self.state,
@@ -338,7 +302,7 @@ def get_profile(profile_id: Optional[str] = None,
338
302
  ```
339
303
 
340
304
 
341
- :param str profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
305
+ :param str profile_id: The OCID of the registration profile.
342
306
  """
343
307
  __args__ = dict()
344
308
  __args__['profileId'] = profile_id
@@ -353,8 +317,6 @@ def get_profile(profile_id: Optional[str] = None,
353
317
  display_name=pulumi.get(__ret__, 'display_name'),
354
318
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
355
319
  id=pulumi.get(__ret__, 'id'),
356
- is_default_profile=pulumi.get(__ret__, 'is_default_profile'),
357
- is_service_provided_profile=pulumi.get(__ret__, 'is_service_provided_profile'),
358
320
  lifecycle_environments=pulumi.get(__ret__, 'lifecycle_environments'),
359
321
  lifecycle_stage_id=pulumi.get(__ret__, 'lifecycle_stage_id'),
360
322
  lifecycle_stages=pulumi.get(__ret__, 'lifecycle_stages'),
@@ -364,7 +326,6 @@ def get_profile(profile_id: Optional[str] = None,
364
326
  os_family=pulumi.get(__ret__, 'os_family'),
365
327
  profile_id=pulumi.get(__ret__, 'profile_id'),
366
328
  profile_type=pulumi.get(__ret__, 'profile_type'),
367
- registration_type=pulumi.get(__ret__, 'registration_type'),
368
329
  software_source_ids=pulumi.get(__ret__, 'software_source_ids'),
369
330
  software_sources=pulumi.get(__ret__, 'software_sources'),
370
331
  state=pulumi.get(__ret__, 'state'),
@@ -391,6 +352,6 @@ def get_profile_output(profile_id: Optional[pulumi.Input[str]] = None,
391
352
  ```
392
353
 
393
354
 
394
- :param str profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
355
+ :param str profile_id: The OCID of the registration profile.
395
356
  """
396
357
  ...
@@ -23,7 +23,7 @@ class GetProfilesResult:
23
23
  """
24
24
  A collection of values returned by getProfiles.
25
25
  """
26
- def __init__(__self__, arch_type=None, compartment_id=None, display_name_contains=None, display_names=None, filters=None, id=None, is_default_profile=None, is_service_provided_profile=None, os_family=None, profile_collections=None, profile_id=None, profile_types=None, registration_types=None, state=None, vendor_name=None):
26
+ def __init__(__self__, arch_type=None, compartment_id=None, display_name_contains=None, display_names=None, filters=None, id=None, os_family=None, profile_collections=None, profile_id=None, profile_types=None, state=None, vendor_name=None):
27
27
  if arch_type and not isinstance(arch_type, str):
28
28
  raise TypeError("Expected argument 'arch_type' to be a str")
29
29
  pulumi.set(__self__, "arch_type", arch_type)
@@ -42,12 +42,6 @@ class GetProfilesResult:
42
42
  if id and not isinstance(id, str):
43
43
  raise TypeError("Expected argument 'id' to be a str")
44
44
  pulumi.set(__self__, "id", id)
45
- if is_default_profile and not isinstance(is_default_profile, bool):
46
- raise TypeError("Expected argument 'is_default_profile' to be a bool")
47
- pulumi.set(__self__, "is_default_profile", is_default_profile)
48
- if is_service_provided_profile and not isinstance(is_service_provided_profile, bool):
49
- raise TypeError("Expected argument 'is_service_provided_profile' to be a bool")
50
- pulumi.set(__self__, "is_service_provided_profile", is_service_provided_profile)
51
45
  if os_family and not isinstance(os_family, str):
52
46
  raise TypeError("Expected argument 'os_family' to be a str")
53
47
  pulumi.set(__self__, "os_family", os_family)
@@ -60,9 +54,6 @@ class GetProfilesResult:
60
54
  if profile_types and not isinstance(profile_types, list):
61
55
  raise TypeError("Expected argument 'profile_types' to be a list")
62
56
  pulumi.set(__self__, "profile_types", profile_types)
63
- if registration_types and not isinstance(registration_types, list):
64
- raise TypeError("Expected argument 'registration_types' to be a list")
65
- pulumi.set(__self__, "registration_types", registration_types)
66
57
  if state and not isinstance(state, str):
67
58
  raise TypeError("Expected argument 'state' to be a str")
68
59
  pulumi.set(__self__, "state", state)
@@ -82,7 +73,7 @@ class GetProfilesResult:
82
73
  @pulumi.getter(name="compartmentId")
83
74
  def compartment_id(self) -> Optional[str]:
84
75
  """
85
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the registration profile.
76
+ The OCID of the tenancy containing the registration profile.
86
77
  """
87
78
  return pulumi.get(self, "compartment_id")
88
79
 
@@ -112,22 +103,6 @@ class GetProfilesResult:
112
103
  """
113
104
  return pulumi.get(self, "id")
114
105
 
115
- @property
116
- @pulumi.getter(name="isDefaultProfile")
117
- def is_default_profile(self) -> Optional[bool]:
118
- """
119
- 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.
120
- """
121
- return pulumi.get(self, "is_default_profile")
122
-
123
- @property
124
- @pulumi.getter(name="isServiceProvidedProfile")
125
- def is_service_provided_profile(self) -> Optional[bool]:
126
- """
127
- 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.
128
- """
129
- return pulumi.get(self, "is_service_provided_profile")
130
-
131
106
  @property
132
107
  @pulumi.getter(name="osFamily")
133
108
  def os_family(self) -> Optional[str]:
@@ -153,18 +128,10 @@ class GetProfilesResult:
153
128
  @pulumi.getter(name="profileTypes")
154
129
  def profile_types(self) -> Optional[Sequence[str]]:
155
130
  """
156
- The type of profile.
131
+ The type of Profile. One of SOFTWARESOURCE, GROUP or LIFECYCLE.
157
132
  """
158
133
  return pulumi.get(self, "profile_types")
159
134
 
160
- @property
161
- @pulumi.getter(name="registrationTypes")
162
- def registration_types(self) -> Optional[Sequence[str]]:
163
- """
164
- The type of instance to register.
165
- """
166
- return pulumi.get(self, "registration_types")
167
-
168
135
  @property
169
136
  @pulumi.getter
170
137
  def state(self) -> Optional[str]:
@@ -177,7 +144,7 @@ class GetProfilesResult:
177
144
  @pulumi.getter(name="vendorName")
178
145
  def vendor_name(self) -> Optional[str]:
179
146
  """
180
- The vendor of the operating system for the instance.
147
+ The software source vendor name.
181
148
  """
182
149
  return pulumi.get(self, "vendor_name")
183
150
 
@@ -194,13 +161,10 @@ class AwaitableGetProfilesResult(GetProfilesResult):
194
161
  display_names=self.display_names,
195
162
  filters=self.filters,
196
163
  id=self.id,
197
- is_default_profile=self.is_default_profile,
198
- is_service_provided_profile=self.is_service_provided_profile,
199
164
  os_family=self.os_family,
200
165
  profile_collections=self.profile_collections,
201
166
  profile_id=self.profile_id,
202
167
  profile_types=self.profile_types,
203
- registration_types=self.registration_types,
204
168
  state=self.state,
205
169
  vendor_name=self.vendor_name)
206
170
 
@@ -210,12 +174,9 @@ def get_profiles(arch_type: Optional[str] = None,
210
174
  display_name_contains: Optional[str] = None,
211
175
  display_names: Optional[Sequence[str]] = None,
212
176
  filters: Optional[Sequence[pulumi.InputType['GetProfilesFilterArgs']]] = None,
213
- is_default_profile: Optional[bool] = None,
214
- is_service_provided_profile: Optional[bool] = None,
215
177
  os_family: Optional[str] = None,
216
178
  profile_id: Optional[str] = None,
217
179
  profile_types: Optional[Sequence[str]] = None,
218
- registration_types: Optional[Sequence[str]] = None,
219
180
  state: Optional[str] = None,
220
181
  vendor_name: Optional[str] = None,
221
182
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProfilesResult:
@@ -235,29 +196,23 @@ def get_profiles(arch_type: Optional[str] = None,
235
196
  compartment_id=compartment_id,
236
197
  display_names=profile_display_name,
237
198
  display_name_contains=profile_display_name_contains,
238
- is_default_profile=profile_is_default_profile,
239
- is_service_provided_profile=profile_is_service_provided_profile,
240
199
  os_family=profile_os_family,
241
200
  profile_id=test_profile["id"],
242
201
  profile_types=profile_profile_type,
243
- registration_types=profile_registration_type,
244
202
  state=profile_state,
245
203
  vendor_name=profile_vendor_name)
246
204
  ```
247
205
 
248
206
 
249
207
  :param str arch_type: A filter to return only profiles that match the given archType.
250
- :param str compartment_id: (Updatable) The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
208
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
251
209
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
252
210
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
253
- :param bool is_default_profile: A boolean variable that is used to list only the default profile resources.
254
- :param bool is_service_provided_profile: A filter to return only service-provided profiles.
255
- :param str os_family: A filter to return only resources that match the given operating system family.
256
- :param str profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile. A filter used to return the specified profile.
257
- :param Sequence[str] profile_types: A filter to return registration profiles that match the given profile type.
258
- :param Sequence[str] registration_types: A filter to return profiles that match the given instance type.
259
- :param str state: A filter to return only registration profiles in the given state.
260
- :param str vendor_name: A filter to return only resources that match the given vendor name.
211
+ :param str os_family: A filter to return only profiles that match the given osFamily.
212
+ :param str profile_id: The OCID of the registration profile.
213
+ :param Sequence[str] profile_types: A filter to return registration profiles that match the given profileType.
214
+ :param str state: A filter to return only registration profile whose lifecycleState matches the given lifecycleState.
215
+ :param str vendor_name: A filter to return only profiles that match the given vendorName.
261
216
  """
262
217
  __args__ = dict()
263
218
  __args__['archType'] = arch_type
@@ -265,12 +220,9 @@ def get_profiles(arch_type: Optional[str] = None,
265
220
  __args__['displayNameContains'] = display_name_contains
266
221
  __args__['displayNames'] = display_names
267
222
  __args__['filters'] = filters
268
- __args__['isDefaultProfile'] = is_default_profile
269
- __args__['isServiceProvidedProfile'] = is_service_provided_profile
270
223
  __args__['osFamily'] = os_family
271
224
  __args__['profileId'] = profile_id
272
225
  __args__['profileTypes'] = profile_types
273
- __args__['registrationTypes'] = registration_types
274
226
  __args__['state'] = state
275
227
  __args__['vendorName'] = vendor_name
276
228
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -283,13 +235,10 @@ def get_profiles(arch_type: Optional[str] = None,
283
235
  display_names=pulumi.get(__ret__, 'display_names'),
284
236
  filters=pulumi.get(__ret__, 'filters'),
285
237
  id=pulumi.get(__ret__, 'id'),
286
- is_default_profile=pulumi.get(__ret__, 'is_default_profile'),
287
- is_service_provided_profile=pulumi.get(__ret__, 'is_service_provided_profile'),
288
238
  os_family=pulumi.get(__ret__, 'os_family'),
289
239
  profile_collections=pulumi.get(__ret__, 'profile_collections'),
290
240
  profile_id=pulumi.get(__ret__, 'profile_id'),
291
241
  profile_types=pulumi.get(__ret__, 'profile_types'),
292
- registration_types=pulumi.get(__ret__, 'registration_types'),
293
242
  state=pulumi.get(__ret__, 'state'),
294
243
  vendor_name=pulumi.get(__ret__, 'vendor_name'))
295
244
 
@@ -300,12 +249,9 @@ def get_profiles_output(arch_type: Optional[pulumi.Input[Optional[str]]] = None,
300
249
  display_name_contains: Optional[pulumi.Input[Optional[str]]] = None,
301
250
  display_names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
302
251
  filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetProfilesFilterArgs']]]]] = None,
303
- is_default_profile: Optional[pulumi.Input[Optional[bool]]] = None,
304
- is_service_provided_profile: Optional[pulumi.Input[Optional[bool]]] = None,
305
252
  os_family: Optional[pulumi.Input[Optional[str]]] = None,
306
253
  profile_id: Optional[pulumi.Input[Optional[str]]] = None,
307
254
  profile_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
308
- registration_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
309
255
  state: Optional[pulumi.Input[Optional[str]]] = None,
310
256
  vendor_name: Optional[pulumi.Input[Optional[str]]] = None,
311
257
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProfilesResult]:
@@ -325,28 +271,22 @@ def get_profiles_output(arch_type: Optional[pulumi.Input[Optional[str]]] = None,
325
271
  compartment_id=compartment_id,
326
272
  display_names=profile_display_name,
327
273
  display_name_contains=profile_display_name_contains,
328
- is_default_profile=profile_is_default_profile,
329
- is_service_provided_profile=profile_is_service_provided_profile,
330
274
  os_family=profile_os_family,
331
275
  profile_id=test_profile["id"],
332
276
  profile_types=profile_profile_type,
333
- registration_types=profile_registration_type,
334
277
  state=profile_state,
335
278
  vendor_name=profile_vendor_name)
336
279
  ```
337
280
 
338
281
 
339
282
  :param str arch_type: A filter to return only profiles that match the given archType.
340
- :param str compartment_id: (Updatable) The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
283
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
341
284
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
342
285
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
343
- :param bool is_default_profile: A boolean variable that is used to list only the default profile resources.
344
- :param bool is_service_provided_profile: A filter to return only service-provided profiles.
345
- :param str os_family: A filter to return only resources that match the given operating system family.
346
- :param str profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile. A filter used to return the specified profile.
347
- :param Sequence[str] profile_types: A filter to return registration profiles that match the given profile type.
348
- :param Sequence[str] registration_types: A filter to return profiles that match the given instance type.
349
- :param str state: A filter to return only registration profiles in the given state.
350
- :param str vendor_name: A filter to return only resources that match the given vendor name.
286
+ :param str os_family: A filter to return only profiles that match the given osFamily.
287
+ :param str profile_id: The OCID of the registration profile.
288
+ :param Sequence[str] profile_types: A filter to return registration profiles that match the given profileType.
289
+ :param str state: A filter to return only registration profile whose lifecycleState matches the given lifecycleState.
290
+ :param str vendor_name: A filter to return only profiles that match the given vendorName.
351
291
  """
352
292
  ...