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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +0 -208
  2. pulumi_oci/core/__init__.py +0 -3
  3. pulumi_oci/core/_inputs.py +0 -40
  4. pulumi_oci/core/outputs.py +0 -261
  5. pulumi_oci/database/_inputs.py +0 -192
  6. pulumi_oci/database/exadata_infrastructure.py +0 -28
  7. pulumi_oci/database/get_exadata_infrastructure.py +1 -14
  8. pulumi_oci/database/get_vm_cluster.py +1 -14
  9. pulumi_oci/database/outputs.py +0 -418
  10. pulumi_oci/database/vm_cluster.py +0 -55
  11. pulumi_oci/database/vm_cluster_add_virtual_network.py +0 -28
  12. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +0 -28
  13. pulumi_oci/datasafe/__init__.py +0 -1
  14. pulumi_oci/email/__init__.py +0 -3
  15. pulumi_oci/email/_inputs.py +0 -46
  16. pulumi_oci/email/dkim.py +4 -4
  17. pulumi_oci/email/email_domain.py +0 -77
  18. pulumi_oci/email/get_email_domain.py +1 -27
  19. pulumi_oci/email/outputs.py +0 -231
  20. pulumi_oci/loadbalancer/_inputs.py +0 -16
  21. pulumi_oci/loadbalancer/listener.py +0 -2
  22. pulumi_oci/loadbalancer/outputs.py +0 -14
  23. pulumi_oci/loganalytics/namespace.py +4 -4
  24. pulumi_oci/networkloadbalancer/get_listener.py +1 -14
  25. pulumi_oci/networkloadbalancer/listener.py +2 -51
  26. pulumi_oci/networkloadbalancer/outputs.py +0 -11
  27. pulumi_oci/osmanagementhub/__init__.py +0 -48
  28. pulumi_oci/osmanagementhub/_inputs.py +507 -3649
  29. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +13 -26
  30. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +11 -48
  31. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +15 -28
  32. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +19 -86
  33. pulumi_oci/osmanagementhub/get_managed_instance_group.py +10 -62
  34. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +9 -7
  35. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  36. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +10 -8
  37. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +16 -71
  38. pulumi_oci/osmanagementhub/get_management_station.py +19 -42
  39. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  40. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  41. pulumi_oci/osmanagementhub/get_profile.py +12 -51
  42. pulumi_oci/osmanagementhub/get_profiles.py +16 -76
  43. pulumi_oci/osmanagementhub/get_software_source.py +18 -109
  44. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  45. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  46. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  47. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  48. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  49. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  50. pulumi_oci/osmanagementhub/get_software_source_software_package.py +10 -23
  51. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  52. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  53. pulumi_oci/osmanagementhub/get_software_sources.py +21 -78
  54. pulumi_oci/osmanagementhub/lifecycle_environment.py +86 -159
  55. pulumi_oci/osmanagementhub/managed_instance_group.py +86 -264
  56. pulumi_oci/osmanagementhub/management_station.py +81 -184
  57. pulumi_oci/osmanagementhub/outputs.py +2364 -10866
  58. pulumi_oci/osmanagementhub/profile.py +78 -200
  59. pulumi_oci/osmanagementhub/software_source.py +181 -365
  60. pulumi_oci/pulumi-plugin.json +1 -2
  61. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/METADATA +1 -1
  62. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/RECORD +64 -119
  63. pulumi_oci/core/get_ip_inventory_subnet.py +0 -171
  64. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +0 -171
  65. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +0 -206
  66. pulumi_oci/datasafe/masking_report_management.py +0 -693
  67. pulumi_oci/email/email_return_path.py +0 -642
  68. pulumi_oci/email/get_email_return_path.py +0 -274
  69. pulumi_oci/email/get_email_return_paths.py +0 -203
  70. pulumi_oci/osmanagementhub/event.py +0 -701
  71. pulumi_oci/osmanagementhub/get_entitlements.py +0 -178
  72. pulumi_oci/osmanagementhub/get_errata.py +0 -283
  73. pulumi_oci/osmanagementhub/get_erratum.py +0 -308
  74. pulumi_oci/osmanagementhub/get_event.py +0 -314
  75. pulumi_oci/osmanagementhub/get_events.py +0 -314
  76. pulumi_oci/osmanagementhub/get_managed_instance.py +0 -587
  77. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +0 -187
  78. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +0 -190
  79. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +0 -238
  80. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +0 -204
  81. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +0 -220
  82. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +0 -244
  83. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +0 -221
  84. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +0 -204
  85. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +0 -187
  86. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +0 -221
  87. pulumi_oci/osmanagementhub/get_managed_instances.py +0 -537
  88. pulumi_oci/osmanagementhub/get_scheduled_job.py +0 -426
  89. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +0 -433
  90. pulumi_oci/osmanagementhub/get_software_package.py +0 -301
  91. pulumi_oci/osmanagementhub/get_software_package_software_source.py +0 -329
  92. pulumi_oci/osmanagementhub/get_software_packages.py +0 -232
  93. pulumi_oci/osmanagementhub/get_windows_update.py +0 -222
  94. pulumi_oci/osmanagementhub/get_windows_updates.py +0 -187
  95. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +0 -249
  96. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +0 -249
  97. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +0 -296
  98. pulumi_oci/osmanagementhub/managed_instance.py +0 -1327
  99. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +0 -266
  100. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +0 -214
  101. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +0 -293
  102. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +0 -293
  103. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +0 -264
  104. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +0 -293
  105. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +0 -293
  106. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +0 -293
  107. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +0 -526
  108. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +0 -293
  109. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +0 -292
  110. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +0 -341
  111. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +0 -341
  112. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +0 -264
  113. pulumi_oci/osmanagementhub/management_station_refresh_management.py +0 -212
  114. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +0 -264
  115. pulumi_oci/osmanagementhub/scheduled_job.py +0 -1331
  116. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +0 -266
  117. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +0 -194
  118. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/top_level.txt +0 -0
