pulumi-oci 1.36.0a1715383492__py3-none-any.whl → 1.36.0a1715878445__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +208 -0
  2. pulumi_oci/core/__init__.py +3 -0
  3. pulumi_oci/core/_inputs.py +40 -0
  4. pulumi_oci/core/get_ip_inventory_subnet.py +171 -0
  5. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +171 -0
  6. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +206 -0
  7. pulumi_oci/core/outputs.py +261 -0
  8. pulumi_oci/database/_inputs.py +192 -0
  9. pulumi_oci/database/exadata_infrastructure.py +28 -0
  10. pulumi_oci/database/get_exadata_infrastructure.py +14 -1
  11. pulumi_oci/database/get_vm_cluster.py +14 -1
  12. pulumi_oci/database/outputs.py +418 -0
  13. pulumi_oci/database/vm_cluster.py +55 -0
  14. pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
  15. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
  16. pulumi_oci/datasafe/__init__.py +1 -0
  17. pulumi_oci/datasafe/masking_report_management.py +693 -0
  18. pulumi_oci/email/__init__.py +3 -0
  19. pulumi_oci/email/_inputs.py +46 -0
  20. pulumi_oci/email/dkim.py +4 -4
  21. pulumi_oci/email/email_domain.py +77 -0
  22. pulumi_oci/email/email_return_path.py +642 -0
  23. pulumi_oci/email/get_email_domain.py +27 -1
  24. pulumi_oci/email/get_email_return_path.py +274 -0
  25. pulumi_oci/email/get_email_return_paths.py +203 -0
  26. pulumi_oci/email/outputs.py +231 -0
  27. pulumi_oci/loadbalancer/_inputs.py +16 -0
  28. pulumi_oci/loadbalancer/listener.py +2 -0
  29. pulumi_oci/loadbalancer/outputs.py +14 -0
  30. pulumi_oci/loganalytics/namespace.py +4 -4
  31. pulumi_oci/networkloadbalancer/get_listener.py +14 -1
  32. pulumi_oci/networkloadbalancer/listener.py +51 -2
  33. pulumi_oci/networkloadbalancer/outputs.py +11 -0
  34. pulumi_oci/osmanagementhub/__init__.py +48 -0
  35. pulumi_oci/osmanagementhub/_inputs.py +3635 -493
  36. pulumi_oci/osmanagementhub/event.py +701 -0
  37. pulumi_oci/osmanagementhub/get_entitlements.py +178 -0
  38. pulumi_oci/osmanagementhub/get_errata.py +283 -0
  39. pulumi_oci/osmanagementhub/get_erratum.py +308 -0
  40. pulumi_oci/osmanagementhub/get_event.py +314 -0
  41. pulumi_oci/osmanagementhub/get_events.py +314 -0
  42. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +26 -13
  43. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +48 -11
  44. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -15
  45. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +86 -19
  46. pulumi_oci/osmanagementhub/get_managed_instance.py +587 -0
  47. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +187 -0
  48. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +190 -0
  49. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +238 -0
  50. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +204 -0
  51. pulumi_oci/osmanagementhub/get_managed_instance_group.py +62 -10
  52. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +7 -9
  53. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  54. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -10
  55. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +220 -0
  56. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +244 -0
  57. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +71 -16
  58. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +221 -0
  59. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +204 -0
  60. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +187 -0
  61. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +221 -0
  62. pulumi_oci/osmanagementhub/get_managed_instances.py +537 -0
  63. pulumi_oci/osmanagementhub/get_management_station.py +42 -19
  64. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  65. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  66. pulumi_oci/osmanagementhub/get_profile.py +51 -12
  67. pulumi_oci/osmanagementhub/get_profiles.py +76 -16
  68. pulumi_oci/osmanagementhub/get_scheduled_job.py +426 -0
  69. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +433 -0
  70. pulumi_oci/osmanagementhub/get_software_package.py +301 -0
  71. pulumi_oci/osmanagementhub/get_software_package_software_source.py +329 -0
  72. pulumi_oci/osmanagementhub/get_software_packages.py +232 -0
  73. pulumi_oci/osmanagementhub/get_software_source.py +109 -18
  74. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  75. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  76. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  77. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  78. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  79. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  80. pulumi_oci/osmanagementhub/get_software_source_software_package.py +23 -10
  81. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  82. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  83. pulumi_oci/osmanagementhub/get_software_sources.py +78 -21
  84. pulumi_oci/osmanagementhub/get_windows_update.py +222 -0
  85. pulumi_oci/osmanagementhub/get_windows_updates.py +187 -0
  86. pulumi_oci/osmanagementhub/lifecycle_environment.py +159 -86
  87. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +249 -0
  88. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +249 -0
  89. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +296 -0
  90. pulumi_oci/osmanagementhub/managed_instance.py +1327 -0
  91. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +266 -0
  92. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +214 -0
  93. pulumi_oci/osmanagementhub/managed_instance_group.py +264 -86
  94. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +293 -0
  95. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +293 -0
  96. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +264 -0
  97. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +293 -0
  98. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +293 -0
  99. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +293 -0
  100. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +526 -0
  101. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +293 -0
  102. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +292 -0
  103. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +341 -0
  104. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +341 -0
  105. pulumi_oci/osmanagementhub/management_station.py +184 -81
  106. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +264 -0
  107. pulumi_oci/osmanagementhub/management_station_refresh_management.py +212 -0
  108. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +264 -0
  109. pulumi_oci/osmanagementhub/outputs.py +10867 -2365
  110. pulumi_oci/osmanagementhub/profile.py +200 -78
  111. pulumi_oci/osmanagementhub/scheduled_job.py +1331 -0
  112. pulumi_oci/osmanagementhub/software_source.py +365 -181
  113. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +266 -0
  114. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +194 -0
  115. pulumi_oci/pulumi-plugin.json +2 -1
  116. {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/METADATA +1 -1
  117. {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/RECORD +119 -64
  118. {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/top_level.txt +0 -0
@@ -20,49 +20,62 @@ 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]]],
24
23
  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
- managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = 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):
29
32
  """
30
33
  The set of arguments for constructing a ManagedInstanceGroup resource.
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.
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.
37
39
 
38
40
 
39
41
  ** IMPORTANT **
40
42
  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.
41
44
  :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"}`
42
- :param pulumi.Input[str] description: (Updatable) Details about the managed instance group.
45
+ :param pulumi.Input[str] description: (Updatable) User-specified description of the managed instance group. Avoid entering confidential information.
43
46
  :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"}`
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.
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.
45
51
  """
46
52
  pulumi.set(__self__, "arch_type", arch_type)
47
53
  pulumi.set(__self__, "compartment_id", compartment_id)
48
54
  pulumi.set(__self__, "display_name", display_name)
49
55
  pulumi.set(__self__, "os_family", os_family)
50
- pulumi.set(__self__, "software_source_ids", software_source_ids)
51
56
  pulumi.set(__self__, "vendor_name", vendor_name)
57
+ if autonomous_settings is not None:
58
+ pulumi.set(__self__, "autonomous_settings", autonomous_settings)
52
59
  if defined_tags is not None:
53
60
  pulumi.set(__self__, "defined_tags", defined_tags)
54
61
  if description is not None:
55
62
  pulumi.set(__self__, "description", description)
56
63
  if freeform_tags is not None:
57
64
  pulumi.set(__self__, "freeform_tags", freeform_tags)
65
+ if location is not None:
66
+ pulumi.set(__self__, "location", location)
58
67
  if managed_instance_ids is not None:
59
68
  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)
60
73
 
61
74
  @property
62
75
  @pulumi.getter(name="archType")
63
76
  def arch_type(self) -> pulumi.Input[str]:
64
77
  """
65
- The CPU architecture type of the managed instance(s) that this managed instance group will contain.
78
+ The CPU architecture type of the managed instances that will be attached to this group.
66
79
  """
67
80
  return pulumi.get(self, "arch_type")
68
81
 
@@ -74,7 +87,7 @@ class ManagedInstanceGroupArgs:
74
87
  @pulumi.getter(name="compartmentId")
