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 GetLifecycleEnvironmentResult:
22
22
  """
23
23
  A collection of values returned by getLifecycleEnvironment.
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, lifecycle_environment_id=None, location=None, managed_instance_ids=None, os_family=None, stages=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, lifecycle_environment_id=None, managed_instance_ids=None, os_family=None, stages=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,9 +47,6 @@ class GetLifecycleEnvironmentResult:
47
47
  if lifecycle_environment_id and not isinstance(lifecycle_environment_id, str):
48
48
  raise TypeError("Expected argument 'lifecycle_environment_id' to be a str")
49
49
  pulumi.set(__self__, "lifecycle_environment_id", lifecycle_environment_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)
53
50
  if managed_instance_ids and not isinstance(managed_instance_ids, list):
54
51
  raise TypeError("Expected argument 'managed_instance_ids' to be a list")
55
52
  pulumi.set(__self__, "managed_instance_ids", managed_instance_ids)
@@ -79,7 +76,7 @@ class GetLifecycleEnvironmentResult:
79
76
  @pulumi.getter(name="archType")
80
77
  def arch_type(self) -> str:
81
78
  """
82
- The CPU architecture of the managed instances in the lifecycle stage.
79
+ The CPU architecture of the target instances.
83
80
  """
84
81
  return pulumi.get(self, "arch_type")
85
82
 
@@ -87,7 +84,7 @@ class GetLifecycleEnvironmentResult:
87
84
  @pulumi.getter(name="compartmentId")
88
85
  def compartment_id(self) -> str:
89
86
  """
90
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
87
+ The OCID of the tenancy containing the lifecycle stage.
91
88
  """
92
89
  return pulumi.get(self, "compartment_id")
93
90
 
@@ -127,7 +124,7 @@ class GetLifecycleEnvironmentResult:
127
124
  @pulumi.getter
128
125
  def id(self) -> str:
129
126
  """
130
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
127
+ The OCID of the software source.
131
128
  """
132
129
  return pulumi.get(self, "id")
133
130
 
@@ -135,23 +132,15 @@ class GetLifecycleEnvironmentResult:
135
132
  @pulumi.getter(name="lifecycleEnvironmentId")
136
133
  def lifecycle_environment_id(self) -> str:
137
134
  """
138
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle environment that contains the lifecycle stage.
135
+ The OCID of the lifecycle environment for the lifecycle stage.
139
136
  """
140
137
  return pulumi.get(self, "lifecycle_environment_id")
141
138
 
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
-
150
139
  @property
151
140
  @pulumi.getter(name="managedInstanceIds")
152
141
  def managed_instance_ids(self) -> Sequence['outputs.GetLifecycleEnvironmentManagedInstanceIdResult']:
153
142
  """
154
- The list of managed instances associated with the lifecycle stage.
143
+ The list of managed instances specified lifecycle stage.
155
144
  """
156
145
  return pulumi.get(self, "managed_instance_ids")
157
146
 
@@ -159,7 +148,7 @@ class GetLifecycleEnvironmentResult:
159
148
  @pulumi.getter(name="osFamily")
160
149
  def os_family(self) -> str:
161
150
  """
162
- The operating system of the managed instances in the lifecycle stage.
151
+ The operating system type of the target instances.
163
152
  """
164
153
  return pulumi.get(self, "os_family")
165
154
 
@@ -167,7 +156,7 @@ class GetLifecycleEnvironmentResult:
167
156
  @pulumi.getter
168
157
  def stages(self) -> Sequence['outputs.GetLifecycleEnvironmentStageResult']:
169
158
  """
170
- User-specified list of lifecycle stages used within the lifecycle environment.
159
+ User specified list of lifecycle stages to be created for the lifecycle environment.
171
160
  """
172
161
  return pulumi.get(self, "stages")
173
162
 
@@ -191,7 +180,7 @@ class GetLifecycleEnvironmentResult:
191
180
  @pulumi.getter(name="timeCreated")
192
181
  def time_created(self) -> str:
193
182
  """
194
- The time the lifecycle environment was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
183
+ The time the lifecycle environment was created. An RFC3339 formatted datetime string.
195
184
  """
196
185
  return pulumi.get(self, "time_created")
197
186
 
@@ -199,7 +188,7 @@ class GetLifecycleEnvironmentResult:
199
188
  @pulumi.getter(name="timeModified")
200
189
  def time_modified(self) -> str:
201
190
  """
