pulumi-oci 1.20.0a1705991859__py3-none-any.whl → 1.21.0__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 (79) hide show
  1. pulumi_oci/__init__.py +51 -0
  2. pulumi_oci/core/get_boot_volume_attachments.py +36 -2
  3. pulumi_oci/database/autonomous_database.py +49 -0
  4. pulumi_oci/database/autonomous_database_wallet.py +18 -0
  5. pulumi_oci/database/get_autonomous_database.py +14 -1
  6. pulumi_oci/database/get_managed_preferred_credential.py +19 -1
  7. pulumi_oci/database/outputs.py +21 -0
  8. pulumi_oci/database/vm_cluster_network.py +20 -7
  9. pulumi_oci/databasemanagement/__init__.py +3 -0
  10. pulumi_oci/databasemanagement/_inputs.py +863 -48
  11. pulumi_oci/databasemanagement/get_external_asm_configuration.py +22 -5
  12. pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +22 -5
  13. pulumi_oci/databasemanagement/get_external_asm_users.py +22 -5
  14. pulumi_oci/databasemanagement/get_external_listener_services.py +22 -5
  15. pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +18 -1
  16. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +20 -3
  17. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +20 -3
  18. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +20 -3
  19. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +46 -37
  20. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +18 -1
  21. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +20 -3
  22. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +18 -1
  23. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +20 -3
  24. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +20 -3
  25. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +18 -1
  26. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +18 -1
  27. pulumi_oci/databasemanagement/get_managed_database_user.py +20 -3
  28. pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +20 -3
  29. pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +20 -3
  30. pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +20 -3
  31. pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +20 -3
  32. pulumi_oci/databasemanagement/get_managed_database_user_roles.py +20 -3
  33. pulumi_oci/databasemanagement/get_managed_database_users.py +20 -3
  34. pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +18 -1
  35. pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +20 -3
  36. pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +20 -3
  37. pulumi_oci/databasemanagement/get_named_credential.py +249 -0
  38. pulumi_oci/databasemanagement/get_named_credentials.py +216 -0
  39. pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +99 -37
  40. pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +91 -29
  41. pulumi_oci/databasemanagement/named_credential.py +635 -0
  42. pulumi_oci/databasemanagement/outputs.py +1896 -157
  43. pulumi_oci/dataintegration/__init__.py +3 -0
  44. pulumi_oci/dataintegration/_inputs.py +798 -0
  45. pulumi_oci/dataintegration/get_workspace_application_patch.py +391 -0
  46. pulumi_oci/dataintegration/get_workspace_application_patches.py +207 -0
  47. pulumi_oci/dataintegration/get_workspace_import_request.py +14 -1
  48. pulumi_oci/dataintegration/outputs.py +2844 -739
  49. pulumi_oci/dataintegration/workspace_application_patch.py +1026 -0
  50. pulumi_oci/dataintegration/workspace_import_request.py +49 -0
  51. pulumi_oci/generativeai/__init__.py +18 -0
  52. pulumi_oci/generativeai/_inputs.py +534 -0
  53. pulumi_oci/generativeai/dedicated_ai_cluster.py +808 -0
  54. pulumi_oci/generativeai/endpoint.py +717 -0
  55. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +288 -0
  56. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +183 -0
  57. pulumi_oci/generativeai/get_endpoint.py +275 -0
  58. pulumi_oci/generativeai/get_endpoints.py +183 -0
  59. pulumi_oci/generativeai/get_model.py +353 -0
  60. pulumi_oci/generativeai/get_models.py +220 -0
  61. pulumi_oci/generativeai/model.py +858 -0
  62. pulumi_oci/generativeai/outputs.py +1721 -0
  63. pulumi_oci/loadbalancer/_inputs.py +12 -0
  64. pulumi_oci/loadbalancer/outputs.py +12 -0
  65. pulumi_oci/marketplace/get_publication.py +14 -1
  66. pulumi_oci/marketplace/outputs.py +11 -0
  67. pulumi_oci/marketplace/publication.py +28 -0
  68. pulumi_oci/ospgateway/_inputs.py +16 -0
  69. pulumi_oci/ospgateway/outputs.py +94 -19
  70. pulumi_oci/stackmonitoring/__init__.py +3 -0
  71. pulumi_oci/stackmonitoring/_inputs.py +143 -0
  72. pulumi_oci/stackmonitoring/get_process_set.py +236 -0
  73. pulumi_oci/stackmonitoring/get_process_sets.py +156 -0
  74. pulumi_oci/stackmonitoring/outputs.py +422 -0
  75. pulumi_oci/stackmonitoring/process_set.py +548 -0
  76. {pulumi_oci-1.20.0a1705991859.dist-info → pulumi_oci-1.21.0.dist-info}/METADATA +1 -1
  77. {pulumi_oci-1.20.0a1705991859.dist-info → pulumi_oci-1.21.0.dist-info}/RECORD +79 -58
  78. {pulumi_oci-1.20.0a1705991859.dist-info → pulumi_oci-1.21.0.dist-info}/WHEEL +0 -0
  79. {pulumi_oci-1.20.0a1705991859.dist-info → pulumi_oci-1.21.0.dist-info}/top_level.txt +0 -0