75
88
  def compartment_id(self) -> pulumi.Input[str]:
76
89
  """
77
- The OCID of the tenancy containing the managed instance group.
90
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance group.
78
91
  """
79
92
  return pulumi.get(self, "compartment_id")
80
93
 
@@ -86,7 +99,7 @@ class ManagedInstanceGroupArgs:
86
99
  @pulumi.getter(name="displayName")
87
100
  def display_name(self) -> pulumi.Input[str]:
88
101
  """
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.
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.
90
103
  """
91
104
  return pulumi.get(self, "display_name")
92
105
 
@@ -98,7 +111,7 @@ class ManagedInstanceGroupArgs:
98
111
  @pulumi.getter(name="osFamily")
99
112
  def os_family(self) -> pulumi.Input[str]:
100
113
  """
101
- The operating system type of the managed instance(s) that this managed instance group will contain.
114
+ The operating system type of the managed instances that will be attached to this group.
102
115
  """
103
116
  return pulumi.get(self, "os_family")
104
117
 
@@ -106,23 +119,11 @@ class ManagedInstanceGroupArgs:
106
119
  def os_family(self, value: pulumi.Input[str]):
107
120
  pulumi.set(self, "os_family", value)
108
121
 
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
-
121
122
  @property
122
123
  @pulumi.getter(name="vendorName")
123
124
  def vendor_name(self) -> pulumi.Input[str]:
124
125
  """
125
- The software source vendor name.
126
+ The vendor of the operating system that will be used by the managed instances in the group.
126
127
 
127
128
 
128
129
  ** IMPORTANT **
@@ -134,6 +135,18 @@ class ManagedInstanceGroupArgs:
134
135
  def vendor_name(self, value: pulumi.Input[str]):
135
136
  pulumi.set(self, "vendor_name", value)
136
137
 
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
+
137
150
  @property
138
151
  @pulumi.getter(name="definedTags")
139
152
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
@@ -150,7 +163,7 @@ class ManagedInstanceGroupArgs:
150
163
  @pulumi.getter
151
164
  def description(self) -> Optional[pulumi.Input[str]]:
152
165
  """
153
- (Updatable) Details about the managed instance group.
166
+ (Updatable) User-specified description of the managed instance group. Avoid entering confidential information.
154
167
  """
155
168
  return pulumi.get(self, "description")
156
169
 
@@ -170,11 +183,23 @@ class ManagedInstanceGroupArgs:
170
183
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
171
184
  pulumi.set(self, "freeform_tags", value)
172
185
 
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
+
173
198
  @property
174
199
  @pulumi.getter(name="managedInstanceIds")
175
200
  def managed_instance_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
176
201
  """
177
- The list of managed instance OCIDs to be added to the managed instance group.
202
+ The list of managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to be added to the group.
178
203
  """
179
204
  return pulumi.get(self, "managed_instance_ids")
180
205
 
@@ -182,18 +207,46 @@ class ManagedInstanceGroupArgs:
182
207
  def managed_instance_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
183
208
  pulumi.set(self, "managed_instance_ids", value)
184
209
 
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
+
185
234
 
186
235
  @pulumi.input_type
187
236
  class _ManagedInstanceGroupState:
188
237
  def __init__(__self__, *,
189
238
  arch_type: Optional[pulumi.Input[str]] = None,
239
+ autonomous_settings: Optional[pulumi.Input['ManagedInstanceGroupAutonomousSettingsArgs']] = None,
190
240
  compartment_id: Optional[pulumi.Input[str]] = None,
191
241
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
192
242
  description: Optional[pulumi.Input[str]] = None,
193
243
  display_name: Optional[pulumi.Input[str]] = None,
194
244
  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,
195
247
  managed_instance_count: Optional[pulumi.Input[int]] = None,
196
248
  managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
249
+ notification_topic_id: Optional[pulumi.Input[str]] = None,
197
250
  os_family: Optional[pulumi.Input[str]] = None,
198
251
  pending_job_count: Optional[pulumi.Input[int]] = None,
199
252
  software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -205,23 +258,27 @@ class _ManagedInstanceGroupState:
205
258
  vendor_name: Optional[pulumi.Input[str]] = None):
206
259
  """
