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
@@ -22,7 +22,7 @@ class GetManagementStationResult:
22
22
  """
23
23
  A collection of values returned by getManagementStation.
24
24
  """
25
- def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, hostname=None, id=None, managed_instance_id=None, management_station_id=None, mirror_capacity=None, mirror_sync_statuses=None, mirrors=None, overall_percentage=None, overall_state=None, profile_id=None, proxies=None, scheduled_job_id=None, state=None, system_tags=None, total_mirrors=None):
25
+ def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, healths=None, hostname=None, id=None, managed_instance_id=None, management_station_id=None, mirror_capacity=None, mirror_sync_statuses=None, mirrors=None, overall_percentage=None, overall_state=None, profile_id=None, proxies=None, refresh_trigger=None, scheduled_job_id=None, state=None, system_tags=None, total_mirrors=None):
26
26
  if compartment_id and not isinstance(compartment_id, str):
27
27
  raise TypeError("Expected argument 'compartment_id' to be a str")
28
28
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -38,6 +38,9 @@ class GetManagementStationResult:
38
38
  if freeform_tags and not isinstance(freeform_tags, dict):
39
39
  raise TypeError("Expected argument 'freeform_tags' to be a dict")
40
40
  pulumi.set(__self__, "freeform_tags", freeform_tags)
41
+ if healths and not isinstance(healths, list):
42
+ raise TypeError("Expected argument 'healths' to be a list")
43
+ pulumi.set(__self__, "healths", healths)
41
44
  if hostname and not isinstance(hostname, str):
42
45
  raise TypeError("Expected argument 'hostname' to be a str")
43
46
  pulumi.set(__self__, "hostname", hostname)
@@ -71,6 +74,9 @@ class GetManagementStationResult:
71
74
  if proxies and not isinstance(proxies, list):
72
75
  raise TypeError("Expected argument 'proxies' to be a list")
73
76
  pulumi.set(__self__, "proxies", proxies)
77
+ if refresh_trigger and not isinstance(refresh_trigger, int):
78
+ raise TypeError("Expected argument 'refresh_trigger' to be a int")
79
+ pulumi.set(__self__, "refresh_trigger", refresh_trigger)
74
80
  if scheduled_job_id and not isinstance(scheduled_job_id, str):
75
81
  raise TypeError("Expected argument 'scheduled_job_id' to be a str")
76
82
  pulumi.set(__self__, "scheduled_job_id", scheduled_job_id)
@@ -88,7 +94,7 @@ class GetManagementStationResult:
88
94
  @pulumi.getter(name="compartmentId")
89
95
  def compartment_id(self) -> str:
90
96
  """
91
- The OCID of the tenancy containing the Management Station.
97
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the management station.
92
98
  """
93
99
  return pulumi.get(self, "compartment_id")
94
100
 
@@ -104,7 +110,7 @@ class GetManagementStationResult:
104
110
  @pulumi.getter
105
111
  def description(self) -> str:
106
112
  """
107
- Details describing the ManagementStation config.
113
+ Explanation of the health status.
108
114
  """
109
115
  return pulumi.get(self, "description")
110
116
 
@@ -112,7 +118,7 @@ class GetManagementStationResult:
112
118
  @pulumi.getter(name="displayName")
113
119
  def display_name(self) -> str:
114
120
  """
115
- ManagementStation name
121
+ A user-friendly name for the management station.
116
122
  """
117
123
  return pulumi.get(self, "display_name")
118
124
 
@@ -124,11 +130,19 @@ class GetManagementStationResult:
124
130
  """
125
131
  return pulumi.get(self, "freeform_tags")
126
132
 
133
+ @property
134
+ @pulumi.getter
135
+ def healths(self) -> Sequence['outputs.GetManagementStationHealthResult']:
136
+ """
137
+ Overall health information of the management station.
138
+ """
139
+ return pulumi.get(self, "healths")
140
+
127
141
  @property
128
142
  @pulumi.getter
129
143
  def hostname(self) -> str:
130
144
  """
131
- Name of the host
145
+ Hostname of the management station.
132
146
  """
133
147
  return pulumi.get(self, "hostname")
134
148
 
@@ -136,7 +150,7 @@ class GetManagementStationResult:
136
150
  @pulumi.getter
137
151
  def id(self) -> str:
138
152
  """
