pulumi-oci 1.35.0a1715356469__py3-none-any.whl → 1.36.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +208 -0
  2. pulumi_oci/core/__init__.py +3 -0
  3. pulumi_oci/core/_inputs.py +40 -0
  4. pulumi_oci/core/get_ip_inventory_subnet.py +171 -0
  5. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +171 -0
  6. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +206 -0
  7. pulumi_oci/core/outputs.py +261 -0
  8. pulumi_oci/database/_inputs.py +192 -0
  9. pulumi_oci/database/exadata_infrastructure.py +28 -0
  10. pulumi_oci/database/get_exadata_infrastructure.py +14 -1
  11. pulumi_oci/database/get_vm_cluster.py +14 -1
  12. pulumi_oci/database/outputs.py +418 -0
  13. pulumi_oci/database/vm_cluster.py +55 -0
  14. pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
  15. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
  16. pulumi_oci/datasafe/__init__.py +1 -0
  17. pulumi_oci/datasafe/masking_report_management.py +693 -0
  18. pulumi_oci/email/__init__.py +3 -0
  19. pulumi_oci/email/_inputs.py +46 -0
  20. pulumi_oci/email/dkim.py +4 -4
  21. pulumi_oci/email/email_domain.py +77 -0
  22. pulumi_oci/email/email_return_path.py +642 -0
  23. pulumi_oci/email/get_email_domain.py +27 -1
  24. pulumi_oci/email/get_email_return_path.py +274 -0
  25. pulumi_oci/email/get_email_return_paths.py +203 -0
  26. pulumi_oci/email/outputs.py +231 -0
  27. pulumi_oci/loadbalancer/_inputs.py +16 -0
  28. pulumi_oci/loadbalancer/listener.py +2 -0
  29. pulumi_oci/loadbalancer/outputs.py +14 -0
  30. pulumi_oci/loganalytics/namespace.py +4 -4
  31. pulumi_oci/networkloadbalancer/get_listener.py +14 -1
  32. pulumi_oci/networkloadbalancer/listener.py +51 -2
  33. pulumi_oci/networkloadbalancer/outputs.py +11 -0
  34. pulumi_oci/osmanagementhub/__init__.py +48 -0
  35. pulumi_oci/osmanagementhub/_inputs.py +3635 -493
  36. pulumi_oci/osmanagementhub/event.py +701 -0
  37. pulumi_oci/osmanagementhub/get_entitlements.py +178 -0
  38. pulumi_oci/osmanagementhub/get_errata.py +283 -0
  39. pulumi_oci/osmanagementhub/get_erratum.py +308 -0
  40. pulumi_oci/osmanagementhub/get_event.py +314 -0
  41. pulumi_oci/osmanagementhub/get_events.py +314 -0
  42. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +26 -13
  43. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +48 -11
  44. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -15
  45. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +86 -19
  46. pulumi_oci/osmanagementhub/get_managed_instance.py +587 -0
  47. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +187 -0
  48. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +190 -0
  49. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +238 -0
  50. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +204 -0
  51. pulumi_oci/osmanagementhub/get_managed_instance_group.py +62 -10
  52. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +7 -9
  53. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  54. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -10
  55. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +220 -0
  56. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +244 -0
  57. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +71 -16
  58. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +221 -0
  59. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +204 -0
  60. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +187 -0
  61. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +221 -0
  62. pulumi_oci/osmanagementhub/get_managed_instances.py +537 -0
  63. pulumi_oci/osmanagementhub/get_management_station.py +42 -19
  64. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  65. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  66. pulumi_oci/osmanagementhub/get_profile.py +51 -12
  67. pulumi_oci/osmanagementhub/get_profiles.py +76 -16
  68. pulumi_oci/osmanagementhub/get_scheduled_job.py +426 -0
  69. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +433 -0
  70. pulumi_oci/osmanagementhub/get_software_package.py +301 -0
  71. pulumi_oci/osmanagementhub/get_software_package_software_source.py +329 -0
  72. pulumi_oci/osmanagementhub/get_software_packages.py +232 -0
  73. pulumi_oci/osmanagementhub/get_software_source.py +109 -18
  74. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  75. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  76. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  77. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  78. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  79. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  80. pulumi_oci/osmanagementhub/get_software_source_software_package.py +23 -10
  81. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  82. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  83. pulumi_oci/osmanagementhub/get_software_sources.py +78 -21
  84. pulumi_oci/osmanagementhub/get_windows_update.py +222 -0
  85. pulumi_oci/osmanagementhub/get_windows_updates.py +187 -0
  86. pulumi_oci/osmanagementhub/lifecycle_environment.py +159 -86
  87. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +249 -0
  88. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +249 -0
  89. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +296 -0
  90. pulumi_oci/osmanagementhub/managed_instance.py +1327 -0
  91. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +266 -0
  92. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +214 -0
  93. pulumi_oci/osmanagementhub/managed_instance_group.py +264 -86
  94. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +293 -0
  95. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +293 -0
  96. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +264 -0
  97. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +293 -0
  98. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +293 -0
  99. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +293 -0
  100. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +526 -0
  101. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +293 -0
  102. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +292 -0
  103. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +341 -0
  104. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +341 -0
  105. pulumi_oci/osmanagementhub/management_station.py +184 -81
  106. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +264 -0
  107. pulumi_oci/osmanagementhub/management_station_refresh_management.py +212 -0
  108. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +264 -0
  109. pulumi_oci/osmanagementhub/outputs.py +10867 -2365
  110. pulumi_oci/osmanagementhub/profile.py +200 -78
  111. pulumi_oci/osmanagementhub/scheduled_job.py +1331 -0
  112. pulumi_oci/osmanagementhub/software_source.py +365 -181
  113. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +266 -0
  114. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +194 -0
  115. pulumi_oci/pulumi-plugin.json +2 -1
  116. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/METADATA +1 -1
  117. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/RECORD +119 -64
  118. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,7 @@ class GetLifecycleStageResult:
