pulumi-oci 2.6.0__py3-none-any.whl → 2.6.0a1723011044__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.
Files changed (62) hide show
  1. pulumi_oci/__init__.py +0 -32
  2. pulumi_oci/bigdataservice/_inputs.py +14 -157
  3. pulumi_oci/bigdataservice/bds_instance.py +0 -128
  4. pulumi_oci/bigdataservice/bds_instance_patch_action.py +3 -64
  5. pulumi_oci/bigdataservice/get_bds_instance.py +1 -31
  6. pulumi_oci/bigdataservice/outputs.py +30 -257
  7. pulumi_oci/devops/__init__.py +0 -6
  8. pulumi_oci/devops/_inputs.py +32 -531
  9. pulumi_oci/devops/get_build_runs.py +5 -0
  10. pulumi_oci/devops/get_repositories.py +1 -1
  11. pulumi_oci/devops/get_repository.py +4 -17
  12. pulumi_oci/devops/get_repository_diffs.py +3 -20
  13. pulumi_oci/devops/get_repository_ref.py +2 -2
  14. pulumi_oci/devops/get_triggers.py +5 -0
  15. pulumi_oci/devops/outputs.py +162 -1198
  16. pulumi_oci/devops/repository.py +75 -66
  17. pulumi_oci/devops/repository_ref.py +2 -2
  18. pulumi_oci/jms/__init__.py +0 -4
  19. pulumi_oci/jms/_inputs.py +0 -80
  20. pulumi_oci/jms/get_fleet_blocklists.py +2 -2
  21. pulumi_oci/jms/get_fleet_crypto_analysis_result.py +3 -29
  22. pulumi_oci/jms/get_fleet_crypto_analysis_results.py +3 -97
  23. pulumi_oci/jms/get_fleet_export_setting.py +3 -3
  24. pulumi_oci/jms/get_fleet_export_status.py +2 -2
  25. pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +2 -2
  26. pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +5 -45
  27. pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
  28. pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +5 -25
  29. pulumi_oci/jms/get_fleets.py +2 -2
  30. pulumi_oci/jms/get_installation_site.py +4 -4
  31. pulumi_oci/jms/get_installation_sites.py +4 -4
  32. pulumi_oci/jms/get_java_downloads_java_download_tokens.py +2 -2
  33. pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +2 -2
  34. pulumi_oci/jms/get_java_family.py +1 -14
  35. pulumi_oci/jms/outputs.py +32 -488
  36. pulumi_oci/osmanagementhub/get_software_source.py +1 -19
  37. pulumi_oci/osmanagementhub/software_source.py +0 -82
  38. pulumi_oci/psql/_inputs.py +4 -8
  39. pulumi_oci/psql/backup.py +4 -4
  40. pulumi_oci/psql/configuration.py +38 -141
  41. pulumi_oci/psql/db_system.py +55 -53
  42. pulumi_oci/psql/get_backup.py +1 -1
  43. pulumi_oci/psql/get_configuration.py +1 -27
  44. pulumi_oci/psql/get_configurations.py +2 -2
  45. pulumi_oci/psql/get_default_configuration.py +2 -15
  46. pulumi_oci/psql/get_default_configurations.py +2 -2
  47. pulumi_oci/psql/outputs.py +13 -176
  48. pulumi_oci/pulumi-plugin.json +1 -1
  49. {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1723011044.dist-info}/METADATA +1 -1
  50. {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1723011044.dist-info}/RECORD +52 -62
  51. pulumi_oci/devops/get_project_repository_setting.py +0 -129
  52. pulumi_oci/devops/get_repository_protected_branches.py +0 -150
  53. pulumi_oci/devops/get_repository_setting.py +0 -142
  54. pulumi_oci/devops/project_repository_setting.py +0 -338
  55. pulumi_oci/devops/repository_protected_branch_management.py +0 -333
  56. pulumi_oci/devops/repository_setting.py +0 -391
  57. pulumi_oci/jms/get_agent_installers.py +0 -190
  58. pulumi_oci/jms/get_jms_plugin.py +0 -313
  59. pulumi_oci/jms/get_jms_plugins.py +0 -291
  60. pulumi_oci/jms/jms_plugin.py +0 -731
  61. {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1723011044.dist-info}/WHEEL +0 -0
  62. {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1723011044.dist-info}/top_level.txt +0 -0