207
260
  Input properties used for looking up and filtering ManagedInstanceGroup resources.
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.
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.
210
264
  :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"}`
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.
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.
213
267
  :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"}`
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.
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.
217
274
  :param pulumi.Input[int] pending_job_count: The number of scheduled jobs pending against the managed instance 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.
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.
219
276
  :param pulumi.Input[Sequence[pulumi.Input['ManagedInstanceGroupSoftwareSourceArgs']]] software_sources: The list of software sources that the managed instance group will use.
220
277
  :param pulumi.Input[str] state: The current state of the managed instance group.
221
278
  :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"}`
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.
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.
225
282
 
226
283
 
227
284
  ** IMPORTANT **
@@ -229,6 +286,8 @@ class _ManagedInstanceGroupState:
229
286
  """
230
287
  if arch_type is not None:
231
288
  pulumi.set(__self__, "arch_type", arch_type)
289
+ if autonomous_settings is not None:
290
+ pulumi.set(__self__, "autonomous_settings", autonomous_settings)
232
291
  if compartment_id is not None:
233
292
  pulumi.set(__self__, "compartment_id", compartment_id)
234
293
  if defined_tags is not None:
@@ -239,10 +298,16 @@ class _ManagedInstanceGroupState:
239
298
  pulumi.set(__self__, "display_name", display_name)
240
299
  if freeform_tags is not None:
241
300
  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)
242
305
  if managed_instance_count is not None:
243
306
  pulumi.set(__self__, "managed_instance_count", managed_instance_count)
244
307
  if managed_instance_ids is not None:
245
308
  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)
246
311
  if os_family is not None:
247
312
  pulumi.set(__self__, "os_family", os_family)
248
313
  if pending_job_count is not None:
@@ -266,7 +331,7 @@ class _ManagedInstanceGroupState:
266
331
  @pulumi.getter(name="archType")
267
332
  def arch_type(self) -> Optional[pulumi.Input[str]]:
268
333
  """
269
- The CPU architecture type of the managed instance(s) that this managed instance group will contain.
334
+ The CPU architecture type of the managed instances that will be attached to this group.
270
335
  """
271
336
  return pulumi.get(self, "arch_type")
272
337
 
@@ -274,11 +339,23 @@ class _ManagedInstanceGroupState:
274
339
  def arch_type(self, value: Optional[pulumi.Input[str]]):
275
340
  pulumi.set(self, "arch_type", value)
276
341
 
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
+
277
354
  @property
278
355
  @pulumi.getter(name="compartmentId")
279
356
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
280
357
  """
281
- The OCID of the tenancy containing the managed instance group.
358
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance group.
282
359
  """
283
360
  return pulumi.get(self, "compartment_id")
284
361
 
@@ -302,7 +379,7 @@ class _ManagedInstanceGroupState:
302
379
  @pulumi.getter
303
380
  def description(self) -> Optional[pulumi.Input[str]]:
304
381
  """
305
- (Updatable) Details about the managed instance group.
382
+ (Updatable) User-specified description of the managed instance group. Avoid entering confidential information.
306
383
  """
307
384
  return pulumi.get(self, "description")
308
385
 
@@ -314,7 +391,7 @@ class _ManagedInstanceGroupState:
314
391
  @pulumi.getter(name="displayName")
315
392
  def display_name(self) -> Optional[pulumi.Input[str]]:
316
393
  """
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.
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.
318
395
  """
319
396
  return pulumi.get(self, "display_name")
320
397
 
@@ -334,11 +411,35 @@ class _ManagedInstanceGroupState:
334
411
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
335
412
  pulumi.set(self, "freeform_tags", value)
336
413
 
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
+
337
438
  @property
338
439
  @pulumi.getter(name="managedInstanceCount")
339
440
  def managed_instance_count(self) -> Optional[pulumi.Input[int]]:
340
441
  """
