pulumi-oci 1.29.0a1711606977__py3-none-any.whl → 1.29.0a1711616250__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 (41) hide show
  1. pulumi_oci/__init__.py +8 -0
  2. pulumi_oci/database/autonomous_database.py +155 -14
  3. pulumi_oci/database/get_autonomous_database.py +41 -2
  4. pulumi_oci/database/get_autonomous_databases.py +1 -1
  5. pulumi_oci/database/outputs.py +68 -2
  6. pulumi_oci/databasemanagement/get_managed_my_sql_database.py +111 -6
  7. pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +32 -4
  8. pulumi_oci/databasemanagement/outputs.py +267 -75
  9. pulumi_oci/dataintegration/__init__.py +3 -0
  10. pulumi_oci/dataintegration/_inputs.py +4504 -0
  11. pulumi_oci/dataintegration/get_workspace_task.py +443 -0
  12. pulumi_oci/dataintegration/get_workspace_tasks.py +254 -0
  13. pulumi_oci/dataintegration/outputs.py +16511 -4723
  14. pulumi_oci/dataintegration/workspace_task.py +1364 -0
  15. pulumi_oci/devops/_inputs.py +18 -2
  16. pulumi_oci/devops/deploy_artifact.py +2 -0
  17. pulumi_oci/devops/deploy_stage.py +141 -0
  18. pulumi_oci/devops/get_deploy_stage.py +40 -1
  19. pulumi_oci/devops/outputs.py +75 -6
  20. pulumi_oci/logging/_inputs.py +2751 -187
  21. pulumi_oci/logging/outputs.py +4981 -768
  22. pulumi_oci/logging/unified_agent_configuration.py +34 -208
  23. pulumi_oci/monitoring/_inputs.py +136 -0
  24. pulumi_oci/monitoring/alarm.py +173 -0
  25. pulumi_oci/monitoring/get_alarm.py +40 -1
  26. pulumi_oci/monitoring/get_alarm_history_collection.py +2 -2
  27. pulumi_oci/monitoring/outputs.py +305 -0
  28. pulumi_oci/networkloadbalancer/_inputs.py +20 -20
  29. pulumi_oci/networkloadbalancer/backend.py +7 -7
  30. pulumi_oci/networkloadbalancer/backend_set.py +11 -11
  31. pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
  32. pulumi_oci/networkloadbalancer/get_listener.py +1 -1
  33. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +14 -1
  34. pulumi_oci/networkloadbalancer/listener.py +7 -7
  35. pulumi_oci/networkloadbalancer/network_load_balancer.py +56 -7
  36. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -7
  37. pulumi_oci/networkloadbalancer/outputs.py +41 -34
  38. {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/METADATA +1 -1
  39. {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/RECORD +41 -38
  40. {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/WHEEL +0 -0
  41. {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,254 @@
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
+ 'GetWorkspaceTasksResult',
16
+ 'AwaitableGetWorkspaceTasksResult',
17
+ 'get_workspace_tasks',
18
+ 'get_workspace_tasks_output',
19
+ ]
20
+
21
+ @pulumi.output_type
22
+ class GetWorkspaceTasksResult:
23
+ """
24
+ A collection of values returned by getWorkspaceTasks.
25
+ """
26
+ def __init__(__self__, fields=None, filters=None, folder_id=None, id=None, identifiers=None, keys=None, name=None, task_summary_collections=None, types=None, workspace_id=None):
27
+ if fields and not isinstance(fields, list):
28
+ raise TypeError("Expected argument 'fields' to be a list")
29
+ pulumi.set(__self__, "fields", fields)
30
+ if filters and not isinstance(filters, list):
31
+ raise TypeError("Expected argument 'filters' to be a list")
32
+ pulumi.set(__self__, "filters", filters)
33
+ if folder_id and not isinstance(folder_id, str):
34
+ raise TypeError("Expected argument 'folder_id' to be a str")
35
+ pulumi.set(__self__, "folder_id", folder_id)
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 identifiers and not isinstance(identifiers, list):
40
+ raise TypeError("Expected argument 'identifiers' to be a list")
41
+ pulumi.set(__self__, "identifiers", identifiers)
42
+ if keys and not isinstance(keys, list):
43
+ raise TypeError("Expected argument 'keys' to be a list")
44
+ pulumi.set(__self__, "keys", keys)
45
+ if name and not isinstance(name, str):
46
+ raise TypeError("Expected argument 'name' to be a str")
47
+ pulumi.set(__self__, "name", name)
48
+ if task_summary_collections and not isinstance(task_summary_collections, list):
49
+ raise TypeError("Expected argument 'task_summary_collections' to be a list")
50
+ pulumi.set(__self__, "task_summary_collections", task_summary_collections)
51
+ if types and not isinstance(types, list):
52
+ raise TypeError("Expected argument 'types' to be a list")
53
+ pulumi.set(__self__, "types", types)
54
+ if workspace_id and not isinstance(workspace_id, str):
55
+ raise TypeError("Expected argument 'workspace_id' to be a str")
56
+ pulumi.set(__self__, "workspace_id", workspace_id)
57
+
58
+ @property
59
+ @pulumi.getter
60
+ def fields(self) -> Optional[Sequence[str]]:
61
+ """
62
+ An array of fields.
63
+ """
64
+ return pulumi.get(self, "fields")
65
+
66
+ @property
67
+ @pulumi.getter
68
+ def filters(self) -> Optional[Sequence['outputs.GetWorkspaceTasksFilterResult']]:
69
+ return pulumi.get(self, "filters")
70
+
71
+ @property
72
+ @pulumi.getter(name="folderId")
73
+ def folder_id(self) -> Optional[str]:
74
+ return pulumi.get(self, "folder_id")
75
+
76
+ @property
77
+ @pulumi.getter
78
+ def id(self) -> str:
79
+ """
80
+ The provider-assigned unique ID for this managed resource.
81
+ """
82
+ return pulumi.get(self, "id")
83
+
84
+ @property
85
+ @pulumi.getter
86
+ def identifiers(self) -> Optional[Sequence[str]]:
87
+ """
88
+ Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
89
+ """
90
+ return pulumi.get(self, "identifiers")
91
+
92
+ @property
93
+ @pulumi.getter
94
+ def keys(self) -> Optional[Sequence[str]]:
95
+ """
96
+ The key of the object.
97
+ """
98
+ return pulumi.get(self, "keys")
99
+
100
+ @property
101
+ @pulumi.getter
102
+ def name(self) -> Optional[str]:
103
+ """
104
+ Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
105
+ """
106
+ return pulumi.get(self, "name")
107
+
108
+ @property
109
+ @pulumi.getter(name="taskSummaryCollections")
110
+ def task_summary_collections(self) -> Sequence['outputs.GetWorkspaceTasksTaskSummaryCollectionResult']:
111
+ """
112
+ The list of task_summary_collection.
113
+ """
114
+ return pulumi.get(self, "task_summary_collections")
115
+
116
+ @property
117
+ @pulumi.getter
118
+ def types(self) -> Optional[Sequence[str]]:
119
+ """
120
+ The object type.
121
+ """
122
+ return pulumi.get(self, "types")
123
+
124
+ @property
125
+ @pulumi.getter(name="workspaceId")
126
+ def workspace_id(self) -> str:
127
+ return pulumi.get(self, "workspace_id")
128
+
129
+
130
+ class AwaitableGetWorkspaceTasksResult(GetWorkspaceTasksResult):
131
+ # pylint: disable=using-constant-test
132
+ def __await__(self):
133
+ if False:
134
+ yield self
135
+ return GetWorkspaceTasksResult(
136
+ fields=self.fields,
137
+ filters=self.filters,
138
+ folder_id=self.folder_id,
139
+ id=self.id,
140
+ identifiers=self.identifiers,
141
+ keys=self.keys,
142
+ name=self.name,
143
+ task_summary_collections=self.task_summary_collections,
144
+ types=self.types,
145
+ workspace_id=self.workspace_id)
146
+
147
+
148
+ def get_workspace_tasks(fields: Optional[Sequence[str]] = None,
149
+ filters: Optional[Sequence[pulumi.InputType['GetWorkspaceTasksFilterArgs']]] = None,
150
+ folder_id: Optional[str] = None,
151
+ identifiers: Optional[Sequence[str]] = None,
152
+ keys: Optional[Sequence[str]] = None,
153
+ name: Optional[str] = None,
154
+ types: Optional[Sequence[str]] = None,
155
+ workspace_id: Optional[str] = None,
156
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWorkspaceTasksResult:
157
+ """
158
+ This data source provides the list of Workspace Tasks in Oracle Cloud Infrastructure Data Integration service.
159
+
160
+ Retrieves a list of all tasks in a specified project or folder.
161
+
162
+ ## Example Usage
163
+
164
+ <!--Start PulumiCodeChooser -->
165
+ ```python
166
+ import pulumi
167
+ import pulumi_oci as oci
168
+
169
+ test_workspace_tasks = oci.DataIntegration.get_workspace_tasks(workspace_id=oci_dataintegration_workspace["test_workspace"]["id"],
170
+ fields=var["workspace_task_fields"],
171
+ folder_id=oci_dataintegration_folder["test_folder"]["id"],
172
+ identifiers=var["workspace_task_identifier"],
173
+ keys=var["workspace_task_key"],
174
+ name=var["workspace_task_name"],
175
+ types=var["workspace_task_type"])
176
+ ```
177
+ <!--End PulumiCodeChooser -->
178
+
179
+
180
+ :param Sequence[str] fields: Specifies the fields to get for an object.
181
+ :param str folder_id: Unique key of the folder.
182
+ :param Sequence[str] identifiers: Used to filter by the identifier of the object.
183
+ :param Sequence[str] keys: Used to filter by the key of the object.
184
+ :param str name: Used to filter by the name of the object.
185
+ :param Sequence[str] types: Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. <br><br><B>Examples:</B><br> <ul> <li><B>?type=DATA_LOADER_TASK&typeInSubtree=false</B> returns all objects of type data loader task</li> <li><B>?type=DATA_LOADER_TASK</B> returns all objects of type data loader task</li> <li><B>?type=DATA_LOADER_TASK&typeInSubtree=true</B> returns all objects of type data loader task</li> </ul>
186
+ :param str workspace_id: The workspace ID.
187
+ """
188
+ __args__ = dict()
189
+ __args__['fields'] = fields
190
+ __args__['filters'] = filters
191
+ __args__['folderId'] = folder_id
192
+ __args__['identifiers'] = identifiers
193
+ __args__['keys'] = keys
194
+ __args__['name'] = name
195
+ __args__['types'] = types
196
+ __args__['workspaceId'] = workspace_id
197
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
198
+ __ret__ = pulumi.runtime.invoke('oci:DataIntegration/getWorkspaceTasks:getWorkspaceTasks', __args__, opts=opts, typ=GetWorkspaceTasksResult).value
199
+
200
+ return AwaitableGetWorkspaceTasksResult(
201
+ fields=pulumi.get(__ret__, 'fields'),
202
+ filters=pulumi.get(__ret__, 'filters'),
203
+ folder_id=pulumi.get(__ret__, 'folder_id'),
204
+ id=pulumi.get(__ret__, 'id'),
205
+ identifiers=pulumi.get(__ret__, 'identifiers'),
206
+ keys=pulumi.get(__ret__, 'keys'),
207
+ name=pulumi.get(__ret__, 'name'),
208
+ task_summary_collections=pulumi.get(__ret__, 'task_summary_collections'),
209
+ types=pulumi.get(__ret__, 'types'),
210
+ workspace_id=pulumi.get(__ret__, 'workspace_id'))
211
+
212
+
213
+ @_utilities.lift_output_func(get_workspace_tasks)
214
+ def get_workspace_tasks_output(fields: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
215
+ filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetWorkspaceTasksFilterArgs']]]]] = None,
216
+ folder_id: Optional[pulumi.Input[Optional[str]]] = None,
217
+ identifiers: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
218
+ keys: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
219
+ name: Optional[pulumi.Input[Optional[str]]] = None,
220
+ types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
221
+ workspace_id: Optional[pulumi.Input[str]] = None,
222
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetWorkspaceTasksResult]:
223
+ """
224
+ This data source provides the list of Workspace Tasks in Oracle Cloud Infrastructure Data Integration service.
225
+
226
+ Retrieves a list of all tasks in a specified project or folder.
227
+
228
+ ## Example Usage
229
+
230
+ <!--Start PulumiCodeChooser -->
231
+ ```python
232
+ import pulumi
233
+ import pulumi_oci as oci
234
+
235
+ test_workspace_tasks = oci.DataIntegration.get_workspace_tasks(workspace_id=oci_dataintegration_workspace["test_workspace"]["id"],
236
+ fields=var["workspace_task_fields"],
237
+ folder_id=oci_dataintegration_folder["test_folder"]["id"],
238
+ identifiers=var["workspace_task_identifier"],
239
+ keys=var["workspace_task_key"],
240
+ name=var["workspace_task_name"],
241
+ types=var["workspace_task_type"])
242
+ ```
243
+ <!--End PulumiCodeChooser -->
244
+
245
+
246
+ :param Sequence[str] fields: Specifies the fields to get for an object.
247
+ :param str folder_id: Unique key of the folder.
248
+ :param Sequence[str] identifiers: Used to filter by the identifier of the object.
249
+ :param Sequence[str] keys: Used to filter by the key of the object.
250
+ :param str name: Used to filter by the name of the object.
251
+ :param Sequence[str] types: Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. <br><br><B>Examples:</B><br> <ul> <li><B>?type=DATA_LOADER_TASK&typeInSubtree=false</B> returns all objects of type data loader task</li> <li><B>?type=DATA_LOADER_TASK</B> returns all objects of type data loader task</li> <li><B>?type=DATA_LOADER_TASK&typeInSubtree=true</B> returns all objects of type data loader task</li> </ul>
252
+ :param str workspace_id: The workspace ID.
253
+ """
254
+ ...