22
22
  """
23
23
  A collection of values returned by getLifecycleStage.
24
24
  """
25
- def __init__(__self__, arch_type=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, lifecycle_environment_id=None, lifecycle_stage_id=None, managed_instance_ids=None, os_family=None, rank=None, software_source_ids=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, display_name=None, freeform_tags=None, id=None, lifecycle_environment_id=None, lifecycle_stage_id=None, location=None, managed_instance_ids=None, os_family=None, rank=None, software_source_ids=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)
@@ -47,6 +47,9 @@ class GetLifecycleStageResult:
47
47
  if lifecycle_stage_id and not isinstance(lifecycle_stage_id, str):
48
48
  raise TypeError("Expected argument 'lifecycle_stage_id' to be a str")
49
49
  pulumi.set(__self__, "lifecycle_stage_id", lifecycle_stage_id)
50
+ if location and not isinstance(location, str):
51
+ raise TypeError("Expected argument 'location' to be a str")
52
+ pulumi.set(__self__, "location", location)
50
53
  if managed_instance_ids and not isinstance(managed_instance_ids, list):
51
54
  raise TypeError("Expected argument 'managed_instance_ids' to be a list")
52
55
  pulumi.set(__self__, "managed_instance_ids", managed_instance_ids)
@@ -79,7 +82,7 @@ class GetLifecycleStageResult:
79
82
  @pulumi.getter(name="archType")
80
83
  def arch_type(self) -> str:
81
84
  """
82
- The CPU architecture of the target instances.
85
+ The CPU architecture of the managed instances in the lifecycle stage.
83
86
  """
84
87
  return pulumi.get(self, "arch_type")
85
88
 
@@ -87,7 +90,7 @@ class GetLifecycleStageResult:
87
90
  @pulumi.getter(name="compartmentId")
88
91
  def compartment_id(self) -> str:
89
92
  """
90
- The OCID of the tenancy containing the lifecycle stage.
93
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
91
94
  """
92
95
  return pulumi.get(self, "compartment_id")
93
96
 
@@ -127,7 +130,7 @@ class GetLifecycleStageResult:
127
130
  @pulumi.getter(name="lifecycleEnvironmentId")
128
131
  def lifecycle_environment_id(self) -> str:
129
132
  """
130
- The OCID of the lifecycle environment for the lifecycle stage.
133
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle environment that contains the lifecycle stage.
131
134
  """