202
- The time the lifecycle environment was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
191
+ The time the lifecycle environment was last modified. An RFC3339 formatted datetime string.
203
192
  """
204
193
  return pulumi.get(self, "time_modified")
205
194
 
@@ -207,7 +196,7 @@ class GetLifecycleEnvironmentResult:
207
196
  @pulumi.getter(name="vendorName")
208
197
  def vendor_name(self) -> str:
209
198
  """
210
- The vendor of the operating system used by the managed instances in the lifecycle environment.
199
+ The software source vendor name.
211
200
  """
212
201
  return pulumi.get(self, "vendor_name")
213
202
 
@@ -226,7 +215,6 @@ class AwaitableGetLifecycleEnvironmentResult(GetLifecycleEnvironmentResult):
226
215
  freeform_tags=self.freeform_tags,
227
216
  id=self.id,
228
217
  lifecycle_environment_id=self.lifecycle_environment_id,
229
- location=self.location,
230
218
  managed_instance_ids=self.managed_instance_ids,
231
219
  os_family=self.os_family,
232
220
  stages=self.stages,
@@ -254,7 +242,7 @@ def get_lifecycle_environment(lifecycle_environment_id: Optional[str] = None,
254
242
  ```
255
243
 
256
244
 
257
- :param str lifecycle_environment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle environment.
245
+ :param str lifecycle_environment_id: The OCID of the lifecycle environment.
258
246
  """
259
247
  __args__ = dict()
260
248
  __args__['lifecycleEnvironmentId'] = lifecycle_environment_id
