pulumi-oci 1.36.0__py3-none-any.whl → 1.36.0a1715383492__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 -2
  61. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/METADATA +1 -1
  62. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.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.0a1715383492.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/top_level.txt +0 -0
@@ -23,7 +23,7 @@ class GetLifecycleStagesResult:
23
23
  """
24
24
  A collection of values returned by getLifecycleStages.
25
25
  """
26
- def __init__(__self__, arch_type=None, compartment_id=None, display_name_contains=None, display_names=None, filters=None, id=None, lifecycle_stage_collections=None, lifecycle_stage_id=None, location_not_equal_tos=None, locations=None, os_family=None, software_source_id=None, state=None):
26
+ def __init__(__self__, arch_type=None, compartment_id=None, display_name_contains=None, display_names=None, filters=None, id=None, lifecycle_stage_collections=None, lifecycle_stage_id=None, os_family=None, software_source_id=None, state=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)
@@ -48,12 +48,6 @@ class GetLifecycleStagesResult:
48
48
  if lifecycle_stage_id and not isinstance(lifecycle_stage_id, str):
49
49
  raise TypeError("Expected argument 'lifecycle_stage_id' to be a str")
50
50
  pulumi.set(__self__, "lifecycle_stage_id", lifecycle_stage_id)
51
- if location_not_equal_tos and not isinstance(location_not_equal_tos, list):
52
- raise TypeError("Expected argument 'location_not_equal_tos' to be a list")
53
- pulumi.set(__self__, "location_not_equal_tos", location_not_equal_tos)
54
- if locations and not isinstance(locations, list):
55
- raise TypeError("Expected argument 'locations' to be a list")
56
- pulumi.set(__self__, "locations", locations)
57
51
  if os_family and not isinstance(os_family, str):
58
52
  raise TypeError("Expected argument 'os_family' to be a str")
59
53
  pulumi.set(__self__, "os_family", os_family)
@@ -68,7 +62,7 @@ class GetLifecycleStagesResult:
68
62
  @pulumi.getter(name="archType")
69
63
  def arch_type(self) -> Optional[str]:
70
64
  """
71
- The CPU architecture of the managed instances in the lifecycle stage.
65
+ The CPU architecture of the target instances.
72
66
  """
73
67
  return pulumi.get(self, "arch_type")
74
68
 
@@ -76,7 +70,7 @@ class GetLifecycleStagesResult:
76
70
  @pulumi.getter(name="compartmentId")
77
71
  def compartment_id(self) -> Optional[str]:
78
72
  """
79
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
73
+ The OCID of the tenancy containing the lifecycle stage.
80
74
  """
81
75
  return pulumi.get(self, "compartment_id")
82
76
 
@@ -119,24 +113,11 @@ class GetLifecycleStagesResult:
119
113
  def lifecycle_stage_id(self) -> Optional[str]:
120
114
  return pulumi.get(self, "lifecycle_stage_id")
121
115
 
122
- @property
123
- @pulumi.getter(name="locationNotEqualTos")
124
- def location_not_equal_tos(self) -> Optional[Sequence[str]]:
125
- return pulumi.get(self, "location_not_equal_tos")
126
-
127
- @property
128
- @pulumi.getter
129
- def locations(self) -> Optional[Sequence[str]]:
130
- """
131
- The location of managed instances associated with the lifecycle stage.
132
- """
133
- return pulumi.get(self, "locations")
134
-
135
116
  @property
136
117
  @pulumi.getter(name="osFamily")
137
118
  def os_family(self) -> Optional[str]:
138
119
  """
139
- The operating system of the managed instances in the lifecycle stage.
120
+ The operating system type of the target instances.
140
121
  """
141
122
  return pulumi.get(self, "os_family")
142
123
 
@@ -144,7 +125,7 @@ class GetLifecycleStagesResult:
144
125
  @pulumi.getter(name="softwareSourceId")
145
126
  def software_source_id(self) -> Optional[str]:
146
127
  """
147
- Provides identifying information for the specified software source.
128
+ Identifying information for the specified software source.
148
129
  """
149
130
  return pulumi.get(self, "software_source_id")
150
131
 
@@ -171,8 +152,6 @@ class AwaitableGetLifecycleStagesResult(GetLifecycleStagesResult):
171
152
  id=self.id,
172
153
  lifecycle_stage_collections=self.lifecycle_stage_collections,
173
154
  lifecycle_stage_id=self.lifecycle_stage_id,
174
- location_not_equal_tos=self.location_not_equal_tos,
175
- locations=self.locations,
176
155
  os_family=self.os_family,
177
156
  software_source_id=self.software_source_id,
178
157
  state=self.state)
@@ -184,8 +163,6 @@ def get_lifecycle_stages(arch_type: Optional[str] = None,
184
163
  display_names: Optional[Sequence[str]] = None,
185
164
  filters: Optional[Sequence[pulumi.InputType['GetLifecycleStagesFilterArgs']]] = None,
186
165
  lifecycle_stage_id: Optional[str] = None,
187
- location_not_equal_tos: Optional[Sequence[str]] = None,
188
- locations: Optional[Sequence[str]] = None,
189
166
  os_family: Optional[str] = None,
190
167
  software_source_id: Optional[str] = None,
191
168
  state: Optional[str] = None,
@@ -193,37 +170,18 @@ def get_lifecycle_stages(arch_type: Optional[str] = None,
193
170
  """
194
171
  This data source provides the list of Lifecycle Stages in Oracle Cloud Infrastructure Os Management Hub service.
195
172
 
196
- Lists lifecycle stages that match the specified compartment or lifecycle stage [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Filter the list against
197
-
198
- ## Example Usage
199
-
200
- ```python
201
- import pulumi
202
- import pulumi_oci as oci
203
-
204
- test_lifecycle_stages = oci.OsManagementHub.get_lifecycle_stages(arch_type=lifecycle_stage_arch_type,
205
- compartment_id=compartment_id,
206
- display_names=lifecycle_stage_display_name,
207
- display_name_contains=lifecycle_stage_display_name_contains,
208
- lifecycle_stage_id=test_lifecycle_stage["id"],
209
- locations=lifecycle_stage_location,
210
- location_not_equal_tos=lifecycle_stage_location_not_equal_to,
211
- os_family=lifecycle_stage_os_family,
212
- software_source_id=lifecycle_stage_software_source_id,
213
- state=lifecycle_stage_state)
214
- ```
173
+ Lists lifecycle stages that match the specified compartment or lifecycle stage OCID. Filter the list against
174
+ a variety of criteria including but not limited to its name, status, architecture, and OS family.
215
175
 
216
176
 
217
177
  :param str arch_type: A filter to return only profiles that match the given archType.
218
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
178
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
219
179
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
220
180
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
221
- :param str lifecycle_stage_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle stage.
222
- :param Sequence[str] location_not_equal_tos: A filter to return only resources whose location does not match the given value.
223
- :param Sequence[str] locations: A filter to return only resources whose location matches the given value.
224
- :param str os_family: A filter to return only resources that match the given operating system family.
225
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source. This filter returns resources associated with this software source.
226
- :param str state: A filter to return only lifecycle stages whose lifecycle state matches the given lifecycle state.
181
+ :param str lifecycle_stage_id: The OCID of the lifecycle stage.
182
+ :param str os_family: A filter to return only profiles that match the given osFamily.
183
+ :param str software_source_id: The OCID for the software source.
184
+ :param str state: A filter to return only lifecycle stage whose lifecycle state matches the given lifecycle state.
227
185
  """
228
186
  __args__ = dict()
229
187
  __args__['archType'] = arch_type
@@ -232,8 +190,6 @@ def get_lifecycle_stages(arch_type: Optional[str] = None,
232
190
  __args__['displayNames'] = display_names
233
191
  __args__['filters'] = filters
234
192
  __args__['lifecycleStageId'] = lifecycle_stage_id
235
- __args__['locationNotEqualTos'] = location_not_equal_tos
236
- __args__['locations'] = locations
237
193
  __args__['osFamily'] = os_family
238
194
  __args__['softwareSourceId'] = software_source_id
239
195
  __args__['state'] = state
@@ -249,8 +205,6 @@ def get_lifecycle_stages(arch_type: Optional[str] = None,
249
205
  id=pulumi.get(__ret__, 'id'),
250
206
  lifecycle_stage_collections=pulumi.get(__ret__, 'lifecycle_stage_collections'),
251
207
  lifecycle_stage_id=pulumi.get(__ret__, 'lifecycle_stage_id'),
252
- location_not_equal_tos=pulumi.get(__ret__, 'location_not_equal_tos'),
253
- locations=pulumi.get(__ret__, 'locations'),
254
208
  os_family=pulumi.get(__ret__, 'os_family'),
255
209
  software_source_id=pulumi.get(__ret__, 'software_source_id'),
256
210
  state=pulumi.get(__ret__, 'state'))
@@ -263,8 +217,6 @@ def get_lifecycle_stages_output(arch_type: Optional[pulumi.Input[Optional[str]]]
263
217
  display_names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
264
218
  filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetLifecycleStagesFilterArgs']]]]] = None,
265
219
  lifecycle_stage_id: Optional[pulumi.Input[Optional[str]]] = None,
266
- location_not_equal_tos: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
267
- locations: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
268
220
  os_family: Optional[pulumi.Input[Optional[str]]] = None,
269
221
  software_source_id: Optional[pulumi.Input[Optional[str]]] = None,
270
222
  state: Optional[pulumi.Input[Optional[str]]] = None,
@@ -272,36 +224,17 @@ def get_lifecycle_stages_output(arch_type: Optional[pulumi.Input[Optional[str]]]
272
224
  """
273
225
  This data source provides the list of Lifecycle Stages in Oracle Cloud Infrastructure Os Management Hub service.
274
226
 
275
- Lists lifecycle stages that match the specified compartment or lifecycle stage [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Filter the list against
276
-
277
- ## Example Usage
278
-
279
- ```python
280
- import pulumi
281
- import pulumi_oci as oci
282
-
283
- test_lifecycle_stages = oci.OsManagementHub.get_lifecycle_stages(arch_type=lifecycle_stage_arch_type,
284
- compartment_id=compartment_id,
285
- display_names=lifecycle_stage_display_name,
286
- display_name_contains=lifecycle_stage_display_name_contains,
287
- lifecycle_stage_id=test_lifecycle_stage["id"],
288
- locations=lifecycle_stage_location,
289
- location_not_equal_tos=lifecycle_stage_location_not_equal_to,
290
- os_family=lifecycle_stage_os_family,
291
- software_source_id=lifecycle_stage_software_source_id,
292
- state=lifecycle_stage_state)
293
- ```
227
+ Lists lifecycle stages that match the specified compartment or lifecycle stage OCID. Filter the list against
228
+ a variety of criteria including but not limited to its name, status, architecture, and OS family.
294
229
 
295
230
 
296
231
  :param str arch_type: A filter to return only profiles that match the given archType.
297
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
232
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
298
233
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
299
234
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
300
- :param str lifecycle_stage_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle stage.
301
- :param Sequence[str] location_not_equal_tos: A filter to return only resources whose location does not match the given value.
302
- :param Sequence[str] locations: A filter to return only resources whose location matches the given value.
303
- :param str os_family: A filter to return only resources that match the given operating system family.
304
- :param str software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source. This filter returns resources associated with this software source.
305
- :param str state: A filter to return only lifecycle stages whose lifecycle state matches the given lifecycle state.
235
+ :param str lifecycle_stage_id: The OCID of the lifecycle stage.
236
+ :param str os_family: A filter to return only profiles that match the given osFamily.
237
+ :param str software_source_id: The OCID for the software source.
238
+ :param str state: A filter to return only lifecycle stage whose lifecycle state matches the given lifecycle state.
306
239
  """
307
240
  ...
@@ -22,13 +22,10 @@ class GetManagedInstanceGroupResult:
22
22
  """
23
23
  A collection of values returned by getManagedInstanceGroup.
24
24
  """
25
- def __init__(__self__, arch_type=None, autonomous_settings=None, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, is_managed_by_autonomous_linux=None, location=None, managed_instance_count=None, managed_instance_group_id=None, managed_instance_ids=None, notification_topic_id=None, os_family=None, pending_job_count=None, software_source_ids=None, software_sources=None, state=None, system_tags=None, time_created=None, time_modified=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, managed_instance_count=None, managed_instance_group_id=None, managed_instance_ids=None, os_family=None, pending_job_count=None, software_source_ids=None, software_sources=None, state=None, system_tags=None, time_created=None, time_modified=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)
29
- if autonomous_settings and not isinstance(autonomous_settings, list):
30
- raise TypeError("Expected argument 'autonomous_settings' to be a list")
31
- pulumi.set(__self__, "autonomous_settings", autonomous_settings)
32
29
  if compartment_id and not isinstance(compartment_id, str):
33
30
  raise TypeError("Expected argument 'compartment_id' to be a str")
34
31
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -47,12 +44,6 @@ class GetManagedInstanceGroupResult:
47
44
  if id and not isinstance(id, str):
48
45
  raise TypeError("Expected argument 'id' to be a str")
49
46
  pulumi.set(__self__, "id", id)
50
- if is_managed_by_autonomous_linux and not isinstance(is_managed_by_autonomous_linux, bool):
51
- raise TypeError("Expected argument 'is_managed_by_autonomous_linux' to be a bool")
52
- pulumi.set(__self__, "is_managed_by_autonomous_linux", is_managed_by_autonomous_linux)
53
- if location and not isinstance(location, str):
54
- raise TypeError("Expected argument 'location' to be a str")
55
- pulumi.set(__self__, "location", location)
56
47
  if managed_instance_count and not isinstance(managed_instance_count, int):
57
48
  raise TypeError("Expected argument 'managed_instance_count' to be a int")
58
49
  pulumi.set(__self__, "managed_instance_count", managed_instance_count)
@@ -62,9 +53,6 @@ class GetManagedInstanceGroupResult:
62
53
  if managed_instance_ids and not isinstance(managed_instance_ids, list):
63
54
  raise TypeError("Expected argument 'managed_instance_ids' to be a list")
64
55
  pulumi.set(__self__, "managed_instance_ids", managed_instance_ids)
65
- if notification_topic_id and not isinstance(notification_topic_id, str):
66
- raise TypeError("Expected argument 'notification_topic_id' to be a str")
67
- pulumi.set(__self__, "notification_topic_id", notification_topic_id)
68
56
  if os_family and not isinstance(os_family, str):
69
57
  raise TypeError("Expected argument 'os_family' to be a str")
70
58
  pulumi.set(__self__, "os_family", os_family)
@@ -101,19 +89,11 @@ class GetManagedInstanceGroupResult:
101
89
  """
102
90
  return pulumi.get(self, "arch_type")
103
91
 
104
- @property
105
- @pulumi.getter(name="autonomousSettings")
106
- def autonomous_settings(self) -> Sequence['outputs.GetManagedInstanceGroupAutonomousSettingResult']:
107
- """
108
- Settings for the Autonomous Linux service.
109
- """
110
- return pulumi.get(self, "autonomous_settings")
111
-
112
92
  @property
113
93
  @pulumi.getter(name="compartmentId")
114
94
  def compartment_id(self) -> str:
115
95
  """
116
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance group.
96
+ The OCID of the tenancy containing the managed instance group.
117
97
  """
118
98
  return pulumi.get(self, "compartment_id")
119
99
 
@@ -153,31 +133,15 @@ class GetManagedInstanceGroupResult:
153
133
  @pulumi.getter
154
134
  def id(self) -> str:
155
135
  """
156
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
136
+ The OCID of the software source.
157
137
  """
158
138
  return pulumi.get(self, "id")
159
139
 
160
- @property
161
- @pulumi.getter(name="isManagedByAutonomousLinux")
162
- def is_managed_by_autonomous_linux(self) -> bool:
163
- """
164
- Indicates whether the Autonomous Linux service manages the group.
165
- """
166
- return pulumi.get(self, "is_managed_by_autonomous_linux")
167
-
168
- @property
169
- @pulumi.getter
170
- def location(self) -> str:
171
- """
172
- The location of managed instances attached to the group.
173
- """
174
- return pulumi.get(self, "location")
175
-
176
140
  @property
177
141
  @pulumi.getter(name="managedInstanceCount")
178
142
  def managed_instance_count(self) -> int:
179
143
  """
180
- The number of managed instances in the group.
144
+ The number of Managed Instances in the managed instance group.
181
145
  """
182
146
  return pulumi.get(self, "managed_instance_count")
183
147
 
@@ -190,18 +154,10 @@ class GetManagedInstanceGroupResult:
190
154
  @pulumi.getter(name="managedInstanceIds")
191
155
  def managed_instance_ids(self) -> Sequence[str]:
192
156
  """
193
- The list of managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) attached to the managed instance group.
157
+ The list of managed instances OCIDs attached to the managed instance group.
194
158
  """
195
159
  return pulumi.get(self, "managed_instance_ids")
196
160
 
197
- @property
198
- @pulumi.getter(name="notificationTopicId")
199
- def notification_topic_id(self) -> str:
200
- """
201
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
202
- """
203
- return pulumi.get(self, "notification_topic_id")
204
-
205
161
  @property
206
162
  @pulumi.getter(name="osFamily")
207
163
  def os_family(self) -> str:
@@ -254,7 +210,7 @@ class GetManagedInstanceGroupResult:
254
210
  @pulumi.getter(name="timeCreated")
255
211
  def time_created(self) -> str:
256
212
  """
257
- The time the managed instance group was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
213
+ The time the managed instance group was created. An RFC3339 formatted datetime string.
258
214
  """
259
215
  return pulumi.get(self, "time_created")
260
216
 
@@ -262,7 +218,7 @@ class GetManagedInstanceGroupResult:
262
218
  @pulumi.getter(name="timeModified")
263
219
  def time_modified(self) -> str:
264
220
  """
265
- The time the managed instance group was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
221
+ The time the managed instance group was last modified. An RFC3339 formatted datetime string.
266
222
  """
267
223
  return pulumi.get(self, "time_modified")
268
224
 
@@ -270,7 +226,7 @@ class GetManagedInstanceGroupResult:
270
226
  @pulumi.getter(name="vendorName")
271
227
  def vendor_name(self) -> str:
272
228
  """
273
- The vendor of the operating system used by the managed instances in the group.
229
+ The software source vendor name.
274
230
  """
275
231
  return pulumi.get(self, "vendor_name")
276
232
 
@@ -282,19 +238,15 @@ class AwaitableGetManagedInstanceGroupResult(GetManagedInstanceGroupResult):
282
238
  yield self
283
239
  return GetManagedInstanceGroupResult(
284
240
  arch_type=self.arch_type,
285
- autonomous_settings=self.autonomous_settings,
286
241
  compartment_id=self.compartment_id,
287
242
  defined_tags=self.defined_tags,
288
243
  description=self.description,
289
244
  display_name=self.display_name,
290
245
  freeform_tags=self.freeform_tags,
291
246
  id=self.id,
292
- is_managed_by_autonomous_linux=self.is_managed_by_autonomous_linux,
293
- location=self.location,
294
247
  managed_instance_count=self.managed_instance_count,
295
248
  managed_instance_group_id=self.managed_instance_group_id,
296
249
  managed_instance_ids=self.managed_instance_ids,
297
- notification_topic_id=self.notification_topic_id,
298
250
  os_family=self.os_family,
299
251
  pending_job_count=self.pending_job_count,
300
252
  software_source_ids=self.software_source_ids,
@@ -323,7 +275,7 @@ def get_managed_instance_group(managed_instance_group_id: Optional[str] = None,
323
275
  ```
324
276
 
325
277
 
326
- :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
278
+ :param str managed_instance_group_id: The managed instance group OCID.
327
279
  """
328
280
  __args__ = dict()
329
281
  __args__['managedInstanceGroupId'] = managed_instance_group_id
@@ -332,19 +284,15 @@ def get_managed_instance_group(managed_instance_group_id: Optional[str] = None,
332
284
 
333
285
  return AwaitableGetManagedInstanceGroupResult(
334
286
  arch_type=pulumi.get(__ret__, 'arch_type'),
335
- autonomous_settings=pulumi.get(__ret__, 'autonomous_settings'),
336
287
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
337
288
  defined_tags=pulumi.get(__ret__, 'defined_tags'),
338
289
  description=pulumi.get(__ret__, 'description'),
339
290
  display_name=pulumi.get(__ret__, 'display_name'),
340
291
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
341
292
  id=pulumi.get(__ret__, 'id'),
342
- is_managed_by_autonomous_linux=pulumi.get(__ret__, 'is_managed_by_autonomous_linux'),
343
- location=pulumi.get(__ret__, 'location'),
344
293
  managed_instance_count=pulumi.get(__ret__, 'managed_instance_count'),
345
294
  managed_instance_group_id=pulumi.get(__ret__, 'managed_instance_group_id'),
346
295
  managed_instance_ids=pulumi.get(__ret__, 'managed_instance_ids'),
347
- notification_topic_id=pulumi.get(__ret__, 'notification_topic_id'),
348
296
  os_family=pulumi.get(__ret__, 'os_family'),
349
297
  pending_job_count=pulumi.get(__ret__, 'pending_job_count'),
350
298
  software_source_ids=pulumi.get(__ret__, 'software_source_ids'),
@@ -374,6 +322,6 @@ def get_managed_instance_group_output(managed_instance_group_id: Optional[pulumi
374
322
  ```
375
323
 
376
324
 
377
- :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
325
+ :param str managed_instance_group_id: The managed instance group OCID.
378
326
  """
379
327
  ...
@@ -81,7 +81,7 @@ class GetManagedInstanceGroupAvailableModulesResult:
81
81
  @pulumi.getter
82
82
  def name(self) -> Optional[str]:
83
83
  """
84
- The name of the module that is available to the managed instance group.
84
+ The name of the module that is available to be enabled on the managed instance group.
85
85
  """
86
86
  return pulumi.get(self, "name")
87
87
 
@@ -115,7 +115,8 @@ def get_managed_instance_group_available_modules(compartment_id: Optional[str] =
115
115
  """
116
116
  This data source provides the list of Managed Instance Group Available Modules in Oracle Cloud Infrastructure Os Management Hub service.
117
117
 
118
- List modules that are available for installation on the specified managed instance group. Filter the list against a variety of criteria including but not limited to module name.
118
+ Lists available modules that for the specified managed instance group. Filter the list against a variety of
119
+ criteria including but not limited to its name.
119
120
 
120
121
  ## Example Usage
121
122
 
@@ -130,8 +131,8 @@ def get_managed_instance_group_available_modules(compartment_id: Optional[str] =
130
131
  ```
131
132
 
132
133
 
133
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
134
- :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
134
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
135
+ :param str managed_instance_group_id: The managed instance group OCID.
135
136
  :param str name: The resource name.
136
137
  :param str name_contains: A filter to return resources that may partially match the name given.
137
138
  """
@@ -164,7 +165,8 @@ def get_managed_instance_group_available_modules_output(compartment_id: Optional
164
165
  """
165
166
  This data source provides the list of Managed Instance Group Available Modules in Oracle Cloud Infrastructure Os Management Hub service.
166
167
 
167
- List modules that are available for installation on the specified managed instance group. Filter the list against a variety of criteria including but not limited to module name.
168
+ Lists available modules that for the specified managed instance group. Filter the list against a variety of
169
+ criteria including but not limited to its name.
168
170
 
169
171
  ## Example Usage
170
172
 
@@ -179,8 +181,8 @@ def get_managed_instance_group_available_modules_output(compartment_id: Optional
179
181
  ```
180
182
 
181
183
 
182
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
183
- :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
184
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
185
+ :param str managed_instance_group_id: The managed instance group OCID.
184
186
  :param str name: The resource name.
185
187
  :param str name_contains: A filter to return resources that may partially match the name given.
186
188
  """
@@ -84,7 +84,7 @@ class GetManagedInstanceGroupAvailablePackagesResult:
84
84
  @pulumi.getter(name="isLatest")
85
85
  def is_latest(self) -> Optional[bool]:
86
86
  """
87
- Indicates whether this is the latest package version.
87
+ Flag to return only latest package versions.
88
88
  """
89
89
  return pulumi.get(self, "is_latest")
90
90
 
@@ -145,11 +145,11 @@ def get_managed_instance_group_available_packages(compartment_id: Optional[str]
145
145
  ```
146
146
 
147
147
 
148
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
148
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
149
149
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
150
150
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
151
- :param bool is_latest: Indicates whether to list only the latest versions of packages, module streams, and stream profiles.
152
- :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
151
+ :param bool is_latest: A boolean variable that is used to list only the latest versions of packages, module streams, and stream profiles when set to true. All packages, module streams, and stream profiles are returned when set to false.
152
+ :param str managed_instance_group_id: The managed instance group OCID.
153
153
  """
154
154
  __args__ = dict()
155
155
  __args__['compartmentId'] = compartment_id
@@ -200,10 +200,10 @@ def get_managed_instance_group_available_packages_output(compartment_id: Optiona
200
200
  ```
201
201
 
202
202
 
203
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
203
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
204
204
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
205
205
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
206
- :param bool is_latest: Indicates whether to list only the latest versions of packages, module streams, and stream profiles.
207
- :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
206
+ :param bool is_latest: A boolean variable that is used to list only the latest versions of packages, module streams, and stream profiles when set to true. All packages, module streams, and stream profiles are returned when set to false.
207
+ :param str managed_instance_group_id: The managed instance group OCID.
208
208
  """
209
209
  ...
@@ -58,7 +58,7 @@ class GetManagedInstanceGroupAvailableSoftwareSourcesResult:
58
58
  @pulumi.getter(name="compartmentId")
59
59
  def compartment_id(self) -> Optional[str]:
60
60
  """
61
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the software source.
61
+ The OCID for the compartment.
62
62
  """
63
63
  return pulumi.get(self, "compartment_id")
64
64
 
@@ -71,7 +71,7 @@ class GetManagedInstanceGroupAvailableSoftwareSourcesResult:
71
71
  @pulumi.getter(name="displayNames")
72
72
  def display_names(self) -> Optional[Sequence[str]]:
73
73
  """
74
- User-friendly name for the software source.
74
+ User friendly name for the software source.
75
75
  """
76
76
  return pulumi.get(self, "display_names")
77
77
 
@@ -118,7 +118,8 @@ def get_managed_instance_group_available_software_sources(compartment_id: Option
118
118
  """
119
119
  This data source provides the list of Managed Instance Group Available Software Sources in Oracle Cloud Infrastructure Os Management Hub service.
120
120
 
121
- Lists available software sources for a specified managed instance group. Filter the list against a variety of criteria including but not limited to the software source name. The results list only software sources that have not already been added to the group.
121
+ Lists available software sources for a specified managed instance group. Filter the list against a variety of
122
+ criteria including but not limited to its name.
122
123
 
123
124
  ## Example Usage
124
125
 
@@ -133,10 +134,10 @@ def get_managed_instance_group_available_software_sources(compartment_id: Option
133
134
  ```
134
135
 
135
136
 
136
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
137
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
137
138
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
138
139
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
139
- :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
140
+ :param str managed_instance_group_id: The managed instance group OCID.
140
141
  """
141
142
  __args__ = dict()
142
143
  __args__['compartmentId'] = compartment_id
@@ -167,7 +168,8 @@ def get_managed_instance_group_available_software_sources_output(compartment_id:
167
168
  """
168
169
  This data source provides the list of Managed Instance Group Available Software Sources in Oracle Cloud Infrastructure Os Management Hub service.
169
170
 
170
- Lists available software sources for a specified managed instance group. Filter the list against a variety of criteria including but not limited to the software source name. The results list only software sources that have not already been added to the group.
171
+ Lists available software sources for a specified managed instance group. Filter the list against a variety of
172
+ criteria including but not limited to its name.
171
173
 
172
174
  ## Example Usage
173
175
 
@@ -182,9 +184,9 @@ def get_managed_instance_group_available_software_sources_output(compartment_id:
182
184
  ```
183
185
 
184
186
 
185
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
187
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
186
188
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
187
189
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
188
- :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
190
+ :param str managed_instance_group_id: The managed instance group OCID.
189
191
  """
190
192
  ...