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
@@ -20,62 +20,49 @@ class ManagedInstanceGroupArgs:
20
20
  compartment_id: pulumi.Input[str],
21
21
  display_name: pulumi.Input[str],
22
22
  os_family: pulumi.Input[str],
23
+ software_source_ids: pulumi.Input[Sequence[pulumi.Input[str]]],
23
24
  vendor_name: pulumi.Input[str],
24
- autonomous_settings: Optional[pulumi.Input['ManagedInstanceGroupAutonomousSettingsArgs']] = None,
25
25
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
26
26
  description: Optional[pulumi.Input[str]] = None,
27
27
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
28
- location: Optional[pulumi.Input[str]] = None,
29
- managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
30
- notification_topic_id: Optional[pulumi.Input[str]] = None,
31
- software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
28
+ managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
32
29
  """
33
30
  The set of arguments for constructing a ManagedInstanceGroup resource.
34
- :param pulumi.Input[str] arch_type: The CPU architecture type of the managed instances that will be attached to this group.
35
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance group.
36
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the managed instance group. Does not have to be unique and you can change the name later. Avoid entering confidential information.
37
- :param pulumi.Input[str] os_family: The operating system type of the managed instances that will be attached to this group.
38
- :param pulumi.Input[str] vendor_name: The vendor of the operating system that will be used by the managed instances in the group.
31
+ :param pulumi.Input[str] arch_type: The CPU architecture type of the managed instance(s) that this managed instance group will contain.
32
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the managed instance group.
33
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the managed instance group. Does not have to be unique, and it's changeable. Avoid entering confidential information.
34
+ :param pulumi.Input[str] os_family: The operating system type of the managed instance(s) that this managed instance group will contain.
35
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source OCIDs available to the managed instances in the managed instance group.
36
+ :param pulumi.Input[str] vendor_name: The software source vendor name.
39
37
 
40
38
 
41
39
  ** IMPORTANT **
42
40
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
43
- :param pulumi.Input['ManagedInstanceGroupAutonomousSettingsArgs'] autonomous_settings: (Updatable) Updatable settings for the Autonomous Linux service.
44
41
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
45
- :param pulumi.Input[str] description: (Updatable) User-specified description of the managed instance group. Avoid entering confidential information.
42
+ :param pulumi.Input[str] description: (Updatable) Details about the managed instance group.
46
43
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
47
- :param pulumi.Input[str] location: The location of managed instances attached to the group. If no location is provided, the default is on premises.
48
- :param pulumi.Input[Sequence[pulumi.Input[str]]] managed_instance_ids: The list of managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to be added to the group.
49
- :param pulumi.Input[str] notification_topic_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
50
- :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) available to the managed instances in the group.
44
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] managed_instance_ids: The list of managed instance OCIDs to be added to the managed instance group.
51
45
  """
52
46
  pulumi.set(__self__, "arch_type", arch_type)
53
47
  pulumi.set(__self__, "compartment_id", compartment_id)
54
48
  pulumi.set(__self__, "display_name", display_name)
55
49
  pulumi.set(__self__, "os_family", os_family)
50
+ pulumi.set(__self__, "software_source_ids", software_source_ids)
56
51
  pulumi.set(__self__, "vendor_name", vendor_name)
57
- if autonomous_settings is not None:
58
- pulumi.set(__self__, "autonomous_settings", autonomous_settings)
59
52
  if defined_tags is not None:
60
53
  pulumi.set(__self__, "defined_tags", defined_tags)
61
54
  if description is not None:
62
55
  pulumi.set(__self__, "description", description)
63
56
  if freeform_tags is not None:
64
57
  pulumi.set(__self__, "freeform_tags", freeform_tags)
65
- if location is not None:
66
- pulumi.set(__self__, "location", location)
67
58
  if managed_instance_ids is not None:
68
59
  pulumi.set(__self__, "managed_instance_ids", managed_instance_ids)
69
- if notification_topic_id is not None:
70
- pulumi.set(__self__, "notification_topic_id", notification_topic_id)
71
- if software_source_ids is not None:
72
- pulumi.set(__self__, "software_source_ids", software_source_ids)
73
60
 
74
61
  @property
75
62
  @pulumi.getter(name="archType")
76
63
  def arch_type(self) -> pulumi.Input[str]:
77
64
  """
78
- The CPU architecture type of the managed instances that will be attached to this group.
65
+ The CPU architecture type of the managed instance(s) that this managed instance group will contain.
79
66
  """
80
67
  return pulumi.get(self, "arch_type")
81
68
 
@@ -87,7 +74,7 @@ class ManagedInstanceGroupArgs:
87
74
  @pulumi.getter(name="compartmentId")
88
75
  def compartment_id(self) -> pulumi.Input[str]:
89
76
  """
90
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance group.
77
+ The OCID of the tenancy containing the managed instance group.
91
78
  """
92
79
  return pulumi.get(self, "compartment_id")
93
80
 
@@ -99,7 +86,7 @@ class ManagedInstanceGroupArgs:
99
86
  @pulumi.getter(name="displayName")
100
87
  def display_name(self) -> pulumi.Input[str]:
101
88
  """
102
- (Updatable) A user-friendly name for the managed instance group. Does not have to be unique and you can change the name later. Avoid entering confidential information.
89
+ (Updatable) A user-friendly name for the managed instance group. Does not have to be unique, and it's changeable. Avoid entering confidential information.
103
90
  """
