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 GetManagedInstanceGroupsResult:
23
23
  """
24
24
  A collection of values returned by getManagedInstanceGroups.
25
25
  """
26
- def __init__(__self__, arch_type=None, compartment_id=None, display_name_contains=None, display_names=None, filters=None, id=None, is_managed_by_autonomous_linux=None, location_not_equal_tos=None, locations=None, managed_instance_group_collections=None, managed_instance_group_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, managed_instance_group_collections=None, managed_instance_group_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)
@@ -42,15 +42,6 @@ class GetManagedInstanceGroupsResult:
42
42
  if id and not isinstance(id, str):
43
43
  raise TypeError("Expected argument 'id' to be a str")
44
44
  pulumi.set(__self__, "id", id)
45
- if is_managed_by_autonomous_linux and not isinstance(is_managed_by_autonomous_linux, bool):
46
- raise TypeError("Expected argument 'is_managed_by_autonomous_linux' to be a bool")
47
- pulumi.set(__self__, "is_managed_by_autonomous_linux", is_managed_by_autonomous_linux)
48
- if location_not_equal_tos and not isinstance(location_not_equal_tos, list):
49
- raise TypeError("Expected argument 'location_not_equal_tos' to be a list")
50
- pulumi.set(__self__, "location_not_equal_tos", location_not_equal_tos)
51
- if locations and not isinstance(locations, list):
52
- raise TypeError("Expected argument 'locations' to be a list")
53
- pulumi.set(__self__, "locations", locations)
54
45
  if managed_instance_group_collections and not isinstance(managed_instance_group_collections, list):
55
46
  raise TypeError("Expected argument 'managed_instance_group_collections' to be a list")
56
47
  pulumi.set(__self__, "managed_instance_group_collections", managed_instance_group_collections)
@@ -79,7 +70,7 @@ class GetManagedInstanceGroupsResult:
79
70
  @pulumi.getter(name="compartmentId")
80
71
  def compartment_id(self) -> Optional[str]:
81
72
  """
82
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance group.
73
+ The OCID of the tenancy containing the managed instance group.
83
74
  """
84
75
  return pulumi.get(self, "compartment_id")
85
76
 
@@ -109,27 +100,6 @@ class GetManagedInstanceGroupsResult:
109
100
  """
110
101
  return pulumi.get(self, "id")
111
102
 
112
- @property
113
- @pulumi.getter(name="isManagedByAutonomousLinux")
114
- def is_managed_by_autonomous_linux(self) -> Optional[bool]:
115
- """
116
- Indicates whether the Autonomous Linux service manages the group.
117
- """
118
- return pulumi.get(self, "is_managed_by_autonomous_linux")
119
-
120
- @property
121
- @pulumi.getter(name="locationNotEqualTos")
122
- def location_not_equal_tos(self) -> Optional[Sequence[str]]:
123
- return pulumi.get(self, "location_not_equal_tos")
124
-
125
- @property
126
- @pulumi.getter
127
- def locations(self) -> Optional[Sequence[str]]:
128
- """
129
- The location of managed instances attached to the group.
130
- """
131
- return pulumi.get(self, "locations")
132
-
133
103
  @property
134
104
  @pulumi.getter(name="managedInstanceGroupCollections")
135
105
  def managed_instance_group_collections(self) -> Sequence['outputs.GetManagedInstanceGroupsManagedInstanceGroupCollectionResult']:
@@ -177,9 +147,6 @@ class AwaitableGetManagedInstanceGroupsResult(GetManagedInstanceGroupsResult):
177
147
  display_names=self.display_names,
178
148
  filters=self.filters,
179
149
  id=self.id,
180
- is_managed_by_autonomous_linux=self.is_managed_by_autonomous_linux,
181
- location_not_equal_tos=self.location_not_equal_tos,
182
- locations=self.locations,
183
150
  managed_instance_group_collections=self.managed_instance_group_collections,
184
151
  managed_instance_group_id=self.managed_instance_group_id,
185
152
  os_family=self.os_family,
@@ -192,9 +159,6 @@ def get_managed_instance_groups(arch_type: Optional[str] = None,
192
159
  display_name_contains: Optional[str] = None,
193
160
  display_names: Optional[Sequence[str]] = None,
194
161
  filters: Optional[Sequence[pulumi.InputType['GetManagedInstanceGroupsFilterArgs']]] = None,
195
- is_managed_by_autonomous_linux: Optional[bool] = None,
196
- location_not_equal_tos: Optional[Sequence[str]] = None,
197
- locations: Optional[Sequence[str]] = None,
198
162
  managed_instance_group_id: Optional[str] = None,
199
163
  os_family: Optional[str] = None,
200
164
  software_source_id: Optional[str] = None,
@@ -203,7 +167,8 @@ def get_managed_instance_groups(arch_type: Optional[str] = None,
203
167
  """
