pulumi-oci 2.19.0a1733984857__py3-none-any.whl → 2.20.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 +56 -0
- pulumi_oci/bigdataservice/__init__.py +4 -0
- pulumi_oci/bigdataservice/_inputs.py +672 -6
- pulumi_oci/bigdataservice/bds_instance.py +169 -7
- pulumi_oci/bigdataservice/bds_instance_api_key.py +66 -3
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +859 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +4 -0
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +123 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +48 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +17 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +3 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +322 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +207 -0
- pulumi_oci/bigdataservice/outputs.py +1466 -98
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/outputs.py +4 -0
- pulumi_oci/database/autonomous_container_database.py +47 -0
- pulumi_oci/database/autonomous_database.py +94 -0
- pulumi_oci/database/exadb_vm_cluster.py +104 -0
- pulumi_oci/database/get_autonomous_container_database.py +15 -1
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/outputs.py +36 -0
- pulumi_oci/dataflow/application.py +75 -33
- pulumi_oci/dataflow/get_application.py +15 -1
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datascience/_inputs.py +32 -12
- pulumi_oci/datascience/get_job_run.py +3 -3
- pulumi_oci/datascience/get_job_runs.py +2 -2
- pulumi_oci/datascience/job_run.py +7 -7
- pulumi_oci/datascience/model_deployment.py +2 -0
- pulumi_oci/datascience/outputs.py +62 -26
- pulumi_oci/desktops/_inputs.py +9 -9
- pulumi_oci/desktops/desktop_pool.py +84 -35
- pulumi_oci/desktops/get_desktop_pool.py +12 -1
- pulumi_oci/desktops/outputs.py +13 -6
- pulumi_oci/disasterrecovery/_inputs.py +46 -30
- pulumi_oci/disasterrecovery/dr_plan.py +194 -23
- pulumi_oci/disasterrecovery/get_dr_plan.py +54 -4
- pulumi_oci/disasterrecovery/get_dr_plans.py +23 -1
- pulumi_oci/disasterrecovery/outputs.py +113 -21
- pulumi_oci/fleetappsmanagement/__init__.py +19 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +5334 -378
- pulumi_oci/fleetappsmanagement/compliance_policy_rule.py +830 -0
- pulumi_oci/fleetappsmanagement/fleet.py +112 -67
- pulumi_oci/fleetappsmanagement/fleet_credential.py +44 -36
- pulumi_oci/fleetappsmanagement/fleet_property.py +35 -35
- pulumi_oci/fleetappsmanagement/fleet_resource.py +37 -37
- pulumi_oci/fleetappsmanagement/get_announcements.py +4 -4
- pulumi_oci/fleetappsmanagement/get_compliance_policies.py +199 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy.py +253 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rule.py +324 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rules.py +243 -0
- pulumi_oci/fleetappsmanagement/get_compliance_record_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_compliance_records.py +279 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +29 -15
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +7 -7
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +61 -17
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +6 -6
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +10 -10
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleets.py +16 -16
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +12 -12
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +8 -8
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +31 -12
- pulumi_oci/fleetappsmanagement/get_managed_entity_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +2 -2
- pulumi_oci/fleetappsmanagement/get_onboardings.py +2 -2
- pulumi_oci/fleetappsmanagement/get_patch.py +363 -0
- pulumi_oci/fleetappsmanagement/get_patches.py +335 -0
- pulumi_oci/fleetappsmanagement/get_platform_configuration.py +296 -0
- pulumi_oci/fleetappsmanagement/get_platform_configurations.py +221 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +9 -9
- pulumi_oci/fleetappsmanagement/get_property.py +4 -4
- pulumi_oci/fleetappsmanagement/get_runbook.py +8 -8
- pulumi_oci/fleetappsmanagement/get_runbooks.py +16 -16
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +10 -10
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +2 -2
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +33 -11
- pulumi_oci/fleetappsmanagement/get_scheduler_job_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_resources.py +245 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_steps.py +245 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +3 -3
- pulumi_oci/fleetappsmanagement/maintenance_window.py +44 -44
- pulumi_oci/fleetappsmanagement/onboarding.py +108 -20
- pulumi_oci/fleetappsmanagement/outputs.py +11222 -2736
- pulumi_oci/fleetappsmanagement/patch.py +978 -0
- pulumi_oci/fleetappsmanagement/platform_configuration.py +687 -0
- pulumi_oci/fleetappsmanagement/property.py +27 -27
- pulumi_oci/fleetappsmanagement/runbook.py +1173 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +30 -30
- pulumi_oci/fleetappsmanagement/task_record.py +754 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +28 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +56 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +15 -1
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +29 -1
- pulumi_oci/fleetsoftwareupdate/outputs.py +33 -0
- pulumi_oci/generativeai/dedicated_ai_cluster.py +21 -0
- pulumi_oci/goldengate/__init__.py +7 -0
- pulumi_oci/goldengate/_inputs.py +665 -0
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_pipeline.py +408 -0
- pulumi_oci/goldengate/get_pipeline_running_processes.py +144 -0
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +207 -0
- pulumi_oci/goldengate/get_pipeline_schemas.py +163 -0
- pulumi_oci/goldengate/get_pipelines.py +213 -0
- pulumi_oci/goldengate/get_recipes.py +188 -0
- pulumi_oci/goldengate/get_trail_files.py +4 -2
- pulumi_oci/goldengate/get_trail_sequences.py +4 -2
- pulumi_oci/goldengate/outputs.py +1500 -0
- pulumi_oci/goldengate/pipeline.py +928 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +94 -14
- pulumi_oci/stackmonitoring/get_metric_extensions.py +22 -3
- pulumi_oci/stackmonitoring/metric_extension.py +8 -0
- pulumi_oci/stackmonitoring/outputs.py +166 -24
- pulumi_oci/visualbuilder/_inputs.py +57 -202
- pulumi_oci/visualbuilder/get_vb_instance.py +15 -29
- pulumi_oci/visualbuilder/outputs.py +114 -400
- pulumi_oci/visualbuilder/vb_instance.py +62 -59
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/METADATA +3 -3
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/RECORD +128 -98
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/top_level.txt +0 -0
@@ -55,6 +55,8 @@ __all__ = [
|
|
55
55
|
'AutoScalingConfigurationPolicyRuleMetricArgsDict',
|
56
56
|
'AutoScalingConfigurationPolicyRuleMetricThresholdArgs',
|
57
57
|
'AutoScalingConfigurationPolicyRuleMetricThresholdArgsDict',
|
58
|
+
'BdsInstanceBdsClusterVersionSummaryArgs',
|
59
|
+
'BdsInstanceBdsClusterVersionSummaryArgsDict',
|
58
60
|
'BdsInstanceCloudSqlDetailArgs',
|
59
61
|
'BdsInstanceCloudSqlDetailArgsDict',
|
60
62
|
'BdsInstanceCloudSqlDetailKerberosDetailArgs',
|
@@ -69,6 +71,14 @@ __all__ = [
|
|
69
71
|
'BdsInstanceEdgeNodeArgsDict',
|
70
72
|
'BdsInstanceEdgeNodeShapeConfigArgs',
|
71
73
|
'BdsInstanceEdgeNodeShapeConfigArgsDict',
|
74
|
+
'BdsInstanceIdentityConfigurationIamUserSyncConfigurationArgs',
|
75
|
+
'BdsInstanceIdentityConfigurationIamUserSyncConfigurationArgsDict',
|
76
|
+
'BdsInstanceIdentityConfigurationIamUserSyncConfigurationDetailsArgs',
|
77
|
+
'BdsInstanceIdentityConfigurationIamUserSyncConfigurationDetailsArgsDict',
|
78
|
+
'BdsInstanceIdentityConfigurationUpstConfigurationArgs',
|
79
|
+
'BdsInstanceIdentityConfigurationUpstConfigurationArgsDict',
|
80
|
+
'BdsInstanceIdentityConfigurationUpstConfigurationDetailsArgs',
|
81
|
+
'BdsInstanceIdentityConfigurationUpstConfigurationDetailsArgsDict',
|
72
82
|
'BdsInstanceKafkaBrokerNodeArgs',
|
73
83
|
'BdsInstanceKafkaBrokerNodeArgsDict',
|
74
84
|
'BdsInstanceKafkaBrokerNodeShapeConfigArgs',
|
@@ -89,6 +99,10 @@ __all__ = [
|
|
89
99
|
'BdsInstanceOsPatchActionPatchingConfigArgsDict',
|
90
100
|
'BdsInstancePatchActionPatchingConfigArgs',
|
91
101
|
'BdsInstancePatchActionPatchingConfigArgsDict',
|
102
|
+
'BdsInstanceStartClusterShapeConfigArgs',
|
103
|
+
'BdsInstanceStartClusterShapeConfigArgsDict',
|
104
|
+
'BdsInstanceStartClusterShapeConfigNodeTypeShapeConfigArgs',
|
105
|
+
'BdsInstanceStartClusterShapeConfigNodeTypeShapeConfigArgsDict',
|
92
106
|
'BdsInstanceUtilNodeArgs',
|
93
107
|
'BdsInstanceUtilNodeArgsDict',
|
94
108
|
'BdsInstanceUtilNodeShapeConfigArgs',
|
@@ -99,10 +113,14 @@ __all__ = [
|
|
99
113
|
'BdsInstanceWorkerNodeShapeConfigArgsDict',
|
100
114
|
'GetAutoScalingConfigurationsFilterArgs',
|
101
115
|
'GetAutoScalingConfigurationsFilterArgsDict',
|
116
|
+
'GetBdsClusterVersionsFilterArgs',
|
117
|
+
'GetBdsClusterVersionsFilterArgsDict',
|
102
118
|
'GetBdsInstanceApiKeysFilterArgs',
|
103
119
|
'GetBdsInstanceApiKeysFilterArgsDict',
|
104
120
|
'GetBdsInstanceGetOsPatchFilterArgs',
|
105
121
|
'GetBdsInstanceGetOsPatchFilterArgsDict',
|
122
|
+
'GetBdsInstanceIdentityConfigurationsFilterArgs',
|
123
|
+
'GetBdsInstanceIdentityConfigurationsFilterArgsDict',
|
106
124
|
'GetBdsInstanceListOsPatchesFilterArgs',
|
107
125
|
'GetBdsInstanceListOsPatchesFilterArgsDict',
|
108
126
|
'GetBdsInstanceMetastoreConfigsFilterArgs',
|
@@ -1621,6 +1639,57 @@ class AutoScalingConfigurationPolicyRuleMetricThresholdArgs:
|
|
1621
1639
|
pulumi.set(self, "value", value)
|
1622
1640
|
|
1623
1641
|
|
1642
|
+
if not MYPY:
|
1643
|
+
class BdsInstanceBdsClusterVersionSummaryArgsDict(TypedDict):
|
1644
|
+
bds_version: pulumi.Input[str]
|
1645
|
+
"""
|
1646
|
+
BDS version to be used for cluster creation
|
1647
|
+
"""
|
1648
|
+
odh_version: NotRequired[pulumi.Input[str]]
|
1649
|
+
"""
|
1650
|
+
ODH version to be used for cluster creation
|
1651
|
+
"""
|
1652
|
+
elif False:
|
1653
|
+
BdsInstanceBdsClusterVersionSummaryArgsDict: TypeAlias = Mapping[str, Any]
|
1654
|
+
|
1655
|
+
@pulumi.input_type
|
1656
|
+
class BdsInstanceBdsClusterVersionSummaryArgs:
|
1657
|
+
def __init__(__self__, *,
|
1658
|
+
bds_version: pulumi.Input[str],
|
1659
|
+
odh_version: Optional[pulumi.Input[str]] = None):
|
1660
|
+
"""
|
1661
|
+
:param pulumi.Input[str] bds_version: BDS version to be used for cluster creation
|
1662
|
+
:param pulumi.Input[str] odh_version: ODH version to be used for cluster creation
|
1663
|
+
"""
|
1664
|
+
pulumi.set(__self__, "bds_version", bds_version)
|
1665
|
+
if odh_version is not None:
|
1666
|
+
pulumi.set(__self__, "odh_version", odh_version)
|
1667
|
+
|
1668
|
+
@property
|
1669
|
+
@pulumi.getter(name="bdsVersion")
|
1670
|
+
def bds_version(self) -> pulumi.Input[str]:
|
1671
|
+
"""
|
1672
|
+
BDS version to be used for cluster creation
|
1673
|
+
"""
|
1674
|
+
return pulumi.get(self, "bds_version")
|
1675
|
+
|
1676
|
+
@bds_version.setter
|
1677
|
+
def bds_version(self, value: pulumi.Input[str]):
|
1678
|
+
pulumi.set(self, "bds_version", value)
|
1679
|
+
|
1680
|
+
@property
|
1681
|
+
@pulumi.getter(name="odhVersion")
|
1682
|
+
def odh_version(self) -> Optional[pulumi.Input[str]]:
|
1683
|
+
"""
|
1684
|
+
ODH version to be used for cluster creation
|
1685
|
+
"""
|
1686
|
+
return pulumi.get(self, "odh_version")
|
1687
|
+
|
1688
|
+
@odh_version.setter
|
1689
|
+
def odh_version(self, value: Optional[pulumi.Input[str]]):
|
1690
|
+
pulumi.set(self, "odh_version", value)
|
1691
|
+
|
1692
|
+
|
1624
1693
|
if not MYPY:
|
1625
1694
|
class BdsInstanceCloudSqlDetailArgsDict(TypedDict):
|
1626
1695
|
shape: pulumi.Input[str]
|
@@ -2504,6 +2573,374 @@ class BdsInstanceEdgeNodeShapeConfigArgs:
|
|
2504
2573
|
pulumi.set(self, "ocpus", value)
|
2505
2574
|
|
2506
2575
|
|
2576
|
+
if not MYPY:
|
2577
|
+
class BdsInstanceIdentityConfigurationIamUserSyncConfigurationArgsDict(TypedDict):
|
2578
|
+
is_posix_attributes_addition_required: NotRequired[pulumi.Input[bool]]
|
2579
|
+
"""
|
2580
|
+
whether to append POSIX attributes to IAM users
|
2581
|
+
"""
|
2582
|
+
state: NotRequired[pulumi.Input[str]]
|
2583
|
+
"""
|
2584
|
+
Lifecycle state of the UPST config
|
2585
|
+
"""
|
2586
|
+
time_created: NotRequired[pulumi.Input[str]]
|
2587
|
+
"""
|
2588
|
+
Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
2589
|
+
"""
|
2590
|
+
time_updated: NotRequired[pulumi.Input[str]]
|
2591
|
+
"""
|
2592
|
+
Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
2593
|
+
"""
|
2594
|
+
elif False:
|
2595
|
+
BdsInstanceIdentityConfigurationIamUserSyncConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
2596
|
+
|
2597
|
+
@pulumi.input_type
|
2598
|
+
class BdsInstanceIdentityConfigurationIamUserSyncConfigurationArgs:
|
2599
|
+
def __init__(__self__, *,
|
2600
|
+
is_posix_attributes_addition_required: Optional[pulumi.Input[bool]] = None,
|
2601
|
+
state: Optional[pulumi.Input[str]] = None,
|
2602
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
2603
|
+
time_updated: Optional[pulumi.Input[str]] = None):
|
2604
|
+
"""
|
2605
|
+
:param pulumi.Input[bool] is_posix_attributes_addition_required: whether to append POSIX attributes to IAM users
|
2606
|
+
:param pulumi.Input[str] state: Lifecycle state of the UPST config
|
2607
|
+
:param pulumi.Input[str] time_created: Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
2608
|
+
:param pulumi.Input[str] time_updated: Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
2609
|
+
"""
|
2610
|
+
if is_posix_attributes_addition_required is not None:
|
2611
|
+
pulumi.set(__self__, "is_posix_attributes_addition_required", is_posix_attributes_addition_required)
|
2612
|
+
if state is not None:
|
2613
|
+
pulumi.set(__self__, "state", state)
|
2614
|
+
if time_created is not None:
|
2615
|
+
pulumi.set(__self__, "time_created", time_created)
|
2616
|
+
if time_updated is not None:
|
2617
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
2618
|
+
|
2619
|
+
@property
|
2620
|
+
@pulumi.getter(name="isPosixAttributesAdditionRequired")
|
2621
|
+
def is_posix_attributes_addition_required(self) -> Optional[pulumi.Input[bool]]:
|
2622
|
+
"""
|
2623
|
+
whether to append POSIX attributes to IAM users
|
2624
|
+
"""
|
2625
|
+
return pulumi.get(self, "is_posix_attributes_addition_required")
|
2626
|
+
|
2627
|
+
@is_posix_attributes_addition_required.setter
|
2628
|
+
def is_posix_attributes_addition_required(self, value: Optional[pulumi.Input[bool]]):
|
2629
|
+
pulumi.set(self, "is_posix_attributes_addition_required", value)
|
2630
|
+
|
2631
|
+
@property
|
2632
|
+
@pulumi.getter
|
2633
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
2634
|
+
"""
|
2635
|
+
Lifecycle state of the UPST config
|
2636
|
+
"""
|
2637
|
+
return pulumi.get(self, "state")
|
2638
|
+
|
2639
|
+
@state.setter
|
2640
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
2641
|
+
pulumi.set(self, "state", value)
|
2642
|
+
|
2643
|
+
@property
|
2644
|
+
@pulumi.getter(name="timeCreated")
|
2645
|
+
def time_created(self) -> Optional[pulumi.Input[str]]:
|
2646
|
+
"""
|
2647
|
+
Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
2648
|
+
"""
|
2649
|
+
return pulumi.get(self, "time_created")
|
2650
|
+
|
2651
|
+
@time_created.setter
|
2652
|
+
def time_created(self, value: Optional[pulumi.Input[str]]):
|
2653
|
+
pulumi.set(self, "time_created", value)
|
2654
|
+
|
2655
|
+
@property
|
2656
|
+
@pulumi.getter(name="timeUpdated")
|
2657
|
+
def time_updated(self) -> Optional[pulumi.Input[str]]:
|
2658
|
+
"""
|
2659
|
+
Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
2660
|
+
"""
|
2661
|
+
return pulumi.get(self, "time_updated")
|
2662
|
+
|
2663
|
+
@time_updated.setter
|
2664
|
+
def time_updated(self, value: Optional[pulumi.Input[str]]):
|
2665
|
+
pulumi.set(self, "time_updated", value)
|
2666
|
+
|
2667
|
+
|
2668
|
+
if not MYPY:
|
2669
|
+
class BdsInstanceIdentityConfigurationIamUserSyncConfigurationDetailsArgsDict(TypedDict):
|
2670
|
+
is_posix_attributes_addition_required: NotRequired[pulumi.Input[bool]]
|
2671
|
+
"""
|
2672
|
+
(Updatable) whether posix attribute needs to be appended to users, required for updating IAM user sync configuration
|
2673
|
+
"""
|
2674
|
+
elif False:
|
2675
|
+
BdsInstanceIdentityConfigurationIamUserSyncConfigurationDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
2676
|
+
|
2677
|
+
@pulumi.input_type
|
2678
|
+
class BdsInstanceIdentityConfigurationIamUserSyncConfigurationDetailsArgs:
|
2679
|
+
def __init__(__self__, *,
|
2680
|
+
is_posix_attributes_addition_required: Optional[pulumi.Input[bool]] = None):
|
2681
|
+
"""
|
2682
|
+
:param pulumi.Input[bool] is_posix_attributes_addition_required: (Updatable) whether posix attribute needs to be appended to users, required for updating IAM user sync configuration
|
2683
|
+
"""
|
2684
|
+
if is_posix_attributes_addition_required is not None:
|
2685
|
+
pulumi.set(__self__, "is_posix_attributes_addition_required", is_posix_attributes_addition_required)
|
2686
|
+
|
2687
|
+
@property
|
2688
|
+
@pulumi.getter(name="isPosixAttributesAdditionRequired")
|
2689
|
+
def is_posix_attributes_addition_required(self) -> Optional[pulumi.Input[bool]]:
|
2690
|
+
"""
|
2691
|
+
(Updatable) whether posix attribute needs to be appended to users, required for updating IAM user sync configuration
|
2692
|
+
"""
|
2693
|
+
return pulumi.get(self, "is_posix_attributes_addition_required")
|
2694
|
+
|
2695
|
+
@is_posix_attributes_addition_required.setter
|
2696
|
+
def is_posix_attributes_addition_required(self, value: Optional[pulumi.Input[bool]]):
|
2697
|
+
pulumi.set(self, "is_posix_attributes_addition_required", value)
|
2698
|
+
|
2699
|
+
|
2700
|
+
if not MYPY:
|
2701
|
+
class BdsInstanceIdentityConfigurationUpstConfigurationArgsDict(TypedDict):
|
2702
|
+
keytab_content: NotRequired[pulumi.Input[str]]
|
2703
|
+
"""
|
2704
|
+
The kerberos keytab content used for creating identity propagation trust config, in base64 format
|
2705
|
+
"""
|
2706
|
+
master_encryption_key_id: NotRequired[pulumi.Input[str]]
|
2707
|
+
"""
|
2708
|
+
Master Encryption key used for encrypting token exchange keytab.
|
2709
|
+
"""
|
2710
|
+
secret_id: NotRequired[pulumi.Input[str]]
|
2711
|
+
"""
|
2712
|
+
Secret ID for token exchange keytab
|
2713
|
+
"""
|
2714
|
+
state: NotRequired[pulumi.Input[str]]
|
2715
|
+
"""
|
2716
|
+
Lifecycle state of the UPST config
|
2717
|
+
"""
|
2718
|
+
time_created: NotRequired[pulumi.Input[str]]
|
2719
|
+
"""
|
2720
|
+
Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
2721
|
+
"""
|
2722
|
+
time_token_exchange_keytab_last_refreshed: NotRequired[pulumi.Input[str]]
|
2723
|
+
"""
|
2724
|
+
Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
|
2725
|
+
"""
|
2726
|
+
time_updated: NotRequired[pulumi.Input[str]]
|
2727
|
+
"""
|
2728
|
+
Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
2729
|
+
"""
|
2730
|
+
token_exchange_principal_name: NotRequired[pulumi.Input[str]]
|
2731
|
+
"""
|
2732
|
+
Token exchange kerberos Principal name in cluster
|
2733
|
+
"""
|
2734
|
+
vault_id: NotRequired[pulumi.Input[str]]
|
2735
|
+
"""
|
2736
|
+
The instance OCID of the node, which is the resource from which the node backup was acquired.
|
2737
|
+
"""
|
2738
|
+
elif False:
|
2739
|
+
BdsInstanceIdentityConfigurationUpstConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
2740
|
+
|
2741
|
+
@pulumi.input_type
|
2742
|
+
class BdsInstanceIdentityConfigurationUpstConfigurationArgs:
|
2743
|
+
def __init__(__self__, *,
|
2744
|
+
keytab_content: Optional[pulumi.Input[str]] = None,
|
2745
|
+
master_encryption_key_id: Optional[pulumi.Input[str]] = None,
|
2746
|
+
secret_id: Optional[pulumi.Input[str]] = None,
|
2747
|
+
state: Optional[pulumi.Input[str]] = None,
|
2748
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
2749
|
+
time_token_exchange_keytab_last_refreshed: Optional[pulumi.Input[str]] = None,
|
2750
|
+
time_updated: Optional[pulumi.Input[str]] = None,
|
2751
|
+
token_exchange_principal_name: Optional[pulumi.Input[str]] = None,
|
2752
|
+
vault_id: Optional[pulumi.Input[str]] = None):
|
2753
|
+
"""
|
2754
|
+
:param pulumi.Input[str] keytab_content: The kerberos keytab content used for creating identity propagation trust config, in base64 format
|
2755
|
+
:param pulumi.Input[str] master_encryption_key_id: Master Encryption key used for encrypting token exchange keytab.
|
2756
|
+
:param pulumi.Input[str] secret_id: Secret ID for token exchange keytab
|
2757
|
+
:param pulumi.Input[str] state: Lifecycle state of the UPST config
|
2758
|
+
:param pulumi.Input[str] time_created: Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
2759
|
+
:param pulumi.Input[str] time_token_exchange_keytab_last_refreshed: Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
|
2760
|
+
:param pulumi.Input[str] time_updated: Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
2761
|
+
:param pulumi.Input[str] token_exchange_principal_name: Token exchange kerberos Principal name in cluster
|
2762
|
+
:param pulumi.Input[str] vault_id: The instance OCID of the node, which is the resource from which the node backup was acquired.
|
2763
|
+
"""
|
2764
|
+
if keytab_content is not None:
|
2765
|
+
pulumi.set(__self__, "keytab_content", keytab_content)
|
2766
|
+
if master_encryption_key_id is not None:
|
2767
|
+
pulumi.set(__self__, "master_encryption_key_id", master_encryption_key_id)
|
2768
|
+
if secret_id is not None:
|
2769
|
+
pulumi.set(__self__, "secret_id", secret_id)
|
2770
|
+
if state is not None:
|
2771
|
+
pulumi.set(__self__, "state", state)
|
2772
|
+
if time_created is not None:
|
2773
|
+
pulumi.set(__self__, "time_created", time_created)
|
2774
|
+
if time_token_exchange_keytab_last_refreshed is not None:
|
2775
|
+
pulumi.set(__self__, "time_token_exchange_keytab_last_refreshed", time_token_exchange_keytab_last_refreshed)
|
2776
|
+
if time_updated is not None:
|
2777
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
2778
|
+
if token_exchange_principal_name is not None:
|
2779
|
+
pulumi.set(__self__, "token_exchange_principal_name", token_exchange_principal_name)
|
2780
|
+
if vault_id is not None:
|
2781
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
2782
|
+
|
2783
|
+
@property
|
2784
|
+
@pulumi.getter(name="keytabContent")
|
2785
|
+
def keytab_content(self) -> Optional[pulumi.Input[str]]:
|
2786
|
+
"""
|
2787
|
+
The kerberos keytab content used for creating identity propagation trust config, in base64 format
|
2788
|
+
"""
|
2789
|
+
return pulumi.get(self, "keytab_content")
|
2790
|
+
|
2791
|
+
@keytab_content.setter
|
2792
|
+
def keytab_content(self, value: Optional[pulumi.Input[str]]):
|
2793
|
+
pulumi.set(self, "keytab_content", value)
|
2794
|
+
|
2795
|
+
@property
|
2796
|
+
@pulumi.getter(name="masterEncryptionKeyId")
|
2797
|
+
def master_encryption_key_id(self) -> Optional[pulumi.Input[str]]:
|
2798
|
+
"""
|
2799
|
+
Master Encryption key used for encrypting token exchange keytab.
|
2800
|
+
"""
|
2801
|
+
return pulumi.get(self, "master_encryption_key_id")
|
2802
|
+
|
2803
|
+
@master_encryption_key_id.setter
|
2804
|
+
def master_encryption_key_id(self, value: Optional[pulumi.Input[str]]):
|
2805
|
+
pulumi.set(self, "master_encryption_key_id", value)
|
2806
|
+
|
2807
|
+
@property
|
2808
|
+
@pulumi.getter(name="secretId")
|
2809
|
+
def secret_id(self) -> Optional[pulumi.Input[str]]:
|
2810
|
+
"""
|
2811
|
+
Secret ID for token exchange keytab
|
2812
|
+
"""
|
2813
|
+
return pulumi.get(self, "secret_id")
|
2814
|
+
|
2815
|
+
@secret_id.setter
|
2816
|
+
def secret_id(self, value: Optional[pulumi.Input[str]]):
|
2817
|
+
pulumi.set(self, "secret_id", value)
|
2818
|
+
|
2819
|
+
@property
|
2820
|
+
@pulumi.getter
|
2821
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
2822
|
+
"""
|
2823
|
+
Lifecycle state of the UPST config
|
2824
|
+
"""
|
2825
|
+
return pulumi.get(self, "state")
|
2826
|
+
|
2827
|
+
@state.setter
|
2828
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
2829
|
+
pulumi.set(self, "state", value)
|
2830
|
+
|
2831
|
+
@property
|
2832
|
+
@pulumi.getter(name="timeCreated")
|
2833
|
+
def time_created(self) -> Optional[pulumi.Input[str]]:
|
2834
|
+
"""
|
2835
|
+
Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
|
2836
|
+
"""
|
2837
|
+
return pulumi.get(self, "time_created")
|
2838
|
+
|
2839
|
+
@time_created.setter
|
2840
|
+
def time_created(self, value: Optional[pulumi.Input[str]]):
|
2841
|
+
pulumi.set(self, "time_created", value)
|
2842
|
+
|
2843
|
+
@property
|
2844
|
+
@pulumi.getter(name="timeTokenExchangeKeytabLastRefreshed")
|
2845
|
+
def time_token_exchange_keytab_last_refreshed(self) -> Optional[pulumi.Input[str]]:
|
2846
|
+
"""
|
2847
|
+
Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
|
2848
|
+
"""
|
2849
|
+
return pulumi.get(self, "time_token_exchange_keytab_last_refreshed")
|
2850
|
+
|
2851
|
+
@time_token_exchange_keytab_last_refreshed.setter
|
2852
|
+
def time_token_exchange_keytab_last_refreshed(self, value: Optional[pulumi.Input[str]]):
|
2853
|
+
pulumi.set(self, "time_token_exchange_keytab_last_refreshed", value)
|
2854
|
+
|
2855
|
+
@property
|
2856
|
+
@pulumi.getter(name="timeUpdated")
|
2857
|
+
def time_updated(self) -> Optional[pulumi.Input[str]]:
|
2858
|
+
"""
|
2859
|
+
Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
|
2860
|
+
"""
|
2861
|
+
return pulumi.get(self, "time_updated")
|
2862
|
+
|
2863
|
+
@time_updated.setter
|
2864
|
+
def time_updated(self, value: Optional[pulumi.Input[str]]):
|
2865
|
+
pulumi.set(self, "time_updated", value)
|
2866
|
+
|
2867
|
+
@property
|
2868
|
+
@pulumi.getter(name="tokenExchangePrincipalName")
|
2869
|
+
def token_exchange_principal_name(self) -> Optional[pulumi.Input[str]]:
|
2870
|
+
"""
|
2871
|
+
Token exchange kerberos Principal name in cluster
|
2872
|
+
"""
|
2873
|
+
return pulumi.get(self, "token_exchange_principal_name")
|
2874
|
+
|
2875
|
+
@token_exchange_principal_name.setter
|
2876
|
+
def token_exchange_principal_name(self, value: Optional[pulumi.Input[str]]):
|
2877
|
+
pulumi.set(self, "token_exchange_principal_name", value)
|
2878
|
+
|
2879
|
+
@property
|
2880
|
+
@pulumi.getter(name="vaultId")
|
2881
|
+
def vault_id(self) -> Optional[pulumi.Input[str]]:
|
2882
|
+
"""
|
2883
|
+
The instance OCID of the node, which is the resource from which the node backup was acquired.
|
2884
|
+
"""
|
2885
|
+
return pulumi.get(self, "vault_id")
|
2886
|
+
|
2887
|
+
@vault_id.setter
|
2888
|
+
def vault_id(self, value: Optional[pulumi.Input[str]]):
|
2889
|
+
pulumi.set(self, "vault_id", value)
|
2890
|
+
|
2891
|
+
|
2892
|
+
if not MYPY:
|
2893
|
+
class BdsInstanceIdentityConfigurationUpstConfigurationDetailsArgsDict(TypedDict):
|
2894
|
+
master_encryption_key_id: NotRequired[pulumi.Input[str]]
|
2895
|
+
"""
|
2896
|
+
(Updatable) OCID of the master encryption key in vault for encrypting token exchange service principal keytab, required for activating UPST config
|
2897
|
+
"""
|
2898
|
+
vault_id: NotRequired[pulumi.Input[str]]
|
2899
|
+
"""
|
2900
|
+
(Updatable) OCID of the vault to store token exchange service principal keyta, required for activating UPST config
|
2901
|
+
"""
|
2902
|
+
elif False:
|
2903
|
+
BdsInstanceIdentityConfigurationUpstConfigurationDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
2904
|
+
|
2905
|
+
@pulumi.input_type
|
2906
|
+
class BdsInstanceIdentityConfigurationUpstConfigurationDetailsArgs:
|
2907
|
+
def __init__(__self__, *,
|
2908
|
+
master_encryption_key_id: Optional[pulumi.Input[str]] = None,
|
2909
|
+
vault_id: Optional[pulumi.Input[str]] = None):
|
2910
|
+
"""
|
2911
|
+
:param pulumi.Input[str] master_encryption_key_id: (Updatable) OCID of the master encryption key in vault for encrypting token exchange service principal keytab, required for activating UPST config
|
2912
|
+
:param pulumi.Input[str] vault_id: (Updatable) OCID of the vault to store token exchange service principal keyta, required for activating UPST config
|
2913
|
+
"""
|
2914
|
+
if master_encryption_key_id is not None:
|
2915
|
+
pulumi.set(__self__, "master_encryption_key_id", master_encryption_key_id)
|
2916
|
+
if vault_id is not None:
|
2917
|
+
pulumi.set(__self__, "vault_id", vault_id)
|
2918
|
+
|
2919
|
+
@property
|
2920
|
+
@pulumi.getter(name="masterEncryptionKeyId")
|
2921
|
+
def master_encryption_key_id(self) -> Optional[pulumi.Input[str]]:
|
2922
|
+
"""
|
2923
|
+
(Updatable) OCID of the master encryption key in vault for encrypting token exchange service principal keytab, required for activating UPST config
|
2924
|
+
"""
|
2925
|
+
return pulumi.get(self, "master_encryption_key_id")
|
2926
|
+
|
2927
|
+
@master_encryption_key_id.setter
|
2928
|
+
def master_encryption_key_id(self, value: Optional[pulumi.Input[str]]):
|
2929
|
+
pulumi.set(self, "master_encryption_key_id", value)
|
2930
|
+
|
2931
|
+
@property
|
2932
|
+
@pulumi.getter(name="vaultId")
|
2933
|
+
def vault_id(self) -> Optional[pulumi.Input[str]]:
|
2934
|
+
"""
|
2935
|
+
(Updatable) OCID of the vault to store token exchange service principal keyta, required for activating UPST config
|
2936
|
+
"""
|
2937
|
+
return pulumi.get(self, "vault_id")
|
2938
|
+
|
2939
|
+
@vault_id.setter
|
2940
|
+
def vault_id(self, value: Optional[pulumi.Input[str]]):
|
2941
|
+
pulumi.set(self, "vault_id", value)
|
2942
|
+
|
2943
|
+
|
2507
2944
|
if not MYPY:
|
2508
2945
|
class BdsInstanceKafkaBrokerNodeArgsDict(TypedDict):
|
2509
2946
|
number_of_kafka_nodes: pulumi.Input[int]
|
@@ -2863,11 +3300,11 @@ if not MYPY:
|
|
2863
3300
|
class BdsInstanceNetworkConfigArgsDict(TypedDict):
|
2864
3301
|
cidr_block: NotRequired[pulumi.Input[str]]
|
2865
3302
|
"""
|
2866
|
-
The CIDR IP address block of the VCN.
|
3303
|
+
(Updatable) The CIDR IP address block of the VCN.
|
2867
3304
|
"""
|
2868
3305
|
is_nat_gateway_required: NotRequired[pulumi.Input[bool]]
|
2869
3306
|
"""
|
2870
|
-
A boolean flag whether to configure a NAT gateway.
|
3307
|
+
(Updatable) A boolean flag whether to configure a NAT gateway.
|
2871
3308
|
"""
|
2872
3309
|
elif False:
|
2873
3310
|
BdsInstanceNetworkConfigArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -2878,8 +3315,8 @@ class BdsInstanceNetworkConfigArgs:
|
|
2878
3315
|
cidr_block: Optional[pulumi.Input[str]] = None,
|
2879
3316
|
is_nat_gateway_required: Optional[pulumi.Input[bool]] = None):
|
2880
3317
|
"""
|
2881
|
-
:param pulumi.Input[str] cidr_block: The CIDR IP address block of the VCN.
|
2882
|
-
:param pulumi.Input[bool] is_nat_gateway_required: A boolean flag whether to configure a NAT gateway.
|
3318
|
+
:param pulumi.Input[str] cidr_block: (Updatable) The CIDR IP address block of the VCN.
|
3319
|
+
:param pulumi.Input[bool] is_nat_gateway_required: (Updatable) A boolean flag whether to configure a NAT gateway.
|
2883
3320
|
"""
|
2884
3321
|
if cidr_block is not None:
|
2885
3322
|
pulumi.set(__self__, "cidr_block", cidr_block)
|
@@ -2890,7 +3327,7 @@ class BdsInstanceNetworkConfigArgs:
|
|
2890
3327
|
@pulumi.getter(name="cidrBlock")
|
2891
3328
|
def cidr_block(self) -> Optional[pulumi.Input[str]]:
|
2892
3329
|
"""
|
2893
|
-
The CIDR IP address block of the VCN.
|
3330
|
+
(Updatable) The CIDR IP address block of the VCN.
|
2894
3331
|
"""
|
2895
3332
|
return pulumi.get(self, "cidr_block")
|
2896
3333
|
|
@@ -2902,7 +3339,7 @@ class BdsInstanceNetworkConfigArgs:
|
|
2902
3339
|
@pulumi.getter(name="isNatGatewayRequired")
|
2903
3340
|
def is_nat_gateway_required(self) -> Optional[pulumi.Input[bool]]:
|
2904
3341
|
"""
|
2905
|
-
A boolean flag whether to configure a NAT gateway.
|
3342
|
+
(Updatable) A boolean flag whether to configure a NAT gateway.
|
2906
3343
|
"""
|
2907
3344
|
return pulumi.get(self, "is_nat_gateway_required")
|
2908
3345
|
|
@@ -2969,6 +3406,10 @@ if not MYPY:
|
|
2969
3406
|
"""
|
2970
3407
|
The total number of OCPUs available to the node.
|
2971
3408
|
"""
|
3409
|
+
odh_version: NotRequired[pulumi.Input[str]]
|
3410
|
+
"""
|
3411
|
+
Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
3412
|
+
"""
|
2972
3413
|
os_version: NotRequired[pulumi.Input[str]]
|
2973
3414
|
"""
|
2974
3415
|
BDS-assigned Operating System version for the node.
|
@@ -3017,6 +3458,7 @@ class BdsInstanceNodeArgs:
|
|
3017
3458
|
node_type: Optional[pulumi.Input[str]] = None,
|
3018
3459
|
nvmes: Optional[pulumi.Input[int]] = None,
|
3019
3460
|
ocpus: Optional[pulumi.Input[int]] = None,
|
3461
|
+
odh_version: Optional[pulumi.Input[str]] = None,
|
3020
3462
|
os_version: Optional[pulumi.Input[str]] = None,
|
3021
3463
|
shape: Optional[pulumi.Input[str]] = None,
|
3022
3464
|
ssh_fingerprint: Optional[pulumi.Input[str]] = None,
|
@@ -3039,6 +3481,7 @@ class BdsInstanceNodeArgs:
|
|
3039
3481
|
:param pulumi.Input[str] node_type: The Big Data Service cluster node type.
|
3040
3482
|
:param pulumi.Input[int] nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
3041
3483
|
:param pulumi.Input[int] ocpus: The total number of OCPUs available to the node.
|
3484
|
+
:param pulumi.Input[str] odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
3042
3485
|
:param pulumi.Input[str] os_version: BDS-assigned Operating System version for the node.
|
3043
3486
|
:param pulumi.Input[str] shape: (Updatable) Shape of the node.
|
3044
3487
|
:param pulumi.Input[str] ssh_fingerprint: The fingerprint of the SSH key used for node access
|
@@ -3075,6 +3518,8 @@ class BdsInstanceNodeArgs:
|
|
3075
3518
|
pulumi.set(__self__, "nvmes", nvmes)
|
3076
3519
|
if ocpus is not None:
|
3077
3520
|
pulumi.set(__self__, "ocpus", ocpus)
|
3521
|
+
if odh_version is not None:
|
3522
|
+
pulumi.set(__self__, "odh_version", odh_version)
|
3078
3523
|
if os_version is not None:
|
3079
3524
|
pulumi.set(__self__, "os_version", os_version)
|
3080
3525
|
if shape is not None:
|
@@ -3258,6 +3703,18 @@ class BdsInstanceNodeArgs:
|
|
3258
3703
|
def ocpus(self, value: Optional[pulumi.Input[int]]):
|
3259
3704
|
pulumi.set(self, "ocpus", value)
|
3260
3705
|
|
3706
|
+
@property
|
3707
|
+
@pulumi.getter(name="odhVersion")
|
3708
|
+
def odh_version(self) -> Optional[pulumi.Input[str]]:
|
3709
|
+
"""
|
3710
|
+
Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
3711
|
+
"""
|
3712
|
+
return pulumi.get(self, "odh_version")
|
3713
|
+
|
3714
|
+
@odh_version.setter
|
3715
|
+
def odh_version(self, value: Optional[pulumi.Input[str]]):
|
3716
|
+
pulumi.set(self, "odh_version", value)
|
3717
|
+
|
3261
3718
|
@property
|
3262
3719
|
@pulumi.getter(name="osVersion")
|
3263
3720
|
def os_version(self) -> Optional[pulumi.Input[str]]:
|
@@ -3608,6 +4065,14 @@ if not MYPY:
|
|
3608
4065
|
"""
|
3609
4066
|
How many nodes to be patched in each iteration.
|
3610
4067
|
"""
|
4068
|
+
tolerance_threshold_per_batch: NotRequired[pulumi.Input[int]]
|
4069
|
+
"""
|
4070
|
+
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 non-utility and non-master nodes.
|
4071
|
+
"""
|
4072
|
+
tolerance_threshold_per_domain: NotRequired[pulumi.Input[int]]
|
4073
|
+
"""
|
4074
|
+
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 non-utility and non-master nodes.
|
4075
|
+
"""
|
3611
4076
|
wait_time_between_batch_in_seconds: NotRequired[pulumi.Input[int]]
|
3612
4077
|
"""
|
3613
4078
|
The wait time between batches in seconds.
|
@@ -3624,17 +4089,25 @@ class BdsInstancePatchActionPatchingConfigArgs:
|
|
3624
4089
|
def __init__(__self__, *,
|
3625
4090
|
patching_config_strategy: pulumi.Input[str],
|
3626
4091
|
batch_size: Optional[pulumi.Input[int]] = None,
|
4092
|
+
tolerance_threshold_per_batch: Optional[pulumi.Input[int]] = None,
|
4093
|
+
tolerance_threshold_per_domain: Optional[pulumi.Input[int]] = None,
|
3627
4094
|
wait_time_between_batch_in_seconds: Optional[pulumi.Input[int]] = None,
|
3628
4095
|
wait_time_between_domain_in_seconds: Optional[pulumi.Input[int]] = None):
|
3629
4096
|
"""
|
3630
4097
|
:param pulumi.Input[str] patching_config_strategy: Type of strategy used for detailed patching configuration
|
3631
4098
|
:param pulumi.Input[int] batch_size: How many nodes to be patched in each iteration.
|
4099
|
+
: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 non-utility and non-master nodes.
|
4100
|
+
: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 non-utility and non-master nodes.
|
3632
4101
|
:param pulumi.Input[int] wait_time_between_batch_in_seconds: The wait time between batches in seconds.
|
3633
4102
|
:param pulumi.Input[int] wait_time_between_domain_in_seconds: The wait time between AD/FD in seconds.
|
3634
4103
|
"""
|
3635
4104
|
pulumi.set(__self__, "patching_config_strategy", patching_config_strategy)
|
3636
4105
|
if batch_size is not None:
|
3637
4106
|
pulumi.set(__self__, "batch_size", batch_size)
|
4107
|
+
if tolerance_threshold_per_batch is not None:
|
4108
|
+
pulumi.set(__self__, "tolerance_threshold_per_batch", tolerance_threshold_per_batch)
|
4109
|
+
if tolerance_threshold_per_domain is not None:
|
4110
|
+
pulumi.set(__self__, "tolerance_threshold_per_domain", tolerance_threshold_per_domain)
|
3638
4111
|
if wait_time_between_batch_in_seconds is not None:
|
3639
4112
|
pulumi.set(__self__, "wait_time_between_batch_in_seconds", wait_time_between_batch_in_seconds)
|
3640
4113
|
if wait_time_between_domain_in_seconds is not None:
|
@@ -3664,6 +4137,30 @@ class BdsInstancePatchActionPatchingConfigArgs:
|
|
3664
4137
|
def batch_size(self, value: Optional[pulumi.Input[int]]):
|
3665
4138
|
pulumi.set(self, "batch_size", value)
|
3666
4139
|
|
4140
|
+
@property
|
4141
|
+
@pulumi.getter(name="toleranceThresholdPerBatch")
|
4142
|
+
def tolerance_threshold_per_batch(self) -> Optional[pulumi.Input[int]]:
|
4143
|
+
"""
|
4144
|
+
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 non-utility and non-master nodes.
|
4145
|
+
"""
|
4146
|
+
return pulumi.get(self, "tolerance_threshold_per_batch")
|
4147
|
+
|
4148
|
+
@tolerance_threshold_per_batch.setter
|
4149
|
+
def tolerance_threshold_per_batch(self, value: Optional[pulumi.Input[int]]):
|
4150
|
+
pulumi.set(self, "tolerance_threshold_per_batch", value)
|
4151
|
+
|
4152
|
+
@property
|
4153
|
+
@pulumi.getter(name="toleranceThresholdPerDomain")
|
4154
|
+
def tolerance_threshold_per_domain(self) -> Optional[pulumi.Input[int]]:
|
4155
|
+
"""
|
4156
|
+
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 non-utility and non-master nodes.
|
4157
|
+
"""
|
4158
|
+
return pulumi.get(self, "tolerance_threshold_per_domain")
|
4159
|
+
|
4160
|
+
@tolerance_threshold_per_domain.setter
|
4161
|
+
def tolerance_threshold_per_domain(self, value: Optional[pulumi.Input[int]]):
|
4162
|
+
pulumi.set(self, "tolerance_threshold_per_domain", value)
|
4163
|
+
|
3667
4164
|
@property
|
3668
4165
|
@pulumi.getter(name="waitTimeBetweenBatchInSeconds")
|
3669
4166
|
def wait_time_between_batch_in_seconds(self) -> Optional[pulumi.Input[int]]:
|
@@ -3689,6 +4186,81 @@ class BdsInstancePatchActionPatchingConfigArgs:
|
|
3689
4186
|
pulumi.set(self, "wait_time_between_domain_in_seconds", value)
|
3690
4187
|
|
3691
4188
|
|
4189
|
+
if not MYPY:
|
4190
|
+
class BdsInstanceStartClusterShapeConfigArgsDict(TypedDict):
|
4191
|
+
node_type_shape_configs: NotRequired[pulumi.Input[Sequence[pulumi.Input['BdsInstanceStartClusterShapeConfigNodeTypeShapeConfigArgsDict']]]]
|
4192
|
+
elif False:
|
4193
|
+
BdsInstanceStartClusterShapeConfigArgsDict: TypeAlias = Mapping[str, Any]
|
4194
|
+
|
4195
|
+
@pulumi.input_type
|
4196
|
+
class BdsInstanceStartClusterShapeConfigArgs:
|
4197
|
+
def __init__(__self__, *,
|
4198
|
+
node_type_shape_configs: Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceStartClusterShapeConfigNodeTypeShapeConfigArgs']]]] = None):
|
4199
|
+
if node_type_shape_configs is not None:
|
4200
|
+
pulumi.set(__self__, "node_type_shape_configs", node_type_shape_configs)
|
4201
|
+
|
4202
|
+
@property
|
4203
|
+
@pulumi.getter(name="nodeTypeShapeConfigs")
|
4204
|
+
def node_type_shape_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceStartClusterShapeConfigNodeTypeShapeConfigArgs']]]]:
|
4205
|
+
return pulumi.get(self, "node_type_shape_configs")
|
4206
|
+
|
4207
|
+
@node_type_shape_configs.setter
|
4208
|
+
def node_type_shape_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceStartClusterShapeConfigNodeTypeShapeConfigArgs']]]]):
|
4209
|
+
pulumi.set(self, "node_type_shape_configs", value)
|
4210
|
+
|
4211
|
+
|
4212
|
+
if not MYPY:
|
4213
|
+
class BdsInstanceStartClusterShapeConfigNodeTypeShapeConfigArgsDict(TypedDict):
|
4214
|
+
node_type: NotRequired[pulumi.Input[str]]
|
4215
|
+
"""
|
4216
|
+
BDS instance node type
|
4217
|
+
"""
|
4218
|
+
shape: NotRequired[pulumi.Input[str]]
|
4219
|
+
"""
|
4220
|
+
Shape of the node
|
4221
|
+
"""
|
4222
|
+
elif False:
|
4223
|
+
BdsInstanceStartClusterShapeConfigNodeTypeShapeConfigArgsDict: TypeAlias = Mapping[str, Any]
|
4224
|
+
|
4225
|
+
@pulumi.input_type
|
4226
|
+
class BdsInstanceStartClusterShapeConfigNodeTypeShapeConfigArgs:
|
4227
|
+
def __init__(__self__, *,
|
4228
|
+
node_type: Optional[pulumi.Input[str]] = None,
|
4229
|
+
shape: Optional[pulumi.Input[str]] = None):
|
4230
|
+
"""
|
4231
|
+
:param pulumi.Input[str] node_type: BDS instance node type
|
4232
|
+
:param pulumi.Input[str] shape: Shape of the node
|
4233
|
+
"""
|
4234
|
+
if node_type is not None:
|
4235
|
+
pulumi.set(__self__, "node_type", node_type)
|
4236
|
+
if shape is not None:
|
4237
|
+
pulumi.set(__self__, "shape", shape)
|
4238
|
+
|
4239
|
+
@property
|
4240
|
+
@pulumi.getter(name="nodeType")
|
4241
|
+
def node_type(self) -> Optional[pulumi.Input[str]]:
|
4242
|
+
"""
|
4243
|
+
BDS instance node type
|
4244
|
+
"""
|
4245
|
+
return pulumi.get(self, "node_type")
|
4246
|
+
|
4247
|
+
@node_type.setter
|
4248
|
+
def node_type(self, value: Optional[pulumi.Input[str]]):
|
4249
|
+
pulumi.set(self, "node_type", value)
|
4250
|
+
|
4251
|
+
@property
|
4252
|
+
@pulumi.getter
|
4253
|
+
def shape(self) -> Optional[pulumi.Input[str]]:
|
4254
|
+
"""
|
4255
|
+
Shape of the node
|
4256
|
+
"""
|
4257
|
+
return pulumi.get(self, "shape")
|
4258
|
+
|
4259
|
+
@shape.setter
|
4260
|
+
def shape(self, value: Optional[pulumi.Input[str]]):
|
4261
|
+
pulumi.set(self, "shape", value)
|
4262
|
+
|
4263
|
+
|
3692
4264
|
if not MYPY:
|
3693
4265
|
class BdsInstanceUtilNodeArgsDict(TypedDict):
|
3694
4266
|
number_of_nodes: pulumi.Input[int]
|
@@ -4091,6 +4663,53 @@ class GetAutoScalingConfigurationsFilterArgs:
|
|
4091
4663
|
pulumi.set(self, "regex", value)
|
4092
4664
|
|
4093
4665
|
|
4666
|
+
if not MYPY:
|
4667
|
+
class GetBdsClusterVersionsFilterArgsDict(TypedDict):
|
4668
|
+
name: str
|
4669
|
+
values: Sequence[str]
|
4670
|
+
regex: NotRequired[bool]
|
4671
|
+
elif False:
|
4672
|
+
GetBdsClusterVersionsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
4673
|
+
|
4674
|
+
@pulumi.input_type
|
4675
|
+
class GetBdsClusterVersionsFilterArgs:
|
4676
|
+
def __init__(__self__, *,
|
4677
|
+
name: str,
|
4678
|
+
values: Sequence[str],
|
4679
|
+
regex: Optional[bool] = None):
|
4680
|
+
pulumi.set(__self__, "name", name)
|
4681
|
+
pulumi.set(__self__, "values", values)
|
4682
|
+
if regex is not None:
|
4683
|
+
pulumi.set(__self__, "regex", regex)
|
4684
|
+
|
4685
|
+
@property
|
4686
|
+
@pulumi.getter
|
4687
|
+
def name(self) -> str:
|
4688
|
+
return pulumi.get(self, "name")
|
4689
|
+
|
4690
|
+
@name.setter
|
4691
|
+
def name(self, value: str):
|
4692
|
+
pulumi.set(self, "name", value)
|
4693
|
+
|
4694
|
+
@property
|
4695
|
+
@pulumi.getter
|
4696
|
+
def values(self) -> Sequence[str]:
|
4697
|
+
return pulumi.get(self, "values")
|
4698
|
+
|
4699
|
+
@values.setter
|
4700
|
+
def values(self, value: Sequence[str]):
|
4701
|
+
pulumi.set(self, "values", value)
|
4702
|
+
|
4703
|
+
@property
|
4704
|
+
@pulumi.getter
|
4705
|
+
def regex(self) -> Optional[bool]:
|
4706
|
+
return pulumi.get(self, "regex")
|
4707
|
+
|
4708
|
+
@regex.setter
|
4709
|
+
def regex(self, value: Optional[bool]):
|
4710
|
+
pulumi.set(self, "regex", value)
|
4711
|
+
|
4712
|
+
|
4094
4713
|
if not MYPY:
|
4095
4714
|
class GetBdsInstanceApiKeysFilterArgsDict(TypedDict):
|
4096
4715
|
name: str
|
@@ -4185,6 +4804,53 @@ class GetBdsInstanceGetOsPatchFilterArgs:
|
|
4185
4804
|
pulumi.set(self, "regex", value)
|
4186
4805
|
|
4187
4806
|
|
4807
|
+
if not MYPY:
|
4808
|
+
class GetBdsInstanceIdentityConfigurationsFilterArgsDict(TypedDict):
|
4809
|
+
name: str
|
4810
|
+
values: Sequence[str]
|
4811
|
+
regex: NotRequired[bool]
|
4812
|
+
elif False:
|
4813
|
+
GetBdsInstanceIdentityConfigurationsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
4814
|
+
|
4815
|
+
@pulumi.input_type
|
4816
|
+
class GetBdsInstanceIdentityConfigurationsFilterArgs:
|
4817
|
+
def __init__(__self__, *,
|
4818
|
+
name: str,
|
4819
|
+
values: Sequence[str],
|
4820
|
+
regex: Optional[bool] = None):
|
4821
|
+
pulumi.set(__self__, "name", name)
|
4822
|
+
pulumi.set(__self__, "values", values)
|
4823
|
+
if regex is not None:
|
4824
|
+
pulumi.set(__self__, "regex", regex)
|
4825
|
+
|
4826
|
+
@property
|
4827
|
+
@pulumi.getter
|
4828
|
+
def name(self) -> str:
|
4829
|
+
return pulumi.get(self, "name")
|
4830
|
+
|
4831
|
+
@name.setter
|
4832
|
+
def name(self, value: str):
|
4833
|
+
pulumi.set(self, "name", value)
|
4834
|
+
|
4835
|
+
@property
|
4836
|
+
@pulumi.getter
|
4837
|
+
def values(self) -> Sequence[str]:
|
4838
|
+
return pulumi.get(self, "values")
|
4839
|
+
|
4840
|
+
@values.setter
|
4841
|
+
def values(self, value: Sequence[str]):
|
4842
|
+
pulumi.set(self, "values", value)
|
4843
|
+
|
4844
|
+
@property
|
4845
|
+
@pulumi.getter
|
4846
|
+
def regex(self) -> Optional[bool]:
|
4847
|
+
return pulumi.get(self, "regex")
|
4848
|
+
|
4849
|
+
@regex.setter
|
4850
|
+
def regex(self, value: Optional[bool]):
|
4851
|
+
pulumi.set(self, "regex", value)
|
4852
|
+
|
4853
|
+
|
4188
4854
|
if not MYPY:
|
4189
4855
|
class GetBdsInstanceListOsPatchesFilterArgsDict(TypedDict):
|
4190
4856
|
name: str
|