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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +0 -208
  2. pulumi_oci/core/__init__.py +0 -3
  3. pulumi_oci/core/_inputs.py +0 -40
  4. pulumi_oci/core/outputs.py +0 -261
  5. pulumi_oci/database/_inputs.py +0 -192
  6. pulumi_oci/database/exadata_infrastructure.py +0 -28
  7. pulumi_oci/database/get_exadata_infrastructure.py +1 -14
  8. pulumi_oci/database/get_vm_cluster.py +1 -14
  9. pulumi_oci/database/outputs.py +0 -418
  10. pulumi_oci/database/vm_cluster.py +0 -55
  11. pulumi_oci/database/vm_cluster_add_virtual_network.py +0 -28
  12. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +0 -28
  13. pulumi_oci/datasafe/__init__.py +0 -1
  14. pulumi_oci/email/__init__.py +0 -3
  15. pulumi_oci/email/_inputs.py +0 -46
  16. pulumi_oci/email/dkim.py +4 -4
  17. pulumi_oci/email/email_domain.py +0 -77
  18. pulumi_oci/email/get_email_domain.py +1 -27
  19. pulumi_oci/email/outputs.py +0 -231
  20. pulumi_oci/loadbalancer/_inputs.py +0 -16
  21. pulumi_oci/loadbalancer/listener.py +0 -2
  22. pulumi_oci/loadbalancer/outputs.py +0 -14
  23. pulumi_oci/loganalytics/namespace.py +4 -4
  24. pulumi_oci/networkloadbalancer/get_listener.py +1 -14
  25. pulumi_oci/networkloadbalancer/listener.py +2 -51
  26. pulumi_oci/networkloadbalancer/outputs.py +0 -11
  27. pulumi_oci/osmanagementhub/__init__.py +0 -48
  28. pulumi_oci/osmanagementhub/_inputs.py +507 -3649
  29. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +13 -26
  30. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +11 -48
  31. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +15 -28
  32. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +19 -86
  33. pulumi_oci/osmanagementhub/get_managed_instance_group.py +10 -62
  34. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +9 -7
  35. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  36. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +10 -8
  37. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +16 -71
  38. pulumi_oci/osmanagementhub/get_management_station.py +19 -42
  39. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  40. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  41. pulumi_oci/osmanagementhub/get_profile.py +12 -51
  42. pulumi_oci/osmanagementhub/get_profiles.py +16 -76
  43. pulumi_oci/osmanagementhub/get_software_source.py +18 -109
  44. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  45. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  46. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  47. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  48. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  49. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  50. pulumi_oci/osmanagementhub/get_software_source_software_package.py +10 -23
  51. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  52. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  53. pulumi_oci/osmanagementhub/get_software_sources.py +21 -78
  54. pulumi_oci/osmanagementhub/lifecycle_environment.py +86 -159
  55. pulumi_oci/osmanagementhub/managed_instance_group.py +86 -264
  56. pulumi_oci/osmanagementhub/management_station.py +81 -184
  57. pulumi_oci/osmanagementhub/outputs.py +2364 -10866
  58. pulumi_oci/osmanagementhub/profile.py +78 -200
  59. pulumi_oci/osmanagementhub/software_source.py +181 -365
  60. pulumi_oci/pulumi-plugin.json +1 -1
  61. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/METADATA +1 -1
  62. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/RECORD +64 -119
  63. pulumi_oci/core/get_ip_inventory_subnet.py +0 -171
  64. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +0 -171
  65. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +0 -206
  66. pulumi_oci/datasafe/masking_report_management.py +0 -693
  67. pulumi_oci/email/email_return_path.py +0 -642
  68. pulumi_oci/email/get_email_return_path.py +0 -274
  69. pulumi_oci/email/get_email_return_paths.py +0 -203
  70. pulumi_oci/osmanagementhub/event.py +0 -701
  71. pulumi_oci/osmanagementhub/get_entitlements.py +0 -178
  72. pulumi_oci/osmanagementhub/get_errata.py +0 -283
  73. pulumi_oci/osmanagementhub/get_erratum.py +0 -308
  74. pulumi_oci/osmanagementhub/get_event.py +0 -314
  75. pulumi_oci/osmanagementhub/get_events.py +0 -314
  76. pulumi_oci/osmanagementhub/get_managed_instance.py +0 -587
  77. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +0 -187
  78. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +0 -190
  79. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +0 -238
  80. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +0 -204
  81. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +0 -220
  82. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +0 -244
  83. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +0 -221
  84. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +0 -204
  85. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +0 -187
  86. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +0 -221
  87. pulumi_oci/osmanagementhub/get_managed_instances.py +0 -537
  88. pulumi_oci/osmanagementhub/get_scheduled_job.py +0 -426
  89. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +0 -433
  90. pulumi_oci/osmanagementhub/get_software_package.py +0 -301
  91. pulumi_oci/osmanagementhub/get_software_package_software_source.py +0 -329
  92. pulumi_oci/osmanagementhub/get_software_packages.py +0 -232
  93. pulumi_oci/osmanagementhub/get_windows_update.py +0 -222
  94. pulumi_oci/osmanagementhub/get_windows_updates.py +0 -187
  95. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +0 -249
  96. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +0 -249
  97. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +0 -296
  98. pulumi_oci/osmanagementhub/managed_instance.py +0 -1327
  99. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +0 -266
  100. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +0 -214
  101. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +0 -293
  102. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +0 -293
  103. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +0 -264
  104. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +0 -293
  105. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +0 -293
  106. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +0 -293
  107. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +0 -526
  108. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +0 -293
  109. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +0 -292
  110. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +0 -341
  111. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +0 -341
  112. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +0 -264
  113. pulumi_oci/osmanagementhub/management_station_refresh_management.py +0 -212
  114. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +0 -264
  115. pulumi_oci/osmanagementhub/scheduled_job.py +0 -1331
  116. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +0 -266
  117. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +0 -194
  118. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715707046.dist-info}/top_level.txt +0 -0
