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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +208 -0
  2. pulumi_oci/core/__init__.py +3 -0
  3. pulumi_oci/core/_inputs.py +40 -0
  4. pulumi_oci/core/get_ip_inventory_subnet.py +171 -0
  5. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +171 -0
  6. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +206 -0
  7. pulumi_oci/core/outputs.py +261 -0
  8. pulumi_oci/database/_inputs.py +192 -0
  9. pulumi_oci/database/exadata_infrastructure.py +28 -0
  10. pulumi_oci/database/get_exadata_infrastructure.py +14 -1
  11. pulumi_oci/database/get_vm_cluster.py +14 -1
  12. pulumi_oci/database/outputs.py +418 -0
  13. pulumi_oci/database/vm_cluster.py +55 -0
  14. pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
  15. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
  16. pulumi_oci/datasafe/__init__.py +1 -0
  17. pulumi_oci/datasafe/masking_report_management.py +693 -0
  18. pulumi_oci/email/__init__.py +3 -0
  19. pulumi_oci/email/_inputs.py +46 -0
  20. pulumi_oci/email/dkim.py +4 -4
  21. pulumi_oci/email/email_domain.py +77 -0
  22. pulumi_oci/email/email_return_path.py +642 -0
  23. pulumi_oci/email/get_email_domain.py +27 -1
  24. pulumi_oci/email/get_email_return_path.py +274 -0
  25. pulumi_oci/email/get_email_return_paths.py +203 -0
  26. pulumi_oci/email/outputs.py +231 -0
  27. pulumi_oci/loadbalancer/_inputs.py +16 -0
  28. pulumi_oci/loadbalancer/listener.py +2 -0
  29. pulumi_oci/loadbalancer/outputs.py +14 -0
  30. pulumi_oci/loganalytics/namespace.py +4 -4
  31. pulumi_oci/networkloadbalancer/get_listener.py +14 -1
  32. pulumi_oci/networkloadbalancer/listener.py +51 -2
  33. pulumi_oci/networkloadbalancer/outputs.py +11 -0
  34. pulumi_oci/osmanagementhub/__init__.py +48 -0
  35. pulumi_oci/osmanagementhub/_inputs.py +3635 -493
  36. pulumi_oci/osmanagementhub/event.py +701 -0
  37. pulumi_oci/osmanagementhub/get_entitlements.py +178 -0
  38. pulumi_oci/osmanagementhub/get_errata.py +283 -0
  39. pulumi_oci/osmanagementhub/get_erratum.py +308 -0
  40. pulumi_oci/osmanagementhub/get_event.py +314 -0
  41. pulumi_oci/osmanagementhub/get_events.py +314 -0
  42. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +26 -13
  43. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +48 -11
  44. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -15
  45. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +86 -19
  46. pulumi_oci/osmanagementhub/get_managed_instance.py +587 -0
  47. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +187 -0
  48. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +190 -0
  49. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +238 -0
  50. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +204 -0
  51. pulumi_oci/osmanagementhub/get_managed_instance_group.py +62 -10
  52. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +7 -9
  53. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  54. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -10
  55. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +220 -0
  56. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +244 -0
  57. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +71 -16
  58. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +221 -0
  59. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +204 -0
  60. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +187 -0
  61. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +221 -0
  62. pulumi_oci/osmanagementhub/get_managed_instances.py +537 -0
  63. pulumi_oci/osmanagementhub/get_management_station.py +42 -19
  64. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  65. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  66. pulumi_oci/osmanagementhub/get_profile.py +51 -12
  67. pulumi_oci/osmanagementhub/get_profiles.py +76 -16
  68. pulumi_oci/osmanagementhub/get_scheduled_job.py +426 -0
  69. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +433 -0
  70. pulumi_oci/osmanagementhub/get_software_package.py +301 -0
  71. pulumi_oci/osmanagementhub/get_software_package_software_source.py +329 -0
  72. pulumi_oci/osmanagementhub/get_software_packages.py +232 -0
  73. pulumi_oci/osmanagementhub/get_software_source.py +109 -18
  74. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  75. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  76. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  77. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  78. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  79. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  80. pulumi_oci/osmanagementhub/get_software_source_software_package.py +23 -10
  81. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  82. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  83. pulumi_oci/osmanagementhub/get_software_sources.py +78 -21
  84. pulumi_oci/osmanagementhub/get_windows_update.py +222 -0
  85. pulumi_oci/osmanagementhub/get_windows_updates.py +187 -0
  86. pulumi_oci/osmanagementhub/lifecycle_environment.py +159 -86
  87. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +249 -0
  88. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +249 -0
  89. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +296 -0
  90. pulumi_oci/osmanagementhub/managed_instance.py +1327 -0
  91. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +266 -0
  92. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +214 -0
  93. pulumi_oci/osmanagementhub/managed_instance_group.py +264 -86
  94. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +293 -0
  95. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +293 -0
  96. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +264 -0
  97. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +293 -0
  98. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +293 -0
  99. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +293 -0
  100. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +526 -0
  101. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +293 -0
  102. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +292 -0
  103. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +341 -0
  104. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +341 -0
  105. pulumi_oci/osmanagementhub/management_station.py +184 -81
  106. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +264 -0
  107. pulumi_oci/osmanagementhub/management_station_refresh_management.py +212 -0
  108. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +264 -0
  109. pulumi_oci/osmanagementhub/outputs.py +10867 -2365
  110. pulumi_oci/osmanagementhub/profile.py +200 -78
  111. pulumi_oci/osmanagementhub/scheduled_job.py +1331 -0
  112. pulumi_oci/osmanagementhub/software_source.py +365 -181
  113. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +266 -0
  114. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +194 -0
  115. pulumi_oci/pulumi-plugin.json +2 -1
  116. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/METADATA +1 -1
  117. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/RECORD +119 -64
  118. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,204 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+ from . import outputs
