pulumi-oci 1.29.0__py3-none-any.whl → 1.29.0a1711521040__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 (41) hide show
  1. pulumi_oci/__init__.py +0 -8
  2. pulumi_oci/database/autonomous_database.py +14 -155
  3. pulumi_oci/database/get_autonomous_database.py +2 -41
  4. pulumi_oci/database/get_autonomous_databases.py +1 -1
  5. pulumi_oci/database/outputs.py +2 -68
  6. pulumi_oci/databasemanagement/get_managed_my_sql_database.py +6 -111
  7. pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +4 -32
  8. pulumi_oci/databasemanagement/outputs.py +75 -267
  9. pulumi_oci/dataintegration/__init__.py +0 -3
  10. pulumi_oci/dataintegration/_inputs.py +0 -4504
  11. pulumi_oci/dataintegration/outputs.py +4724 -16512
  12. pulumi_oci/devops/_inputs.py +2 -18
  13. pulumi_oci/devops/deploy_artifact.py +0 -2
  14. pulumi_oci/devops/deploy_stage.py +0 -141
  15. pulumi_oci/devops/get_deploy_stage.py +1 -40
  16. pulumi_oci/devops/outputs.py +6 -75
  17. pulumi_oci/logging/_inputs.py +187 -2751
  18. pulumi_oci/logging/outputs.py +772 -4985
  19. pulumi_oci/logging/unified_agent_configuration.py +208 -34
  20. pulumi_oci/monitoring/_inputs.py +0 -136
  21. pulumi_oci/monitoring/alarm.py +0 -173
  22. pulumi_oci/monitoring/get_alarm.py +1 -40
  23. pulumi_oci/monitoring/get_alarm_history_collection.py +2 -2
  24. pulumi_oci/monitoring/outputs.py +0 -305
  25. pulumi_oci/networkloadbalancer/_inputs.py +20 -20
  26. pulumi_oci/networkloadbalancer/backend.py +7 -7
  27. pulumi_oci/networkloadbalancer/backend_set.py +11 -11
  28. pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
  29. pulumi_oci/networkloadbalancer/get_listener.py +1 -1
  30. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -14
  31. pulumi_oci/networkloadbalancer/listener.py +7 -7
  32. pulumi_oci/networkloadbalancer/network_load_balancer.py +7 -56
  33. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -7
  34. pulumi_oci/networkloadbalancer/outputs.py +34 -41
  35. {pulumi_oci-1.29.0.dist-info → pulumi_oci-1.29.0a1711521040.dist-info}/METADATA +1 -1
  36. {pulumi_oci-1.29.0.dist-info → pulumi_oci-1.29.0a1711521040.dist-info}/RECORD +38 -41
  37. pulumi_oci/dataintegration/get_workspace_task.py +0 -443
  38. pulumi_oci/dataintegration/get_workspace_tasks.py +0 -254
  39. pulumi_oci/dataintegration/workspace_task.py +0 -1364
  40. {pulumi_oci-1.29.0.dist-info → pulumi_oci-1.29.0a1711521040.dist-info}/WHEEL +0 -0
  41. {pulumi_oci-1.29.0.dist-info → pulumi_oci-1.29.0a1711521040.dist-info}/top_level.txt +0 -0
@@ -1996,8 +1996,6 @@ class DeployArtifactDeployArtifactSource(dict):
1996
1996
  suggest = "deploy_artifact_path"
1997
1997
  elif key == "deployArtifactVersion":
1998
1998
  suggest = "deploy_artifact_version"
1999
- elif key == "helmArtifactSourceType":
2000
- suggest = "helm_artifact_source_type"
2001
1999
  elif key == "helmVerificationKeySource":
2002
2000
  suggest = "helm_verification_key_source"
2003
2001
  elif key == "imageDigest":
@@ -2024,18 +2022,16 @@ class DeployArtifactDeployArtifactSource(dict):
2024
2022
  chart_url: Optional[str] = None,
2025
2023
  deploy_artifact_path: Optional[str] = None,
2026
2024
  deploy_artifact_version: Optional[str] = None,
2027
- helm_artifact_source_type: Optional[str] = None,
2028
2025
  helm_verification_key_source: Optional['outputs.DeployArtifactDeployArtifactSourceHelmVerificationKeySource'] = None,
2029
2026
  image_digest: Optional[str] = None,
2030
2027
  image_uri: Optional[str] = None,