104
91
  return pulumi.get(self, "display_name")
105
92
 
@@ -111,7 +98,7 @@ class ManagedInstanceGroupArgs:
111
98
  @pulumi.getter(name="osFamily")
112
99
  def os_family(self) -> pulumi.Input[str]:
113
100
  """
114
- The operating system type of the managed instances that will be attached to this group.
101
+ The operating system type of the managed instance(s) that this managed instance group will contain.
115
102
  """
116
103
  return pulumi.get(self, "os_family")
117
104
 
@@ -119,11 +106,23 @@ class ManagedInstanceGroupArgs:
119
106
  def os_family(self, value: pulumi.Input[str]):
120
107
  pulumi.set(self, "os_family", value)
121
108
 
109
+ @property
110
+ @pulumi.getter(name="softwareSourceIds")
111
+ def software_source_ids(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
112
+ """
113
+ The list of software source OCIDs available to the managed instances in the managed instance group.
114
+ """
115
+ return pulumi.get(self, "software_source_ids")
116
+
117
+ @software_source_ids.setter
118
+ def software_source_ids(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
119
+ pulumi.set(self, "software_source_ids", value)
120
+
122
121
  @property
123
122
  @pulumi.getter(name="vendorName")
124
123
  def vendor_name(self) -> pulumi.Input[str]:
125
124
  """
126
- The vendor of the operating system that will be used by the managed instances in the group.
125
+ The software source vendor name.
127
126
 
128
127
 
129
128
  ** IMPORTANT **
@@ -135,18 +134,6 @@ class ManagedInstanceGroupArgs:
135
134
  def vendor_name(self, value: pulumi.Input[str]):
136
135
  pulumi.set(self, "vendor_name", value)
137
136
 
138
- @property
139
- @pulumi.getter(name="autonomousSettings")
140
- def autonomous_settings(self) -> Optional[pulumi.Input['ManagedInstanceGroupAutonomousSettingsArgs']]:
141
- """
142
- (Updatable) Updatable settings for the Autonomous Linux service.
143
- """
144
- return pulumi.get(self, "autonomous_settings")
145
-
146
- @autonomous_settings.setter
147
- def autonomous_settings(self, value: Optional[pulumi.Input['ManagedInstanceGroupAutonomousSettingsArgs']]):
148
- pulumi.set(self, "autonomous_settings", value)
149
-
150
137
  @property
151
138
  @pulumi.getter(name="definedTags")
152
139
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
@@ -163,7 +150,7 @@ class ManagedInstanceGroupArgs:
163
150
  @pulumi.getter
164
151
  def description(self) -> Optional[pulumi.Input[str]]:
165
152
  """
166
- (Updatable) User-specified description of the managed instance group. Avoid entering confidential information.
153
+ (Updatable) Details about the managed instance group.
167
154
  """
168
155
  return pulumi.get(self, "description")
169
156
 
@@ -183,23 +170,11 @@ class ManagedInstanceGroupArgs:
183
170
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
184
171
  pulumi.set(self, "freeform_tags", value)
185
172
 
186
- @property
187
- @pulumi.getter
188
- def location(self) -> Optional[pulumi.Input[str]]:
189
- """
190
- The location of managed instances attached to the group. If no location is provided, the default is on premises.
191
- """
192
- return pulumi.get(self, "location")
193
-
194
- @location.setter
195
- def location(self, value: Optional[pulumi.Input[str]]):
196
- pulumi.set(self, "location", value)
197
-
198
173
  @property
199
174
  @pulumi.getter(name="managedInstanceIds")
200
175
  def managed_instance_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
201
176
  """
202
- The list of managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to be added to the group.
177
+ The list of managed instance OCIDs to be added to the managed instance group.
203
178
  """
204
179
  return pulumi.get(self, "managed_instance_ids")
205
180
 
@@ -207,46 +182,18 @@ class ManagedInstanceGroupArgs:
207
182
  def managed_instance_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
208
183
  pulumi.set(self, "managed_instance_ids", value)
209
184
 
210
- @property
211
- @pulumi.getter(name="notificationTopicId")
212
- def notification_topic_id(self) -> Optional[pulumi.Input[str]]:
213
- """
214
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
215
- """
216
- return pulumi.get(self, "notification_topic_id")
217
-
218
- @notification_topic_id.setter
219
- def notification_topic_id(self, value: Optional[pulumi.Input[str]]):
220
- pulumi.set(self, "notification_topic_id", value)
221
-
222
- @property
223
- @pulumi.getter(name="softwareSourceIds")
224
- def software_source_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
225
- """
226
- The list of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) available to the managed instances in the group.
227
- """
228
- return pulumi.get(self, "software_source_ids")
229
-
230
- @software_source_ids.setter
231
- def software_source_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
232
- pulumi.set(self, "software_source_ids", value)
233
-
234
185
 
235
186
  @pulumi.input_type
236
187
  class _ManagedInstanceGroupState:
237
188
  def __init__(__self__, *,
238
189
  arch_type: Optional[pulumi.Input[str]] = None,
239
- autonomous_settings: Optional[pulumi.Input['ManagedInstanceGroupAutonomousSettingsArgs']] = None,
240
190
  compartment_id: Optional[pulumi.Input[str]] = None,
241
191
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
242
192
  description: Optional[pulumi.Input[str]] = None,
243
193
  display_name: Optional[pulumi.Input[str]] = None,
244
194
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
245
- is_managed_by_autonomous_linux: Optional[pulumi.Input[bool]] = None,
246
- location: Optional[pulumi.Input[str]] = None,
247
195
  managed_instance_count: Optional[pulumi.Input[int]] = None,
248
196
  managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
249
- notification_topic_id: Optional[pulumi.Input[str]] = None,
250
197
  os_family: Optional[pulumi.Input[str]] = None,
251
198
  pending_job_count: Optional[pulumi.Input[int]] = None,
252
199
  software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -258,27 +205,23 @@ class _ManagedInstanceGroupState:
258
205
  vendor_name: Optional[pulumi.Input[str]] = None):
259
206
  """
260
207
  Input properties used for looking up and filtering ManagedInstanceGroup resources.
261
- :param pulumi.Input[str] arch_type: The CPU architecture type of the managed instances that will be attached to this group.
262
- :param pulumi.Input['ManagedInstanceGroupAutonomousSettingsArgs'] autonomous_settings: (Updatable) Updatable settings for the Autonomous Linux service.
263
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance group.
208
+ :param pulumi.Input[str] arch_type: The CPU architecture type of the managed instance(s) that this managed instance group will contain.
209
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the managed instance group.
264
210
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
265
- :param pulumi.Input[str] description: (Updatable) User-specified description of the managed instance group. Avoid entering confidential information.
266
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the managed instance group. Does not have to be unique and you can change the name later. Avoid entering confidential information.
211
+ :param pulumi.Input[str] description: (Updatable) Details about the managed instance group.
212
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the managed instance group. Does not have to be unique, and it's changeable. Avoid entering confidential information.
267
213
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
268
- :param pulumi.Input[bool] is_managed_by_autonomous_linux: Indicates whether the Autonomous Linux service manages the group.
269
- :param pulumi.Input[str] location: The location of managed instances attached to the group. If no location is provided, the default is on premises.
270
- :param pulumi.Input[int] managed_instance_count: The number of managed instances in the group.
271
- :param pulumi.Input[Sequence[pulumi.Input[str]]] managed_instance_ids: The list of managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to be added to the group.
272
- :param pulumi.Input[str] notification_topic_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
273
- :param pulumi.Input[str] os_family: The operating system type of the managed instances that will be attached to this group.
214
+ :param pulumi.Input[int] managed_instance_count: The number of Managed Instances in the managed instance group.
215
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] managed_instance_ids: The list of managed instance OCIDs to be added to the managed instance group.
216
+ :param pulumi.Input[str] os_family: The operating system type of the managed instance(s) that this managed instance group will contain.
274
217
  :param pulumi.Input[int] pending_job_count: The number of scheduled jobs pending against the managed instance group.