@@ -47,7 +47,6 @@ __all__ = [
47
47
  'BdsInstanceNodeAttachedBlockVolume',
48
48
  'BdsInstanceOperationCertificateManagementsManagementHostCertDetail',
49
49
  'BdsInstanceOsPatchActionPatchingConfig',
50
- 'BdsInstancePatchActionPatchingConfig',
51
50
  'BdsInstanceUtilNode',
52
51
  'BdsInstanceUtilNodeShapeConfig',
53
52
  'BdsInstanceWorkerNode',
@@ -458,7 +457,7 @@ class AutoScalingConfigurationPolicyDetailsScaleDownConfigMetric(dict):
458
457
  metric_type: Optional[str] = None,
459
458
  threshold: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleDownConfigMetricThreshold'] = None):
460
459
  """
461
- :param str metric_type: (Updatable) Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
460
+ :param str metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
462
461
  :param 'AutoScalingConfigurationPolicyDetailsScaleDownConfigMetricThresholdArgs' threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
463
462
  """
464
463
  if metric_type is not None:
@@ -470,7 +469,7 @@ class AutoScalingConfigurationPolicyDetailsScaleDownConfigMetric(dict):
470
469
  @pulumi.getter(name="metricType")
471
470
  def metric_type(self) -> Optional[str]:
472
471
  """
473
- (Updatable) Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
472
+ (Updatable) Allowed value is CPU_UTILIZATION.
474
473
  """
475
474
  return pulumi.get(self, "metric_type")
476
475
 
@@ -628,7 +627,7 @@ class AutoScalingConfigurationPolicyDetailsScaleInConfigMetric(dict):
628
627
  metric_type: Optional[str] = None,
629
628
  threshold: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleInConfigMetricThreshold'] = None):
630
629
  """
631
- :param str metric_type: (Updatable) Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
630
+ :param str metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
632
631
  :param 'AutoScalingConfigurationPolicyDetailsScaleInConfigMetricThresholdArgs' threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
633
632
  """
634
633
  if metric_type is not None:
@@ -640,7 +639,7 @@ class AutoScalingConfigurationPolicyDetailsScaleInConfigMetric(dict):
640
639
  @pulumi.getter(name="metricType")
641
640
  def metric_type(self) -> Optional[str]:
642
641
  """
643
- (Updatable) Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
642
+ (Updatable) Allowed value is CPU_UTILIZATION.
644
643
  """
645
644
  return pulumi.get(self, "metric_type")
646
645
 
@@ -798,7 +797,7 @@ class AutoScalingConfigurationPolicyDetailsScaleOutConfigMetric(dict):
798
797
  metric_type: Optional[str] = None,
799
798
  threshold: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleOutConfigMetricThreshold'] = None):
800
799
  """
801
- :param str metric_type: (Updatable) Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
800
+ :param str metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
802
801
  :param 'AutoScalingConfigurationPolicyDetailsScaleOutConfigMetricThresholdArgs' threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
803
802
  """
804
803
  if metric_type is not None:
@@ -810,7 +809,7 @@ class AutoScalingConfigurationPolicyDetailsScaleOutConfigMetric(dict):
810
809
  @pulumi.getter(name="metricType")
811
810
  def metric_type(self) -> Optional[str]:
812
811
  """
813
- (Updatable) Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
812
+ (Updatable) Allowed value is CPU_UTILIZATION.
814
813
  """
815
814
  return pulumi.get(self, "metric_type")
816
815
 
@@ -996,7 +995,7 @@ class AutoScalingConfigurationPolicyDetailsScaleUpConfigMetric(dict):
996
995
  metric_type: Optional[str] = None,
997
996
  threshold: Optional['outputs.AutoScalingConfigurationPolicyDetailsScaleUpConfigMetricThreshold'] = None):
998
997
  """
999
- :param str metric_type: (Updatable) Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
998
+ :param str metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
1000
999
  :param 'AutoScalingConfigurationPolicyDetailsScaleUpConfigMetricThresholdArgs' threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
1001
1000
  """
1002
1001
  if metric_type is not None:
@@ -1008,7 +1007,7 @@ class AutoScalingConfigurationPolicyDetailsScaleUpConfigMetric(dict):
1008
1007
  @pulumi.getter(name="metricType")
1009
1008
  def metric_type(self) -> Optional[str]:
1010
1009
  """
1011
- (Updatable) Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
1010
+ (Updatable) Allowed value is CPU_UTILIZATION.
1012
1011
  """
1013
1012
  return pulumi.get(self, "metric_type")
1014
1013
 
@@ -1325,7 +1324,7 @@ class AutoScalingConfigurationPolicyRuleMetric(dict):
1325
1324
  metric_type: str,
1326
1325
  threshold: 'outputs.AutoScalingConfigurationPolicyRuleMetricThreshold'):
1327
1326
  """
1328
- :param str metric_type: (Updatable) Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
1327
+ :param str metric_type: (Updatable) Allowed value is CPU_UTILIZATION.
1329
1328
  :param 'AutoScalingConfigurationPolicyRuleMetricThresholdArgs' threshold: (Updatable) An autoscale action is triggered when a performance metric exceeds a threshold.
1330
1329
  """
1331
1330
  pulumi.set(__self__, "metric_type", metric_type)
@@ -1335,7 +1334,7 @@ class AutoScalingConfigurationPolicyRuleMetric(dict):
1335
1334
  @pulumi.getter(name="metricType")
1336
1335
  def metric_type(self) -> str:
1337
1336
  """
1338
- (Updatable) Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
1337
+ (Updatable) Allowed value is CPU_UTILIZATION.
1339
1338
  """
1340
1339
  return pulumi.get(self, "metric_type")
1341
1340
 
@@ -1420,12 +1419,6 @@ class BdsInstanceCloudSqlDetail(dict):
1420
1419
  suggest = "kerberos_details"
1421
1420
  elif key == "memoryInGbs":
1422
1421
  suggest = "memory_in_gbs"
1423
- elif key == "odhVersion":
1424
- suggest = "odh_version"
1425
- elif key == "osVersion":
1426
- suggest = "os_version"
1427
- elif key == "sshFingerprint":
1428
- suggest = "ssh_fingerprint"
1429
1422
 
1430
1423
  if suggest:
1431
1424
  pulumi.log.warn(f"Key '{key}' not found in BdsInstanceCloudSqlDetail. Access the value via the '{suggest}' property getter instead.")
