pulumi-oci 2.10.0a1726208124__py3-none-any.whl → 2.11.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.
- pulumi_oci/__init__.py +62 -0
- pulumi_oci/bigdataservice/__init__.py +3 -0
- pulumi_oci/bigdataservice/_inputs.py +66 -0
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +136 -2
- pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +524 -0
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py +236 -0
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +176 -0
- pulumi_oci/bigdataservice/outputs.py +175 -0
- pulumi_oci/capacitymanagement/__init__.py +8 -0
- pulumi_oci/capacitymanagement/_inputs.py +465 -3
- pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +221 -0
- pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +7 -7
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +150 -0
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +247 -0
- pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +204 -0
- pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_capacity_request.py +15 -2
- pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +25 -5
- pulumi_oci/capacitymanagement/get_occ_customer_group.py +1 -1
- pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +150 -0
- pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +227 -0
- pulumi_oci/capacitymanagement/occ_availability_catalog.py +4 -4
- pulumi_oci/capacitymanagement/occ_capacity_request.py +78 -32
- pulumi_oci/capacitymanagement/occ_customer_group.py +690 -0
- pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +412 -0
- pulumi_oci/capacitymanagement/outputs.py +1668 -166
- pulumi_oci/containerengine/__init__.py +1 -0
- pulumi_oci/containerengine/get_cluster.py +327 -0
- pulumi_oci/containerengine/outputs.py +492 -0
- pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
- pulumi_oci/fleetsoftwareupdate/_inputs.py +717 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +804 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +1231 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +301 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +196 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +431 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +233 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +2129 -0
- pulumi_oci/generativeai/dedicated_ai_cluster.py +7 -0
- pulumi_oci/generativeai/get_model.py +3 -0
- pulumi_oci/generativeai/outputs.py +4 -0
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +742 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.10.0a1726208124.dist-info → pulumi_oci-2.11.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.10.0a1726208124.dist-info → pulumi_oci-2.11.0.dist-info}/RECORD +55 -25
- {pulumi_oci-2.10.0a1726208124.dist-info → pulumi_oci-2.11.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.10.0a1726208124.dist-info → pulumi_oci-2.11.0.dist-info}/top_level.txt +0 -0
@@ -44,6 +44,7 @@ class DedicatedAiClusterArgs:
|
|
44
44
|
* LLAMA2_70
|
45
45
|
* LARGE_GENERIC
|
46
46
|
* LARGE_COHERE_V2_2
|
47
|
+
* LARGE_GENERIC_4
|
47
48
|
|
48
49
|
|
49
50
|
** IMPORTANT **
|
@@ -121,6 +122,7 @@ class DedicatedAiClusterArgs:
|
|
121
122
|
* LLAMA2_70
|
122
123
|
* LARGE_GENERIC
|
123
124
|
* LARGE_COHERE_V2_2
|
125
|
+
* LARGE_GENERIC_4
|
124
126
|
|
125
127
|
|
126
128
|
** IMPORTANT **
|
@@ -228,6 +230,7 @@ class _DedicatedAiClusterState:
|
|
228
230
|
* LLAMA2_70
|
229
231
|
* LARGE_GENERIC
|
230
232
|
* LARGE_COHERE_V2_2
|
233
|
+
* LARGE_GENERIC_4
|
231
234
|
|
232
235
|
|
233
236
|
** IMPORTANT **
|
@@ -437,6 +440,7 @@ class _DedicatedAiClusterState:
|
|
437
440
|
* LLAMA2_70
|
438
441
|
* LARGE_GENERIC
|
439
442
|
* LARGE_COHERE_V2_2
|
443
|
+
* LARGE_GENERIC_4
|
440
444
|
|
441
445
|
|
442
446
|
** IMPORTANT **
|
@@ -521,6 +525,7 @@ class DedicatedAiCluster(pulumi.CustomResource):
|
|
521
525
|
* LLAMA2_70
|
522
526
|
* LARGE_GENERIC
|
523
527
|
* LARGE_COHERE_V2_2
|
528
|
+
* LARGE_GENERIC_4
|
524
529
|
|
525
530
|
|
526
531
|
** IMPORTANT **
|
@@ -679,6 +684,7 @@ class DedicatedAiCluster(pulumi.CustomResource):
|
|
679
684
|
* LLAMA2_70
|
680
685
|
* LARGE_GENERIC
|
681
686
|
* LARGE_COHERE_V2_2
|
687
|
+
* LARGE_GENERIC_4
|
682
688
|
|
683
689
|
|
684
690
|
** IMPORTANT **
|
@@ -827,6 +833,7 @@ class DedicatedAiCluster(pulumi.CustomResource):
|
|
827
833
|
* LLAMA2_70
|
828
834
|
* LARGE_GENERIC
|
829
835
|
* LARGE_COHERE_V2_2
|
836
|
+
* LARGE_GENERIC_4
|
830
837
|
|
831
838
|
|
832
839
|
** IMPORTANT **
|
@@ -228,6 +228,9 @@ class GetModelResult:
|
|
228
228
|
@property
|
229
229
|
@pulumi.getter
|
230
230
|
def type(self) -> str:
|
231
|
+
"""
|
232
|
+
The model type indicating whether this is a pretrained/base model or a custom/fine-tuned model.
|
233
|
+
"""
|
231
234
|
return pulumi.get(self, "type")
|
232
235
|
|
233
236
|
@property
|
@@ -1269,6 +1269,7 @@ class GetModelsModelCollectionItemResult(dict):
|
|
1269
1269
|
:param str time_created: The date and time that the model was created in the format of an RFC3339 datetime string.
|
1270
1270
|
:param str time_deprecated: Corresponds to the time when the custom model and its associated foundation model will be deprecated.
|
1271
1271
|
:param str time_updated: The date and time that the model was updated in the format of an RFC3339 datetime string.
|
1272
|
+
:param str type: The model type indicating whether this is a pretrained/base model or a custom/fine-tuned model.
|
1272
1273
|
:param str vendor: A filter to return only resources that match the entire vendor given.
|
1273
1274
|
:param str version: The version of the model.
|
1274
1275
|
"""
|
@@ -1429,6 +1430,9 @@ class GetModelsModelCollectionItemResult(dict):
|
|
1429
1430
|
@property
|
1430
1431
|
@pulumi.getter
|
1431
1432
|
def type(self) -> str:
|
1433
|
+
"""
|
1434
|
+
The model type indicating whether this is a pretrained/base model or a custom/fine-tuned model.
|
1435
|
+
"""
|
1432
1436
|
return pulumi.get(self, "type")
|
1433
1437
|
|
1434
1438
|
@property
|
@@ -0,0 +1,15 @@
|
|
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
|
+
from .. import _utilities
|
6
|
+
import typing
|
7
|
+
# Export this package's modules as members:
|
8
|
+
from .get_private_endpoint import *
|
9
|
+
from .get_private_endpoints import *
|
10
|
+
from .get_sharded_database import *
|
11
|
+
from .get_sharded_databases import *
|
12
|
+
from .private_endpoint import *
|
13
|
+
from .sharded_database import *
|
14
|
+
from ._inputs import *
|
15
|
+
from . import outputs
|