275
- :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) available to the managed instances in the group.
218
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source OCIDs available to the managed instances in the managed instance group.
276
219
  :param pulumi.Input[Sequence[pulumi.Input['ManagedInstanceGroupSoftwareSourceArgs']]] software_sources: The list of software sources that the managed instance group will use.
277
220
  :param pulumi.Input[str] state: The current state of the managed instance group.
278
221
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
279
- :param pulumi.Input[str] time_created: The time the managed instance group was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
280
- :param pulumi.Input[str] time_modified: The time the managed instance group was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
281
- :param pulumi.Input[str] vendor_name: The vendor of the operating system that will be used by the managed instances in the group.
222
+ :param pulumi.Input[str] time_created: The time the managed instance group was created. An RFC3339 formatted datetime string.
223
+ :param pulumi.Input[str] time_modified: The time the managed instance group was last modified. An RFC3339 formatted datetime string.
224
+ :param pulumi.Input[str] vendor_name: The software source vendor name.
282
225
 
283
226
 
284
227
  ** IMPORTANT **
@@ -286,8 +229,6 @@ class _ManagedInstanceGroupState:
286
229
  """
287
230
  if arch_type is not None:
288
231
  pulumi.set(__self__, "arch_type", arch_type)
289
- if autonomous_settings is not None:
290
- pulumi.set(__self__, "autonomous_settings", autonomous_settings)
291
232
  if compartment_id is not None:
292
233
  pulumi.set(__self__, "compartment_id", compartment_id)
293
234
  if defined_tags is not None:
@@ -298,16 +239,10 @@ class _ManagedInstanceGroupState:
298
239
  pulumi.set(__self__, "display_name", display_name)
299
240
  if freeform_tags is not None:
300
241
  pulumi.set(__self__, "freeform_tags", freeform_tags)
301
- if is_managed_by_autonomous_linux is not None:
302
- pulumi.set(__self__, "is_managed_by_autonomous_linux", is_managed_by_autonomous_linux)
303
- if location is not None:
304
- pulumi.set(__self__, "location", location)
305
242
  if managed_instance_count is not None:
306
243
  pulumi.set(__self__, "managed_instance_count", managed_instance_count)
307
244
  if managed_instance_ids is not None:
308
245
  pulumi.set(__self__, "managed_instance_ids", managed_instance_ids)
309
- if notification_topic_id is not None:
310
- pulumi.set(__self__, "notification_topic_id", notification_topic_id)
311
246
  if os_family is not None:
312
247
  pulumi.set(__self__, "os_family", os_family)
313
248
  if pending_job_count is not None:
@@ -331,7 +266,7 @@ class _ManagedInstanceGroupState:
331
266
  @pulumi.getter(name="archType")
332
267
  def arch_type(self) -> Optional[pulumi.Input[str]]:
333
268
  """