@@ -1,587 +0,0 @@
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
-
13
- __all__ = [
14
- 'GetManagedInstanceResult',
15
- 'AwaitableGetManagedInstanceResult',
16
- 'get_managed_instance',
17
- 'get_managed_instance_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetManagedInstanceResult:
22
- """
23
- A collection of values returned by getManagedInstance.
24
- """
25
- def __init__(__self__, architecture=None, autonomous_settings=None, bug_updates_available=None, compartment_id=None, description=None, display_name=None, enhancement_updates_available=None, id=None, installed_packages=None, installed_windows_updates=None, is_managed_by_autonomous_linux=None, is_management_station=None, is_reboot_required=None, ksplice_effective_kernel_version=None, lifecycle_environments=None, lifecycle_stages=None, location=None, managed_instance_groups=None, managed_instance_id=None, notification_topic_id=None, os_family=None, os_kernel_version=None, os_name=None, os_version=None, other_updates_available=None, primary_management_station_id=None, profile=None, scheduled_job_count=None, secondary_management_station_id=None, security_updates_available=None, software_sources=None, status=None, tenancy_id=None, time_created=None, time_last_boot=None, time_last_checkin=None, time_updated=None, updates_available=None, work_request_count=None):
26
- if architecture and not isinstance(architecture, str):
27
- raise TypeError("Expected argument 'architecture' to be a str")
28
- pulumi.set(__self__, "architecture", architecture)
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)
32
- if bug_updates_available and not isinstance(bug_updates_available, int):
33
- raise TypeError("Expected argument 'bug_updates_available' to be a int")
34
- pulumi.set(__self__, "bug_updates_available", bug_updates_available)
35
- if compartment_id and not isinstance(compartment_id, str):
36
- raise TypeError("Expected argument 'compartment_id' to be a str")
37
- pulumi.set(__self__, "compartment_id", compartment_id)
38
- if description and not isinstance(description, str):
39
- raise TypeError("Expected argument 'description' to be a str")
40
- pulumi.set(__self__, "description", description)
41
- if display_name and not isinstance(display_name, str):
42
- raise TypeError("Expected argument 'display_name' to be a str")
43
- pulumi.set(__self__, "display_name", display_name)
44
- if enhancement_updates_available and not isinstance(enhancement_updates_available, int):
45
- raise TypeError("Expected argument 'enhancement_updates_available' to be a int")
46
- pulumi.set(__self__, "enhancement_updates_available", enhancement_updates_available)
47
- if id and not isinstance(id, str):
48
- raise TypeError("Expected argument 'id' to be a str")
49
- pulumi.set(__self__, "id", id)
50
- if installed_packages and not isinstance(installed_packages, int):
51
- raise TypeError("Expected argument 'installed_packages' to be a int")
52
- pulumi.set(__self__, "installed_packages", installed_packages)
53
- if installed_windows_updates and not isinstance(installed_windows_updates, int):
54
- raise TypeError("Expected argument 'installed_windows_updates' to be a int")
55
- pulumi.set(__self__, "installed_windows_updates", installed_windows_updates)
56
- if is_managed_by_autonomous_linux and not isinstance(is_managed_by_autonomous_linux, bool):
57
- raise TypeError("Expected argument 'is_managed_by_autonomous_linux' to be a bool")
58
- pulumi.set(__self__, "is_managed_by_autonomous_linux", is_managed_by_autonomous_linux)
59
- if is_management_station and not isinstance(is_management_station, bool):
60
- raise TypeError("Expected argument 'is_management_station' to be a bool")
61
- pulumi.set(__self__, "is_management_station", is_management_station)
62
- if is_reboot_required and not isinstance(is_reboot_required, bool):
63
- raise TypeError("Expected argument 'is_reboot_required' to be a bool")
64
- pulumi.set(__self__, "is_reboot_required", is_reboot_required)
65
- if ksplice_effective_kernel_version and not isinstance(ksplice_effective_kernel_version, str):
66
- raise TypeError("Expected argument 'ksplice_effective_kernel_version' to be a str")
67
- pulumi.set(__self__, "ksplice_effective_kernel_version", ksplice_effective_kernel_version)
68
- if lifecycle_environments and not isinstance(lifecycle_environments, list):
69
- raise TypeError("Expected argument 'lifecycle_environments' to be a list")
70
- pulumi.set(__self__, "lifecycle_environments", lifecycle_environments)
71
- if lifecycle_stages and not isinstance(lifecycle_stages, list):
72
- raise TypeError("Expected argument 'lifecycle_stages' to be a list")
73
- pulumi.set(__self__, "lifecycle_stages", lifecycle_stages)
74
- if location and not isinstance(location, str):
75
- raise TypeError("Expected argument 'location' to be a str")
76
- pulumi.set(__self__, "location", location)
77
- if managed_instance_groups and not isinstance(managed_instance_groups, list):
78
- raise TypeError("Expected argument 'managed_instance_groups' to be a list")
79
- pulumi.set(__self__, "managed_instance_groups", managed_instance_groups)
80
- if managed_instance_id and not isinstance(managed_instance_id, str):
81
- raise TypeError("Expected argument 'managed_instance_id' to be a str")
82
- pulumi.set(__self__, "managed_instance_id", managed_instance_id)
83
- if notification_topic_id and not isinstance(notification_topic_id, str):
84
- raise TypeError("Expected argument 'notification_topic_id' to be a str")
85
- pulumi.set(__self__, "notification_topic_id", notification_topic_id)
86
- if os_family and not isinstance(os_family, str):
87
- raise TypeError("Expected argument 'os_family' to be a str")
88
- pulumi.set(__self__, "os_family", os_family)
89
- if os_kernel_version and not isinstance(os_kernel_version, str):
90
- raise TypeError("Expected argument 'os_kernel_version' to be a str")
91
- pulumi.set(__self__, "os_kernel_version", os_kernel_version)
92
- if os_name and not isinstance(os_name, str):
93
- raise TypeError("Expected argument 'os_name' to be a str")
94
- pulumi.set(__self__, "os_name", os_name)
95
- if os_version and not isinstance(os_version, str):
96
- raise TypeError("Expected argument 'os_version' to be a str")
97
- pulumi.set(__self__, "os_version", os_version)
98
- if other_updates_available and not isinstance(other_updates_available, int):
99
- raise TypeError("Expected argument 'other_updates_available' to be a int")
100
- pulumi.set(__self__, "other_updates_available", other_updates_available)
101
- if primary_management_station_id and not isinstance(primary_management_station_id, str):
102
- raise TypeError("Expected argument 'primary_management_station_id' to be a str")
103
- pulumi.set(__self__, "primary_management_station_id", primary_management_station_id)
104
- if profile and not isinstance(profile, str):
105
- raise TypeError("Expected argument 'profile' to be a str")
106
- pulumi.set(__self__, "profile", profile)
107
- if scheduled_job_count and not isinstance(scheduled_job_count, int):
108
- raise TypeError("Expected argument 'scheduled_job_count' to be a int")
109
- pulumi.set(__self__, "scheduled_job_count", scheduled_job_count)
110
- if secondary_management_station_id and not isinstance(secondary_management_station_id, str):
111
- raise TypeError("Expected argument 'secondary_management_station_id' to be a str")
112
- pulumi.set(__self__, "secondary_management_station_id", secondary_management_station_id)
113
- if security_updates_available and not isinstance(security_updates_available, int):
114
- raise TypeError("Expected argument 'security_updates_available' to be a int")
115
- pulumi.set(__self__, "security_updates_available", security_updates_available)
116
- if software_sources and not isinstance(software_sources, list):
117
- raise TypeError("Expected argument 'software_sources' to be a list")
118
- pulumi.set(__self__, "software_sources", software_sources)
119
- if status and not isinstance(status, str):
120
- raise TypeError("Expected argument 'status' to be a str")
121
- pulumi.set(__self__, "status", status)
122
- if tenancy_id and not isinstance(tenancy_id, str):
123
- raise TypeError("Expected argument 'tenancy_id' to be a str")
124
- pulumi.set(__self__, "tenancy_id", tenancy_id)
125
- if time_created and not isinstance(time_created, str):
126
- raise TypeError("Expected argument 'time_created' to be a str")
127
- pulumi.set(__self__, "time_created", time_created)
128
- if time_last_boot and not isinstance(time_last_boot, str):
129
- raise TypeError("Expected argument 'time_last_boot' to be a str")
130
- pulumi.set(__self__, "time_last_boot", time_last_boot)
131
- if time_last_checkin and not isinstance(time_last_checkin, str):
132
- raise TypeError("Expected argument 'time_last_checkin' to be a str")
133
- pulumi.set(__self__, "time_last_checkin", time_last_checkin)
134
- if time_updated and not isinstance(time_updated, str):
135
- raise TypeError("Expected argument 'time_updated' to be a str")
136
- pulumi.set(__self__, "time_updated", time_updated)
137
- if updates_available and not isinstance(updates_available, int):
138
- raise TypeError("Expected argument 'updates_available' to be a int")
139
- pulumi.set(__self__, "updates_available", updates_available)
140
- if work_request_count and not isinstance(work_request_count, int):
141
- raise TypeError("Expected argument 'work_request_count' to be a int")
142
- pulumi.set(__self__, "work_request_count", work_request_count)
143
-
144
- @property
145
- @pulumi.getter
146
- def architecture(self) -> str:
147
- """
148
- The CPU architecture type of the managed instance.
149
- """
150
- return pulumi.get(self, "architecture")
151
-
152
- @property
153
- @pulumi.getter(name="autonomousSettings")
154
- def autonomous_settings(self) -> Sequence['outputs.GetManagedInstanceAutonomousSettingResult']:
155
- """
156
- Settings for the Autonomous Linux service.
157
- """
158
- return pulumi.get(self, "autonomous_settings")
159
-
160
- @property
161
- @pulumi.getter(name="bugUpdatesAvailable")
162
- def bug_updates_available(self) -> int:
163
- """
164
- Number of bug fix type updates available for installation.
165
- """
166
- return pulumi.get(self, "bug_updates_available")
167
-
168
- @property
169
- @pulumi.getter(name="compartmentId")
170
- def compartment_id(self) -> str:
171
- """
172
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance.
173
- """
174
- return pulumi.get(self, "compartment_id")
175
-
176
- @property
177
- @pulumi.getter
178
- def description(self) -> str:
179
- """
180
- Software source description.
181
- """
182
- return pulumi.get(self, "description")
183
-
184
- @property
185
- @pulumi.getter(name="displayName")
186
- def display_name(self) -> str:
187
- """
188
- Software source name.
189
- """
190
- return pulumi.get(self, "display_name")
191
-
192
- @property
193
- @pulumi.getter(name="enhancementUpdatesAvailable")
194
- def enhancement_updates_available(self) -> int:
195
- """
196
- Number of enhancement type updates available for installation.
197
- """
198
- return pulumi.get(self, "enhancement_updates_available")
199
-
200
- @property
201
- @pulumi.getter
202
- def id(self) -> str:
203
- """
204
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the software source.
205
- """
206
- return pulumi.get(self, "id")
207
-
208
- @property
209
- @pulumi.getter(name="installedPackages")
210
- def installed_packages(self) -> int:
211
- """
212
- Number of packages installed on the instance.
213
- """
214
- return pulumi.get(self, "installed_packages")
215
-
216
- @property
217
- @pulumi.getter(name="installedWindowsUpdates")
218
- def installed_windows_updates(self) -> int:
219
- """
220
- Number of Windows updates installed on the instance.
221
- """
222
- return pulumi.get(self, "installed_windows_updates")
223
-
224
- @property
225
- @pulumi.getter(name="isManagedByAutonomousLinux")
226
- def is_managed_by_autonomous_linux(self) -> bool:
227
- """
228
- Indicates whether the Autonomous Linux service manages the instance.
229
- """
230
- return pulumi.get(self, "is_managed_by_autonomous_linux")
231
-
232
- @property
233
- @pulumi.getter(name="isManagementStation")
234
- def is_management_station(self) -> bool:
235
- """
236
- Indicates whether this managed instance is acting as an on-premises management station.
237
- """
238
- return pulumi.get(self, "is_management_station")
239
-
240
- @property
241
- @pulumi.getter(name="isRebootRequired")
242
- def is_reboot_required(self) -> bool:
243
- """
244
- Indicates whether a reboot is required to complete installation of updates.
245
- """
246
- return pulumi.get(self, "is_reboot_required")
247
-
248
- @property
249
- @pulumi.getter(name="kspliceEffectiveKernelVersion")
250
- def ksplice_effective_kernel_version(self) -> str:
251
- """
252
- The ksplice effective kernel version.
253
- """
254
- return pulumi.get(self, "ksplice_effective_kernel_version")
255
-
256
- @property
257
- @pulumi.getter(name="lifecycleEnvironments")
258
- def lifecycle_environments(self) -> Sequence['outputs.GetManagedInstanceLifecycleEnvironmentResult']:
259
- """
260
- Id and name of a resource to simplify the display for the user.
261
- """
262
- return pulumi.get(self, "lifecycle_environments")
263
-
264
- @property
265
- @pulumi.getter(name="lifecycleStages")
266
- def lifecycle_stages(self) -> Sequence['outputs.GetManagedInstanceLifecycleStageResult']:
267
- """
268
- Id and name of a resource to simplify the display for the user.
269
- """
270
- return pulumi.get(self, "lifecycle_stages")
271
-
272
- @property
273
- @pulumi.getter
274
- def location(self) -> str:
275
- """
276
- The location of the managed instance.
277
- """
278
- return pulumi.get(self, "location")
279
-
280
- @property
281
- @pulumi.getter(name="managedInstanceGroups")
282
- def managed_instance_groups(self) -> Sequence['outputs.GetManagedInstanceManagedInstanceGroupResult']:
283
- """
284
- Id and name of a resource to simplify the display for the user.
285
- """
286
- return pulumi.get(self, "managed_instance_groups")
287
-
288
- @property
289
- @pulumi.getter(name="managedInstanceId")
290
- def managed_instance_id(self) -> str:
291
- return pulumi.get(self, "managed_instance_id")
292
-
293
- @property
294
- @pulumi.getter(name="notificationTopicId")
295
- def notification_topic_id(self) -> str:
296
- """
297
- 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.
298
- """
299
- return pulumi.get(self, "notification_topic_id")
300
-
301
- @property
302
- @pulumi.getter(name="osFamily")
303
- def os_family(self) -> str:
304
- """
305
- The operating system type of the managed instance.
306
- """
307
- return pulumi.get(self, "os_family")
308
-
309
- @property
310
- @pulumi.getter(name="osKernelVersion")
311
- def os_kernel_version(self) -> str:
312
- """
313
- Operating system kernel version.
314
- """
315
- return pulumi.get(self, "os_kernel_version")
316
-
317
- @property
318
- @pulumi.getter(name="osName")
319
- def os_name(self) -> str:
320
- """
321
- Operating system name.
322
- """
323
- return pulumi.get(self, "os_name")
324
-
325
- @property
326
- @pulumi.getter(name="osVersion")
327
- def os_version(self) -> str:
328
- """
329
- Operating system version.
330
- """
331
- return pulumi.get(self, "os_version")
332
-
333
- @property
334
- @pulumi.getter(name="otherUpdatesAvailable")
335
- def other_updates_available(self) -> int:
336
- """
337
- Number of non-classified (other) updates available for installation.
338
- """
339
- return pulumi.get(self, "other_updates_available")
340
-
341
- @property
342
- @pulumi.getter(name="primaryManagementStationId")
343
- def primary_management_station_id(self) -> str:
344
- """
345
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station for the instance to use as primary management station.
346
- """
347
- return pulumi.get(self, "primary_management_station_id")
348
-
349
- @property
350
- @pulumi.getter
351
- def profile(self) -> str:
352
- """
353
- The profile that was used to register this instance with the service.
354
- """
355
- return pulumi.get(self, "profile")
356
-
357
- @property
358
- @pulumi.getter(name="scheduledJobCount")
359
- def scheduled_job_count(self) -> int:
360
- """
361
- Number of scheduled jobs associated with this instance.
362
- """
363
- return pulumi.get(self, "scheduled_job_count")
364
-
365
- @property
366
- @pulumi.getter(name="secondaryManagementStationId")
367
- def secondary_management_station_id(self) -> str:
368
- """
369
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station for the instance to use as secondary managment station.
370
- """
371
- return pulumi.get(self, "secondary_management_station_id")
372
-
373
- @property
374
- @pulumi.getter(name="securityUpdatesAvailable")
375
- def security_updates_available(self) -> int:
376
- """
377
- Number of security type updates available for installation.
378
- """
379
- return pulumi.get(self, "security_updates_available")
380
-
381
- @property
382
- @pulumi.getter(name="softwareSources")
383
- def software_sources(self) -> Sequence['outputs.GetManagedInstanceSoftwareSourceResult']:
384
- """
385
- The list of software sources currently attached to the managed instance.
386
- """
387
- return pulumi.get(self, "software_sources")
388
-
389
- @property
390
- @pulumi.getter
391
- def status(self) -> str:
392
- """
393
- Current status of the managed instance.
394
- """
395
- return pulumi.get(self, "status")
396
-
397
- @property
398
- @pulumi.getter(name="tenancyId")
399
- def tenancy_id(self) -> str:
400
- """
401
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tenancy that the managed instance resides in.
402
- """
403
- return pulumi.get(self, "tenancy_id")
404
-
405
- @property
406
- @pulumi.getter(name="timeCreated")
407
- def time_created(self) -> str:
408
- """
409
- The date and time the instance was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
410
- """
411
- return pulumi.get(self, "time_created")
412
-
413
- @property
414
- @pulumi.getter(name="timeLastBoot")
415
- def time_last_boot(self) -> str:
416
- """
417
- Time that the instance last booted (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
418
- """
419
- return pulumi.get(self, "time_last_boot")
420
-
421
- @property
422
- @pulumi.getter(name="timeLastCheckin")
423
- def time_last_checkin(self) -> str:
424
- """
425
- Time that the instance last checked in with the service (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
426
- """
427
- return pulumi.get(self, "time_last_checkin")
428
-
429
- @property
430
- @pulumi.getter(name="timeUpdated")
431
- def time_updated(self) -> str:
432
- """
433
- The date and time the instance was last updated (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
434
- """
435
- return pulumi.get(self, "time_updated")
436
-
437
- @property
438
- @pulumi.getter(name="updatesAvailable")
439
- def updates_available(self) -> int:
440
- """
441
- Number of updates available for installation.
442
- """
443
- return pulumi.get(self, "updates_available")
444
-
445
- @property
446
- @pulumi.getter(name="workRequestCount")
447
- def work_request_count(self) -> int:
448
- """
449
- Number of work requests associated with this instance.
450
- """
451
- return pulumi.get(self, "work_request_count")
452
-
453
-
454
- class AwaitableGetManagedInstanceResult(GetManagedInstanceResult):
455
- # pylint: disable=using-constant-test
456
- def __await__(self):
457
- if False:
458
- yield self
459
- return GetManagedInstanceResult(
460
- architecture=self.architecture,
461
- autonomous_settings=self.autonomous_settings,
462
- bug_updates_available=self.bug_updates_available,
463
- compartment_id=self.compartment_id,
464
- description=self.description,
465
- display_name=self.display_name,
466
- enhancement_updates_available=self.enhancement_updates_available,
467
- id=self.id,
468
- installed_packages=self.installed_packages,
469
- installed_windows_updates=self.installed_windows_updates,
470
- is_managed_by_autonomous_linux=self.is_managed_by_autonomous_linux,
471
- is_management_station=self.is_management_station,
472
- is_reboot_required=self.is_reboot_required,
473
- ksplice_effective_kernel_version=self.ksplice_effective_kernel_version,
474
- lifecycle_environments=self.lifecycle_environments,
475
- lifecycle_stages=self.lifecycle_stages,
476
- location=self.location,
477
- managed_instance_groups=self.managed_instance_groups,
478
- managed_instance_id=self.managed_instance_id,
479
- notification_topic_id=self.notification_topic_id,
480
- os_family=self.os_family,
481
- os_kernel_version=self.os_kernel_version,
482
- os_name=self.os_name,
483
- os_version=self.os_version,
484
- other_updates_available=self.other_updates_available,
485
- primary_management_station_id=self.primary_management_station_id,
486
- profile=self.profile,
487
- scheduled_job_count=self.scheduled_job_count,
488
- secondary_management_station_id=self.secondary_management_station_id,
489
- security_updates_available=self.security_updates_available,
490
- software_sources=self.software_sources,
491
- status=self.status,
492
- tenancy_id=self.tenancy_id,
493
- time_created=self.time_created,
494
- time_last_boot=self.time_last_boot,
495
- time_last_checkin=self.time_last_checkin,
496
- time_updated=self.time_updated,
497
- updates_available=self.updates_available,
498
- work_request_count=self.work_request_count)
499
-
500
-
501
- def get_managed_instance(managed_instance_id: Optional[str] = None,
502
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedInstanceResult:
503
- """
504
- This data source provides details about a specific Managed Instance resource in Oracle Cloud Infrastructure Os Management Hub service.
505
-
506
- Gets information about the specified managed instance.
507
-
508
- ## Example Usage
509
-
510
- ```python
511
- import pulumi
512
- import pulumi_oci as oci
513
-
514
- test_managed_instance = oci.OsManagementHub.get_managed_instance(managed_instance_id=test_managed_instance_oci_os_management_hub_managed_instance["id"])
515
- ```
516
-
517
-
518
- :param str managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
519
- """
520
- __args__ = dict()
521
- __args__['managedInstanceId'] = managed_instance_id
522
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
523
- __ret__ = pulumi.runtime.invoke('oci:OsManagementHub/getManagedInstance:getManagedInstance', __args__, opts=opts, typ=GetManagedInstanceResult).value
524
-
525
- return AwaitableGetManagedInstanceResult(
526
- architecture=pulumi.get(__ret__, 'architecture'),
527
- autonomous_settings=pulumi.get(__ret__, 'autonomous_settings'),
528
- bug_updates_available=pulumi.get(__ret__, 'bug_updates_available'),
529
- compartment_id=pulumi.get(__ret__, 'compartment_id'),
530
- description=pulumi.get(__ret__, 'description'),
531
- display_name=pulumi.get(__ret__, 'display_name'),
532
- enhancement_updates_available=pulumi.get(__ret__, 'enhancement_updates_available'),
533
- id=pulumi.get(__ret__, 'id'),
534
- installed_packages=pulumi.get(__ret__, 'installed_packages'),
535
- installed_windows_updates=pulumi.get(__ret__, 'installed_windows_updates'),
536
- is_managed_by_autonomous_linux=pulumi.get(__ret__, 'is_managed_by_autonomous_linux'),
537
- is_management_station=pulumi.get(__ret__, 'is_management_station'),
538
- is_reboot_required=pulumi.get(__ret__, 'is_reboot_required'),
539
- ksplice_effective_kernel_version=pulumi.get(__ret__, 'ksplice_effective_kernel_version'),
540
- lifecycle_environments=pulumi.get(__ret__, 'lifecycle_environments'),
541
- lifecycle_stages=pulumi.get(__ret__, 'lifecycle_stages'),
542
- location=pulumi.get(__ret__, 'location'),
543
- managed_instance_groups=pulumi.get(__ret__, 'managed_instance_groups'),
544
- managed_instance_id=pulumi.get(__ret__, 'managed_instance_id'),
545
- notification_topic_id=pulumi.get(__ret__, 'notification_topic_id'),
546
- os_family=pulumi.get(__ret__, 'os_family'),
547
- os_kernel_version=pulumi.get(__ret__, 'os_kernel_version'),
548
- os_name=pulumi.get(__ret__, 'os_name'),
549
- os_version=pulumi.get(__ret__, 'os_version'),
550
- other_updates_available=pulumi.get(__ret__, 'other_updates_available'),
551
- primary_management_station_id=pulumi.get(__ret__, 'primary_management_station_id'),
552
- profile=pulumi.get(__ret__, 'profile'),
553
- scheduled_job_count=pulumi.get(__ret__, 'scheduled_job_count'),
554
- secondary_management_station_id=pulumi.get(__ret__, 'secondary_management_station_id'),
555
- security_updates_available=pulumi.get(__ret__, 'security_updates_available'),
556
- software_sources=pulumi.get(__ret__, 'software_sources'),
557
- status=pulumi.get(__ret__, 'status'),
558
- tenancy_id=pulumi.get(__ret__, 'tenancy_id'),
559
- time_created=pulumi.get(__ret__, 'time_created'),
560
- time_last_boot=pulumi.get(__ret__, 'time_last_boot'),
561
- time_last_checkin=pulumi.get(__ret__, 'time_last_checkin'),
562
- time_updated=pulumi.get(__ret__, 'time_updated'),
563
- updates_available=pulumi.get(__ret__, 'updates_available'),
564
- work_request_count=pulumi.get(__ret__, 'work_request_count'))
565
-
566
-
567
- @_utilities.lift_output_func(get_managed_instance)
568
- def get_managed_instance_output(managed_instance_id: Optional[pulumi.Input[str]] = None,
569
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedInstanceResult]:
570
- """
571
- This data source provides details about a specific Managed Instance resource in Oracle Cloud Infrastructure Os Management Hub service.
572
-
573
- Gets information about the specified managed instance.
574
-
575
- ## Example Usage
576
-
577
- ```python
578
- import pulumi
579
- import pulumi_oci as oci
580
-
581
- test_managed_instance = oci.OsManagementHub.get_managed_instance(managed_instance_id=test_managed_instance_oci_os_management_hub_managed_instance["id"])
582
- ```
583
-
584
-
585
- :param str managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
586
- """
587
- ...