2031
2028
  repository_id: Optional[str] = None):
2032
2029
  """
2033
2030
  :param str deploy_artifact_source_type: (Updatable) Specifies types of artifact sources.
2034
- :param str base64encoded_content: (Updatable) The Helm commands to be executed, base 64 encoded
2031
+ :param str base64encoded_content: (Updatable) Specifies content for the inline artifact.
2035
2032
  :param str chart_url: (Updatable) The URL of an OCIR repository.
2036
2033
  :param str deploy_artifact_path: (Updatable) Specifies the artifact path in the repository.
2037
2034
  :param str deploy_artifact_version: (Updatable) Users can set this as a placeholder value that refers to a pipeline parameter, for example, ${appVersion}.
2038
- :param str helm_artifact_source_type: (Updatable) Specifies types of artifact sources.
2039
2035
  :param 'DeployArtifactDeployArtifactSourceHelmVerificationKeySourceArgs' helm_verification_key_source: (Updatable) The source of the verification material.
2040
2036
  :param str image_digest: (Updatable) Specifies image digest for the version of the image.
2041
2037
  :param str image_uri: (Updatable) Specifies OCIR Image Path - optionally include tag.
@@ -2050,8 +2046,6 @@ class DeployArtifactDeployArtifactSource(dict):
2050
2046
  pulumi.set(__self__, "deploy_artifact_path", deploy_artifact_path)
2051
2047
  if deploy_artifact_version is not None:
2052
2048
  pulumi.set(__self__, "deploy_artifact_version", deploy_artifact_version)
2053
- if helm_artifact_source_type is not None:
2054
- pulumi.set(__self__, "helm_artifact_source_type", helm_artifact_source_type)
2055
2049
  if helm_verification_key_source is not None:
2056
2050
  pulumi.set(__self__, "helm_verification_key_source", helm_verification_key_source)
2057
2051
  if image_digest is not None:
@@ -2073,7 +2067,7 @@ class DeployArtifactDeployArtifactSource(dict):
2073
2067
  @pulumi.getter(name="base64encodedContent")
2074
2068
  def base64encoded_content(self) -> Optional[str]:
2075
2069
  """
2076
- (Updatable) The Helm commands to be executed, base 64 encoded
2070
+ (Updatable) Specifies content for the inline artifact.
2077
2071
  """
2078
2072
  return pulumi.get(self, "base64encoded_content")
2079
2073
 
@@ -2101,14 +2095,6 @@ class DeployArtifactDeployArtifactSource(dict):
2101
2095
  """
2102
2096
  return pulumi.get(self, "deploy_artifact_version")
2103
2097
 
2104
- @property
2105
- @pulumi.getter(name="helmArtifactSourceType")
2106
- def helm_artifact_source_type(self) -> Optional[str]:
2107
- """
2108
- (Updatable) Specifies types of artifact sources.
2109
- """
2110
- return pulumi.get(self, "helm_artifact_source_type")
2111
-
2112
2098
  @property
2113
2099
  @pulumi.getter(name="helmVerificationKeySource")
2114
2100
  def helm_verification_key_source(self) -> Optional['outputs.DeployArtifactDeployArtifactSourceHelmVerificationKeySource']:
@@ -7734,18 +7720,16 @@ class GetDeployArtifactDeployArtifactSourceResult(dict):
7734
7720
  deploy_artifact_path: str,
7735
7721
  deploy_artifact_source_type: str,
7736
7722
  deploy_artifact_version: str,
7737
- helm_artifact_source_type: str,
7738
7723
  helm_verification_key_sources: Sequence['outputs.GetDeployArtifactDeployArtifactSourceHelmVerificationKeySourceResult'],
7739
7724
  image_digest: str,
7740
7725
  image_uri: str,
7741
7726
  repository_id: str):