334
- The CPU architecture type of the managed instances that will be attached to this group.
269
+ The CPU architecture type of the managed instance(s) that this managed instance group will contain.
335
270
  """
336
271
  return pulumi.get(self, "arch_type")
337
272
 
@@ -339,23 +274,11 @@ class _ManagedInstanceGroupState:
339
274
  def arch_type(self, value: Optional[pulumi.Input[str]]):
340
275
  pulumi.set(self, "arch_type", value)
341
276
 
342
- @property
343
- @pulumi.getter(name="autonomousSettings")
344
- def autonomous_settings(self) -> Optional[pulumi.Input['ManagedInstanceGroupAutonomousSettingsArgs']]:
345
- """
346
- (Updatable) Updatable settings for the Autonomous Linux service.
347
- """
348
- return pulumi.get(self, "autonomous_settings")
349
-
350
- @autonomous_settings.setter
351
- def autonomous_settings(self, value: Optional[pulumi.Input['ManagedInstanceGroupAutonomousSettingsArgs']]):
352
- pulumi.set(self, "autonomous_settings", value)
353
-
354
277
  @property
355
278
  @pulumi.getter(name="compartmentId")
356
279
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
357
280
  """
358
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance group.
281
+ The OCID of the tenancy containing the managed instance group.
359
282
  """
360
283
  return pulumi.get(self, "compartment_id")
361
284
 
@@ -379,7 +302,7 @@ class _ManagedInstanceGroupState:
379
302
  @pulumi.getter
380
303
  def description(self) -> Optional[pulumi.Input[str]]:
381
304
  """
382
- (Updatable) User-specified description of the managed instance group. Avoid entering confidential information.
305
+ (Updatable) Details about the managed instance group.
383
306
  """
384
307
  return pulumi.get(self, "description")
385
308
 
@@ -391,7 +314,7 @@ class _ManagedInstanceGroupState:
391
314
  @pulumi.getter(name="displayName")
392
315
  def display_name(self) -> Optional[pulumi.Input[str]]:
393
316
  """
394
- (Updatable) A user-friendly name for the managed instance group. Does not have to be unique and you can change the name later. Avoid entering confidential information.
317
+ (Updatable) A user-friendly name for the managed instance group. Does not have to be unique, and it's changeable. Avoid entering confidential information.
395
318
  """
396
319
  return pulumi.get(self, "display_name")
397
320
 
@@ -411,35 +334,11 @@ class _ManagedInstanceGroupState:
411
334
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
412
335
  pulumi.set(self, "freeform_tags", value)
413
336
 
414
- @property
415
- @pulumi.getter(name="isManagedByAutonomousLinux")
416
- def is_managed_by_autonomous_linux(self) -> Optional[pulumi.Input[bool]]:
417
- """
418
- Indicates whether the Autonomous Linux service manages the group.
419
- """
420
- return pulumi.get(self, "is_managed_by_autonomous_linux")
421
-
422
- @is_managed_by_autonomous_linux.setter
423
- def is_managed_by_autonomous_linux(self, value: Optional[pulumi.Input[bool]]):
424
- pulumi.set(self, "is_managed_by_autonomous_linux", value)
425
-
426
- @property
427
- @pulumi.getter
428
- def location(self) -> Optional[pulumi.Input[str]]:
429
- """
430
- The location of managed instances attached to the group. If no location is provided, the default is on premises.
431
- """
432
- return pulumi.get(self, "location")
433
-
434
- @location.setter
435
- def location(self, value: Optional[pulumi.Input[str]]):
436
- pulumi.set(self, "location", value)
437
-
438
337
  @property
439
338
  @pulumi.getter(name="managedInstanceCount")
440
339
  def managed_instance_count(self) -> Optional[pulumi.Input[int]]:
441
340
  """
442
- The number of managed instances in the group.
341
+ The number of Managed Instances in the managed instance group.
443
342
  """
444
343
  return pulumi.get(self, "managed_instance_count")
445
344
 
@@ -451,7 +350,7 @@ class _ManagedInstanceGroupState:
451
350
  @pulumi.getter(name="managedInstanceIds")
452
351
  def managed_instance_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
453
352
  """
454
- The list of managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to be added to the group.
353
+ The list of managed instance OCIDs to be added to the managed instance group.
455
354
  """
456
355
  return pulumi.get(self, "managed_instance_ids")
457
356
 
@@ -459,23 +358,11 @@ class _ManagedInstanceGroupState:
459
358
  def managed_instance_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
460
359
  pulumi.set(self, "managed_instance_ids", value)
461
360
 
462
- @property
463
- @pulumi.getter(name="notificationTopicId")
464
- def notification_topic_id(self) -> Optional[pulumi.Input[str]]:
465
- """
466
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
467
- """
468
- return pulumi.get(self, "notification_topic_id")
469
-
470
- @notification_topic_id.setter
471
- def notification_topic_id(self, value: Optional[pulumi.Input[str]]):
472
- pulumi.set(self, "notification_topic_id", value)
473
-
474
361
  @property
475
362
  @pulumi.getter(name="osFamily")
476
363
  def os_family(self) -> Optional[pulumi.Input[str]]:
477
364
  """
