pulumi-oci 2.6.0a1723011044__py3-none-any.whl → 2.6.0a1723107075__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 (62) hide show
  1. pulumi_oci/__init__.py +32 -0
  2. pulumi_oci/bigdataservice/_inputs.py +157 -14
  3. pulumi_oci/bigdataservice/bds_instance.py +128 -0
  4. pulumi_oci/bigdataservice/bds_instance_patch_action.py +64 -3
  5. pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
  6. pulumi_oci/bigdataservice/outputs.py +257 -30
  7. pulumi_oci/devops/__init__.py +6 -0
  8. pulumi_oci/devops/_inputs.py +531 -32
  9. pulumi_oci/devops/get_build_runs.py +0 -5
  10. pulumi_oci/devops/get_project_repository_setting.py +129 -0
  11. pulumi_oci/devops/get_repositories.py +1 -1
  12. pulumi_oci/devops/get_repository.py +17 -4
  13. pulumi_oci/devops/get_repository_diffs.py +20 -3
  14. pulumi_oci/devops/get_repository_protected_branches.py +150 -0
  15. pulumi_oci/devops/get_repository_ref.py +2 -2
  16. pulumi_oci/devops/get_repository_setting.py +142 -0
  17. pulumi_oci/devops/get_triggers.py +0 -5
  18. pulumi_oci/devops/outputs.py +1216 -180
  19. pulumi_oci/devops/project_repository_setting.py +338 -0
  20. pulumi_oci/devops/repository.py +66 -75
  21. pulumi_oci/devops/repository_protected_branch_management.py +333 -0
  22. pulumi_oci/devops/repository_ref.py +2 -2
  23. pulumi_oci/devops/repository_setting.py +391 -0
  24. pulumi_oci/jms/__init__.py +4 -0
  25. pulumi_oci/jms/_inputs.py +80 -0
  26. pulumi_oci/jms/get_agent_installers.py +190 -0
  27. pulumi_oci/jms/get_fleet_blocklists.py +2 -2
  28. pulumi_oci/jms/get_fleet_crypto_analysis_result.py +29 -3
  29. pulumi_oci/jms/get_fleet_crypto_analysis_results.py +97 -3
  30. pulumi_oci/jms/get_fleet_export_setting.py +3 -3
  31. pulumi_oci/jms/get_fleet_export_status.py +2 -2
  32. pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +2 -2
  33. pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +45 -5
  34. pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
  35. pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +25 -5
  36. pulumi_oci/jms/get_fleets.py +2 -2
  37. pulumi_oci/jms/get_installation_site.py +4 -4
  38. pulumi_oci/jms/get_installation_sites.py +4 -4
  39. pulumi_oci/jms/get_java_downloads_java_download_tokens.py +2 -2
  40. pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +2 -2
  41. pulumi_oci/jms/get_java_family.py +14 -1
  42. pulumi_oci/jms/get_jms_plugin.py +313 -0
  43. pulumi_oci/jms/get_jms_plugins.py +291 -0
  44. pulumi_oci/jms/jms_plugin.py +731 -0
  45. pulumi_oci/jms/outputs.py +488 -32
  46. pulumi_oci/osmanagementhub/get_software_source.py +19 -1
  47. pulumi_oci/osmanagementhub/software_source.py +82 -0
  48. pulumi_oci/psql/_inputs.py +8 -4
  49. pulumi_oci/psql/backup.py +4 -4
  50. pulumi_oci/psql/configuration.py +141 -38
  51. pulumi_oci/psql/db_system.py +53 -55
  52. pulumi_oci/psql/get_backup.py +1 -1
  53. pulumi_oci/psql/get_configuration.py +27 -1
  54. pulumi_oci/psql/get_configurations.py +2 -2
  55. pulumi_oci/psql/get_default_configuration.py +15 -2
  56. pulumi_oci/psql/get_default_configurations.py +2 -2
  57. pulumi_oci/psql/outputs.py +176 -13
  58. pulumi_oci/pulumi-plugin.json +1 -1
  59. {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/METADATA +1 -1
  60. {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/RECORD +62 -52
  61. {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/WHEEL +0 -0
  62. {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,313 @@
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
+
12
+ __all__ = [
13
+ 'GetJmsPluginResult',
14
+ 'AwaitableGetJmsPluginResult',
15
+ 'get_jms_plugin',
16
+ 'get_jms_plugin_output',
17
+ ]
18
+
19
+ @pulumi.output_type
20
+ class GetJmsPluginResult:
21
+ """
22
+ A collection of values returned by getJmsPlugin.
23
+ """
24
+ def __init__(__self__, agent_id=None, agent_type=None, availability_status=None, compartment_id=None, defined_tags=None, fleet_id=None, freeform_tags=None, hostname=None, id=None, jms_plugin_id=None, os_architecture=None, os_distribution=None, os_family=None, plugin_version=None, state=None, system_tags=None, time_last_seen=None, time_registered=None):
25
+ if agent_id and not isinstance(agent_id, str):
26
+ raise TypeError("Expected argument 'agent_id' to be a str")
27
+ pulumi.set(__self__, "agent_id", agent_id)
28
+ if agent_type and not isinstance(agent_type, str):
29
+ raise TypeError("Expected argument 'agent_type' to be a str")
30
+ pulumi.set(__self__, "agent_type", agent_type)
31
+ if availability_status and not isinstance(availability_status, str):
32
+ raise TypeError("Expected argument 'availability_status' to be a str")
33
+ pulumi.set(__self__, "availability_status", availability_status)
34
+ if compartment_id and not isinstance(compartment_id, str):
35
+ raise TypeError("Expected argument 'compartment_id' to be a str")
36
+ pulumi.set(__self__, "compartment_id", compartment_id)
37
+ if defined_tags and not isinstance(defined_tags, dict):
38
+ raise TypeError("Expected argument 'defined_tags' to be a dict")
39
+ pulumi.set(__self__, "defined_tags", defined_tags)
40
+ if fleet_id and not isinstance(fleet_id, str):
41
+ raise TypeError("Expected argument 'fleet_id' to be a str")
42
+ pulumi.set(__self__, "fleet_id", fleet_id)
43
+ if freeform_tags and not isinstance(freeform_tags, dict):
44
+ raise TypeError("Expected argument 'freeform_tags' to be a dict")
45
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
46
+ if hostname and not isinstance(hostname, str):
47
+ raise TypeError("Expected argument 'hostname' to be a str")
48
+ pulumi.set(__self__, "hostname", hostname)
49
+ if id and not isinstance(id, str):
50
+ raise TypeError("Expected argument 'id' to be a str")
51
+ pulumi.set(__self__, "id", id)
52
+ if jms_plugin_id and not isinstance(jms_plugin_id, str):
53
+ raise TypeError("Expected argument 'jms_plugin_id' to be a str")
54
+ pulumi.set(__self__, "jms_plugin_id", jms_plugin_id)
55
+ if os_architecture and not isinstance(os_architecture, str):
56
+ raise TypeError("Expected argument 'os_architecture' to be a str")
57
+ pulumi.set(__self__, "os_architecture", os_architecture)
58
+ if os_distribution and not isinstance(os_distribution, str):
59
+ raise TypeError("Expected argument 'os_distribution' to be a str")
60
+ pulumi.set(__self__, "os_distribution", os_distribution)
61
+ if os_family and not isinstance(os_family, str):
62
+ raise TypeError("Expected argument 'os_family' to be a str")
63
+ pulumi.set(__self__, "os_family", os_family)
64
+ if plugin_version and not isinstance(plugin_version, str):
65
+ raise TypeError("Expected argument 'plugin_version' to be a str")
66
+ pulumi.set(__self__, "plugin_version", plugin_version)
67
+ if state and not isinstance(state, str):
68
+ raise TypeError("Expected argument 'state' to be a str")
69
+ pulumi.set(__self__, "state", state)
70
+ if system_tags and not isinstance(system_tags, dict):
71
+ raise TypeError("Expected argument 'system_tags' to be a dict")
72
+ pulumi.set(__self__, "system_tags", system_tags)
73
+ if time_last_seen and not isinstance(time_last_seen, str):
74
+ raise TypeError("Expected argument 'time_last_seen' to be a str")
75
+ pulumi.set(__self__, "time_last_seen", time_last_seen)
76
+ if time_registered and not isinstance(time_registered, str):
77
+ raise TypeError("Expected argument 'time_registered' to be a str")
78
+ pulumi.set(__self__, "time_registered", time_registered)
79
+
80
+ @property
81
+ @pulumi.getter(name="agentId")
82
+ def agent_id(self) -> str:
83
+ """
84
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA) or the Oracle Cloud Agent (OCA) instance where the JMS plugin is deployed.
85
+ """
86
+ return pulumi.get(self, "agent_id")
87
+
88
+ @property
89
+ @pulumi.getter(name="agentType")
90
+ def agent_type(self) -> str:
91
+ """
92
+ The agent type.
93
+ """
94
+ return pulumi.get(self, "agent_type")
95
+
96
+ @property
97
+ @pulumi.getter(name="availabilityStatus")
98
+ def availability_status(self) -> str:
99
+ """
100
+ The availability status.
101
+ """
102
+ return pulumi.get(self, "availability_status")
103
+
104
+ @property
105
+ @pulumi.getter(name="compartmentId")
106
+ def compartment_id(self) -> str:
107
+ """
108
+ The OMA/OCA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
109
+ """
110
+ return pulumi.get(self, "compartment_id")
111
+
112
+ @property
113
+ @pulumi.getter(name="definedTags")
114
+ def defined_tags(self) -> Mapping[str, Any]:
115
+ """
116
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
117
+ """
118
+ return pulumi.get(self, "defined_tags")
119
+
120
+ @property
121
+ @pulumi.getter(name="fleetId")
122
+ def fleet_id(self) -> str:
123
+ """
124
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the fleet.
125
+ """
126
+ return pulumi.get(self, "fleet_id")
127
+
128
+ @property
129
+ @pulumi.getter(name="freeformTags")
130
+ def freeform_tags(self) -> Mapping[str, Any]:
131
+ """
132
+ Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/iaas/Content/Tagging/Concepts/understandingfreeformtags.htm).)
133
+ """
134
+ return pulumi.get(self, "freeform_tags")
135
+
136
+ @property
137
+ @pulumi.getter
138
+ def hostname(self) -> str:
139
+ """
140
+ The hostname of the agent.
141
+ """
142
+ return pulumi.get(self, "hostname")
143
+
144
+ @property
145
+ @pulumi.getter
146
+ def id(self) -> str:
147
+ """
148
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to identify this JmsPlugin.
149
+ """
150
+ return pulumi.get(self, "id")
151
+
152
+ @property
153
+ @pulumi.getter(name="jmsPluginId")
154
+ def jms_plugin_id(self) -> str:
155
+ return pulumi.get(self, "jms_plugin_id")
156
+
157
+ @property
158
+ @pulumi.getter(name="osArchitecture")
159
+ def os_architecture(self) -> str:
160
+ """
161
+ The architecture of the operating system of the plugin.
162
+ """
163
+ return pulumi.get(self, "os_architecture")
164
+
165
+ @property
166
+ @pulumi.getter(name="osDistribution")
167
+ def os_distribution(self) -> str:
168
+ """
169
+ The distribution of the operating system of the plugin.
170
+ """
171
+ return pulumi.get(self, "os_distribution")
172
+
173
+ @property
174
+ @pulumi.getter(name="osFamily")
175
+ def os_family(self) -> str:
176
+ """
177
+ The operating system family for the plugin.
178
+ """
179
+ return pulumi.get(self, "os_family")
180
+
181
+ @property
182
+ @pulumi.getter(name="pluginVersion")
183
+ def plugin_version(self) -> str:
184
+ """
185
+ The version of the plugin.
186
+ """
187
+ return pulumi.get(self, "plugin_version")
188
+
189
+ @property
190
+ @pulumi.getter
191
+ def state(self) -> str:
192
+ """
193
+ The lifecycle state.
194
+ """
195
+ return pulumi.get(self, "state")
196
+
197
+ @property
198
+ @pulumi.getter(name="systemTags")
199
+ def system_tags(self) -> Mapping[str, Any]:
200
+ """
201
+ System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
202
+ """
203
+ return pulumi.get(self, "system_tags")
204
+
205
+ @property
206
+ @pulumi.getter(name="timeLastSeen")
207
+ def time_last_seen(self) -> str:
208
+ """
209
+ The date and time the resource was _last_ reported to JMS. This is potentially _after_ the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period.
210
+ """
211
+ return pulumi.get(self, "time_last_seen")
212
+
213
+ @property
214
+ @pulumi.getter(name="timeRegistered")
215
+ def time_registered(self) -> str:
216
+ """
217
+ The date and time the plugin was registered.
218
+ """
219
+ return pulumi.get(self, "time_registered")
220
+
221
+
222
+ class AwaitableGetJmsPluginResult(GetJmsPluginResult):
223
+ # pylint: disable=using-constant-test
224
+ def __await__(self):
225
+ if False:
226
+ yield self
227
+ return GetJmsPluginResult(
228
+ agent_id=self.agent_id,
229
+ agent_type=self.agent_type,
230
+ availability_status=self.availability_status,
231
+ compartment_id=self.compartment_id,
232
+ defined_tags=self.defined_tags,
233
+ fleet_id=self.fleet_id,
234
+ freeform_tags=self.freeform_tags,
235
+ hostname=self.hostname,
236
+ id=self.id,
237
+ jms_plugin_id=self.jms_plugin_id,
238
+ os_architecture=self.os_architecture,
239
+ os_distribution=self.os_distribution,
240
+ os_family=self.os_family,
241
+ plugin_version=self.plugin_version,
242
+ state=self.state,
243
+ system_tags=self.system_tags,
244
+ time_last_seen=self.time_last_seen,
245
+ time_registered=self.time_registered)
246
+
247
+
248
+ def get_jms_plugin(jms_plugin_id: Optional[str] = None,
249
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetJmsPluginResult:
250
+ """
251
+ This data source provides details about a specific Jms Plugin resource in Oracle Cloud Infrastructure Jms service.
252
+
253
+ Returns the JmsPlugin.
254
+
255
+ ## Example Usage
256
+
257
+ ```python
258
+ import pulumi
259
+ import pulumi_oci as oci
260
+
261
+ test_jms_plugin = oci.Jms.get_jms_plugin(jms_plugin_id=test_jms_plugin_oci_jms_jms_plugin["id"])
262
+ ```
263
+
264
+
265
+ :param str jms_plugin_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the JmsPlugin.
266
+ """
267
+ __args__ = dict()
268
+ __args__['jmsPluginId'] = jms_plugin_id
269
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
270
+ __ret__ = pulumi.runtime.invoke('oci:Jms/getJmsPlugin:getJmsPlugin', __args__, opts=opts, typ=GetJmsPluginResult).value
271
+
272
+ return AwaitableGetJmsPluginResult(
273
+ agent_id=pulumi.get(__ret__, 'agent_id'),
274
+ agent_type=pulumi.get(__ret__, 'agent_type'),
275
+ availability_status=pulumi.get(__ret__, 'availability_status'),
276
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
277
+ defined_tags=pulumi.get(__ret__, 'defined_tags'),
278
+ fleet_id=pulumi.get(__ret__, 'fleet_id'),
279
+ freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
280
+ hostname=pulumi.get(__ret__, 'hostname'),
281
+ id=pulumi.get(__ret__, 'id'),
282
+ jms_plugin_id=pulumi.get(__ret__, 'jms_plugin_id'),
283
+ os_architecture=pulumi.get(__ret__, 'os_architecture'),
284
+ os_distribution=pulumi.get(__ret__, 'os_distribution'),
285
+ os_family=pulumi.get(__ret__, 'os_family'),
286
+ plugin_version=pulumi.get(__ret__, 'plugin_version'),
287
+ state=pulumi.get(__ret__, 'state'),
288
+ system_tags=pulumi.get(__ret__, 'system_tags'),
289
+ time_last_seen=pulumi.get(__ret__, 'time_last_seen'),
290
+ time_registered=pulumi.get(__ret__, 'time_registered'))
291
+
292
+
293
+ @_utilities.lift_output_func(get_jms_plugin)
294
+ def get_jms_plugin_output(jms_plugin_id: Optional[pulumi.Input[str]] = None,
295
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetJmsPluginResult]:
296
+ """
297
+ This data source provides details about a specific Jms Plugin resource in Oracle Cloud Infrastructure Jms service.
298
+
299
+ Returns the JmsPlugin.
300
+
301
+ ## Example Usage
302
+
303
+ ```python
304
+ import pulumi
305
+ import pulumi_oci as oci
306
+
307
+ test_jms_plugin = oci.Jms.get_jms_plugin(jms_plugin_id=test_jms_plugin_oci_jms_jms_plugin["id"])
308
+ ```
309
+
310
+
311
+ :param str jms_plugin_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the JmsPlugin.
312
+ """
313
+ ...
@@ -0,0 +1,291 @@
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
+ 'GetJmsPluginsResult',
16
+ 'AwaitableGetJmsPluginsResult',
17
+ 'get_jms_plugins',
18
+ 'get_jms_plugins_output',
19
+ ]
20
+
21
+ @pulumi.output_type
22
+ class GetJmsPluginsResult:
23
+ """
24
+ A collection of values returned by getJmsPlugins.
25
+ """
26
+ def __init__(__self__, agent_id=None, availability_status=None, compartment_id=None, compartment_id_in_subtree=None, filters=None, fleet_id=None, hostname_contains=None, id=None, jms_plugin_collections=None, state=None, time_last_seen_less_than_or_equal_to=None, time_registered_less_than_or_equal_to=None):
27
+ if agent_id and not isinstance(agent_id, str):
28
+ raise TypeError("Expected argument 'agent_id' to be a str")
29
+ pulumi.set(__self__, "agent_id", agent_id)
30
+ if availability_status and not isinstance(availability_status, str):
31
+ raise TypeError("Expected argument 'availability_status' to be a str")
32
+ pulumi.set(__self__, "availability_status", availability_status)
33
+ if compartment_id and not isinstance(compartment_id, str):
34
+ raise TypeError("Expected argument 'compartment_id' to be a str")
35
+ pulumi.set(__self__, "compartment_id", compartment_id)
36
+ if compartment_id_in_subtree and not isinstance(compartment_id_in_subtree, bool):
37
+ raise TypeError("Expected argument 'compartment_id_in_subtree' to be a bool")
38
+ pulumi.set(__self__, "compartment_id_in_subtree", compartment_id_in_subtree)
39
+ if filters and not isinstance(filters, list):
40
+ raise TypeError("Expected argument 'filters' to be a list")
41
+ pulumi.set(__self__, "filters", filters)
42
+ if fleet_id and not isinstance(fleet_id, str):
43
+ raise TypeError("Expected argument 'fleet_id' to be a str")
44
+ pulumi.set(__self__, "fleet_id", fleet_id)
45
+ if hostname_contains and not isinstance(hostname_contains, str):
46
+ raise TypeError("Expected argument 'hostname_contains' to be a str")
47
+ pulumi.set(__self__, "hostname_contains", hostname_contains)
48
+ if id and not isinstance(id, str):
49
+ raise TypeError("Expected argument 'id' to be a str")
50
+ pulumi.set(__self__, "id", id)
51
+ if jms_plugin_collections and not isinstance(jms_plugin_collections, list):
52
+ raise TypeError("Expected argument 'jms_plugin_collections' to be a list")
53
+ pulumi.set(__self__, "jms_plugin_collections", jms_plugin_collections)
54
+ if state and not isinstance(state, str):
55
+ raise TypeError("Expected argument 'state' to be a str")
56
+ pulumi.set(__self__, "state", state)
57
+ if time_last_seen_less_than_or_equal_to and not isinstance(time_last_seen_less_than_or_equal_to, str):
58
+ raise TypeError("Expected argument 'time_last_seen_less_than_or_equal_to' to be a str")
59
+ pulumi.set(__self__, "time_last_seen_less_than_or_equal_to", time_last_seen_less_than_or_equal_to)
60
+ if time_registered_less_than_or_equal_to and not isinstance(time_registered_less_than_or_equal_to, str):
61
+ raise TypeError("Expected argument 'time_registered_less_than_or_equal_to' to be a str")
62
+ pulumi.set(__self__, "time_registered_less_than_or_equal_to", time_registered_less_than_or_equal_to)
63
+
64
+ @property
65
+ @pulumi.getter(name="agentId")
66
+ def agent_id(self) -> Optional[str]:
67
+ """
68
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent (OMA) or the Oracle Cloud Agent (OCA) instance where the JMS plugin is deployed.
69
+ """
70
+ return pulumi.get(self, "agent_id")
71
+
72
+ @property
73
+ @pulumi.getter(name="availabilityStatus")
74
+ def availability_status(self) -> Optional[str]:
75
+ """
76
+ The availability status.
77
+ """
78
+ return pulumi.get(self, "availability_status")
79
+
80
+ @property
81
+ @pulumi.getter(name="compartmentId")
82
+ def compartment_id(self) -> Optional[str]:
83
+ """
84
+ The OMA/OCA agent's compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
85
+ """
86
+ return pulumi.get(self, "compartment_id")
87
+
88
+ @property
89
+ @pulumi.getter(name="compartmentIdInSubtree")
90
+ def compartment_id_in_subtree(self) -> Optional[bool]:
91
+ return pulumi.get(self, "compartment_id_in_subtree")
92
+
93
+ @property
94
+ @pulumi.getter
95
+ def filters(self) -> Optional[Sequence['outputs.GetJmsPluginsFilterResult']]:
96
+ return pulumi.get(self, "filters")
97
+
98
+ @property
99
+ @pulumi.getter(name="fleetId")
100
+ def fleet_id(self) -> Optional[str]:
101
+ """
102
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the fleet.
103
+ """
104
+ return pulumi.get(self, "fleet_id")
105
+
106
+ @property
107
+ @pulumi.getter(name="hostnameContains")
108
+ def hostname_contains(self) -> Optional[str]:
109
+ return pulumi.get(self, "hostname_contains")
110
+
111
+ @property
112
+ @pulumi.getter
113
+ def id(self) -> Optional[str]:
114
+ """
115
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to identify this JmsPlugin.
116
+ """
117
+ return pulumi.get(self, "id")
118
+
119
+ @property
120
+ @pulumi.getter(name="jmsPluginCollections")
121
+ def jms_plugin_collections(self) -> Sequence['outputs.GetJmsPluginsJmsPluginCollectionResult']:
122
+ """
123
+ The list of jms_plugin_collection.
124
+ """
125
+ return pulumi.get(self, "jms_plugin_collections")
126
+
127
+ @property
128
+ @pulumi.getter
129
+ def state(self) -> Optional[str]:
130
+ """
131
+ The lifecycle state.
132
+ """
133
+ return pulumi.get(self, "state")
134
+
135
+ @property
136
+ @pulumi.getter(name="timeLastSeenLessThanOrEqualTo")
137
+ def time_last_seen_less_than_or_equal_to(self) -> Optional[str]:
138
+ return pulumi.get(self, "time_last_seen_less_than_or_equal_to")
139
+
140
+ @property
141
+ @pulumi.getter(name="timeRegisteredLessThanOrEqualTo")
142
+ def time_registered_less_than_or_equal_to(self) -> Optional[str]:
143
+ return pulumi.get(self, "time_registered_less_than_or_equal_to")
144
+
145
+
146
+ class AwaitableGetJmsPluginsResult(GetJmsPluginsResult):
147
+ # pylint: disable=using-constant-test
148
+ def __await__(self):
149
+ if False:
150
+ yield self
151
+ return GetJmsPluginsResult(
152
+ agent_id=self.agent_id,
153
+ availability_status=self.availability_status,
154
+ compartment_id=self.compartment_id,
155
+ compartment_id_in_subtree=self.compartment_id_in_subtree,
156
+ filters=self.filters,
157
+ fleet_id=self.fleet_id,
158
+ hostname_contains=self.hostname_contains,
159
+ id=self.id,
160
+ jms_plugin_collections=self.jms_plugin_collections,
161
+ state=self.state,
162
+ time_last_seen_less_than_or_equal_to=self.time_last_seen_less_than_or_equal_to,
163
+ time_registered_less_than_or_equal_to=self.time_registered_less_than_or_equal_to)
164
+
165
+
166
+ def get_jms_plugins(agent_id: Optional[str] = None,
167
+ availability_status: Optional[str] = None,
168
+ compartment_id: Optional[str] = None,
169
+ compartment_id_in_subtree: Optional[bool] = None,
170
+ filters: Optional[Sequence[pulumi.InputType['GetJmsPluginsFilterArgs']]] = None,
171
+ fleet_id: Optional[str] = None,
172
+ hostname_contains: Optional[str] = None,
173
+ id: Optional[str] = None,
174
+ state: Optional[str] = None,
175
+ time_last_seen_less_than_or_equal_to: Optional[str] = None,
176
+ time_registered_less_than_or_equal_to: Optional[str] = None,
177
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetJmsPluginsResult:
178
+ """
179
+ This data source provides the list of Jms Plugins in Oracle Cloud Infrastructure Jms service.
180
+
181
+ Lists the JmsPlugins.
182
+
183
+ ## Example Usage
184
+
185
+ ```python
186
+ import pulumi
187
+ import pulumi_oci as oci
188
+
189
+ test_jms_plugins = oci.Jms.get_jms_plugins(agent_id=jms_plugin_agent_id,
190
+ availability_status=jms_plugin_availability_status,
191
+ compartment_id=compartment_id,
192
+ compartment_id_in_subtree=jms_plugin_compartment_id_in_subtree,
193
+ fleet_id=test_fleet["id"],
194
+ hostname_contains=jms_plugin_hostname_contains,
195
+ id=jms_plugin_id,
196
+ state=jms_plugin_state,
197
+ time_last_seen_less_than_or_equal_to=jms_plugin_time_last_seen_less_than_or_equal_to,
198
+ time_registered_less_than_or_equal_to=jms_plugin_time_registered_less_than_or_equal_to)
199
+ ```
200
+
201
+
202
+ :param str agent_id: The ManagementAgent (OMA) or Instance (OCA) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that identifies the Agent.
203
+ :param str availability_status: Filter JmsPlugin with its availability status.
204
+ :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
205
+ :param bool compartment_id_in_subtree: Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
206
+ :param str fleet_id: The ID of the Fleet.
207
+ :param str hostname_contains: Filter the list with hostname contains the given value.
208
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the JmsPlugin.
209
+ :param str state: Filter JmsPlugin with its lifecycle state.
210
+ :param str time_last_seen_less_than_or_equal_to: If present, only plugins with a last seen time before this parameter are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
211
+ :param str time_registered_less_than_or_equal_to: If present, only plugins with a registration time before this parameter are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
212
+ """
213
+ __args__ = dict()
214
+ __args__['agentId'] = agent_id
215
+ __args__['availabilityStatus'] = availability_status
216
+ __args__['compartmentId'] = compartment_id
217
+ __args__['compartmentIdInSubtree'] = compartment_id_in_subtree
218
+ __args__['filters'] = filters
219
+ __args__['fleetId'] = fleet_id
220
+ __args__['hostnameContains'] = hostname_contains
221
+ __args__['id'] = id
222
+ __args__['state'] = state
223
+ __args__['timeLastSeenLessThanOrEqualTo'] = time_last_seen_less_than_or_equal_to
224
+ __args__['timeRegisteredLessThanOrEqualTo'] = time_registered_less_than_or_equal_to
225
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
226
+ __ret__ = pulumi.runtime.invoke('oci:Jms/getJmsPlugins:getJmsPlugins', __args__, opts=opts, typ=GetJmsPluginsResult).value
227
+
228
+ return AwaitableGetJmsPluginsResult(
229
+ agent_id=pulumi.get(__ret__, 'agent_id'),
230
+ availability_status=pulumi.get(__ret__, 'availability_status'),
231
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
232
+ compartment_id_in_subtree=pulumi.get(__ret__, 'compartment_id_in_subtree'),
233
+ filters=pulumi.get(__ret__, 'filters'),
234
+ fleet_id=pulumi.get(__ret__, 'fleet_id'),
235
+ hostname_contains=pulumi.get(__ret__, 'hostname_contains'),
236
+ id=pulumi.get(__ret__, 'id'),
237
+ jms_plugin_collections=pulumi.get(__ret__, 'jms_plugin_collections'),
238
+ state=pulumi.get(__ret__, 'state'),
239
+ time_last_seen_less_than_or_equal_to=pulumi.get(__ret__, 'time_last_seen_less_than_or_equal_to'),
240
+ time_registered_less_than_or_equal_to=pulumi.get(__ret__, 'time_registered_less_than_or_equal_to'))
241
+
242
+
243
+ @_utilities.lift_output_func(get_jms_plugins)
244
+ def get_jms_plugins_output(agent_id: Optional[pulumi.Input[Optional[str]]] = None,
245
+ availability_status: Optional[pulumi.Input[Optional[str]]] = None,
246
+ compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
247
+ compartment_id_in_subtree: Optional[pulumi.Input[Optional[bool]]] = None,
248
+ filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetJmsPluginsFilterArgs']]]]] = None,
249
+ fleet_id: Optional[pulumi.Input[Optional[str]]] = None,
250
+ hostname_contains: Optional[pulumi.Input[Optional[str]]] = None,
251
+ id: Optional[pulumi.Input[Optional[str]]] = None,
252
+ state: Optional[pulumi.Input[Optional[str]]] = None,
253
+ time_last_seen_less_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
254
+ time_registered_less_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
255
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetJmsPluginsResult]:
256
+ """
257
+ This data source provides the list of Jms Plugins in Oracle Cloud Infrastructure Jms service.
258
+
259
+ Lists the JmsPlugins.
260
+
261
+ ## Example Usage
262
+
263
+ ```python
264
+ import pulumi
265
+ import pulumi_oci as oci
266
+
267
+ test_jms_plugins = oci.Jms.get_jms_plugins(agent_id=jms_plugin_agent_id,
268
+ availability_status=jms_plugin_availability_status,
269
+ compartment_id=compartment_id,
270
+ compartment_id_in_subtree=jms_plugin_compartment_id_in_subtree,
271
+ fleet_id=test_fleet["id"],
272
+ hostname_contains=jms_plugin_hostname_contains,
273
+ id=jms_plugin_id,
274
+ state=jms_plugin_state,
275
+ time_last_seen_less_than_or_equal_to=jms_plugin_time_last_seen_less_than_or_equal_to,
276
+ time_registered_less_than_or_equal_to=jms_plugin_time_registered_less_than_or_equal_to)
277
+ ```
278
+
279
+
280
+ :param str agent_id: The ManagementAgent (OMA) or Instance (OCA) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that identifies the Agent.
281
+ :param str availability_status: Filter JmsPlugin with its availability status.
282
+ :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
283
+ :param bool compartment_id_in_subtree: Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
284
+ :param str fleet_id: The ID of the Fleet.
285
+ :param str hostname_contains: Filter the list with hostname contains the given value.
286
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the JmsPlugin.
287
+ :param str state: Filter JmsPlugin with its lifecycle state.
288
+ :param str time_last_seen_less_than_or_equal_to: If present, only plugins with a last seen time before this parameter are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
289
+ :param str time_registered_less_than_or_equal_to: If present, only plugins with a registration time before this parameter are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
290
+ """
291
+ ...