pulumi-oci 2.11.0__py3-none-any.whl → 2.11.0a1726726622__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 (55) hide show
  1. pulumi_oci/__init__.py +0 -62
  2. pulumi_oci/bigdataservice/__init__.py +0 -3
  3. pulumi_oci/bigdataservice/_inputs.py +0 -66
  4. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +2 -136
  5. pulumi_oci/bigdataservice/outputs.py +0 -175
  6. pulumi_oci/capacitymanagement/__init__.py +0 -8
  7. pulumi_oci/capacitymanagement/_inputs.py +3 -465
  8. pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +7 -7
  9. pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +1 -1
  10. pulumi_oci/capacitymanagement/get_occ_capacity_request.py +2 -15
  11. pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +5 -25
  12. pulumi_oci/capacitymanagement/get_occ_customer_group.py +1 -1
  13. pulumi_oci/capacitymanagement/occ_availability_catalog.py +4 -4
  14. pulumi_oci/capacitymanagement/occ_capacity_request.py +32 -78
  15. pulumi_oci/capacitymanagement/outputs.py +166 -1668
  16. pulumi_oci/containerengine/__init__.py +0 -1
  17. pulumi_oci/containerengine/outputs.py +0 -492
  18. pulumi_oci/generativeai/dedicated_ai_cluster.py +0 -7
  19. pulumi_oci/generativeai/get_model.py +0 -3
  20. pulumi_oci/generativeai/outputs.py +0 -4
  21. pulumi_oci/pulumi-plugin.json +1 -1
  22. {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/METADATA +1 -1
  23. {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/RECORD +25 -55
  24. pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +0 -524
  25. pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py +0 -236
  26. pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +0 -176
  27. pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +0 -221
  28. pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +0 -150
  29. pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +0 -247
  30. pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +0 -204
  31. pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +0 -150
  32. pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +0 -227
  33. pulumi_oci/capacitymanagement/occ_customer_group.py +0 -690
  34. pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +0 -412
  35. pulumi_oci/containerengine/get_cluster.py +0 -327
  36. pulumi_oci/fleetsoftwareupdate/__init__.py +0 -15
  37. pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -717
  38. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -804
  39. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -1231
  40. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -301
  41. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -196
  42. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -431
  43. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -233
  44. pulumi_oci/fleetsoftwareupdate/outputs.py +0 -2129
  45. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  46. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1003
  47. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -300
  48. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -176
  49. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -610
  50. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -176
  51. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2058
  52. pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -742
  53. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1816
  54. {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/WHEEL +0 -0
  55. {pulumi_oci-2.11.0.dist-info → pulumi_oci-2.11.0a1726726622.dist-info}/top_level.txt +0 -0
@@ -120,8 +120,6 @@ __all__ = [
120
120
  'GetBdsInstancePatchHistoriesPatchHistoryResult',
121
121
  'GetBdsInstancePatchesFilterResult',
122
122
  'GetBdsInstancePatchesPatchResult',
123
- 'GetBdsInstanceResourcePrincipalConfigurationsFilterResult',
124
- 'GetBdsInstanceResourcePrincipalConfigurationsResourcePrincipalConfigurationResult',
125
123
  'GetBdsInstanceUtilNodeResult',
126
124
  'GetBdsInstanceUtilNodeShapeConfigResult',
127
125
  'GetBdsInstanceWorkerNodeResult',
@@ -2896,14 +2894,6 @@ class BdsInstanceOsPatchActionPatchingConfig(dict):
2896
2894
  tolerance_threshold_per_domain: Optional[int] = None,
2897
2895
  wait_time_between_batch_in_seconds: Optional[int] = None,
2898
2896
  wait_time_between_domain_in_seconds: Optional[int] = None):
2899
- """
2900
- :param str patching_config_strategy: Type of strategy used for detailed patching configuration
2901
- :param int batch_size: How many nodes to be patched in each iteration.
2902
- :param int tolerance_threshold_per_batch: Acceptable number of failed-to-be-patched nodes in each batch. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of nodes.
2903
- :param int tolerance_threshold_per_domain: Acceptable number of failed-to-be-patched nodes in each domain. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of nodes.
2904
- :param int wait_time_between_batch_in_seconds: The wait time between batches in seconds.
2905
- :param int wait_time_between_domain_in_seconds: The wait time between AD/FD in seconds.
2906
- """
2907
2897
  pulumi.set(__self__, "patching_config_strategy", patching_config_strategy)
2908
2898
  if batch_size is not None:
2909
2899
  pulumi.set(__self__, "batch_size", batch_size)
@@ -2919,49 +2909,31 @@ class BdsInstanceOsPatchActionPatchingConfig(dict):
2919
2909
  @property
2920
2910
  @pulumi.getter(name="patchingConfigStrategy")
2921
2911
  def patching_config_strategy(self) -> str:
2922
- """
2923
- Type of strategy used for detailed patching configuration
2924
- """
2925
2912
  return pulumi.get(self, "patching_config_strategy")
2926
2913
 
2927
2914
  @property
2928
2915
  @pulumi.getter(name="batchSize")
2929
2916
  def batch_size(self) -> Optional[int]:
2930
- """
2931
- How many nodes to be patched in each iteration.
2932
- """
2933
2917
  return pulumi.get(self, "batch_size")
2934
2918
 
2935
2919
  @property
2936
2920
  @pulumi.getter(name="toleranceThresholdPerBatch")
2937
2921
  def tolerance_threshold_per_batch(self) -> Optional[int]:
2938
- """
2939
- Acceptable number of failed-to-be-patched nodes in each batch. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of nodes.
2940
- """
2941
2922
  return pulumi.get(self, "tolerance_threshold_per_batch")
2942
2923
 
2943
2924
  @property
2944
2925
  @pulumi.getter(name="toleranceThresholdPerDomain")
2945
2926
  def tolerance_threshold_per_domain(self) -> Optional[int]:
2946
- """
2947
- Acceptable number of failed-to-be-patched nodes in each domain. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of nodes.
2948
- """
2949
2927
  return pulumi.get(self, "tolerance_threshold_per_domain")
2950
2928
 
2951
2929
  @property
2952
2930
  @pulumi.getter(name="waitTimeBetweenBatchInSeconds")
2953
2931
  def wait_time_between_batch_in_seconds(self) -> Optional[int]:
2954
- """
2955
- The wait time between batches in seconds.
2956
- """
2957
2932
  return pulumi.get(self, "wait_time_between_batch_in_seconds")
2958
2933
 
2959
2934
  @property
2960
2935
  @pulumi.getter(name="waitTimeBetweenDomainInSeconds")
2961
2936
  def wait_time_between_domain_in_seconds(self) -> Optional[int]:
2962
- """
2963
- The wait time between AD/FD in seconds.
2964
- """
2965
2937
  return pulumi.get(self, "wait_time_between_domain_in_seconds")
2966
2938
 
2967
2939
 
@@ -6379,153 +6351,6 @@ class GetBdsInstancePatchesPatchResult(dict):
6379
6351
  return pulumi.get(self, "version")
6380
6352
 
6381
6353
 
6382
- @pulumi.output_type
6383
- class GetBdsInstanceResourcePrincipalConfigurationsFilterResult(dict):
6384
- def __init__(__self__, *,
6385
- name: str,
6386
- values: Sequence[str],
6387
- regex: Optional[bool] = None):
6388
- pulumi.set(__self__, "name", name)
6389
- pulumi.set(__self__, "values", values)
6390
- if regex is not None:
6391
- pulumi.set(__self__, "regex", regex)
6392
-
6393
- @property
6394
- @pulumi.getter
6395
- def name(self) -> str:
6396
- return pulumi.get(self, "name")
6397
-
6398
- @property
6399
- @pulumi.getter
6400
- def values(self) -> Sequence[str]:
6401
- return pulumi.get(self, "values")
6402
-
6403
- @property
6404
- @pulumi.getter
6405
- def regex(self) -> Optional[bool]:
6406
- return pulumi.get(self, "regex")
6407
-
6408
-
6409
- @pulumi.output_type
6410
- class GetBdsInstanceResourcePrincipalConfigurationsResourcePrincipalConfigurationResult(dict):
6411
- def __init__(__self__, *,
6412
- bds_instance_id: str,
6413
- cluster_admin_password: str,
6414
- display_name: str,
6415
- force_refresh_resource_principal_trigger: int,
6416
- id: str,
6417
- session_token_life_span_duration_in_hours: int,
6418
- state: str,
6419
- time_created: str,
6420
- time_token_expiry: str,
6421
- time_token_refreshed: str,
6422
- time_updated: str):
6423
- """
6424
- :param str bds_instance_id: The OCID of the cluster.
6425
- :param str display_name: A filter to return only resources that match the entire display name given.
6426
- :param str id: The id of the ResourcePrincipalConfiguration.
6427
- :param int session_token_life_span_duration_in_hours: Life span in hours of each resource principal session token.
6428
- :param str state: The state of the ResourcePrincipalConfiguration.
6429
- :param str time_created: The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
6430
- :param str time_token_expiry: the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
6431
- :param str time_token_refreshed: the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
6432
- :param str time_updated: The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
6433
- """
6434
- pulumi.set(__self__, "bds_instance_id", bds_instance_id)
6435
- pulumi.set(__self__, "cluster_admin_password", cluster_admin_password)
6436
- pulumi.set(__self__, "display_name", display_name)
6437
- pulumi.set(__self__, "force_refresh_resource_principal_trigger", force_refresh_resource_principal_trigger)
6438
- pulumi.set(__self__, "id", id)
6439
- pulumi.set(__self__, "session_token_life_span_duration_in_hours", session_token_life_span_duration_in_hours)
6440
- pulumi.set(__self__, "state", state)
6441
- pulumi.set(__self__, "time_created", time_created)
6442
- pulumi.set(__self__, "time_token_expiry", time_token_expiry)
6443
- pulumi.set(__self__, "time_token_refreshed", time_token_refreshed)
6444
- pulumi.set(__self__, "time_updated", time_updated)
6445
-
6446
- @property
6447
- @pulumi.getter(name="bdsInstanceId")
6448
- def bds_instance_id(self) -> str:
6449
- """
6450
- The OCID of the cluster.
6451
- """
6452
- return pulumi.get(self, "bds_instance_id")
6453
-
6454
- @property
6455
- @pulumi.getter(name="clusterAdminPassword")
6456
- def cluster_admin_password(self) -> str:
6457
- return pulumi.get(self, "cluster_admin_password")
6458
-
6459
- @property
6460
- @pulumi.getter(name="displayName")
6461
- def display_name(self) -> str:
6462
- """
6463
- A filter to return only resources that match the entire display name given.
6464
- """
6465
- return pulumi.get(self, "display_name")
6466
-
6467
- @property
6468
- @pulumi.getter(name="forceRefreshResourcePrincipalTrigger")
6469
- def force_refresh_resource_principal_trigger(self) -> int:
6470
- return pulumi.get(self, "force_refresh_resource_principal_trigger")
6471
-
6472
- @property
6473
- @pulumi.getter
6474
- def id(self) -> str:
6475
- """
6476
- The id of the ResourcePrincipalConfiguration.
6477
- """
6478
- return pulumi.get(self, "id")
6479
-
6480
- @property
6481
- @pulumi.getter(name="sessionTokenLifeSpanDurationInHours")
6482
- def session_token_life_span_duration_in_hours(self) -> int:
6483
- """
6484
- Life span in hours of each resource principal session token.
6485
- """
6486
- return pulumi.get(self, "session_token_life_span_duration_in_hours")
6487
-
6488
- @property
6489
- @pulumi.getter
6490
- def state(self) -> str:
6491
- """
6492
- The state of the ResourcePrincipalConfiguration.
6493
- """
6494
- return pulumi.get(self, "state")
6495
-
6496
- @property
6497
- @pulumi.getter(name="timeCreated")
6498
- def time_created(self) -> str:
6499
- """
6500
- The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
6501
- """
6502
- return pulumi.get(self, "time_created")
6503
-
6504
- @property
6505
- @pulumi.getter(name="timeTokenExpiry")
6506
- def time_token_expiry(self) -> str:
6507
- """
6508
- the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
6509
- """
6510
- return pulumi.get(self, "time_token_expiry")
6511
-
6512
- @property
6513
- @pulumi.getter(name="timeTokenRefreshed")
6514
- def time_token_refreshed(self) -> str:
6515
- """
6516
- the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
6517
- """
6518
- return pulumi.get(self, "time_token_refreshed")
6519
-
6520
- @property
6521
- @pulumi.getter(name="timeUpdated")
6522
- def time_updated(self) -> str:
6523
- """
6524
- The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
6525
- """
6526
- return pulumi.get(self, "time_updated")
6527
-
6528
-
6529
6354
  @pulumi.output_type
6530
6355
  class GetBdsInstanceUtilNodeResult(dict):
6531
6356
  def __init__(__self__, *,
@@ -5,11 +5,7 @@
5
5
  from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
- from .get_internal_namespace_occ_overviews import *
9
8
  from .get_internal_occ_availability_catalogs import *
10
- from .get_internal_occ_handover_resource_block_details import *
11
- from .get_internal_occ_handover_resource_blocks import *
12
- from .get_namespace_occ_overviews import *
13
9
  from .get_occ_availability_catalog import *
14
10
  from .get_occ_availability_catalog_content import *
15
11
  from .get_occ_availability_catalog_occ_availabilities import *
@@ -18,11 +14,7 @@ from .get_occ_capacity_request import *
18
14
  from .get_occ_capacity_requests import *
19
15
  from .get_occ_customer_group import *
20
16
  from .get_occ_customer_groups import *
21
- from .get_occ_handover_resource_block_details import *
22
- from .get_occ_handover_resource_blocks import *
23
17
  from .occ_availability_catalog import *
24
18
  from .occ_capacity_request import *
25
- from .occ_customer_group import *
26
- from .occ_customer_group_occ_customer import *
27
19
  from ._inputs import *
28
20
  from . import outputs