139
- OCID for the ManagementStation config
153
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
140
154
  """
141
155
  return pulumi.get(self, "id")
142
156
 
@@ -144,7 +158,7 @@ class GetManagementStationResult:
144
158
  @pulumi.getter(name="managedInstanceId")
145
159
  def managed_instance_id(self) -> str:
146
160
  """
147
- OCID for the Instance associated with the Management Station.
161
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance that is acting as the management station.
148
162
  """
149
163
  return pulumi.get(self, "managed_instance_id")
150
164
 
@@ -157,7 +171,7 @@ class GetManagementStationResult:
157
171
  @pulumi.getter(name="mirrorCapacity")
158
172
  def mirror_capacity(self) -> int:
159
173
  """
160
- A decimal number representing the mirror capacity
174
+ A decimal number representing the amount of mirror capacity used by the sync.
161
175
  """
162
176
  return pulumi.get(self, "mirror_capacity")
163
177
 
@@ -165,7 +179,7 @@ class GetManagementStationResult:
165
179
  @pulumi.getter(name="mirrorSyncStatuses")
166
180
  def mirror_sync_statuses(self) -> Sequence['outputs.GetManagementStationMirrorSyncStatusResult']:
167
181
  """
168
- Status summary of all repos
182
+ Status summary of the mirror sync.
169
183
  """
170
184
  return pulumi.get(self, "mirror_sync_statuses")
171
185
 
@@ -173,7 +187,7 @@ class GetManagementStationResult:
173
187
  @pulumi.getter
174
188
  def mirrors(self) -> Sequence['outputs.GetManagementStationMirrorResult']:
175
189
  """
176
- Information for a mirror configuration
190
+ Mirror information used for the management station configuration.
177
191
  """
178
192
  return pulumi.get(self, "mirrors")
179
193
 
@@ -181,7 +195,7 @@ class GetManagementStationResult:
181
195
  @pulumi.getter(name="overallPercentage")
182
196
  def overall_percentage(self) -> int:
183
197
  """
184
- A decimal number representing the completeness percentage
198
+ A decimal number representing the progress of the current mirror sync.
185
199
  """
186
200
  return pulumi.get(self, "overall_percentage")
187
201
 
@@ -189,7 +203,7 @@ class GetManagementStationResult:
189
203
  @pulumi.getter(name="overallState")
190
204
  def overall_state(self) -> str:
191
205
  """
192
- Current state of the mirroring
206
+ Current state of the mirror sync for the management station.
193
207
  """
194
208
  return pulumi.get(self, "overall_state")
195
209
 
@@ -197,7 +211,7 @@ class GetManagementStationResult:
197
211
  @pulumi.getter(name="profileId")
198
212
  def profile_id(self) -> str:
199
213
  """
200
- OCID of the Profile associated with the Station
214
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile used for the management station.
201
215
  """
202
216
  return pulumi.get(self, "profile_id")
203
217
 
@@ -205,15 +219,20 @@ class GetManagementStationResult:
205
219
  @pulumi.getter
206
220
  def proxies(self) -> Sequence['outputs.GetManagementStationProxyResult']:
207
221
  """
208
- Information for a proxy configuration
222
+ Proxy information used for the management station configuration.
209
223
  """
210
224
  return pulumi.get(self, "proxies")
211
225
 
226
+ @property
227
+ @pulumi.getter(name="refreshTrigger")
228
+ def refresh_trigger(self) -> int:
229
+ return pulumi.get(self, "refresh_trigger")
230
+
212
231
  @property
213
232
  @pulumi.getter(name="scheduledJobId")
214
233
  def scheduled_job_id(self) -> str:
215
234
  """
216
- OCID of the Scheduled Job for mirror sync
235
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the scheduled job for the mirror sync.
217
236
  """
218
237
  return pulumi.get(self, "scheduled_job_id")
219
238
 
@@ -221,7 +240,7 @@ class GetManagementStationResult:
221
240
  @pulumi.getter
222
241
  def state(self) -> str:
223
242
  """
224
- The current state of the Management Station config.
243
+ The current state of the management station.
225
244
  """
226
245
  return pulumi.get(self, "state")
227
246
 
@@ -237,7 +256,7 @@ class GetManagementStationResult:
237
256
  @pulumi.getter(name="totalMirrors")
238
257
  def total_mirrors(self) -> int:
239
258
  """