@@ -1446,10 +1439,7 @@ class BdsInstanceCloudSqlDetail(dict):
1446
1439
  kerberos_details: Optional[Sequence['outputs.BdsInstanceCloudSqlDetailKerberosDetail']] = None,
1447
1440
  memory_in_gbs: Optional[int] = None,
1448
1441
  nvmes: Optional[int] = None,
1449
- ocpus: Optional[int] = None,
1450
- odh_version: Optional[str] = None,
1451
- os_version: Optional[str] = None,
1452
- ssh_fingerprint: Optional[str] = None):
1442
+ ocpus: Optional[int] = None):
1453
1443
  """
1454
1444
  :param str shape: Shape of the node
1455
1445
  :param 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.
@@ -1459,9 +1449,6 @@ class BdsInstanceCloudSqlDetail(dict):
1459
1449
  :param int memory_in_gbs: The total amount of memory available to the node, in gigabytes.
1460
1450
  :param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
1461
1451
  :param int ocpus: The total number of OCPUs available to the node.
1462
- :param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
1463
- :param str os_version: BDS-assigned Operating System version for the node.
1464
- :param str ssh_fingerprint: The fingerprint of the SSH key used for node access
1465
1452
  """
1466
1453
  pulumi.set(__self__, "shape", shape)
1467
1454
  if block_volume_size_in_gbs is not None:
@@ -1478,12 +1465,6 @@ class BdsInstanceCloudSqlDetail(dict):
1478
1465
  pulumi.set(__self__, "nvmes", nvmes)
1479
1466
  if ocpus is not None:
1480
1467
  pulumi.set(__self__, "ocpus", ocpus)
1481
- if odh_version is not None:
1482
- pulumi.set(__self__, "odh_version", odh_version)
1483
- if os_version is not None:
1484
- pulumi.set(__self__, "os_version", os_version)
1485
- if ssh_fingerprint is not None:
1486
- pulumi.set(__self__, "ssh_fingerprint", ssh_fingerprint)
1487
1468
 
1488
1469
  @property
1489
1470
  @pulumi.getter
@@ -1549,30 +1530,6 @@ class BdsInstanceCloudSqlDetail(dict):
1549
1530
  """
1550
1531
  return pulumi.get(self, "ocpus")
1551
1532
 
1552
- @property
1553
- @pulumi.getter(name="odhVersion")
1554
- def odh_version(self) -> Optional[str]:
1555
- """
1556
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
1557
- """
1558
- return pulumi.get(self, "odh_version")
1559
-
1560
- @property
1561
- @pulumi.getter(name="osVersion")
1562
- def os_version(self) -> Optional[str]:
1563
- """
1564
- BDS-assigned Operating System version for the node.
1565
- """
1566
- return pulumi.get(self, "os_version")
1567
-
1568
- @property
1569
- @pulumi.getter(name="sshFingerprint")
1570
- def ssh_fingerprint(self) -> Optional[str]:
1571
- """
1572
- The fingerprint of the SSH key used for node access
1573
- """
1574
- return pulumi.get(self, "ssh_fingerprint")
1575
-
1576
1533
 
1577
1534
  @pulumi.output_type
1578
1535
  class BdsInstanceCloudSqlDetailKerberosDetail(dict):
@@ -1699,7 +1656,7 @@ class BdsInstanceClusterDetail(dict):
1699
1656
  :param str db_version: Cloud SQL query server database version.
1700
1657
  :param str hue_server_url: The URL of the Hue server.
1701
1658
  :param str jupyter_hub_url: The URL of the Jupyterhub.
1702
- :param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
1659
+ :param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.
1703
1660
  :param str os_version: BDS-assigned Operating System version for the node.
1704
1661
  :param str time_created: The time the BDS instance was created. An RFC3339 formatted datetime string
1705
1662
  :param str time_refreshed: The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
@@ -1827,7 +1784,7 @@ class BdsInstanceClusterDetail(dict):
1827
1784
  @pulumi.getter(name="odhVersion")
1828
1785
  def odh_version(self) -> Optional[str]:
1829
1786
  """