7742
7727
  """
7743
- :param str base64encoded_content: The Helm commands to be executed, base 64 encoded
7728
+ :param str base64encoded_content: Specifies content for the inline artifact.
7744
7729
  :param str chart_url: The URL of an OCIR repository.
7745
7730
  :param str deploy_artifact_path: Specifies the artifact path in the repository.
7746
7731
  :param str deploy_artifact_source_type: Specifies types of artifact sources.
7747
7732
  :param str deploy_artifact_version: Users can set this as a placeholder value that refers to a pipeline parameter, for example, ${appVersion}.
7748
- :param str helm_artifact_source_type: Specifies types of artifact sources.
7749
7733
  :param Sequence['GetDeployArtifactDeployArtifactSourceHelmVerificationKeySourceArgs'] helm_verification_key_sources: The source of the verification material.
7750
7734
  :param str image_digest: Specifies image digest for the version of the image.
7751
7735
  :param str image_uri: Specifies OCIR Image Path - optionally include tag.
@@ -7756,7 +7740,6 @@ class GetDeployArtifactDeployArtifactSourceResult(dict):
7756
7740
  pulumi.set(__self__, "deploy_artifact_path", deploy_artifact_path)
7757
7741
  pulumi.set(__self__, "deploy_artifact_source_type", deploy_artifact_source_type)
7758
7742
  pulumi.set(__self__, "deploy_artifact_version", deploy_artifact_version)
7759
- pulumi.set(__self__, "helm_artifact_source_type", helm_artifact_source_type)
7760
7743
  pulumi.set(__self__, "helm_verification_key_sources", helm_verification_key_sources)
7761
7744
  pulumi.set(__self__, "image_digest", image_digest)
7762
7745
  pulumi.set(__self__, "image_uri", image_uri)
@@ -7766,7 +7749,7 @@ class GetDeployArtifactDeployArtifactSourceResult(dict):
7766
7749
  @pulumi.getter(name="base64encodedContent")
7767
7750
  def base64encoded_content(self) -> str:
7768
7751
  """
7769
- The Helm commands to be executed, base 64 encoded
7752
+ Specifies content for the inline artifact.
7770
7753
  """
7771
7754
  return pulumi.get(self, "base64encoded_content")
7772
7755
 
@@ -7802,14 +7785,6 @@ class GetDeployArtifactDeployArtifactSourceResult(dict):
7802
7785
  """
7803
7786
  return pulumi.get(self, "deploy_artifact_version")
7804
7787
 
7805
- @property
7806
- @pulumi.getter(name="helmArtifactSourceType")
7807
- def helm_artifact_source_type(self) -> str:
7808
- """
7809
- Specifies types of artifact sources.
7810
- """
7811
- return pulumi.get(self, "helm_artifact_source_type")
7812
-
7813
7788
  @property
7814
7789
  @pulumi.getter(name="helmVerificationKeySources")
7815
7790
  def helm_verification_key_sources(self) -> Sequence['outputs.GetDeployArtifactDeployArtifactSourceHelmVerificationKeySourceResult']:
@@ -8086,18 +8061,16 @@ class GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceResult(d
8086
8061
  deploy_artifact_path: str,
8087
8062
  deploy_artifact_source_type: str,
8088
8063
  deploy_artifact_version: str,
8089
- helm_artifact_source_type: str,
8090
8064
  helm_verification_key_sources: Sequence['outputs.GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceHelmVerificationKeySourceResult'],
8091
8065
  image_digest: str,
8092
8066
  image_uri: str,
8093
8067
  repository_id: str):
8094
8068
  """
8095
- :param str base64encoded_content: The Helm commands to be executed, base 64 encoded
8069
+ :param str base64encoded_content: Specifies content for the inline artifact.
8096
8070
  :param str chart_url: The URL of an OCIR repository.
8097
8071
  :param str deploy_artifact_path: Specifies the artifact path in the repository.
8098
8072
  :param str deploy_artifact_source_type: Specifies types of artifact sources.
8099
8073
  :param str deploy_artifact_version: Users can set this as a placeholder value that refers to a pipeline parameter, for example, ${appVersion}.
8100
- :param str helm_artifact_source_type: Specifies types of artifact sources.
8101
8074
  :param Sequence['GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceHelmVerificationKeySourceArgs'] helm_verification_key_sources: The source of the verification material.
8102
8075
  :param str image_digest: Specifies image digest for the version of the image.
8103
8076
  :param str image_uri: Specifies OCIR Image Path - optionally include tag.
@@ -8108,7 +8081,6 @@ class GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceResult(d
8108
8081
  pulumi.set(__self__, "deploy_artifact_path", deploy_artifact_path)
8109
8082
  pulumi.set(__self__, "deploy_artifact_source_type", deploy_artifact_source_type)
8110
8083
  pulumi.set(__self__, "deploy_artifact_version", deploy_artifact_version)
8111
- pulumi.set(__self__, "helm_artifact_source_type", helm_artifact_source_type)
8112
8084
  pulumi.set(__self__, "helm_verification_key_sources", helm_verification_key_sources)
8113
8085
  pulumi.set(__self__, "image_digest", image_digest)
8114
8086
  pulumi.set(__self__, "image_uri", image_uri)
@@ -8118,7 +8090,7 @@ class GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceResult(d
8118
8090
  @pulumi.getter(name="base64encodedContent")
8119
8091
  def base64encoded_content(self) -> str:
8120
8092
  """