478
- The operating system type of the managed instances that will be attached to this group.
365
+ The operating system type of the managed instance(s) that this managed instance group will contain.
479
366
  """
480
367
  return pulumi.get(self, "os_family")
481
368
 
@@ -499,7 +386,7 @@ class _ManagedInstanceGroupState:
499
386
  @pulumi.getter(name="softwareSourceIds")
500
387
  def software_source_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
501
388
  """
502
- The list of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) available to the managed instances in the group.
389
+ The list of software source OCIDs available to the managed instances in the managed instance group.
503
390
  """
504
391
  return pulumi.get(self, "software_source_ids")
505
392
 
@@ -547,7 +434,7 @@ class _ManagedInstanceGroupState:
547
434
  @pulumi.getter(name="timeCreated")
548
435
  def time_created(self) -> Optional[pulumi.Input[str]]:
549
436
  """
550
- The time the managed instance group was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
437
+ The time the managed instance group was created. An RFC3339 formatted datetime string.
551
438
  """
552
439
  return pulumi.get(self, "time_created")
553
440
 
@@ -559,7 +446,7 @@ class _ManagedInstanceGroupState:
559
446
  @pulumi.getter(name="timeModified")
560
447
  def time_modified(self) -> Optional[pulumi.Input[str]]:
561
448
  """
562
- The time the managed instance group was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
449
+ The time the managed instance group was last modified. An RFC3339 formatted datetime string.
563
450
  """
564
451
  return pulumi.get(self, "time_modified")
565
452
 
@@ -571,7 +458,7 @@ class _ManagedInstanceGroupState:
571
458
  @pulumi.getter(name="vendorName")
572
459
  def vendor_name(self) -> Optional[pulumi.Input[str]]:
573
460
  """
574
- The vendor of the operating system that will be used by the managed instances in the group.
461
+ The software source vendor name.
575
462
 
576
463
 
577
464
  ** IMPORTANT **
@@ -590,15 +477,12 @@ class ManagedInstanceGroup(pulumi.CustomResource):
590
477
  resource_name: str,
591
478
  opts: Optional[pulumi.ResourceOptions] = None,
592
479
  arch_type: Optional[pulumi.Input[str]] = None,
593
- autonomous_settings: Optional[pulumi.Input[pulumi.InputType['ManagedInstanceGroupAutonomousSettingsArgs']]] = None,
594
480
  compartment_id: Optional[pulumi.Input[str]] = None,
595
481
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
596
482
  description: Optional[pulumi.Input[str]] = None,
597
483
  display_name: Optional[pulumi.Input[str]] = None,
598
484
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
599
- location: Optional[pulumi.Input[str]] = None,
600
485
  managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
601
- notification_topic_id: Optional[pulumi.Input[str]] = None,
602
486
  os_family: Optional[pulumi.Input[str]] = None,
603
487
  software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
604
488
  vendor_name: Optional[pulumi.Input[str]] = None,
@@ -621,9 +505,6 @@ class ManagedInstanceGroup(pulumi.CustomResource):
621
505
  display_name=managed_instance_group_display_name,
622
506
  os_family=managed_instance_group_os_family,
623
507
  vendor_name=managed_instance_group_vendor_name,
624
- autonomous_settings=oci.os_management_hub.ManagedInstanceGroupAutonomousSettingsArgs(
625
- is_data_collection_authorized=managed_instance_group_autonomous_settings_is_data_collection_authorized,
626
- ),
627
508
  defined_tags={
628
509
  "Operations.CostCenter": "42",
629
510
  },
@@ -631,9 +512,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
631
512
  freeform_tags={
632
513
  "Department": "Finance",
633
514
  },
634
- location=managed_instance_group_location,
635
- managed_instance_ids=managed_instance_group_managed_instance_ids,
636
- notification_topic_id=test_notification_topic["id"])
515
+ managed_instance_ids=managed_instance_group_managed_instance_ids)
637
516
  ```
638
517
 
639
518
  ## Import
@@ -646,19 +525,16 @@ class ManagedInstanceGroup(pulumi.CustomResource):
646
525
 
647
526
  :param str resource_name: The name of the resource.
648
527
  :param pulumi.ResourceOptions opts: Options for the resource.
649
- :param pulumi.Input[str] arch_type: The CPU architecture type of the managed instances that will be attached to this group.
650
- :param pulumi.Input[pulumi.InputType['ManagedInstanceGroupAutonomousSettingsArgs']] autonomous_settings: (Updatable) Updatable settings for the Autonomous Linux service.
651
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance group.
528
+ :param pulumi.Input[str] arch_type: The CPU architecture type of the managed instance(s) that this managed instance group will contain.
529
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the managed instance group.
652
530
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
653
- :param pulumi.Input[str] description: (Updatable) User-specified description of the managed instance group. Avoid entering confidential information.
654
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the managed instance group. Does not have to be unique and you can change the name later. Avoid entering confidential information.
531
+ :param pulumi.Input[str] description: (Updatable) Details about the managed instance group.
532
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the managed instance group. Does not have to be unique, and it's changeable. Avoid entering confidential information.
655
533
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
656
- :param pulumi.Input[str] location: The location of managed instances attached to the group. If no location is provided, the default is on premises.
657
- :param pulumi.Input[Sequence[pulumi.Input[str]]] managed_instance_ids: The list of managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to be added to the group.
658
- :param pulumi.Input[str] notification_topic_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
659
- :param pulumi.Input[str] os_family: The operating system type of the managed instances that will be attached to this group.
660
- :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) available to the managed instances in the group.
661
- :param pulumi.Input[str] vendor_name: The vendor of the operating system that will be used by the managed instances in the group.
534
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] managed_instance_ids: The list of managed instance OCIDs to be added to the managed instance group.
535
+ :param pulumi.Input[str] os_family: The operating system type of the managed instance(s) that this managed instance group will contain.
536
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source OCIDs available to the managed instances in the managed instance group.
537
+ :param pulumi.Input[str] vendor_name: The software source vendor name.
662
538
 
663
539
 
664
540
  ** IMPORTANT **
@@ -688,9 +564,6 @@ class ManagedInstanceGroup(pulumi.CustomResource):
688
564
  display_name=managed_instance_group_display_name,
689
565
  os_family=managed_instance_group_os_family,
690
566
  vendor_name=managed_instance_group_vendor_name,
691
- autonomous_settings=oci.os_management_hub.ManagedInstanceGroupAutonomousSettingsArgs(
692
- is_data_collection_authorized=managed_instance_group_autonomous_settings_is_data_collection_authorized,
693
- ),
694
567
  defined_tags={
695
568
  "Operations.CostCenter": "42",
696
569
  },
@@ -698,9 +571,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
698
571
  freeform_tags={
699
572
  "Department": "Finance",
700
573
  },
701
- location=managed_instance_group_location,
702
- managed_instance_ids=managed_instance_group_managed_instance_ids,
703
- notification_topic_id=test_notification_topic["id"])
574
+ managed_instance_ids=managed_instance_group_managed_instance_ids)
704
575
  ```