@@ -270,7 +258,6 @@ def get_lifecycle_environment(lifecycle_environment_id: Optional[str] = None,
270
258
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
271
259
  id=pulumi.get(__ret__, 'id'),
272
260
  lifecycle_environment_id=pulumi.get(__ret__, 'lifecycle_environment_id'),
273
- location=pulumi.get(__ret__, 'location'),
274
261
  managed_instance_ids=pulumi.get(__ret__, 'managed_instance_ids'),
275
262
  os_family=pulumi.get(__ret__, 'os_family'),
276
263
  stages=pulumi.get(__ret__, 'stages'),
@@ -299,6 +286,6 @@ def get_lifecycle_environment_output(lifecycle_environment_id: Optional[pulumi.I
299
286
  ```
300
287
 
301
288
 
302
- :param str lifecycle_environment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle environment.
289
+ :param str lifecycle_environment_id: The OCID of the lifecycle environment.
303
290
  """
304
291
  ...
@@ -23,7 +23,7 @@ class GetLifecycleEnvironmentsResult:
23
23
  """
24
24
  A collection of values returned by getLifecycleEnvironments.
25
25
  """
26
- def __init__(__self__, arch_type=None, compartment_id=None, display_name_contains=None, display_names=None, filters=None, id=None, lifecycle_environment_collections=None, lifecycle_environment_id=None, location_not_equal_tos=None, locations=None, os_family=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_environment_collections=None, lifecycle_environment_id=None, os_family=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 GetLifecycleEnvironmentsResult:
48
48
  if lifecycle_environment_id and not isinstance(lifecycle_environment_id, str):
49
49
  raise TypeError("Expected argument 'lifecycle_environment_id' to be a str")
50
50
  pulumi.set(__self__, "lifecycle_environment_id", lifecycle_environment_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)
@@ -65,7 +59,7 @@ class GetLifecycleEnvironmentsResult:
65
59
  @pulumi.getter(name="archType")
66
60
  def arch_type(self) -> Optional[str]:
67
61
  """
68
- The CPU architecture of the managed instances in the lifecycle stage.
62
+ The CPU architecture of the target instances.
69
63
  """
70
64
  return pulumi.get(self, "arch_type")
71
65
 
@@ -73,7 +67,7 @@ class GetLifecycleEnvironmentsResult:
73
67
  @pulumi.getter(name="compartmentId")
74
68
  def compartment_id(self) -> Optional[str]:
75
69
  """
76
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
70
+ The OCID of the tenancy containing the lifecycle stage.
77
71
  """
78
72
  return pulumi.get(self, "compartment_id")
79
73
 
@@ -115,28 +109,15 @@ class GetLifecycleEnvironmentsResult:
115
109
  @pulumi.getter(name="lifecycleEnvironmentId")
116
110
  def lifecycle_environment_id(self) -> Optional[str]:
117
111
  """
118
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle environment that contains the lifecycle stage.
112
+ The OCID of the lifecycle environment for the lifecycle stage.
119
113
  """
120
114
  return pulumi.get(self, "lifecycle_environment_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
 
@@ -163,8 +144,6 @@ class AwaitableGetLifecycleEnvironmentsResult(GetLifecycleEnvironmentsResult):
163
144
  id=self.id,
164
145
  lifecycle_environment_collections=self.lifecycle_environment_collections,
165
146
  lifecycle_environment_id=self.lifecycle_environment_id,
166
- location_not_equal_tos=self.location_not_equal_tos,
167
- locations=self.locations,
168
147
  os_family=self.os_family,
169
148
  state=self.state)
170
149
 
@@ -175,8 +154,6 @@ def get_lifecycle_environments(arch_type: Optional[str] = None,
175
154
  display_names: Optional[Sequence[str]] = None,
176
155
  filters: Optional[Sequence[pulumi.InputType['GetLifecycleEnvironmentsFilterArgs']]] = None,
177
156
  lifecycle_environment_id: Optional[str] = None,
178
- location_not_equal_tos: Optional[Sequence[str]] = None,
179
- locations: Optional[Sequence[str]] = None,
180
157
  os_family: Optional[str] = None,
181
158
  state: Optional[str] = None,
182
159
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLifecycleEnvironmentsResult:
@@ -197,21 +174,17 @@ def get_lifecycle_environments(arch_type: Optional[str] = None,
197
174
  display_names=lifecycle_environment_display_name,
198
175
  display_name_contains=lifecycle_environment_display_name_contains,
199
176
  lifecycle_environment_id=test_lifecycle_environment["id"],
200
- locations=lifecycle_environment_location,
201
- location_not_equal_tos=lifecycle_environment_location_not_equal_to,
202
177
  os_family=lifecycle_environment_os_family,
203
178
  state=lifecycle_environment_state)
204
179
  ```
205
180
 
206
181
 
207
182
  :param str arch_type: A filter to return only profiles that match the given archType.
208
- :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.
183
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
209
184
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
210
185
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
211
- :param str lifecycle_environment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle environment.
212
- :param Sequence[str] location_not_equal_tos: A filter to return only resources whose location does not match the given value.
213
- :param Sequence[str] locations: A filter to return only resources whose location matches the given value.
214
- :param str os_family: A filter to return only resources that match the given operating system family.
186
+ :param str lifecycle_environment_id: The OCID of the lifecycle environment.
187
+ :param str os_family: A filter to return only profiles that match the given osFamily.
215
188
  :param str state: A filter to return only the lifecycle environments that match the display name given.
216
189
  """
217
190
  __args__ = dict()
@@ -221,8 +194,6 @@ def get_lifecycle_environments(arch_type: Optional[str] = None,
221
194
  __args__['displayNames'] = display_names
222
195
  __args__['filters'] = filters
223
196
  __args__['lifecycleEnvironmentId'] = lifecycle_environment_id
224
- __args__['locationNotEqualTos'] = location_not_equal_tos
225
- __args__['locations'] = locations
226
197
  __args__['osFamily'] = os_family
227
198
  __args__['state'] = state
228
199
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -237,8 +208,6 @@ def get_lifecycle_environments(arch_type: Optional[str] = None,
237
208
  id=pulumi.get(__ret__, 'id'),
238
209
  lifecycle_environment_collections=pulumi.get(__ret__, 'lifecycle_environment_collections'),
239
210
  lifecycle_environment_id=pulumi.get(__ret__, 'lifecycle_environment_id'),
240
- location_not_equal_tos=pulumi.get(__ret__, 'location_not_equal_tos'),
241
- locations=pulumi.get(__ret__, 'locations'),
242
211
  os_family=pulumi.get(__ret__, 'os_family'),
243
212
  state=pulumi.get(__ret__, 'state'))
244
213
 
@@ -250,8 +219,6 @@ def get_lifecycle_environments_output(arch_type: Optional[pulumi.Input[Optional[
250
219
  display_names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
251
220
  filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetLifecycleEnvironmentsFilterArgs']]]]] = None,
252
221
  lifecycle_environment_id: Optional[pulumi.Input[Optional[str]]] = None,
253
- location_not_equal_tos: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
254
- locations: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
255
222
  os_family: Optional[pulumi.Input[Optional[str]]] = None,
256
223
  state: Optional[pulumi.Input[Optional[str]]] = None,
257
224
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetLifecycleEnvironmentsResult]:
@@ -272,21 +239,17 @@ def get_lifecycle_environments_output(arch_type: Optional[pulumi.Input[Optional[
272
239
  display_names=lifecycle_environment_display_name,
273
240
  display_name_contains=lifecycle_environment_display_name_contains,
274
241
  lifecycle_environment_id=test_lifecycle_environment["id"],
275
- locations=lifecycle_environment_location,
276
- location_not_equal_tos=lifecycle_environment_location_not_equal_to,
277
242
  os_family=lifecycle_environment_os_family,
278
243
  state=lifecycle_environment_state)
279
244
  ```
280
245
 
281
246
 
282
247
  :param str arch_type: A filter to return only profiles that match the given archType.
283
- :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.
248
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
284
249
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
285
250
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
286
- :param str lifecycle_environment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle environment.
287
- :param Sequence[str] location_not_equal_tos: A filter to return only resources whose location does not match the given value.
288
- :param Sequence[str] locations: A filter to return only resources whose location matches the given value.
289
- :param str os_family: A filter to return only resources that match the given operating system family.
251
+ :param str lifecycle_environment_id: The OCID of the lifecycle environment.
252
+ :param str os_family: A filter to return only profiles that match the given osFamily.
290
253
  :param str state: A filter to return only the lifecycle environments that match the display name given.
291
254
  """
292
255
  ...
@@ -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, 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):
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):
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,9 +47,6 @@ 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)
53
50
  if managed_instance_ids and not isinstance(managed_instance_ids, list):