341
- The number of Managed Instances in the managed instance group.
442
+ The number of managed instances in the group.
342
443
  """
343
444
  return pulumi.get(self, "managed_instance_count")
344
445
 
@@ -350,7 +451,7 @@ class _ManagedInstanceGroupState:
350
451
  @pulumi.getter(name="managedInstanceIds")
351
452
  def managed_instance_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
352
453
  """
353
- The list of managed instance OCIDs to be added to the managed instance group.
454
+ The list of managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to be added to the group.
354
455
  """
355
456
  return pulumi.get(self, "managed_instance_ids")
356
457
 
@@ -358,11 +459,23 @@ class _ManagedInstanceGroupState:
358
459
  def managed_instance_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
359
460
  pulumi.set(self, "managed_instance_ids", value)
360
461
 
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
+
361
474
  @property
362
475
  @pulumi.getter(name="osFamily")
363
476
  def os_family(self) -> Optional[pulumi.Input[str]]:
364
477
  """
365
- The operating system type of the managed instance(s) that this managed instance group will contain.
478
+ The operating system type of the managed instances that will be attached to this group.
366
479
  """
367
480
  return pulumi.get(self, "os_family")
368
481
 
@@ -386,7 +499,7 @@ class _ManagedInstanceGroupState:
386
499
  @pulumi.getter(name="softwareSourceIds")
387
500
  def software_source_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
388
501
  """
389
- The list of software source OCIDs available to the managed instances in the managed instance group.
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.
390
503
  """
391
504
  return pulumi.get(self, "software_source_ids")
392
505
 
@@ -434,7 +547,7 @@ class _ManagedInstanceGroupState:
434
547
  @pulumi.getter(name="timeCreated")
435
548
  def time_created(self) -> Optional[pulumi.Input[str]]:
436
549
  """
437
- The time the managed instance group was created. An RFC3339 formatted datetime string.
550
+ The time the managed instance group was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
438
551
  """
439
552
  return pulumi.get(self, "time_created")
440
553
 
@@ -446,7 +559,7 @@ class _ManagedInstanceGroupState:
446
559
  @pulumi.getter(name="timeModified")
447
560
  def time_modified(self) -> Optional[pulumi.Input[str]]:
448
561
  """
449
- The time the managed instance group was last modified. An RFC3339 formatted datetime string.
562
+ The time the managed instance group was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
450
563
  """
451
564
  return pulumi.get(self, "time_modified")
452
565
 
@@ -458,7 +571,7 @@ class _ManagedInstanceGroupState:
458
571
  @pulumi.getter(name="vendorName")
459
572
  def vendor_name(self) -> Optional[pulumi.Input[str]]:
460
573
  """
461
- The software source vendor name.
574
+ The vendor of the operating system that will be used by the managed instances in the group.
462
575
 
463
576
 
464
577
  ** IMPORTANT **
@@ -477,12 +590,15 @@ class ManagedInstanceGroup(pulumi.CustomResource):
477
590
  resource_name: str,
478
591
  opts: Optional[pulumi.ResourceOptions] = None,
479
592
  arch_type: Optional[pulumi.Input[str]] = None,
593
+ autonomous_settings: Optional[pulumi.Input[pulumi.InputType['ManagedInstanceGroupAutonomousSettingsArgs']]] = None,
480
594
  compartment_id: Optional[pulumi.Input[str]] = None,
481
595
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
482
596
  description: Optional[pulumi.Input[str]] = None,
483
597
  display_name: Optional[pulumi.Input[str]] = None,
484
598
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
599
+ location: Optional[pulumi.Input[str]] = None,
485
600
  managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
601
+ notification_topic_id: Optional[pulumi.Input[str]] = None,
486
602
  os_family: Optional[pulumi.Input[str]] = None,
487
603
  software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
488
604
  vendor_name: Optional[pulumi.Input[str]] = None,
@@ -505,6 +621,9 @@ class ManagedInstanceGroup(pulumi.CustomResource):
505
621
  display_name=managed_instance_group_display_name,
506
622
  os_family=managed_instance_group_os_family,
507
623
  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