1830
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
1787
+ Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.
1831
1788
  """
1832
1789
  return pulumi.get(self, "odh_version")
1833
1790
 
@@ -2911,12 +2868,8 @@ class BdsInstanceOsPatchActionPatchingConfig(dict):
2911
2868
  suggest = "batch_size"
2912
2869
  elif key == "toleranceThresholdPerBatch":
2913
2870
  suggest = "tolerance_threshold_per_batch"
2914
- elif key == "toleranceThresholdPerDomain":
2915
- suggest = "tolerance_threshold_per_domain"
2916
2871
  elif key == "waitTimeBetweenBatchInSeconds":
2917
2872
  suggest = "wait_time_between_batch_in_seconds"
2918
- elif key == "waitTimeBetweenDomainInSeconds":
2919
- suggest = "wait_time_between_domain_in_seconds"
2920
2873
 
2921
2874
  if suggest:
2922
2875
  pulumi.log.warn(f"Key '{key}' not found in BdsInstanceOsPatchActionPatchingConfig. Access the value via the '{suggest}' property getter instead.")
@@ -2933,20 +2886,14 @@ class BdsInstanceOsPatchActionPatchingConfig(dict):
2933
2886
  patching_config_strategy: str,
2934
2887
  batch_size: Optional[int] = None,
2935
2888
  tolerance_threshold_per_batch: Optional[int] = None,
2936
- tolerance_threshold_per_domain: Optional[int] = None,
2937
- wait_time_between_batch_in_seconds: Optional[int] = None,
2938
- wait_time_between_domain_in_seconds: Optional[int] = None):
2889
+ wait_time_between_batch_in_seconds: Optional[int] = None):
2939
2890
  pulumi.set(__self__, "patching_config_strategy", patching_config_strategy)
2940
2891
  if batch_size is not None:
2941
2892
  pulumi.set(__self__, "batch_size", batch_size)
2942
2893
  if tolerance_threshold_per_batch is not None:
2943
2894
  pulumi.set(__self__, "tolerance_threshold_per_batch", tolerance_threshold_per_batch)
2944
- if tolerance_threshold_per_domain is not None:
2945
- pulumi.set(__self__, "tolerance_threshold_per_domain", tolerance_threshold_per_domain)
2946
2895
  if wait_time_between_batch_in_seconds is not None:
2947
2896
  pulumi.set(__self__, "wait_time_between_batch_in_seconds", wait_time_between_batch_in_seconds)
2948
- if wait_time_between_domain_in_seconds is not None:
2949
- pulumi.set(__self__, "wait_time_between_domain_in_seconds", wait_time_between_domain_in_seconds)
2950
2897
 
2951
2898
  @property
2952
2899
  @pulumi.getter(name="patchingConfigStrategy")
@@ -2963,98 +2910,11 @@ class BdsInstanceOsPatchActionPatchingConfig(dict):
2963
2910
  def tolerance_threshold_per_batch(self) -> Optional[int]:
2964
2911
  return pulumi.get(self, "tolerance_threshold_per_batch")
2965
2912
 
2966
- @property
2967
- @pulumi.getter(name="toleranceThresholdPerDomain")
2968
- def tolerance_threshold_per_domain(self) -> Optional[int]:
2969
- return pulumi.get(self, "tolerance_threshold_per_domain")
2970
-
2971
2913
  @property
2972
2914
  @pulumi.getter(name="waitTimeBetweenBatchInSeconds")
2973
2915
  def wait_time_between_batch_in_seconds(self) -> Optional[int]:
2974
2916
  return pulumi.get(self, "wait_time_between_batch_in_seconds")
2975
2917
 
2976
- @property
2977
- @pulumi.getter(name="waitTimeBetweenDomainInSeconds")
2978
- def wait_time_between_domain_in_seconds(self) -> Optional[int]:
2979
- return pulumi.get(self, "wait_time_between_domain_in_seconds")
2980
-
2981
-
2982
- @pulumi.output_type
2983
- class BdsInstancePatchActionPatchingConfig(dict):
2984
- @staticmethod
2985
- def __key_warning(key: str):
2986
- suggest = None
2987
- if key == "patchingConfigStrategy":
2988
- suggest = "patching_config_strategy"
2989
- elif key == "batchSize":
2990
- suggest = "batch_size"
2991
- elif key == "waitTimeBetweenBatchInSeconds":
2992
- suggest = "wait_time_between_batch_in_seconds"
2993
- elif key == "waitTimeBetweenDomainInSeconds":
2994
- suggest = "wait_time_between_domain_in_seconds"
2995
-
2996
- if suggest:
2997
- pulumi.log.warn(f"Key '{key}' not found in BdsInstancePatchActionPatchingConfig. Access the value via the '{suggest}' property getter instead.")
2998
-
2999
- def __getitem__(self, key: str) -> Any:
3000
- BdsInstancePatchActionPatchingConfig.__key_warning(key)
3001
- return super().__getitem__(key)
3002
-
3003
- def get(self, key: str, default = None) -> Any:
3004
- BdsInstancePatchActionPatchingConfig.__key_warning(key)
3005
- return super().get(key, default)
3006
-
3007
- def __init__(__self__, *,
3008
- patching_config_strategy: str,
3009
- batch_size: Optional[int] = None,
3010
- wait_time_between_batch_in_seconds: Optional[int] = None,
3011
- wait_time_between_domain_in_seconds: Optional[int] = None):
3012
- """
3013
- :param str patching_config_strategy: Type of strategy used for detailed patching configuration
3014
- :param int batch_size: How many nodes to be patched in each iteration.
3015
- :param int wait_time_between_batch_in_seconds: The wait time between batches in seconds.
3016
- :param int wait_time_between_domain_in_seconds: The wait time between AD/FD in seconds.
3017
- """
3018
- pulumi.set(__self__, "patching_config_strategy", patching_config_strategy)
3019
- if batch_size is not None:
3020
- pulumi.set(__self__, "batch_size", batch_size)
3021
- if wait_time_between_batch_in_seconds is not None:
3022
- pulumi.set(__self__, "wait_time_between_batch_in_seconds", wait_time_between_batch_in_seconds)
3023
- if wait_time_between_domain_in_seconds is not None:
3024
- pulumi.set(__self__, "wait_time_between_domain_in_seconds", wait_time_between_domain_in_seconds)
3025
-
3026
- @property
3027
- @pulumi.getter(name="patchingConfigStrategy")
3028
- def patching_config_strategy(self) -> str:
3029
- """
3030
- Type of strategy used for detailed patching configuration
3031
- """
3032
- return pulumi.get(self, "patching_config_strategy")
3033
-
3034
- @property
3035
- @pulumi.getter(name="batchSize")
3036
- def batch_size(self) -> Optional[int]:
3037
- """
3038
- How many nodes to be patched in each iteration.
3039
- """
3040
- return pulumi.get(self, "batch_size")
3041
-
3042
- @property
3043
- @pulumi.getter(name="waitTimeBetweenBatchInSeconds")
3044
- def wait_time_between_batch_in_seconds(self) -> Optional[int]:
3045
- """
3046
- The wait time between batches in seconds.
3047
- """
3048
- return pulumi.get(self, "wait_time_between_batch_in_seconds")
3049
-
3050
- @property
3051
- @pulumi.getter(name="waitTimeBetweenDomainInSeconds")
3052
- def wait_time_between_domain_in_seconds(self) -> Optional[int]:
3053
- """
3054
- The wait time between AD/FD in seconds.
3055
- """
3056
- return pulumi.get(self, "wait_time_between_domain_in_seconds")
3057
-
3058
2918
 
3059
2919
  @pulumi.output_type
3060
2920
  class BdsInstanceUtilNode(dict):
@@ -3549,7 +3409,7 @@ class GetAutoScalingConfigurationPolicyDetailScaleDownConfigMetricResult(dict):
3549
3409
  metric_type: str,
3550
3410
  thresholds: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleDownConfigMetricThresholdResult']):
3551
3411
  """