204
168
  This data source provides the list of Managed Instance Groups in Oracle Cloud Infrastructure Os Management Hub service.
205
169
 
206
- Lists managed instance groups that match the specified compartment or managed instance group [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Filter the list against a variety of criteria including but not limited to name, status, architecture, and OS family.
170
+ Lists managed instance groups that match the specified compartment or managed instance group OCID. Filter the
171
+ list against a variety of criteria including but not limited to its name, status, architecture, and OS family.
207
172
 
208
173
  ## Example Usage
209
174
 
@@ -215,9 +180,6 @@ def get_managed_instance_groups(arch_type: Optional[str] = None,
215
180
  compartment_id=compartment_id,
216
181
  display_names=managed_instance_group_display_name,
217
182
  display_name_contains=managed_instance_group_display_name_contains,
218
- is_managed_by_autonomous_linux=managed_instance_group_is_managed_by_autonomous_linux,
219
- locations=managed_instance_group_location,
220
- location_not_equal_tos=managed_instance_group_location_not_equal_to,
221
183
  managed_instance_group_id=test_managed_instance_group["id"],
222
184
  os_family=managed_instance_group_os_family,
223
185
  software_source_id=test_software_source["id"],
@@ -226,16 +188,13 @@ def get_managed_instance_groups(arch_type: Optional[str] = None,
226
188
 
227
189
 
228
190
  :param str arch_type: A filter to return only profiles that match the given archType.
229
- :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.
191
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
230
192
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
231
193
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
232
- :param bool is_managed_by_autonomous_linux: Indicates whether to list only resources managed by the Autonomous Linux service.
233
- :param Sequence[str] location_not_equal_tos: A filter to return only resources whose location does not match the given value.
234
- :param Sequence[str] locations: A filter to return only resources whose location matches the given value.
235
- :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group. This filter returns resources associated with this group.
236
- :param str os_family: A filter to return only resources that match the given operating system family.
237
- :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.
238
- :param str state: A filter to return only managed instance groups that are in the specified state.
194
+ :param str managed_instance_group_id: The OCID of the managed instance group for which to list resources.
195
+ :param str os_family: A filter to return only profiles that match the given osFamily.
196
+ :param str software_source_id: The OCID for the software source.
197
+ :param str state: A filter to return only resources their lifecycle state matches the given lifecycle state.
239
198
  """
240
199
  __args__ = dict()
241
200
  __args__['archType'] = arch_type
@@ -243,9 +202,6 @@ def get_managed_instance_groups(arch_type: Optional[str] = None,
243
202
  __args__['displayNameContains'] = display_name_contains
244
203
  __args__['displayNames'] = display_names
245
204
  __args__['filters'] = filters
246
- __args__['isManagedByAutonomousLinux'] = is_managed_by_autonomous_linux
247
- __args__['locationNotEqualTos'] = location_not_equal_tos
248
- __args__['locations'] = locations
249
205
  __args__['managedInstanceGroupId'] = managed_instance_group_id
250
206
  __args__['osFamily'] = os_family
251
207
  __args__['softwareSourceId'] = software_source_id
@@ -260,9 +216,6 @@ def get_managed_instance_groups(arch_type: Optional[str] = None,
260
216
  display_names=pulumi.get(__ret__, 'display_names'),
261
217
  filters=pulumi.get(__ret__, 'filters'),
262
218
  id=pulumi.get(__ret__, 'id'),
263
- is_managed_by_autonomous_linux=pulumi.get(__ret__, 'is_managed_by_autonomous_linux'),
264
- location_not_equal_tos=pulumi.get(__ret__, 'location_not_equal_tos'),
265
- locations=pulumi.get(__ret__, 'locations'),
266
219
  managed_instance_group_collections=pulumi.get(__ret__, 'managed_instance_group_collections'),
267
220
  managed_instance_group_id=pulumi.get(__ret__, 'managed_instance_group_id'),
268
221
  os_family=pulumi.get(__ret__, 'os_family'),
@@ -276,9 +229,6 @@ def get_managed_instance_groups_output(arch_type: Optional[pulumi.Input[Optional
276
229
  display_name_contains: Optional[pulumi.Input[Optional[str]]] = None,
277
230
  display_names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
278
231
  filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetManagedInstanceGroupsFilterArgs']]]]] = None,
279
- is_managed_by_autonomous_linux: Optional[pulumi.Input[Optional[bool]]] = None,
280
- location_not_equal_tos: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
281
- locations: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
282
232
  managed_instance_group_id: Optional[pulumi.Input[Optional[str]]] = None,
283
233
  os_family: Optional[pulumi.Input[Optional[str]]] = None,
284
234
  software_source_id: Optional[pulumi.Input[Optional[str]]] = None,
@@ -287,7 +237,8 @@ def get_managed_instance_groups_output(arch_type: Optional[pulumi.Input[Optional
287
237
  """
288
238
  This data source provides the list of Managed Instance Groups in Oracle Cloud Infrastructure Os Management Hub service.
289
239
 
290
- Lists managed instance groups that match the specified compartment or managed instance group [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Filter the list against a variety of criteria including but not limited to name, status, architecture, and OS family.
240
+ Lists managed instance groups that match the specified compartment or managed instance group OCID. Filter the
241
+ list against a variety of criteria including but not limited to its name, status, architecture, and OS family.
291
242
 
292
243
  ## Example Usage
293
244
 
@@ -299,9 +250,6 @@ def get_managed_instance_groups_output(arch_type: Optional[pulumi.Input[Optional
299
250
  compartment_id=compartment_id,
300
251
  display_names=managed_instance_group_display_name,
301
252
  display_name_contains=managed_instance_group_display_name_contains,
302
- is_managed_by_autonomous_linux=managed_instance_group_is_managed_by_autonomous_linux,
303
- locations=managed_instance_group_location,
304
- location_not_equal_tos=managed_instance_group_location_not_equal_to,
305
253
  managed_instance_group_id=test_managed_instance_group["id"],
306
254
  os_family=managed_instance_group_os_family,
307
255
  software_source_id=test_software_source["id"],
@@ -310,15 +258,12 @@ def get_managed_instance_groups_output(arch_type: Optional[pulumi.Input[Optional
310
258
 
311
259
 
312
260
  :param str arch_type: A filter to return only profiles that match the given archType.
313
- :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.
261
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
314
262
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
315
263
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
316
- :param bool is_managed_by_autonomous_linux: Indicates whether to list only resources managed by the Autonomous Linux service.
317
- :param Sequence[str] location_not_equal_tos: A filter to return only resources whose location does not match the given value.
318
- :param Sequence[str] locations: A filter to return only resources whose location matches the given value.
319
- :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group. This filter returns resources associated with this group.
320
- :param str os_family: A filter to return only resources that match the given operating system family.
321
- :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.
322
- :param str state: A filter to return only managed instance groups that are in the specified state.
264
+ :param str managed_instance_group_id: The OCID of the managed instance group for which to list resources.
265
+ :param str os_family: A filter to return only profiles that match the given osFamily.
266
+ :param str software_source_id: The OCID for the software source.
267
+ :param str state: A filter to return only resources their lifecycle state matches the given lifecycle state.
323
268
  """
324
269
  ...
@@ -22,7 +22,7 @@ class GetManagementStationResult:
22
22
  """
23
23
  A collection of values returned by getManagementStation.
24
24
  """
25
- def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, healths=None, hostname=None, id=None, managed_instance_id=None, management_station_id=None, mirror_capacity=None, mirror_sync_statuses=None, mirrors=None, overall_percentage=None, overall_state=None, profile_id=None, proxies=None, refresh_trigger=None, scheduled_job_id=None, state=None, system_tags=None, total_mirrors=None):
25
+ def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, hostname=None, id=None, managed_instance_id=None, management_station_id=None, mirror_capacity=None, mirror_sync_statuses=None, mirrors=None, overall_percentage=None, overall_state=None, profile_id=None, proxies=None, scheduled_job_id=None, state=None, system_tags=None, total_mirrors=None):
26
26
  if compartment_id and not isinstance(compartment_id, str):
27
27
  raise TypeError("Expected argument 'compartment_id' to be a str")
28
28
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -38,9 +38,6 @@ class GetManagementStationResult:
38
38
  if freeform_tags and not isinstance(freeform_tags, dict):
39
39
  raise TypeError("Expected argument 'freeform_tags' to be a dict")
40
40
  pulumi.set(__self__, "freeform_tags", freeform_tags)
41
- if healths and not isinstance(healths, list):
42
- raise TypeError("Expected argument 'healths' to be a list")
43
- pulumi.set(__self__, "healths", healths)
44
41
  if hostname and not isinstance(hostname, str):
45
42
  raise TypeError("Expected argument 'hostname' to be a str")
46
43
  pulumi.set(__self__, "hostname", hostname)
@@ -74,9 +71,6 @@ class GetManagementStationResult:
74
71
  if proxies and not isinstance(proxies, list):
75
72
  raise TypeError("Expected argument 'proxies' to be a list")
76
73
  pulumi.set(__self__, "proxies", proxies)
77
- if refresh_trigger and not isinstance(refresh_trigger, int):
78
- raise TypeError("Expected argument 'refresh_trigger' to be a int")
79
- pulumi.set(__self__, "refresh_trigger", refresh_trigger)
80
74
  if scheduled_job_id and not isinstance(scheduled_job_id, str):
81
75
  raise TypeError("Expected argument 'scheduled_job_id' to be a str")
82
76
  pulumi.set(__self__, "scheduled_job_id", scheduled_job_id)
@@ -94,7 +88,7 @@ class GetManagementStationResult:
94
88
  @pulumi.getter(name="compartmentId")
95
89
  def compartment_id(self) -> str:
96
90
  """
97
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the management station.
91
+ The OCID of the tenancy containing the Management Station.
98
92
  """
99
93
  return pulumi.get(self, "compartment_id")
100
94
 
@@ -110,7 +104,7 @@ class GetManagementStationResult:
110
104
  @pulumi.getter
111
105
  def description(self) -> str:
112
106
  """
113
- Explanation of the health status.
107
+ Details describing the ManagementStation config.
114
108
  """
115
109
  return pulumi.get(self, "description")
116
110
 
@@ -118,7 +112,7 @@ class GetManagementStationResult:
118
112
  @pulumi.getter(name="displayName")
119
113
  def display_name(self) -> str:
120
114
  """
121
- A user-friendly name for the management station.
115
+ ManagementStation name
122
116
  """
123
117
  return pulumi.get(self, "display_name")
124
118
 
@@ -130,19 +124,11 @@ class GetManagementStationResult:
130
124
  """
131
125
  return pulumi.get(self, "freeform_tags")
132
126
 
133
- @property
134
- @pulumi.getter
135
- def healths(self) -> Sequence['outputs.GetManagementStationHealthResult']:
136
- """
137
- Overall health information of the management station.
138
- """
139
- return pulumi.get(self, "healths")
140
-
141
127
  @property
142
128
  @pulumi.getter
143
129
  def hostname(self) -> str:
144
130
  """
145
- Hostname of the management station.
131
+ Name of the host
146
132
  """
147
133
  return pulumi.get(self, "hostname")
148
134
 
@@ -150,7 +136,7 @@ class GetManagementStationResult:
150
136
  @pulumi.getter
151
137
  def id(self) -> str:
152
138
  """
153
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
139
+ OCID for the ManagementStation config
154
140
  """
155
141
  return pulumi.get(self, "id")
156
142
 
@@ -158,7 +144,7 @@ class GetManagementStationResult:
158
144
  @pulumi.getter(name="managedInstanceId")
159
145
  def managed_instance_id(self) -> str:
160
146
  """
161
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance that is acting as the management station.
147
+ OCID for the Instance associated with the Management Station.
162
148
  """
163
149
  return pulumi.get(self, "managed_instance_id")
164
150
 
@@ -171,7 +157,7 @@ class GetManagementStationResult:
171
157
  @pulumi.getter(name="mirrorCapacity")
172
158
  def mirror_capacity(self) -> int:
173
159
  """
174
- A decimal number representing the amount of mirror capacity used by the sync.
160
+ A decimal number representing the mirror capacity
175
161
  """
176
162
  return pulumi.get(self, "mirror_capacity")
177
163
 
@@ -179,7 +165,7 @@ class GetManagementStationResult:
179
165
  @pulumi.getter(name="mirrorSyncStatuses")
180
166
  def mirror_sync_statuses(self) -> Sequence['outputs.GetManagementStationMirrorSyncStatusResult']:
181
167
  """
182
- Status summary of the mirror sync.
168
+ Status summary of all repos
183
169
  """
184
170
  return pulumi.get(self, "mirror_sync_statuses")
185
171
 
@@ -187,7 +173,7 @@ class GetManagementStationResult:
187
173
  @pulumi.getter
188
174
  def mirrors(self) -> Sequence['outputs.GetManagementStationMirrorResult']:
189
175
  """
190
- Mirror information used for the management station configuration.
176
+ Information for a mirror configuration
191
177
  """
192
178
  return pulumi.get(self, "mirrors")
193
179
 
@@ -195,7 +181,7 @@ class GetManagementStationResult:
195
181
  @pulumi.getter(name="overallPercentage")
196
182
  def overall_percentage(self) -> int:
197
183
  """
198
- A decimal number representing the progress of the current mirror sync.
184
+ A decimal number representing the completeness percentage
199
185
  """
200
186
  return pulumi.get(self, "overall_percentage")
201
187
 
@@ -203,7 +189,7 @@ class GetManagementStationResult:
203
189
  @pulumi.getter(name="overallState")
204
190
  def overall_state(self) -> str:
205
191
  """
206
- Current state of the mirror sync for the management station.
192
+ Current state of the mirroring
207
193
  """
208
194
  return pulumi.get(self, "overall_state")
209
195
 
@@ -211,7 +197,7 @@ class GetManagementStationResult:
211
197
  @pulumi.getter(name="profileId")
212
198
  def profile_id(self) -> str:
213
199
  """
214
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile used for the management station.
200
+ OCID of the Profile associated with the Station
215
201
  """
216
202
  return pulumi.get(self, "profile_id")
217
203
 
@@ -219,20 +205,15 @@ class GetManagementStationResult:
219
205
  @pulumi.getter
220
206
  def proxies(self) -> Sequence['outputs.GetManagementStationProxyResult']:
221
207
  """
222
- Proxy information used for the management station configuration.
208
+ Information for a proxy configuration
223
209
  """
224
210
  return pulumi.get(self, "proxies")
225
211
 
226
- @property
227
- @pulumi.getter(name="refreshTrigger")
228
- def refresh_trigger(self) -> int:
229
- return pulumi.get(self, "refresh_trigger")
230
-
231
212
  @property
232
213
  @pulumi.getter(name="scheduledJobId")
233
214
  def scheduled_job_id(self) -> str:
234
215
  """
235
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the scheduled job for the mirror sync.
216
+ OCID of the Scheduled Job for mirror sync
236
217
  """
237
218
  return pulumi.get(self, "scheduled_job_id")
238
219
 
@@ -240,7 +221,7 @@ class GetManagementStationResult:
240
221
  @pulumi.getter
241
222
  def state(self) -> str:
242
223
  """
243
- The current state of the management station.
224
+ The current state of the Management Station config.
244
225
  """
245
226
  return pulumi.get(self, "state")
246
227
 
@@ -256,7 +237,7 @@ class GetManagementStationResult:
256
237
  @pulumi.getter(name="totalMirrors")
257
238
  def total_mirrors(self) -> int:
258
239
  """
259
- The number of software sources that the station is mirroring.
240
+ A decimal number representing the total of repos
260
241
  """
261
242
  return pulumi.get(self, "total_mirrors")
262
243
 
@@ -272,7 +253,6 @@ class AwaitableGetManagementStationResult(GetManagementStationResult):
272
253
  description=self.description,
273
254
  display_name=self.display_name,
274
255
  freeform_tags=self.freeform_tags,
275
- healths=self.healths,
276
256
  hostname=self.hostname,
277
257
  id=self.id,
278
258
  managed_instance_id=self.managed_instance_id,
@@ -284,7 +264,6 @@ class AwaitableGetManagementStationResult(GetManagementStationResult):
284
264
  overall_state=self.overall_state,
285
265
  profile_id=self.profile_id,
286
266
  proxies=self.proxies,
287
- refresh_trigger=self.refresh_trigger,
288
267
  scheduled_job_id=self.scheduled_job_id,
289
268
  state=self.state,
290
269
  system_tags=self.system_tags,
@@ -308,7 +287,7 @@ def get_management_station(management_station_id: Optional[str] = None,
308
287
  ```
309
288
 
310
289
 
311
- :param str management_station_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
290
+ :param str management_station_id: The OCID of the management station.
312
291
  """
313
292
  __args__ = dict()
314
293
  __args__['managementStationId'] = management_station_id
@@ -321,7 +300,6 @@ def get_management_station(management_station_id: Optional[str] = None,
321
300
  description=pulumi.get(__ret__, 'description'),
322
301
  display_name=pulumi.get(__ret__, 'display_name'),
323
302
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
324
- healths=pulumi.get(__ret__, 'healths'),
325
303
  hostname=pulumi.get(__ret__, 'hostname'),
326
304
  id=pulumi.get(__ret__, 'id'),
327
305
  managed_instance_id=pulumi.get(__ret__, 'managed_instance_id'),
@@ -333,7 +311,6 @@ def get_management_station(management_station_id: Optional[str] = None,
333
311
  overall_state=pulumi.get(__ret__, 'overall_state'),
334
312
  profile_id=pulumi.get(__ret__, 'profile_id'),
335
313
  proxies=pulumi.get(__ret__, 'proxies'),
336
- refresh_trigger=pulumi.get(__ret__, 'refresh_trigger'),
337
314
  scheduled_job_id=pulumi.get(__ret__, 'scheduled_job_id'),
338
315
  state=pulumi.get(__ret__, 'state'),
339
316
  system_tags=pulumi.get(__ret__, 'system_tags'),
@@ -358,6 +335,6 @@ def get_management_station_output(management_station_id: Optional[pulumi.Input[s
358
335
  ```
359
336
 
360
337
 
361
- :param str management_station_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
338
+ :param str management_station_id: The OCID of the management station.
362
339
  """
363
340
  ...
@@ -130,9 +130,9 @@ def get_management_station_mirrors(display_name: Optional[str] = None,
130
130
  ```
131
131
 
132
132
 
133
- :param str display_name: A filter to return resources that match the given user-friendly name.
133
+ :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
134
134
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
135
- :param str management_station_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
135
+ :param str management_station_id: The OCID of the management station.
136
136
  :param Sequence[str] mirror_states: List of Mirror state to filter by
137
137
  """
138
138
  __args__ = dict()
@@ -179,9 +179,9 @@ def get_management_station_mirrors_output(display_name: Optional[pulumi.Input[Op
179
179
  ```
180
180
 
181
181
 
182
- :param str display_name: A filter to return resources that match the given user-friendly name.
182
+ :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
183
183
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
184
- :param str management_station_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
184
+ :param str management_station_id: The OCID of the management station.
185
185
  :param Sequence[str] mirror_states: List of Mirror state to filter by
186
186
  """
187
187
  ...
@@ -53,7 +53,7 @@ class GetManagementStationsResult:
53
53
  @pulumi.getter(name="compartmentId")
54
54
  def compartment_id(self) -> Optional[str]:
55
55
  """
56
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the management station.
56
+ The OCID of the tenancy containing the Management Station.
57
57
  """
58
58
  return pulumi.get(self, "compartment_id")
59
59
 
@@ -61,7 +61,7 @@ class GetManagementStationsResult:
61
61
  @pulumi.getter(name="displayName")
62
62
  def display_name(self) -> Optional[str]:
63
63
  """
64
- A user-friendly name for the management station.
64
+ ManagementStation name
65
65
  """
66
66
  return pulumi.get(self, "display_name")
67
67
 
@@ -79,7 +79,7 @@ class GetManagementStationsResult:
79
79
  @pulumi.getter
80
80
  def id(self) -> Optional[str]:
81
81
  """
82
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
82
+ OCID for the ManagementStation config
83
83
  """
84
84
  return pulumi.get(self, "id")
85
85
 
@@ -87,7 +87,7 @@ class GetManagementStationsResult:
87
87
  @pulumi.getter(name="managedInstanceId")
88
88
  def managed_instance_id(self) -> Optional[str]:
89
89
  """
90
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance that is acting as the management station.
90
+ OCID for the Instance associated with the Management Station.
91
91
  """
92
92
  return pulumi.get(self, "managed_instance_id")
93
93
 
@@ -103,7 +103,7 @@ class GetManagementStationsResult:
103
103
  @pulumi.getter
104
104
  def state(self) -> Optional[str]:
105
105
  """
106
- The current state of the management station.
106
+ The current state of the Management Station config.
107
107
  """
108
108
  return pulumi.get(self, "state")
109
109
 
@@ -152,12 +152,12 @@ def get_management_stations(compartment_id: Optional[str] = None,
152
152
  ```
153
153
 
154
154
 
155
- :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.
156
- :param str display_name: A filter to return resources that match the given user-friendly name.
155
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
156
+ :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
157
157
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
158
- :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station. A filter that returns information about the specified management station.
159
- :param str managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance. This filter returns resources associated with this managed instance.
160
- :param str state: A filter that returns information for management stations in the specified state.
158
+ :param str id: The OCID of the management station.
159
+ :param str managed_instance_id: The OCID of the managed instance for which to list resources.
160
+ :param str state: The current lifecycle state for the object.
161
161
  """
162
162
  __args__ = dict()
163
163
  __args__['compartmentId'] = compartment_id
@@ -210,11 +210,11 @@ def get_management_stations_output(compartment_id: Optional[pulumi.Input[Optiona
210
210
  ```
211
211
 
212
212
 
213
- :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.
214
- :param str display_name: A filter to return resources that match the given user-friendly name.
213
+ :param str compartment_id: The OCID of the compartment that contains the resources to list.
214
+ :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
215
215
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
216
- :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station. A filter that returns information about the specified management station.
217
- :param str managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance. This filter returns resources associated with this managed instance.
218
- :param str state: A filter that returns information for management stations in the specified state.
216
+ :param str id: The OCID of the management station.
217
+ :param str managed_instance_id: The OCID of the managed instance for which to list resources.
218
+ :param str state: The current lifecycle state for the object.
219
219
  """
220
220
  ...