pulumi-oci 2.6.0__py3-none-any.whl → 2.6.0a1722924801__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 +0 -32
- pulumi_oci/bigdataservice/_inputs.py +14 -157
- pulumi_oci/bigdataservice/bds_instance.py +0 -128
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +3 -64
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -31
- pulumi_oci/bigdataservice/outputs.py +30 -257
- pulumi_oci/devops/__init__.py +0 -6
- pulumi_oci/devops/_inputs.py +32 -531
- pulumi_oci/devops/get_build_runs.py +5 -0
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +4 -17
- pulumi_oci/devops/get_repository_diffs.py +3 -20
- pulumi_oci/devops/get_repository_ref.py +2 -2
- pulumi_oci/devops/get_triggers.py +5 -0
- pulumi_oci/devops/outputs.py +162 -1198
- pulumi_oci/devops/repository.py +75 -66
- pulumi_oci/devops/repository_ref.py +2 -2
- pulumi_oci/jms/__init__.py +0 -4
- pulumi_oci/jms/_inputs.py +0 -80
- pulumi_oci/jms/get_fleet_blocklists.py +2 -2
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +3 -29
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +3 -97
- pulumi_oci/jms/get_fleet_export_setting.py +3 -3
- pulumi_oci/jms/get_fleet_export_status.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +5 -45
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +5 -25
- pulumi_oci/jms/get_fleets.py +2 -2
- pulumi_oci/jms/get_installation_site.py +4 -4
- pulumi_oci/jms/get_installation_sites.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_download_tokens.py +2 -2
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +2 -2
- pulumi_oci/jms/get_java_family.py +1 -14
- pulumi_oci/jms/outputs.py +32 -488
- pulumi_oci/osmanagementhub/get_software_source.py +1 -19
- pulumi_oci/osmanagementhub/software_source.py +0 -82
- pulumi_oci/psql/_inputs.py +4 -8
- pulumi_oci/psql/backup.py +4 -4
- pulumi_oci/psql/configuration.py +38 -141
- pulumi_oci/psql/db_system.py +55 -53
- pulumi_oci/psql/get_backup.py +1 -1
- pulumi_oci/psql/get_configuration.py +1 -27
- pulumi_oci/psql/get_configurations.py +2 -2
- pulumi_oci/psql/get_default_configuration.py +2 -15
- pulumi_oci/psql/get_default_configurations.py +2 -2
- pulumi_oci/psql/outputs.py +13 -176
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1722924801.dist-info}/METADATA +1 -1
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1722924801.dist-info}/RECORD +52 -62
- pulumi_oci/devops/get_project_repository_setting.py +0 -129
- pulumi_oci/devops/get_repository_protected_branches.py +0 -150
- pulumi_oci/devops/get_repository_setting.py +0 -142
- pulumi_oci/devops/project_repository_setting.py +0 -338
- pulumi_oci/devops/repository_protected_branch_management.py +0 -333
- pulumi_oci/devops/repository_setting.py +0 -391
- pulumi_oci/jms/get_agent_installers.py +0 -190
- pulumi_oci/jms/get_jms_plugin.py +0 -313
- pulumi_oci/jms/get_jms_plugins.py +0 -291
- pulumi_oci/jms/jms_plugin.py +0 -731
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1722924801.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1722924801.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -3221,14 +3221,6 @@ _utilities.register(
|
|
3221
3221
|
"oci:DevOps/project:Project": "Project"
|
3222
3222
|
}
|
3223
3223
|
},
|
3224
|
-
{
|
3225
|
-
"pkg": "oci",
|
3226
|
-
"mod": "DevOps/projectRepositorySetting",
|
3227
|
-
"fqn": "pulumi_oci.devops",
|
3228
|
-
"classes": {
|
3229
|
-
"oci:DevOps/projectRepositorySetting:ProjectRepositorySetting": "ProjectRepositorySetting"
|
3230
|
-
}
|
3231
|
-
},
|
3232
3224
|
{
|
3233
3225
|
"pkg": "oci",
|
3234
3226
|
"mod": "DevOps/repository",
|
@@ -3245,14 +3237,6 @@ _utilities.register(
|
|
3245
3237
|
"oci:DevOps/repositoryMirror:RepositoryMirror": "RepositoryMirror"
|
3246
3238
|
}
|
3247
3239
|
},
|
3248
|
-
{
|
3249
|
-
"pkg": "oci",
|
3250
|
-
"mod": "DevOps/repositoryProtectedBranchManagement",
|
3251
|
-
"fqn": "pulumi_oci.devops",
|
3252
|
-
"classes": {
|
3253
|
-
"oci:DevOps/repositoryProtectedBranchManagement:RepositoryProtectedBranchManagement": "RepositoryProtectedBranchManagement"
|
3254
|
-
}
|
3255
|
-
},
|
3256
3240
|
{
|
3257
3241
|
"pkg": "oci",
|
3258
3242
|
"mod": "DevOps/repositoryRef",
|
@@ -3261,14 +3245,6 @@ _utilities.register(
|
|
3261
3245
|
"oci:DevOps/repositoryRef:RepositoryRef": "RepositoryRef"
|
3262
3246
|
}
|
3263
3247
|
},
|
3264
|
-
{
|
3265
|
-
"pkg": "oci",
|
3266
|
-
"mod": "DevOps/repositorySetting",
|
3267
|
-
"fqn": "pulumi_oci.devops",
|
3268
|
-
"classes": {
|
3269
|
-
"oci:DevOps/repositorySetting:RepositorySetting": "RepositorySetting"
|
3270
|
-
}
|
3271
|
-
},
|
3272
3248
|
{
|
3273
3249
|
"pkg": "oci",
|
3274
3250
|
"mod": "DevOps/trigger",
|
@@ -4317,14 +4293,6 @@ _utilities.register(
|
|
4317
4293
|
"oci:Jms/javaDownloadsJavaLicenseAcceptanceRecord:JavaDownloadsJavaLicenseAcceptanceRecord": "JavaDownloadsJavaLicenseAcceptanceRecord"
|
4318
4294
|
}
|
4319
4295
|
},
|
4320
|
-
{
|
4321
|
-
"pkg": "oci",
|
4322
|
-
"mod": "Jms/jmsPlugin",
|
4323
|
-
"fqn": "pulumi_oci.jms",
|
4324
|
-
"classes": {
|
4325
|
-
"oci:Jms/jmsPlugin:JmsPlugin": "JmsPlugin"
|
4326
|
-
}
|
4327
|
-
},
|
4328
4296
|
{
|
4329
4297
|
"pkg": "oci",
|
4330
4298
|
"mod": "Kms/ekmsPrivateEndpoint",
|
@@ -46,7 +46,6 @@ __all__ = [
|
|
46
46
|
'BdsInstanceNodeAttachedBlockVolumeArgs',
|
47
47
|
'BdsInstanceOperationCertificateManagementsManagementHostCertDetailArgs',
|
48
48
|
'BdsInstanceOsPatchActionPatchingConfigArgs',
|
49
|
-
'BdsInstancePatchActionPatchingConfigArgs',
|
50
49
|
'BdsInstanceUtilNodeArgs',
|
51
50
|
'BdsInstanceUtilNodeShapeConfigArgs',
|
52
51
|
'BdsInstanceWorkerNodeArgs',
|
@@ -349,7 +348,7 @@ class AutoScalingConfigurationPolicyDetailsScaleDownConfigMetricArgs:
|
|
349
348
|
metric_type: Optional[pulumi.Input[str]] = None,
|
350
349
|
threshold: Optional[pulumi.Input['AutoScalingConfigurationPolicyDetailsScaleDownConfigMetricThresholdArgs']] = None):
|
351
350
|
"""
|
352
|
-
:param pulumi.Input[str] metric_type: (Updatable) Allowed
|
351
|
+
:param pulumi.Input[str] metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
|
353
352
|
:param pulumi.Input['AutoScalingConfigurationPolicyDetailsScaleDownConfigMetricThresholdArgs'] threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
|
354
353
|
"""
|
355
354
|
if metric_type is not None:
|
@@ -361,7 +360,7 @@ class AutoScalingConfigurationPolicyDetailsScaleDownConfigMetricArgs:
|
|
361
360
|
@pulumi.getter(name="metricType")
|
362
361
|
def metric_type(self) -> Optional[pulumi.Input[str]]:
|
363
362
|
"""
|
364
|
-
(Updatable) Allowed
|
363
|
+
(Updatable) Allowed value is CPU_UTILIZATION.
|
365
364
|
"""
|
366
365
|
return pulumi.get(self, "metric_type")
|
367
366
|
|
@@ -498,7 +497,7 @@ class AutoScalingConfigurationPolicyDetailsScaleInConfigMetricArgs:
|
|
498
497
|
metric_type: Optional[pulumi.Input[str]] = None,
|
499
498
|
threshold: Optional[pulumi.Input['AutoScalingConfigurationPolicyDetailsScaleInConfigMetricThresholdArgs']] = None):
|
500
499
|
"""
|
501
|
-
:param pulumi.Input[str] metric_type: (Updatable) Allowed
|
500
|
+
:param pulumi.Input[str] metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
|
502
501
|
:param pulumi.Input['AutoScalingConfigurationPolicyDetailsScaleInConfigMetricThresholdArgs'] threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
|
503
502
|
"""
|
504
503
|
if metric_type is not None:
|
@@ -510,7 +509,7 @@ class AutoScalingConfigurationPolicyDetailsScaleInConfigMetricArgs:
|
|
510
509
|
@pulumi.getter(name="metricType")
|
511
510
|
def metric_type(self) -> Optional[pulumi.Input[str]]:
|
512
511
|
"""
|
513
|
-
(Updatable) Allowed
|
512
|
+
(Updatable) Allowed value is CPU_UTILIZATION.
|
514
513
|
"""
|
515
514
|
return pulumi.get(self, "metric_type")
|
516
515
|
|
@@ -647,7 +646,7 @@ class AutoScalingConfigurationPolicyDetailsScaleOutConfigMetricArgs:
|
|
647
646
|
metric_type: Optional[pulumi.Input[str]] = None,
|
648
647
|
threshold: Optional[pulumi.Input['AutoScalingConfigurationPolicyDetailsScaleOutConfigMetricThresholdArgs']] = None):
|
649
648
|
"""
|
650
|
-
:param pulumi.Input[str] metric_type: (Updatable) Allowed
|
649
|
+
:param pulumi.Input[str] metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
|
651
650
|
:param pulumi.Input['AutoScalingConfigurationPolicyDetailsScaleOutConfigMetricThresholdArgs'] threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
|
652
651
|
"""
|
653
652
|
if metric_type is not None:
|
@@ -659,7 +658,7 @@ class AutoScalingConfigurationPolicyDetailsScaleOutConfigMetricArgs:
|
|
659
658
|
@pulumi.getter(name="metricType")
|
660
659
|
def metric_type(self) -> Optional[pulumi.Input[str]]:
|
661
660
|
"""
|
662
|
-
(Updatable) Allowed
|
661
|
+
(Updatable) Allowed value is CPU_UTILIZATION.
|
663
662
|
"""
|
664
663
|
return pulumi.get(self, "metric_type")
|
665
664
|
|
@@ -828,7 +827,7 @@ class AutoScalingConfigurationPolicyDetailsScaleUpConfigMetricArgs:
|
|
828
827
|
metric_type: Optional[pulumi.Input[str]] = None,
|
829
828
|
threshold: Optional[pulumi.Input['AutoScalingConfigurationPolicyDetailsScaleUpConfigMetricThresholdArgs']] = None):
|
830
829
|
"""
|
831
|
-
:param pulumi.Input[str] metric_type: (Updatable) Allowed
|
830
|
+
:param pulumi.Input[str] metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
|
832
831
|
:param pulumi.Input['AutoScalingConfigurationPolicyDetailsScaleUpConfigMetricThresholdArgs'] threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
|
833
832
|
"""
|
834
833
|
if metric_type is not None:
|
@@ -840,7 +839,7 @@ class AutoScalingConfigurationPolicyDetailsScaleUpConfigMetricArgs:
|
|
840
839
|
@pulumi.getter(name="metricType")
|
841
840
|
def metric_type(self) -> Optional[pulumi.Input[str]]:
|
842
841
|
"""
|
843
|
-
(Updatable) Allowed
|
842
|
+
(Updatable) Allowed value is CPU_UTILIZATION.
|
844
843
|
"""
|
845
844
|
return pulumi.get(self, "metric_type")
|
846
845
|
|
@@ -1124,7 +1123,7 @@ class AutoScalingConfigurationPolicyRuleMetricArgs:
|
|
1124
1123
|
metric_type: pulumi.Input[str],
|
1125
1124
|
threshold: pulumi.Input['AutoScalingConfigurationPolicyRuleMetricThresholdArgs']):
|
1126
1125
|
"""
|
1127
|
-
:param pulumi.Input[str] metric_type: (Updatable) Allowed
|
1126
|
+
:param pulumi.Input[str] metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
|
1128
1127
|
:param pulumi.Input['AutoScalingConfigurationPolicyRuleMetricThresholdArgs'] threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
|
1129
1128
|
"""
|
1130
1129
|
pulumi.set(__self__, "metric_type", metric_type)
|
@@ -1134,7 +1133,7 @@ class AutoScalingConfigurationPolicyRuleMetricArgs:
|
|
1134
1133
|
@pulumi.getter(name="metricType")
|
1135
1134
|
def metric_type(self) -> pulumi.Input[str]:
|
1136
1135
|
"""
|
1137
|
-
(Updatable) Allowed
|
1136
|
+
(Updatable) Allowed value is CPU_UTILIZATION.
|
1138
1137
|
"""
|
1139
1138
|
return pulumi.get(self, "metric_type")
|
1140
1139
|
|
@@ -1217,10 +1216,7 @@ class BdsInstanceCloudSqlDetailArgs:
|
|
1217
1216
|
kerberos_details: Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceCloudSqlDetailKerberosDetailArgs']]]] = None,
|
1218
1217
|
memory_in_gbs: Optional[pulumi.Input[int]] = None,
|
1219
1218
|
nvmes: Optional[pulumi.Input[int]] = None,
|
1220
|
-
ocpus: Optional[pulumi.Input[int]] = None
|
1221
|
-
odh_version: Optional[pulumi.Input[str]] = None,
|
1222
|
-
os_version: Optional[pulumi.Input[str]] = None,
|
1223
|
-
ssh_fingerprint: Optional[pulumi.Input[str]] = None):
|
1219
|
+
ocpus: Optional[pulumi.Input[int]] = None):
|
1224
1220
|
"""
|
1225
1221
|
:param pulumi.Input[str] shape: Shape of the node
|
1226
1222
|
:param pulumi.Input[str] block_volume_size_in_gbs: The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
|
@@ -1230,9 +1226,6 @@ class BdsInstanceCloudSqlDetailArgs:
|
|
1230
1226
|
:param pulumi.Input[int] memory_in_gbs: The total amount of memory available to the node, in gigabytes.
|
1231
1227
|
:param pulumi.Input[int] nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
|
1232
1228
|
:param pulumi.Input[int] ocpus: The total number of OCPUs available to the node.
|
1233
|
-
:param pulumi.Input[str] odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
1234
|
-
:param pulumi.Input[str] os_version: BDS-assigned Operating System version for the node.
|
1235
|
-
:param pulumi.Input[str] ssh_fingerprint: The fingerprint of the SSH key used for node access
|
1236
1229
|
"""
|
1237
1230
|
pulumi.set(__self__, "shape", shape)
|
1238
1231
|
if block_volume_size_in_gbs is not None:
|
@@ -1249,12 +1242,6 @@ class BdsInstanceCloudSqlDetailArgs:
|
|
1249
1242
|
pulumi.set(__self__, "nvmes", nvmes)
|
1250
1243
|
if ocpus is not None:
|
1251
1244
|
pulumi.set(__self__, "ocpus", ocpus)
|
1252
|
-
if odh_version is not None:
|
1253
|
-
pulumi.set(__self__, "odh_version", odh_version)
|
1254
|
-
if os_version is not None:
|
1255
|
-
pulumi.set(__self__, "os_version", os_version)
|
1256
|
-
if ssh_fingerprint is not None:
|
1257
|
-
pulumi.set(__self__, "ssh_fingerprint", ssh_fingerprint)
|
1258
1245
|
|
1259
1246
|
@property
|
1260
1247
|
@pulumi.getter
|
@@ -1352,42 +1339,6 @@ class BdsInstanceCloudSqlDetailArgs:
|
|
1352
1339
|
def ocpus(self, value: Optional[pulumi.Input[int]]):
|
1353
1340
|
pulumi.set(self, "ocpus", value)
|
1354
1341
|
|
1355
|
-
@property
|
1356
|
-
@pulumi.getter(name="odhVersion")
|
1357
|
-
def odh_version(self) -> Optional[pulumi.Input[str]]:
|
1358
|
-
"""
|
1359
|
-
Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
1360
|
-
"""
|
1361
|
-
return pulumi.get(self, "odh_version")
|
1362
|
-
|
1363
|
-
@odh_version.setter
|
1364
|
-
def odh_version(self, value: Optional[pulumi.Input[str]]):
|
1365
|
-
pulumi.set(self, "odh_version", value)
|
1366
|
-
|
1367
|
-
@property
|
1368
|
-
@pulumi.getter(name="osVersion")
|
1369
|
-
def os_version(self) -> Optional[pulumi.Input[str]]:
|
1370
|
-
"""
|
1371
|
-
BDS-assigned Operating System version for the node.
|
1372
|
-
"""
|
1373
|
-
return pulumi.get(self, "os_version")
|
1374
|
-
|
1375
|
-
@os_version.setter
|
1376
|
-
def os_version(self, value: Optional[pulumi.Input[str]]):
|
1377
|
-
pulumi.set(self, "os_version", value)
|
1378
|
-
|
1379
|
-
@property
|
1380
|
-
@pulumi.getter(name="sshFingerprint")
|
1381
|
-
def ssh_fingerprint(self) -> Optional[pulumi.Input[str]]:
|
1382
|
-
"""
|
1383
|
-
The fingerprint of the SSH key used for node access
|
1384
|
-
"""
|
1385
|
-
return pulumi.get(self, "ssh_fingerprint")
|
1386
|
-
|
1387
|
-
@ssh_fingerprint.setter
|
1388
|
-
def ssh_fingerprint(self, value: Optional[pulumi.Input[str]]):
|
1389
|
-
pulumi.set(self, "ssh_fingerprint", value)
|
1390
|
-
|
1391
1342
|
|
1392
1343
|
@pulumi.input_type
|
1393
1344
|
class BdsInstanceCloudSqlDetailKerberosDetailArgs:
|
@@ -1458,7 +1409,7 @@ class BdsInstanceClusterDetailArgs:
|
|
1458
1409
|
:param pulumi.Input[str] db_version: Cloud SQL query server database version.
|
1459
1410
|
:param pulumi.Input[str] hue_server_url: The URL of the Hue server.
|
1460
1411
|
:param pulumi.Input[str] jupyter_hub_url: The URL of the Jupyterhub.
|
1461
|
-
:param pulumi.Input[str] odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop)
|
1412
|
+
:param pulumi.Input[str] odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.
|
1462
1413
|
:param pulumi.Input[str] os_version: BDS-assigned Operating System version for the node.
|
1463
1414
|
:param pulumi.Input[str] time_created: The time the BDS instance was created. An RFC3339 formatted datetime string
|
1464
1415
|
:param pulumi.Input[str] time_refreshed: The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
|
@@ -1630,7 +1581,7 @@ class BdsInstanceClusterDetailArgs:
|
|
1630
1581
|
@pulumi.getter(name="odhVersion")
|
1631
1582
|
def odh_version(self) -> Optional[pulumi.Input[str]]:
|
1632
1583
|
"""
|
1633
|
-
Version of the ODH (Oracle Distribution including Apache Hadoop)
|
1584
|
+
Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.
|
1634
1585
|
"""
|
1635
1586
|
return pulumi.get(self, "odh_version")
|
1636
1587
|
|
@@ -2701,20 +2652,14 @@ class BdsInstanceOsPatchActionPatchingConfigArgs:
|
|
2701
2652
|
patching_config_strategy: pulumi.Input[str],
|
2702
2653
|
batch_size: Optional[pulumi.Input[int]] = None,
|
2703
2654
|
tolerance_threshold_per_batch: Optional[pulumi.Input[int]] = None,
|
2704
|
-
|
2705
|
-
wait_time_between_batch_in_seconds: Optional[pulumi.Input[int]] = None,
|
2706
|
-
wait_time_between_domain_in_seconds: Optional[pulumi.Input[int]] = None):
|
2655
|
+
wait_time_between_batch_in_seconds: Optional[pulumi.Input[int]] = None):
|
2707
2656
|
pulumi.set(__self__, "patching_config_strategy", patching_config_strategy)
|
2708
2657
|
if batch_size is not None:
|
2709
2658
|
pulumi.set(__self__, "batch_size", batch_size)
|
2710
2659
|
if tolerance_threshold_per_batch is not None:
|
2711
2660
|
pulumi.set(__self__, "tolerance_threshold_per_batch", tolerance_threshold_per_batch)
|
2712
|
-
if tolerance_threshold_per_domain is not None:
|
2713
|
-
pulumi.set(__self__, "tolerance_threshold_per_domain", tolerance_threshold_per_domain)
|
2714
2661
|
if wait_time_between_batch_in_seconds is not None:
|
2715
2662
|
pulumi.set(__self__, "wait_time_between_batch_in_seconds", wait_time_between_batch_in_seconds)
|
2716
|
-
if wait_time_between_domain_in_seconds is not None:
|
2717
|
-
pulumi.set(__self__, "wait_time_between_domain_in_seconds", wait_time_between_domain_in_seconds)
|
2718
2663
|
|
2719
2664
|
@property
|
2720
2665
|
@pulumi.getter(name="patchingConfigStrategy")
|
@@ -2743,103 +2688,15 @@ class BdsInstanceOsPatchActionPatchingConfigArgs:
|
|
2743
2688
|
def tolerance_threshold_per_batch(self, value: Optional[pulumi.Input[int]]):
|
2744
2689
|
pulumi.set(self, "tolerance_threshold_per_batch", value)
|
2745
2690
|
|
2746
|
-
@property
|
2747
|
-
@pulumi.getter(name="toleranceThresholdPerDomain")
|
2748
|
-
def tolerance_threshold_per_domain(self) -> Optional[pulumi.Input[int]]:
|
2749
|
-
return pulumi.get(self, "tolerance_threshold_per_domain")
|
2750
|
-
|
2751
|
-
@tolerance_threshold_per_domain.setter
|
2752
|
-
def tolerance_threshold_per_domain(self, value: Optional[pulumi.Input[int]]):
|
2753
|
-
pulumi.set(self, "tolerance_threshold_per_domain", value)
|
2754
|
-
|
2755
|
-
@property
|
2756
|
-
@pulumi.getter(name="waitTimeBetweenBatchInSeconds")
|
2757
|
-
def wait_time_between_batch_in_seconds(self) -> Optional[pulumi.Input[int]]:
|
2758
|
-
return pulumi.get(self, "wait_time_between_batch_in_seconds")
|
2759
|
-
|
2760
|
-
@wait_time_between_batch_in_seconds.setter
|
2761
|
-
def wait_time_between_batch_in_seconds(self, value: Optional[pulumi.Input[int]]):
|
2762
|
-
pulumi.set(self, "wait_time_between_batch_in_seconds", value)
|
2763
|
-
|
2764
|
-
@property
|
2765
|
-
@pulumi.getter(name="waitTimeBetweenDomainInSeconds")
|
2766
|
-
def wait_time_between_domain_in_seconds(self) -> Optional[pulumi.Input[int]]:
|
2767
|
-
return pulumi.get(self, "wait_time_between_domain_in_seconds")
|
2768
|
-
|
2769
|
-
@wait_time_between_domain_in_seconds.setter
|
2770
|
-
def wait_time_between_domain_in_seconds(self, value: Optional[pulumi.Input[int]]):
|
2771
|
-
pulumi.set(self, "wait_time_between_domain_in_seconds", value)
|
2772
|
-
|
2773
|
-
|
2774
|
-
@pulumi.input_type
|
2775
|
-
class BdsInstancePatchActionPatchingConfigArgs:
|
2776
|
-
def __init__(__self__, *,
|
2777
|
-
patching_config_strategy: pulumi.Input[str],
|
2778
|
-
batch_size: Optional[pulumi.Input[int]] = None,
|
2779
|
-
wait_time_between_batch_in_seconds: Optional[pulumi.Input[int]] = None,
|
2780
|
-
wait_time_between_domain_in_seconds: Optional[pulumi.Input[int]] = None):
|
2781
|
-
"""
|
2782
|
-
:param pulumi.Input[str] patching_config_strategy: Type of strategy used for detailed patching configuration
|
2783
|
-
:param pulumi.Input[int] batch_size: How many nodes to be patched in each iteration.
|
2784
|
-
:param pulumi.Input[int] wait_time_between_batch_in_seconds: The wait time between batches in seconds.
|
2785
|
-
:param pulumi.Input[int] wait_time_between_domain_in_seconds: The wait time between AD/FD in seconds.
|
2786
|
-
"""
|
2787
|
-
pulumi.set(__self__, "patching_config_strategy", patching_config_strategy)
|
2788
|
-
if batch_size is not None:
|
2789
|
-
pulumi.set(__self__, "batch_size", batch_size)
|
2790
|
-
if wait_time_between_batch_in_seconds is not None:
|
2791
|
-
pulumi.set(__self__, "wait_time_between_batch_in_seconds", wait_time_between_batch_in_seconds)
|
2792
|
-
if wait_time_between_domain_in_seconds is not None:
|
2793
|
-
pulumi.set(__self__, "wait_time_between_domain_in_seconds", wait_time_between_domain_in_seconds)
|
2794
|
-
|
2795
|
-
@property
|
2796
|
-
@pulumi.getter(name="patchingConfigStrategy")
|
2797
|
-
def patching_config_strategy(self) -> pulumi.Input[str]:
|
2798
|
-
"""
|
2799
|
-
Type of strategy used for detailed patching configuration
|
2800
|
-
"""
|
2801
|
-
return pulumi.get(self, "patching_config_strategy")
|
2802
|
-
|
2803
|
-
@patching_config_strategy.setter
|
2804
|
-
def patching_config_strategy(self, value: pulumi.Input[str]):
|
2805
|
-
pulumi.set(self, "patching_config_strategy", value)
|
2806
|
-
|
2807
|
-
@property
|
2808
|
-
@pulumi.getter(name="batchSize")
|
2809
|
-
def batch_size(self) -> Optional[pulumi.Input[int]]:
|
2810
|
-
"""
|
2811
|
-
How many nodes to be patched in each iteration.
|
2812
|
-
"""
|
2813
|
-
return pulumi.get(self, "batch_size")
|
2814
|
-
|
2815
|
-
@batch_size.setter
|
2816
|
-
def batch_size(self, value: Optional[pulumi.Input[int]]):
|
2817
|
-
pulumi.set(self, "batch_size", value)
|
2818
|
-
|
2819
2691
|
@property
|
2820
2692
|
@pulumi.getter(name="waitTimeBetweenBatchInSeconds")
|
2821
2693
|
def wait_time_between_batch_in_seconds(self) -> Optional[pulumi.Input[int]]:
|
2822
|
-
"""
|
2823
|
-
The wait time between batches in seconds.
|
2824
|
-
"""
|
2825
2694
|
return pulumi.get(self, "wait_time_between_batch_in_seconds")
|
2826
2695
|
|
2827
2696
|
@wait_time_between_batch_in_seconds.setter
|
2828
2697
|
def wait_time_between_batch_in_seconds(self, value: Optional[pulumi.Input[int]]):
|
2829
2698
|
pulumi.set(self, "wait_time_between_batch_in_seconds", value)
|
2830
2699
|
|
2831
|
-
@property
|
2832
|
-
@pulumi.getter(name="waitTimeBetweenDomainInSeconds")
|
2833
|
-
def wait_time_between_domain_in_seconds(self) -> Optional[pulumi.Input[int]]:
|
2834
|
-
"""
|
2835
|
-
The wait time between AD/FD in seconds.
|
2836
|
-
"""
|
2837
|
-
return pulumi.get(self, "wait_time_between_domain_in_seconds")
|
2838
|
-
|
2839
|
-
@wait_time_between_domain_in_seconds.setter
|
2840
|
-
def wait_time_between_domain_in_seconds(self, value: Optional[pulumi.Input[int]]):
|
2841
|
-
pulumi.set(self, "wait_time_between_domain_in_seconds", value)
|
2842
|
-
|
2843
2700
|
|
2844
2701
|
@pulumi.input_type
|
2845
2702
|
class BdsInstanceUtilNodeArgs:
|