240
- A decimal number representing the total of repos
259
+ The number of software sources that the station is mirroring.
241
260
  """
242
261
  return pulumi.get(self, "total_mirrors")
243
262
 
@@ -253,6 +272,7 @@ class AwaitableGetManagementStationResult(GetManagementStationResult):
253
272
  description=self.description,
254
273
  display_name=self.display_name,
255
274
  freeform_tags=self.freeform_tags,
275
+ healths=self.healths,
256
276
  hostname=self.hostname,
257
277
  id=self.id,
258
278
  managed_instance_id=self.managed_instance_id,
@@ -264,6 +284,7 @@ class AwaitableGetManagementStationResult(GetManagementStationResult):
264
284
  overall_state=self.overall_state,
265
285
  profile_id=self.profile_id,
266
286
  proxies=self.proxies,
287
+ refresh_trigger=self.refresh_trigger,
267
288
  scheduled_job_id=self.scheduled_job_id,
268
289
  state=self.state,
269
290
  system_tags=self.system_tags,
@@ -287,7 +308,7 @@ def get_management_station(management_station_id: Optional[str] = None,
287
308
  ```
288
309
 
289
310
 
290
- :param str management_station_id: The OCID of the management station.
311
+ :param str management_station_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
291
312
  """
292
313
  __args__ = dict()
293
314
  __args__['managementStationId'] = management_station_id
