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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +208 -0
  2. pulumi_oci/core/__init__.py +3 -0
  3. pulumi_oci/core/_inputs.py +40 -0
  4. pulumi_oci/core/get_ip_inventory_subnet.py +171 -0
  5. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +171 -0
  6. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +206 -0
  7. pulumi_oci/core/outputs.py +261 -0
  8. pulumi_oci/database/_inputs.py +192 -0
  9. pulumi_oci/database/exadata_infrastructure.py +28 -0
  10. pulumi_oci/database/get_exadata_infrastructure.py +14 -1
  11. pulumi_oci/database/get_vm_cluster.py +14 -1
  12. pulumi_oci/database/outputs.py +418 -0
  13. pulumi_oci/database/vm_cluster.py +55 -0
  14. pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
  15. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
  16. pulumi_oci/datasafe/__init__.py +1 -0
  17. pulumi_oci/datasafe/masking_report_management.py +693 -0
  18. pulumi_oci/email/__init__.py +3 -0
  19. pulumi_oci/email/_inputs.py +46 -0
  20. pulumi_oci/email/dkim.py +4 -4
  21. pulumi_oci/email/email_domain.py +77 -0
  22. pulumi_oci/email/email_return_path.py +642 -0
  23. pulumi_oci/email/get_email_domain.py +27 -1
  24. pulumi_oci/email/get_email_return_path.py +274 -0
  25. pulumi_oci/email/get_email_return_paths.py +203 -0
  26. pulumi_oci/email/outputs.py +231 -0
  27. pulumi_oci/loadbalancer/_inputs.py +16 -0
  28. pulumi_oci/loadbalancer/listener.py +2 -0
  29. pulumi_oci/loadbalancer/outputs.py +14 -0
  30. pulumi_oci/loganalytics/namespace.py +4 -4
  31. pulumi_oci/networkloadbalancer/get_listener.py +14 -1
  32. pulumi_oci/networkloadbalancer/listener.py +51 -2
  33. pulumi_oci/networkloadbalancer/outputs.py +11 -0
  34. pulumi_oci/osmanagementhub/__init__.py +48 -0
  35. pulumi_oci/osmanagementhub/_inputs.py +3635 -493
  36. pulumi_oci/osmanagementhub/event.py +701 -0
  37. pulumi_oci/osmanagementhub/get_entitlements.py +178 -0
  38. pulumi_oci/osmanagementhub/get_errata.py +283 -0
  39. pulumi_oci/osmanagementhub/get_erratum.py +308 -0
  40. pulumi_oci/osmanagementhub/get_event.py +314 -0
  41. pulumi_oci/osmanagementhub/get_events.py +314 -0
  42. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +26 -13
  43. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +48 -11
  44. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -15
  45. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +86 -19
  46. pulumi_oci/osmanagementhub/get_managed_instance.py +587 -0
  47. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +187 -0
  48. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +190 -0
  49. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +238 -0
  50. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +204 -0
  51. pulumi_oci/osmanagementhub/get_managed_instance_group.py +62 -10
  52. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +7 -9
  53. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  54. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -10
  55. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +220 -0
  56. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +244 -0
  57. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +71 -16
  58. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +221 -0
  59. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +204 -0
  60. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +187 -0
  61. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +221 -0
  62. pulumi_oci/osmanagementhub/get_managed_instances.py +537 -0
  63. pulumi_oci/osmanagementhub/get_management_station.py +42 -19
  64. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  65. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  66. pulumi_oci/osmanagementhub/get_profile.py +51 -12
  67. pulumi_oci/osmanagementhub/get_profiles.py +76 -16
  68. pulumi_oci/osmanagementhub/get_scheduled_job.py +426 -0
  69. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +433 -0
  70. pulumi_oci/osmanagementhub/get_software_package.py +301 -0
  71. pulumi_oci/osmanagementhub/get_software_package_software_source.py +329 -0
  72. pulumi_oci/osmanagementhub/get_software_packages.py +232 -0
  73. pulumi_oci/osmanagementhub/get_software_source.py +109 -18
  74. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  75. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  76. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  77. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  78. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  79. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  80. pulumi_oci/osmanagementhub/get_software_source_software_package.py +23 -10
  81. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  82. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  83. pulumi_oci/osmanagementhub/get_software_sources.py +78 -21
  84. pulumi_oci/osmanagementhub/get_windows_update.py +222 -0
  85. pulumi_oci/osmanagementhub/get_windows_updates.py +187 -0
  86. pulumi_oci/osmanagementhub/lifecycle_environment.py +159 -86
  87. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +249 -0
  88. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +249 -0
  89. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +296 -0
  90. pulumi_oci/osmanagementhub/managed_instance.py +1327 -0
  91. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +266 -0
  92. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +214 -0
  93. pulumi_oci/osmanagementhub/managed_instance_group.py +264 -86
  94. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +293 -0
  95. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +293 -0
  96. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +264 -0
  97. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +293 -0
  98. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +293 -0
  99. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +293 -0
  100. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +526 -0
  101. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +293 -0
  102. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +292 -0
  103. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +341 -0
  104. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +341 -0
  105. pulumi_oci/osmanagementhub/management_station.py +184 -81
  106. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +264 -0
  107. pulumi_oci/osmanagementhub/management_station_refresh_management.py +212 -0
  108. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +264 -0
  109. pulumi_oci/osmanagementhub/outputs.py +10867 -2365
  110. pulumi_oci/osmanagementhub/profile.py +200 -78
  111. pulumi_oci/osmanagementhub/scheduled_job.py +1331 -0
  112. pulumi_oci/osmanagementhub/software_source.py +365 -181
  113. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +266 -0
  114. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +194 -0
  115. pulumi_oci/pulumi-plugin.json +1 -1
  116. {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/METADATA +1 -1
  117. {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/RECORD +119 -64
  118. {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1327 @@
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__ = ['ManagedInstanceArgs', 'ManagedInstance']
15
+
16
+ @pulumi.input_type
17
+ class ManagedInstanceArgs:
18
+ def __init__(__self__, *,
19
+ managed_instance_id: pulumi.Input[str],
20
+ autonomous_settings: Optional[pulumi.Input['ManagedInstanceAutonomousSettingsArgs']] = None,
21
+ description: Optional[pulumi.Input[str]] = None,
22
+ notification_topic_id: Optional[pulumi.Input[str]] = None,
23
+ primary_management_station_id: Optional[pulumi.Input[str]] = None,
24
+ secondary_management_station_id: Optional[pulumi.Input[str]] = None):
25
+ """
26
+ The set of arguments for constructing a ManagedInstance resource.
27
+ :param pulumi.Input[str] managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
28
+ :param pulumi.Input['ManagedInstanceAutonomousSettingsArgs'] autonomous_settings: (Updatable) Updatable settings for the Autonomous Linux service.
29
+ :param pulumi.Input[str] description: (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
30
+ :param pulumi.Input[str] notification_topic_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
31
+ :param pulumi.Input[str] primary_management_station_id: (Updatable) 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.
32
+ :param pulumi.Input[str] secondary_management_station_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station for the instance to use as secondary management station.
33
+
34
+
35
+ ** IMPORTANT **
36
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
37
+ """
38
+ pulumi.set(__self__, "managed_instance_id", managed_instance_id)
39
+ if autonomous_settings is not None:
40
+ pulumi.set(__self__, "autonomous_settings", autonomous_settings)
41
+ if description is not None:
42
+ pulumi.set(__self__, "description", description)
43
+ if notification_topic_id is not None:
44
+ pulumi.set(__self__, "notification_topic_id", notification_topic_id)
45
+ if primary_management_station_id is not None:
46
+ pulumi.set(__self__, "primary_management_station_id", primary_management_station_id)
47
+ if secondary_management_station_id is not None:
48
+ pulumi.set(__self__, "secondary_management_station_id", secondary_management_station_id)
49
+
50
+ @property
51
+ @pulumi.getter(name="managedInstanceId")
52
+ def managed_instance_id(self) -> pulumi.Input[str]:
53
+ """
54
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
55
+ """
56
+ return pulumi.get(self, "managed_instance_id")
57
+
58
+ @managed_instance_id.setter
59
+ def managed_instance_id(self, value: pulumi.Input[str]):
60
+ pulumi.set(self, "managed_instance_id", value)
61
+
62
+ @property
63
+ @pulumi.getter(name="autonomousSettings")
64
+ def autonomous_settings(self) -> Optional[pulumi.Input['ManagedInstanceAutonomousSettingsArgs']]:
65
+ """
66
+ (Updatable) Updatable settings for the Autonomous Linux service.
67
+ """
68
+ return pulumi.get(self, "autonomous_settings")
69
+
70
+ @autonomous_settings.setter
71
+ def autonomous_settings(self, value: Optional[pulumi.Input['ManagedInstanceAutonomousSettingsArgs']]):
72
+ pulumi.set(self, "autonomous_settings", value)
73
+
74
+ @property
75
+ @pulumi.getter
76
+ def description(self) -> Optional[pulumi.Input[str]]:
77
+ """
78
+ (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
79
+ """
80
+ return pulumi.get(self, "description")
81
+
82
+ @description.setter
83
+ def description(self, value: Optional[pulumi.Input[str]]):
84
+ pulumi.set(self, "description", value)
85
+
86
+ @property
87
+ @pulumi.getter(name="notificationTopicId")
88
+ def notification_topic_id(self) -> Optional[pulumi.Input[str]]:
89
+ """
90
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
91
+ """
92
+ return pulumi.get(self, "notification_topic_id")
93
+
94
+ @notification_topic_id.setter
95
+ def notification_topic_id(self, value: Optional[pulumi.Input[str]]):
96
+ pulumi.set(self, "notification_topic_id", value)
97
+
98
+ @property
99
+ @pulumi.getter(name="primaryManagementStationId")
100
+ def primary_management_station_id(self) -> Optional[pulumi.Input[str]]:
101
+ """
102
+ (Updatable) 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.
103
+ """
104
+ return pulumi.get(self, "primary_management_station_id")
105
+
106
+ @primary_management_station_id.setter
107
+ def primary_management_station_id(self, value: Optional[pulumi.Input[str]]):
108
+ pulumi.set(self, "primary_management_station_id", value)
109
+
110
+ @property
111
+ @pulumi.getter(name="secondaryManagementStationId")
112
+ def secondary_management_station_id(self) -> Optional[pulumi.Input[str]]:
113
+ """
114
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station for the instance to use as secondary management station.
115
+
116
+
117
+ ** IMPORTANT **
118
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
119
+ """
120
+ return pulumi.get(self, "secondary_management_station_id")
121
+
122
+ @secondary_management_station_id.setter
123
+ def secondary_management_station_id(self, value: Optional[pulumi.Input[str]]):
124
+ pulumi.set(self, "secondary_management_station_id", value)
125
+
126
+
127
+ @pulumi.input_type
128
+ class _ManagedInstanceState:
129
+ def __init__(__self__, *,
130
+ architecture: Optional[pulumi.Input[str]] = None,
131
+ autonomous_settings: Optional[pulumi.Input['ManagedInstanceAutonomousSettingsArgs']] = None,
132
+ bug_updates_available: Optional[pulumi.Input[int]] = None,
133
+ compartment_id: Optional[pulumi.Input[str]] = None,
134
+ description: Optional[pulumi.Input[str]] = None,
135
+ display_name: Optional[pulumi.Input[str]] = None,
136
+ enhancement_updates_available: Optional[pulumi.Input[int]] = None,
137
+ installed_packages: Optional[pulumi.Input[int]] = None,
138
+ installed_windows_updates: Optional[pulumi.Input[int]] = None,
139
+ is_managed_by_autonomous_linux: Optional[pulumi.Input[bool]] = None,
140
+ is_management_station: Optional[pulumi.Input[bool]] = None,
141
+ is_reboot_required: Optional[pulumi.Input[bool]] = None,
142
+ ksplice_effective_kernel_version: Optional[pulumi.Input[str]] = None,
143
+ lifecycle_environments: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedInstanceLifecycleEnvironmentArgs']]]] = None,
144
+ lifecycle_stages: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedInstanceLifecycleStageArgs']]]] = None,
145
+ location: Optional[pulumi.Input[str]] = None,
146
+ managed_instance_groups: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedInstanceManagedInstanceGroupArgs']]]] = None,
147
+ managed_instance_id: Optional[pulumi.Input[str]] = None,
148
+ notification_topic_id: Optional[pulumi.Input[str]] = None,
149
+ os_family: Optional[pulumi.Input[str]] = None,
150
+ os_kernel_version: Optional[pulumi.Input[str]] = None,
151
+ os_name: Optional[pulumi.Input[str]] = None,
152
+ os_version: Optional[pulumi.Input[str]] = None,
153
+ other_updates_available: Optional[pulumi.Input[int]] = None,
154
+ primary_management_station_id: Optional[pulumi.Input[str]] = None,
155
+ profile: Optional[pulumi.Input[str]] = None,
156
+ scheduled_job_count: Optional[pulumi.Input[int]] = None,
157
+ secondary_management_station_id: Optional[pulumi.Input[str]] = None,
158
+ security_updates_available: Optional[pulumi.Input[int]] = None,
159
+ software_sources: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedInstanceSoftwareSourceArgs']]]] = None,
160
+ status: Optional[pulumi.Input[str]] = None,
161
+ tenancy_id: Optional[pulumi.Input[str]] = None,
162
+ time_created: Optional[pulumi.Input[str]] = None,
163
+ time_last_boot: Optional[pulumi.Input[str]] = None,
164
+ time_last_checkin: Optional[pulumi.Input[str]] = None,
165
+ time_updated: Optional[pulumi.Input[str]] = None,
166
+ updates_available: Optional[pulumi.Input[int]] = None,
167
+ work_request_count: Optional[pulumi.Input[int]] = None):
168
+ """
169
+ Input properties used for looking up and filtering ManagedInstance resources.
170
+ :param pulumi.Input[str] architecture: The CPU architecture type of the managed instance.
171
+ :param pulumi.Input['ManagedInstanceAutonomousSettingsArgs'] autonomous_settings: (Updatable) Updatable settings for the Autonomous Linux service.
172
+ :param pulumi.Input[int] bug_updates_available: Number of bug fix type updates available for installation.
173
+ :param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance.
174
+ :param pulumi.Input[str] description: (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
175
+ :param pulumi.Input[str] display_name: Software source name.
176
+ :param pulumi.Input[int] enhancement_updates_available: Number of enhancement type updates available for installation.
177
+ :param pulumi.Input[int] installed_packages: Number of packages installed on the instance.
178
+ :param pulumi.Input[int] installed_windows_updates: Number of Windows updates installed on the instance.
179
+ :param pulumi.Input[bool] is_managed_by_autonomous_linux: Indicates whether the Autonomous Linux service manages the instance.
180
+ :param pulumi.Input[bool] is_management_station: Indicates whether this managed instance is acting as an on-premises management station.
181
+ :param pulumi.Input[bool] is_reboot_required: Indicates whether a reboot is required to complete installation of updates.
182
+ :param pulumi.Input[str] ksplice_effective_kernel_version: The ksplice effective kernel version.
183
+ :param pulumi.Input[Sequence[pulumi.Input['ManagedInstanceLifecycleEnvironmentArgs']]] lifecycle_environments: Id and name of a resource to simplify the display for the user.
184
+ :param pulumi.Input[Sequence[pulumi.Input['ManagedInstanceLifecycleStageArgs']]] lifecycle_stages: Id and name of a resource to simplify the display for the user.
185
+ :param pulumi.Input[str] location: The location of the managed instance.
186
+ :param pulumi.Input[Sequence[pulumi.Input['ManagedInstanceManagedInstanceGroupArgs']]] managed_instance_groups: Id and name of a resource to simplify the display for the user.
187
+ :param pulumi.Input[str] managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
188
+ :param pulumi.Input[str] notification_topic_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
189
+ :param pulumi.Input[str] os_family: The operating system type of the managed instance.
190
+ :param pulumi.Input[str] os_kernel_version: Operating system kernel version.
191
+ :param pulumi.Input[str] os_name: Operating system name.
192
+ :param pulumi.Input[str] os_version: Operating system version.
193
+ :param pulumi.Input[int] other_updates_available: Number of non-classified (other) updates available for installation.
194
+ :param pulumi.Input[str] primary_management_station_id: (Updatable) 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.
195
+ :param pulumi.Input[str] profile: The profile that was used to register this instance with the service.
196
+ :param pulumi.Input[int] scheduled_job_count: Number of scheduled jobs associated with this instance.
197
+ :param pulumi.Input[str] secondary_management_station_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station for the instance to use as secondary management station.
198
+
199
+
200
+ ** IMPORTANT **
201
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
202
+ :param pulumi.Input[int] security_updates_available: Number of security type updates available for installation.
203
+ :param pulumi.Input[Sequence[pulumi.Input['ManagedInstanceSoftwareSourceArgs']]] software_sources: The list of software sources currently attached to the managed instance.
204
+ :param pulumi.Input[str] status: Current status of the managed instance.
205
+ :param pulumi.Input[str] tenancy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tenancy that the managed instance resides in.
206
+ :param pulumi.Input[str] time_created: The date and time the instance was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
207
+ :param pulumi.Input[str] time_last_boot: Time that the instance last booted (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
208
+ :param pulumi.Input[str] time_last_checkin: Time that the instance last checked in with the service (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
209
+ :param pulumi.Input[str] time_updated: The date and time the instance was last updated (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
210
+ :param pulumi.Input[int] updates_available: Number of updates available for installation.
211
+ :param pulumi.Input[int] work_request_count: Number of work requests associated with this instance.
212
+ """
213
+ if architecture is not None:
214
+ pulumi.set(__self__, "architecture", architecture)
215
+ if autonomous_settings is not None:
216
+ pulumi.set(__self__, "autonomous_settings", autonomous_settings)
217
+ if bug_updates_available is not None:
218
+ pulumi.set(__self__, "bug_updates_available", bug_updates_available)
219
+ if compartment_id is not None:
220
+ pulumi.set(__self__, "compartment_id", compartment_id)
221
+ if description is not None:
222
+ pulumi.set(__self__, "description", description)
223
+ if display_name is not None:
224
+ pulumi.set(__self__, "display_name", display_name)
225
+ if enhancement_updates_available is not None:
226
+ pulumi.set(__self__, "enhancement_updates_available", enhancement_updates_available)
227
+ if installed_packages is not None:
228
+ pulumi.set(__self__, "installed_packages", installed_packages)
229
+ if installed_windows_updates is not None:
230
+ pulumi.set(__self__, "installed_windows_updates", installed_windows_updates)
231
+ if is_managed_by_autonomous_linux is not None:
232
+ pulumi.set(__self__, "is_managed_by_autonomous_linux", is_managed_by_autonomous_linux)
233
+ if is_management_station is not None:
234
+ pulumi.set(__self__, "is_management_station", is_management_station)
235
+ if is_reboot_required is not None:
236
+ pulumi.set(__self__, "is_reboot_required", is_reboot_required)
237
+ if ksplice_effective_kernel_version is not None:
238
+ pulumi.set(__self__, "ksplice_effective_kernel_version", ksplice_effective_kernel_version)
239
+ if lifecycle_environments is not None:
240
+ pulumi.set(__self__, "lifecycle_environments", lifecycle_environments)
241
+ if lifecycle_stages is not None:
242
+ pulumi.set(__self__, "lifecycle_stages", lifecycle_stages)
243
+ if location is not None:
244
+ pulumi.set(__self__, "location", location)
245
+ if managed_instance_groups is not None:
246
+ pulumi.set(__self__, "managed_instance_groups", managed_instance_groups)
247
+ if managed_instance_id is not None:
248
+ pulumi.set(__self__, "managed_instance_id", managed_instance_id)
249
+ if notification_topic_id is not None:
250
+ pulumi.set(__self__, "notification_topic_id", notification_topic_id)
251
+ if os_family is not None:
252
+ pulumi.set(__self__, "os_family", os_family)
253
+ if os_kernel_version is not None:
254
+ pulumi.set(__self__, "os_kernel_version", os_kernel_version)
255
+ if os_name is not None:
256
+ pulumi.set(__self__, "os_name", os_name)
257
+ if os_version is not None:
258
+ pulumi.set(__self__, "os_version", os_version)
259
+ if other_updates_available is not None:
260
+ pulumi.set(__self__, "other_updates_available", other_updates_available)
261
+ if primary_management_station_id is not None:
262
+ pulumi.set(__self__, "primary_management_station_id", primary_management_station_id)
263
+ if profile is not None:
264
+ pulumi.set(__self__, "profile", profile)
265
+ if scheduled_job_count is not None:
266
+ pulumi.set(__self__, "scheduled_job_count", scheduled_job_count)
267
+ if secondary_management_station_id is not None:
268
+ pulumi.set(__self__, "secondary_management_station_id", secondary_management_station_id)
269
+ if security_updates_available is not None:
270
+ pulumi.set(__self__, "security_updates_available", security_updates_available)
271
+ if software_sources is not None:
272
+ pulumi.set(__self__, "software_sources", software_sources)
273
+ if status is not None:
274
+ pulumi.set(__self__, "status", status)
275
+ if tenancy_id is not None:
276
+ pulumi.set(__self__, "tenancy_id", tenancy_id)
277
+ if time_created is not None:
278
+ pulumi.set(__self__, "time_created", time_created)
279
+ if time_last_boot is not None:
280
+ pulumi.set(__self__, "time_last_boot", time_last_boot)
281
+ if time_last_checkin is not None:
282
+ pulumi.set(__self__, "time_last_checkin", time_last_checkin)
283
+ if time_updated is not None:
284
+ pulumi.set(__self__, "time_updated", time_updated)
285
+ if updates_available is not None:
286
+ pulumi.set(__self__, "updates_available", updates_available)
287
+ if work_request_count is not None:
288
+ pulumi.set(__self__, "work_request_count", work_request_count)
289
+
290
+ @property
291
+ @pulumi.getter
292
+ def architecture(self) -> Optional[pulumi.Input[str]]:
293
+ """
294
+ The CPU architecture type of the managed instance.
295
+ """
296
+ return pulumi.get(self, "architecture")
297
+
298
+ @architecture.setter
299
+ def architecture(self, value: Optional[pulumi.Input[str]]):
300
+ pulumi.set(self, "architecture", value)
301
+
302
+ @property
303
+ @pulumi.getter(name="autonomousSettings")
304
+ def autonomous_settings(self) -> Optional[pulumi.Input['ManagedInstanceAutonomousSettingsArgs']]:
305
+ """
306
+ (Updatable) Updatable settings for the Autonomous Linux service.
307
+ """
308
+ return pulumi.get(self, "autonomous_settings")
309
+
310
+ @autonomous_settings.setter
311
+ def autonomous_settings(self, value: Optional[pulumi.Input['ManagedInstanceAutonomousSettingsArgs']]):
312
+ pulumi.set(self, "autonomous_settings", value)
313
+
314
+ @property
315
+ @pulumi.getter(name="bugUpdatesAvailable")
316
+ def bug_updates_available(self) -> Optional[pulumi.Input[int]]:
317
+ """
318
+ Number of bug fix type updates available for installation.
319
+ """
320
+ return pulumi.get(self, "bug_updates_available")
321
+
322
+ @bug_updates_available.setter
323
+ def bug_updates_available(self, value: Optional[pulumi.Input[int]]):
324
+ pulumi.set(self, "bug_updates_available", value)
325
+
326
+ @property
327
+ @pulumi.getter(name="compartmentId")
328
+ def compartment_id(self) -> Optional[pulumi.Input[str]]:
329
+ """
330
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance.
331
+ """
332
+ return pulumi.get(self, "compartment_id")
333
+
334
+ @compartment_id.setter
335
+ def compartment_id(self, value: Optional[pulumi.Input[str]]):
336
+ pulumi.set(self, "compartment_id", value)
337
+
338
+ @property
339
+ @pulumi.getter
340
+ def description(self) -> Optional[pulumi.Input[str]]:
341
+ """
342
+ (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
343
+ """
344
+ return pulumi.get(self, "description")
345
+
346
+ @description.setter
347
+ def description(self, value: Optional[pulumi.Input[str]]):
348
+ pulumi.set(self, "description", value)
349
+
350
+ @property
351
+ @pulumi.getter(name="displayName")
352
+ def display_name(self) -> Optional[pulumi.Input[str]]:
353
+ """
354
+ Software source name.
355
+ """
356
+ return pulumi.get(self, "display_name")
357
+
358
+ @display_name.setter
359
+ def display_name(self, value: Optional[pulumi.Input[str]]):
360
+ pulumi.set(self, "display_name", value)
361
+
362
+ @property
363
+ @pulumi.getter(name="enhancementUpdatesAvailable")
364
+ def enhancement_updates_available(self) -> Optional[pulumi.Input[int]]:
365
+ """
366
+ Number of enhancement type updates available for installation.
367
+ """
368
+ return pulumi.get(self, "enhancement_updates_available")
369
+
370
+ @enhancement_updates_available.setter
371
+ def enhancement_updates_available(self, value: Optional[pulumi.Input[int]]):
372
+ pulumi.set(self, "enhancement_updates_available", value)
373
+
374
+ @property
375
+ @pulumi.getter(name="installedPackages")
376
+ def installed_packages(self) -> Optional[pulumi.Input[int]]:
377
+ """
378
+ Number of packages installed on the instance.
379
+ """
380
+ return pulumi.get(self, "installed_packages")
381
+
382
+ @installed_packages.setter
383
+ def installed_packages(self, value: Optional[pulumi.Input[int]]):
384
+ pulumi.set(self, "installed_packages", value)
385
+
386
+ @property
387
+ @pulumi.getter(name="installedWindowsUpdates")
388
+ def installed_windows_updates(self) -> Optional[pulumi.Input[int]]:
389
+ """
390
+ Number of Windows updates installed on the instance.
391
+ """
392
+ return pulumi.get(self, "installed_windows_updates")
393
+
394
+ @installed_windows_updates.setter
395
+ def installed_windows_updates(self, value: Optional[pulumi.Input[int]]):
396
+ pulumi.set(self, "installed_windows_updates", value)
397
+
398
+ @property
399
+ @pulumi.getter(name="isManagedByAutonomousLinux")
400
+ def is_managed_by_autonomous_linux(self) -> Optional[pulumi.Input[bool]]:
401
+ """
402
+ Indicates whether the Autonomous Linux service manages the instance.
403
+ """
404
+ return pulumi.get(self, "is_managed_by_autonomous_linux")
405
+
406
+ @is_managed_by_autonomous_linux.setter
407
+ def is_managed_by_autonomous_linux(self, value: Optional[pulumi.Input[bool]]):
408
+ pulumi.set(self, "is_managed_by_autonomous_linux", value)
409
+
410
+ @property
411
+ @pulumi.getter(name="isManagementStation")
412
+ def is_management_station(self) -> Optional[pulumi.Input[bool]]:
413
+ """
414
+ Indicates whether this managed instance is acting as an on-premises management station.
415
+ """
416
+ return pulumi.get(self, "is_management_station")
417
+
418
+ @is_management_station.setter
419
+ def is_management_station(self, value: Optional[pulumi.Input[bool]]):
420
+ pulumi.set(self, "is_management_station", value)
421
+
422
+ @property
423
+ @pulumi.getter(name="isRebootRequired")
424
+ def is_reboot_required(self) -> Optional[pulumi.Input[bool]]:
425
+ """
426
+ Indicates whether a reboot is required to complete installation of updates.
427
+ """
428
+ return pulumi.get(self, "is_reboot_required")
429
+
430
+ @is_reboot_required.setter
431
+ def is_reboot_required(self, value: Optional[pulumi.Input[bool]]):
432
+ pulumi.set(self, "is_reboot_required", value)
433
+
434
+ @property
435
+ @pulumi.getter(name="kspliceEffectiveKernelVersion")
436
+ def ksplice_effective_kernel_version(self) -> Optional[pulumi.Input[str]]:
437
+ """
438
+ The ksplice effective kernel version.
439
+ """
440
+ return pulumi.get(self, "ksplice_effective_kernel_version")
441
+
442
+ @ksplice_effective_kernel_version.setter
443
+ def ksplice_effective_kernel_version(self, value: Optional[pulumi.Input[str]]):
444
+ pulumi.set(self, "ksplice_effective_kernel_version", value)
445
+
446
+ @property
447
+ @pulumi.getter(name="lifecycleEnvironments")
448
+ def lifecycle_environments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedInstanceLifecycleEnvironmentArgs']]]]:
449
+ """
450
+ Id and name of a resource to simplify the display for the user.
451
+ """
452
+ return pulumi.get(self, "lifecycle_environments")
453
+
454
+ @lifecycle_environments.setter
455
+ def lifecycle_environments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedInstanceLifecycleEnvironmentArgs']]]]):
456
+ pulumi.set(self, "lifecycle_environments", value)
457
+
458
+ @property
459
+ @pulumi.getter(name="lifecycleStages")
460
+ def lifecycle_stages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedInstanceLifecycleStageArgs']]]]:
461
+ """
462
+ Id and name of a resource to simplify the display for the user.
463
+ """
464
+ return pulumi.get(self, "lifecycle_stages")
465
+
466
+ @lifecycle_stages.setter
467
+ def lifecycle_stages(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedInstanceLifecycleStageArgs']]]]):
468
+ pulumi.set(self, "lifecycle_stages", value)
469
+
470
+ @property
471
+ @pulumi.getter
472
+ def location(self) -> Optional[pulumi.Input[str]]:
473
+ """
474
+ The location of the managed instance.
475
+ """
476
+ return pulumi.get(self, "location")
477
+
478
+ @location.setter
479
+ def location(self, value: Optional[pulumi.Input[str]]):
480
+ pulumi.set(self, "location", value)
481
+
482
+ @property
483
+ @pulumi.getter(name="managedInstanceGroups")
484
+ def managed_instance_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedInstanceManagedInstanceGroupArgs']]]]:
485
+ """
486
+ Id and name of a resource to simplify the display for the user.
487
+ """
488
+ return pulumi.get(self, "managed_instance_groups")
489
+
490
+ @managed_instance_groups.setter
491
+ def managed_instance_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedInstanceManagedInstanceGroupArgs']]]]):
492
+ pulumi.set(self, "managed_instance_groups", value)
493
+
494
+ @property
495
+ @pulumi.getter(name="managedInstanceId")
496
+ def managed_instance_id(self) -> Optional[pulumi.Input[str]]:
497
+ """
498
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
499
+ """
500
+ return pulumi.get(self, "managed_instance_id")
501
+
502
+ @managed_instance_id.setter
503
+ def managed_instance_id(self, value: Optional[pulumi.Input[str]]):
504
+ pulumi.set(self, "managed_instance_id", value)
505
+
506
+ @property
507
+ @pulumi.getter(name="notificationTopicId")
508
+ def notification_topic_id(self) -> Optional[pulumi.Input[str]]:
509
+ """
510
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
511
+ """
512
+ return pulumi.get(self, "notification_topic_id")
513
+
514
+ @notification_topic_id.setter
515
+ def notification_topic_id(self, value: Optional[pulumi.Input[str]]):
516
+ pulumi.set(self, "notification_topic_id", value)
517
+
518
+ @property
519
+ @pulumi.getter(name="osFamily")
520
+ def os_family(self) -> Optional[pulumi.Input[str]]:
521
+ """
522
+ The operating system type of the managed instance.
523
+ """
524
+ return pulumi.get(self, "os_family")
525
+
526
+ @os_family.setter
527
+ def os_family(self, value: Optional[pulumi.Input[str]]):
528
+ pulumi.set(self, "os_family", value)
529
+
530
+ @property
531
+ @pulumi.getter(name="osKernelVersion")
532
+ def os_kernel_version(self) -> Optional[pulumi.Input[str]]:
533
+ """
534
+ Operating system kernel version.
535
+ """
536
+ return pulumi.get(self, "os_kernel_version")
537
+
538
+ @os_kernel_version.setter
539
+ def os_kernel_version(self, value: Optional[pulumi.Input[str]]):
540
+ pulumi.set(self, "os_kernel_version", value)
541
+
542
+ @property
543
+ @pulumi.getter(name="osName")
544
+ def os_name(self) -> Optional[pulumi.Input[str]]:
545
+ """
546
+ Operating system name.
547
+ """
548
+ return pulumi.get(self, "os_name")
549
+
550
+ @os_name.setter
551
+ def os_name(self, value: Optional[pulumi.Input[str]]):
552
+ pulumi.set(self, "os_name", value)
553
+
554
+ @property
555
+ @pulumi.getter(name="osVersion")
556
+ def os_version(self) -> Optional[pulumi.Input[str]]:
557
+ """
558
+ Operating system version.
559
+ """
560
+ return pulumi.get(self, "os_version")
561
+
562
+ @os_version.setter
563
+ def os_version(self, value: Optional[pulumi.Input[str]]):
564
+ pulumi.set(self, "os_version", value)
565
+
566
+ @property
567
+ @pulumi.getter(name="otherUpdatesAvailable")
568
+ def other_updates_available(self) -> Optional[pulumi.Input[int]]:
569
+ """
570
+ Number of non-classified (other) updates available for installation.
571
+ """
572
+ return pulumi.get(self, "other_updates_available")
573
+
574
+ @other_updates_available.setter
575
+ def other_updates_available(self, value: Optional[pulumi.Input[int]]):
576
+ pulumi.set(self, "other_updates_available", value)
577
+
578
+ @property
579
+ @pulumi.getter(name="primaryManagementStationId")
580
+ def primary_management_station_id(self) -> Optional[pulumi.Input[str]]:
581
+ """
582
+ (Updatable) 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.
583
+ """
584
+ return pulumi.get(self, "primary_management_station_id")
585
+
586
+ @primary_management_station_id.setter
587
+ def primary_management_station_id(self, value: Optional[pulumi.Input[str]]):
588
+ pulumi.set(self, "primary_management_station_id", value)
589
+
590
+ @property
591
+ @pulumi.getter
592
+ def profile(self) -> Optional[pulumi.Input[str]]:
593
+ """
594
+ The profile that was used to register this instance with the service.
595
+ """
596
+ return pulumi.get(self, "profile")
597
+
598
+ @profile.setter
599
+ def profile(self, value: Optional[pulumi.Input[str]]):
600
+ pulumi.set(self, "profile", value)
601
+
602
+ @property
603
+ @pulumi.getter(name="scheduledJobCount")
604
+ def scheduled_job_count(self) -> Optional[pulumi.Input[int]]:
605
+ """
606
+ Number of scheduled jobs associated with this instance.
607
+ """
608
+ return pulumi.get(self, "scheduled_job_count")
609
+
610
+ @scheduled_job_count.setter
611
+ def scheduled_job_count(self, value: Optional[pulumi.Input[int]]):
612
+ pulumi.set(self, "scheduled_job_count", value)
613
+
614
+ @property
615
+ @pulumi.getter(name="secondaryManagementStationId")
616
+ def secondary_management_station_id(self) -> Optional[pulumi.Input[str]]:
617
+ """
618
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station for the instance to use as secondary management station.
619
+
620
+
621
+ ** IMPORTANT **
622
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
623
+ """
624
+ return pulumi.get(self, "secondary_management_station_id")
625
+
626
+ @secondary_management_station_id.setter
627
+ def secondary_management_station_id(self, value: Optional[pulumi.Input[str]]):
628
+ pulumi.set(self, "secondary_management_station_id", value)
629
+
630
+ @property
631
+ @pulumi.getter(name="securityUpdatesAvailable")
632
+ def security_updates_available(self) -> Optional[pulumi.Input[int]]:
633
+ """
634
+ Number of security type updates available for installation.
635
+ """
636
+ return pulumi.get(self, "security_updates_available")
637
+
638
+ @security_updates_available.setter
639
+ def security_updates_available(self, value: Optional[pulumi.Input[int]]):
640
+ pulumi.set(self, "security_updates_available", value)
641
+
642
+ @property
643
+ @pulumi.getter(name="softwareSources")
644
+ def software_sources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedInstanceSoftwareSourceArgs']]]]:
645
+ """
646
+ The list of software sources currently attached to the managed instance.
647
+ """
648
+ return pulumi.get(self, "software_sources")
649
+
650
+ @software_sources.setter
651
+ def software_sources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedInstanceSoftwareSourceArgs']]]]):
652
+ pulumi.set(self, "software_sources", value)
653
+
654
+ @property
655
+ @pulumi.getter
656
+ def status(self) -> Optional[pulumi.Input[str]]:
657
+ """
658
+ Current status of the managed instance.
659
+ """
660
+ return pulumi.get(self, "status")
661
+
662
+ @status.setter
663
+ def status(self, value: Optional[pulumi.Input[str]]):
664
+ pulumi.set(self, "status", value)
665
+
666
+ @property
667
+ @pulumi.getter(name="tenancyId")
668
+ def tenancy_id(self) -> Optional[pulumi.Input[str]]:
669
+ """
670
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tenancy that the managed instance resides in.
671
+ """
672
+ return pulumi.get(self, "tenancy_id")
673
+
674
+ @tenancy_id.setter
675
+ def tenancy_id(self, value: Optional[pulumi.Input[str]]):
676
+ pulumi.set(self, "tenancy_id", value)
677
+
678
+ @property
679
+ @pulumi.getter(name="timeCreated")
680
+ def time_created(self) -> Optional[pulumi.Input[str]]:
681
+ """
682
+ The date and time the instance was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
683
+ """
684
+ return pulumi.get(self, "time_created")
685
+
686
+ @time_created.setter
687
+ def time_created(self, value: Optional[pulumi.Input[str]]):
688
+ pulumi.set(self, "time_created", value)
689
+
690
+ @property
691
+ @pulumi.getter(name="timeLastBoot")
692
+ def time_last_boot(self) -> Optional[pulumi.Input[str]]:
693
+ """
694
+ Time that the instance last booted (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
695
+ """
696
+ return pulumi.get(self, "time_last_boot")
697
+
698
+ @time_last_boot.setter
699
+ def time_last_boot(self, value: Optional[pulumi.Input[str]]):
700
+ pulumi.set(self, "time_last_boot", value)
701
+
702
+ @property
703
+ @pulumi.getter(name="timeLastCheckin")
704
+ def time_last_checkin(self) -> Optional[pulumi.Input[str]]:
705
+ """
706
+ Time that the instance last checked in with the service (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
707
+ """
708
+ return pulumi.get(self, "time_last_checkin")
709
+
710
+ @time_last_checkin.setter
711
+ def time_last_checkin(self, value: Optional[pulumi.Input[str]]):
712
+ pulumi.set(self, "time_last_checkin", value)
713
+
714
+ @property
715
+ @pulumi.getter(name="timeUpdated")
716
+ def time_updated(self) -> Optional[pulumi.Input[str]]:
717
+ """
718
+ The date and time the instance was last updated (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
719
+ """
720
+ return pulumi.get(self, "time_updated")
721
+
722
+ @time_updated.setter
723
+ def time_updated(self, value: Optional[pulumi.Input[str]]):
724
+ pulumi.set(self, "time_updated", value)
725
+
726
+ @property
727
+ @pulumi.getter(name="updatesAvailable")
728
+ def updates_available(self) -> Optional[pulumi.Input[int]]:
729
+ """
730
+ Number of updates available for installation.
731
+ """
732
+ return pulumi.get(self, "updates_available")
733
+
734
+ @updates_available.setter
735
+ def updates_available(self, value: Optional[pulumi.Input[int]]):
736
+ pulumi.set(self, "updates_available", value)
737
+
738
+ @property
739
+ @pulumi.getter(name="workRequestCount")
740
+ def work_request_count(self) -> Optional[pulumi.Input[int]]:
741
+ """
742
+ Number of work requests associated with this instance.
743
+ """
744
+ return pulumi.get(self, "work_request_count")
745
+
746
+ @work_request_count.setter
747
+ def work_request_count(self, value: Optional[pulumi.Input[int]]):
748
+ pulumi.set(self, "work_request_count", value)
749
+
750
+
751
+ class ManagedInstance(pulumi.CustomResource):
752
+ @overload
753
+ def __init__(__self__,
754
+ resource_name: str,
755
+ opts: Optional[pulumi.ResourceOptions] = None,
756
+ autonomous_settings: Optional[pulumi.Input[pulumi.InputType['ManagedInstanceAutonomousSettingsArgs']]] = None,
757
+ description: Optional[pulumi.Input[str]] = None,
758
+ managed_instance_id: Optional[pulumi.Input[str]] = None,
759
+ notification_topic_id: Optional[pulumi.Input[str]] = None,
760
+ primary_management_station_id: Optional[pulumi.Input[str]] = None,
761
+ secondary_management_station_id: Optional[pulumi.Input[str]] = None,
762
+ __props__=None):
763
+ """
764
+ This resource provides the Managed Instance resource in Oracle Cloud Infrastructure Os Management Hub service.
765
+
766
+ Updates the specified managed instance information, such as description, ONS topic, and associated management station.
767
+
768
+ ## Import
769
+
770
+ ManagedInstances can be imported using the `id`, e.g.
771
+
772
+ ```sh
773
+ $ pulumi import oci:OsManagementHub/managedInstance:ManagedInstance test_managed_instance "id"
774
+ ```
775
+
776
+ :param str resource_name: The name of the resource.
777
+ :param pulumi.ResourceOptions opts: Options for the resource.
778
+ :param pulumi.Input[pulumi.InputType['ManagedInstanceAutonomousSettingsArgs']] autonomous_settings: (Updatable) Updatable settings for the Autonomous Linux service.
779
+ :param pulumi.Input[str] description: (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
780
+ :param pulumi.Input[str] managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
781
+ :param pulumi.Input[str] notification_topic_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
782
+ :param pulumi.Input[str] primary_management_station_id: (Updatable) 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.
783
+ :param pulumi.Input[str] secondary_management_station_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station for the instance to use as secondary management station.
784
+
785
+
786
+ ** IMPORTANT **
787
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
788
+ """
789
+ ...
790
+ @overload
791
+ def __init__(__self__,
792
+ resource_name: str,
793
+ args: ManagedInstanceArgs,
794
+ opts: Optional[pulumi.ResourceOptions] = None):
795
+ """
796
+ This resource provides the Managed Instance resource in Oracle Cloud Infrastructure Os Management Hub service.
797
+
798
+ Updates the specified managed instance information, such as description, ONS topic, and associated management station.
799
+
800
+ ## Import
801
+
802
+ ManagedInstances can be imported using the `id`, e.g.
803
+
804
+ ```sh
805
+ $ pulumi import oci:OsManagementHub/managedInstance:ManagedInstance test_managed_instance "id"
806
+ ```
807
+
808
+ :param str resource_name: The name of the resource.
809
+ :param ManagedInstanceArgs args: The arguments to use to populate this resource's properties.
810
+ :param pulumi.ResourceOptions opts: Options for the resource.
811
+ """
812
+ ...
813
+ def __init__(__self__, resource_name: str, *args, **kwargs):
814
+ resource_args, opts = _utilities.get_resource_args_opts(ManagedInstanceArgs, pulumi.ResourceOptions, *args, **kwargs)
815
+ if resource_args is not None:
816
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
817
+ else:
818
+ __self__._internal_init(resource_name, *args, **kwargs)
819
+
820
+ def _internal_init(__self__,
821
+ resource_name: str,
822
+ opts: Optional[pulumi.ResourceOptions] = None,
823
+ autonomous_settings: Optional[pulumi.Input[pulumi.InputType['ManagedInstanceAutonomousSettingsArgs']]] = None,
824
+ description: Optional[pulumi.Input[str]] = None,
825
+ managed_instance_id: Optional[pulumi.Input[str]] = None,
826
+ notification_topic_id: Optional[pulumi.Input[str]] = None,
827
+ primary_management_station_id: Optional[pulumi.Input[str]] = None,
828
+ secondary_management_station_id: Optional[pulumi.Input[str]] = None,
829
+ __props__=None):
830
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
831
+ if not isinstance(opts, pulumi.ResourceOptions):
832
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
833
+ if opts.id is None:
834
+ if __props__ is not None:
835
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
836
+ __props__ = ManagedInstanceArgs.__new__(ManagedInstanceArgs)
837
+
838
+ __props__.__dict__["autonomous_settings"] = autonomous_settings
839
+ __props__.__dict__["description"] = description
840
+ if managed_instance_id is None and not opts.urn:
841
+ raise TypeError("Missing required property 'managed_instance_id'")
842
+ __props__.__dict__["managed_instance_id"] = managed_instance_id
843
+ __props__.__dict__["notification_topic_id"] = notification_topic_id
844
+ __props__.__dict__["primary_management_station_id"] = primary_management_station_id
845
+ __props__.__dict__["secondary_management_station_id"] = secondary_management_station_id
846
+ __props__.__dict__["architecture"] = None
847
+ __props__.__dict__["bug_updates_available"] = None
848
+ __props__.__dict__["compartment_id"] = None
849
+ __props__.__dict__["display_name"] = None
850
+ __props__.__dict__["enhancement_updates_available"] = None
851
+ __props__.__dict__["installed_packages"] = None
852
+ __props__.__dict__["installed_windows_updates"] = None
853
+ __props__.__dict__["is_managed_by_autonomous_linux"] = None
854
+ __props__.__dict__["is_management_station"] = None
855
+ __props__.__dict__["is_reboot_required"] = None
856
+ __props__.__dict__["ksplice_effective_kernel_version"] = None
857
+ __props__.__dict__["lifecycle_environments"] = None
858
+ __props__.__dict__["lifecycle_stages"] = None
859
+ __props__.__dict__["location"] = None
860
+ __props__.__dict__["managed_instance_groups"] = None
861
+ __props__.__dict__["os_family"] = None
862
+ __props__.__dict__["os_kernel_version"] = None
863
+ __props__.__dict__["os_name"] = None
864
+ __props__.__dict__["os_version"] = None
865
+ __props__.__dict__["other_updates_available"] = None
866
+ __props__.__dict__["profile"] = None
867
+ __props__.__dict__["scheduled_job_count"] = None
868
+ __props__.__dict__["security_updates_available"] = None
869
+ __props__.__dict__["software_sources"] = None
870
+ __props__.__dict__["status"] = None
871
+ __props__.__dict__["tenancy_id"] = None
872
+ __props__.__dict__["time_created"] = None
873
+ __props__.__dict__["time_last_boot"] = None
874
+ __props__.__dict__["time_last_checkin"] = None
875
+ __props__.__dict__["time_updated"] = None
876
+ __props__.__dict__["updates_available"] = None
877
+ __props__.__dict__["work_request_count"] = None
878
+ super(ManagedInstance, __self__).__init__(
879
+ 'oci:OsManagementHub/managedInstance:ManagedInstance',
880
+ resource_name,
881
+ __props__,
882
+ opts)
883
+
884
+ @staticmethod
885
+ def get(resource_name: str,
886
+ id: pulumi.Input[str],
887
+ opts: Optional[pulumi.ResourceOptions] = None,
888
+ architecture: Optional[pulumi.Input[str]] = None,
889
+ autonomous_settings: Optional[pulumi.Input[pulumi.InputType['ManagedInstanceAutonomousSettingsArgs']]] = None,
890
+ bug_updates_available: Optional[pulumi.Input[int]] = None,
891
+ compartment_id: Optional[pulumi.Input[str]] = None,
892
+ description: Optional[pulumi.Input[str]] = None,
893
+ display_name: Optional[pulumi.Input[str]] = None,
894
+ enhancement_updates_available: Optional[pulumi.Input[int]] = None,
895
+ installed_packages: Optional[pulumi.Input[int]] = None,
896
+ installed_windows_updates: Optional[pulumi.Input[int]] = None,
897
+ is_managed_by_autonomous_linux: Optional[pulumi.Input[bool]] = None,
898
+ is_management_station: Optional[pulumi.Input[bool]] = None,
899
+ is_reboot_required: Optional[pulumi.Input[bool]] = None,
900
+ ksplice_effective_kernel_version: Optional[pulumi.Input[str]] = None,
901
+ lifecycle_environments: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedInstanceLifecycleEnvironmentArgs']]]]] = None,
902
+ lifecycle_stages: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedInstanceLifecycleStageArgs']]]]] = None,
903
+ location: Optional[pulumi.Input[str]] = None,
904
+ managed_instance_groups: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedInstanceManagedInstanceGroupArgs']]]]] = None,
905
+ managed_instance_id: Optional[pulumi.Input[str]] = None,
906
+ notification_topic_id: Optional[pulumi.Input[str]] = None,
907
+ os_family: Optional[pulumi.Input[str]] = None,
908
+ os_kernel_version: Optional[pulumi.Input[str]] = None,
909
+ os_name: Optional[pulumi.Input[str]] = None,
910
+ os_version: Optional[pulumi.Input[str]] = None,
911
+ other_updates_available: Optional[pulumi.Input[int]] = None,
912
+ primary_management_station_id: Optional[pulumi.Input[str]] = None,
913
+ profile: Optional[pulumi.Input[str]] = None,
914
+ scheduled_job_count: Optional[pulumi.Input[int]] = None,
915
+ secondary_management_station_id: Optional[pulumi.Input[str]] = None,
916
+ security_updates_available: Optional[pulumi.Input[int]] = None,
917
+ software_sources: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedInstanceSoftwareSourceArgs']]]]] = None,
918
+ status: Optional[pulumi.Input[str]] = None,
919
+ tenancy_id: Optional[pulumi.Input[str]] = None,
920
+ time_created: Optional[pulumi.Input[str]] = None,
921
+ time_last_boot: Optional[pulumi.Input[str]] = None,
922
+ time_last_checkin: Optional[pulumi.Input[str]] = None,
923
+ time_updated: Optional[pulumi.Input[str]] = None,
924
+ updates_available: Optional[pulumi.Input[int]] = None,
925
+ work_request_count: Optional[pulumi.Input[int]] = None) -> 'ManagedInstance':
926
+ """
927
+ Get an existing ManagedInstance resource's state with the given name, id, and optional extra
928
+ properties used to qualify the lookup.
929
+
930
+ :param str resource_name: The unique name of the resulting resource.
931
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
932
+ :param pulumi.ResourceOptions opts: Options for the resource.
933
+ :param pulumi.Input[str] architecture: The CPU architecture type of the managed instance.
934
+ :param pulumi.Input[pulumi.InputType['ManagedInstanceAutonomousSettingsArgs']] autonomous_settings: (Updatable) Updatable settings for the Autonomous Linux service.
935
+ :param pulumi.Input[int] bug_updates_available: Number of bug fix type updates available for installation.
936
+ :param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance.
937
+ :param pulumi.Input[str] description: (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
938
+ :param pulumi.Input[str] display_name: Software source name.
939
+ :param pulumi.Input[int] enhancement_updates_available: Number of enhancement type updates available for installation.
940
+ :param pulumi.Input[int] installed_packages: Number of packages installed on the instance.
941
+ :param pulumi.Input[int] installed_windows_updates: Number of Windows updates installed on the instance.
942
+ :param pulumi.Input[bool] is_managed_by_autonomous_linux: Indicates whether the Autonomous Linux service manages the instance.
943
+ :param pulumi.Input[bool] is_management_station: Indicates whether this managed instance is acting as an on-premises management station.
944
+ :param pulumi.Input[bool] is_reboot_required: Indicates whether a reboot is required to complete installation of updates.
945
+ :param pulumi.Input[str] ksplice_effective_kernel_version: The ksplice effective kernel version.
946
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedInstanceLifecycleEnvironmentArgs']]]] lifecycle_environments: Id and name of a resource to simplify the display for the user.
947
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedInstanceLifecycleStageArgs']]]] lifecycle_stages: Id and name of a resource to simplify the display for the user.
948
+ :param pulumi.Input[str] location: The location of the managed instance.
949
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedInstanceManagedInstanceGroupArgs']]]] managed_instance_groups: Id and name of a resource to simplify the display for the user.
950
+ :param pulumi.Input[str] managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
951
+ :param pulumi.Input[str] notification_topic_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
952
+ :param pulumi.Input[str] os_family: The operating system type of the managed instance.
953
+ :param pulumi.Input[str] os_kernel_version: Operating system kernel version.
954
+ :param pulumi.Input[str] os_name: Operating system name.
955
+ :param pulumi.Input[str] os_version: Operating system version.
956
+ :param pulumi.Input[int] other_updates_available: Number of non-classified (other) updates available for installation.
957
+ :param pulumi.Input[str] primary_management_station_id: (Updatable) 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.
958
+ :param pulumi.Input[str] profile: The profile that was used to register this instance with the service.
959
+ :param pulumi.Input[int] scheduled_job_count: Number of scheduled jobs associated with this instance.
960
+ :param pulumi.Input[str] secondary_management_station_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station for the instance to use as secondary management station.
961
+
962
+
963
+ ** IMPORTANT **
964
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
965
+ :param pulumi.Input[int] security_updates_available: Number of security type updates available for installation.
966
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedInstanceSoftwareSourceArgs']]]] software_sources: The list of software sources currently attached to the managed instance.
967
+ :param pulumi.Input[str] status: Current status of the managed instance.
968
+ :param pulumi.Input[str] tenancy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tenancy that the managed instance resides in.
969
+ :param pulumi.Input[str] time_created: The date and time the instance was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
970
+ :param pulumi.Input[str] time_last_boot: Time that the instance last booted (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
971
+ :param pulumi.Input[str] time_last_checkin: Time that the instance last checked in with the service (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
972
+ :param pulumi.Input[str] time_updated: The date and time the instance was last updated (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
973
+ :param pulumi.Input[int] updates_available: Number of updates available for installation.
974
+ :param pulumi.Input[int] work_request_count: Number of work requests associated with this instance.
975
+ """
976
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
977
+
978
+ __props__ = _ManagedInstanceState.__new__(_ManagedInstanceState)
979
+
980
+ __props__.__dict__["architecture"] = architecture
981
+ __props__.__dict__["autonomous_settings"] = autonomous_settings
982
+ __props__.__dict__["bug_updates_available"] = bug_updates_available
983
+ __props__.__dict__["compartment_id"] = compartment_id
984
+ __props__.__dict__["description"] = description
985
+ __props__.__dict__["display_name"] = display_name
986
+ __props__.__dict__["enhancement_updates_available"] = enhancement_updates_available
987
+ __props__.__dict__["installed_packages"] = installed_packages
988
+ __props__.__dict__["installed_windows_updates"] = installed_windows_updates
989
+ __props__.__dict__["is_managed_by_autonomous_linux"] = is_managed_by_autonomous_linux
990
+ __props__.__dict__["is_management_station"] = is_management_station
991
+ __props__.__dict__["is_reboot_required"] = is_reboot_required
992
+ __props__.__dict__["ksplice_effective_kernel_version"] = ksplice_effective_kernel_version
993
+ __props__.__dict__["lifecycle_environments"] = lifecycle_environments
994
+ __props__.__dict__["lifecycle_stages"] = lifecycle_stages
995
+ __props__.__dict__["location"] = location
996
+ __props__.__dict__["managed_instance_groups"] = managed_instance_groups
997
+ __props__.__dict__["managed_instance_id"] = managed_instance_id
998
+ __props__.__dict__["notification_topic_id"] = notification_topic_id
999
+ __props__.__dict__["os_family"] = os_family
1000
+ __props__.__dict__["os_kernel_version"] = os_kernel_version
1001
+ __props__.__dict__["os_name"] = os_name
1002
+ __props__.__dict__["os_version"] = os_version
1003
+ __props__.__dict__["other_updates_available"] = other_updates_available
1004
+ __props__.__dict__["primary_management_station_id"] = primary_management_station_id
1005
+ __props__.__dict__["profile"] = profile
1006
+ __props__.__dict__["scheduled_job_count"] = scheduled_job_count
1007
+ __props__.__dict__["secondary_management_station_id"] = secondary_management_station_id
1008
+ __props__.__dict__["security_updates_available"] = security_updates_available
1009
+ __props__.__dict__["software_sources"] = software_sources
1010
+ __props__.__dict__["status"] = status
1011
+ __props__.__dict__["tenancy_id"] = tenancy_id
1012
+ __props__.__dict__["time_created"] = time_created
1013
+ __props__.__dict__["time_last_boot"] = time_last_boot
1014
+ __props__.__dict__["time_last_checkin"] = time_last_checkin
1015
+ __props__.__dict__["time_updated"] = time_updated
1016
+ __props__.__dict__["updates_available"] = updates_available
1017
+ __props__.__dict__["work_request_count"] = work_request_count
1018
+ return ManagedInstance(resource_name, opts=opts, __props__=__props__)
1019
+
1020
+ @property
1021
+ @pulumi.getter
1022
+ def architecture(self) -> pulumi.Output[str]:
1023
+ """
1024
+ The CPU architecture type of the managed instance.
1025
+ """
1026
+ return pulumi.get(self, "architecture")
1027
+
1028
+ @property
1029
+ @pulumi.getter(name="autonomousSettings")
1030
+ def autonomous_settings(self) -> pulumi.Output['outputs.ManagedInstanceAutonomousSettings']:
1031
+ """
1032
+ (Updatable) Updatable settings for the Autonomous Linux service.
1033
+ """
1034
+ return pulumi.get(self, "autonomous_settings")
1035
+
1036
+ @property
1037
+ @pulumi.getter(name="bugUpdatesAvailable")
1038
+ def bug_updates_available(self) -> pulumi.Output[int]:
1039
+ """
1040
+ Number of bug fix type updates available for installation.
1041
+ """
1042
+ return pulumi.get(self, "bug_updates_available")
1043
+
1044
+ @property
1045
+ @pulumi.getter(name="compartmentId")
1046
+ def compartment_id(self) -> pulumi.Output[str]:
1047
+ """
1048
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the managed instance.
1049
+ """
1050
+ return pulumi.get(self, "compartment_id")
1051
+
1052
+ @property
1053
+ @pulumi.getter
1054
+ def description(self) -> pulumi.Output[str]:
1055
+ """
1056
+ (Updatable) User-specified description of the managed instance. Avoid entering confidential information.
1057
+ """
1058
+ return pulumi.get(self, "description")
1059
+
1060
+ @property
1061
+ @pulumi.getter(name="displayName")
1062
+ def display_name(self) -> pulumi.Output[str]:
1063
+ """
1064
+ Software source name.
1065
+ """
1066
+ return pulumi.get(self, "display_name")
1067
+
1068
+ @property
1069
+ @pulumi.getter(name="enhancementUpdatesAvailable")
1070
+ def enhancement_updates_available(self) -> pulumi.Output[int]:
1071
+ """
1072
+ Number of enhancement type updates available for installation.
1073
+ """
1074
+ return pulumi.get(self, "enhancement_updates_available")
1075
+
1076
+ @property
1077
+ @pulumi.getter(name="installedPackages")
1078
+ def installed_packages(self) -> pulumi.Output[int]:
1079
+ """
1080
+ Number of packages installed on the instance.
1081
+ """
1082
+ return pulumi.get(self, "installed_packages")
1083
+
1084
+ @property
1085
+ @pulumi.getter(name="installedWindowsUpdates")
1086
+ def installed_windows_updates(self) -> pulumi.Output[int]:
1087
+ """
1088
+ Number of Windows updates installed on the instance.
1089
+ """
1090
+ return pulumi.get(self, "installed_windows_updates")
1091
+
1092
+ @property
1093
+ @pulumi.getter(name="isManagedByAutonomousLinux")
1094
+ def is_managed_by_autonomous_linux(self) -> pulumi.Output[bool]:
1095
+ """
1096
+ Indicates whether the Autonomous Linux service manages the instance.
1097
+ """
1098
+ return pulumi.get(self, "is_managed_by_autonomous_linux")
1099
+
1100
+ @property
1101
+ @pulumi.getter(name="isManagementStation")
1102
+ def is_management_station(self) -> pulumi.Output[bool]:
1103
+ """
1104
+ Indicates whether this managed instance is acting as an on-premises management station.
1105
+ """
1106
+ return pulumi.get(self, "is_management_station")
1107
+
1108
+ @property
1109
+ @pulumi.getter(name="isRebootRequired")
1110
+ def is_reboot_required(self) -> pulumi.Output[bool]:
1111
+ """
1112
+ Indicates whether a reboot is required to complete installation of updates.
1113
+ """
1114
+ return pulumi.get(self, "is_reboot_required")
1115
+
1116
+ @property
1117
+ @pulumi.getter(name="kspliceEffectiveKernelVersion")
1118
+ def ksplice_effective_kernel_version(self) -> pulumi.Output[str]:
1119
+ """
1120
+ The ksplice effective kernel version.
1121
+ """
1122
+ return pulumi.get(self, "ksplice_effective_kernel_version")
1123
+
1124
+ @property
1125
+ @pulumi.getter(name="lifecycleEnvironments")
1126
+ def lifecycle_environments(self) -> pulumi.Output[Sequence['outputs.ManagedInstanceLifecycleEnvironment']]:
1127
+ """
1128
+ Id and name of a resource to simplify the display for the user.
1129
+ """
1130
+ return pulumi.get(self, "lifecycle_environments")
1131
+
1132
+ @property
1133
+ @pulumi.getter(name="lifecycleStages")
1134
+ def lifecycle_stages(self) -> pulumi.Output[Sequence['outputs.ManagedInstanceLifecycleStage']]:
1135
+ """
1136
+ Id and name of a resource to simplify the display for the user.
1137
+ """
1138
+ return pulumi.get(self, "lifecycle_stages")
1139
+
1140
+ @property
1141
+ @pulumi.getter
1142
+ def location(self) -> pulumi.Output[str]:
1143
+ """
1144
+ The location of the managed instance.
1145
+ """
1146
+ return pulumi.get(self, "location")
1147
+
1148
+ @property
1149
+ @pulumi.getter(name="managedInstanceGroups")
1150
+ def managed_instance_groups(self) -> pulumi.Output[Sequence['outputs.ManagedInstanceManagedInstanceGroup']]:
1151
+ """
1152
+ Id and name of a resource to simplify the display for the user.
1153
+ """
1154
+ return pulumi.get(self, "managed_instance_groups")
1155
+
1156
+ @property
1157
+ @pulumi.getter(name="managedInstanceId")
1158
+ def managed_instance_id(self) -> pulumi.Output[str]:
1159
+ """
1160
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
1161
+ """
1162
+ return pulumi.get(self, "managed_instance_id")
1163
+
1164
+ @property
1165
+ @pulumi.getter(name="notificationTopicId")
1166
+ def notification_topic_id(self) -> pulumi.Output[str]:
1167
+ """
1168
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.
1169
+ """
1170
+ return pulumi.get(self, "notification_topic_id")
1171
+
1172
+ @property
1173
+ @pulumi.getter(name="osFamily")
1174
+ def os_family(self) -> pulumi.Output[str]:
1175
+ """
1176
+ The operating system type of the managed instance.
1177
+ """
1178
+ return pulumi.get(self, "os_family")
1179
+
1180
+ @property
1181
+ @pulumi.getter(name="osKernelVersion")
1182
+ def os_kernel_version(self) -> pulumi.Output[str]:
1183
+ """
1184
+ Operating system kernel version.
1185
+ """
1186
+ return pulumi.get(self, "os_kernel_version")
1187
+
1188
+ @property
1189
+ @pulumi.getter(name="osName")
1190
+ def os_name(self) -> pulumi.Output[str]:
1191
+ """
1192
+ Operating system name.
1193
+ """
1194
+ return pulumi.get(self, "os_name")
1195
+
1196
+ @property
1197
+ @pulumi.getter(name="osVersion")
1198
+ def os_version(self) -> pulumi.Output[str]:
1199
+ """
1200
+ Operating system version.
1201
+ """
1202
+ return pulumi.get(self, "os_version")
1203
+
1204
+ @property
1205
+ @pulumi.getter(name="otherUpdatesAvailable")
1206
+ def other_updates_available(self) -> pulumi.Output[int]:
1207
+ """
1208
+ Number of non-classified (other) updates available for installation.
1209
+ """
1210
+ return pulumi.get(self, "other_updates_available")
1211
+
1212
+ @property
1213
+ @pulumi.getter(name="primaryManagementStationId")
1214
+ def primary_management_station_id(self) -> pulumi.Output[str]:
1215
+ """
1216
+ (Updatable) 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.
1217
+ """
1218
+ return pulumi.get(self, "primary_management_station_id")
1219
+
1220
+ @property
1221
+ @pulumi.getter
1222
+ def profile(self) -> pulumi.Output[str]:
1223
+ """
1224
+ The profile that was used to register this instance with the service.
1225
+ """
1226
+ return pulumi.get(self, "profile")
1227
+
1228
+ @property
1229
+ @pulumi.getter(name="scheduledJobCount")
1230
+ def scheduled_job_count(self) -> pulumi.Output[int]:
1231
+ """
1232
+ Number of scheduled jobs associated with this instance.
1233
+ """
1234
+ return pulumi.get(self, "scheduled_job_count")
1235
+
1236
+ @property
1237
+ @pulumi.getter(name="secondaryManagementStationId")
1238
+ def secondary_management_station_id(self) -> pulumi.Output[str]:
1239
+ """
1240
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management station for the instance to use as secondary management station.
1241
+
1242
+
1243
+ ** IMPORTANT **
1244
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1245
+ """
1246
+ return pulumi.get(self, "secondary_management_station_id")
1247
+
1248
+ @property
1249
+ @pulumi.getter(name="securityUpdatesAvailable")
1250
+ def security_updates_available(self) -> pulumi.Output[int]:
1251
+ """
1252
+ Number of security type updates available for installation.
1253
+ """
1254
+ return pulumi.get(self, "security_updates_available")
1255
+
1256
+ @property
1257
+ @pulumi.getter(name="softwareSources")
1258
+ def software_sources(self) -> pulumi.Output[Sequence['outputs.ManagedInstanceSoftwareSource']]:
1259
+ """
1260
+ The list of software sources currently attached to the managed instance.
1261
+ """
1262
+ return pulumi.get(self, "software_sources")
1263
+
1264
+ @property
1265
+ @pulumi.getter
1266
+ def status(self) -> pulumi.Output[str]:
1267
+ """
1268
+ Current status of the managed instance.
1269
+ """
1270
+ return pulumi.get(self, "status")
1271
+
1272
+ @property
1273
+ @pulumi.getter(name="tenancyId")
1274
+ def tenancy_id(self) -> pulumi.Output[str]:
1275
+ """
1276
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tenancy that the managed instance resides in.
1277
+ """
1278
+ return pulumi.get(self, "tenancy_id")
1279
+
1280
+ @property
1281
+ @pulumi.getter(name="timeCreated")
1282
+ def time_created(self) -> pulumi.Output[str]:
1283
+ """
1284
+ The date and time the instance was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
1285
+ """
1286
+ return pulumi.get(self, "time_created")
1287
+
1288
+ @property
1289
+ @pulumi.getter(name="timeLastBoot")
1290
+ def time_last_boot(self) -> pulumi.Output[str]:
1291
+ """
1292
+ Time that the instance last booted (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
1293
+ """
1294
+ return pulumi.get(self, "time_last_boot")
1295
+
1296
+ @property
1297
+ @pulumi.getter(name="timeLastCheckin")
1298
+ def time_last_checkin(self) -> pulumi.Output[str]:
1299
+ """
1300
+ Time that the instance last checked in with the service (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
1301
+ """
1302
+ return pulumi.get(self, "time_last_checkin")
1303
+
1304
+ @property
1305
+ @pulumi.getter(name="timeUpdated")
1306
+ def time_updated(self) -> pulumi.Output[str]:
1307
+ """
1308
+ The date and time the instance was last updated (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
1309
+ """
1310
+ return pulumi.get(self, "time_updated")
1311
+
1312
+ @property
1313
+ @pulumi.getter(name="updatesAvailable")
1314
+ def updates_available(self) -> pulumi.Output[int]:
1315
+ """
1316
+ Number of updates available for installation.
1317
+ """
1318
+ return pulumi.get(self, "updates_available")
1319
+
1320
+ @property
1321
+ @pulumi.getter(name="workRequestCount")
1322
+ def work_request_count(self) -> pulumi.Output[int]:
1323
+ """
1324
+ Number of work requests associated with this instance.
1325
+ """
1326
+ return pulumi.get(self, "work_request_count")
1327
+