3552
- :param str metric_type: Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
3412
+ :param str metric_type: Allowed value is CPU_UTILIZATION.
3553
3413
  :param Sequence['GetAutoScalingConfigurationPolicyDetailScaleDownConfigMetricThresholdArgs'] thresholds: An autoscale action is triggered when a performance metric exceeds a threshold.
3554
3414
  """
3555
3415
  pulumi.set(__self__, "metric_type", metric_type)
@@ -3559,7 +3419,7 @@ class GetAutoScalingConfigurationPolicyDetailScaleDownConfigMetricResult(dict):
3559
3419
  @pulumi.getter(name="metricType")
3560
3420
  def metric_type(self) -> str:
3561
3421
  """
3562
- Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
3422
+ Allowed value is CPU_UTILIZATION.
3563
3423
  """
3564
3424
  return pulumi.get(self, "metric_type")
3565
3425
 
@@ -3658,7 +3518,7 @@ class GetAutoScalingConfigurationPolicyDetailScaleInConfigMetricResult(dict):
3658
3518
  metric_type: str,
3659
3519
  thresholds: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleInConfigMetricThresholdResult']):
3660
3520
  """
3661
- :param str metric_type: Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
3521
+ :param str metric_type: Allowed value is CPU_UTILIZATION.
3662
3522
  :param Sequence['GetAutoScalingConfigurationPolicyDetailScaleInConfigMetricThresholdArgs'] thresholds: An autoscale action is triggered when a performance metric exceeds a threshold.
3663
3523
  """
3664
3524
  pulumi.set(__self__, "metric_type", metric_type)
@@ -3668,7 +3528,7 @@ class GetAutoScalingConfigurationPolicyDetailScaleInConfigMetricResult(dict):
3668
3528
  @pulumi.getter(name="metricType")
3669
3529
  def metric_type(self) -> str:
3670
3530
  """
3671
- Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
3531
+ Allowed value is CPU_UTILIZATION.
3672
3532
  """
3673
3533
  return pulumi.get(self, "metric_type")
3674
3534
 
@@ -3767,7 +3627,7 @@ class GetAutoScalingConfigurationPolicyDetailScaleOutConfigMetricResult(dict):
3767
3627
  metric_type: str,
3768
3628
  thresholds: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleOutConfigMetricThresholdResult']):
3769
3629
  """
3770
- :param str metric_type: Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
3630
+ :param str metric_type: Allowed value is CPU_UTILIZATION.
3771
3631
  :param Sequence['GetAutoScalingConfigurationPolicyDetailScaleOutConfigMetricThresholdArgs'] thresholds: An autoscale action is triggered when a performance metric exceeds a threshold.
3772
3632
  """
3773
3633
  pulumi.set(__self__, "metric_type", metric_type)
@@ -3777,7 +3637,7 @@ class GetAutoScalingConfigurationPolicyDetailScaleOutConfigMetricResult(dict):
3777
3637
  @pulumi.getter(name="metricType")
3778
3638
  def metric_type(self) -> str:
3779
3639
  """
3780
- Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
3640
+ Allowed value is CPU_UTILIZATION.
3781
3641
  """
3782
3642
  return pulumi.get(self, "metric_type")
3783
3643
 
@@ -3898,7 +3758,7 @@ class GetAutoScalingConfigurationPolicyDetailScaleUpConfigMetricResult(dict):
3898
3758
  metric_type: str,
3899
3759
  thresholds: Sequence['outputs.GetAutoScalingConfigurationPolicyDetailScaleUpConfigMetricThresholdResult']):
3900
3760
  """
3901
- :param str metric_type: Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
3761
+ :param str metric_type: Allowed value is CPU_UTILIZATION.
3902
3762
  :param Sequence['GetAutoScalingConfigurationPolicyDetailScaleUpConfigMetricThresholdArgs'] thresholds: An autoscale action is triggered when a performance metric exceeds a threshold.
