pulumi-oci 2.11.0a1726726622__py3-none-any.whl → 2.11.0a1726768847__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.11.0a1726726622.dist-info → pulumi_oci-2.11.0a1726768847.dist-info}/METADATA +1 -1
- {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.11.0a1726768847.dist-info}/RECORD +55 -25
- {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.11.0a1726768847.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.11.0a1726768847.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -111,6 +111,8 @@ if typing.TYPE_CHECKING:
|
|
111
111
|
events = __events
|
112
112
|
import pulumi_oci.filestorage as __filestorage
|
113
113
|
filestorage = __filestorage
|
114
|
+
import pulumi_oci.fleetsoftwareupdate as __fleetsoftwareupdate
|
115
|
+
fleetsoftwareupdate = __fleetsoftwareupdate
|
114
116
|
import pulumi_oci.functions as __functions
|
115
117
|
functions = __functions
|
116
118
|
import pulumi_oci.fusionapps as __fusionapps
|
@@ -119,6 +121,8 @@ if typing.TYPE_CHECKING:
|
|
119
121
|
generativeai = __generativeai
|
120
122
|
import pulumi_oci.genericartifactscontent as __genericartifactscontent
|
121
123
|
genericartifactscontent = __genericartifactscontent
|
124
|
+
import pulumi_oci.globallydistributeddatabase as __globallydistributeddatabase
|
125
|
+
globallydistributeddatabase = __globallydistributeddatabase
|
122
126
|
import pulumi_oci.goldengate as __goldengate
|
123
127
|
goldengate = __goldengate
|
124
128
|
import pulumi_oci.healthchecks as __healthchecks
|
@@ -295,10 +299,12 @@ else:
|
|
295
299
|
email = _utilities.lazy_import('pulumi_oci.email')
|
296
300
|
events = _utilities.lazy_import('pulumi_oci.events')
|
297
301
|
filestorage = _utilities.lazy_import('pulumi_oci.filestorage')
|
302
|
+
fleetsoftwareupdate = _utilities.lazy_import('pulumi_oci.fleetsoftwareupdate')
|
298
303
|
functions = _utilities.lazy_import('pulumi_oci.functions')
|
299
304
|
fusionapps = _utilities.lazy_import('pulumi_oci.fusionapps')
|
300
305
|
generativeai = _utilities.lazy_import('pulumi_oci.generativeai')
|
301
306
|
genericartifactscontent = _utilities.lazy_import('pulumi_oci.genericartifactscontent')
|
307
|
+
globallydistributeddatabase = _utilities.lazy_import('pulumi_oci.globallydistributeddatabase')
|
302
308
|
goldengate = _utilities.lazy_import('pulumi_oci.goldengate')
|
303
309
|
healthchecks = _utilities.lazy_import('pulumi_oci.healthchecks')
|
304
310
|
identity = _utilities.lazy_import('pulumi_oci.identity')
|
@@ -789,6 +795,14 @@ _utilities.register(
|
|
789
795
|
"oci:BigDataService/bdsInstancePatchAction:BdsInstancePatchAction": "BdsInstancePatchAction"
|
790
796
|
}
|
791
797
|
},
|
798
|
+
{
|
799
|
+
"pkg": "oci",
|
800
|
+
"mod": "BigDataService/bdsInstanceResourcePrincipalConfiguration",
|
801
|
+
"fqn": "pulumi_oci.bigdataservice",
|
802
|
+
"classes": {
|
803
|
+
"oci:BigDataService/bdsInstanceResourcePrincipalConfiguration:BdsInstanceResourcePrincipalConfiguration": "BdsInstanceResourcePrincipalConfiguration"
|
804
|
+
}
|
805
|
+
},
|
792
806
|
{
|
793
807
|
"pkg": "oci",
|
794
808
|
"mod": "Blockchain/blockchainPlatform",
|
@@ -845,6 +859,22 @@ _utilities.register(
|
|
845
859
|
"oci:CapacityManagement/occCapacityRequest:OccCapacityRequest": "OccCapacityRequest"
|
846
860
|
}
|
847
861
|
},
|
862
|
+
{
|
863
|
+
"pkg": "oci",
|
864
|
+
"mod": "CapacityManagement/occCustomerGroup",
|
865
|
+
"fqn": "pulumi_oci.capacitymanagement",
|
866
|
+
"classes": {
|
867
|
+
"oci:CapacityManagement/occCustomerGroup:OccCustomerGroup": "OccCustomerGroup"
|
868
|
+
}
|
869
|
+
},
|
870
|
+
{
|
871
|
+
"pkg": "oci",
|
872
|
+
"mod": "CapacityManagement/occCustomerGroupOccCustomer",
|
873
|
+
"fqn": "pulumi_oci.capacitymanagement",
|
874
|
+
"classes": {
|
875
|
+
"oci:CapacityManagement/occCustomerGroupOccCustomer:OccCustomerGroupOccCustomer": "OccCustomerGroupOccCustomer"
|
876
|
+
}
|
877
|
+
},
|
848
878
|
{
|
849
879
|
"pkg": "oci",
|
850
880
|
"mod": "CertificatesManagement/caBundle",
|
@@ -3589,6 +3619,22 @@ _utilities.register(
|
|
3589
3619
|
"oci:FileStorage/snapshot:Snapshot": "Snapshot"
|
3590
3620
|
}
|
3591
3621
|
},
|
3622
|
+
{
|
3623
|
+
"pkg": "oci",
|
3624
|
+
"mod": "FleetSoftwareUpdate/fsuCollection",
|
3625
|
+
"fqn": "pulumi_oci.fleetsoftwareupdate",
|
3626
|
+
"classes": {
|
3627
|
+
"oci:FleetSoftwareUpdate/fsuCollection:FsuCollection": "FsuCollection"
|
3628
|
+
}
|
3629
|
+
},
|
3630
|
+
{
|
3631
|
+
"pkg": "oci",
|
3632
|
+
"mod": "FleetSoftwareUpdate/fsuCycle",
|
3633
|
+
"fqn": "pulumi_oci.fleetsoftwareupdate",
|
3634
|
+
"classes": {
|
3635
|
+
"oci:FleetSoftwareUpdate/fsuCycle:FsuCycle": "FsuCycle"
|
3636
|
+
}
|
3637
|
+
},
|
3592
3638
|
{
|
3593
3639
|
"pkg": "oci",
|
3594
3640
|
"mod": "Functions/application",
|
@@ -3693,6 +3739,22 @@ _utilities.register(
|
|
3693
3739
|
"oci:GenericArtifactsContent/artifactByPath:ArtifactByPath": "ArtifactByPath"
|
3694
3740
|
}
|
3695
3741
|
},
|
3742
|
+
{
|
3743
|
+
"pkg": "oci",
|
3744
|
+
"mod": "GloballyDistributedDatabase/privateEndpoint",
|
3745
|
+
"fqn": "pulumi_oci.globallydistributeddatabase",
|
3746
|
+
"classes": {
|
3747
|
+
"oci:GloballyDistributedDatabase/privateEndpoint:PrivateEndpoint": "PrivateEndpoint"
|
3748
|
+
}
|
3749
|
+
},
|
3750
|
+
{
|
3751
|
+
"pkg": "oci",
|
3752
|
+
"mod": "GloballyDistributedDatabase/shardedDatabase",
|
3753
|
+
"fqn": "pulumi_oci.globallydistributeddatabase",
|
3754
|
+
"classes": {
|
3755
|
+
"oci:GloballyDistributedDatabase/shardedDatabase:ShardedDatabase": "ShardedDatabase"
|
3756
|
+
}
|
3757
|
+
},
|
3696
3758
|
{
|
3697
3759
|
"pkg": "oci",
|
3698
3760
|
"mod": "GoldenGate/connection",
|
@@ -12,6 +12,7 @@ from .bds_instance_metastore_config import *
|
|
12
12
|
from .bds_instance_operation_certificate_managements_management import *
|
13
13
|
from .bds_instance_os_patch_action import *
|
14
14
|
from .bds_instance_patch_action import *
|
15
|
+
from .bds_instance_resource_principal_configuration import *
|
15
16
|
from .get_auto_scaling_configuration import *
|
16
17
|
from .get_auto_scaling_configurations import *
|
17
18
|
from .get_bds_instance import *
|
@@ -23,6 +24,8 @@ from .get_bds_instance_metastore_config import *
|
|
23
24
|
from .get_bds_instance_metastore_configs import *
|
24
25
|
from .get_bds_instance_patch_histories import *
|
25
26
|
from .get_bds_instance_patches import *
|
27
|
+
from .get_bds_instance_resource_principal_configuration import *
|
28
|
+
from .get_bds_instance_resource_principal_configurations import *
|
26
29
|
from .get_bds_instances import *
|
27
30
|
from ._inputs import *
|
28
31
|
from . import outputs
|
@@ -58,6 +58,7 @@ __all__ = [
|
|
58
58
|
'GetBdsInstanceMetastoreConfigsFilterArgs',
|
59
59
|
'GetBdsInstancePatchHistoriesFilterArgs',
|
60
60
|
'GetBdsInstancePatchesFilterArgs',
|
61
|
+
'GetBdsInstanceResourcePrincipalConfigurationsFilterArgs',
|
61
62
|
'GetBdsInstancesFilterArgs',
|
62
63
|
]
|
63
64
|
|
@@ -2656,6 +2657,14 @@ class BdsInstanceOsPatchActionPatchingConfigArgs:
|
|
2656
2657
|
tolerance_threshold_per_domain: Optional[pulumi.Input[int]] = None,
|
2657
2658
|
wait_time_between_batch_in_seconds: Optional[pulumi.Input[int]] = None,
|
2658
2659
|
wait_time_between_domain_in_seconds: Optional[pulumi.Input[int]] = None):
|
2660
|
+
"""
|
2661
|
+
:param pulumi.Input[str] patching_config_strategy: Type of strategy used for detailed patching configuration
|
2662
|
+
:param pulumi.Input[int] batch_size: How many nodes to be patched in each iteration.
|
2663
|
+
:param pulumi.Input[int] tolerance_threshold_per_batch: Acceptable number of failed-to-be-patched nodes in each batch. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of nodes.
|
2664
|
+
:param pulumi.Input[int] tolerance_threshold_per_domain: Acceptable number of failed-to-be-patched nodes in each domain. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of nodes.
|
2665
|
+
:param pulumi.Input[int] wait_time_between_batch_in_seconds: The wait time between batches in seconds.
|
2666
|
+
:param pulumi.Input[int] wait_time_between_domain_in_seconds: The wait time between AD/FD in seconds.
|
2667
|
+
"""
|
2659
2668
|
pulumi.set(__self__, "patching_config_strategy", patching_config_strategy)
|
2660
2669
|
if batch_size is not None:
|
2661
2670
|
pulumi.set(__self__, "batch_size", batch_size)
|
@@ -2671,6 +2680,9 @@ class BdsInstanceOsPatchActionPatchingConfigArgs:
|
|
2671
2680
|
@property
|
2672
2681
|
@pulumi.getter(name="patchingConfigStrategy")
|
2673
2682
|
def patching_config_strategy(self) -> pulumi.Input[str]:
|
2683
|
+
"""
|
2684
|
+
Type of strategy used for detailed patching configuration
|
2685
|
+
"""
|
2674
2686
|
return pulumi.get(self, "patching_config_strategy")
|
2675
2687
|
|
2676
2688
|
@patching_config_strategy.setter
|
@@ -2680,6 +2692,9 @@ class BdsInstanceOsPatchActionPatchingConfigArgs:
|
|
2680
2692
|
@property
|
2681
2693
|
@pulumi.getter(name="batchSize")
|
2682
2694
|
def batch_size(self) -> Optional[pulumi.Input[int]]:
|
2695
|
+
"""
|
2696
|
+
How many nodes to be patched in each iteration.
|
2697
|
+
"""
|
2683
2698
|
return pulumi.get(self, "batch_size")
|
2684
2699
|
|
2685
2700
|
@batch_size.setter
|
@@ -2689,6 +2704,9 @@ class BdsInstanceOsPatchActionPatchingConfigArgs:
|
|
2689
2704
|
@property
|
2690
2705
|
@pulumi.getter(name="toleranceThresholdPerBatch")
|
2691
2706
|
def tolerance_threshold_per_batch(self) -> Optional[pulumi.Input[int]]:
|
2707
|
+
"""
|
2708
|
+
Acceptable number of failed-to-be-patched nodes in each batch. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of nodes.
|
2709
|
+
"""
|
2692
2710
|
return pulumi.get(self, "tolerance_threshold_per_batch")
|
2693
2711
|
|
2694
2712
|
@tolerance_threshold_per_batch.setter
|
@@ -2698,6 +2716,9 @@ class BdsInstanceOsPatchActionPatchingConfigArgs:
|
|
2698
2716
|
@property
|
2699
2717
|
@pulumi.getter(name="toleranceThresholdPerDomain")
|
2700
2718
|
def tolerance_threshold_per_domain(self) -> Optional[pulumi.Input[int]]:
|
2719
|
+
"""
|
2720
|
+
Acceptable number of failed-to-be-patched nodes in each domain. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of nodes.
|
2721
|
+
"""
|
2701
2722
|
return pulumi.get(self, "tolerance_threshold_per_domain")
|
2702
2723
|
|
2703
2724
|
@tolerance_threshold_per_domain.setter
|
@@ -2707,6 +2728,9 @@ class BdsInstanceOsPatchActionPatchingConfigArgs:
|
|
2707
2728
|
@property
|
2708
2729
|
@pulumi.getter(name="waitTimeBetweenBatchInSeconds")
|
2709
2730
|
def wait_time_between_batch_in_seconds(self) -> Optional[pulumi.Input[int]]:
|
2731
|
+
"""
|
2732
|
+
The wait time between batches in seconds.
|
2733
|
+
"""
|
2710
2734
|
return pulumi.get(self, "wait_time_between_batch_in_seconds")
|
2711
2735
|
|
2712
2736
|
@wait_time_between_batch_in_seconds.setter
|
@@ -2716,6 +2740,9 @@ class BdsInstanceOsPatchActionPatchingConfigArgs:
|
|
2716
2740
|
@property
|
2717
2741
|
@pulumi.getter(name="waitTimeBetweenDomainInSeconds")
|
2718
2742
|
def wait_time_between_domain_in_seconds(self) -> Optional[pulumi.Input[int]]:
|
2743
|
+
"""
|
2744
|
+
The wait time between AD/FD in seconds.
|
2745
|
+
"""
|
2719
2746
|
return pulumi.get(self, "wait_time_between_domain_in_seconds")
|
2720
2747
|
|
2721
2748
|
@wait_time_between_domain_in_seconds.setter
|
@@ -3340,6 +3367,45 @@ class GetBdsInstancePatchesFilterArgs:
|
|
3340
3367
|
pulumi.set(self, "regex", value)
|
3341
3368
|
|
3342
3369
|
|
3370
|
+
@pulumi.input_type
|
3371
|
+
class GetBdsInstanceResourcePrincipalConfigurationsFilterArgs:
|
3372
|
+
def __init__(__self__, *,
|
3373
|
+
name: str,
|
3374
|
+
values: Sequence[str],
|
3375
|
+
regex: Optional[bool] = None):
|
3376
|
+
pulumi.set(__self__, "name", name)
|
3377
|
+
pulumi.set(__self__, "values", values)
|
3378
|
+
if regex is not None:
|
3379
|
+
pulumi.set(__self__, "regex", regex)
|
3380
|
+
|
3381
|
+
@property
|
3382
|
+
@pulumi.getter
|
3383
|
+
def name(self) -> str:
|
3384
|
+
return pulumi.get(self, "name")
|
3385
|
+
|
3386
|
+
@name.setter
|
3387
|
+
def name(self, value: str):
|
3388
|
+
pulumi.set(self, "name", value)
|
3389
|
+
|
3390
|
+
@property
|
3391
|
+
@pulumi.getter
|
3392
|
+
def values(self) -> Sequence[str]:
|
3393
|
+
return pulumi.get(self, "values")
|
3394
|
+
|
3395
|
+
@values.setter
|
3396
|
+
def values(self, value: Sequence[str]):
|
3397
|
+
pulumi.set(self, "values", value)
|
3398
|
+
|
3399
|
+
@property
|
3400
|
+
@pulumi.getter
|
3401
|
+
def regex(self) -> Optional[bool]:
|
3402
|
+
return pulumi.get(self, "regex")
|
3403
|
+
|
3404
|
+
@regex.setter
|
3405
|
+
def regex(self, value: Optional[bool]):
|
3406
|
+
pulumi.set(self, "regex", value)
|
3407
|
+
|
3408
|
+
|
3343
3409
|
@pulumi.input_type
|
3344
3410
|
class GetBdsInstancesFilterArgs:
|
3345
3411
|
def __init__(__self__, *,
|
@@ -22,6 +22,14 @@ class BdsInstanceOsPatchActionArgs:
|
|
22
22
|
patching_configs: Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceOsPatchActionPatchingConfigArgs']]]] = None):
|
23
23
|
"""
|
24
24
|
The set of arguments for constructing a BdsInstanceOsPatchAction resource.
|
25
|
+
:param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
|
26
|
+
:param pulumi.Input[str] cluster_admin_password: Base-64 encoded password for the cluster admin user.
|
27
|
+
:param pulumi.Input[str] os_patch_version: The version of the OS patch to be installed.
|
28
|
+
|
29
|
+
|
30
|
+
** IMPORTANT **
|
31
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
32
|
+
:param pulumi.Input[Sequence[pulumi.Input['BdsInstanceOsPatchActionPatchingConfigArgs']]] patching_configs: Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.
|
25
33
|
"""
|
26
34
|
pulumi.set(__self__, "bds_instance_id", bds_instance_id)
|
27
35
|
pulumi.set(__self__, "cluster_admin_password", cluster_admin_password)
|
@@ -32,6 +40,9 @@ class BdsInstanceOsPatchActionArgs:
|
|
32
40
|
@property
|
33
41
|
@pulumi.getter(name="bdsInstanceId")
|
34
42
|
def bds_instance_id(self) -> pulumi.Input[str]:
|
43
|
+
"""
|
44
|
+
The OCID of the cluster.
|
45
|
+
"""
|
35
46
|
return pulumi.get(self, "bds_instance_id")
|
36
47
|
|
37
48
|
@bds_instance_id.setter
|
@@ -41,6 +52,9 @@ class BdsInstanceOsPatchActionArgs:
|
|
41
52
|
@property
|
42
53
|
@pulumi.getter(name="clusterAdminPassword")
|
43
54
|
def cluster_admin_password(self) -> pulumi.Input[str]:
|
55
|
+
"""
|
56
|
+
Base-64 encoded password for the cluster admin user.
|
57
|
+
"""
|
44
58
|
return pulumi.get(self, "cluster_admin_password")
|
45
59
|
|
46
60
|
@cluster_admin_password.setter
|
@@ -50,6 +64,13 @@ class BdsInstanceOsPatchActionArgs:
|
|
50
64
|
@property
|
51
65
|
@pulumi.getter(name="osPatchVersion")
|
52
66
|
def os_patch_version(self) -> pulumi.Input[str]:
|
67
|
+
"""
|
68
|
+
The version of the OS patch to be installed.
|
69
|
+
|
70
|
+
|
71
|
+
** IMPORTANT **
|
72
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
73
|
+
"""
|
53
74
|
return pulumi.get(self, "os_patch_version")
|
54
75
|
|
55
76
|
@os_patch_version.setter
|
@@ -59,6 +80,9 @@ class BdsInstanceOsPatchActionArgs:
|
|
59
80
|
@property
|
60
81
|
@pulumi.getter(name="patchingConfigs")
|
61
82
|
def patching_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceOsPatchActionPatchingConfigArgs']]]]:
|
83
|
+
"""
|
84
|
+
Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.
|
85
|
+
"""
|
62
86
|
return pulumi.get(self, "patching_configs")
|
63
87
|
|
64
88
|
@patching_configs.setter
|
@@ -75,6 +99,14 @@ class _BdsInstanceOsPatchActionState:
|
|
75
99
|
patching_configs: Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceOsPatchActionPatchingConfigArgs']]]] = None):
|
76
100
|
"""
|
77
101
|
Input properties used for looking up and filtering BdsInstanceOsPatchAction resources.
|
102
|
+
:param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
|
103
|
+
:param pulumi.Input[str] cluster_admin_password: Base-64 encoded password for the cluster admin user.
|
104
|
+
:param pulumi.Input[str] os_patch_version: The version of the OS patch to be installed.
|
105
|
+
|
106
|
+
|
107
|
+
** IMPORTANT **
|
108
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
109
|
+
:param pulumi.Input[Sequence[pulumi.Input['BdsInstanceOsPatchActionPatchingConfigArgs']]] patching_configs: Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.
|
78
110
|
"""
|
79
111
|
if bds_instance_id is not None:
|
80
112
|
pulumi.set(__self__, "bds_instance_id", bds_instance_id)
|
@@ -88,6 +120,9 @@ class _BdsInstanceOsPatchActionState:
|
|
88
120
|
@property
|
89
121
|
@pulumi.getter(name="bdsInstanceId")
|
90
122
|
def bds_instance_id(self) -> Optional[pulumi.Input[str]]:
|
123
|
+
"""
|
124
|
+
The OCID of the cluster.
|
125
|
+
"""
|
91
126
|
return pulumi.get(self, "bds_instance_id")
|
92
127
|
|
93
128
|
@bds_instance_id.setter
|
@@ -97,6 +132,9 @@ class _BdsInstanceOsPatchActionState:
|
|
97
132
|
@property
|
98
133
|
@pulumi.getter(name="clusterAdminPassword")
|
99
134
|
def cluster_admin_password(self) -> Optional[pulumi.Input[str]]:
|
135
|
+
"""
|
136
|
+
Base-64 encoded password for the cluster admin user.
|
137
|
+
"""
|
100
138
|
return pulumi.get(self, "cluster_admin_password")
|
101
139
|
|
102
140
|
@cluster_admin_password.setter
|
@@ -106,6 +144,13 @@ class _BdsInstanceOsPatchActionState:
|
|
106
144
|
@property
|
107
145
|
@pulumi.getter(name="osPatchVersion")
|
108
146
|
def os_patch_version(self) -> Optional[pulumi.Input[str]]:
|
147
|
+
"""
|
148
|
+
The version of the OS patch to be installed.
|
149
|
+
|
150
|
+
|
151
|
+
** IMPORTANT **
|
152
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
153
|
+
"""
|
109
154
|
return pulumi.get(self, "os_patch_version")
|
110
155
|
|
111
156
|
@os_patch_version.setter
|
@@ -115,6 +160,9 @@ class _BdsInstanceOsPatchActionState:
|
|
115
160
|
@property
|
116
161
|
@pulumi.getter(name="patchingConfigs")
|
117
162
|
def patching_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceOsPatchActionPatchingConfigArgs']]]]:
|
163
|
+
"""
|
164
|
+
Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.
|
165
|
+
"""
|
118
166
|
return pulumi.get(self, "patching_configs")
|
119
167
|
|
120
168
|
@patching_configs.setter
|
@@ -133,9 +181,44 @@ class BdsInstanceOsPatchAction(pulumi.CustomResource):
|
|
133
181
|
patching_configs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BdsInstanceOsPatchActionPatchingConfigArgs', 'BdsInstanceOsPatchActionPatchingConfigArgsDict']]]]] = None,
|
134
182
|
__props__=None):
|
135
183
|
"""
|
136
|
-
|
184
|
+
This resource provides the Bds Instance OS Patch Action resource in Oracle Cloud Infrastructure Big Data Service service.
|
185
|
+
|
186
|
+
Install the specified OS patch to this cluster nodes.
|
187
|
+
|
188
|
+
## Example Usage
|
189
|
+
|
190
|
+
```python
|
191
|
+
import pulumi
|
192
|
+
import pulumi_oci as oci
|
193
|
+
|
194
|
+
test_bds_instance_os_patch_action = oci.big_data_service.BdsInstanceOsPatchAction("test_bds_instance_os_patch_action",
|
195
|
+
bds_instance_id=test_bds_instance["id"],
|
196
|
+
cluster_admin_password=bds_instance_os_patch_action_cluster_admin_password,
|
197
|
+
os_patch_version=bds_instance_os_patch_action_os_patch_version,
|
198
|
+
patching_configs=[{
|
199
|
+
"patching_config_strategy": bds_instance_os_patch_action_patching_config_strategy,
|
200
|
+
"batch_size": bds_instance_os_patch_action_batch_size,
|
201
|
+
"wait_time_between_batch_in_seconds": bds_instance_os_patch_action_wait_time_between_batch_in_seconds,
|
202
|
+
"tolerance_threshold_per_batch": bds_instance_os_patch_action_tolerance_threshold_per_batch,
|
203
|
+
"wait_time_between_domain_in_seconds": bds_instance_os_patch_action_wait_time_between_domain_in_seconds,
|
204
|
+
"tolerance_threshold_per_domain": bds_instance_os_patch_action_tolerance_threshold_per_domain,
|
205
|
+
}])
|
206
|
+
```
|
207
|
+
|
208
|
+
## Import
|
209
|
+
|
210
|
+
Import is not supported for this resource.
|
211
|
+
|
137
212
|
:param str resource_name: The name of the resource.
|
138
213
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
214
|
+
:param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
|
215
|
+
:param pulumi.Input[str] cluster_admin_password: Base-64 encoded password for the cluster admin user.
|
216
|
+
:param pulumi.Input[str] os_patch_version: The version of the OS patch to be installed.
|
217
|
+
|
218
|
+
|
219
|
+
** IMPORTANT **
|
220
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
221
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['BdsInstanceOsPatchActionPatchingConfigArgs', 'BdsInstanceOsPatchActionPatchingConfigArgsDict']]]] patching_configs: Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.
|
139
222
|
"""
|
140
223
|
...
|
141
224
|
@overload
|
@@ -144,7 +227,34 @@ class BdsInstanceOsPatchAction(pulumi.CustomResource):
|
|
144
227
|
args: BdsInstanceOsPatchActionArgs,
|
145
228
|
opts: Optional[pulumi.ResourceOptions] = None):
|
146
229
|
"""
|
147
|
-
|
230
|
+
This resource provides the Bds Instance OS Patch Action resource in Oracle Cloud Infrastructure Big Data Service service.
|
231
|
+
|
232
|
+
Install the specified OS patch to this cluster nodes.
|
233
|
+
|
234
|
+
## Example Usage
|
235
|
+
|
236
|
+
```python
|
237
|
+
import pulumi
|
238
|
+
import pulumi_oci as oci
|
239
|
+
|
240
|
+
test_bds_instance_os_patch_action = oci.big_data_service.BdsInstanceOsPatchAction("test_bds_instance_os_patch_action",
|
241
|
+
bds_instance_id=test_bds_instance["id"],
|
242
|
+
cluster_admin_password=bds_instance_os_patch_action_cluster_admin_password,
|
243
|
+
os_patch_version=bds_instance_os_patch_action_os_patch_version,
|
244
|
+
patching_configs=[{
|
245
|
+
"patching_config_strategy": bds_instance_os_patch_action_patching_config_strategy,
|
246
|
+
"batch_size": bds_instance_os_patch_action_batch_size,
|
247
|
+
"wait_time_between_batch_in_seconds": bds_instance_os_patch_action_wait_time_between_batch_in_seconds,
|
248
|
+
"tolerance_threshold_per_batch": bds_instance_os_patch_action_tolerance_threshold_per_batch,
|
249
|
+
"wait_time_between_domain_in_seconds": bds_instance_os_patch_action_wait_time_between_domain_in_seconds,
|
250
|
+
"tolerance_threshold_per_domain": bds_instance_os_patch_action_tolerance_threshold_per_domain,
|
251
|
+
}])
|
252
|
+
```
|
253
|
+
|
254
|
+
## Import
|
255
|
+
|
256
|
+
Import is not supported for this resource.
|
257
|
+
|
148
258
|
:param str resource_name: The name of the resource.
|
149
259
|
:param BdsInstanceOsPatchActionArgs args: The arguments to use to populate this resource's properties.
|
150
260
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -206,6 +316,14 @@ class BdsInstanceOsPatchAction(pulumi.CustomResource):
|
|
206
316
|
:param str resource_name: The unique name of the resulting resource.
|
207
317
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
208
318
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
319
|
+
:param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
|
320
|
+
:param pulumi.Input[str] cluster_admin_password: Base-64 encoded password for the cluster admin user.
|
321
|
+
:param pulumi.Input[str] os_patch_version: The version of the OS patch to be installed.
|
322
|
+
|
323
|
+
|
324
|
+
** IMPORTANT **
|
325
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
326
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['BdsInstanceOsPatchActionPatchingConfigArgs', 'BdsInstanceOsPatchActionPatchingConfigArgsDict']]]] patching_configs: Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.
|
209
327
|
"""
|
210
328
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
211
329
|
|
@@ -220,20 +338,36 @@ class BdsInstanceOsPatchAction(pulumi.CustomResource):
|
|
220
338
|
@property
|
221
339
|
@pulumi.getter(name="bdsInstanceId")
|
222
340
|
def bds_instance_id(self) -> pulumi.Output[str]:
|
341
|
+
"""
|
342
|
+
The OCID of the cluster.
|
343
|
+
"""
|
223
344
|
return pulumi.get(self, "bds_instance_id")
|
224
345
|
|
225
346
|
@property
|
226
347
|
@pulumi.getter(name="clusterAdminPassword")
|
227
348
|
def cluster_admin_password(self) -> pulumi.Output[str]:
|
349
|
+
"""
|
350
|
+
Base-64 encoded password for the cluster admin user.
|
351
|
+
"""
|
228
352
|
return pulumi.get(self, "cluster_admin_password")
|
229
353
|
|
230
354
|
@property
|
231
355
|
@pulumi.getter(name="osPatchVersion")
|
232
356
|
def os_patch_version(self) -> pulumi.Output[str]:
|
357
|
+
"""
|
358
|
+
The version of the OS patch to be installed.
|
359
|
+
|
360
|
+
|
361
|
+
** IMPORTANT **
|
362
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
363
|
+
"""
|
233
364
|
return pulumi.get(self, "os_patch_version")
|
234
365
|
|
235
366
|
@property
|
236
367
|
@pulumi.getter(name="patchingConfigs")
|
237
368
|
def patching_configs(self) -> pulumi.Output[Sequence['outputs.BdsInstanceOsPatchActionPatchingConfig']]:
|
369
|
+
"""
|
370
|
+
Detailed configurations for defining the behavior when installing ODH patches. If not provided, nodes will be patched with down time.
|
371
|
+
"""
|
238
372
|
return pulumi.get(self, "patching_configs")
|
239
373
|
|