@@ -1,204 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
- from . import outputs
12
- from ._inputs import *
13
-
14
- __all__ = [
15
- 'GetManagedInstanceErrataResult',
16
- 'AwaitableGetManagedInstanceErrataResult',
17
- 'get_managed_instance_errata',
18
- 'get_managed_instance_errata_output',
19
- ]
20
-
21
- @pulumi.output_type
22
- class GetManagedInstanceErrataResult:
23
- """
24
- A collection of values returned by getManagedInstanceErrata.
25
- """
26
- def __init__(__self__, classification_types=None, compartment_id=None, filters=None, id=None, managed_instance_erratum_summary_collections=None, managed_instance_id=None, name_contains=None, names=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 filters and not isinstance(filters, list):
34
- raise TypeError("Expected argument 'filters' to be a list")
35
- pulumi.set(__self__, "filters", filters)
36
- if id and not isinstance(id, str):
37
- raise TypeError("Expected argument 'id' to be a str")
38
- pulumi.set(__self__, "id", id)
39
- if managed_instance_erratum_summary_collections and not isinstance(managed_instance_erratum_summary_collections, list):
40
- raise TypeError("Expected argument 'managed_instance_erratum_summary_collections' to be a list")
41
- pulumi.set(__self__, "managed_instance_erratum_summary_collections", managed_instance_erratum_summary_collections)
42
- if managed_instance_id and not isinstance(managed_instance_id, str):
43
- raise TypeError("Expected argument 'managed_instance_id' to be a str")
44
- pulumi.set(__self__, "managed_instance_id", managed_instance_id)
45
- if name_contains and not isinstance(name_contains, str):
46
- raise TypeError("Expected argument 'name_contains' to be a str")
47
- pulumi.set(__self__, "name_contains", name_contains)
48
- if names and not isinstance(names, list):
49
- raise TypeError("Expected argument 'names' to be a list")
50
- pulumi.set(__self__, "names", names)
51
-
52
- @property
53
- @pulumi.getter(name="classificationTypes")
54
- def classification_types(self) -> Optional[Sequence[str]]:
55
- return pulumi.get(self, "classification_types")
56
-
57
- @property
58
- @pulumi.getter(name="compartmentId")
59
- def compartment_id(self) -> Optional[str]:
60
- return pulumi.get(self, "compartment_id")
61
-
62
- @property
63
- @pulumi.getter
64
- def filters(self) -> Optional[Sequence['outputs.GetManagedInstanceErrataFilterResult']]:
65
- return pulumi.get(self, "filters")
66
-
67
- @property
68
- @pulumi.getter
69
- def id(self) -> str:
70
- """
71
- The provider-assigned unique ID for this managed resource.
72
- """
73
- return pulumi.get(self, "id")
74
-
75
- @property
76
- @pulumi.getter(name="managedInstanceErratumSummaryCollections")
77
- def managed_instance_erratum_summary_collections(self) -> Sequence['outputs.GetManagedInstanceErrataManagedInstanceErratumSummaryCollectionResult']:
78
- """
79
- The list of managed_instance_erratum_summary_collection.
80
- """
81
- return pulumi.get(self, "managed_instance_erratum_summary_collections")
82
-
83
- @property
84
- @pulumi.getter(name="managedInstanceId")
85
- def managed_instance_id(self) -> str:
86
- return pulumi.get(self, "managed_instance_id")
87
-
88
- @property
89
- @pulumi.getter(name="nameContains")
90
- def name_contains(self) -> Optional[str]:
91
- return pulumi.get(self, "name_contains")
92
-
93
- @property
94
- @pulumi.getter
95
- def names(self) -> Optional[Sequence[str]]:
96
- """
97
- The name of the software package.
98
- """
99
- return pulumi.get(self, "names")
100
-
101
-
102
- class AwaitableGetManagedInstanceErrataResult(GetManagedInstanceErrataResult):
103
- # pylint: disable=using-constant-test
104
- def __await__(self):
105
- if False:
106
- yield self
107
- return GetManagedInstanceErrataResult(
108
- classification_types=self.classification_types,
109
- compartment_id=self.compartment_id,
110
- filters=self.filters,
111
- id=self.id,
112
- managed_instance_erratum_summary_collections=self.managed_instance_erratum_summary_collections,
113
- managed_instance_id=self.managed_instance_id,
114
- name_contains=self.name_contains,
115
- names=self.names)
116
-
117
-
118
- def get_managed_instance_errata(classification_types: Optional[Sequence[str]] = None,
119
- compartment_id: Optional[str] = None,
120
- filters: Optional[Sequence[pulumi.InputType['GetManagedInstanceErrataFilterArgs']]] = None,
121
- managed_instance_id: Optional[str] = None,
122
- name_contains: Optional[str] = None,
123
- names: Optional[Sequence[str]] = None,
124
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedInstanceErrataResult:
125
- """
126
- This data source provides the list of Managed Instance Errata in Oracle Cloud Infrastructure Os Management Hub service.
127
-
128
- Returns a list of applicable errata on the managed instance.
129
-
130
- ## Example Usage
131
-
132
- ```python
133
- import pulumi
134
- import pulumi_oci as oci
135
-
136
- test_managed_instance_errata = oci.OsManagementHub.get_managed_instance_errata(managed_instance_id=test_managed_instance["id"],
137
- classification_types=managed_instance_errata_classification_type,
138
- compartment_id=compartment_id,
139
- names=managed_instance_errata_name,
140
- name_contains=managed_instance_errata_name_contains)
141
- ```
142
-
143
-
144
- :param Sequence[str] classification_types: A filter to return only packages that match the given update classification type.
145
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
146
- :param str managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
147
- :param str name_contains: A filter to return resources that may partially match the erratum name given.
148
- :param Sequence[str] names: The assigned erratum name. It's unique and not changeable. Example: `ELSA-2020-5804`
149
- """
150
- __args__ = dict()
151
- __args__['classificationTypes'] = classification_types
152
- __args__['compartmentId'] = compartment_id
153
- __args__['filters'] = filters
154
- __args__['managedInstanceId'] = managed_instance_id
155
- __args__['nameContains'] = name_contains
156
- __args__['names'] = names
157
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
158
- __ret__ = pulumi.runtime.invoke('oci:OsManagementHub/getManagedInstanceErrata:getManagedInstanceErrata', __args__, opts=opts, typ=GetManagedInstanceErrataResult).value
159
-
160
- return AwaitableGetManagedInstanceErrataResult(
161
- classification_types=pulumi.get(__ret__, 'classification_types'),
162
- compartment_id=pulumi.get(__ret__, 'compartment_id'),
163
- filters=pulumi.get(__ret__, 'filters'),
164
- id=pulumi.get(__ret__, 'id'),
165
- managed_instance_erratum_summary_collections=pulumi.get(__ret__, 'managed_instance_erratum_summary_collections'),
166
- managed_instance_id=pulumi.get(__ret__, 'managed_instance_id'),
167
- name_contains=pulumi.get(__ret__, 'name_contains'),
168
- names=pulumi.get(__ret__, 'names'))
169
-
170
-
171
- @_utilities.lift_output_func(get_managed_instance_errata)
172
- def get_managed_instance_errata_output(classification_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
173
- compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
174
- filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetManagedInstanceErrataFilterArgs']]]]] = None,
175
- managed_instance_id: Optional[pulumi.Input[str]] = None,
176
- name_contains: Optional[pulumi.Input[Optional[str]]] = None,
177
- names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
178
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedInstanceErrataResult]:
179
- """
180
- This data source provides the list of Managed Instance Errata in Oracle Cloud Infrastructure Os Management Hub service.
181
-
182
- Returns a list of applicable errata on the managed instance.
183
-
184
- ## Example Usage
185
-
186
- ```python
187
- import pulumi
188
- import pulumi_oci as oci
189
-
190
- test_managed_instance_errata = oci.OsManagementHub.get_managed_instance_errata(managed_instance_id=test_managed_instance["id"],
191
- classification_types=managed_instance_errata_classification_type,
192
- compartment_id=compartment_id,
193
- names=managed_instance_errata_name,
194
- name_contains=managed_instance_errata_name_contains)
195
- ```
196
-
197
-
198
- :param Sequence[str] classification_types: A filter to return only packages that match the given update classification type.
199
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
200
- :param str managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
201
- :param str name_contains: A filter to return resources that may partially match the erratum name given.
202
- :param Sequence[str] names: The assigned erratum name. It's unique and not changeable. Example: `ELSA-2020-5804`
203
- """
204
- ...
@@ -1,220 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
- from . import outputs
12
- from ._inputs import *
13
-
14
- __all__ = [
15
- 'GetManagedInstanceGroupInstalledPackagesResult',
16
- 'AwaitableGetManagedInstanceGroupInstalledPackagesResult',
17
- 'get_managed_instance_group_installed_packages',
18
- 'get_managed_instance_group_installed_packages_output',
19
- ]
20
-
21
- @pulumi.output_type
22
- class GetManagedInstanceGroupInstalledPackagesResult:
23
- """
24
- A collection of values returned by getManagedInstanceGroupInstalledPackages.
25
- """
26
- def __init__(__self__, compartment_id=None, display_name_contains=None, display_names=None, filters=None, id=None, managed_instance_group_id=None, managed_instance_group_installed_package_collections=None, time_install_date_end=None, time_install_date_start=None):
27
- if compartment_id and not isinstance(compartment_id, str):
28
- raise TypeError("Expected argument 'compartment_id' to be a str")
29
- pulumi.set(__self__, "compartment_id", compartment_id)
30
- if display_name_contains and not isinstance(display_name_contains, str):
31
- raise TypeError("Expected argument 'display_name_contains' to be a str")
32
- pulumi.set(__self__, "display_name_contains", display_name_contains)
33
- if display_names and not isinstance(display_names, list):
34
- raise TypeError("Expected argument 'display_names' to be a list")
35
- pulumi.set(__self__, "display_names", display_names)
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 managed_instance_group_id and not isinstance(managed_instance_group_id, str):
43
- raise TypeError("Expected argument 'managed_instance_group_id' to be a str")
44
- pulumi.set(__self__, "managed_instance_group_id", managed_instance_group_id)
45
- if managed_instance_group_installed_package_collections and not isinstance(managed_instance_group_installed_package_collections, list):
46
- raise TypeError("Expected argument 'managed_instance_group_installed_package_collections' to be a list")
47
- pulumi.set(__self__, "managed_instance_group_installed_package_collections", managed_instance_group_installed_package_collections)
48
- if time_install_date_end and not isinstance(time_install_date_end, str):
49
- raise TypeError("Expected argument 'time_install_date_end' to be a str")
50
- pulumi.set(__self__, "time_install_date_end", time_install_date_end)
51
- if time_install_date_start and not isinstance(time_install_date_start, str):
52
- raise TypeError("Expected argument 'time_install_date_start' to be a str")
53
- pulumi.set(__self__, "time_install_date_start", time_install_date_start)
54
-
55
- @property
56
- @pulumi.getter(name="compartmentId")
57
- def compartment_id(self) -> Optional[str]:
58
- return pulumi.get(self, "compartment_id")
59
-
60
- @property
61
- @pulumi.getter(name="displayNameContains")
62
- def display_name_contains(self) -> Optional[str]:
63
- return pulumi.get(self, "display_name_contains")
64
-
65
- @property
66
- @pulumi.getter(name="displayNames")
67
- def display_names(self) -> Optional[Sequence[str]]:
68
- return pulumi.get(self, "display_names")
69
-
70
- @property
71
- @pulumi.getter
72
- def filters(self) -> Optional[Sequence['outputs.GetManagedInstanceGroupInstalledPackagesFilterResult']]:
73
- return pulumi.get(self, "filters")
74
-
75
- @property
76
- @pulumi.getter
77
- def id(self) -> str:
78
- """
79
- The provider-assigned unique ID for this managed resource.
80
- """
81
- return pulumi.get(self, "id")
82
-
83
- @property
84
- @pulumi.getter(name="managedInstanceGroupId")
85
- def managed_instance_group_id(self) -> str:
86
- return pulumi.get(self, "managed_instance_group_id")
87
-
88
- @property
89
- @pulumi.getter(name="managedInstanceGroupInstalledPackageCollections")
90
- def managed_instance_group_installed_package_collections(self) -> Sequence['outputs.GetManagedInstanceGroupInstalledPackagesManagedInstanceGroupInstalledPackageCollectionResult']:
91
- """
92
- The list of managed_instance_group_installed_package_collection.
93
- """
94
- return pulumi.get(self, "managed_instance_group_installed_package_collections")
95
-
96
- @property
97
- @pulumi.getter(name="timeInstallDateEnd")
98
- def time_install_date_end(self) -> Optional[str]:
99
- return pulumi.get(self, "time_install_date_end")
100
-
101
- @property
102
- @pulumi.getter(name="timeInstallDateStart")
103
- def time_install_date_start(self) -> Optional[str]:
104
- return pulumi.get(self, "time_install_date_start")
105
-
106
-
107
- class AwaitableGetManagedInstanceGroupInstalledPackagesResult(GetManagedInstanceGroupInstalledPackagesResult):
108
- # pylint: disable=using-constant-test
109
- def __await__(self):
110
- if False:
111
- yield self
112
- return GetManagedInstanceGroupInstalledPackagesResult(
113
- compartment_id=self.compartment_id,
114
- display_name_contains=self.display_name_contains,
115
- display_names=self.display_names,
116
- filters=self.filters,
117
- id=self.id,
118
- managed_instance_group_id=self.managed_instance_group_id,
119
- managed_instance_group_installed_package_collections=self.managed_instance_group_installed_package_collections,
120
- time_install_date_end=self.time_install_date_end,
121
- time_install_date_start=self.time_install_date_start)
122
-
123
-
124
- def get_managed_instance_group_installed_packages(compartment_id: Optional[str] = None,
125
- display_name_contains: Optional[str] = None,
126
- display_names: Optional[Sequence[str]] = None,
127
- filters: Optional[Sequence[pulumi.InputType['GetManagedInstanceGroupInstalledPackagesFilterArgs']]] = None,
128
- managed_instance_group_id: Optional[str] = None,
129
- time_install_date_end: Optional[str] = None,
130
- time_install_date_start: Optional[str] = None,
131
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedInstanceGroupInstalledPackagesResult:
132
- """
133
- This data source provides the list of Managed Instance Group Installed Packages in Oracle Cloud Infrastructure Os Management Hub service.
134
-
135
- Lists installed packages on the specified managed instances group. Filter the list against a variety
136
- of criteria including but not limited to the package name.
137
-
138
- ## Example Usage
139
-
140
- ```python
141
- import pulumi
142
- import pulumi_oci as oci
143
-
144
- test_managed_instance_group_installed_packages = oci.OsManagementHub.get_managed_instance_group_installed_packages(managed_instance_group_id=test_managed_instance_group["id"],
145
- compartment_id=compartment_id,
146
- display_names=managed_instance_group_installed_package_display_name,
147
- display_name_contains=managed_instance_group_installed_package_display_name_contains,
148
- time_install_date_end=managed_instance_group_installed_package_time_install_date_end,
149
- time_install_date_start=managed_instance_group_installed_package_time_install_date_start)
150
- ```
151
-
152
-
153
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
154
- :param str display_name_contains: A filter to return resources that may partially match the given display name.
155
- :param Sequence[str] display_names: A filter to return resources that match the given display names.
156
- :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
157
- :param str time_install_date_end: A filter to return only packages that were installed on or before the date provided, in ISO 8601 format. Example: 2017-07-14T02:40:00.000Z
158
- :param str time_install_date_start: The install date after which to list all packages, in ISO 8601 format Example: 2017-07-14T02:40:00.000Z
159
- """
160
- __args__ = dict()
161
- __args__['compartmentId'] = compartment_id
162
- __args__['displayNameContains'] = display_name_contains
163
- __args__['displayNames'] = display_names
164
- __args__['filters'] = filters
165
- __args__['managedInstanceGroupId'] = managed_instance_group_id
166
- __args__['timeInstallDateEnd'] = time_install_date_end
167
- __args__['timeInstallDateStart'] = time_install_date_start
168
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
169
- __ret__ = pulumi.runtime.invoke('oci:OsManagementHub/getManagedInstanceGroupInstalledPackages:getManagedInstanceGroupInstalledPackages', __args__, opts=opts, typ=GetManagedInstanceGroupInstalledPackagesResult).value
170
-
171
- return AwaitableGetManagedInstanceGroupInstalledPackagesResult(
172
- compartment_id=pulumi.get(__ret__, 'compartment_id'),
173
- display_name_contains=pulumi.get(__ret__, 'display_name_contains'),
174
- display_names=pulumi.get(__ret__, 'display_names'),
175
- filters=pulumi.get(__ret__, 'filters'),
176
- id=pulumi.get(__ret__, 'id'),
177
- managed_instance_group_id=pulumi.get(__ret__, 'managed_instance_group_id'),
178
- managed_instance_group_installed_package_collections=pulumi.get(__ret__, 'managed_instance_group_installed_package_collections'),
179
- time_install_date_end=pulumi.get(__ret__, 'time_install_date_end'),
180
- time_install_date_start=pulumi.get(__ret__, 'time_install_date_start'))
181
-
182
-
183
- @_utilities.lift_output_func(get_managed_instance_group_installed_packages)
184
- def get_managed_instance_group_installed_packages_output(compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
185
- display_name_contains: Optional[pulumi.Input[Optional[str]]] = None,
186
- display_names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
187
- filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetManagedInstanceGroupInstalledPackagesFilterArgs']]]]] = None,
188
- managed_instance_group_id: Optional[pulumi.Input[str]] = None,
189
- time_install_date_end: Optional[pulumi.Input[Optional[str]]] = None,
190
- time_install_date_start: Optional[pulumi.Input[Optional[str]]] = None,
191
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedInstanceGroupInstalledPackagesResult]:
192
- """
193
- This data source provides the list of Managed Instance Group Installed Packages in Oracle Cloud Infrastructure Os Management Hub service.
194
-
195
- Lists installed packages on the specified managed instances group. Filter the list against a variety
196
- of criteria including but not limited to the package name.
197
-
198
- ## Example Usage
199
-
200
- ```python
201
- import pulumi
202
- import pulumi_oci as oci
203
-
204
- test_managed_instance_group_installed_packages = oci.OsManagementHub.get_managed_instance_group_installed_packages(managed_instance_group_id=test_managed_instance_group["id"],
205
- compartment_id=compartment_id,
206
- display_names=managed_instance_group_installed_package_display_name,
207
- display_name_contains=managed_instance_group_installed_package_display_name_contains,
208
- time_install_date_end=managed_instance_group_installed_package_time_install_date_end,
209
- time_install_date_start=managed_instance_group_installed_package_time_install_date_start)
210
- ```
211
-
212
-
213
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
214
- :param str display_name_contains: A filter to return resources that may partially match the given display name.
215
- :param Sequence[str] display_names: A filter to return resources that match the given display names.
216
- :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
217
- :param str time_install_date_end: A filter to return only packages that were installed on or before the date provided, in ISO 8601 format. Example: 2017-07-14T02:40:00.000Z
218
- :param str time_install_date_start: The install date after which to list all packages, in ISO 8601 format Example: 2017-07-14T02:40:00.000Z
219
- """
220
- ...
@@ -1,244 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
- from . import outputs
12
- from ._inputs import *
13
-
14
- __all__ = [
15
- 'GetManagedInstanceGroupModulesResult',
16
- 'AwaitableGetManagedInstanceGroupModulesResult',
17
- 'get_managed_instance_group_modules',
18
- 'get_managed_instance_group_modules_output',
19
- ]
20
-
21
- @pulumi.output_type
22
- class GetManagedInstanceGroupModulesResult:
23
- """
24
- A collection of values returned by getManagedInstanceGroupModules.
25
- """
26
- def __init__(__self__, compartment_id=None, filters=None, id=None, managed_instance_group_id=None, managed_instance_group_module_collections=None, name=None, name_contains=None, stream_name=None):
27
- if compartment_id and not isinstance(compartment_id, str):
28
- raise TypeError("Expected argument 'compartment_id' to be a str")
29
- pulumi.set(__self__, "compartment_id", compartment_id)
30
- if filters and not isinstance(filters, list):
31
- raise TypeError("Expected argument 'filters' to be a list")
32
- pulumi.set(__self__, "filters", filters)
33
- if id and not isinstance(id, str):
34
- raise TypeError("Expected argument 'id' to be a str")
35
- pulumi.set(__self__, "id", id)
36
- if managed_instance_group_id and not isinstance(managed_instance_group_id, str):
37
- raise TypeError("Expected argument 'managed_instance_group_id' to be a str")
38
- pulumi.set(__self__, "managed_instance_group_id", managed_instance_group_id)
39
- if managed_instance_group_module_collections and not isinstance(managed_instance_group_module_collections, list):
40
- raise TypeError("Expected argument 'managed_instance_group_module_collections' to be a list")
41
- pulumi.set(__self__, "managed_instance_group_module_collections", managed_instance_group_module_collections)
42
- if name and not isinstance(name, str):
43
- raise TypeError("Expected argument 'name' to be a str")
44
- pulumi.set(__self__, "name", name)
45
- if name_contains and not isinstance(name_contains, str):
46
- raise TypeError("Expected argument 'name_contains' to be a str")
47
- pulumi.set(__self__, "name_contains", name_contains)
48
- if stream_name and not isinstance(stream_name, str):
49
- raise TypeError("Expected argument 'stream_name' to be a str")
50
- pulumi.set(__self__, "stream_name", stream_name)
51
-
52
- @property
53
- @pulumi.getter(name="compartmentId")
54
- def compartment_id(self) -> Optional[str]:
55
- return pulumi.get(self, "compartment_id")
56
-
57
- @property
58
- @pulumi.getter
59
- def filters(self) -> Optional[Sequence['outputs.GetManagedInstanceGroupModulesFilterResult']]:
60
- return pulumi.get(self, "filters")
61
-
62
- @property
63
- @pulumi.getter
64
- def id(self) -> str:
65
- """
66
- The provider-assigned unique ID for this managed resource.
67
- """
68
- return pulumi.get(self, "id")
69
-
70
- @property
71
- @pulumi.getter(name="managedInstanceGroupId")
72
- def managed_instance_group_id(self) -> str:
73
- return pulumi.get(self, "managed_instance_group_id")
74
-
75
- @property
76
- @pulumi.getter(name="managedInstanceGroupModuleCollections")
77
- def managed_instance_group_module_collections(self) -> Sequence['outputs.GetManagedInstanceGroupModulesManagedInstanceGroupModuleCollectionResult']:
78
- """
79
- The list of managed_instance_group_module_collection.
80
- """
81
- return pulumi.get(self, "managed_instance_group_module_collections")
82
-
83
- @property
84
- @pulumi.getter
85
- def name(self) -> Optional[str]:
86
- """
87
- The name of the module.
88
- """
89
- return pulumi.get(self, "name")
90
-
91
- @property
92
- @pulumi.getter(name="nameContains")
93
- def name_contains(self) -> Optional[str]:
94
- return pulumi.get(self, "name_contains")
95
-
96
- @property
97
- @pulumi.getter(name="streamName")
98
- def stream_name(self) -> Optional[str]:
99
- return pulumi.get(self, "stream_name")
100
-
101
-
102
- class AwaitableGetManagedInstanceGroupModulesResult(GetManagedInstanceGroupModulesResult):
103
- # pylint: disable=using-constant-test
104
- def __await__(self):
105
- if False:
106
- yield self
107
- return GetManagedInstanceGroupModulesResult(
108
- compartment_id=self.compartment_id,
109
- filters=self.filters,
110
- id=self.id,
111
- managed_instance_group_id=self.managed_instance_group_id,
112
- managed_instance_group_module_collections=self.managed_instance_group_module_collections,
113
- name=self.name,
114
- name_contains=self.name_contains,
115
- stream_name=self.stream_name)
116
-
117
-
118
- def get_managed_instance_group_modules(compartment_id: Optional[str] = None,
119
- filters: Optional[Sequence[pulumi.InputType['GetManagedInstanceGroupModulesFilterArgs']]] = None,
120
- managed_instance_group_id: Optional[str] = None,
121
- name: Optional[str] = None,
122
- name_contains: Optional[str] = None,
123
- stream_name: Optional[str] = None,
124
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedInstanceGroupModulesResult:
125
- """
126
- This data source provides the list of Managed Instance Group Modules in Oracle Cloud Infrastructure Os Management Hub service.
127
-
128
- Retrieve a list of module streams, along with a summary of their
129
- status, from a managed instance group. Filters may be applied to select
130
- a subset of module streams based on the filter criteria.
131
-
132
- The 'moduleName' attribute filters against the name of a module.
133
- It accepts strings of the format "<module>". If this attribute
134
- is defined, only streams that belong to the specified module are
135
- included in the result set. If it is not defined, the request is
136
- not subject to this filter.
137
-
138
- The "status" attribute filters against the state of a module stream.
139
- Valid values are "ENABLED", "DISABLED", and "ACTIVE". If the
140
- attribute is set to "ENABLED", only module streams that are enabled
141
- are included in the result set. If the attribute is set to "DISABLED",
142
- only module streams that are not enabled are included in the result
143
- set. If the attribute is set to "ACTIVE", only module streams that
144
- are active are included in the result set. If the attribute is not
145
- defined, the request is not subject to this filter.
146
-
147
- When sorting by the display name, the result set is sorted first
148
- by the module name and then by the stream name.
149
-
150
- ## Example Usage
151
-
152
- ```python
153
- import pulumi
154
- import pulumi_oci as oci
155
-
156
- test_managed_instance_group_modules = oci.OsManagementHub.get_managed_instance_group_modules(managed_instance_group_id=test_managed_instance_group["id"],
157
- compartment_id=compartment_id,
158
- name=managed_instance_group_module_name,
159
- name_contains=managed_instance_group_module_name_contains,
160
- stream_name=test_stream["name"])
161
- ```
162
-
163
-
164
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
165
- :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
166
- :param str name: The resource name.
167
- :param str name_contains: A filter to return resources that may partially match the name given.
168
- :param str stream_name: The name of the module stream. This parameter is required if a profile name is specified.
169
- """
170
- __args__ = dict()
171
- __args__['compartmentId'] = compartment_id
172
- __args__['filters'] = filters
173
- __args__['managedInstanceGroupId'] = managed_instance_group_id
174
- __args__['name'] = name
175
- __args__['nameContains'] = name_contains
176
- __args__['streamName'] = stream_name
177
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
178
- __ret__ = pulumi.runtime.invoke('oci:OsManagementHub/getManagedInstanceGroupModules:getManagedInstanceGroupModules', __args__, opts=opts, typ=GetManagedInstanceGroupModulesResult).value
179
-
180
- return AwaitableGetManagedInstanceGroupModulesResult(
181
- compartment_id=pulumi.get(__ret__, 'compartment_id'),
182
- filters=pulumi.get(__ret__, 'filters'),
183
- id=pulumi.get(__ret__, 'id'),
184
- managed_instance_group_id=pulumi.get(__ret__, 'managed_instance_group_id'),
185
- managed_instance_group_module_collections=pulumi.get(__ret__, 'managed_instance_group_module_collections'),
186
- name=pulumi.get(__ret__, 'name'),
187
- name_contains=pulumi.get(__ret__, 'name_contains'),
188
- stream_name=pulumi.get(__ret__, 'stream_name'))
189
-
190
-
191
- @_utilities.lift_output_func(get_managed_instance_group_modules)
192
- def get_managed_instance_group_modules_output(compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
193
- filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetManagedInstanceGroupModulesFilterArgs']]]]] = None,
194
- managed_instance_group_id: Optional[pulumi.Input[str]] = None,
195
- name: Optional[pulumi.Input[Optional[str]]] = None,
196
- name_contains: Optional[pulumi.Input[Optional[str]]] = None,
197
- stream_name: Optional[pulumi.Input[Optional[str]]] = None,
198
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedInstanceGroupModulesResult]:
199
- """
200
- This data source provides the list of Managed Instance Group Modules in Oracle Cloud Infrastructure Os Management Hub service.
201
-
202
- Retrieve a list of module streams, along with a summary of their
203
- status, from a managed instance group. Filters may be applied to select
204
- a subset of module streams based on the filter criteria.
205
-
206
- The 'moduleName' attribute filters against the name of a module.
207
- It accepts strings of the format "<module>". If this attribute
208
- is defined, only streams that belong to the specified module are
209
- included in the result set. If it is not defined, the request is
210
- not subject to this filter.
211
-
212
- The "status" attribute filters against the state of a module stream.
213
- Valid values are "ENABLED", "DISABLED", and "ACTIVE". If the
214
- attribute is set to "ENABLED", only module streams that are enabled
215
- are included in the result set. If the attribute is set to "DISABLED",
216
- only module streams that are not enabled are included in the result
217
- set. If the attribute is set to "ACTIVE", only module streams that
218
- are active are included in the result set. If the attribute is not
219
- defined, the request is not subject to this filter.
220
-
221
- When sorting by the display name, the result set is sorted first
222
- by the module name and then by the stream name.
223
-
224
- ## Example Usage
225
-
226
- ```python
227
- import pulumi
228
- import pulumi_oci as oci
229
-
230
- test_managed_instance_group_modules = oci.OsManagementHub.get_managed_instance_group_modules(managed_instance_group_id=test_managed_instance_group["id"],
231
- compartment_id=compartment_id,
232
- name=managed_instance_group_module_name,
233
- name_contains=managed_instance_group_module_name_contains,
234
- stream_name=test_stream["name"])
235
- ```
236
-
237
-
238
- :param str compartment_id: The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment.
239
- :param str managed_instance_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance group.
240
- :param str name: The resource name.
241
- :param str name_contains: A filter to return resources that may partially match the name given.
242
- :param str stream_name: The name of the module stream. This parameter is required if a profile name is specified.
243
- """
244
- ...