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,187 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+ from . import outputs
12
+ from ._inputs import *
13
+
14
+ __all__ = [
15
+ 'GetWindowsUpdatesResult',
16
+ 'AwaitableGetWindowsUpdatesResult',
17
+ 'get_windows_updates',
18
+ 'get_windows_updates_output',
19
+ ]
20
+
21
+ @pulumi.output_type
22
+ class GetWindowsUpdatesResult:
23
+ """
24
+ A collection of values returned by getWindowsUpdates.
25
+ """
26
+ def __init__(__self__, classification_types=None, compartment_id=None, display_name_contains=None, filters=None, id=None, names=None, windows_update_collections=None):
27
+ if classification_types and not isinstance(classification_types, list):
28
+ raise TypeError("Expected argument 'classification_types' to be a list")
29
+ pulumi.set(__self__, "classification_types", classification_types)
30
+ if compartment_id and not isinstance(compartment_id, str):
31
+ raise TypeError("Expected argument 'compartment_id' to be a str")
32
+ pulumi.set(__self__, "compartment_id", compartment_id)
33
+ if display_name_contains and not isinstance(display_name_contains, str):
34
+ raise TypeError("Expected argument 'display_name_contains' to be a str")
35
+ pulumi.set(__self__, "display_name_contains", display_name_contains)
36
+ if filters and not isinstance(filters, list):
37
+ raise TypeError("Expected argument 'filters' to be a list")
38
+ pulumi.set(__self__, "filters", filters)
39
+ if id and not isinstance(id, str):
40
+ raise TypeError("Expected argument 'id' to be a str")
41
+ pulumi.set(__self__, "id", id)
42
+ if names and not isinstance(names, list):
43
+ raise TypeError("Expected argument 'names' to be a list")
44
+ pulumi.set(__self__, "names", names)
45
+ if windows_update_collections and not isinstance(windows_update_collections, list):
46
+ raise TypeError("Expected argument 'windows_update_collections' to be a list")
47
+ pulumi.set(__self__, "windows_update_collections", windows_update_collections)
48
+
49
+ @property
50
+ @pulumi.getter(name="classificationTypes")
51
+ def classification_types(self) -> Optional[Sequence[str]]:
52
+ return pulumi.get(self, "classification_types")
53
+
54
+ @property
55
+ @pulumi.getter(name="compartmentId")
56
+ def compartment_id(self) -> str:
57
+ return pulumi.get(self, "compartment_id")
58
+
59
+ @property
60
+ @pulumi.getter(name="displayNameContains")
61
+ def display_name_contains(self) -> Optional[str]:
62
+ return pulumi.get(self, "display_name_contains")
63
+
64
+ @property
65
+ @pulumi.getter
66
+ def filters(self) -> Optional[Sequence['outputs.GetWindowsUpdatesFilterResult']]:
67
+ return pulumi.get(self, "filters")
68
+
69
+ @property
70
+ @pulumi.getter
71
+ def id(self) -> str:
72
+ """
73
+ The provider-assigned unique ID for this managed resource.
74
+ """
75
+ return pulumi.get(self, "id")
76
+
77
+ @property
78
+ @pulumi.getter
79
+ def names(self) -> Optional[Sequence[str]]:
80
+ """
81
+ Name of the Windows update.
82
+ """
83
+ return pulumi.get(self, "names")
84
+
85
+ @property
86
+ @pulumi.getter(name="windowsUpdateCollections")
87
+ def windows_update_collections(self) -> Sequence['outputs.GetWindowsUpdatesWindowsUpdateCollectionResult']:
88
+ """
89
+ The list of windows_update_collection.
90
+ """
91
+ return pulumi.get(self, "windows_update_collections")
92
+
93
+
94
+ class AwaitableGetWindowsUpdatesResult(GetWindowsUpdatesResult):
95
+ # pylint: disable=using-constant-test
96
+ def __await__(self):
97
+ if False:
98
+ yield self
99
+ return GetWindowsUpdatesResult(
100
+ classification_types=self.classification_types,
101
+ compartment_id=self.compartment_id,
102
+ display_name_contains=self.display_name_contains,
103
+ filters=self.filters,
104
+ id=self.id,
105
+ names=self.names,
106
+ windows_update_collections=self.windows_update_collections)
107
+
108
+
109
+ def get_windows_updates(classification_types: Optional[Sequence[str]] = None,
110
+ compartment_id: Optional[str] = None,
111
+ display_name_contains: Optional[str] = None,
112
+ filters: Optional[Sequence[pulumi.InputType['GetWindowsUpdatesFilterArgs']]] = None,
113
+ names: Optional[Sequence[str]] = None,
114
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWindowsUpdatesResult:
115
+ """
116
+ This data source provides the list of Windows Updates in Oracle Cloud Infrastructure Os Management Hub service.
117
+
118
+ Lists Windows updates that have been reported to the service.
119
+
120
+ ## Example Usage
121
+
122
+ ```python
123
+ import pulumi
124
+ import pulumi_oci as oci
125
+
126
+ test_windows_updates = oci.OsManagementHub.get_windows_updates(compartment_id=compartment_id,
127
+ classification_types=windows_update_classification_type,
128
+ display_name_contains=windows_update_display_name_contains,
129
+ names=windows_update_name)
130
+ ```
131
+
132
+
133
+ :param Sequence[str] classification_types: A filter to return only packages that match the given update classification type.
134
+ :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This parameter is required and returns only resources contained within the specified compartment.
135
+ :param str display_name_contains: A filter to return resources that may partially match the given display name.
136
+ :param Sequence[str] names: A filter based on the unique identifier for the Windows update. Note that this is not an OCID, but is a unique identifier assigned by Microsoft. Example: '6981d463-cd91-4a26-b7c4-ea4ded9183ed'
137
+ """
138
+ __args__ = dict()
139
+ __args__['classificationTypes'] = classification_types
140
+ __args__['compartmentId'] = compartment_id
141
+ __args__['displayNameContains'] = display_name_contains
142
+ __args__['filters'] = filters
143
+ __args__['names'] = names
144
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
145
+ __ret__ = pulumi.runtime.invoke('oci:OsManagementHub/getWindowsUpdates:getWindowsUpdates', __args__, opts=opts, typ=GetWindowsUpdatesResult).value
146
+
147
+ return AwaitableGetWindowsUpdatesResult(
148
+ classification_types=pulumi.get(__ret__, 'classification_types'),
149
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
150
+ display_name_contains=pulumi.get(__ret__, 'display_name_contains'),
151
+ filters=pulumi.get(__ret__, 'filters'),
152
+ id=pulumi.get(__ret__, 'id'),
153
+ names=pulumi.get(__ret__, 'names'),
154
+ windows_update_collections=pulumi.get(__ret__, 'windows_update_collections'))
155
+
156
+
157
+ @_utilities.lift_output_func(get_windows_updates)
158
+ def get_windows_updates_output(classification_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
159
+ compartment_id: Optional[pulumi.Input[str]] = None,
160
+ display_name_contains: Optional[pulumi.Input[Optional[str]]] = None,
161
+ filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetWindowsUpdatesFilterArgs']]]]] = None,
162
+ names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
163
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetWindowsUpdatesResult]:
164
+ """
165
+ This data source provides the list of Windows Updates in Oracle Cloud Infrastructure Os Management Hub service.
166
+
167
+ Lists Windows updates that have been reported to the service.
168
+
169
+ ## Example Usage
170
+
171
+ ```python
172
+ import pulumi
173
+ import pulumi_oci as oci
174
+
175
+ test_windows_updates = oci.OsManagementHub.get_windows_updates(compartment_id=compartment_id,
176
+ classification_types=windows_update_classification_type,
177
+ display_name_contains=windows_update_display_name_contains,
178
+ names=windows_update_name)
179
+ ```
180
+
181
+
182
+ :param Sequence[str] classification_types: A filter to return only packages that match the given update classification type.
183
+ :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This parameter is required and returns only resources contained within the specified compartment.
184
+ :param str display_name_contains: A filter to return resources that may partially match the given display name.
185
+ :param Sequence[str] names: A filter based on the unique identifier for the Windows update. Note that this is not an OCID, but is a unique identifier assigned by Microsoft. Example: '6981d463-cd91-4a26-b7c4-ea4ded9183ed'
186
+ """
187
+ ...