54
51
  raise TypeError("Expected argument 'managed_instance_ids' to be a list")
55
52
  pulumi.set(__self__, "managed_instance_ids", managed_instance_ids)
@@ -82,7 +79,7 @@ class GetLifecycleStageResult:
82
79
  @pulumi.getter(name="archType")
83
80
  def arch_type(self) -> str:
84
81
  """
85
- The CPU architecture of the managed instances in the lifecycle stage.
82
+ The CPU architecture of the target instances.
86
83
  """
87
84
  return pulumi.get(self, "arch_type")
88
85
 
@@ -90,7 +87,7 @@ class GetLifecycleStageResult:
90
87
  @pulumi.getter(name="compartmentId")
91
88
  def compartment_id(self) -> str:
92
89
  """
93
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
90
+ The OCID of the tenancy containing the lifecycle stage.
94
91
  """
95
92
  return pulumi.get(self, "compartment_id")
96
93
 
@@ -130,7 +127,7 @@ class GetLifecycleStageResult:
130
127
  @pulumi.getter(name="lifecycleEnvironmentId")
131
128
  def lifecycle_environment_id(self) -> str:
132
129
  """
133
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle environment that contains the lifecycle stage.
130
+ The OCID of the lifecycle environment for the lifecycle stage.
134
131
  """
135
132
  return pulumi.get(self, "lifecycle_environment_id")
136
133
 
@@ -139,19 +136,11 @@ class GetLifecycleStageResult:
139
136
  def lifecycle_stage_id(self) -> str:
140
137
  return pulumi.get(self, "lifecycle_stage_id")
141
138
 
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
-
150
139
  @property
151
140
  @pulumi.getter(name="managedInstanceIds")
152
141
  def managed_instance_ids(self) -> Sequence['outputs.GetLifecycleStageManagedInstanceIdResult']:
153
142
  """
154
- The list of managed instances associated with the lifecycle stage.
143
+ The list of managed instances specified lifecycle stage.
155
144
  """
156
145
  return pulumi.get(self, "managed_instance_ids")
157
146
 
@@ -159,7 +148,7 @@ class GetLifecycleStageResult:
159
148
  @pulumi.getter(name="osFamily")
160
149
  def os_family(self) -> str:
161
150
  """
162
- The operating system of the managed instances in the lifecycle stage.
151
+ The operating system type of the target instances.
163
152
  """
164
153
  return pulumi.get(self, "os_family")
165
154
 
@@ -167,7 +156,7 @@ class GetLifecycleStageResult:
167
156
  @pulumi.getter
168
157
  def rank(self) -> int:
169
158
  """
170
- User-specified rank for the lifecycle stage. Rank determines the hierarchy of the lifecycle stages within the lifecycle environment.
159
+ User specified rank for the lifecycle stage. Rank determines the hierarchy of the lifecycle stages for a given lifecycle environment.
171
160
  """
172
161
  return pulumi.get(self, "rank")
173
162
 
@@ -175,7 +164,7 @@ class GetLifecycleStageResult:
175
164
  @pulumi.getter(name="softwareSourceIds")