705
576
 
706
577
  ## Import
@@ -727,15 +598,12 @@ class ManagedInstanceGroup(pulumi.CustomResource):
727
598
  resource_name: str,
728
599
  opts: Optional[pulumi.ResourceOptions] = None,
729
600
  arch_type: Optional[pulumi.Input[str]] = None,
730
- autonomous_settings: Optional[pulumi.Input[pulumi.InputType['ManagedInstanceGroupAutonomousSettingsArgs']]] = None,
731
601
  compartment_id: Optional[pulumi.Input[str]] = None,
732
602
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
733
603
  description: Optional[pulumi.Input[str]] = None,
734
604
  display_name: Optional[pulumi.Input[str]] = None,
735
605
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
736
- location: Optional[pulumi.Input[str]] = None,
737
606
  managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
738
- notification_topic_id: Optional[pulumi.Input[str]] = None,
739
607
  os_family: Optional[pulumi.Input[str]] = None,
740
608
  software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
741
609
  vendor_name: Optional[pulumi.Input[str]] = None,
@@ -751,7 +619,6 @@ class ManagedInstanceGroup(pulumi.CustomResource):
751
619
  if arch_type is None and not opts.urn:
752
620
  raise TypeError("Missing required property 'arch_type'")
753
621
  __props__.__dict__["arch_type"] = arch_type
754
- __props__.__dict__["autonomous_settings"] = autonomous_settings
755
622
  if compartment_id is None and not opts.urn:
756
623
  raise TypeError("Missing required property 'compartment_id'")
757
624
  __props__.__dict__["compartment_id"] = compartment_id
@@ -761,17 +628,16 @@ class ManagedInstanceGroup(pulumi.CustomResource):
761
628
  raise TypeError("Missing required property 'display_name'")
762
629
  __props__.__dict__["display_name"] = display_name
763
630
  __props__.__dict__["freeform_tags"] = freeform_tags
764
- __props__.__dict__["location"] = location
765
631
  __props__.__dict__["managed_instance_ids"] = managed_instance_ids
766
- __props__.__dict__["notification_topic_id"] = notification_topic_id
767
632
  if os_family is None and not opts.urn:
768
633
  raise TypeError("Missing required property 'os_family'")
769
634
  __props__.__dict__["os_family"] = os_family
635
+ if software_source_ids is None and not opts.urn:
636
+ raise TypeError("Missing required property 'software_source_ids'")
770
637
  __props__.__dict__["software_source_ids"] = software_source_ids
771
638
  if vendor_name is None and not opts.urn:
772
639
  raise TypeError("Missing required property 'vendor_name'")
773
640
  __props__.__dict__["vendor_name"] = vendor_name
774
- __props__.__dict__["is_managed_by_autonomous_linux"] = None
775
641
  __props__.__dict__["managed_instance_count"] = None
776
642
  __props__.__dict__["pending_job_count"] = None
777
643
  __props__.__dict__["software_sources"] = None
@@ -790,17 +656,13 @@ class ManagedInstanceGroup(pulumi.CustomResource):
790
656
  id: pulumi.Input[str],
791
657
  opts: Optional[pulumi.ResourceOptions] = None,
792
658
  arch_type: Optional[pulumi.Input[str]] = None,
793
- autonomous_settings: Optional[pulumi.Input[pulumi.InputType['ManagedInstanceGroupAutonomousSettingsArgs']]] = None,
794
659
  compartment_id: Optional[pulumi.Input[str]] = None,
795
660
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
796
661
  description: Optional[pulumi.Input[str]] = None,
797
662
  display_name: Optional[pulumi.Input[str]] = None,
798
663
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
799
- is_managed_by_autonomous_linux: Optional[pulumi.Input[bool]] = None,
800
- location: Optional[pulumi.Input[str]] = None,
801
664
  managed_instance_count: Optional[pulumi.Input[int]] = None,