3903
3763
  """
3904
3764
  pulumi.set(__self__, "metric_type", metric_type)
@@ -3908,7 +3768,7 @@ class GetAutoScalingConfigurationPolicyDetailScaleUpConfigMetricResult(dict):
3908
3768
  @pulumi.getter(name="metricType")
3909
3769
  def metric_type(self) -> str:
3910
3770
  """
3911
- Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
3771
+ Allowed value is CPU_UTILIZATION.
3912
3772
  """
3913
3773
  return pulumi.get(self, "metric_type")
3914
3774
 
@@ -4116,7 +3976,7 @@ class GetAutoScalingConfigurationPolicyRuleMetricResult(dict):
4116
3976
  metric_type: str,
4117
3977
  thresholds: Sequence['outputs.GetAutoScalingConfigurationPolicyRuleMetricThresholdResult']):
4118
3978
  """
4119
- :param str metric_type: Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
3979
+ :param str metric_type: Allowed value is CPU_UTILIZATION.
4120
3980
  :param Sequence['GetAutoScalingConfigurationPolicyRuleMetricThresholdArgs'] thresholds: An autoscale action is triggered when a performance metric exceeds a threshold.
4121
3981
  """
4122
3982
  pulumi.set(__self__, "metric_type", metric_type)
@@ -4126,7 +3986,7 @@ class GetAutoScalingConfigurationPolicyRuleMetricResult(dict):
4126
3986
  @pulumi.getter(name="metricType")
4127
3987
  def metric_type(self) -> str:
4128
3988
  """
4129
- Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
3989
+ Allowed value is CPU_UTILIZATION.
4130
3990
  """
4131
3991
  return pulumi.get(self, "metric_type")
4132
3992
 
@@ -4990,10 +4850,7 @@ class GetBdsInstanceCloudSqlDetailResult(dict):
4990
4850
  memory_in_gbs: int,
4991
4851
  nvmes: int,
4992
4852
  ocpus: int,
4993
- odh_version: str,
4994
- os_version: str,
4995
- shape: str,
4996
- ssh_fingerprint: str):
4853
+ shape: str):
4997
4854
  """
4998
4855
  :param 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.
4999
4856
  :param str ip_address: IP address of the node.
@@ -5002,10 +4859,7 @@ class GetBdsInstanceCloudSqlDetailResult(dict):
5002
4859
  :param int memory_in_gbs: The total amount of memory available to the node, in gigabytes.
5003
4860
  :param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
5004
4861
  :param int ocpus: The total number of OCPUs available to the node.
5005
- :param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
5006
- :param str os_version: BDS-assigned Operating System version for the node.
5007
4862
  :param str shape: Shape of the node.
5008
- :param str ssh_fingerprint: The fingerprint of the SSH key used for node access.
5009
4863
  """
5010
4864
  pulumi.set(__self__, "block_volume_size_in_gbs", block_volume_size_in_gbs)
5011
4865
  pulumi.set(__self__, "ip_address", ip_address)
@@ -5014,10 +4868,7 @@ class GetBdsInstanceCloudSqlDetailResult(dict):
5014
4868
  pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
5015
4869
  pulumi.set(__self__, "nvmes", nvmes)
5016
4870
  pulumi.set(__self__, "ocpus", ocpus)
5017
- pulumi.set(__self__, "odh_version", odh_version)
5018
- pulumi.set(__self__, "os_version", os_version)
5019
4871
  pulumi.set(__self__, "shape", shape)
5020
- pulumi.set(__self__, "ssh_fingerprint", ssh_fingerprint)
5021
4872
 
5022
4873
  @property
5023
4874
  @pulumi.getter(name="blockVolumeSizeInGbs")
@@ -5075,22 +4926,6 @@ class GetBdsInstanceCloudSqlDetailResult(dict):
5075
4926
  """
5076
4927
  return pulumi.get(self, "ocpus")
5077
4928
 
5078
- @property
5079
- @pulumi.getter(name="odhVersion")
5080
- def odh_version(self) -> str:
5081
- """
5082
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
5083
- """
5084
- return pulumi.get(self, "odh_version")
5085
-
5086
- @property
5087
- @pulumi.getter(name="osVersion")
5088
- def os_version(self) -> str:
5089
- """
5090
- BDS-assigned Operating System version for the node.
5091
- """
5092
- return pulumi.get(self, "os_version")
5093
-
5094
4929
  @property
5095
4930
  @pulumi.getter
5096
4931
  def shape(self) -> str:
@@ -5099,14 +4934,6 @@ class GetBdsInstanceCloudSqlDetailResult(dict):
5099
4934
  """
5100
4935
  return pulumi.get(self, "shape")
5101
4936
 
5102
- @property
5103
- @pulumi.getter(name="sshFingerprint")
5104
- def ssh_fingerprint(self) -> str:
5105
- """
5106
- The fingerprint of the SSH key used for node access.
5107
- """
5108
- return pulumi.get(self, "ssh_fingerprint")
5109
-
5110
4937
 
5111
4938
  @pulumi.output_type
5112
4939
  class GetBdsInstanceCloudSqlDetailKerberosDetailResult(dict):
@@ -5167,7 +4994,7 @@ class GetBdsInstanceClusterDetailResult(dict):
5167
4994
  :param str db_version: Cloud SQL query server database version.
5168
4995
  :param str hue_server_url: The URL of the Hue server.
5169
4996
  :param str jupyter_hub_url: The URL of the Jupyterhub.
5170
- :param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
4997
+ :param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.
5171
4998
  :param str os_version: BDS-assigned Operating System version for the node.
5172
4999
  :param str time_created: The time the cluster was created, shown as an RFC 3339 formatted datetime string.
5173
5000
  :param str time_refreshed: The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
@@ -5280,7 +5107,7 @@ class GetBdsInstanceClusterDetailResult(dict):
5280
5107
  @pulumi.getter(name="odhVersion")
5281
5108
  def odh_version(self) -> str:
5282
5109
  """