132
135
  return pulumi.get(self, "lifecycle_environment_id")
133
136
 
@@ -136,11 +139,19 @@ class GetLifecycleStageResult:
136
139
  def lifecycle_stage_id(self) -> str:
137
140
  return pulumi.get(self, "lifecycle_stage_id")
138
141
 
142
+ @property
143
+ @pulumi.getter
144
+ def location(self) -> str:
145
+ """
146
+ The location of managed instances associated with the lifecycle stage.
147
+ """
148
+ return pulumi.get(self, "location")
149
+
139
150
  @property
140
151
  @pulumi.getter(name="managedInstanceIds")
141
152
  def managed_instance_ids(self) -> Sequence['outputs.GetLifecycleStageManagedInstanceIdResult']:
142
153
  """
143
- The list of managed instances specified lifecycle stage.
154
+ The list of managed instances associated with the lifecycle stage.
144
155
  """
145
156
  return pulumi.get(self, "managed_instance_ids")
146
157
 
@@ -148,7 +159,7 @@ class GetLifecycleStageResult:
148
159
  @pulumi.getter(name="osFamily")
149
160
  def os_family(self) -> str:
150
161
  """
151
- The operating system type of the target instances.
162
+ The operating system of the managed instances in the lifecycle stage.
152
163
  """
153
164
  return pulumi.get(self, "os_family")
154
165
 
@@ -156,7 +167,7 @@ class GetLifecycleStageResult:
156
167
  @pulumi.getter
157
168
  def rank(self) -> int:
158
169
  """
159
- User specified rank for the lifecycle stage. Rank determines the hierarchy of the lifecycle stages for a given lifecycle environment.
170
+ User-specified rank for the lifecycle stage. Rank determines the hierarchy of the lifecycle stages within the lifecycle environment.
160
171
  """
161
172
  return pulumi.get(self, "rank")
162
173
 
@@ -164,7 +175,7 @@ class GetLifecycleStageResult:
164
175
  @pulumi.getter(name="softwareSourceIds")
165
176
  def software_source_ids(self) -> Sequence['outputs.GetLifecycleStageSoftwareSourceIdResult']:
166
177
  """
167
- Identifying information for the specified software source.
178
+ Provides identifying information for the specified software source.
168
179
  """
169
180
  return pulumi.get(self, "software_source_ids")
170
181
 
@@ -188,7 +199,7 @@ class GetLifecycleStageResult:
188
199
  @pulumi.getter(name="timeCreated")
189
200
  def time_created(self) -> str:
190
201
  """
191
- The time the lifecycle stage was created. An RFC3339 formatted datetime string.
202
+ The time the lifecycle stage was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
192
203
  """
193
204
  return pulumi.get(self, "time_created")
194
205
 
@@ -196,7 +207,7 @@ class GetLifecycleStageResult:
196
207
  @pulumi.getter(name="timeModified")
197
208
  def time_modified(self) -> str:
198
209
  """
199
- The time the lifecycle stage was last modified. An RFC3339 formatted datetime string.
210
+ The time the lifecycle stage was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
200
211
  """
201
212
  return pulumi.get(self, "time_modified")
202
213
 
@@ -204,7 +215,7 @@ class GetLifecycleStageResult:
204
215
  @pulumi.getter(name="vendorName")
205
216
  def vendor_name(self) -> str:
206
217
  """
207
- The software source vendor name.
218
+ The vendor of the operating system used by the managed instances in the lifecycle stage.
208
219
  """
209
220
  return pulumi.get(self, "vendor_name")
210
221
 
@@ -223,6 +234,7 @@ class AwaitableGetLifecycleStageResult(GetLifecycleStageResult):
223
234
  id=self.id,
224
235
  lifecycle_environment_id=self.lifecycle_environment_id,
225
236
  lifecycle_stage_id=self.lifecycle_stage_id,
237
+ location=self.location,
226
238
  managed_instance_ids=self.managed_instance_ids,
227
239
  os_family=self.os_family,
228
240
  rank=self.rank,