@@ -44,6 +44,8 @@ __all__ = [
44
44
  'MonitoredResourcesSearchAssociationItemSourceResourceDetailArgs',
45
45
  'MonitoredResourcesSearchItemArgs',
46
46
  'MonitoredResourcesSearchItemPropertyArgs',
47
+ 'ProcessSetSpecificationArgs',
48
+ 'ProcessSetSpecificationItemArgs',
47
49
  'GetBaselineableMetricsEvaluateItemArgs',
48
50
  'GetBaselineableMetricsEvaluateItemDataPointArgs',
49
51
  'GetBaselineableMetricsEvaluateItemEvaluationDataPointArgs',
@@ -56,6 +58,7 @@ __all__ = [
56
58
  'GetMonitoredResourceTasksFilterArgs',
57
59
  'GetMonitoredResourceTypesFilterArgs',
58
60
  'GetMonitoredResourcesFilterArgs',
61
+ 'GetProcessSetsFilterArgs',
59
62
  ]
60
63
 
61
64
  @pulumi.input_type
@@ -2676,6 +2679,107 @@ class MonitoredResourcesSearchItemPropertyArgs:
2676
2679
  pulumi.set(self, "value", value)
2677
2680
 
2678
2681
 
2682
+ @pulumi.input_type
2683
+ class ProcessSetSpecificationArgs:
2684
+ def __init__(__self__, *,
2685
+ items: pulumi.Input[Sequence[pulumi.Input['ProcessSetSpecificationItemArgs']]]):
2686
+ """
2687
+ :param pulumi.Input[Sequence[pulumi.Input['ProcessSetSpecificationItemArgs']]] items: (Updatable) List of Process Set specification details.
2688
+ """
2689
+ pulumi.set(__self__, "items", items)
2690
+
2691
+ @property
2692
+ @pulumi.getter
2693
+ def items(self) -> pulumi.Input[Sequence[pulumi.Input['ProcessSetSpecificationItemArgs']]]:
2694
+ """
2695
+ (Updatable) List of Process Set specification details.
2696
+ """
2697
+ return pulumi.get(self, "items")
2698
+
2699
+ @items.setter
2700
+ def items(self, value: pulumi.Input[Sequence[pulumi.Input['ProcessSetSpecificationItemArgs']]]):
2701
+ pulumi.set(self, "items", value)
2702
+
2703
+
2704
+ @pulumi.input_type
2705
+ class ProcessSetSpecificationItemArgs:
2706
+ def __init__(__self__, *,
2707
+ label: Optional[pulumi.Input[str]] = None,
2708
+ process_command: Optional[pulumi.Input[str]] = None,
2709
+ process_line_regex_pattern: Optional[pulumi.Input[str]] = None,
2710
+ process_user: Optional[pulumi.Input[str]] = None):
2711
+ """
2712
+ :param pulumi.Input[str] label: (Updatable) Optional label used to identify a single filter.
2713
+ :param pulumi.Input[str] process_command: (Updatable) String literal used for exact matching on process name.
2714
+ :param pulumi.Input[str] process_line_regex_pattern: (Updatable) Regex pattern matching on process arguments.
2715
+ :param pulumi.Input[str] process_user: (Updatable) String literal used for exact matching on process user.
2716
+
2717
+
2718
+ ** IMPORTANT **
2719
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2720
+ """
2721
+ if label is not None:
2722
+ pulumi.set(__self__, "label", label)
2723
+ if process_command is not None:
2724
+ pulumi.set(__self__, "process_command", process_command)
2725
+ if process_line_regex_pattern is not None:
2726
+ pulumi.set(__self__, "process_line_regex_pattern", process_line_regex_pattern)
2727
+ if process_user is not None:
2728
+ pulumi.set(__self__, "process_user", process_user)
2729
+
2730
+ @property
2731
+ @pulumi.getter
2732
+ def label(self) -> Optional[pulumi.Input[str]]:
2733
+ """
2734
+ (Updatable) Optional label used to identify a single filter.
2735
+ """
2736
+ return pulumi.get(self, "label")
2737
+
2738
+ @label.setter
2739
+ def label(self, value: Optional[pulumi.Input[str]]):
2740
+ pulumi.set(self, "label", value)
2741
+
2742
+ @property
2743
+ @pulumi.getter(name="processCommand")
2744
+ def process_command(self) -> Optional[pulumi.Input[str]]:
2745
+ """
2746
+ (Updatable) String literal used for exact matching on process name.
2747
+ """
2748
+ return pulumi.get(self, "process_command")
2749
+
2750
+ @process_command.setter
2751
+ def process_command(self, value: Optional[pulumi.Input[str]]):
2752
+ pulumi.set(self, "process_command", value)
2753
+
2754
+ @property
2755
+ @pulumi.getter(name="processLineRegexPattern")
2756
+ def process_line_regex_pattern(self) -> Optional[pulumi.Input[str]]:
2757
+ """
2758
+ (Updatable) Regex pattern matching on process arguments.
2759
+ """
2760
+ return pulumi.get(self, "process_line_regex_pattern")
2761
+
2762
+ @process_line_regex_pattern.setter
2763
+ def process_line_regex_pattern(self, value: Optional[pulumi.Input[str]]):
2764
+ pulumi.set(self, "process_line_regex_pattern", value)
2765
+
2766
+ @property
2767
+ @pulumi.getter(name="processUser")
2768
+ def process_user(self) -> Optional[pulumi.Input[str]]:
2769
+ """
2770
+ (Updatable) String literal used for exact matching on process user.
2771
+
2772
+
2773
+ ** IMPORTANT **
2774
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2775
+ """
2776
+ return pulumi.get(self, "process_user")
2777
+
2778
+ @process_user.setter
2779
+ def process_user(self, value: Optional[pulumi.Input[str]]):
2780
+ pulumi.set(self, "process_user", value)
2781
+
2782
+
2679
2783
  @pulumi.input_type
2680
2784
  class GetBaselineableMetricsEvaluateItemArgs:
2681
2785
  def __init__(__self__, *,
@@ -3247,3 +3351,42 @@ class GetMonitoredResourcesFilterArgs:
3247
3351
  pulumi.set(self, "regex", value)
3248
3352
 
3249
3353
 
3354
+ @pulumi.input_type
3355
+ class GetProcessSetsFilterArgs:
3356
+ def __init__(__self__, *,
3357
+ name: str,
3358
+ values: Sequence[str],
3359
+ regex: Optional[bool] = None):
3360
+ pulumi.set(__self__, "name", name)
3361
+ pulumi.set(__self__, "values", values)
3362
+ if regex is not None:
3363
+ pulumi.set(__self__, "regex", regex)
3364
+
3365
+ @property
3366
+ @pulumi.getter
3367
+ def name(self) -> str:
3368
+ return pulumi.get(self, "name")
3369
+
3370
+ @name.setter
3371
+ def name(self, value: str):
3372
+ pulumi.set(self, "name", value)
3373
+
3374
+ @property
3375
+ @pulumi.getter
3376
+ def values(self) -> Sequence[str]:
3377
+ return pulumi.get(self, "values")
3378
+
3379
+ @values.setter
3380
+ def values(self, value: Sequence[str]):
3381
+ pulumi.set(self, "values", value)
3382
+
3383
+ @property
3384
+ @pulumi.getter
3385
+ def regex(self) -> Optional[bool]:
3386
+ return pulumi.get(self, "regex")
3387
+
3388
+ @regex.setter
3389
+ def regex(self, value: Optional[bool]):
3390
+ pulumi.set(self, "regex", value)
3391
+
3392
+
@@ -0,0 +1,236 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetProcessSetResult',
15
+ 'AwaitableGetProcessSetResult',
16
+ 'get_process_set',
17
+ 'get_process_set_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetProcessSetResult:
22
+ """
23
+ A collection of values returned by getProcessSet.
24
+ """
25
+ def __init__(__self__, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, process_set_id=None, revision=None, specifications=None, state=None, system_tags=None, time_created=None, time_updated=None):
26
+ if compartment_id and not isinstance(compartment_id, str):
27
+ raise TypeError("Expected argument 'compartment_id' to be a str")
28
+ pulumi.set(__self__, "compartment_id", compartment_id)
29
+ if defined_tags and not isinstance(defined_tags, dict):
30
+ raise TypeError("Expected argument 'defined_tags' to be a dict")
31
+ pulumi.set(__self__, "defined_tags", defined_tags)
32
+ if display_name and not isinstance(display_name, str):
33
+ raise TypeError("Expected argument 'display_name' to be a str")
34
+ pulumi.set(__self__, "display_name", display_name)
35
+ if freeform_tags and not isinstance(freeform_tags, dict):
36
+ raise TypeError("Expected argument 'freeform_tags' to be a dict")
37
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
38
+ if id and not isinstance(id, str):
39
+ raise TypeError("Expected argument 'id' to be a str")
40
+ pulumi.set(__self__, "id", id)
41
+ if process_set_id and not isinstance(process_set_id, str):
42
+ raise TypeError("Expected argument 'process_set_id' to be a str")
43
+ pulumi.set(__self__, "process_set_id", process_set_id)
44
+ if revision and not isinstance(revision, str):
45
+ raise TypeError("Expected argument 'revision' to be a str")
46
+ pulumi.set(__self__, "revision", revision)
47
+ if specifications and not isinstance(specifications, list):
48
+ raise TypeError("Expected argument 'specifications' to be a list")
49
+ pulumi.set(__self__, "specifications", specifications)
50
+ if state and not isinstance(state, str):
51
+ raise TypeError("Expected argument 'state' to be a str")
52
+ pulumi.set(__self__, "state", state)
53
+ if system_tags and not isinstance(system_tags, dict):
54
+ raise TypeError("Expected argument 'system_tags' to be a dict")
55
+ pulumi.set(__self__, "system_tags", system_tags)
56
+ if time_created and not isinstance(time_created, str):
57
+ raise TypeError("Expected argument 'time_created' to be a str")
58
+ pulumi.set(__self__, "time_created", time_created)
59
+ if time_updated and not isinstance(time_updated, str):
60
+ raise TypeError("Expected argument 'time_updated' to be a str")
61
+ pulumi.set(__self__, "time_updated", time_updated)
62
+
63
+ @property
64
+ @pulumi.getter(name="compartmentId")
65
+ def compartment_id(self) -> str:
66
+ """
67
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
68
+ """
69
+ return pulumi.get(self, "compartment_id")
70
+
71
+ @property
72
+ @pulumi.getter(name="definedTags")
73
+ def defined_tags(self) -> Mapping[str, Any]:
74
+ """
75
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
76
+ """
77
+ return pulumi.get(self, "defined_tags")
78
+
79
+ @property
80
+ @pulumi.getter(name="displayName")
81
+ def display_name(self) -> str:
82
+ """
83
+ Name of the Process Set.
84
+ """
85
+ return pulumi.get(self, "display_name")
86
+
87
+ @property
88
+ @pulumi.getter(name="freeformTags")
89
+ def freeform_tags(self) -> Mapping[str, Any]:
90
+ """
91
+ Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
92
+ """
93
+ return pulumi.get(self, "freeform_tags")
94
+
95
+ @property
96
+ @pulumi.getter
97
+ def id(self) -> str:
98
+ """
99
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Process Set.
100
+ """
101
+ return pulumi.get(self, "id")
102
+
103
+ @property
104
+ @pulumi.getter(name="processSetId")
105
+ def process_set_id(self) -> str:
106
+ return pulumi.get(self, "process_set_id")
107
+
108
+ @property
109
+ @pulumi.getter
110
+ def revision(self) -> str:
111
+ """
112
+ The current revision of the Process Set.
113
+ """
114
+ return pulumi.get(self, "revision")
115
+
116
+ @property
117
+ @pulumi.getter
118
+ def specifications(self) -> Sequence['outputs.GetProcessSetSpecificationResult']:
119
+ """
120
+ Collection of regular expression specifications used to identify the processes to be monitored.
121
+ """
122
+ return pulumi.get(self, "specifications")
123
+
124
+ @property
125
+ @pulumi.getter
126
+ def state(self) -> str:
127
+ """
128
+ The current state of the Resource.
129
+ """
130
+ return pulumi.get(self, "state")
131
+
132
+ @property
133
+ @pulumi.getter(name="systemTags")
134
+ def system_tags(self) -> Mapping[str, Any]:
135
+ """
136
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
137
+ """
138
+ return pulumi.get(self, "system_tags")
139
+
140
+ @property
141
+ @pulumi.getter(name="timeCreated")
142
+ def time_created(self) -> str:
143
+ """
144
+ The time the process set was created. An RFC3339 formatted datetime string.
145
+ """
146
+ return pulumi.get(self, "time_created")
147
+
148
+ @property
149
+ @pulumi.getter(name="timeUpdated")
150
+ def time_updated(self) -> str:
151
+ """
152
+ The time the process set was last updated. An RFC3339 formatted datetime string.
153
+ """
154
+ return pulumi.get(self, "time_updated")
155
+
156
+
157
+ class AwaitableGetProcessSetResult(GetProcessSetResult):
158
+ # pylint: disable=using-constant-test
159
+ def __await__(self):
160
+ if False:
161
+ yield self
162
+ return GetProcessSetResult(
163
+ compartment_id=self.compartment_id,
164
+ defined_tags=self.defined_tags,
165
+ display_name=self.display_name,
166
+ freeform_tags=self.freeform_tags,
167
+ id=self.id,
168
+ process_set_id=self.process_set_id,
169
+ revision=self.revision,
170
+ specifications=self.specifications,
171
+ state=self.state,
172
+ system_tags=self.system_tags,
173
+ time_created=self.time_created,
174
+ time_updated=self.time_updated)
175
+
176
+
177
+ def get_process_set(process_set_id: Optional[str] = None,
178
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProcessSetResult:
179
+ """
180
+ This data source provides details about a specific Process Set resource in Oracle Cloud Infrastructure Stack Monitoring service.
181
+
182
+ API to get the details of a Process Set by identifier.
183
+
184
+ ## Example Usage
185
+
186
+ ```python
187
+ import pulumi
188
+ import pulumi_oci as oci
189
+
190
+ test_process_set = oci.StackMonitoring.get_process_set(process_set_id=oci_stack_monitoring_process_set["test_process_set"]["id"])
191
+ ```
192
+
193
+
194
+ :param str process_set_id: The Process Set ID
195
+ """
196
+ __args__ = dict()
197
+ __args__['processSetId'] = process_set_id
198
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
199
+ __ret__ = pulumi.runtime.invoke('oci:StackMonitoring/getProcessSet:getProcessSet', __args__, opts=opts, typ=GetProcessSetResult).value
200
+
201
+ return AwaitableGetProcessSetResult(
202
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
203
+ defined_tags=pulumi.get(__ret__, 'defined_tags'),
204
+ display_name=pulumi.get(__ret__, 'display_name'),
205
+ freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
206
+ id=pulumi.get(__ret__, 'id'),
207
+ process_set_id=pulumi.get(__ret__, 'process_set_id'),
208
+ revision=pulumi.get(__ret__, 'revision'),
209
+ specifications=pulumi.get(__ret__, 'specifications'),
210
+ state=pulumi.get(__ret__, 'state'),
211
+ system_tags=pulumi.get(__ret__, 'system_tags'),
212
+ time_created=pulumi.get(__ret__, 'time_created'),
213
+ time_updated=pulumi.get(__ret__, 'time_updated'))
214
+
215
+
216
+ @_utilities.lift_output_func(get_process_set)
217
+ def get_process_set_output(process_set_id: Optional[pulumi.Input[str]] = None,
218
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProcessSetResult]:
219
+ """
220
+ This data source provides details about a specific Process Set resource in Oracle Cloud Infrastructure Stack Monitoring service.
221
+
222
+ API to get the details of a Process Set by identifier.
223
+
224
+ ## Example Usage
225
+
226
+ ```python
227
+ import pulumi
228
+ import pulumi_oci as oci
229
+
230
+ test_process_set = oci.StackMonitoring.get_process_set(process_set_id=oci_stack_monitoring_process_set["test_process_set"]["id"])
231
+ ```
232
+
233
+
234
+ :param str process_set_id: The Process Set ID
235
+ """
236
+ ...
@@ -0,0 +1,156 @@
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
+ 'GetProcessSetsResult',
16
+ 'AwaitableGetProcessSetsResult',
17
+ 'get_process_sets',
18
+ 'get_process_sets_output',
19
+ ]
20
+
21
+ @pulumi.output_type
22
+ class GetProcessSetsResult:
23
+ """
24
+ A collection of values returned by getProcessSets.
25
+ """
26
+ def __init__(__self__, compartment_id=None, display_name=None, filters=None, id=None, process_set_collections=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 and not isinstance(display_name, str):
31
+ raise TypeError("Expected argument 'display_name' to be a str")
32
+ pulumi.set(__self__, "display_name", display_name)
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 process_set_collections and not isinstance(process_set_collections, list):
40
+ raise TypeError("Expected argument 'process_set_collections' to be a list")
41
+ pulumi.set(__self__, "process_set_collections", process_set_collections)
42
+
43
+ @property
44
+ @pulumi.getter(name="compartmentId")
45
+ def compartment_id(self) -> str:
46
+ """
47
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
48
+ """
49
+ return pulumi.get(self, "compartment_id")
50
+
51
+ @property
52
+ @pulumi.getter(name="displayName")
53
+ def display_name(self) -> Optional[str]:
54
+ """
55
+ Name of the Process Set.
56
+ """
57
+ return pulumi.get(self, "display_name")
58
+
59
+ @property
60
+ @pulumi.getter
61
+ def filters(self) -> Optional[Sequence['outputs.GetProcessSetsFilterResult']]:
62
+ return pulumi.get(self, "filters")
63
+
64
+ @property
65
+ @pulumi.getter
66
+ def id(self) -> str:
67
+ """
68
+ The provider-assigned unique ID for this managed resource.
69
+ """
70
+ return pulumi.get(self, "id")
71
+
72
+ @property
73
+ @pulumi.getter(name="processSetCollections")
74
+ def process_set_collections(self) -> Sequence['outputs.GetProcessSetsProcessSetCollectionResult']:
75
+ """
76
+ The list of process_set_collection.
77
+ """
78
+ return pulumi.get(self, "process_set_collections")
79
+
80
+
81
+ class AwaitableGetProcessSetsResult(GetProcessSetsResult):
82
+ # pylint: disable=using-constant-test
83
+ def __await__(self):
84
+ if False:
85
+ yield self
86
+ return GetProcessSetsResult(
87
+ compartment_id=self.compartment_id,
88
+ display_name=self.display_name,
89
+ filters=self.filters,
90
+ id=self.id,
91
+ process_set_collections=self.process_set_collections)
92
+
93
+
94
+ def get_process_sets(compartment_id: Optional[str] = None,
95
+ display_name: Optional[str] = None,
96
+ filters: Optional[Sequence[pulumi.InputType['GetProcessSetsFilterArgs']]] = None,
97
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProcessSetsResult:
98
+ """
99
+ This data source provides the list of Process Sets in Oracle Cloud Infrastructure Stack Monitoring service.
100
+
101
+ API to get the details of all Process Sets.
102
+
103
+ ## Example Usage
104
+
105
+ ```python
106
+ import pulumi
107
+ import pulumi_oci as oci
108
+
109
+ test_process_sets = oci.StackMonitoring.get_process_sets(compartment_id=var["compartment_id"],
110
+ display_name=var["process_set_display_name"])
111
+ ```
112
+
113
+
114
+ :param str compartment_id: The ID of the compartment in which data is listed.
115
+ :param str display_name: A filter to return only resources that match the entire display name given.
116
+ """
117
+ __args__ = dict()
118
+ __args__['compartmentId'] = compartment_id
119
+ __args__['displayName'] = display_name
120
+ __args__['filters'] = filters
121
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
122
+ __ret__ = pulumi.runtime.invoke('oci:StackMonitoring/getProcessSets:getProcessSets', __args__, opts=opts, typ=GetProcessSetsResult).value
123
+
124
+ return AwaitableGetProcessSetsResult(
125
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
126
+ display_name=pulumi.get(__ret__, 'display_name'),
127
+ filters=pulumi.get(__ret__, 'filters'),
128
+ id=pulumi.get(__ret__, 'id'),
129
+ process_set_collections=pulumi.get(__ret__, 'process_set_collections'))
130
+
131
+
132
+ @_utilities.lift_output_func(get_process_sets)
133
+ def get_process_sets_output(compartment_id: Optional[pulumi.Input[str]] = None,
134
+ display_name: Optional[pulumi.Input[Optional[str]]] = None,
135
+ filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetProcessSetsFilterArgs']]]]] = None,
136
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProcessSetsResult]:
137
+ """
138
+ This data source provides the list of Process Sets in Oracle Cloud Infrastructure Stack Monitoring service.
139
+
140
+ API to get the details of all Process Sets.
141
+
142
+ ## Example Usage
143
+
144
+ ```python
145
+ import pulumi
146
+ import pulumi_oci as oci
147
+
148
+ test_process_sets = oci.StackMonitoring.get_process_sets(compartment_id=var["compartment_id"],
149
+ display_name=var["process_set_display_name"])
150
+ ```
151
+
152
+
153
+ :param str compartment_id: The ID of the compartment in which data is listed.
154
+ :param str display_name: A filter to return only resources that match the entire display name given.
155
+ """
156
+ ...