802
665
  managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
803
- notification_topic_id: Optional[pulumi.Input[str]] = None,
804
666
  os_family: Optional[pulumi.Input[str]] = None,
805
667
  pending_job_count: Optional[pulumi.Input[int]] = None,
806
668
  software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -817,27 +679,23 @@ class ManagedInstanceGroup(pulumi.CustomResource):
817
679
  :param str resource_name: The unique name of the resulting resource.
818
680
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
819
681
  :param pulumi.ResourceOptions opts: Options for the resource.
820
- :param pulumi.Input[str] arch_type: The CPU architecture type of the managed instances that will be attached to this group.
821
- :param pulumi.Input[pulumi.InputType['ManagedInstanceGroupAutonomousSettingsArgs']] autonomous_settings: (Updatable) Updatable settings for the Autonomous Linux service.
822
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance group.
682
+ :param pulumi.Input[str] arch_type: The CPU architecture type of the managed instance(s) that this managed instance group will contain.
683
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the managed instance group.
823
684
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
824
- :param pulumi.Input[str] description: (Updatable) User-specified description of the managed instance group. Avoid entering confidential information.
825
- :param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the managed instance group. Does not have to be unique and you can change the name later. Avoid entering confidential information.
685
+ :param pulumi.Input[str] description: (Updatable) Details about the managed instance group.
686
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the managed instance group. Does not have to be unique, and it's changeable. Avoid entering confidential information.
826
687
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
827
- :param pulumi.Input[bool] is_managed_by_autonomous_linux: Indicates whether the Autonomous Linux service manages the group.
828
- :param pulumi.Input[str] location: The location of managed instances attached to the group. If no location is provided, the default is on premises.
829
- :param pulumi.Input[int] managed_instance_count: The number of managed instances in the group.
830
- :param pulumi.Input[Sequence[pulumi.Input[str]]] managed_instance_ids: The list of managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to be added to the group.
831
- :param pulumi.Input[str] notification_topic_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
832
- :param pulumi.Input[str] os_family: The operating system type of the managed instances that will be attached to this group.
688
+ :param pulumi.Input[int] managed_instance_count: The number of Managed Instances in the managed instance group.
689
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] managed_instance_ids: The list of managed instance OCIDs to be added to the managed instance group.
690
+ :param pulumi.Input[str] os_family: The operating system type of the managed instance(s) that this managed instance group will contain.
833
691
  :param pulumi.Input[int] pending_job_count: The number of scheduled jobs pending against the managed instance group.
834
- :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) available to the managed instances in the group.
692
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] software_source_ids: The list of software source OCIDs available to the managed instances in the managed instance group.
835
693
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedInstanceGroupSoftwareSourceArgs']]]] software_sources: The list of software sources that the managed instance group will use.
836
694
  :param pulumi.Input[str] state: The current state of the managed instance group.
837
695
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
838
- :param pulumi.Input[str] time_created: The time the managed instance group was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
839
- :param pulumi.Input[str] time_modified: The time the managed instance group was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
840
- :param pulumi.Input[str] vendor_name: The vendor of the operating system that will be used by the managed instances in the group.
696
+ :param pulumi.Input[str] time_created: The time the managed instance group was created. An RFC3339 formatted datetime string.
697
+ :param pulumi.Input[str] time_modified: The time the managed instance group was last modified. An RFC3339 formatted datetime string.
698
+ :param pulumi.Input[str] vendor_name: The software source vendor name.
841
699
 
842
700
 
843
701
  ** IMPORTANT **
@@ -848,17 +706,13 @@ class ManagedInstanceGroup(pulumi.CustomResource):
848
706
  __props__ = _ManagedInstanceGroupState.__new__(_ManagedInstanceGroupState)
849
707
 
850
708
  __props__.__dict__["arch_type"] = arch_type
851
- __props__.__dict__["autonomous_settings"] = autonomous_settings
852
709
  __props__.__dict__["compartment_id"] = compartment_id
853
710
  __props__.__dict__["defined_tags"] = defined_tags
854
711
  __props__.__dict__["description"] = description
855
712
  __props__.__dict__["display_name"] = display_name
856
713
  __props__.__dict__["freeform_tags"] = freeform_tags
857
- __props__.__dict__["is_managed_by_autonomous_linux"] = is_managed_by_autonomous_linux
858
- __props__.__dict__["location"] = location
859
714
  __props__.__dict__["managed_instance_count"] = managed_instance_count
860
715
  __props__.__dict__["managed_instance_ids"] = managed_instance_ids
861
- __props__.__dict__["notification_topic_id"] = notification_topic_id
862
716
  __props__.__dict__["os_family"] = os_family
863
717
  __props__.__dict__["pending_job_count"] = pending_job_count
864
718
  __props__.__dict__["software_source_ids"] = software_source_ids
@@ -874,23 +728,15 @@ class ManagedInstanceGroup(pulumi.CustomResource):
874
728
  @pulumi.getter(name="archType")
875
729
  def arch_type(self) -> pulumi.Output[str]:
876
730
  """
877
- The CPU architecture type of the managed instances that will be attached to this group.
731
+ The CPU architecture type of the managed instance(s) that this managed instance group will contain.
878
732
  """
879
733
  return pulumi.get(self, "arch_type")
880
734
 