@@ -300,6 +321,7 @@ def get_management_station(management_station_id: Optional[str] = None,
300
321
  description=pulumi.get(__ret__, 'description'),
301
322
  display_name=pulumi.get(__ret__, 'display_name'),
302
323
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
324
+ healths=pulumi.get(__ret__, 'healths'),
303
325
  hostname=pulumi.get(__ret__, 'hostname'),
304
326
  id=pulumi.get(__ret__, 'id'),
305
327
  managed_instance_id=pulumi.get(__ret__, 'managed_instance_id'),
@@ -311,6 +333,7 @@ def get_management_station(management_station_id: Optional[str] = None,
311
333
  overall_state=pulumi.get(__ret__, 'overall_state'),
312
334
  profile_id=pulumi.get(__ret__, 'profile_id'),
313
335
  proxies=pulumi.get(__ret__, 'proxies'),
336
+ refresh_trigger=pulumi.get(__ret__, 'refresh_trigger'),
314
337
  scheduled_job_id=pulumi.get(__ret__, 'scheduled_job_id'),
315
338
  state=pulumi.get(__ret__, 'state'),
316
339
  system_tags=pulumi.get(__ret__, 'system_tags'),
@@ -335,6 +358,6 @@ def get_management_station_output(management_station_id: Optional[pulumi.Input[s
335
358
  ```
336
359
 
337
360
 
338
- :param str management_station_id: The OCID of the management station.
361
+ :param str management_station_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
339
362
  """
340
363
  ...
@@ -130,9 +130,9 @@ def get_management_station_mirrors(display_name: Optional[str] = None,
130
130
  ```
131
131
 
132
132
 
133
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
133
+ :param str display_name: A filter to return resources that match the given user-friendly name.
134
134
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
135
- :param str management_station_id: The OCID of the management station.
135
+ :param str management_station_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
136
136
  :param Sequence[str] mirror_states: List of Mirror state to filter by
137
137
  """
138
138
  __args__ = dict()
@@ -179,9 +179,9 @@ def get_management_station_mirrors_output(display_name: Optional[pulumi.Input[Op
179
179
  ```
180
180
 
181
181
 
182
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
182
+ :param str display_name: A filter to return resources that match the given user-friendly name.
183
183
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
184
- :param str management_station_id: The OCID of the management station.
184
+ :param str management_station_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
185
185
  :param Sequence[str] mirror_states: List of Mirror state to filter by
186
186
  """
187
187
  ...
@@ -53,7 +53,7 @@ class GetManagementStationsResult:
53
53
  @pulumi.getter(name="compartmentId")
54
54
  def compartment_id(self) -> Optional[str]:
55
55
  """
56
- The OCID of the tenancy containing the Management Station.
56
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the management station.
57
57
  """
58
58
  return pulumi.get(self, "compartment_id")
59
59
 
@@ -61,7 +61,7 @@ class GetManagementStationsResult:
61
61
  @pulumi.getter(name="displayName")
62
62
  def display_name(self) -> Optional[str]:
63
63
  """
64
- ManagementStation name
64
+ A user-friendly name for the management station.
65
65
  """
66
66
  return pulumi.get(self, "display_name")
67
67
 
@@ -79,7 +79,7 @@ class GetManagementStationsResult:
79
79
  @pulumi.getter
80
80
  def id(self) -> Optional[str]:
81
81
  """
82
- OCID for the ManagementStation config
82
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station.
83
83
  """
84
84
  return pulumi.get(self, "id")
85
85
 
@@ -87,7 +87,7 @@ class GetManagementStationsResult:
87
87
  @pulumi.getter(name="managedInstanceId")
88
88
  def managed_instance_id(self) -> Optional[str]:
89
89
  """
90
- OCID for the Instance associated with the Management Station.
90
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance that is acting as the management station.
91
91
  """
92
92
  return pulumi.get(self, "managed_instance_id")
93
93
 
@@ -103,7 +103,7 @@ class GetManagementStationsResult:
103
103
  @pulumi.getter
104
104
  def state(self) -> Optional[str]:
105
105
  """
106
- The current state of the Management Station config.
106
+ The current state of the management station.
107
107
  """
108
108
  return pulumi.get(self, "state")
109
109
 
@@ -152,12 +152,12 @@ def get_management_stations(compartment_id: Optional[str] = None,
152
152
  ```
153
153
 
154
154
 
155
- :param str compartment_id: The OCID of the compartment that contains the resources to list.
156
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
155
+ :param str compartment_id: (Updatable) The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
156
+ :param str display_name: A filter to return resources that match the given user-friendly name.
157
157
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
158
- :param str id: The OCID of the management station.
159
- :param str managed_instance_id: The OCID of the managed instance for which to list resources.
160
- :param str state: The current lifecycle state for the object.
158
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station. A filter that returns information about the specified management station.
159
+ :param str managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance. This filter returns resources associated with this managed instance.
160
+ :param str state: A filter that returns information for management stations in the specified state.
161
161
  """
162
162
  __args__ = dict()
163
163
  __args__['compartmentId'] = compartment_id
@@ -210,11 +210,11 @@ def get_management_stations_output(compartment_id: Optional[pulumi.Input[Optiona
210
210
  ```
211
211
 
212
212
 
213
- :param str compartment_id: The OCID of the compartment that contains the resources to list.
214
- :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
213
+ :param str compartment_id: (Updatable) The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
214
+ :param str display_name: A filter to return resources that match the given user-friendly name.
215
215
  :param str display_name_contains: A filter to return resources that may partially match the given display name.
216
- :param str id: The OCID of the management station.
217
- :param str managed_instance_id: The OCID of the managed instance for which to list resources.
218
- :param str state: The current lifecycle state for the object.
216
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station. A filter that returns information about the specified management station.
217
+ :param str managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance. This filter returns resources associated with this managed instance.
218
+ :param str state: A filter that returns information for management stations in the specified state.
219
219
  """
220
220
  ...
@@ -22,7 +22,7 @@ class GetProfileResult:
22
22
  """
23
23
  A collection of values returned by getProfile.
24
24
  """
25
- def __init__(__self__, arch_type=None, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, lifecycle_environments=None, lifecycle_stage_id=None, lifecycle_stages=None, managed_instance_group_id=None, managed_instance_groups=None, management_station_id=None, os_family=None, profile_id=None, profile_type=None, software_source_ids=None, software_sources=None, state=None, system_tags=None, time_created=None, vendor_name=None):
25
+ def __init__(__self__, arch_type=None, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, is_default_profile=None, is_service_provided_profile=None, lifecycle_environments=None, lifecycle_stage_id=None, lifecycle_stages=None, managed_instance_group_id=None, managed_instance_groups=None, management_station_id=None, os_family=None, profile_id=None, profile_type=None, registration_type=None, software_source_ids=None, software_sources=None, state=None, system_tags=None, time_created=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)
@@ -44,6 +44,12 @@ class GetProfileResult:
44
44
  if id and not isinstance(id, str):
45
45
  raise TypeError("Expected argument 'id' to be a str")
46
46
  pulumi.set(__self__, "id", id)
47
+ if is_default_profile and not isinstance(is_default_profile, bool):
48
+ raise TypeError("Expected argument 'is_default_profile' to be a bool")
49
+ pulumi.set(__self__, "is_default_profile", is_default_profile)
50
+ if is_service_provided_profile and not isinstance(is_service_provided_profile, bool):
51
+ raise TypeError("Expected argument 'is_service_provided_profile' to be a bool")
52
+ pulumi.set(__self__, "is_service_provided_profile", is_service_provided_profile)
47
53
  if lifecycle_environments and not isinstance(lifecycle_environments, list):
48
54
  raise TypeError("Expected argument 'lifecycle_environments' to be a list")
49
55
  pulumi.set(__self__, "lifecycle_environments", lifecycle_environments)
@@ -71,6 +77,9 @@ class GetProfileResult:
71
77
  if profile_type and not isinstance(profile_type, str):
72
78
  raise TypeError("Expected argument 'profile_type' to be a str")
73
79
  pulumi.set(__self__, "profile_type", profile_type)
80
+ if registration_type and not isinstance(registration_type, str):
81
+ raise TypeError("Expected argument 'registration_type' to be a str")
82
+ pulumi.set(__self__, "registration_type", registration_type)
74
83
  if software_source_ids and not isinstance(software_source_ids, list):
75
84
  raise TypeError("Expected argument 'software_source_ids' to be a list")
76
85
  pulumi.set(__self__, "software_source_ids", software_source_ids)
@@ -102,7 +111,7 @@ class GetProfileResult:
102
111
  @pulumi.getter(name="compartmentId")
103
112
  def compartment_id(self) -> str:
104
113
  """
105
- The OCID of the tenancy containing the registration profile.
114
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the registration profile.
106
115
  """
107
116
  return pulumi.get(self, "compartment_id")
108
117
 
@@ -142,15 +151,31 @@ class GetProfileResult:
142
151
  @pulumi.getter
143
152
  def id(self) -> str:
144
153
  """
145
- The OCID of the software source.
154
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
146
155
  """
147
156
  return pulumi.get(self, "id")
148
157
 
158
+ @property
159
+ @pulumi.getter(name="isDefaultProfile")
160
+ def is_default_profile(self) -> bool:
161
+ """
162
+ Indicates if the profile is set as the default. There is exactly one default profile for a specified architecture, OS family, registration type, and vendor. When registering an instance with the corresonding characteristics, the default profile is used, unless another profile is specified.
163
+ """
164
+ return pulumi.get(self, "is_default_profile")
165
+
166
+ @property
167
+ @pulumi.getter(name="isServiceProvidedProfile")
168
+ def is_service_provided_profile(self) -> bool:
169
+ """
170
+ Indicates if the profile was created by the service. OS Management Hub provides a limited set of standardized profiles that can be used to register Autonomous Linux or Windows instances.
171
+ """
172
+ return pulumi.get(self, "is_service_provided_profile")
173
+
149
174
  @property
150
175
  @pulumi.getter(name="lifecycleEnvironments")
151
176
  def lifecycle_environments(self) -> Sequence['outputs.GetProfileLifecycleEnvironmentResult']:
152
177
  """
153
- Identifying information for the specified lifecycle environment.
178
+ Provides identifying information for the specified lifecycle environment.
154
179
  """
155
180
  return pulumi.get(self, "lifecycle_environments")
156
181
 
@@ -163,7 +188,7 @@ class GetProfileResult:
163
188
  @pulumi.getter(name="lifecycleStages")
164
189
  def lifecycle_stages(self) -> Sequence['outputs.GetProfileLifecycleStageResult']:
165
190
  """
166
- Identifying information for the specified lifecycle stage.
191
+ Provides identifying information for the specified lifecycle stage.
167
192
  """
168
193
  return pulumi.get(self, "lifecycle_stages")
169
194
 
@@ -176,7 +201,7 @@ class GetProfileResult:
176
201
  @pulumi.getter(name="managedInstanceGroups")
177
202
  def managed_instance_groups(self) -> Sequence['outputs.GetProfileManagedInstanceGroupResult']:
178
203
  """
179
- Identifying information for the specified managed instance group.
204
+ Provides identifying information for the specified managed instance group.
180
205
  """
181
206
  return pulumi.get(self, "managed_instance_groups")
182
207
 
@@ -184,7 +209,7 @@ class GetProfileResult:
184
209
  @pulumi.getter(name="managementStationId")
185
210
  def management_station_id(self) -> str:
186
211
  """
187
- The OCID of the management station.
212
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station to associate with an instance once registered. Associating with a management station applies only to non-OCI instances.
188
213
  """
189
214
  return pulumi.get(self, "management_station_id")
190
215
 
@@ -205,10 +230,18 @@ class GetProfileResult:
205
230
  @pulumi.getter(name="profileType")
206
231
  def profile_type(self) -> str:
207
232
  """
208
- The type of Profile. One of SOFTWARESOURCE, GROUP or LIFECYCLE.
233
+ The type of profile.
209
234
  """
210
235
  return pulumi.get(self, "profile_type")
211
236
 
237
+ @property
238
+ @pulumi.getter(name="registrationType")
239
+ def registration_type(self) -> str:
240
+ """
241
+ The type of instance to register.
242
+ """
243
+ return pulumi.get(self, "registration_type")
244
+
212
245
  @property
213
246
  @pulumi.getter(name="softwareSourceIds")
214
247
  def software_source_ids(self) -> Sequence[str]:
@@ -242,7 +275,7 @@ class GetProfileResult:
242
275
  @pulumi.getter(name="timeCreated")
243
276
  def time_created(self) -> str:
244
277
  """
245
- The time the the registration profile was created. An RFC3339 formatted datetime string.
278
+ The time the registration profile was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
246
279
  """
247
280
  return pulumi.get(self, "time_created")
248
281
 
@@ -250,7 +283,7 @@ class GetProfileResult:
250
283
  @pulumi.getter(name="vendorName")
251
284
  def vendor_name(self) -> str:
252
285
  """
253
- The software source vendor name.
286
+ The vendor of the operating system for the instance.
254
287
  """
255
288
  return pulumi.get(self, "vendor_name")
256
289
 
@@ -268,6 +301,8 @@ class AwaitableGetProfileResult(GetProfileResult):
268
301
  display_name=self.display_name,
269
302
  freeform_tags=self.freeform_tags,
270
303
  id=self.id,
304
+ is_default_profile=self.is_default_profile,
305
+ is_service_provided_profile=self.is_service_provided_profile,
271
306
  lifecycle_environments=self.lifecycle_environments,
272
307
  lifecycle_stage_id=self.lifecycle_stage_id,
273
308
  lifecycle_stages=self.lifecycle_stages,
@@ -277,6 +312,7 @@ class AwaitableGetProfileResult(GetProfileResult):
277
312
  os_family=self.os_family,
278
313
  profile_id=self.profile_id,
279
314
  profile_type=self.profile_type,
315
+ registration_type=self.registration_type,
280
316
  software_source_ids=self.software_source_ids,
281
317
  software_sources=self.software_sources,
282
318
  state=self.state,
@@ -302,7 +338,7 @@ def get_profile(profile_id: Optional[str] = None,
302
338
  ```
303
339
 
304
340
 
305
- :param str profile_id: The OCID of the registration profile.
341
+ :param str profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
306
342
  """
307
343
  __args__ = dict()
308
344
  __args__['profileId'] = profile_id
@@ -317,6 +353,8 @@ def get_profile(profile_id: Optional[str] = None,
317
353
  display_name=pulumi.get(__ret__, 'display_name'),
318
354
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
319
355
  id=pulumi.get(__ret__, 'id'),
356
+ is_default_profile=pulumi.get(__ret__, 'is_default_profile'),
357
+ is_service_provided_profile=pulumi.get(__ret__, 'is_service_provided_profile'),
320
358
  lifecycle_environments=pulumi.get(__ret__, 'lifecycle_environments'),
321
359
  lifecycle_stage_id=pulumi.get(__ret__, 'lifecycle_stage_id'),
322
360
  lifecycle_stages=pulumi.get(__ret__, 'lifecycle_stages'),
@@ -326,6 +364,7 @@ def get_profile(profile_id: Optional[str] = None,
326
364
  os_family=pulumi.get(__ret__, 'os_family'),
327
365
  profile_id=pulumi.get(__ret__, 'profile_id'),
328
366
  profile_type=pulumi.get(__ret__, 'profile_type'),
367
+ registration_type=pulumi.get(__ret__, 'registration_type'),
329
368
  software_source_ids=pulumi.get(__ret__, 'software_source_ids'),
330
369
  software_sources=pulumi.get(__ret__, 'software_sources'),
331
370
  state=pulumi.get(__ret__, 'state'),
@@ -352,6 +391,6 @@ def get_profile_output(profile_id: Optional[pulumi.Input[str]] = None,
352
391
  ```
353
392
 
354
393
 
355
- :param str profile_id: The OCID of the registration profile.
394
+ :param str profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile.
356
395
  """
357
396
  ...