5283
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
5110
+ Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.
5284
5111
  """
5285
5112
  return pulumi.get(self, "odh_version")
5286
5113
 
@@ -6625,7 +6452,6 @@ class GetBdsInstanceWorkerNodeShapeConfigResult(dict):
6625
6452
  @pulumi.output_type
6626
6453
  class GetBdsInstancesBdsInstanceResult(dict):
6627
6454
  def __init__(__self__, *,
6628
- add_kafka_trigger: int,
6629
6455
  bootstrap_script_url: str,
6630
6456
  cloud_sql_details: Sequence['outputs.GetBdsInstancesBdsInstanceCloudSqlDetailResult'],
6631
6457
  cluster_admin_password: str,
@@ -6639,7 +6465,6 @@ class GetBdsInstancesBdsInstanceResult(dict):
6639
6465
  defined_tags: Mapping[str, Any],
6640
6466
  display_name: str,
6641
6467
  edge_nodes: Sequence['outputs.GetBdsInstancesBdsInstanceEdgeNodeResult'],
6642
- execute_bootstrap_script_trigger: int,
6643
6468
  freeform_tags: Mapping[str, Any],
6644
6469
  id: str,
6645
6470
  ignore_existing_nodes_shapes: Sequence[str],
@@ -6657,7 +6482,6 @@ class GetBdsInstancesBdsInstanceResult(dict):
6657
6482
  number_of_nodes: int,
6658
6483
  number_of_nodes_requiring_maintenance_reboot: int,
6659
6484
  os_patch_version: str,
6660
- remove_kafka_trigger: int,
6661
6485
  state: str,
6662
6486
  time_created: str,
6663
6487
  time_updated: str,
@@ -6688,7 +6512,6 @@ class GetBdsInstancesBdsInstanceResult(dict):
6688
6512
  :param str time_created: The time the cluster was created, shown as an RFC 3339 formatted datetime string.
6689
6513
  :param str time_updated: The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
6690
6514
  """
6691
- pulumi.set(__self__, "add_kafka_trigger", add_kafka_trigger)
6692
6515
  pulumi.set(__self__, "bootstrap_script_url", bootstrap_script_url)
6693
6516
  pulumi.set(__self__, "cloud_sql_details", cloud_sql_details)
6694
6517
  pulumi.set(__self__, "cluster_admin_password", cluster_admin_password)
@@ -6702,7 +6525,6 @@ class GetBdsInstancesBdsInstanceResult(dict):
6702
6525
  pulumi.set(__self__, "defined_tags", defined_tags)
6703
6526
  pulumi.set(__self__, "display_name", display_name)
6704
6527
  pulumi.set(__self__, "edge_nodes", edge_nodes)
6705
- pulumi.set(__self__, "execute_bootstrap_script_trigger", execute_bootstrap_script_trigger)
6706
6528
  pulumi.set(__self__, "freeform_tags", freeform_tags)
6707
6529
  pulumi.set(__self__, "id", id)
6708
6530
  pulumi.set(__self__, "ignore_existing_nodes_shapes", ignore_existing_nodes_shapes)
@@ -6720,18 +6542,12 @@ class GetBdsInstancesBdsInstanceResult(dict):
6720
6542
  pulumi.set(__self__, "number_of_nodes", number_of_nodes)
6721
6543
  pulumi.set(__self__, "number_of_nodes_requiring_maintenance_reboot", number_of_nodes_requiring_maintenance_reboot)
6722
6544
  pulumi.set(__self__, "os_patch_version", os_patch_version)
6723
- pulumi.set(__self__, "remove_kafka_trigger", remove_kafka_trigger)
6724
6545
  pulumi.set(__self__, "state", state)
6725
6546
  pulumi.set(__self__, "time_created", time_created)
6726
6547
  pulumi.set(__self__, "time_updated", time_updated)
6727
6548
  pulumi.set(__self__, "util_nodes", util_nodes)
6728
6549
  pulumi.set(__self__, "worker_nodes", worker_nodes)
6729
6550
 
6730
- @property
6731
- @pulumi.getter(name="addKafkaTrigger")
6732
- def add_kafka_trigger(self) -> int:
6733
- return pulumi.get(self, "add_kafka_trigger")
6734
-
6735
6551
  @property
6736
6552
  @pulumi.getter(name="bootstrapScriptUrl")
6737
6553
  def bootstrap_script_url(self) -> str:
@@ -6824,11 +6640,6 @@ class GetBdsInstancesBdsInstanceResult(dict):
6824
6640
  def edge_nodes(self) -> Sequence['outputs.GetBdsInstancesBdsInstanceEdgeNodeResult']:
6825
6641
  return pulumi.get(self, "edge_nodes")
6826
6642
 
6827
- @property
6828
- @pulumi.getter(name="executeBootstrapScriptTrigger")
6829
- def execute_bootstrap_script_trigger(self) -> int:
6830
- return pulumi.get(self, "execute_bootstrap_script_trigger")
6831
-
6832
6643
  @property