8121
- The Helm commands to be executed, base 64 encoded
8093
+ Specifies content for the inline artifact.
8122
8094
  """
8123
8095
  return pulumi.get(self, "base64encoded_content")
8124
8096
 
@@ -8154,14 +8126,6 @@ class GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceResult(d
8154
8126
  """
8155
8127
  return pulumi.get(self, "deploy_artifact_version")
8156
8128
 
8157
- @property
8158
- @pulumi.getter(name="helmArtifactSourceType")
8159
- def helm_artifact_source_type(self) -> str:
8160
- """
8161
- Specifies types of artifact sources.
8162
- """
8163
- return pulumi.get(self, "helm_artifact_source_type")
8164
-
8165
8129
  @property
8166
8130
  @pulumi.getter(name="helmVerificationKeySources")
8167
8131
  def helm_verification_key_sources(self) -> Sequence['outputs.GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceHelmVerificationKeySourceResult']:
@@ -10271,12 +10235,10 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10271
10235
  function_timeout_in_seconds: int,
10272
10236
  green_backend_ips: Sequence['outputs.GetDeployStagesDeployStageCollectionItemGreenBackendIpResult'],
10273
10237
  helm_chart_deploy_artifact_id: str,
10274
- helm_command_artifact_ids: Sequence[str],
10275
10238
  id: str,
10276
10239
  is_async: bool,
10277
10240
  is_debug_enabled: bool,
10278
10241
  is_force_enabled: bool,
10279
- is_uninstall_on_stage_delete: bool,
10280
10242
  is_validation_enabled: bool,
10281
10243
  kubernetes_manifest_deploy_artifact_ids: Sequence[str],
10282
10244
  lifecycle_details: str,
@@ -10290,7 +10252,6 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10290
10252
  oke_cluster_deploy_environment_id: str,
10291
10253
  production_load_balancer_configs: Sequence['outputs.GetDeployStagesDeployStageCollectionItemProductionLoadBalancerConfigResult'],
10292
10254
  project_id: str,
10293
- purpose: str,
10294
10255
  release_name: str,
10295
10256
  rollback_policies: Sequence['outputs.GetDeployStagesDeployStageCollectionItemRollbackPolicyResult'],
10296
10257
  rollout_policies: Sequence['outputs.GetDeployStagesDeployStageCollectionItemRolloutPolicyResult'],
@@ -10343,12 +10304,10 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10343
10304
  :param int function_timeout_in_seconds: Timeout for execution of the Function. Value in seconds.
10344
10305
  :param Sequence['GetDeployStagesDeployStageCollectionItemGreenBackendIpArgs'] green_backend_ips: Collection of backend environment IP addresses.
10345
10306
  :param str helm_chart_deploy_artifact_id: Helm chart artifact OCID.
10346
- :param Sequence[str] helm_command_artifact_ids: List of Helm command artifact OCIDs.
10347
10307
  :param str id: Unique identifier or OCID for listing a single resource by ID.
10348
10308
  :param bool is_async: A boolean flag specifies whether this stage executes asynchronously.
10349
10309
  :param bool is_debug_enabled: Enables helm --debug option to stream output to tf stdout. Set to false by default.
10350
10310
  :param bool is_force_enabled: Force resource update through delete; or if required, recreate. Set to false by default.
10351
- :param bool is_uninstall_on_stage_delete: Uninstall the Helm chart release on deleting the stage.
10352
10311
  :param bool is_validation_enabled: A boolean flag specifies whether the invoked function must be validated.
10353
10312
  :param Sequence[str] kubernetes_manifest_deploy_artifact_ids: List of Kubernetes manifest artifact OCIDs.
10354
10313
  :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
@@ -10362,7 +10321,6 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10362
10321
  :param str oke_cluster_deploy_environment_id: Kubernetes cluster environment OCID for deployment.