881
- @property
882
- @pulumi.getter(name="autonomousSettings")
883
- def autonomous_settings(self) -> pulumi.Output['outputs.ManagedInstanceGroupAutonomousSettings']:
884
- """
885
- (Updatable) Updatable settings for the Autonomous Linux service.
886
- """
887
- return pulumi.get(self, "autonomous_settings")
888
-
889
735
  @property
890
736
  @pulumi.getter(name="compartmentId")
891
737
  def compartment_id(self) -> pulumi.Output[str]:
892
738
  """
893
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance group.
739
+ The OCID of the tenancy containing the managed instance group.
894
740
  """
895
741
  return pulumi.get(self, "compartment_id")
896
742
 
@@ -906,7 +752,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
906
752
  @pulumi.getter
907
753
  def description(self) -> pulumi.Output[str]:
908
754
  """
909
- (Updatable) User-specified description of the managed instance group. Avoid entering confidential information.
755
+ (Updatable) Details about the managed instance group.
910
756
  """
911
757
  return pulumi.get(self, "description")
912
758
 
@@ -914,7 +760,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
914
760
  @pulumi.getter(name="displayName")
915
761
  def display_name(self) -> pulumi.Output[str]:
916
762
  """
917
- (Updatable) A user-friendly name for the managed instance group. Does not have to be unique and you can change the name later. Avoid entering confidential information.
763
+ (Updatable) A user-friendly name for the managed instance group. Does not have to be unique, and it's changeable. Avoid entering confidential information.
918
764
  """
919
765
  return pulumi.get(self, "display_name")
920
766
 
@@ -926,27 +772,11 @@ class ManagedInstanceGroup(pulumi.CustomResource):
926
772
  """
927
773
  return pulumi.get(self, "freeform_tags")
928
774
 
929
- @property
930
- @pulumi.getter(name="isManagedByAutonomousLinux")
931
- def is_managed_by_autonomous_linux(self) -> pulumi.Output[bool]:
932
- """
933
- Indicates whether the Autonomous Linux service manages the group.
934
- """
935
- return pulumi.get(self, "is_managed_by_autonomous_linux")
936
-
937
- @property
938
- @pulumi.getter
939
- def location(self) -> pulumi.Output[str]:
940
- """
941
- The location of managed instances attached to the group. If no location is provided, the default is on premises.
942
- """
943
- return pulumi.get(self, "location")
944
-
945
775
  @property
946
776
  @pulumi.getter(name="managedInstanceCount")
947
777
  def managed_instance_count(self) -> pulumi.Output[int]:
948
778
  """
949
- The number of managed instances in the group.
779
+ The number of Managed Instances in the managed instance group.
950
780
  """
951
781
  return pulumi.get(self, "managed_instance_count")
952
782
 
@@ -954,23 +784,15 @@ class ManagedInstanceGroup(pulumi.CustomResource):
954
784
  @pulumi.getter(name="managedInstanceIds")
955
785
  def managed_instance_ids(self) -> pulumi.Output[Sequence[str]]:
956
786
  """
957
- The list of managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to be added to the group.
787
+ The list of managed instance OCIDs to be added to the managed instance group.
958
788
  """
959
789
  return pulumi.get(self, "managed_instance_ids")
960
790
 
961
- @property
962
- @pulumi.getter(name="notificationTopicId")
963
- def notification_topic_id(self) -> pulumi.Output[str]:
964
- """
965
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
966
- """
967
- return pulumi.get(self, "notification_topic_id")
968
-
969
791
  @property
970
792
  @pulumi.getter(name="osFamily")
971
793
  def os_family(self) -> pulumi.Output[str]:
972
794
  """
973
- The operating system type of the managed instances that will be attached to this group.
795
+ The operating system type of the managed instance(s) that this managed instance group will contain.
974
796
  """
975
797
  return pulumi.get(self, "os_family")
976
798
 
@@ -986,7 +808,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
986
808
  @pulumi.getter(name="softwareSourceIds")
987
809
  def software_source_ids(self) -> pulumi.Output[Sequence[str]]:
988
810
  """
989
- The list of software source [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) available to the managed instances in the group.
811
+ The list of software source OCIDs available to the managed instances in the managed instance group.
990
812
  """
991
813
  return pulumi.get(self, "software_source_ids")
992
814
 
@@ -1018,7 +840,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
1018
840
  @pulumi.getter(name="timeCreated")
1019
841
  def time_created(self) -> pulumi.Output[str]:
1020
842
  """
1021
- The time the managed instance group was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
843
+ The time the managed instance group was created. An RFC3339 formatted datetime string.
1022
844
  """
1023
845
  return pulumi.get(self, "time_created")
1024
846
 
@@ -1026,7 +848,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
1026
848
  @pulumi.getter(name="timeModified")
1027
849
  def time_modified(self) -> pulumi.Output[str]:
1028
850
  """
1029
- The time the managed instance group was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
851
+ The time the managed instance group was last modified. An RFC3339 formatted datetime string.
1030
852
  """
1031
853
  return pulumi.get(self, "time_modified")
1032
854
 
@@ -1034,7 +856,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
1034
856
  @pulumi.getter(name="vendorName")
1035
857
  def vendor_name(self) -> pulumi.Output[str]:
1036
858
  """
1037
- The vendor of the operating system that will be used by the managed instances in the group.
859
+ The software source vendor name.
1038
860
 
1039
861
 
1040
862
  ** IMPORTANT **