pulumi-oci 1.19.0a1705698401__py3-none-any.whl → 1.20.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.
@@ -0,0 +1,548 @@
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__ = ['ProcessSetArgs', 'ProcessSet']
15
+
16
+ @pulumi.input_type
17
+ class ProcessSetArgs:
18
+ def __init__(__self__, *,
19
+ compartment_id: pulumi.Input[str],
20
+ display_name: pulumi.Input[str],
21
+ specification: pulumi.Input['ProcessSetSpecificationArgs'],
22
+ defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
23
+ freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
24
+ """
25
+ The set of arguments for constructing a ProcessSet resource.
26
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
27
+ :param pulumi.Input[str] display_name: (Updatable) Name of the Process Set.
28
+ :param pulumi.Input['ProcessSetSpecificationArgs'] specification: (Updatable) Collection of regular expression specifications used to identify the processes to be monitored.
29
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
30
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
31
+ """
32
+ pulumi.set(__self__, "compartment_id", compartment_id)
33
+ pulumi.set(__self__, "display_name", display_name)
34
+ pulumi.set(__self__, "specification", specification)
35
+ if defined_tags is not None:
36
+ pulumi.set(__self__, "defined_tags", defined_tags)
37
+ if freeform_tags is not None:
38
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
39
+
40
+ @property
41
+ @pulumi.getter(name="compartmentId")
42
+ def compartment_id(self) -> pulumi.Input[str]:
43
+ """
44
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
45
+ """
46
+ return pulumi.get(self, "compartment_id")
47
+
48
+ @compartment_id.setter
49
+ def compartment_id(self, value: pulumi.Input[str]):
50
+ pulumi.set(self, "compartment_id", value)
51
+
52
+ @property
53
+ @pulumi.getter(name="displayName")
54
+ def display_name(self) -> pulumi.Input[str]:
55
+ """
56
+ (Updatable) Name of the Process Set.
57
+ """
58
+ return pulumi.get(self, "display_name")
59
+
60
+ @display_name.setter
61
+ def display_name(self, value: pulumi.Input[str]):
62
+ pulumi.set(self, "display_name", value)
63
+
64
+ @property
65
+ @pulumi.getter
66
+ def specification(self) -> pulumi.Input['ProcessSetSpecificationArgs']:
67
+ """
68
+ (Updatable) Collection of regular expression specifications used to identify the processes to be monitored.
69
+ """
70
+ return pulumi.get(self, "specification")
71
+
72
+ @specification.setter
73
+ def specification(self, value: pulumi.Input['ProcessSetSpecificationArgs']):
74
+ pulumi.set(self, "specification", value)
75
+
76
+ @property
77
+ @pulumi.getter(name="definedTags")
78
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
79
+ """
80
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
81
+ """
82
+ return pulumi.get(self, "defined_tags")
83
+
84
+ @defined_tags.setter
85
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
86
+ pulumi.set(self, "defined_tags", value)
87
+
88
+ @property
89
+ @pulumi.getter(name="freeformTags")
90
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
91
+ """
92
+ (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
93
+ """
94
+ return pulumi.get(self, "freeform_tags")
95
+
96
+ @freeform_tags.setter
97
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
98
+ pulumi.set(self, "freeform_tags", value)
99
+
100
+
101
+ @pulumi.input_type
102
+ class _ProcessSetState:
103
+ def __init__(__self__, *,
104
+ compartment_id: Optional[pulumi.Input[str]] = None,
105
+ defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
106
+ display_name: Optional[pulumi.Input[str]] = None,
107
+ freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
108
+ revision: Optional[pulumi.Input[str]] = None,
109
+ specification: Optional[pulumi.Input['ProcessSetSpecificationArgs']] = None,
110
+ state: Optional[pulumi.Input[str]] = None,
111
+ system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
112
+ time_created: Optional[pulumi.Input[str]] = None,
113
+ time_updated: Optional[pulumi.Input[str]] = None):
114
+ """
115
+ Input properties used for looking up and filtering ProcessSet resources.
116
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
117
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
118
+ :param pulumi.Input[str] display_name: (Updatable) Name of the Process Set.
119
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
120
+ :param pulumi.Input[str] revision: The current revision of the Process Set.
121
+ :param pulumi.Input['ProcessSetSpecificationArgs'] specification: (Updatable) Collection of regular expression specifications used to identify the processes to be monitored.
122
+ :param pulumi.Input[str] state: The current state of the Resource.
123
+ :param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
124
+ :param pulumi.Input[str] time_created: The time the process set was created. An RFC3339 formatted datetime string.
125
+ :param pulumi.Input[str] time_updated: The time the process set was last updated. An RFC3339 formatted datetime string.
126
+ """
127
+ if compartment_id is not None:
128
+ pulumi.set(__self__, "compartment_id", compartment_id)
129
+ if defined_tags is not None:
130
+ pulumi.set(__self__, "defined_tags", defined_tags)
131
+ if display_name is not None:
132
+ pulumi.set(__self__, "display_name", display_name)
133
+ if freeform_tags is not None:
134
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
135
+ if revision is not None:
136
+ pulumi.set(__self__, "revision", revision)
137
+ if specification is not None:
138
+ pulumi.set(__self__, "specification", specification)
139
+ if state is not None:
140
+ pulumi.set(__self__, "state", state)
141
+ if system_tags is not None:
142
+ pulumi.set(__self__, "system_tags", system_tags)
143
+ if time_created is not None:
144
+ pulumi.set(__self__, "time_created", time_created)
145
+ if time_updated is not None:
146
+ pulumi.set(__self__, "time_updated", time_updated)
147
+
148
+ @property
149
+ @pulumi.getter(name="compartmentId")
150
+ def compartment_id(self) -> Optional[pulumi.Input[str]]:
151
+ """
152
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
153
+ """
154
+ return pulumi.get(self, "compartment_id")
155
+
156
+ @compartment_id.setter
157
+ def compartment_id(self, value: Optional[pulumi.Input[str]]):
158
+ pulumi.set(self, "compartment_id", value)
159
+
160
+ @property
161
+ @pulumi.getter(name="definedTags")
162
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
163
+ """
164
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
165
+ """
166
+ return pulumi.get(self, "defined_tags")
167
+
168
+ @defined_tags.setter
169
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
170
+ pulumi.set(self, "defined_tags", value)
171
+
172
+ @property
173
+ @pulumi.getter(name="displayName")
174
+ def display_name(self) -> Optional[pulumi.Input[str]]:
175
+ """
176
+ (Updatable) Name of the Process Set.
177
+ """
178
+ return pulumi.get(self, "display_name")
179
+
180
+ @display_name.setter
181
+ def display_name(self, value: Optional[pulumi.Input[str]]):
182
+ pulumi.set(self, "display_name", value)
183
+
184
+ @property
185
+ @pulumi.getter(name="freeformTags")
186
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
187
+ """
188
+ (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
189
+ """
190
+ return pulumi.get(self, "freeform_tags")
191
+
192
+ @freeform_tags.setter
193
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
194
+ pulumi.set(self, "freeform_tags", value)
195
+
196
+ @property
197
+ @pulumi.getter
198
+ def revision(self) -> Optional[pulumi.Input[str]]:
199
+ """
200
+ The current revision of the Process Set.
201
+ """
202
+ return pulumi.get(self, "revision")
203
+
204
+ @revision.setter
205
+ def revision(self, value: Optional[pulumi.Input[str]]):
206
+ pulumi.set(self, "revision", value)
207
+
208
+ @property
209
+ @pulumi.getter
210
+ def specification(self) -> Optional[pulumi.Input['ProcessSetSpecificationArgs']]:
211
+ """
212
+ (Updatable) Collection of regular expression specifications used to identify the processes to be monitored.
213
+ """
214
+ return pulumi.get(self, "specification")
215
+
216
+ @specification.setter
217
+ def specification(self, value: Optional[pulumi.Input['ProcessSetSpecificationArgs']]):
218
+ pulumi.set(self, "specification", value)
219
+
220
+ @property
221
+ @pulumi.getter
222
+ def state(self) -> Optional[pulumi.Input[str]]:
223
+ """
224
+ The current state of the Resource.
225
+ """
226
+ return pulumi.get(self, "state")
227
+
228
+ @state.setter
229
+ def state(self, value: Optional[pulumi.Input[str]]):
230
+ pulumi.set(self, "state", value)
231
+
232
+ @property
233
+ @pulumi.getter(name="systemTags")
234
+ def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
235
+ """
236
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
237
+ """
238
+ return pulumi.get(self, "system_tags")
239
+
240
+ @system_tags.setter
241
+ def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
242
+ pulumi.set(self, "system_tags", value)
243
+
244
+ @property
245
+ @pulumi.getter(name="timeCreated")
246
+ def time_created(self) -> Optional[pulumi.Input[str]]:
247
+ """
248
+ The time the process set was created. An RFC3339 formatted datetime string.
249
+ """
250
+ return pulumi.get(self, "time_created")
251
+
252
+ @time_created.setter
253
+ def time_created(self, value: Optional[pulumi.Input[str]]):
254
+ pulumi.set(self, "time_created", value)
255
+
256
+ @property
257
+ @pulumi.getter(name="timeUpdated")
258
+ def time_updated(self) -> Optional[pulumi.Input[str]]:
259
+ """
260
+ The time the process set was last updated. An RFC3339 formatted datetime string.
261
+ """
262
+ return pulumi.get(self, "time_updated")
263
+
264
+ @time_updated.setter
265
+ def time_updated(self, value: Optional[pulumi.Input[str]]):
266
+ pulumi.set(self, "time_updated", value)
267
+
268
+
269
+ class ProcessSet(pulumi.CustomResource):
270
+ @overload
271
+ def __init__(__self__,
272
+ resource_name: str,
273
+ opts: Optional[pulumi.ResourceOptions] = None,
274
+ compartment_id: Optional[pulumi.Input[str]] = None,
275
+ defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
276
+ display_name: Optional[pulumi.Input[str]] = None,
277
+ freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
278
+ specification: Optional[pulumi.Input[pulumi.InputType['ProcessSetSpecificationArgs']]] = None,
279
+ __props__=None):
280
+ """
281
+ This resource provides the Process Set resource in Oracle Cloud Infrastructure Stack Monitoring service.
282
+
283
+ API to create Process Set.
284
+
285
+ ## Example Usage
286
+
287
+ ```python
288
+ import pulumi
289
+ import pulumi_oci as oci
290
+
291
+ test_process_set = oci.stack_monitoring.ProcessSet("testProcessSet",
292
+ compartment_id=var["compartment_id"],
293
+ display_name=var["process_set_display_name"],
294
+ specification=oci.stack_monitoring.ProcessSetSpecificationArgs(
295
+ items=[oci.stack_monitoring.ProcessSetSpecificationItemArgs(
296
+ label=var["process_set_specification_items_label"],
297
+ process_command=var["process_set_specification_items_process_command"],
298
+ process_line_regex_pattern=var["process_set_specification_items_process_line_regex_pattern"],
299
+ process_user=var["process_set_specification_items_process_user"],
300
+ )],
301
+ ),
302
+ defined_tags={
303
+ "foo-namespace.bar-key": "value",
304
+ },
305
+ freeform_tags={
306
+ "bar-key": "value",
307
+ })
308
+ ```
309
+
310
+ ## Import
311
+
312
+ ProcessSets can be imported using the `id`, e.g.
313
+
314
+ ```sh
315
+ $ pulumi import oci:StackMonitoring/processSet:ProcessSet test_process_set "id"
316
+ ```
317
+
318
+ :param str resource_name: The name of the resource.
319
+ :param pulumi.ResourceOptions opts: Options for the resource.
320
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
321
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
322
+ :param pulumi.Input[str] display_name: (Updatable) Name of the Process Set.
323
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
324
+ :param pulumi.Input[pulumi.InputType['ProcessSetSpecificationArgs']] specification: (Updatable) Collection of regular expression specifications used to identify the processes to be monitored.
325
+ """
326
+ ...
327
+ @overload
328
+ def __init__(__self__,
329
+ resource_name: str,
330
+ args: ProcessSetArgs,
331
+ opts: Optional[pulumi.ResourceOptions] = None):
332
+ """
333
+ This resource provides the Process Set resource in Oracle Cloud Infrastructure Stack Monitoring service.
334
+
335
+ API to create Process Set.
336
+
337
+ ## Example Usage
338
+
339
+ ```python
340
+ import pulumi
341
+ import pulumi_oci as oci
342
+
343
+ test_process_set = oci.stack_monitoring.ProcessSet("testProcessSet",
344
+ compartment_id=var["compartment_id"],
345
+ display_name=var["process_set_display_name"],
346
+ specification=oci.stack_monitoring.ProcessSetSpecificationArgs(
347
+ items=[oci.stack_monitoring.ProcessSetSpecificationItemArgs(
348
+ label=var["process_set_specification_items_label"],
349
+ process_command=var["process_set_specification_items_process_command"],
350
+ process_line_regex_pattern=var["process_set_specification_items_process_line_regex_pattern"],
351
+ process_user=var["process_set_specification_items_process_user"],
352
+ )],
353
+ ),
354
+ defined_tags={
355
+ "foo-namespace.bar-key": "value",
356
+ },
357
+ freeform_tags={
358
+ "bar-key": "value",
359
+ })
360
+ ```
361
+
362
+ ## Import
363
+
364
+ ProcessSets can be imported using the `id`, e.g.
365
+
366
+ ```sh
367
+ $ pulumi import oci:StackMonitoring/processSet:ProcessSet test_process_set "id"
368
+ ```
369
+
370
+ :param str resource_name: The name of the resource.
371
+ :param ProcessSetArgs args: The arguments to use to populate this resource's properties.
372
+ :param pulumi.ResourceOptions opts: Options for the resource.
373
+ """
374
+ ...
375
+ def __init__(__self__, resource_name: str, *args, **kwargs):
376
+ resource_args, opts = _utilities.get_resource_args_opts(ProcessSetArgs, pulumi.ResourceOptions, *args, **kwargs)
377
+ if resource_args is not None:
378
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
379
+ else:
380
+ __self__._internal_init(resource_name, *args, **kwargs)
381
+
382
+ def _internal_init(__self__,
383
+ resource_name: str,
384
+ opts: Optional[pulumi.ResourceOptions] = None,
385
+ compartment_id: Optional[pulumi.Input[str]] = None,
386
+ defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
387
+ display_name: Optional[pulumi.Input[str]] = None,
388
+ freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
389
+ specification: Optional[pulumi.Input[pulumi.InputType['ProcessSetSpecificationArgs']]] = None,
390
+ __props__=None):
391
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
392
+ if not isinstance(opts, pulumi.ResourceOptions):
393
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
394
+ if opts.id is None:
395
+ if __props__ is not None:
396
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
397
+ __props__ = ProcessSetArgs.__new__(ProcessSetArgs)
398
+
399
+ if compartment_id is None and not opts.urn:
400
+ raise TypeError("Missing required property 'compartment_id'")
401
+ __props__.__dict__["compartment_id"] = compartment_id
402
+ __props__.__dict__["defined_tags"] = defined_tags
403
+ if display_name is None and not opts.urn:
404
+ raise TypeError("Missing required property 'display_name'")
405
+ __props__.__dict__["display_name"] = display_name
406
+ __props__.__dict__["freeform_tags"] = freeform_tags
407
+ if specification is None and not opts.urn:
408
+ raise TypeError("Missing required property 'specification'")
409
+ __props__.__dict__["specification"] = specification
410
+ __props__.__dict__["revision"] = None
411
+ __props__.__dict__["state"] = None
412
+ __props__.__dict__["system_tags"] = None
413
+ __props__.__dict__["time_created"] = None
414
+ __props__.__dict__["time_updated"] = None
415
+ super(ProcessSet, __self__).__init__(
416
+ 'oci:StackMonitoring/processSet:ProcessSet',
417
+ resource_name,
418
+ __props__,
419
+ opts)
420
+
421
+ @staticmethod
422
+ def get(resource_name: str,
423
+ id: pulumi.Input[str],
424
+ opts: Optional[pulumi.ResourceOptions] = None,
425
+ compartment_id: Optional[pulumi.Input[str]] = None,
426
+ defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
427
+ display_name: Optional[pulumi.Input[str]] = None,
428
+ freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
429
+ revision: Optional[pulumi.Input[str]] = None,
430
+ specification: Optional[pulumi.Input[pulumi.InputType['ProcessSetSpecificationArgs']]] = None,
431
+ state: Optional[pulumi.Input[str]] = None,
432
+ system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
433
+ time_created: Optional[pulumi.Input[str]] = None,
434
+ time_updated: Optional[pulumi.Input[str]] = None) -> 'ProcessSet':
435
+ """
436
+ Get an existing ProcessSet resource's state with the given name, id, and optional extra
437
+ properties used to qualify the lookup.
438
+
439
+ :param str resource_name: The unique name of the resulting resource.
440
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
441
+ :param pulumi.ResourceOptions opts: Options for the resource.
442
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
443
+ :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
444
+ :param pulumi.Input[str] display_name: (Updatable) Name of the Process Set.
445
+ :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
446
+ :param pulumi.Input[str] revision: The current revision of the Process Set.
447
+ :param pulumi.Input[pulumi.InputType['ProcessSetSpecificationArgs']] specification: (Updatable) Collection of regular expression specifications used to identify the processes to be monitored.
448
+ :param pulumi.Input[str] state: The current state of the Resource.
449
+ :param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
450
+ :param pulumi.Input[str] time_created: The time the process set was created. An RFC3339 formatted datetime string.
451
+ :param pulumi.Input[str] time_updated: The time the process set was last updated. An RFC3339 formatted datetime string.
452
+ """
453
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
454
+
455
+ __props__ = _ProcessSetState.__new__(_ProcessSetState)
456
+
457
+ __props__.__dict__["compartment_id"] = compartment_id
458
+ __props__.__dict__["defined_tags"] = defined_tags
459
+ __props__.__dict__["display_name"] = display_name
460
+ __props__.__dict__["freeform_tags"] = freeform_tags
461
+ __props__.__dict__["revision"] = revision
462
+ __props__.__dict__["specification"] = specification
463
+ __props__.__dict__["state"] = state
464
+ __props__.__dict__["system_tags"] = system_tags
465
+ __props__.__dict__["time_created"] = time_created
466
+ __props__.__dict__["time_updated"] = time_updated
467
+ return ProcessSet(resource_name, opts=opts, __props__=__props__)
468
+
469
+ @property
470
+ @pulumi.getter(name="compartmentId")
471
+ def compartment_id(self) -> pulumi.Output[str]:
472
+ """
473
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
474
+ """
475
+ return pulumi.get(self, "compartment_id")
476
+
477
+ @property
478
+ @pulumi.getter(name="definedTags")
479
+ def defined_tags(self) -> pulumi.Output[Mapping[str, Any]]:
480
+ """
481
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
482
+ """
483
+ return pulumi.get(self, "defined_tags")
484
+
485
+ @property
486
+ @pulumi.getter(name="displayName")
487
+ def display_name(self) -> pulumi.Output[str]:
488
+ """
489
+ (Updatable) Name of the Process Set.
490
+ """
491
+ return pulumi.get(self, "display_name")
492
+
493
+ @property
494
+ @pulumi.getter(name="freeformTags")
495
+ def freeform_tags(self) -> pulumi.Output[Mapping[str, Any]]:
496
+ """
497
+ (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
498
+ """
499
+ return pulumi.get(self, "freeform_tags")
500
+
501
+ @property
502
+ @pulumi.getter
503
+ def revision(self) -> pulumi.Output[str]:
504
+ """
505
+ The current revision of the Process Set.
506
+ """
507
+ return pulumi.get(self, "revision")
508
+
509
+ @property
510
+ @pulumi.getter
511
+ def specification(self) -> pulumi.Output['outputs.ProcessSetSpecification']:
512
+ """
513
+ (Updatable) Collection of regular expression specifications used to identify the processes to be monitored.
514
+ """
515
+ return pulumi.get(self, "specification")
516
+
517
+ @property
518
+ @pulumi.getter
519
+ def state(self) -> pulumi.Output[str]:
520
+ """
521
+ The current state of the Resource.
522
+ """
523
+ return pulumi.get(self, "state")
524
+
525
+ @property
526
+ @pulumi.getter(name="systemTags")
527
+ def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
528
+ """
529
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
530
+ """
531
+ return pulumi.get(self, "system_tags")
532
+
533
+ @property
534
+ @pulumi.getter(name="timeCreated")
535
+ def time_created(self) -> pulumi.Output[str]:
536
+ """
537
+ The time the process set was created. An RFC3339 formatted datetime string.
538
+ """
539
+ return pulumi.get(self, "time_created")
540
+
541
+ @property
542
+ @pulumi.getter(name="timeUpdated")
543
+ def time_updated(self) -> pulumi.Output[str]:
544
+ """
545
+ The time the process set was last updated. An RFC3339 formatted datetime string.
546
+ """
547
+ return pulumi.get(self, "time_updated")
548
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_oci
3
- Version: 1.19.0a1705698401
3
+ Version: 1.20.0
4
4
  Summary: A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com
@@ -1,4 +1,4 @@
1
- pulumi_oci/__init__.py,sha256=zPV8b8fi94UQRZbhV9M8p5jyEEDLXQ4O1Ixwn3vc-5Q,142655
1
+ pulumi_oci/__init__.py,sha256=cydnoWZtmEOrfUpGXdPLpsGYjp1z3Yp9HE5Y4jxLnGE,143512
2
2
  pulumi_oci/_utilities.py,sha256=nNKRJyG0bkCleVzIGnszB5TSQOVUqAHks2baneWhujg,9249
3
3
  pulumi_oci/provider.py,sha256=xb4xvGxOAQDmgHlar9M1AaiSt9ZiwtfITBZBtsdkfbg,24464
4
4
  pulumi_oci/pulumi-plugin.json,sha256=M43fXbtz4Dlbv_jxw-1L4SOTGFmJN2lYa7ePzB7DmBs,40
@@ -1420,6 +1420,18 @@ pulumi_oci/fusionapps/fusion_environment_family.py,sha256=_3G8NUNDyWTzvEiz8MHhOn
1420
1420
  pulumi_oci/fusionapps/fusion_environment_refresh_activity.py,sha256=8_lyV8Kssd7IkoDrB8Vbos6GWLqIYNi2RUS1ky6XJqY,28171
1421
1421
  pulumi_oci/fusionapps/fusion_environment_service_attachment.py,sha256=lDRw7M8depvCu2mbEAXmc7Jd60VDa4qE4RPqpCzGUfw,27148
1422
1422
  pulumi_oci/fusionapps/outputs.py,sha256=ASq2yd8D4iDTOtUJFmrn9HmmQB1CbMVTDgi3JFyQ7wQ,27265
1423
+ pulumi_oci/generativeai/__init__.py,sha256=Ftsbp6SBNCD-O9MT8eM5e2mfwjdKeaS2J_z-iCW_pFQ,584
1424
+ pulumi_oci/generativeai/_inputs.py,sha256=xhiP9ZnFqfaiuCEeDFyK8siwxu7mgWYtn3MQB-3tLjE,20455
1425
+ pulumi_oci/generativeai/dedicated_ai_cluster.py,sha256=uH83w-zNOtE3izD3InIy9XWCHNnMgNCJXW-A9BxqfaI,38191
1426
+ pulumi_oci/generativeai/endpoint.py,sha256=xI3TucecEqBEbn2conia84YB_mESsQ6h4JVEKkRSuCM,37144
1427
+ pulumi_oci/generativeai/get_dedicated_ai_cluster.py,sha256=gFaRTPD_yP1VmB_iN5BzeeCX1ir6yx5v5PWoEc73gnY,12274
1428
+ pulumi_oci/generativeai/get_dedicated_ai_clusters.py,sha256=V0EJIJtxAli0hzx6OWOHolZWI_lAgp2Btzj-bBs19Lw,8219
1429
+ pulumi_oci/generativeai/get_endpoint.py,sha256=QdV74JjZ6XK5haM3fCKzz1CMvMpqmGUGlqKn1QhVXWE,11578
1430
+ pulumi_oci/generativeai/get_endpoints.py,sha256=nG_iRAnscM_bgwosnMkiHC1eXV4j7Vbl4IWqhXwRByo,7385
1431
+ pulumi_oci/generativeai/get_model.py,sha256=B8B4Eug2n7MGDzvOoI2le41XxPjjnEBmvQrfRTotyhQ,14115
1432
+ pulumi_oci/generativeai/get_models.py,sha256=_6hIkDpgVnvqyEIEvSUnc3Jz6_PAgNDOkyLggFCEYLY,8977
1433
+ pulumi_oci/generativeai/model.py,sha256=tPu3LaFc6TNKzNWXFDwsPCg5StpF6ivw5sU2Fr_tDsQ,41596
1434
+ pulumi_oci/generativeai/outputs.py,sha256=iWDgOW33-pUzi6mLGLdC3tzJYNyLKNxkWMTqESx8sSA,70464
1423
1435
  pulumi_oci/genericartifactscontent/__init__.py,sha256=hgIxlRzoszlQaqeflk8QurTNj87qkBbx16jZXw0p8Dk,382
1424
1436
  pulumi_oci/genericartifactscontent/artifact_by_path.py,sha256=IK5VpwkizBYO5FUb4_F0LC_bE35PvgUg6mI7LjLYehY,31711
1425
1437
  pulumi_oci/genericartifactscontent/get_artifact_by_path.py,sha256=1rJ59Koy7tcAh9Nv5Dhc3WPqE-YrC7KKl-aZcztJBcw,10127
@@ -1906,14 +1918,14 @@ pulumi_oci/marketplace/get_listing_package_agreements.py,sha256=AsNALQHQ0Hlj0Cdn
1906
1918
  pulumi_oci/marketplace/get_listing_packages.py,sha256=r_LJLSU9SuzHLrBFznWTCpr4nWlesSvtoxpC32kkJRU,10986
1907
1919
  pulumi_oci/marketplace/get_listing_taxes.py,sha256=8Pq60WFivrF8DFIZbILpwhVkTBKyvl5eyVhSzLHhWyc,5568
1908
1920
  pulumi_oci/marketplace/get_listings.py,sha256=rVSYE2zvXPamyC-L2NK-QfICkJS4rEsRJkZyvWnV0r8,17513
1909
- pulumi_oci/marketplace/get_publication.py,sha256=0qY7JEuD8qDUu8juIqWottA3FBP16xtmrETLBtwzCJE,12640
1921
+ pulumi_oci/marketplace/get_publication.py,sha256=65MhU1_VJXwZlpTjfSOKQp9ynDpXQNbdTC1Qtr5F_qs,13471
1910
1922
  pulumi_oci/marketplace/get_publication_package.py,sha256=TgSiMSdTDY6MN5DCe9BFJbwQJ3pd9ZJfz3beiLA9djI,11831
1911
1923
  pulumi_oci/marketplace/get_publication_packages.py,sha256=t8J6ZecdRWbvBKlqZg75xncEWuXLi9tF1TNMjXSsrO0,7233
1912
1924
  pulumi_oci/marketplace/get_publications.py,sha256=GNSZEKd2dgfjmcPb1MhoT_kaHUBUMvIBUzJieoT_SM4,8712
1913
1925
  pulumi_oci/marketplace/get_publishers.py,sha256=ItlCKASXUK-FrdrlKFCvQAiwRcJQIxlTeb-akGaqqPE,5618
1914
1926
  pulumi_oci/marketplace/listing_package_agreement.py,sha256=srvCk6oK06UwRjPffC_S6GtQ59RI0merP5BfRZO7AbM,18644
1915
- pulumi_oci/marketplace/outputs.py,sha256=OGGWVVIT2gID-X3b9RnQGyEj1_stq0ILmYsY9vFhOYA,106492
1916
- pulumi_oci/marketplace/publication.py,sha256=Vey2e6bjyEJff4Avj5K98vTNkxbuj66yiWgLOasesCc,44333
1927
+ pulumi_oci/marketplace/outputs.py,sha256=0Ao1lNmccxPtW3LGC3QjMDYNmlyvE8kMG8w4rhW3uGk,107504
1928
+ pulumi_oci/marketplace/publication.py,sha256=jYkPYDGoMA2U2GH0Bjs10p73KfW__5SZU8tWtmyjvMs,46722
1917
1929
  pulumi_oci/mediaservices/__init__.py,sha256=j74h2rwmO6yXKwlB8eNW80hHAqZVb64R9p3hgcapUks,1369
1918
1930
  pulumi_oci/mediaservices/_inputs.py,sha256=c-EQkUiJzx3EQ8ABjxVTD2Y3sH1YOCIAq7dwywxw5DQ,33999
1919
1931
  pulumi_oci/mediaservices/get_media_asset.py,sha256=SNQHmWX2qhNNgZToZtCZL6Jr5RgNCH8paQ63DsVHBg8,16373
@@ -2447,8 +2459,8 @@ pulumi_oci/servicemesh/outputs.py,sha256=G4FZj_UNcIiF8uTyTI0unIW9iiPiknGrQTM4cJ3
2447
2459
  pulumi_oci/servicemesh/virtual_deployment.py,sha256=HB-yFo_4mT-MS7Lav6T-7jovWOdbcU4UiWRhvnX0N60,40434
2448
2460
  pulumi_oci/servicemesh/virtual_service.py,sha256=CHmzoxpY9_GRO5wwWDYp7TzXngxrMhV_dIB-wYui7kc,39906
2449
2461
  pulumi_oci/servicemesh/virtual_service_route_table.py,sha256=ub_1FyNYY8gKa-NPh0NPuleHcRtKVuynmdtMlOB7m-0,37784
2450
- pulumi_oci/stackmonitoring/__init__.py,sha256=qEZ5LA4cde4XBzNxsh3U2e0a7FdSguWZOY2a83X5Xkc,1489
2451
- pulumi_oci/stackmonitoring/_inputs.py,sha256=8gUDJ0QRXZ_ahXNP7004VzYNMSdXbC3QfEn8vpXbovI,131861
2462
+ pulumi_oci/stackmonitoring/__init__.py,sha256=w3t_oLxZL3HMvvDtr_YZDUp02tvLIezDnDm1msgPjPA,1579
2463
+ pulumi_oci/stackmonitoring/_inputs.py,sha256=ivQcT4tG1PSYBlxQREZp6jSXDCcQznrpNVyeWBJTYLM,137078
2452
2464
  pulumi_oci/stackmonitoring/baselineable_metric.py,sha256=v9Mo8aZccl0_KOisJ4-A3KrT640CZxMzca25Q8XVNjs,28222
2453
2465
  pulumi_oci/stackmonitoring/config.py,sha256=ujAtVysebpYL8ru0eaNFbv4B0x9lED8GLDb0VgGRSGg,30911
2454
2466
  pulumi_oci/stackmonitoring/discovery_job.py,sha256=xKs3OOtyhwSSl_-ko2x-ncqoQ8TBqdLY9sr4KMZV05w,37242
@@ -2468,6 +2480,8 @@ pulumi_oci/stackmonitoring/get_monitored_resource_tasks.py,sha256=DoPM8iqBRWFbJX
2468
2480
  pulumi_oci/stackmonitoring/get_monitored_resource_type.py,sha256=cnaqM_0vg7P5xgru4AoEOljXx9_2khF2TaHHgjEVpR0,11292
2469
2481
  pulumi_oci/stackmonitoring/get_monitored_resource_types.py,sha256=DPx1ftoH4Twg_GPOhV07kry-3TjpnSTq91WN121jBik,15273
2470
2482
  pulumi_oci/stackmonitoring/get_monitored_resources.py,sha256=w3L0pHv8HRkC990XZk_OPgBNc5cxVglREp25CWOjemQ,7260
2483
+ pulumi_oci/stackmonitoring/get_process_set.py,sha256=8e3Z1DMvs3Wk3HoXnw8ahcAc6rUUdPy6YKObx8phD9M,9200
2484
+ pulumi_oci/stackmonitoring/get_process_sets.py,sha256=w16VL9MJUoEe4OnSsfu5rbHIeTK_IfGkCd7WIZZKfhw,6017
2471
2485
  pulumi_oci/stackmonitoring/metric_extension.py,sha256=vSkroG1WKKnJHlb_SfuYh_DpKv8wRVZedg6ATede7dw,52071
2472
2486
  pulumi_oci/stackmonitoring/metric_extension_metric_extension_on_given_resources_management.py,sha256=I2jQSYAVeE6j0vP73hdP7v91RqPau9EKnz3cfmsd_ug,16466
2473
2487
  pulumi_oci/stackmonitoring/metric_extensions_test_management.py,sha256=-A2dvO6fN7oFNzcxT9sz2TRrRIVh_9wH1BPAfIK_aZw,16771
@@ -2478,7 +2492,8 @@ pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py,s
2478
2492
  pulumi_oci/stackmonitoring/monitored_resources_list_member.py,sha256=lYsISbMQjmShjyVwr_hkI63IZaSbsBojCOlKgl5a4Yg,16931
2479
2493
  pulumi_oci/stackmonitoring/monitored_resources_search.py,sha256=yJe9uMpzCWIRJxXKF-W2uA4HCfVvUbVG3a_RhTcs_-I,74575
2480
2494
  pulumi_oci/stackmonitoring/monitored_resources_search_association.py,sha256=Btg2j4veEbbvbSTa8vzqO7povbDBtbCpZx7He-orVuo,29686
2481
- pulumi_oci/stackmonitoring/outputs.py,sha256=VX_e6U4W6msBHEe9xr5Cm3rV7qFHVGBPgD-8m2jn9vM,283382
2495
+ pulumi_oci/stackmonitoring/outputs.py,sha256=2AYYJaQbI0N2t97Z8UVZxykQAUQmgxHuCvqj5tf3sQA,299418
2496
+ pulumi_oci/stackmonitoring/process_set.py,sha256=EzhnK2WaaUI5MRsFsGnj6rp2JIejn_w-yoRs2oFgbuc,25834
2482
2497
  pulumi_oci/streaming/__init__.py,sha256=qUfMEOAARn0aZo_vquKVA6NeGypfQ3nRHuEY5NKEThM,582
2483
2498
  pulumi_oci/streaming/_inputs.py,sha256=FNbJknKJEb7Hh-pkSawRjagcl950kZnCylQRW9u5tSA,12510
2484
2499
  pulumi_oci/streaming/connect_harness.py,sha256=UD2NcHpU_DrPswcVsEVDDxjwbUJRdOD0TXPla2V24r0,23594
@@ -2595,7 +2610,7 @@ pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=KJZEdRiQjG67_3x9zDG9u6m7h
2595
2610
  pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=t31n_rsb6FWI8YkhndA1ucpKIbWq9XTogW-6D3Bbfe4,14240
2596
2611
  pulumi_oci/waf/network_address_list.py,sha256=dMGab_fwT5pPiLF9kQ3j-Qd-RkXkDfyz306u2eQh0WQ,32655
2597
2612
  pulumi_oci/waf/outputs.py,sha256=L_Ay91T3B8xIip2QKrOOW99UlLifV9ByKqO-js2Y84w,227577
2598
- pulumi_oci-1.19.0a1705698401.dist-info/METADATA,sha256=5Y31ZSVlrZp5QL7PcIU-NIrXCyxe0lL2o8GI9iRtmY8,3899
2599
- pulumi_oci-1.19.0a1705698401.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
2600
- pulumi_oci-1.19.0a1705698401.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
2601
- pulumi_oci-1.19.0a1705698401.dist-info/RECORD,,
2613
+ pulumi_oci-1.20.0.dist-info/METADATA,sha256=erjAqcIv9ciwHJAjw4gzpAs9EGZZrTir1qkm34hTnK8,3888
2614
+ pulumi_oci-1.20.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
2615
+ pulumi_oci-1.20.0.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
2616
+ pulumi_oci-1.20.0.dist-info/RECORD,,