+ ),
508
627
  defined_tags={
509
628
  "Operations.CostCenter": "42",
510
629
  },
@@ -512,7 +631,9 @@ class ManagedInstanceGroup(pulumi.CustomResource):
512
631
  freeform_tags={
513
632
  "Department": "Finance",
514
633
  },
515
- managed_instance_ids=managed_instance_group_managed_instance_ids)
634
+ location=managed_instance_group_location,
635
+ managed_instance_ids=managed_instance_group_managed_instance_ids,
636
+ notification_topic_id=test_notification_topic["id"])
516
637
  ```
517
638
 
518
639
  ## Import
@@ -525,16 +646,19 @@ class ManagedInstanceGroup(pulumi.CustomResource):
525
646
 
526
647
  :param str resource_name: The name of the resource.
527
648
  :param pulumi.ResourceOptions opts: Options for the resource.
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.
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.
530
652
  :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"}`
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.
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.
533
655
  :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"}`
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.
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.
538
662
 
539
663
 
540
664
  ** IMPORTANT **
@@ -564,6 +688,9 @@ class ManagedInstanceGroup(pulumi.CustomResource):
564
688
  display_name=managed_instance_group_display_name,
565
689
  os_family=managed_instance_group_os_family,
566
690
  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
+ ),
567
694
  defined_tags={
568
695
  "Operations.CostCenter": "42",
569
696
  },
@@ -571,7 +698,9 @@ class ManagedInstanceGroup(pulumi.CustomResource):
571
698
  freeform_tags={
572
699
  "Department": "Finance",
573
700
  },
574
- managed_instance_ids=managed_instance_group_managed_instance_ids)
701
+ location=managed_instance_group_location,
702
+ managed_instance_ids=managed_instance_group_managed_instance_ids,
703
+ notification_topic_id=test_notification_topic["id"])
575
704
  ```
576
705
 
577
706
  ## Import
@@ -598,12 +727,15 @@ class ManagedInstanceGroup(pulumi.CustomResource):
598
727
  resource_name: str,
599
728
  opts: Optional[pulumi.ResourceOptions] = None,
600
729
  arch_type: Optional[pulumi.Input[str]] = None,
730
+ autonomous_settings: Optional[pulumi.Input[pulumi.InputType['ManagedInstanceGroupAutonomousSettingsArgs']]] = None,
601
731
  compartment_id: Optional[pulumi.Input[str]] = None,
602
732
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
603
733
  description: Optional[pulumi.Input[str]] = None,
604
734
  display_name: Optional[pulumi.Input[str]] = None,
605
735
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
736
+ location: Optional[pulumi.Input[str]] = None,
606
737
  managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
738
+ notification_topic_id: Optional[pulumi.Input[str]] = None,
607
739
  os_family: Optional[pulumi.Input[str]] = None,
608
740
  software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
609
741
  vendor_name: Optional[pulumi.Input[str]] = None,
@@ -619,6 +751,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
619
751
  if arch_type is None and not opts.urn:
620
752
  raise TypeError("Missing required property 'arch_type'")
621
753
  __props__.__dict__["arch_type"] = arch_type
754
+ __props__.__dict__["autonomous_settings"] = autonomous_settings
622
755
  if compartment_id is None and not opts.urn:
623
756
  raise TypeError("Missing required property 'compartment_id'")
624
757
  __props__.__dict__["compartment_id"] = compartment_id
@@ -628,16 +761,17 @@ class ManagedInstanceGroup(pulumi.CustomResource):
628
761
  raise TypeError("Missing required property 'display_name'")
629
762
  __props__.__dict__["display_name"] = display_name
630
763
  __props__.__dict__["freeform_tags"] = freeform_tags
764
+ __props__.__dict__["location"] = location
631
765
  __props__.__dict__["managed_instance_ids"] = managed_instance_ids
766
+ __props__.__dict__["notification_topic_id"] = notification_topic_id
632
767
  if os_family is None and not opts.urn:
633
768
  raise TypeError("Missing required property 'os_family'")
634
769
  __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'")
637
770
  __props__.__dict__["software_source_ids"] = software_source_ids
638
771
  if vendor_name is None and not opts.urn:
639
772
  raise TypeError("Missing required property 'vendor_name'")
640
773
  __props__.__dict__["vendor_name"] = vendor_name
774
+ __props__.__dict__["is_managed_by_autonomous_linux"] = None
641
775
  __props__.__dict__["managed_instance_count"] = None
642
776
  __props__.__dict__["pending_job_count"] = None
643
777
  __props__.__dict__["software_sources"] = None
@@ -656,13 +790,17 @@ class ManagedInstanceGroup(pulumi.CustomResource):
656
790
  id: pulumi.Input[str],
657
791
  opts: Optional[pulumi.ResourceOptions] = None,
658
792
  arch_type: Optional[pulumi.Input[str]] = None,
793
+ autonomous_settings: Optional[pulumi.Input[pulumi.InputType['ManagedInstanceGroupAutonomousSettingsArgs']]] = None,
659
794
  compartment_id: Optional[pulumi.Input[str]] = None,
660
795
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
661
796
  description: Optional[pulumi.Input[str]] = None,
662
797
  display_name: Optional[pulumi.Input[str]] = None,
663
798
  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,
664
801
  managed_instance_count: Optional[pulumi.Input[int]] = None,
665
802
  managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
803
+ notification_topic_id: Optional[pulumi.Input[str]] = None,
666
804
  os_family: Optional[pulumi.Input[str]] = None,
667
805
  pending_job_count: Optional[pulumi.Input[int]] = None,
668
806
  software_source_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -679,23 +817,27 @@ class ManagedInstanceGroup(pulumi.CustomResource):
679
817
  :param str resource_name: The unique name of the resulting resource.
680
818
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
681
819
  :param pulumi.ResourceOptions opts: Options for the resource.
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.
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.
684
823
  :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"}`
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.
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.
687
826
  :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"}`
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.
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.
691
833
  :param pulumi.Input[int] pending_job_count: The number of scheduled jobs pending against the managed instance 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.
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.
693
835
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedInstanceGroupSoftwareSourceArgs']]]] software_sources: The list of software sources that the managed instance group will use.
694
836
  :param pulumi.Input[str] state: The current state of the managed instance group.
695
837
  :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"}`
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.
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.
699
841
 
700
842
 
701
843
  ** IMPORTANT **
@@ -706,13 +848,17 @@ class ManagedInstanceGroup(pulumi.CustomResource):
706
848
  __props__ = _ManagedInstanceGroupState.__new__(_ManagedInstanceGroupState)
707
849
 
708
850
  __props__.__dict__["arch_type"] = arch_type
851
+ __props__.__dict__["autonomous_settings"] = autonomous_settings
709
852
  __props__.__dict__["compartment_id"] = compartment_id
710
853
  __props__.__dict__["defined_tags"] = defined_tags
711
854
  __props__.__dict__["description"] = description
712
855
  __props__.__dict__["display_name"] = display_name
713
856
  __props__.__dict__["freeform_tags"] = freeform_tags
857
+ __props__.__dict__["is_managed_by_autonomous_linux"] = is_managed_by_autonomous_linux
858
+ __props__.__dict__["location"] = location
714
859
  __props__.__dict__["managed_instance_count"] = managed_instance_count
715
860
  __props__.__dict__["managed_instance_ids"] = managed_instance_ids
861
+ __props__.__dict__["notification_topic_id"] = notification_topic_id
716
862
  __props__.__dict__["os_family"] = os_family
717
863
  __props__.__dict__["pending_job_count"] = pending_job_count
718
864
  __props__.__dict__["software_source_ids"] = software_source_ids
@@ -728,15 +874,23 @@ class ManagedInstanceGroup(pulumi.CustomResource):
728
874
  @pulumi.getter(name="archType")
729
875
  def arch_type(self) -> pulumi.Output[str]:
730
876
  """
731
- The CPU architecture type of the managed instance(s) that this managed instance group will contain.
877
+ The CPU architecture type of the managed instances that will be attached to this group.
732
878
  """
733
879
  return pulumi.get(self, "arch_type")
734
880
 
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
+
735
889
  @property
736
890
  @pulumi.getter(name="compartmentId")
737
891
  def compartment_id(self) -> pulumi.Output[str]:
738
892
  """
739
- The OCID of the tenancy containing the managed instance group.
893
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance group.
740
894
  """
741
895
  return pulumi.get(self, "compartment_id")
742
896
 
@@ -752,7 +906,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
752
906
  @pulumi.getter
753
907
  def description(self) -> pulumi.Output[str]:
754
908
  """
755
- (Updatable) Details about the managed instance group.
909
+ (Updatable) User-specified description of the managed instance group. Avoid entering confidential information.
756
910
  """
757
911
  return pulumi.get(self, "description")
758
912
 
@@ -760,7 +914,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
760
914
  @pulumi.getter(name="displayName")
761
915
  def display_name(self) -> pulumi.Output[str]:
762
916
  """
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.
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.
764
918
  """
765
919
  return pulumi.get(self, "display_name")
766
920
 
@@ -772,11 +926,27 @@ class ManagedInstanceGroup(pulumi.CustomResource):
772
926
  """
773
927
  return pulumi.get(self, "freeform_tags")
774
928
 
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
+
775
945
  @property
776
946
  @pulumi.getter(name="managedInstanceCount")
777
947
  def managed_instance_count(self) -> pulumi.Output[int]:
778
948
  """
779
- The number of Managed Instances in the managed instance group.
949
+ The number of managed instances in the group.
780
950
  """
781
951
  return pulumi.get(self, "managed_instance_count")
782
952
 
@@ -784,15 +954,23 @@ class ManagedInstanceGroup(pulumi.CustomResource):
784
954
  @pulumi.getter(name="managedInstanceIds")
785
955
  def managed_instance_ids(self) -> pulumi.Output[Sequence[str]]:
786
956
  """
787
- The list of managed instance OCIDs to be added to the managed instance group.
957
+ The list of managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to be added to the group.
788
958
  """
789
959
  return pulumi.get(self, "managed_instance_ids")
790
960
 
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
+
791
969
  @property
792
970
  @pulumi.getter(name="osFamily")
793
971
  def os_family(self) -> pulumi.Output[str]:
794
972
  """
795
- The operating system type of the managed instance(s) that this managed instance group will contain.
973
+ The operating system type of the managed instances that will be attached to this group.
796
974
  """
797
975
  return pulumi.get(self, "os_family")
798
976
 
@@ -808,7 +986,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
808
986
  @pulumi.getter(name="softwareSourceIds")
809
987
  def software_source_ids(self) -> pulumi.Output[Sequence[str]]:
810
988
  """
811
- The list of software source OCIDs available to the managed instances in the managed instance group.
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.
812
990
  """
813
991
  return pulumi.get(self, "software_source_ids")
814
992
 
@@ -840,7 +1018,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
840
1018
  @pulumi.getter(name="timeCreated")
841
1019
  def time_created(self) -> pulumi.Output[str]:
842
1020
  """
843
- The time the managed instance group was created. An RFC3339 formatted datetime string.
1021
+ The time the managed instance group was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
844
1022
  """
845
1023
  return pulumi.get(self, "time_created")
846
1024
 
@@ -848,7 +1026,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
848
1026
  @pulumi.getter(name="timeModified")
849
1027
  def time_modified(self) -> pulumi.Output[str]:
850
1028
  """
851
- The time the managed instance group was last modified. An RFC3339 formatted datetime string.
1029
+ The time the managed instance group was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
852
1030
  """
853
1031
  return pulumi.get(self, "time_modified")
854
1032
 
@@ -856,7 +1034,7 @@ class ManagedInstanceGroup(pulumi.CustomResource):
856
1034
  @pulumi.getter(name="vendorName")
857
1035
  def vendor_name(self) -> pulumi.Output[str]:
858
1036
  """
859
- The software source vendor name.
1037
+ The vendor of the operating system that will be used by the managed instances in the group.
860
1038
 
861
1039
 
862
1040
  ** IMPORTANT **