pulumi-oci 1.36.0a1715383492__py3-none-any.whl → 1.36.0a1715878445__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +208 -0
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +40 -0
- pulumi_oci/core/get_ip_inventory_subnet.py +171 -0
- pulumi_oci/core/get_ip_inventory_subnet_cidr.py +171 -0
- pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +206 -0
- pulumi_oci/core/outputs.py +261 -0
- pulumi_oci/database/_inputs.py +192 -0
- pulumi_oci/database/exadata_infrastructure.py +28 -0
- pulumi_oci/database/get_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_vm_cluster.py +14 -1
- pulumi_oci/database/outputs.py +418 -0
- pulumi_oci/database/vm_cluster.py +55 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
- pulumi_oci/datasafe/__init__.py +1 -0
- pulumi_oci/datasafe/masking_report_management.py +693 -0
- pulumi_oci/email/__init__.py +3 -0
- pulumi_oci/email/_inputs.py +46 -0
- pulumi_oci/email/dkim.py +4 -4
- pulumi_oci/email/email_domain.py +77 -0
- pulumi_oci/email/email_return_path.py +642 -0
- pulumi_oci/email/get_email_domain.py +27 -1
- pulumi_oci/email/get_email_return_path.py +274 -0
- pulumi_oci/email/get_email_return_paths.py +203 -0
- pulumi_oci/email/outputs.py +231 -0
- pulumi_oci/loadbalancer/_inputs.py +16 -0
- pulumi_oci/loadbalancer/listener.py +2 -0
- pulumi_oci/loadbalancer/outputs.py +14 -0
- pulumi_oci/loganalytics/namespace.py +4 -4
- pulumi_oci/networkloadbalancer/get_listener.py +14 -1
- pulumi_oci/networkloadbalancer/listener.py +51 -2
- pulumi_oci/networkloadbalancer/outputs.py +11 -0
- pulumi_oci/osmanagementhub/__init__.py +48 -0
- pulumi_oci/osmanagementhub/_inputs.py +3635 -493
- pulumi_oci/osmanagementhub/event.py +701 -0
- pulumi_oci/osmanagementhub/get_entitlements.py +178 -0
- pulumi_oci/osmanagementhub/get_errata.py +283 -0
- pulumi_oci/osmanagementhub/get_erratum.py +308 -0
- pulumi_oci/osmanagementhub/get_event.py +314 -0
- pulumi_oci/osmanagementhub/get_events.py +314 -0
- pulumi_oci/osmanagementhub/get_lifecycle_environment.py +26 -13
- pulumi_oci/osmanagementhub/get_lifecycle_environments.py +48 -11
- pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -15
- pulumi_oci/osmanagementhub/get_lifecycle_stages.py +86 -19
- pulumi_oci/osmanagementhub/get_managed_instance.py +587 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +187 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +190 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +238 -0
- pulumi_oci/osmanagementhub/get_managed_instance_errata.py +204 -0
- pulumi_oci/osmanagementhub/get_managed_instance_group.py +62 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +7 -9
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +220 -0
- pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +244 -0
- pulumi_oci/osmanagementhub/get_managed_instance_groups.py +71 -16
- pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +221 -0
- pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +204 -0
- pulumi_oci/osmanagementhub/get_managed_instance_modules.py +187 -0
- pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +221 -0
- pulumi_oci/osmanagementhub/get_managed_instances.py +537 -0
- pulumi_oci/osmanagementhub/get_management_station.py +42 -19
- pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
- pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
- pulumi_oci/osmanagementhub/get_profile.py +51 -12
- pulumi_oci/osmanagementhub/get_profiles.py +76 -16
- pulumi_oci/osmanagementhub/get_scheduled_job.py +426 -0
- pulumi_oci/osmanagementhub/get_scheduled_jobs.py +433 -0
- pulumi_oci/osmanagementhub/get_software_package.py +301 -0
- pulumi_oci/osmanagementhub/get_software_package_software_source.py +329 -0
- pulumi_oci/osmanagementhub/get_software_packages.py +232 -0
- pulumi_oci/osmanagementhub/get_software_source.py +109 -18
- pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
- pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
- pulumi_oci/osmanagementhub/get_software_source_software_package.py +23 -10
- pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
- pulumi_oci/osmanagementhub/get_software_sources.py +78 -21
- pulumi_oci/osmanagementhub/get_windows_update.py +222 -0
- pulumi_oci/osmanagementhub/get_windows_updates.py +187 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +159 -86
- pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +249 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +249 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +296 -0
- pulumi_oci/osmanagementhub/managed_instance.py +1327 -0
- pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +266 -0
- pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +214 -0
- pulumi_oci/osmanagementhub/managed_instance_group.py +264 -86
- pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +264 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +526 -0
- pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +292 -0
- pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +341 -0
- pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +341 -0
- pulumi_oci/osmanagementhub/management_station.py +184 -81
- pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +264 -0
- pulumi_oci/osmanagementhub/management_station_refresh_management.py +212 -0
- pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +264 -0
- pulumi_oci/osmanagementhub/outputs.py +10867 -2365
- pulumi_oci/osmanagementhub/profile.py +200 -78
- pulumi_oci/osmanagementhub/scheduled_job.py +1331 -0
- pulumi_oci/osmanagementhub/software_source.py +365 -181
- pulumi_oci/osmanagementhub/software_source_add_packages_management.py +266 -0
- pulumi_oci/osmanagementhub/software_source_change_availability_management.py +194 -0
- pulumi_oci/pulumi-plugin.json +2 -1
- {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/METADATA +1 -1
- {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/RECORD +119 -64
- {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,587 @@
|
|
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
|
+
...
|