12
+ from ._inputs import *
13
+
14
+ __all__ = [
15
+ 'GetManagedInstanceErrataResult',
16
+ 'AwaitableGetManagedInstanceErrataResult',
17
+ 'get_managed_instance_errata',
18
+ 'get_managed_instance_errata_output',
19
+ ]
20
+
21
+ @pulumi.output_type
22
+ class GetManagedInstanceErrataResult:
23
+ """
24
+ A collection of values returned by getManagedInstanceErrata.
25
+ """
26
+ def __init__(__self__, classification_types=None, compartment_id=None, filters=None, id=None, managed_instance_erratum_summary_collections=None, managed_instance_id=None, name_contains=None, names=None):
27
+ if classification_types and not isinstance(classification_types, list):
28
+ raise TypeError("Expected argument 'classification_types' to be a list")
29
+ pulumi.set(__self__, "classification_types", classification_types)
30
+ if compartment_id and not isinstance(compartment_id, str):
31
+ raise TypeError("Expected argument 'compartment_id' to be a str")
32
+ pulumi.set(__self__, "compartment_id", compartment_id)
33
+ if filters and not isinstance(filters, list):
34
+ raise TypeError("Expected argument 'filters' to be a list")
35
+ pulumi.set(__self__, "filters", filters)
36
+ if id and not isinstance(id, str):
37
+ raise TypeError("Expected argument 'id' to be a str")
38
+ pulumi.set(__self__, "id", id)
39
+ if managed_instance_erratum_summary_collections and not isinstance(managed_instance_erratum_summary_collections, list):
40
+ raise TypeError("Expected argument 'managed_instance_erratum_summary_collections' to be a list")
41
+ pulumi.set(__self__, "managed_instance_erratum_summary_collections", managed_instance_erratum_summary_collections)
42
+ if managed_instance_id and not isinstance(managed_instance_id, str):
43
+ raise TypeError("Expected argument 'managed_instance_id' to be a str")
44
+ pulumi.set(__self__, "managed_instance_id", managed_instance_id)
45
+ if name_contains and not isinstance(name_contains, str):
46
+ raise TypeError("Expected argument 'name_contains' to be a str")
47
+ pulumi.set(__self__, "name_contains", name_contains)
48
+ if names and not isinstance(names, list):
49
+ raise TypeError("Expected argument 'names' to be a list")
50
+ pulumi.set(__self__, "names", names)
51
+
52
+ @property
53
+ @pulumi.getter(name="classificationTypes")
54
+ def classification_types(self) -> Optional[Sequence[str]]:
55
+ return pulumi.get(self, "classification_types")
56
+
57
+ @property
58
+ @pulumi.getter(name="compartmentId")
59
+ def compartment_id(self) -> Optional[str]:
60
+ return pulumi.get(self, "compartment_id")
61
+
62
+ @property
63
+ @pulumi.getter
64
+ def filters(self) -> Optional[Sequence['outputs.GetManagedInstanceErrataFilterResult']]:
65
+ return pulumi.get(self, "filters")
66
+
67
+ @property
68
+ @pulumi.getter
69
+ def id(self) -> str:
70
+ """
71
+ The provider-assigned unique ID for this managed resource.
72
+ """
73
+ return pulumi.get(self, "id")
74
+
75
+ @property
76
+ @pulumi.getter(name="managedInstanceErratumSummaryCollections")
77
+ def managed_instance_erratum_summary_collections(self) -> Sequence['outputs.GetManagedInstanceErrataManagedInstanceErratumSummaryCollectionResult']:
78
+ """
79
+ The list of managed_instance_erratum_summary_collection.
80
+ """
81
+ return pulumi.get(self, "managed_instance_erratum_summary_collections")
82
+
83
+ @property
84
+ @pulumi.getter(name="managedInstanceId")
85
+ def managed_instance_id(self) -> str:
86
+ return pulumi.get(self, "managed_instance_id")
87
+
88
+ @property
89
+ @pulumi.getter(name="nameContains")
90
+ def name_contains(self) -> Optional[str]:
91
+ return pulumi.get(self, "name_contains")
92
+
93
+ @property
94
+ @pulumi.getter
95
+ def names(self) -> Optional[Sequence[str]]:
96
+ """
97
+ The name of the software package.
98
+ """
99
+ return pulumi.get(self, "names")
100
+
101
+
102
+ class AwaitableGetManagedInstanceErrataResult(GetManagedInstanceErrataResult):
103
+ # pylint: disable=using-constant-test
104
+ def __await__(self):
105
+ if False:
106
+ yield self
107
+ return GetManagedInstanceErrataResult(
108
+ classification_types=self.classification_types,
109
+ compartment_id=self.compartment_id,
110
+ filters=self.filters,
111
+ id=self.id,
112
+ managed_instance_erratum_summary_collections=self.managed_instance_erratum_summary_collections,
113
+ managed_instance_id=self.managed_instance_id,
114
+ name_contains=self.name_contains,
115
+ names=self.names)
116
+
117
+
118
+ def get_managed_instance_errata(classification_types: Optional[Sequence[str]] = None,
119
+ compartment_id: Optional[str] = None,
120
+ filters: Optional[Sequence[pulumi.InputType['GetManagedInstanceErrataFilterArgs']]] = None,
121
+ managed_instance_id: Optional[str] = None,
122
+ name_contains: Optional[str] = None,
123
+ names: Optional[Sequence[str]] = None,
124
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedInstanceErrataResult:
125
+ """
126
+ This data source provides the list of Managed Instance Errata in Oracle Cloud Infrastructure Os Management Hub service.
127
+
128
+ Returns a list of applicable errata on the managed instance.
129
+
130
+ ## Example Usage
131
+
132
+ ```python
133
+ import pulumi
134
+ import pulumi_oci as oci
135
+
136
+ test_managed_instance_errata = oci.OsManagementHub.get_managed_instance_errata(managed_instance_id=test_managed_instance["id"],
137
+ classification_types=managed_instance_errata_classification_type,
138
+ compartment_id=compartment_id,
139
+ names=managed_instance_errata_name,
140
+ name_contains=managed_instance_errata_name_contains)
141
+ ```
142
+
143
+
144
+ :param Sequence[str] classification_types: A filter to return only packages that match the given update classification type.
145
+ :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
146
+ :param str managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
147
+ :param str name_contains: A filter to return resources that may partially match the erratum name given.
148
+ :param Sequence[str] names: The assigned erratum name. It's unique and not changeable. Example: `ELSA-2020-5804`
149
+ """
150
+ __args__ = dict()
151
+ __args__['classificationTypes'] = classification_types
152
+ __args__['compartmentId'] = compartment_id
153
+ __args__['filters'] = filters
154
+ __args__['managedInstanceId'] = managed_instance_id
155
+ __args__['nameContains'] = name_contains
156
+ __args__['names'] = names
157
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
158
+ __ret__ = pulumi.runtime.invoke('oci:OsManagementHub/getManagedInstanceErrata:getManagedInstanceErrata', __args__, opts=opts, typ=GetManagedInstanceErrataResult).value
159
+
160
+ return AwaitableGetManagedInstanceErrataResult(
161
+ classification_types=pulumi.get(__ret__, 'classification_types'),
162
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
163
+ filters=pulumi.get(__ret__, 'filters'),
164
+ id=pulumi.get(__ret__, 'id'),
165
+ managed_instance_erratum_summary_collections=pulumi.get(__ret__, 'managed_instance_erratum_summary_collections'),
166
+ managed_instance_id=pulumi.get(__ret__, 'managed_instance_id'),
167
+ name_contains=pulumi.get(__ret__, 'name_contains'),
168
+ names=pulumi.get(__ret__, 'names'))
169
+
170
+
171
+ @_utilities.lift_output_func(get_managed_instance_errata)
172
+ def get_managed_instance_errata_output(classification_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
173
+ compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
174
+ filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetManagedInstanceErrataFilterArgs']]]]] = None,
175
+ managed_instance_id: Optional[pulumi.Input[str]] = None,
176
+ name_contains: Optional[pulumi.Input[Optional[str]]] = None,
177
+ names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
178
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedInstanceErrataResult]:
179
+ """
180
+ This data source provides the list of Managed Instance Errata in Oracle Cloud Infrastructure Os Management Hub service.
181
+
182
+ Returns a list of applicable errata on the managed instance.
183
+
184
+ ## Example Usage
185
+
186
+ ```python
187
+ import pulumi
188
+ import pulumi_oci as oci
189
+
190
+ test_managed_instance_errata = oci.OsManagementHub.get_managed_instance_errata(managed_instance_id=test_managed_instance["id"],
191
+ classification_types=managed_instance_errata_classification_type,
192
+ compartment_id=compartment_id,
193
+ names=managed_instance_errata_name,
194
+ name_contains=managed_instance_errata_name_contains)
195
+ ```
196
+
197
+
198
+ :param Sequence[str] classification_types: A filter to return only packages that match the given update classification type.
199
+ :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
200
+ :param str managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
201
+ :param str name_contains: A filter to return resources that may partially match the erratum name given.
202
+ :param Sequence[str] names: The assigned erratum name. It's unique and not changeable. Example: `ELSA-2020-5804`
203
+ """
204
+ ...
@@ -22,10 +22,13 @@ class GetManagedInstanceGroupResult:
22
22
  """
23
23
  A collection of values returned by getManagedInstanceGroup.
24
24
  """
25
- def __init__(__self__, arch_type=None, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, managed_instance_count=None, managed_instance_group_id=None, managed_instance_ids=None, os_family=None, pending_job_count=None, software_source_ids=None, software_sources=None, state=None, system_tags=None, time_created=None, time_modified=None, vendor_name=None):
25
+ def __init__(__self__, arch_type=None, autonomous_settings=None, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, is_managed_by_autonomous_linux=None, location=None, managed_instance_count=None, managed_instance_group_id=None, managed_instance_ids=None, notification_topic_id=None, os_family=None, pending_job_count=None, software_source_ids=None, software_sources=None, state=None, system_tags=None, time_created=None, time_modified=None, vendor_name=None):
26
26
  if arch_type and not isinstance(arch_type, str):
27
27
  raise TypeError("Expected argument 'arch_type' to be a str")
28
28
  pulumi.set(__self__, "arch_type", arch_type)
29
+ if autonomous_settings and not isinstance(autonomous_settings, list):
30
+ raise TypeError("Expected argument 'autonomous_settings' to be a list")
31
+ pulumi.set(__self__, "autonomous_settings", autonomous_settings)
29
32
  if compartment_id and not isinstance(compartment_id, str):
30
33
  raise TypeError("Expected argument 'compartment_id' to be a str")
31
34
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -44,6 +47,12 @@ class GetManagedInstanceGroupResult:
44
47
  if id and not isinstance(id, str):
45
48
  raise TypeError("Expected argument 'id' to be a str")
46
49
  pulumi.set(__self__, "id", id)
50
+ if is_managed_by_autonomous_linux and not isinstance(is_managed_by_autonomous_linux, bool):
51
+ raise TypeError("Expected argument 'is_managed_by_autonomous_linux' to be a bool")
52
+ pulumi.set(__self__, "is_managed_by_autonomous_linux", is_managed_by_autonomous_linux)
53
+ if location and not isinstance(location, str):
54
+ raise TypeError("Expected argument 'location' to be a str")
55
+ pulumi.set(__self__, "location", location)
47
56
  if managed_instance_count and not isinstance(managed_instance_count, int):
48
57
  raise TypeError("Expected argument 'managed_instance_count' to be a int")
49
58
  pulumi.set(__self__, "managed_instance_count", managed_instance_count)
@@ -53,6 +62,9 @@ class GetManagedInstanceGroupResult:
53
62
  if managed_instance_ids and not isinstance(managed_instance_ids, list):
54
63
  raise TypeError("Expected argument 'managed_instance_ids' to be a list")
55
64
  pulumi.set(__self__, "managed_instance_ids", managed_instance_ids)
65
+ if notification_topic_id and not isinstance(notification_topic_id, str):
66
+ raise TypeError("Expected argument 'notification_topic_id' to be a str")
67
+ pulumi.set(__self__, "notification_topic_id", notification_topic_id)
56
68
  if os_family and not isinstance(os_family, str):
57
69
  raise TypeError("Expected argument 'os_family' to be a str")
58
70
  pulumi.set(__self__, "os_family", os_family)
@@ -89,11 +101,19 @@ class GetManagedInstanceGroupResult:
89
101
  """
90
102
  return pulumi.get(self, "arch_type")
91
103
 
104
+ @property
105
+ @pulumi.getter(name="autonomousSettings")
106
+ def autonomous_settings(self) -> Sequence['outputs.GetManagedInstanceGroupAutonomousSettingResult']:
107
+ """
108
+ Settings for the Autonomous Linux service.
109
+ """
110
+ return pulumi.get(self, "autonomous_settings")
111
+
92
112
  @property
93
113
  @pulumi.getter(name="compartmentId")
94
114
  def compartment_id(self) -> str:
95
115
  """
96
- The OCID of the tenancy containing the managed instance group.
116
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance group.
97
117
  """
98
118
  return pulumi.get(self, "compartment_id")
99
119
 
@@ -133,15 +153,31 @@ class GetManagedInstanceGroupResult:
133
153
  @pulumi.getter
134
154
  def id(self) -> str:
135
155
  """
136
- The OCID of the software source.
156
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
137
157
  """
138
158
  return pulumi.get(self, "id")
139
159
 
160
+ @property
161
+ @pulumi.getter(name="isManagedByAutonomousLinux")
162
+ def is_managed_by_autonomous_linux(self) -> bool:
163
+ """
164
+ Indicates whether the Autonomous Linux service manages the group.
165
+ """
166
+ return pulumi.get(self, "is_managed_by_autonomous_linux")
167
+
168
+ @property
169
+ @pulumi.getter
170
+ def location(self) -> str:
171
+ """
172
+ The location of managed instances attached to the group.
173
+ """
174
+ return pulumi.get(self, "location")
175
+
140
176
  @property
141
177
  @pulumi.getter(name="managedInstanceCount")
142
178
  def managed_instance_count(self) -> int:
143
179
  """
144
- The number of Managed Instances in the managed instance group.
180
+ The number of managed instances in the group.
145
181
  """
146
182
  return pulumi.get(self, "managed_instance_count")
147
183
 
@@ -154,10 +190,18 @@ class GetManagedInstanceGroupResult:
154
190
  @pulumi.getter(name="managedInstanceIds")
155
191
  def managed_instance_ids(self) -> Sequence[str]:
156
192
  """
157
- The list of managed instances OCIDs attached to the managed instance group.
193
+ The list of managed instance [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) attached to the managed instance group.
158
194
  """
159
195
  return pulumi.get(self, "managed_instance_ids")
160
196
 
197
+ @property
198
+ @pulumi.getter(name="notificationTopicId")
199
+ def notification_topic_id(self) -> str:
200
+ """
201
+ 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.
202
+ """
203
+ return pulumi.get(self, "notification_topic_id")
204
+
161
205
  @property
162
206
  @pulumi.getter(name="osFamily")
163
207
  def os_family(self) -> str:
@@ -210,7 +254,7 @@ class GetManagedInstanceGroupResult:
210
254
  @pulumi.getter(name="timeCreated")
211
255
  def time_created(self) -> str:
212
256
  """
213
- The time the managed instance group was created. An RFC3339 formatted datetime string.
257
+ The time the managed instance group was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
214
258
  """
215
259
  return pulumi.get(self, "time_created")
216
260
 
@@ -218,7 +262,7 @@ class GetManagedInstanceGroupResult:
218
262
  @pulumi.getter(name="timeModified")
219
263
  def time_modified(self) -> str:
220
264
  """
221
- The time the managed instance group was last modified. An RFC3339 formatted datetime string.
265
+ The time the managed instance group was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
222
266
  """
223
267
  return pulumi.get(self, "time_modified")
224
268
 
@@ -226,7 +270,7 @@ class GetManagedInstanceGroupResult:
226
270
  @pulumi.getter(name="vendorName")
227
271
  def vendor_name(self) -> str:
228
272
  """
229
- The software source vendor name.
273
+ The vendor of the operating system used by the managed instances in the group.
230
274
  """
231
275
  return pulumi.get(self, "vendor_name")
232
276
 
@@ -238,15 +282,19 @@ class AwaitableGetManagedInstanceGroupResult(GetManagedInstanceGroupResult):
238
282
  yield self
239
283
  return GetManagedInstanceGroupResult(
240
284
  arch_type=self.arch_type,
285
+ autonomous_settings=self.autonomous_settings,
241
286
  compartment_id=self.compartment_id,
242
287
  defined_tags=self.defined_tags,
243
288
  description=self.description,
244
289
  display_name=self.display_name,
245
290
  freeform_tags=self.freeform_tags,
246
291
  id=self.id,
292
+ is_managed_by_autonomous_linux=self.is_managed_by_autonomous_linux,
293
+ location=self.location,
247
294
  managed_instance_count=self.managed_instance_count,
248
295
  managed_instance_group_id=self.managed_instance_group_id,
249
296
  managed_instance_ids=self.managed_instance_ids,
297
+ notification_topic_id=self.notification_topic_id,
250
298
  os_family=self.os_family,
251
299
  pending_job_count=self.pending_job_count,
252
300
  software_source_ids=self.software_source_ids,
@@ -275,7 +323,7 @@ def get_managed_instance_group(managed_instance_group_id: Optional[str] = None,
275
323
  ```
276
324
 
277
325
 
278
- :param str managed_instance_group_id: The managed instance group OCID.
326
+ :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
279
327
  """
280
328
  __args__ = dict()
281
329
  __args__['managedInstanceGroupId'] = managed_instance_group_id
@@ -284,15 +332,19 @@ def get_managed_instance_group(managed_instance_group_id: Optional[str] = None,
284
332
 
285
333
  return AwaitableGetManagedInstanceGroupResult(
286
334
  arch_type=pulumi.get(__ret__, 'arch_type'),
335
+ autonomous_settings=pulumi.get(__ret__, 'autonomous_settings'),
287
336
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
288
337
  defined_tags=pulumi.get(__ret__, 'defined_tags'),
289
338
  description=pulumi.get(__ret__, 'description'),
290
339
  display_name=pulumi.get(__ret__, 'display_name'),
291
340
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
292
341
  id=pulumi.get(__ret__, 'id'),
342
+ is_managed_by_autonomous_linux=pulumi.get(__ret__, 'is_managed_by_autonomous_linux'),
343
+ location=pulumi.get(__ret__, 'location'),
293
344
  managed_instance_count=pulumi.get(__ret__, 'managed_instance_count'),
294
345
  managed_instance_group_id=pulumi.get(__ret__, 'managed_instance_group_id'),
295
346
  managed_instance_ids=pulumi.get(__ret__, 'managed_instance_ids'),
347
+ notification_topic_id=pulumi.get(__ret__, 'notification_topic_id'),
296
348
  os_family=pulumi.get(__ret__, 'os_family'),
297
349
  pending_job_count=pulumi.get(__ret__, 'pending_job_count'),
298
350
  software_source_ids=pulumi.get(__ret__, 'software_source_ids'),
@@ -322,6 +374,6 @@ def get_managed_instance_group_output(managed_instance_group_id: Optional[pulumi
322
374
  ```
323
375
 
324
376
 
325
- :param str managed_instance_group_id: The managed instance group OCID.
377
+ :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
326
378
  """
327
379
  ...
@@ -81,7 +81,7 @@ class GetManagedInstanceGroupAvailableModulesResult:
81
81
  @pulumi.getter
82
82
  def name(self) -> Optional[str]:
83
83
  """
84
- The name of the module that is available to be enabled on the managed instance group.
84
+ The name of the module that is available to the managed instance group.
85
85
  """
86
86
  return pulumi.get(self, "name")
87
87
 
@@ -115,8 +115,7 @@ def get_managed_instance_group_available_modules(compartment_id: Optional[str] =
115
115
  """
116
116
  This data source provides the list of Managed Instance Group Available Modules in Oracle Cloud Infrastructure Os Management Hub service.
117
117
 
118
- Lists available modules that for the specified managed instance group. Filter the list against a variety of
119
- criteria including but not limited to its name.
118
+ List modules that are available for installation on the specified managed instance group. Filter the list against a variety of criteria including but not limited to module name.
120
119
 
121
120
  ## Example Usage
122
121
 
@@ -131,8 +130,8 @@ def get_managed_instance_group_available_modules(compartment_id: Optional[str] =
131
130
  ```
132
131
 
133
132
 
134
- :param str compartment_id: The OCID of the compartment that contains the resources to list.
135
- :param str managed_instance_group_id: The managed instance group OCID.
133
+ :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
134
+ :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
136
135
  :param str name: The resource name.
137
136
  :param str name_contains: A filter to return resources that may partially match the name given.
138
137
  """
@@ -165,8 +164,7 @@ def get_managed_instance_group_available_modules_output(compartment_id: Optional
165
164
  """
166
165
  This data source provides the list of Managed Instance Group Available Modules in Oracle Cloud Infrastructure Os Management Hub service.
167
166
 
168
- Lists available modules that for the specified managed instance group. Filter the list against a variety of
169
- criteria including but not limited to its name.
167
+ List modules that are available for installation on the specified managed instance group. Filter the list against a variety of criteria including but not limited to module name.
170
168
 
171
169
  ## Example Usage
172
170
 
@@ -181,8 +179,8 @@ def get_managed_instance_group_available_modules_output(compartment_id: Optional
181
179
  ```
182
180
 
183
181
 
184
- :param str compartment_id: The OCID of the compartment that contains the resources to list.
185
- :param str managed_instance_group_id: The managed instance group OCID.
182
+ :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
183
+ :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
186
184
  :param str name: The resource name.
187
185
  :param str name_contains: A filter to return resources that may partially match the name given.
188
186
  """
@@ -84,7 +84,7 @@ class GetManagedInstanceGroupAvailablePackagesResult:
84
84
  @pulumi.getter(name="isLatest")
85
85
  def is_latest(self) -> Optional[bool]:
86
86
  """
87
- Flag to return only latest package versions.
87
+ Indicates whether this is the latest package version.
88
88
  """
89
89
  return pulumi.get(self, "is_latest")
90
90
 
@@ -145,11 +145,11 @@ def get_managed_instance_group_available_packages(compartment_id: Optional[str]
145
145
  ```
146
146
 
147
147
 
148
- :param str compartment_id: The OCID of the compartment that contains the resources to list.
148
+ :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
149
149
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
150
150
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
151
- :param bool is_latest: A boolean variable that is used to list only the latest versions of packages, module streams, and stream profiles when set to true. All packages, module streams, and stream profiles are returned when set to false.
152
- :param str managed_instance_group_id: The managed instance group OCID.
151
+ :param bool is_latest: Indicates whether to list only the latest versions of packages, module streams, and stream profiles.
152
+ :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
153
153
  """
154
154
  __args__ = dict()
155
155
  __args__['compartmentId'] = compartment_id
@@ -200,10 +200,10 @@ def get_managed_instance_group_available_packages_output(compartment_id: Optiona
200
200
  ```
201
201
 
202
202
 
203
- :param str compartment_id: The OCID of the compartment that contains the resources to list.
203
+ :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
204
204
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
205
205
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
206
- :param bool is_latest: A boolean variable that is used to list only the latest versions of packages, module streams, and stream profiles when set to true. All packages, module streams, and stream profiles are returned when set to false.
207
- :param str managed_instance_group_id: The managed instance group OCID.
206
+ :param bool is_latest: Indicates whether to list only the latest versions of packages, module streams, and stream profiles.
207
+ :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
208
208
  """
209
209
  ...
@@ -58,7 +58,7 @@ class GetManagedInstanceGroupAvailableSoftwareSourcesResult:
58
58
  @pulumi.getter(name="compartmentId")
59
59
  def compartment_id(self) -> Optional[str]:
60
60
  """
61
- The OCID for the compartment.
61
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the software source.
62
62
  """
63
63
  return pulumi.get(self, "compartment_id")
64
64
 
@@ -71,7 +71,7 @@ class GetManagedInstanceGroupAvailableSoftwareSourcesResult:
71
71
  @pulumi.getter(name="displayNames")
72
72
  def display_names(self) -> Optional[Sequence[str]]:
73
73
  """
74
- User friendly name for the software source.
74
+ User-friendly name for the software source.
75
75
  """
76
76
  return pulumi.get(self, "display_names")
77
77
 
@@ -118,8 +118,7 @@ def get_managed_instance_group_available_software_sources(compartment_id: Option
118
118
  """
119
119
  This data source provides the list of Managed Instance Group Available Software Sources in Oracle Cloud Infrastructure Os Management Hub service.
120
120
 
121
- Lists available software sources for a specified managed instance group. Filter the list against a variety of
122
- criteria including but not limited to its name.
121
+ Lists available software sources for a specified managed instance group. Filter the list against a variety of criteria including but not limited to the software source name. The results list only software sources that have not already been added to the group.
123
122
 
124
123
  ## Example Usage
125
124
 
@@ -134,10 +133,10 @@ def get_managed_instance_group_available_software_sources(compartment_id: Option
134
133
  ```
135
134
 
136
135
 
137
- :param str compartment_id: The OCID of the compartment that contains the resources to list.
136
+ :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
138
137
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
139
138
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
140
- :param str managed_instance_group_id: The managed instance group OCID.
139
+ :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
141
140
  """
142
141
  __args__ = dict()
143
142
  __args__['compartmentId'] = compartment_id
@@ -168,8 +167,7 @@ def get_managed_instance_group_available_software_sources_output(compartment_id:
168
167
  """
169
168
  This data source provides the list of Managed Instance Group Available Software Sources in Oracle Cloud Infrastructure Os Management Hub service.
170
169
 
171
- Lists available software sources for a specified managed instance group. Filter the list against a variety of
172
- criteria including but not limited to its name.
170
+ Lists available software sources for a specified managed instance group. Filter the list against a variety of criteria including but not limited to the software source name. The results list only software sources that have not already been added to the group.
173
171
 
174
172
  ## Example Usage
175
173
 
@@ -184,9 +182,9 @@ def get_managed_instance_group_available_software_sources_output(compartment_id:
184
182
  ```
185
183
 
186
184
 
187
- :param str compartment_id: The OCID of the compartment that contains the resources to list.
185
+ :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
188
186
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
189
187
  :param Sequence[str] display_names: A filter to return resources that match the given display names.
190
- :param str managed_instance_group_id: The managed instance group OCID.
188
+ :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
191
189
  """
192
190
  ...