10363
10322
  :param Sequence['GetDeployStagesDeployStageCollectionItemProductionLoadBalancerConfigArgs'] production_load_balancer_configs: Specifies config for load balancer traffic shift stages. The Load Balancer specified here should be an Application Load Balancer type. Network Load Balancers are not supported.
10364
10323
  :param str project_id: The OCID of a project.
10365
- :param str purpose: The purpose of running this Helm stage
10366
10324
  :param str release_name: Release name of the Helm chart.
10367
10325
  :param Sequence['GetDeployStagesDeployStageCollectionItemRollbackPolicyArgs'] rollback_policies: Specifies the rollback policy. This is initiated on the failure of certain stage types.
10368
10326
  :param Sequence['GetDeployStagesDeployStageCollectionItemRolloutPolicyArgs'] rollout_policies: Description of rollout policy for load balancer traffic shift stage.
@@ -10415,12 +10373,10 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10415
10373
  pulumi.set(__self__, "function_timeout_in_seconds", function_timeout_in_seconds)
10416
10374
  pulumi.set(__self__, "green_backend_ips", green_backend_ips)
10417
10375
  pulumi.set(__self__, "helm_chart_deploy_artifact_id", helm_chart_deploy_artifact_id)
10418
- pulumi.set(__self__, "helm_command_artifact_ids", helm_command_artifact_ids)
10419
10376
  pulumi.set(__self__, "id", id)
10420
10377
  pulumi.set(__self__, "is_async", is_async)
10421
10378
  pulumi.set(__self__, "is_debug_enabled", is_debug_enabled)
10422
10379
  pulumi.set(__self__, "is_force_enabled", is_force_enabled)
10423
- pulumi.set(__self__, "is_uninstall_on_stage_delete", is_uninstall_on_stage_delete)
10424
10380
  pulumi.set(__self__, "is_validation_enabled", is_validation_enabled)
10425
10381
  pulumi.set(__self__, "kubernetes_manifest_deploy_artifact_ids", kubernetes_manifest_deploy_artifact_ids)
10426
10382
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
@@ -10434,7 +10390,6 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10434
10390
  pulumi.set(__self__, "oke_cluster_deploy_environment_id", oke_cluster_deploy_environment_id)
10435
10391
  pulumi.set(__self__, "production_load_balancer_configs", production_load_balancer_configs)
10436
10392
  pulumi.set(__self__, "project_id", project_id)
10437
- pulumi.set(__self__, "purpose", purpose)
10438
10393
  pulumi.set(__self__, "release_name", release_name)
10439
10394
  pulumi.set(__self__, "rollback_policies", rollback_policies)
10440
10395
  pulumi.set(__self__, "rollout_policies", rollout_policies)
@@ -10704,14 +10659,6 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10704
10659
  """
10705
10660
  return pulumi.get(self, "helm_chart_deploy_artifact_id")
10706
10661
 
10707
- @property
10708
- @pulumi.getter(name="helmCommandArtifactIds")
10709
- def helm_command_artifact_ids(self) -> Sequence[str]:
10710
- """
10711
- List of Helm command artifact OCIDs.
10712
- """
10713
- return pulumi.get(self, "helm_command_artifact_ids")
10714
-
10715
10662
  @property
10716
10663
  @pulumi.getter
10717
10664
  def id(self) -> str:
@@ -10744,14 +10691,6 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10744
10691
  """
10745
10692
  return pulumi.get(self, "is_force_enabled")
10746
10693
 
10747
- @property
10748
- @pulumi.getter(name="isUninstallOnStageDelete")
10749
- def is_uninstall_on_stage_delete(self) -> bool:
10750
- """
10751
- Uninstall the Helm chart release on deleting the stage.
10752
- """
10753
- return pulumi.get(self, "is_uninstall_on_stage_delete")
10754
-
10755
10694
  @property
10756
10695
  @pulumi.getter(name="isValidationEnabled")
10757
10696
  def is_validation_enabled(self) -> bool:
@@ -10856,14 +10795,6 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
10856
10795
  """
10857
10796
  return pulumi.get(self, "project_id")
10858
10797
 
10859
- @property
10860
- @pulumi.getter
10861
- def purpose(self) -> str:
10862
- """
10863
- The purpose of running this Helm stage
10864
- """
10865
- return pulumi.get(self, "purpose")
10866
-
10867
10798
  @property
10868
10799
  @pulumi.getter(name="releaseName")
10869
10800
  def release_name(self) -> str: