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
pulumi_oci/__init__.py
CHANGED
@@ -152,6 +152,8 @@ if typing.TYPE_CHECKING:
|
|
152
152
|
loganalytics = __loganalytics
|
153
153
|
import pulumi_oci.logging as __logging
|
154
154
|
logging = __logging
|
155
|
+
import pulumi_oci.lustre as __lustre
|
156
|
+
lustre = __lustre
|
155
157
|
import pulumi_oci.managementagent as __managementagent
|
156
158
|
managementagent = __managementagent
|
157
159
|
import pulumi_oci.managementdashboard as __managementdashboard
|
@@ -176,6 +178,8 @@ if typing.TYPE_CHECKING:
|
|
176
178
|
objectstorage = __objectstorage
|
177
179
|
import pulumi_oci.oce as __oce
|
178
180
|
oce = __oce
|
181
|
+
import pulumi_oci.oci as __oci
|
182
|
+
oci = __oci
|
179
183
|
import pulumi_oci.ocvp as __ocvp
|
180
184
|
ocvp = __ocvp
|
181
185
|
import pulumi_oci.oda as __oda
|
@@ -330,6 +334,7 @@ else:
|
|
330
334
|
loadbalancer = _utilities.lazy_import('pulumi_oci.loadbalancer')
|
331
335
|
loganalytics = _utilities.lazy_import('pulumi_oci.loganalytics')
|
332
336
|
logging = _utilities.lazy_import('pulumi_oci.logging')
|
337
|
+
lustre = _utilities.lazy_import('pulumi_oci.lustre')
|
333
338
|
managementagent = _utilities.lazy_import('pulumi_oci.managementagent')
|
334
339
|
managementdashboard = _utilities.lazy_import('pulumi_oci.managementdashboard')
|
335
340
|
marketplace = _utilities.lazy_import('pulumi_oci.marketplace')
|
@@ -342,6 +347,7 @@ else:
|
|
342
347
|
nosql = _utilities.lazy_import('pulumi_oci.nosql')
|
343
348
|
objectstorage = _utilities.lazy_import('pulumi_oci.objectstorage')
|
344
349
|
oce = _utilities.lazy_import('pulumi_oci.oce')
|
350
|
+
oci = _utilities.lazy_import('pulumi_oci.oci')
|
345
351
|
ocvp = _utilities.lazy_import('pulumi_oci.ocvp')
|
346
352
|
oda = _utilities.lazy_import('pulumi_oci.oda')
|
347
353
|
onesubsription = _utilities.lazy_import('pulumi_oci.onesubsription')
|
@@ -2459,6 +2465,30 @@ _utilities.register(
|
|
2459
2465
|
"oci:DataScience/jobRun:JobRun": "JobRun"
|
2460
2466
|
}
|
2461
2467
|
},
|
2468
|
+
{
|
2469
|
+
"pkg": "oci",
|
2470
|
+
"mod": "DataScience/mlApplication",
|
2471
|
+
"fqn": "pulumi_oci.datascience",
|
2472
|
+
"classes": {
|
2473
|
+
"oci:DataScience/mlApplication:MlApplication": "MlApplication"
|
2474
|
+
}
|
2475
|
+
},
|
2476
|
+
{
|
2477
|
+
"pkg": "oci",
|
2478
|
+
"mod": "DataScience/mlApplicationImplementation",
|
2479
|
+
"fqn": "pulumi_oci.datascience",
|
2480
|
+
"classes": {
|
2481
|
+
"oci:DataScience/mlApplicationImplementation:MlApplicationImplementation": "MlApplicationImplementation"
|
2482
|
+
}
|
2483
|
+
},
|
2484
|
+
{
|
2485
|
+
"pkg": "oci",
|
2486
|
+
"mod": "DataScience/mlApplicationInstance",
|
2487
|
+
"fqn": "pulumi_oci.datascience",
|
2488
|
+
"classes": {
|
2489
|
+
"oci:DataScience/mlApplicationInstance:MlApplicationInstance": "MlApplicationInstance"
|
2490
|
+
}
|
2491
|
+
},
|
2462
2492
|
{
|
2463
2493
|
"pkg": "oci",
|
2464
2494
|
"mod": "DataScience/model",
|
@@ -5155,6 +5185,14 @@ _utilities.register(
|
|
5155
5185
|
"oci:Logging/unifiedAgentConfiguration:UnifiedAgentConfiguration": "UnifiedAgentConfiguration"
|
5156
5186
|
}
|
5157
5187
|
},
|
5188
|
+
{
|
5189
|
+
"pkg": "oci",
|
5190
|
+
"mod": "Lustre/fileStorageLustreFileSystem",
|
5191
|
+
"fqn": "pulumi_oci.lustre",
|
5192
|
+
"classes": {
|
5193
|
+
"oci:Lustre/fileStorageLustreFileSystem:FileStorageLustreFileSystem": "FileStorageLustreFileSystem"
|
5194
|
+
}
|
5195
|
+
},
|
5158
5196
|
{
|
5159
5197
|
"pkg": "oci",
|
5160
5198
|
"mod": "ManagementAgent/managementAgent",
|
@@ -6834,6 +6872,14 @@ _utilities.register(
|
|
6834
6872
|
"classes": {
|
6835
6873
|
"oci:Zpr/zprPolicy:ZprPolicy": "ZprPolicy"
|
6836
6874
|
}
|
6875
|
+
},
|
6876
|
+
{
|
6877
|
+
"pkg": "oci",
|
6878
|
+
"mod": "oci/lustreFileStorageLustreFileSystem",
|
6879
|
+
"fqn": "pulumi_oci.oci",
|
6880
|
+
"classes": {
|
6881
|
+
"oci:oci/lustreFileStorageLustreFileSystem:LustreFileStorageLustreFileSystem": "LustreFileStorageLustreFileSystem"
|
6882
|
+
}
|
6837
6883
|
}
|
6838
6884
|
]
|
6839
6885
|
""",
|
@@ -79,7 +79,7 @@ class BdsInstanceArgs:
|
|
79
79
|
:param pulumi.Input[builtins.str] kms_key_id: (Updatable) The OCID of the Key Management master encryption key.
|
80
80
|
:param pulumi.Input['BdsInstanceNetworkConfigArgs'] network_config: (Updatable) Additional configuration of the user's network.
|
81
81
|
:param pulumi.Input[builtins.str] os_patch_version: (Updatable) The version of the patch to be upated.
|
82
|
-
:param pulumi.Input[builtins.str] remove_node: (Updatable) An optional property when used triggers Remove Node. Takes the node ocid as input
|
82
|
+
:param pulumi.Input[builtins.str] remove_node: (Updatable) An optional property when used triggers Remove Node from an Active Cluster. Takes the node ocid as input
|
83
83
|
:param pulumi.Input[builtins.str] state: (Updatable) The target state for the Bds Instance. Could be set to `ACTIVE` or `INACTIVE` to start/stop the bds instance.
|
84
84
|
"""
|
85
85
|
pulumi.set(__self__, "cluster_admin_password", cluster_admin_password)
|
@@ -463,7 +463,7 @@ class BdsInstanceArgs:
|
|
463
463
|
@pulumi.getter(name="removeNode")
|
464
464
|
def remove_node(self) -> Optional[pulumi.Input[builtins.str]]:
|
465
465
|
"""
|
466
|
-
(Updatable) An optional property when used triggers Remove Node. Takes the node ocid as input
|
466
|
+
(Updatable) An optional property when used triggers Remove Node from an Active Cluster. Takes the node ocid as input
|
467
467
|
"""
|
468
468
|
return pulumi.get(self, "remove_node")
|
469
469
|
|
@@ -564,7 +564,7 @@ class _BdsInstanceState:
|
|
564
564
|
:param pulumi.Input[builtins.int] number_of_nodes: Number of nodes that forming the cluster
|
565
565
|
:param pulumi.Input[builtins.int] number_of_nodes_requiring_maintenance_reboot: Number of nodes that require a maintenance reboot
|
566
566
|
:param pulumi.Input[builtins.str] os_patch_version: (Updatable) The version of the patch to be upated.
|
567
|
-
:param pulumi.Input[builtins.str] remove_node: (Updatable) An optional property when used triggers Remove Node. Takes the node ocid as input
|
567
|
+
:param pulumi.Input[builtins.str] remove_node: (Updatable) An optional property when used triggers Remove Node from an Active Cluster. Takes the node ocid as input
|
568
568
|
:param pulumi.Input[builtins.str] state: (Updatable) The target state for the Bds Instance. Could be set to `ACTIVE` or `INACTIVE` to start/stop the bds instance.
|
569
569
|
:param pulumi.Input[builtins.str] time_created: The time the BDS instance was created. An RFC3339 formatted datetime string
|
570
570
|
:param pulumi.Input[builtins.str] time_updated: The time the BDS instance was updated. An RFC3339 formatted datetime string
|
@@ -1014,7 +1014,7 @@ class _BdsInstanceState:
|
|
1014
1014
|
@pulumi.getter(name="removeNode")
|
1015
1015
|
def remove_node(self) -> Optional[pulumi.Input[builtins.str]]:
|
1016
1016
|
"""
|
1017
|
-
(Updatable) An optional property when used triggers Remove Node. Takes the node ocid as input
|
1017
|
+
(Updatable) An optional property when used triggers Remove Node from an Active Cluster. Takes the node ocid as input
|
1018
1018
|
"""
|
1019
1019
|
return pulumi.get(self, "remove_node")
|
1020
1020
|
|
@@ -1164,7 +1164,7 @@ class BdsInstance(pulumi.CustomResource):
|
|
1164
1164
|
:param pulumi.Input[Union['BdsInstanceMasterNodeArgs', 'BdsInstanceMasterNodeArgsDict']] master_node: The master node in the BDS instance
|
1165
1165
|
:param pulumi.Input[Union['BdsInstanceNetworkConfigArgs', 'BdsInstanceNetworkConfigArgsDict']] network_config: (Updatable) Additional configuration of the user's network.
|
1166
1166
|
:param pulumi.Input[builtins.str] os_patch_version: (Updatable) The version of the patch to be upated.
|
1167
|
-
:param pulumi.Input[builtins.str] remove_node: (Updatable) An optional property when used triggers Remove Node. Takes the node ocid as input
|
1167
|
+
:param pulumi.Input[builtins.str] remove_node: (Updatable) An optional property when used triggers Remove Node from an Active Cluster. Takes the node ocid as input
|
1168
1168
|
:param pulumi.Input[builtins.str] state: (Updatable) The target state for the Bds Instance. Could be set to `ACTIVE` or `INACTIVE` to start/stop the bds instance.
|
1169
1169
|
:param pulumi.Input[Union['BdsInstanceUtilNodeArgs', 'BdsInstanceUtilNodeArgsDict']] util_node: The utility node in the BDS instance
|
1170
1170
|
"""
|
@@ -1385,7 +1385,7 @@ class BdsInstance(pulumi.CustomResource):
|
|
1385
1385
|
:param pulumi.Input[builtins.int] number_of_nodes: Number of nodes that forming the cluster
|
1386
1386
|
:param pulumi.Input[builtins.int] number_of_nodes_requiring_maintenance_reboot: Number of nodes that require a maintenance reboot
|
1387
1387
|
:param pulumi.Input[builtins.str] os_patch_version: (Updatable) The version of the patch to be upated.
|
1388
|
-
:param pulumi.Input[builtins.str] remove_node: (Updatable) An optional property when used triggers Remove Node. Takes the node ocid as input
|
1388
|
+
:param pulumi.Input[builtins.str] remove_node: (Updatable) An optional property when used triggers Remove Node from an Active Cluster. Takes the node ocid as input
|
1389
1389
|
:param pulumi.Input[builtins.str] state: (Updatable) The target state for the Bds Instance. Could be set to `ACTIVE` or `INACTIVE` to start/stop the bds instance.
|
1390
1390
|
:param pulumi.Input[builtins.str] time_created: The time the BDS instance was created. An RFC3339 formatted datetime string
|
1391
1391
|
:param pulumi.Input[builtins.str] time_updated: The time the BDS instance was updated. An RFC3339 formatted datetime string
|
@@ -1678,7 +1678,7 @@ class BdsInstance(pulumi.CustomResource):
|
|
1678
1678
|
@pulumi.getter(name="removeNode")
|
1679
1679
|
def remove_node(self) -> pulumi.Output[Optional[builtins.str]]:
|
1680
1680
|
"""
|
1681
|
-
(Updatable) An optional property when used triggers Remove Node. Takes the node ocid as input
|
1681
|
+
(Updatable) An optional property when used triggers Remove Node from an Active Cluster. Takes the node ocid as input
|
1682
1682
|
"""
|
1683
1683
|
return pulumi.get(self, "remove_node")
|
1684
1684
|
|
@@ -13,6 +13,12 @@ from .get_job_run import *
|
|
13
13
|
from .get_job_runs import *
|
14
14
|
from .get_job_shapes import *
|
15
15
|
from .get_jobs import *
|
16
|
+
from .get_ml_application import *
|
17
|
+
from .get_ml_application_implementation import *
|
18
|
+
from .get_ml_application_implementations import *
|
19
|
+
from .get_ml_application_instance import *
|
20
|
+
from .get_ml_application_instances import *
|
21
|
+
from .get_ml_applications import *
|
16
22
|
from .get_model import *
|
17
23
|
from .get_model_custom_metadata_artifact_content import *
|
18
24
|
from .get_model_defined_metadata_artifact_content import *
|
@@ -38,6 +44,9 @@ from .get_schedule import *
|
|
38
44
|
from .get_schedules import *
|
39
45
|
from .job import *
|
40
46
|
from .job_run import *
|
47
|
+
from .ml_application import *
|
48
|
+
from .ml_application_implementation import *
|
49
|
+
from .ml_application_instance import *
|
41
50
|
from .model import *
|
42
51
|
from .model_artifact_export import *
|
43
52
|
from .model_artifact_import import *
|