pulumi-oci 2.29.0a1744186202__py3-none-any.whl → 2.30.0a1744266639__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.
- pulumi_oci/__init__.py +46 -0
- pulumi_oci/bigdataservice/bds_instance.py +7 -7
- pulumi_oci/datascience/__init__.py +9 -0
- pulumi_oci/datascience/_inputs.py +1215 -0
- pulumi_oci/datascience/get_ml_application.py +254 -0
- pulumi_oci/datascience/get_ml_application_implementation.py +389 -0
- pulumi_oci/datascience/get_ml_application_implementations.py +252 -0
- pulumi_oci/datascience/get_ml_application_instance.py +367 -0
- pulumi_oci/datascience/get_ml_application_instances.py +214 -0
- pulumi_oci/datascience/get_ml_applications.py +230 -0
- pulumi_oci/datascience/ml_application.py +564 -0
- pulumi_oci/datascience/ml_application_implementation.py +969 -0
- pulumi_oci/datascience/ml_application_instance.py +832 -0
- pulumi_oci/datascience/outputs.py +7154 -4464
- pulumi_oci/lustre/__init__.py +13 -0
- pulumi_oci/lustre/_inputs.py +219 -0
- pulumi_oci/lustre/file_storage_lustre_file_system.py +1184 -0
- pulumi_oci/lustre/get_file_storage_lustre_file_system.py +451 -0
- pulumi_oci/lustre/get_file_storage_lustre_file_systems.py +222 -0
- pulumi_oci/lustre/outputs.py +639 -0
- pulumi_oci/oci/__init__.py +13 -0
- pulumi_oci/oci/_inputs.py +219 -0
- pulumi_oci/oci/get_lustre_file_storage_lustre_file_system.py +455 -0
- pulumi_oci/oci/get_lustre_file_storage_lustre_file_systems.py +226 -0
- pulumi_oci/oci/lustre_file_storage_lustre_file_system.py +1188 -0
- pulumi_oci/oci/outputs.py +639 -0
- pulumi_oci/opsi/get_operations_insights_warehouse.py +16 -2
- pulumi_oci/opsi/operations_insights_warehouse.py +56 -7
- pulumi_oci/opsi/outputs.py +13 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +1423 -51
- pulumi_oci/stackmonitoring/get_monitored_resource_task.py +16 -2
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +58 -2
- pulumi_oci/stackmonitoring/get_monitored_resource_types.py +46 -2
- pulumi_oci/stackmonitoring/monitored_resource_task.py +116 -4
- pulumi_oci/stackmonitoring/monitored_resource_type.py +119 -7
- pulumi_oci/stackmonitoring/outputs.py +6195 -3496
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0a1744266639.dist-info}/METADATA +1 -1
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0a1744266639.dist-info}/RECORD +41 -20
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0a1744266639.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0a1744266639.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,226 @@
|
|
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 builtins
|
6
|
+
import copy
|
7
|
+
import warnings
|
8
|
+
import sys
|
9
|
+
import pulumi
|
10
|
+
import pulumi.runtime
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
12
|
+
if sys.version_info >= (3, 11):
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
14
|
+
else:
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
16
|
+
from .. import _utilities
|
17
|
+
from . import outputs
|
18
|
+
from ._inputs import *
|
19
|
+
|
20
|
+
__all__ = [
|
21
|
+
'GetLustreFileStorageLustreFileSystemsResult',
|
22
|
+
'AwaitableGetLustreFileStorageLustreFileSystemsResult',
|
23
|
+
'get_lustre_file_storage_lustre_file_systems',
|
24
|
+
'get_lustre_file_storage_lustre_file_systems_output',
|
25
|
+
]
|
26
|
+
|
27
|
+
warnings.warn("""oci.oci/getlustrefilestoragelustrefilesystems.getLustreFileStorageLustreFileSystems has been deprecated in favor of oci.lustre/getfilestoragelustrefilesystems.getFileStorageLustreFileSystems""", DeprecationWarning)
|
28
|
+
|
29
|
+
@pulumi.output_type
|
30
|
+
class GetLustreFileStorageLustreFileSystemsResult:
|
31
|
+
"""
|
32
|
+
A collection of values returned by getLustreFileStorageLustreFileSystems.
|
33
|
+
"""
|
34
|
+
def __init__(__self__, availability_domain=None, compartment_id=None, display_name=None, filters=None, id=None, lustre_file_system_collections=None, state=None):
|
35
|
+
if availability_domain and not isinstance(availability_domain, str):
|
36
|
+
raise TypeError("Expected argument 'availability_domain' to be a str")
|
37
|
+
pulumi.set(__self__, "availability_domain", availability_domain)
|
38
|
+
if compartment_id and not isinstance(compartment_id, str):
|
39
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
40
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
41
|
+
if display_name and not isinstance(display_name, str):
|
42
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
43
|
+
pulumi.set(__self__, "display_name", display_name)
|
44
|
+
if filters and not isinstance(filters, list):
|
45
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
46
|
+
pulumi.set(__self__, "filters", filters)
|
47
|
+
if id and not isinstance(id, str):
|
48
|
+
raise TypeError("Expected argument 'id' to be a str")
|
49
|
+
pulumi.set(__self__, "id", id)
|
50
|
+
if lustre_file_system_collections and not isinstance(lustre_file_system_collections, list):
|
51
|
+
raise TypeError("Expected argument 'lustre_file_system_collections' to be a list")
|
52
|
+
pulumi.set(__self__, "lustre_file_system_collections", lustre_file_system_collections)
|
53
|
+
if state and not isinstance(state, str):
|
54
|
+
raise TypeError("Expected argument 'state' to be a str")
|
55
|
+
pulumi.set(__self__, "state", state)
|
56
|
+
|
57
|
+
@property
|
58
|
+
@pulumi.getter(name="availabilityDomain")
|
59
|
+
def availability_domain(self) -> Optional[builtins.str]:
|
60
|
+
"""
|
61
|
+
The availability domain the file system is in. May be unset as a blank or NULL value. Example: `Uocm:PHX-AD-1`
|
62
|
+
"""
|
63
|
+
return pulumi.get(self, "availability_domain")
|
64
|
+
|
65
|
+
@property
|
66
|
+
@pulumi.getter(name="compartmentId")
|
67
|
+
def compartment_id(self) -> Optional[builtins.str]:
|
68
|
+
"""
|
69
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the Lustre file system.
|
70
|
+
"""
|
71
|
+
return pulumi.get(self, "compartment_id")
|
72
|
+
|
73
|
+
@property
|
74
|
+
@pulumi.getter(name="displayName")
|
75
|
+
def display_name(self) -> Optional[builtins.str]:
|
76
|
+
"""
|
77
|
+
A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: `My Lustre file system`
|
78
|
+
"""
|
79
|
+
return pulumi.get(self, "display_name")
|
80
|
+
|
81
|
+
@property
|
82
|
+
@pulumi.getter
|
83
|
+
def filters(self) -> Optional[Sequence['outputs.GetLustreFileStorageLustreFileSystemsFilterResult']]:
|
84
|
+
return pulumi.get(self, "filters")
|
85
|
+
|
86
|
+
@property
|
87
|
+
@pulumi.getter
|
88
|
+
def id(self) -> Optional[builtins.str]:
|
89
|
+
"""
|
90
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Lustre file system.
|
91
|
+
"""
|
92
|
+
return pulumi.get(self, "id")
|
93
|
+
|
94
|
+
@property
|
95
|
+
@pulumi.getter(name="lustreFileSystemCollections")
|
96
|
+
def lustre_file_system_collections(self) -> Sequence['outputs.GetLustreFileStorageLustreFileSystemsLustreFileSystemCollectionResult']:
|
97
|
+
"""
|
98
|
+
The list of lustre_file_system_collection.
|
99
|
+
"""
|
100
|
+
return pulumi.get(self, "lustre_file_system_collections")
|
101
|
+
|
102
|
+
@property
|
103
|
+
@pulumi.getter
|
104
|
+
def state(self) -> Optional[builtins.str]:
|
105
|
+
"""
|
106
|
+
The current state of the Lustre file system.
|
107
|
+
"""
|
108
|
+
return pulumi.get(self, "state")
|
109
|
+
|
110
|
+
|
111
|
+
class AwaitableGetLustreFileStorageLustreFileSystemsResult(GetLustreFileStorageLustreFileSystemsResult):
|
112
|
+
# pylint: disable=using-constant-test
|
113
|
+
def __await__(self):
|
114
|
+
if False:
|
115
|
+
yield self
|
116
|
+
return GetLustreFileStorageLustreFileSystemsResult(
|
117
|
+
availability_domain=self.availability_domain,
|
118
|
+
compartment_id=self.compartment_id,
|
119
|
+
display_name=self.display_name,
|
120
|
+
filters=self.filters,
|
121
|
+
id=self.id,
|
122
|
+
lustre_file_system_collections=self.lustre_file_system_collections,
|
123
|
+
state=self.state)
|
124
|
+
|
125
|
+
|
126
|
+
def get_lustre_file_storage_lustre_file_systems(availability_domain: Optional[builtins.str] = None,
|
127
|
+
compartment_id: Optional[builtins.str] = None,
|
128
|
+
display_name: Optional[builtins.str] = None,
|
129
|
+
filters: Optional[Sequence[Union['GetLustreFileStorageLustreFileSystemsFilterArgs', 'GetLustreFileStorageLustreFileSystemsFilterArgsDict']]] = None,
|
130
|
+
id: Optional[builtins.str] = None,
|
131
|
+
state: Optional[builtins.str] = None,
|
132
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLustreFileStorageLustreFileSystemsResult:
|
133
|
+
"""
|
134
|
+
This data source provides the list of Lustre File Systems in Oracle Cloud Infrastructure Lustre File Storage service.
|
135
|
+
|
136
|
+
Gets a list of Lustre file systems.
|
137
|
+
|
138
|
+
## Example Usage
|
139
|
+
|
140
|
+
```python
|
141
|
+
import pulumi
|
142
|
+
import pulumi_oci as oci
|
143
|
+
|
144
|
+
test_lustre_file_systems = oci.Lustre.get_file_storage_lustre_file_systems(availability_domain=lustre_file_system_availability_domain,
|
145
|
+
compartment_id=compartment_id,
|
146
|
+
display_name=lustre_file_system_display_name,
|
147
|
+
id=lustre_file_system_id,
|
148
|
+
state=lustre_file_system_state)
|
149
|
+
```
|
150
|
+
|
151
|
+
|
152
|
+
:param builtins.str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
153
|
+
:param builtins.str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
154
|
+
:param builtins.str display_name: A filter to return only resources that match the given display name exactly.
|
155
|
+
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Lustre file system.
|
156
|
+
:param builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
157
|
+
"""
|
158
|
+
pulumi.log.warn("""get_lustre_file_storage_lustre_file_systems is deprecated: oci.oci/getlustrefilestoragelustrefilesystems.getLustreFileStorageLustreFileSystems has been deprecated in favor of oci.lustre/getfilestoragelustrefilesystems.getFileStorageLustreFileSystems""")
|
159
|
+
__args__ = dict()
|
160
|
+
__args__['availabilityDomain'] = availability_domain
|
161
|
+
__args__['compartmentId'] = compartment_id
|
162
|
+
__args__['displayName'] = display_name
|
163
|
+
__args__['filters'] = filters
|
164
|
+
__args__['id'] = id
|
165
|
+
__args__['state'] = state
|
166
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
167
|
+
__ret__ = pulumi.runtime.invoke('oci:oci/getLustreFileStorageLustreFileSystems:getLustreFileStorageLustreFileSystems', __args__, opts=opts, typ=GetLustreFileStorageLustreFileSystemsResult).value
|
168
|
+
|
169
|
+
return AwaitableGetLustreFileStorageLustreFileSystemsResult(
|
170
|
+
availability_domain=pulumi.get(__ret__, 'availability_domain'),
|
171
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
172
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
173
|
+
filters=pulumi.get(__ret__, 'filters'),
|
174
|
+
id=pulumi.get(__ret__, 'id'),
|
175
|
+
lustre_file_system_collections=pulumi.get(__ret__, 'lustre_file_system_collections'),
|
176
|
+
state=pulumi.get(__ret__, 'state'))
|
177
|
+
def get_lustre_file_storage_lustre_file_systems_output(availability_domain: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
178
|
+
compartment_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
179
|
+
display_name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
180
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetLustreFileStorageLustreFileSystemsFilterArgs', 'GetLustreFileStorageLustreFileSystemsFilterArgsDict']]]]] = None,
|
181
|
+
id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
182
|
+
state: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
183
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetLustreFileStorageLustreFileSystemsResult]:
|
184
|
+
"""
|
185
|
+
This data source provides the list of Lustre File Systems in Oracle Cloud Infrastructure Lustre File Storage service.
|
186
|
+
|
187
|
+
Gets a list of Lustre file systems.
|
188
|
+
|
189
|
+
## Example Usage
|
190
|
+
|
191
|
+
```python
|
192
|
+
import pulumi
|
193
|
+
import pulumi_oci as oci
|
194
|
+
|
195
|
+
test_lustre_file_systems = oci.Lustre.get_file_storage_lustre_file_systems(availability_domain=lustre_file_system_availability_domain,
|
196
|
+
compartment_id=compartment_id,
|
197
|
+
display_name=lustre_file_system_display_name,
|
198
|
+
id=lustre_file_system_id,
|
199
|
+
state=lustre_file_system_state)
|
200
|
+
```
|
201
|
+
|
202
|
+
|
203
|
+
:param builtins.str availability_domain: The name of the availability domain. Example: `Uocm:PHX-AD-1`
|
204
|
+
:param builtins.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 builtins.str display_name: A filter to return only resources that match the given display name exactly.
|
206
|
+
:param builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Lustre file system.
|
207
|
+
:param builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
|
208
|
+
"""
|
209
|
+
pulumi.log.warn("""get_lustre_file_storage_lustre_file_systems is deprecated: oci.oci/getlustrefilestoragelustrefilesystems.getLustreFileStorageLustreFileSystems has been deprecated in favor of oci.lustre/getfilestoragelustrefilesystems.getFileStorageLustreFileSystems""")
|
210
|
+
__args__ = dict()
|
211
|
+
__args__['availabilityDomain'] = availability_domain
|
212
|
+
__args__['compartmentId'] = compartment_id
|
213
|
+
__args__['displayName'] = display_name
|
214
|
+
__args__['filters'] = filters
|
215
|
+
__args__['id'] = id
|
216
|
+
__args__['state'] = state
|
217
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
218
|
+
__ret__ = pulumi.runtime.invoke_output('oci:oci/getLustreFileStorageLustreFileSystems:getLustreFileStorageLustreFileSystems', __args__, opts=opts, typ=GetLustreFileStorageLustreFileSystemsResult)
|
219
|
+
return __ret__.apply(lambda __response__: GetLustreFileStorageLustreFileSystemsResult(
|
220
|
+
availability_domain=pulumi.get(__response__, 'availability_domain'),
|
221
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
222
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
223
|
+
filters=pulumi.get(__response__, 'filters'),
|
224
|
+
id=pulumi.get(__response__, 'id'),
|
225
|
+
lustre_file_system_collections=pulumi.get(__response__, 'lustre_file_system_collections'),
|
226
|
+
state=pulumi.get(__response__, 'state')))
|