6833
6644
  @pulumi.getter(name="freeformTags")
6834
6645
  def freeform_tags(self) -> Mapping[str, Any]:
@@ -6947,11 +6758,6 @@ class GetBdsInstancesBdsInstanceResult(dict):
6947
6758
  def os_patch_version(self) -> str:
6948
6759
  return pulumi.get(self, "os_patch_version")
6949
6760
 
6950
- @property
6951
- @pulumi.getter(name="removeKafkaTrigger")
6952
- def remove_kafka_trigger(self) -> int:
6953
- return pulumi.get(self, "remove_kafka_trigger")
6954
-
6955
6761
  @property
6956
6762
  @pulumi.getter
6957
6763
  def state(self) -> str:
@@ -6997,10 +6803,7 @@ class GetBdsInstancesBdsInstanceCloudSqlDetailResult(dict):
6997
6803
  memory_in_gbs: int,
6998
6804
  nvmes: int,
6999
6805
  ocpus: int,
7000
- odh_version: str,
7001
- os_version: str,
7002
- shape: str,
7003
- ssh_fingerprint: str):
6806
+ shape: str):
7004
6807
  """
7005
6808
  :param 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.
7006
6809
  :param str ip_address: IP address of the node.
@@ -7009,10 +6812,7 @@ class GetBdsInstancesBdsInstanceCloudSqlDetailResult(dict):
7009
6812
  :param int memory_in_gbs: The total amount of memory available to the node, in gigabytes.
7010
6813
  :param int nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
7011
6814
  :param int ocpus: The total number of OCPUs available to the node.
7012
- :param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
7013
- :param str os_version: BDS-assigned Operating System version for the node.
7014
6815
  :param str shape: Shape of the node.
7015
- :param str ssh_fingerprint: The fingerprint of the SSH key used for node access.
7016
6816
  """
7017
6817
  pulumi.set(__self__, "block_volume_size_in_gbs", block_volume_size_in_gbs)
7018
6818
  pulumi.set(__self__, "ip_address", ip_address)
@@ -7021,10 +6821,7 @@ class GetBdsInstancesBdsInstanceCloudSqlDetailResult(dict):
7021
6821
  pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
7022
6822
  pulumi.set(__self__, "nvmes", nvmes)
7023
6823
  pulumi.set(__self__, "ocpus", ocpus)
7024
- pulumi.set(__self__, "odh_version", odh_version)
7025
- pulumi.set(__self__, "os_version", os_version)
7026
6824
  pulumi.set(__self__, "shape", shape)
7027
- pulumi.set(__self__, "ssh_fingerprint", ssh_fingerprint)
7028
6825
 
7029
6826
  @property
7030
6827
  @pulumi.getter(name="blockVolumeSizeInGbs")
@@ -7082,22 +6879,6 @@ class GetBdsInstancesBdsInstanceCloudSqlDetailResult(dict):
7082
6879
  """
7083
6880
  return pulumi.get(self, "ocpus")
7084
6881
 
7085
- @property
7086
- @pulumi.getter(name="odhVersion")
7087
- def odh_version(self) -> str:
7088
- """
7089
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
7090
- """
7091
- return pulumi.get(self, "odh_version")
7092
-
7093
- @property
7094
- @pulumi.getter(name="osVersion")
7095
- def os_version(self) -> str:
7096
- """
7097
- BDS-assigned Operating System version for the node.
7098
- """
7099
- return pulumi.get(self, "os_version")
7100
-
7101
6882
  @property
7102
6883
  @pulumi.getter
7103
6884
  def shape(self) -> str:
@@ -7106,14 +6887,6 @@ class GetBdsInstancesBdsInstanceCloudSqlDetailResult(dict):
7106
6887
  """
7107
6888
  return pulumi.get(self, "shape")
7108
6889
 
7109
- @property
7110
- @pulumi.getter(name="sshFingerprint")
7111
- def ssh_fingerprint(self) -> str:
7112
- """
7113
- The fingerprint of the SSH key used for node access.
7114
- """
7115
- return pulumi.get(self, "ssh_fingerprint")
7116
-
7117
6890
 
7118
6891
  @pulumi.output_type
7119
6892
  class GetBdsInstancesBdsInstanceCloudSqlDetailKerberosDetailResult(dict):
@@ -7174,7 +6947,7 @@ class GetBdsInstancesBdsInstanceClusterDetailResult(dict):
7174
6947
  :param str db_version: Cloud SQL query server database version.
7175
6948
  :param str hue_server_url: The URL of the Hue server.
7176
6949
  :param str jupyter_hub_url: The URL of the Jupyterhub.
7177
- :param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
6950
+ :param str odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.
7178
6951
  :param str os_version: BDS-assigned Operating System version for the node.
7179
6952
  :param str time_created: The time the cluster was created, shown as an RFC 3339 formatted datetime string.
7180
6953
  :param str time_refreshed: The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
@@ -7287,7 +7060,7 @@ class GetBdsInstancesBdsInstanceClusterDetailResult(dict):
7287
7060
  @pulumi.getter(name="odhVersion")
7288
7061
  def odh_version(self) -> str:
7289
7062
  """
7290
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
7063
+ Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.
7291
7064
  """
7292
7065
  return pulumi.get(self, "odh_version")
7293
7066