176
165
  def software_source_ids(self) -> Sequence['outputs.GetLifecycleStageSoftwareSourceIdResult']:
177
166
  """
178
- Provides identifying information for the specified software source.
167
+ Identifying information for the specified software source.
179
168
  """
180
169
  return pulumi.get(self, "software_source_ids")
181
170
 
@@ -199,7 +188,7 @@ class GetLifecycleStageResult:
199
188
  @pulumi.getter(name="timeCreated")
200
189
  def time_created(self) -> str:
201
190
  """
202
- The time the lifecycle stage was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
191
+ The time the lifecycle stage was created. An RFC3339 formatted datetime string.
203
192
  """
204
193
  return pulumi.get(self, "time_created")
205
194
 
@@ -207,7 +196,7 @@ class GetLifecycleStageResult:
207
196
  @pulumi.getter(name="timeModified")
208
197
  def time_modified(self) -> str:
209
198
  """
210
- The time the lifecycle stage was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
199
+ The time the lifecycle stage was last modified. An RFC3339 formatted datetime string.
211
200
  """
212
201
  return pulumi.get(self, "time_modified")
213
202
 
@@ -215,7 +204,7 @@ class GetLifecycleStageResult:
215
204
  @pulumi.getter(name="vendorName")
216
205
  def vendor_name(self) -> str:
217
206
  """
218
- The vendor of the operating system used by the managed instances in the lifecycle stage.
207
+ The software source vendor name.
219
208
  """
220
209
  return pulumi.get(self, "vendor_name")
221
210
 
@@ -234,7 +223,6 @@ class AwaitableGetLifecycleStageResult(GetLifecycleStageResult):
234
223
  id=self.id,
235
224
  lifecycle_environment_id=self.lifecycle_environment_id,
236
225
  lifecycle_stage_id=self.lifecycle_stage_id,
237
- location=self.location,
238
226
  managed_instance_ids=self.managed_instance_ids,
239
227
  os_family=self.os_family,
240
228
  rank=self.rank,
@@ -251,7 +239,7 @@ def get_lifecycle_stage(lifecycle_stage_id: Optional[str] = None,
251
239
  """
252
240
  This data source provides details about a specific Lifecycle Stage resource in Oracle Cloud Infrastructure Os Management Hub service.
253
241
 
254
- Returns information about the specified lifecycle stage.
242
+ Gets information about the specified lifecycle stage.
255
243
 
256
244
  ## Example Usage
257
245
 
@@ -263,7 +251,7 @@ def get_lifecycle_stage(lifecycle_stage_id: Optional[str] = None,
263
251
  ```
264
252
 
265
253
 
266
- :param str lifecycle_stage_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle stage.
254
+ :param str lifecycle_stage_id: The OCID of the lifecycle stage.
267
255
  """
268
256
  __args__ = dict()
269
257
  __args__['lifecycleStageId'] = lifecycle_stage_id
@@ -279,7 +267,6 @@ def get_lifecycle_stage(lifecycle_stage_id: Optional[str] = None,
279
267
  id=pulumi.get(__ret__, 'id'),
280
268
  lifecycle_environment_id=pulumi.get(__ret__, 'lifecycle_environment_id'),
281
269
  lifecycle_stage_id=pulumi.get(__ret__, 'lifecycle_stage_id'),
282
- location=pulumi.get(__ret__, 'location'),
283
270
  managed_instance_ids=pulumi.get(__ret__, 'managed_instance_ids'),
284
271
  os_family=pulumi.get(__ret__, 'os_family'),
285
272
  rank=pulumi.get(__ret__, 'rank'),
@@ -297,7 +284,7 @@ def get_lifecycle_stage_output(lifecycle_stage_id: Optional[pulumi.Input[str]] =
297
284
  """
298
285
  This data source provides details about a specific Lifecycle Stage resource in Oracle Cloud Infrastructure Os Management Hub service.
299
286
 
300
- Returns information about the specified lifecycle stage.
287
+ Gets information about the specified lifecycle stage.
301
288
 
302
289
  ## Example Usage
303
290
 
@@ -309,6 +296,6 @@ def get_lifecycle_stage_output(lifecycle_stage_id: Optional[pulumi.Input[str]] =
309
296
  ```
310
297
 
311
298
 
312
- :param str lifecycle_stage_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the lifecycle stage.
299
+ :param str lifecycle_stage_id: The OCID of the lifecycle stage.
313
300
  """
314
301
  ...