@@ -239,7 +251,7 @@ def get_lifecycle_stage(lifecycle_stage_id: Optional[str] = None,
239
251
  """
240
252
  This data source provides details about a specific Lifecycle Stage resource in Oracle Cloud Infrastructure Os Management Hub service.
241
253
 
242
- Gets information about the specified lifecycle stage.
254
+ Returns information about the specified lifecycle stage.
243
255
 
244
256
  ## Example Usage
245
257
 
@@ -251,7 +263,7 @@ def get_lifecycle_stage(lifecycle_stage_id: Optional[str] = None,
251
263
  ```
252
264
 
253
265
 
254
- :param str lifecycle_stage_id: The OCID of the lifecycle stage.
266
+ :param str lifecycle_stage_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle stage.
255
267
  """
256
268
  __args__ = dict()
257
269
  __args__['lifecycleStageId'] = lifecycle_stage_id
@@ -267,6 +279,7 @@ def get_lifecycle_stage(lifecycle_stage_id: Optional[str] = None,
267
279
  id=pulumi.get(__ret__, 'id'),
268
280
  lifecycle_environment_id=pulumi.get(__ret__, 'lifecycle_environment_id'),
269
281
  lifecycle_stage_id=pulumi.get(__ret__, 'lifecycle_stage_id'),
282
+ location=pulumi.get(__ret__, 'location'),
270
283
  managed_instance_ids=pulumi.get(__ret__, 'managed_instance_ids'),
271
284
  os_family=pulumi.get(__ret__, 'os_family'),
272
285
  rank=pulumi.get(__ret__, 'rank'),
@@ -284,7 +297,7 @@ def get_lifecycle_stage_output(lifecycle_stage_id: Optional[pulumi.Input[str]] =
284
297
  """
285
298
  This data source provides details about a specific Lifecycle Stage resource in Oracle Cloud Infrastructure Os Management Hub service.
286
299
 
287
- Gets information about the specified lifecycle stage.
300
+ Returns information about the specified lifecycle stage.
288
301
 
289
302
  ## Example Usage
290
303
 
@@ -296,6 +309,6 @@ def get_lifecycle_stage_output(lifecycle_stage_id: Optional[pulumi.Input[str]] =
296
309
  ```
297
310
 
298
311
 
299
- :param str lifecycle_stage_id: The OCID of the lifecycle stage.
312
+ :param str lifecycle_stage_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle stage.
300
313
  """
301
314
  ...
@@ -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, 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, location_not_equal_tos=None, locations=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,6 +48,12 @@ 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)
51
57
  if os_family and not isinstance(os_family, str):
52
58
  raise TypeError("Expected argument 'os_family' to be a str")
53
59
  pulumi.set(__self__, "os_family", os_family)
@@ -62,7 +68,7 @@ class GetLifecycleStagesResult:
62
68
  @pulumi.getter(name="archType")
63
69
  def arch_type(self) -> Optional[str]:
64
70
  """
65
- The CPU architecture of the target instances.
71
+ The CPU architecture of the managed instances in the lifecycle stage.
66
72
  """
67
73
  return pulumi.get(self, "arch_type")
68
74
 
@@ -70,7 +76,7 @@ class GetLifecycleStagesResult:
70
76
  @pulumi.getter(name="compartmentId")
71
77
  def compartment_id(self) -> Optional[str]:
72
78
  """
73
- The OCID of the tenancy containing the lifecycle stage.
79
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
74
80
  """
75
81
  return pulumi.get(self, "compartment_id")
76
82
 
@@ -113,11 +119,24 @@ class GetLifecycleStagesResult:
113
119
  def lifecycle_stage_id(self) -> Optional[str]:
114
120
  return pulumi.get(self, "lifecycle_stage_id")
115
121
 
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
+
116
135
  @property
117
136
  @pulumi.getter(name="osFamily")
118
137
  def os_family(self) -> Optional[str]:
119
138
  """
120
- The operating system type of the target instances.
139
+ The operating system of the managed instances in the lifecycle stage.
121
140
  """
122
141
  return pulumi.get(self, "os_family")
123
142
 
@@ -125,7 +144,7 @@ class GetLifecycleStagesResult:
125
144
  @pulumi.getter(name="softwareSourceId")
126
145
  def software_source_id(self) -> Optional[str]:
127
146
  """
128
- Identifying information for the specified software source.
147
+ Provides identifying information for the specified software source.
129
148
  """
130
149
  return pulumi.get(self, "software_source_id")
131
150
 
@@ -152,6 +171,8 @@ class AwaitableGetLifecycleStagesResult(GetLifecycleStagesResult):
152
171
  id=self.id,
153
172
  lifecycle_stage_collections=self.lifecycle_stage_collections,
154
173
  lifecycle_stage_id=self.lifecycle_stage_id,
174
+ location_not_equal_tos=self.location_not_equal_tos,
175
+ locations=self.locations,
155
176
  os_family=self.os_family,
156
177
  software_source_id=self.software_source_id,
157
178
  state=self.state)
@@ -163,6 +184,8 @@ def get_lifecycle_stages(arch_type: Optional[str] = None,
163
184
  display_names: Optional[Sequence[str]] = None,
164
185
  filters: Optional[Sequence[pulumi.InputType['GetLifecycleStagesFilterArgs']]] = None,
165
186
  lifecycle_stage_id: Optional[str] = None,
187
+ location_not_equal_tos: Optional[Sequence[str]] = None,
188
+ locations: Optional[Sequence[str]] = None,
166
189
  os_family: Optional[str] = None,
167
190
  software_source_id: Optional[str] = None,
168
191
  state: Optional[str] = None,
@@ -170,18 +193,37 @@ def get_lifecycle_stages(arch_type: Optional[str] = None,
170
193
  """
171
194
  This data source provides the list of Lifecycle Stages in Oracle Cloud Infrastructure Os Management Hub service.
172
195
 
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.
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
+ ```
175
215
 
176
216
 
177
217
  :param str arch_type: A filter to return only profiles that match the given archType.
178
- :param str compartment_id: The OCID of the compartment that contains the resources to list.
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.
179
219
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
180
220
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
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.
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.
185
227
  """
186
228
  __args__ = dict()
187
229
  __args__['archType'] = arch_type
@@ -190,6 +232,8 @@ def get_lifecycle_stages(arch_type: Optional[str] = None,
190
232
  __args__['displayNames'] = display_names
191
233
  __args__['filters'] = filters
192
234
  __args__['lifecycleStageId'] = lifecycle_stage_id
235
+ __args__['locationNotEqualTos'] = location_not_equal_tos
236
+ __args__['locations'] = locations
193
237
  __args__['osFamily'] = os_family
194
238
  __args__['softwareSourceId'] = software_source_id
195
239
  __args__['state'] = state
@@ -205,6 +249,8 @@ def get_lifecycle_stages(arch_type: Optional[str] = None,
205
249
  id=pulumi.get(__ret__, 'id'),
206
250
  lifecycle_stage_collections=pulumi.get(__ret__, 'lifecycle_stage_collections'),
207
251
  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'),
208
254
  os_family=pulumi.get(__ret__, 'os_family'),
209
255
  software_source_id=pulumi.get(__ret__, 'software_source_id'),
210
256
  state=pulumi.get(__ret__, 'state'))
@@ -217,6 +263,8 @@ def get_lifecycle_stages_output(arch_type: Optional[pulumi.Input[Optional[str]]]
217
263
  display_names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
218
264
  filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetLifecycleStagesFilterArgs']]]]] = None,
219
265
  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,
220
268
  os_family: Optional[pulumi.Input[Optional[str]]] = None,
221
269
  software_source_id: Optional[pulumi.Input[Optional[str]]] = None,
222
270
  state: Optional[pulumi.Input[Optional[str]]] = None,
@@ -224,17 +272,36 @@ def get_lifecycle_stages_output(arch_type: Optional[pulumi.Input[Optional[str]]]
224
272
  """
225
273
  This data source provides the list of Lifecycle Stages in Oracle Cloud Infrastructure Os Management Hub service.
226
274
 
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.
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
+ ```
229
294
 
230
295
 
231
296
  :param str arch_type: A filter to return only profiles that match the given archType.
232
- :param str compartment_id: The OCID of the compartment that contains the resources to list.
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.
233
298
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
234
299
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
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.
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.
239
306
  """
240
307
  ...