pulumi-oci 1.28.0a1711030900__py3-none-any.whl → 1.29.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +16 -0
- pulumi_oci/apmtraces/get_query_quick_picks.py +2 -2
- pulumi_oci/apmtraces/get_trace.py +69 -5
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +73 -5
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +6 -6
- pulumi_oci/apmtraces/outputs.py +22 -0
- pulumi_oci/database/_inputs.py +4 -4
- pulumi_oci/database/autonomous_database.py +425 -179
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_databases.py +1 -1
- pulumi_oci/database/outputs.py +72 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +111 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +32 -4
- pulumi_oci/databasemanagement/outputs.py +267 -75
- pulumi_oci/dataintegration/__init__.py +3 -0
- pulumi_oci/dataintegration/_inputs.py +4504 -0
- pulumi_oci/dataintegration/get_workspace_task.py +443 -0
- pulumi_oci/dataintegration/get_workspace_tasks.py +254 -0
- pulumi_oci/dataintegration/outputs.py +16511 -4723
- pulumi_oci/dataintegration/workspace_task.py +1364 -0
- pulumi_oci/devops/_inputs.py +18 -2
- pulumi_oci/devops/deploy_artifact.py +2 -0
- pulumi_oci/devops/deploy_stage.py +141 -0
- pulumi_oci/devops/get_deploy_stage.py +40 -1
- pulumi_oci/devops/outputs.py +75 -6
- pulumi_oci/integration/__init__.py +1 -0
- pulumi_oci/integration/_inputs.py +58 -0
- pulumi_oci/integration/get_integration_instance.py +15 -1
- pulumi_oci/integration/integration_instance.py +42 -0
- pulumi_oci/integration/outputs.py +170 -4
- pulumi_oci/integration/private_endpoint_outbound_connection.py +234 -0
- pulumi_oci/logging/_inputs.py +2751 -187
- pulumi_oci/logging/outputs.py +4981 -768
- pulumi_oci/logging/unified_agent_configuration.py +34 -208
- pulumi_oci/monitoring/_inputs.py +136 -0
- pulumi_oci/monitoring/alarm.py +173 -0
- pulumi_oci/monitoring/get_alarm.py +40 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +2 -2
- pulumi_oci/monitoring/outputs.py +305 -0
- pulumi_oci/networkloadbalancer/_inputs.py +20 -20
- pulumi_oci/networkloadbalancer/backend.py +7 -7
- pulumi_oci/networkloadbalancer/backend_set.py +11 -11
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +14 -1
- pulumi_oci/networkloadbalancer/listener.py +7 -7
- pulumi_oci/networkloadbalancer/network_load_balancer.py +56 -7
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -7
- pulumi_oci/networkloadbalancer/outputs.py +41 -34
- {pulumi_oci-1.28.0a1711030900.dist-info → pulumi_oci-1.29.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.28.0a1711030900.dist-info → pulumi_oci-1.29.0.dist-info}/RECORD +53 -49
- {pulumi_oci-1.28.0a1711030900.dist-info → pulumi_oci-1.29.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.28.0a1711030900.dist-info → pulumi_oci-1.29.0.dist-info}/top_level.txt +0 -0
pulumi_oci/devops/outputs.py
CHANGED
@@ -1996,6 +1996,8 @@ 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"
|
1999
2001
|
elif key == "helmVerificationKeySource":
|
2000
2002
|
suggest = "helm_verification_key_source"
|
2001
2003
|
elif key == "imageDigest":
|
@@ -2022,16 +2024,18 @@ class DeployArtifactDeployArtifactSource(dict):
|
|
2022
2024
|
chart_url: Optional[str] = None,
|
2023
2025
|
deploy_artifact_path: Optional[str] = None,
|
2024
2026
|
deploy_artifact_version: Optional[str] = None,
|
2027
|
+
helm_artifact_source_type: Optional[str] = None,
|
2025
2028
|
helm_verification_key_source: Optional['outputs.DeployArtifactDeployArtifactSourceHelmVerificationKeySource'] = None,
|
2026
2029
|
image_digest: Optional[str] = None,
|
2027
2030
|
image_uri: Optional[str] = None,
|
2028
2031
|
repository_id: Optional[str] = None):
|
2029
2032
|
"""
|
2030
2033
|
:param str deploy_artifact_source_type: (Updatable) Specifies types of artifact sources.
|
2031
|
-
:param str base64encoded_content: (Updatable)
|
2034
|
+
:param str base64encoded_content: (Updatable) The Helm commands to be executed, base 64 encoded
|
2032
2035
|
:param str chart_url: (Updatable) The URL of an OCIR repository.
|
2033
2036
|
:param str deploy_artifact_path: (Updatable) Specifies the artifact path in the repository.
|
2034
2037
|
: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.
|
2035
2039
|
:param 'DeployArtifactDeployArtifactSourceHelmVerificationKeySourceArgs' helm_verification_key_source: (Updatable) The source of the verification material.
|
2036
2040
|
:param str image_digest: (Updatable) Specifies image digest for the version of the image.
|
2037
2041
|
:param str image_uri: (Updatable) Specifies OCIR Image Path - optionally include tag.
|
@@ -2046,6 +2050,8 @@ class DeployArtifactDeployArtifactSource(dict):
|
|
2046
2050
|
pulumi.set(__self__, "deploy_artifact_path", deploy_artifact_path)
|
2047
2051
|
if deploy_artifact_version is not None:
|
2048
2052
|
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)
|
2049
2055
|
if helm_verification_key_source is not None:
|
2050
2056
|
pulumi.set(__self__, "helm_verification_key_source", helm_verification_key_source)
|
2051
2057
|
if image_digest is not None:
|
@@ -2067,7 +2073,7 @@ class DeployArtifactDeployArtifactSource(dict):
|
|
2067
2073
|
@pulumi.getter(name="base64encodedContent")
|
2068
2074
|
def base64encoded_content(self) -> Optional[str]:
|
2069
2075
|
"""
|
2070
|
-
(Updatable)
|
2076
|
+
(Updatable) The Helm commands to be executed, base 64 encoded
|
2071
2077
|
"""
|
2072
2078
|
return pulumi.get(self, "base64encoded_content")
|
2073
2079
|
|
@@ -2095,6 +2101,14 @@ class DeployArtifactDeployArtifactSource(dict):
|
|
2095
2101
|
"""
|
2096
2102
|
return pulumi.get(self, "deploy_artifact_version")
|
2097
2103
|
|
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
|
+
|
2098
2112
|
@property
|
2099
2113
|
@pulumi.getter(name="helmVerificationKeySource")
|
2100
2114
|
def helm_verification_key_source(self) -> Optional['outputs.DeployArtifactDeployArtifactSourceHelmVerificationKeySource']:
|
@@ -7720,16 +7734,18 @@ class GetDeployArtifactDeployArtifactSourceResult(dict):
|
|
7720
7734
|
deploy_artifact_path: str,
|
7721
7735
|
deploy_artifact_source_type: str,
|
7722
7736
|
deploy_artifact_version: str,
|
7737
|
+
helm_artifact_source_type: str,
|
7723
7738
|
helm_verification_key_sources: Sequence['outputs.GetDeployArtifactDeployArtifactSourceHelmVerificationKeySourceResult'],
|
7724
7739
|
image_digest: str,
|
7725
7740
|
image_uri: str,
|
7726
7741
|
repository_id: str):
|
7727
7742
|
"""
|
7728
|
-
:param str base64encoded_content:
|
7743
|
+
:param str base64encoded_content: The Helm commands to be executed, base 64 encoded
|
7729
7744
|
:param str chart_url: The URL of an OCIR repository.
|
7730
7745
|
:param str deploy_artifact_path: Specifies the artifact path in the repository.
|
7731
7746
|
:param str deploy_artifact_source_type: Specifies types of artifact sources.
|
7732
7747
|
: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.
|
7733
7749
|
:param Sequence['GetDeployArtifactDeployArtifactSourceHelmVerificationKeySourceArgs'] helm_verification_key_sources: The source of the verification material.
|
7734
7750
|
:param str image_digest: Specifies image digest for the version of the image.
|
7735
7751
|
:param str image_uri: Specifies OCIR Image Path - optionally include tag.
|
@@ -7740,6 +7756,7 @@ class GetDeployArtifactDeployArtifactSourceResult(dict):
|
|
7740
7756
|
pulumi.set(__self__, "deploy_artifact_path", deploy_artifact_path)
|
7741
7757
|
pulumi.set(__self__, "deploy_artifact_source_type", deploy_artifact_source_type)
|
7742
7758
|
pulumi.set(__self__, "deploy_artifact_version", deploy_artifact_version)
|
7759
|
+
pulumi.set(__self__, "helm_artifact_source_type", helm_artifact_source_type)
|
7743
7760
|
pulumi.set(__self__, "helm_verification_key_sources", helm_verification_key_sources)
|
7744
7761
|
pulumi.set(__self__, "image_digest", image_digest)
|
7745
7762
|
pulumi.set(__self__, "image_uri", image_uri)
|
@@ -7749,7 +7766,7 @@ class GetDeployArtifactDeployArtifactSourceResult(dict):
|
|
7749
7766
|
@pulumi.getter(name="base64encodedContent")
|
7750
7767
|
def base64encoded_content(self) -> str:
|
7751
7768
|
"""
|
7752
|
-
|
7769
|
+
The Helm commands to be executed, base 64 encoded
|
7753
7770
|
"""
|
7754
7771
|
return pulumi.get(self, "base64encoded_content")
|
7755
7772
|
|
@@ -7785,6 +7802,14 @@ class GetDeployArtifactDeployArtifactSourceResult(dict):
|
|
7785
7802
|
"""
|
7786
7803
|
return pulumi.get(self, "deploy_artifact_version")
|
7787
7804
|
|
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
|
+
|
7788
7813
|
@property
|
7789
7814
|
@pulumi.getter(name="helmVerificationKeySources")
|
7790
7815
|
def helm_verification_key_sources(self) -> Sequence['outputs.GetDeployArtifactDeployArtifactSourceHelmVerificationKeySourceResult']:
|
@@ -8061,16 +8086,18 @@ class GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceResult(d
|
|
8061
8086
|
deploy_artifact_path: str,
|
8062
8087
|
deploy_artifact_source_type: str,
|
8063
8088
|
deploy_artifact_version: str,
|
8089
|
+
helm_artifact_source_type: str,
|
8064
8090
|
helm_verification_key_sources: Sequence['outputs.GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceHelmVerificationKeySourceResult'],
|
8065
8091
|
image_digest: str,
|
8066
8092
|
image_uri: str,
|
8067
8093
|
repository_id: str):
|
8068
8094
|
"""
|
8069
|
-
:param str base64encoded_content:
|
8095
|
+
:param str base64encoded_content: The Helm commands to be executed, base 64 encoded
|
8070
8096
|
:param str chart_url: The URL of an OCIR repository.
|
8071
8097
|
:param str deploy_artifact_path: Specifies the artifact path in the repository.
|
8072
8098
|
:param str deploy_artifact_source_type: Specifies types of artifact sources.
|
8073
8099
|
: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.
|
8074
8101
|
:param Sequence['GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceHelmVerificationKeySourceArgs'] helm_verification_key_sources: The source of the verification material.
|
8075
8102
|
:param str image_digest: Specifies image digest for the version of the image.
|
8076
8103
|
:param str image_uri: Specifies OCIR Image Path - optionally include tag.
|
@@ -8081,6 +8108,7 @@ class GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceResult(d
|
|
8081
8108
|
pulumi.set(__self__, "deploy_artifact_path", deploy_artifact_path)
|
8082
8109
|
pulumi.set(__self__, "deploy_artifact_source_type", deploy_artifact_source_type)
|
8083
8110
|
pulumi.set(__self__, "deploy_artifact_version", deploy_artifact_version)
|
8111
|
+
pulumi.set(__self__, "helm_artifact_source_type", helm_artifact_source_type)
|
8084
8112
|
pulumi.set(__self__, "helm_verification_key_sources", helm_verification_key_sources)
|
8085
8113
|
pulumi.set(__self__, "image_digest", image_digest)
|
8086
8114
|
pulumi.set(__self__, "image_uri", image_uri)
|
@@ -8090,7 +8118,7 @@ class GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceResult(d
|
|
8090
8118
|
@pulumi.getter(name="base64encodedContent")
|
8091
8119
|
def base64encoded_content(self) -> str:
|
8092
8120
|
"""
|
8093
|
-
|
8121
|
+
The Helm commands to be executed, base 64 encoded
|
8094
8122
|
"""
|
8095
8123
|
return pulumi.get(self, "base64encoded_content")
|
8096
8124
|
|
@@ -8126,6 +8154,14 @@ class GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceResult(d
|
|
8126
8154
|
"""
|
8127
8155
|
return pulumi.get(self, "deploy_artifact_version")
|
8128
8156
|
|
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
|
+
|
8129
8165
|
@property
|
8130
8166
|
@pulumi.getter(name="helmVerificationKeySources")
|
8131
8167
|
def helm_verification_key_sources(self) -> Sequence['outputs.GetDeployArtifactsDeployArtifactCollectionItemDeployArtifactSourceHelmVerificationKeySourceResult']:
|
@@ -10235,10 +10271,12 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
|
|
10235
10271
|
function_timeout_in_seconds: int,
|
10236
10272
|
green_backend_ips: Sequence['outputs.GetDeployStagesDeployStageCollectionItemGreenBackendIpResult'],
|
10237
10273
|
helm_chart_deploy_artifact_id: str,
|
10274
|
+
helm_command_artifact_ids: Sequence[str],
|
10238
10275
|
id: str,
|
10239
10276
|
is_async: bool,
|
10240
10277
|
is_debug_enabled: bool,
|
10241
10278
|
is_force_enabled: bool,
|
10279
|
+
is_uninstall_on_stage_delete: bool,
|
10242
10280
|
is_validation_enabled: bool,
|
10243
10281
|
kubernetes_manifest_deploy_artifact_ids: Sequence[str],
|
10244
10282
|
lifecycle_details: str,
|
@@ -10252,6 +10290,7 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
|
|
10252
10290
|
oke_cluster_deploy_environment_id: str,
|
10253
10291
|
production_load_balancer_configs: Sequence['outputs.GetDeployStagesDeployStageCollectionItemProductionLoadBalancerConfigResult'],
|
10254
10292
|
project_id: str,
|
10293
|
+
purpose: str,
|
10255
10294
|
release_name: str,
|
10256
10295
|
rollback_policies: Sequence['outputs.GetDeployStagesDeployStageCollectionItemRollbackPolicyResult'],
|
10257
10296
|
rollout_policies: Sequence['outputs.GetDeployStagesDeployStageCollectionItemRolloutPolicyResult'],
|
@@ -10304,10 +10343,12 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
|
|
10304
10343
|
:param int function_timeout_in_seconds: Timeout for execution of the Function. Value in seconds.
|
10305
10344
|
:param Sequence['GetDeployStagesDeployStageCollectionItemGreenBackendIpArgs'] green_backend_ips: Collection of backend environment IP addresses.
|
10306
10345
|
: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.
|
10307
10347
|
:param str id: Unique identifier or OCID for listing a single resource by ID.
|
10308
10348
|
:param bool is_async: A boolean flag specifies whether this stage executes asynchronously.
|
10309
10349
|
:param bool is_debug_enabled: Enables helm --debug option to stream output to tf stdout. Set to false by default.
|
10310
10350
|
: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.
|
10311
10352
|
:param bool is_validation_enabled: A boolean flag specifies whether the invoked function must be validated.
|
10312
10353
|
:param Sequence[str] kubernetes_manifest_deploy_artifact_ids: List of Kubernetes manifest artifact OCIDs.
|
10313
10354
|
: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.
|
@@ -10321,6 +10362,7 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
|
|
10321
10362
|
:param str oke_cluster_deploy_environment_id: Kubernetes cluster environment OCID for deployment.
|
10322
10363
|
: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.
|
10323
10364
|
:param str project_id: The OCID of a project.
|
10365
|
+
:param str purpose: The purpose of running this Helm stage
|
10324
10366
|
:param str release_name: Release name of the Helm chart.
|
10325
10367
|
:param Sequence['GetDeployStagesDeployStageCollectionItemRollbackPolicyArgs'] rollback_policies: Specifies the rollback policy. This is initiated on the failure of certain stage types.
|
10326
10368
|
:param Sequence['GetDeployStagesDeployStageCollectionItemRolloutPolicyArgs'] rollout_policies: Description of rollout policy for load balancer traffic shift stage.
|
@@ -10373,10 +10415,12 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
|
|
10373
10415
|
pulumi.set(__self__, "function_timeout_in_seconds", function_timeout_in_seconds)
|
10374
10416
|
pulumi.set(__self__, "green_backend_ips", green_backend_ips)
|
10375
10417
|
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)
|
10376
10419
|
pulumi.set(__self__, "id", id)
|
10377
10420
|
pulumi.set(__self__, "is_async", is_async)
|
10378
10421
|
pulumi.set(__self__, "is_debug_enabled", is_debug_enabled)
|
10379
10422
|
pulumi.set(__self__, "is_force_enabled", is_force_enabled)
|
10423
|
+
pulumi.set(__self__, "is_uninstall_on_stage_delete", is_uninstall_on_stage_delete)
|
10380
10424
|
pulumi.set(__self__, "is_validation_enabled", is_validation_enabled)
|
10381
10425
|
pulumi.set(__self__, "kubernetes_manifest_deploy_artifact_ids", kubernetes_manifest_deploy_artifact_ids)
|
10382
10426
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -10390,6 +10434,7 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
|
|
10390
10434
|
pulumi.set(__self__, "oke_cluster_deploy_environment_id", oke_cluster_deploy_environment_id)
|
10391
10435
|
pulumi.set(__self__, "production_load_balancer_configs", production_load_balancer_configs)
|
10392
10436
|
pulumi.set(__self__, "project_id", project_id)
|
10437
|
+
pulumi.set(__self__, "purpose", purpose)
|
10393
10438
|
pulumi.set(__self__, "release_name", release_name)
|
10394
10439
|
pulumi.set(__self__, "rollback_policies", rollback_policies)
|
10395
10440
|
pulumi.set(__self__, "rollout_policies", rollout_policies)
|
@@ -10659,6 +10704,14 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
|
|
10659
10704
|
"""
|
10660
10705
|
return pulumi.get(self, "helm_chart_deploy_artifact_id")
|
10661
10706
|
|
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
|
+
|
10662
10715
|
@property
|
10663
10716
|
@pulumi.getter
|
10664
10717
|
def id(self) -> str:
|
@@ -10691,6 +10744,14 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
|
|
10691
10744
|
"""
|
10692
10745
|
return pulumi.get(self, "is_force_enabled")
|
10693
10746
|
|
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
|
+
|
10694
10755
|
@property
|
10695
10756
|
@pulumi.getter(name="isValidationEnabled")
|
10696
10757
|
def is_validation_enabled(self) -> bool:
|
@@ -10795,6 +10856,14 @@ class GetDeployStagesDeployStageCollectionItemResult(dict):
|
|
10795
10856
|
"""
|
10796
10857
|
return pulumi.get(self, "project_id")
|
10797
10858
|
|
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
|
+
|
10798
10867
|
@property
|
10799
10868
|
@pulumi.getter(name="releaseName")
|
10800
10869
|
def release_name(self) -> str:
|
@@ -16,6 +16,7 @@ __all__ = [
|
|
16
16
|
'IntegrationInstanceIdcsInfoArgs',
|
17
17
|
'IntegrationInstanceNetworkEndpointDetailsArgs',
|
18
18
|
'IntegrationInstanceNetworkEndpointDetailsAllowlistedHttpVcnArgs',
|
19
|
+
'IntegrationInstancePrivateEndpointOutboundConnectionArgs',
|
19
20
|
'GetIntegrationInstancesFilterArgs',
|
20
21
|
]
|
21
22
|
|
@@ -347,6 +348,7 @@ class IntegrationInstanceNetworkEndpointDetailsArgs:
|
|
347
348
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowlisted_http_ips: Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
|
348
349
|
:param pulumi.Input[Sequence[pulumi.Input['IntegrationInstanceNetworkEndpointDetailsAllowlistedHttpVcnArgs']]] allowlisted_http_vcns: Virtual Cloud Networks allowed to access this network endpoint.
|
349
350
|
:param pulumi.Input[bool] is_integration_vcn_allowlisted: The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
|
351
|
+
<<<<<<< HEAD
|
350
352
|
"""
|
351
353
|
pulumi.set(__self__, "network_endpoint_type", network_endpoint_type)
|
352
354
|
if allowlisted_http_ips is not None:
|
@@ -397,6 +399,7 @@ class IntegrationInstanceNetworkEndpointDetailsArgs:
|
|
397
399
|
def is_integration_vcn_allowlisted(self) -> Optional[pulumi.Input[bool]]:
|
398
400
|
"""
|
399
401
|
The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
|
402
|
+
<<<<<<< HEAD
|
400
403
|
"""
|
401
404
|
return pulumi.get(self, "is_integration_vcn_allowlisted")
|
402
405
|
|
@@ -443,6 +446,61 @@ class IntegrationInstanceNetworkEndpointDetailsAllowlistedHttpVcnArgs:
|
|
443
446
|
pulumi.set(self, "allowlisted_ips", value)
|
444
447
|
|
445
448
|
|
449
|
+
@pulumi.input_type
|
450
|
+
class IntegrationInstancePrivateEndpointOutboundConnectionArgs:
|
451
|
+
def __init__(__self__, *,
|
452
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
453
|
+
outbound_connection_type: Optional[pulumi.Input[str]] = None,
|
454
|
+
subnet_id: Optional[pulumi.Input[str]] = None):
|
455
|
+
"""
|
456
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: One or more Network security group Ids. This is an optional argument.
|
457
|
+
:param pulumi.Input[str] outbound_connection_type: The type of Outbound Connection.
|
458
|
+
:param pulumi.Input[str] subnet_id: Customer Private Network VCN Subnet OCID. This is a required argument.
|
459
|
+
"""
|
460
|
+
if nsg_ids is not None:
|
461
|
+
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
462
|
+
if outbound_connection_type is not None:
|
463
|
+
pulumi.set(__self__, "outbound_connection_type", outbound_connection_type)
|
464
|
+
if subnet_id is not None:
|
465
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
466
|
+
|
467
|
+
@property
|
468
|
+
@pulumi.getter(name="nsgIds")
|
469
|
+
def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
470
|
+
"""
|
471
|
+
One or more Network security group Ids. This is an optional argument.
|
472
|
+
"""
|
473
|
+
return pulumi.get(self, "nsg_ids")
|
474
|
+
|
475
|
+
@nsg_ids.setter
|
476
|
+
def nsg_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
477
|
+
pulumi.set(self, "nsg_ids", value)
|
478
|
+
|
479
|
+
@property
|
480
|
+
@pulumi.getter(name="outboundConnectionType")
|
481
|
+
def outbound_connection_type(self) -> Optional[pulumi.Input[str]]:
|
482
|
+
"""
|
483
|
+
The type of Outbound Connection.
|
484
|
+
"""
|
485
|
+
return pulumi.get(self, "outbound_connection_type")
|
486
|
+
|
487
|
+
@outbound_connection_type.setter
|
488
|
+
def outbound_connection_type(self, value: Optional[pulumi.Input[str]]):
|
489
|
+
pulumi.set(self, "outbound_connection_type", value)
|
490
|
+
|
491
|
+
@property
|
492
|
+
@pulumi.getter(name="subnetId")
|
493
|
+
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
494
|
+
"""
|
495
|
+
Customer Private Network VCN Subnet OCID. This is a required argument.
|
496
|
+
"""
|
497
|
+
return pulumi.get(self, "subnet_id")
|
498
|
+
|
499
|
+
@subnet_id.setter
|
500
|
+
def subnet_id(self, value: Optional[pulumi.Input[str]]):
|
501
|
+
pulumi.set(self, "subnet_id", value)
|
502
|
+
|
503
|
+
|
446
504
|
@pulumi.input_type
|
447
505
|
class GetIntegrationInstancesFilterArgs:
|
448
506
|
def __init__(__self__, *,
|
@@ -22,7 +22,7 @@ class GetIntegrationInstanceResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getIntegrationInstance.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, alternate_custom_endpoints=None, attachments=None, compartment_id=None, consumption_model=None, custom_endpoints=None, defined_tags=None, display_name=None, domain_id=None, enable_process_automation_trigger=None, freeform_tags=None, id=None, idcs_at=None, idcs_infos=None, instance_url=None, integration_instance_id=None, integration_instance_type=None, is_byol=None, is_file_server_enabled=None, is_visual_builder_enabled=None, message_packs=None, network_endpoint_details=None, shape=None, state=None, state_message=None, time_created=None, time_updated=None):
|
25
|
+
def __init__(__self__, alternate_custom_endpoints=None, attachments=None, compartment_id=None, consumption_model=None, custom_endpoints=None, defined_tags=None, display_name=None, domain_id=None, enable_process_automation_trigger=None, freeform_tags=None, id=None, idcs_at=None, idcs_infos=None, instance_url=None, integration_instance_id=None, integration_instance_type=None, is_byol=None, is_file_server_enabled=None, is_visual_builder_enabled=None, message_packs=None, network_endpoint_details=None, private_endpoint_outbound_connections=None, shape=None, state=None, state_message=None, time_created=None, time_updated=None):
|
26
26
|
if alternate_custom_endpoints and not isinstance(alternate_custom_endpoints, list):
|
27
27
|
raise TypeError("Expected argument 'alternate_custom_endpoints' to be a list")
|
28
28
|
pulumi.set(__self__, "alternate_custom_endpoints", alternate_custom_endpoints)
|
@@ -86,6 +86,9 @@ class GetIntegrationInstanceResult:
|
|
86
86
|
if network_endpoint_details and not isinstance(network_endpoint_details, list):
|
87
87
|
raise TypeError("Expected argument 'network_endpoint_details' to be a list")
|
88
88
|
pulumi.set(__self__, "network_endpoint_details", network_endpoint_details)
|
89
|
+
if private_endpoint_outbound_connections and not isinstance(private_endpoint_outbound_connections, list):
|
90
|
+
raise TypeError("Expected argument 'private_endpoint_outbound_connections' to be a list")
|
91
|
+
pulumi.set(__self__, "private_endpoint_outbound_connections", private_endpoint_outbound_connections)
|
89
92
|
if shape and not isinstance(shape, str):
|
90
93
|
raise TypeError("Expected argument 'shape' to be a str")
|
91
94
|
pulumi.set(__self__, "shape", shape)
|
@@ -258,11 +261,20 @@ class GetIntegrationInstanceResult:
|
|
258
261
|
"""
|
259
262
|
return pulumi.get(self, "network_endpoint_details")
|
260
263
|
|
264
|
+
@property
|
265
|
+
@pulumi.getter(name="privateEndpointOutboundConnections")
|
266
|
+
def private_endpoint_outbound_connections(self) -> Sequence['outputs.GetIntegrationInstancePrivateEndpointOutboundConnectionResult']:
|
267
|
+
"""
|
268
|
+
Base representation for Outbound Connection (Reverse Connection).
|
269
|
+
"""
|
270
|
+
return pulumi.get(self, "private_endpoint_outbound_connections")
|
271
|
+
|
261
272
|
@property
|
262
273
|
@pulumi.getter
|
263
274
|
def shape(self) -> str:
|
264
275
|
"""
|
265
276
|
Shape
|
277
|
+
>>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
266
278
|
"""
|
267
279
|
return pulumi.get(self, "shape")
|
268
280
|
|
@@ -326,6 +338,7 @@ class AwaitableGetIntegrationInstanceResult(GetIntegrationInstanceResult):
|
|
326
338
|
is_visual_builder_enabled=self.is_visual_builder_enabled,
|
327
339
|
message_packs=self.message_packs,
|
328
340
|
network_endpoint_details=self.network_endpoint_details,
|
341
|
+
private_endpoint_outbound_connections=self.private_endpoint_outbound_connections,
|
329
342
|
shape=self.shape,
|
330
343
|
state=self.state,
|
331
344
|
state_message=self.state_message,
|
@@ -381,6 +394,7 @@ def get_integration_instance(integration_instance_id: Optional[str] = None,
|
|
381
394
|
is_visual_builder_enabled=pulumi.get(__ret__, 'is_visual_builder_enabled'),
|
382
395
|
message_packs=pulumi.get(__ret__, 'message_packs'),
|
383
396
|
network_endpoint_details=pulumi.get(__ret__, 'network_endpoint_details'),
|
397
|
+
private_endpoint_outbound_connections=pulumi.get(__ret__, 'private_endpoint_outbound_connections'),
|
384
398
|
shape=pulumi.get(__ret__, 'shape'),
|
385
399
|
state=pulumi.get(__ret__, 'state'),
|
386
400
|
state_message=pulumi.get(__ret__, 'state_message'),
|
@@ -47,12 +47,14 @@ class IntegrationInstanceArgs:
|
|
47
47
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
|
48
48
|
:param pulumi.Input[str] domain_id: The OCID of the identity domain, that will be used to determine the corresponding Idcs Stripe and create an Idcs application within the stripe. This parameter is mutually exclusive with parameter: idcsAt, i.e only one of two parameters should be specified.
|
49
49
|
:param pulumi.Input[int] enable_process_automation_trigger: (Updatable) An optional property when incremented triggers Enable Process Automation. Could be set to any integer value.
|
50
|
+
||||||| parent of c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
50
51
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
51
52
|
:param pulumi.Input[str] idcs_at: (Updatable) IDCS Authentication token. This is required for all realms with IDCS. Its optional as its not required for non IDCS realms.
|
52
53
|
:param pulumi.Input[bool] is_file_server_enabled: (Updatable) The file server is enabled or not.
|
53
54
|
:param pulumi.Input[bool] is_visual_builder_enabled: (Updatable) Visual Builder is enabled or not.
|
54
55
|
:param pulumi.Input['IntegrationInstanceNetworkEndpointDetailsArgs'] network_endpoint_details: Base representation of a network endpoint.
|
55
56
|
:param pulumi.Input[str] shape: Shape
|
57
|
+
>>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
56
58
|
:param pulumi.Input[str] state: (Updatable) The target state for the instance. Could be set to ACTIVE or INACTIVE
|
57
59
|
|
58
60
|
|
@@ -216,6 +218,7 @@ class IntegrationInstanceArgs:
|
|
216
218
|
def enable_process_automation_trigger(self) -> Optional[pulumi.Input[int]]:
|
217
219
|
"""
|
218
220
|
(Updatable) An optional property when incremented triggers Enable Process Automation. Could be set to any integer value.
|
221
|
+
||||||| parent of c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
219
222
|
"""
|
220
223
|
return pulumi.get(self, "enable_process_automation_trigger")
|
221
224
|
|
@@ -288,6 +291,7 @@ class IntegrationInstanceArgs:
|
|
288
291
|
def shape(self) -> Optional[pulumi.Input[str]]:
|
289
292
|
"""
|
290
293
|
Shape
|
294
|
+
>>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
291
295
|
"""
|
292
296
|
return pulumi.get(self, "shape")
|
293
297
|
|
@@ -334,6 +338,7 @@ class _IntegrationInstanceState:
|
|
334
338
|
is_visual_builder_enabled: Optional[pulumi.Input[bool]] = None,
|
335
339
|
message_packs: Optional[pulumi.Input[int]] = None,
|
336
340
|
network_endpoint_details: Optional[pulumi.Input['IntegrationInstanceNetworkEndpointDetailsArgs']] = None,
|
341
|
+
private_endpoint_outbound_connections: Optional[pulumi.Input[Sequence[pulumi.Input['IntegrationInstancePrivateEndpointOutboundConnectionArgs']]]] = None,
|
337
342
|
shape: Optional[pulumi.Input[str]] = None,
|
338
343
|
state: Optional[pulumi.Input[str]] = None,
|
339
344
|
state_message: Optional[pulumi.Input[str]] = None,
|
@@ -350,6 +355,7 @@ class _IntegrationInstanceState:
|
|
350
355
|
:param pulumi.Input[str] display_name: (Updatable) Integration Instance Identifier.
|
351
356
|
:param pulumi.Input[str] domain_id: The OCID of the identity domain, that will be used to determine the corresponding Idcs Stripe and create an Idcs application within the stripe. This parameter is mutually exclusive with parameter: idcsAt, i.e only one of two parameters should be specified.
|
352
357
|
:param pulumi.Input[int] enable_process_automation_trigger: (Updatable) An optional property when incremented triggers Enable Process Automation. Could be set to any integer value.
|
358
|
+
||||||| parent of c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
353
359
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
354
360
|
:param pulumi.Input[str] idcs_at: (Updatable) IDCS Authentication token. This is required for all realms with IDCS. Its optional as its not required for non IDCS realms.
|
355
361
|
:param pulumi.Input[Sequence[pulumi.Input['IntegrationInstanceIdcsInfoArgs']]] idcs_infos: Information for IDCS access
|
@@ -360,7 +366,9 @@ class _IntegrationInstanceState:
|
|
360
366
|
:param pulumi.Input[bool] is_visual_builder_enabled: (Updatable) Visual Builder is enabled or not.
|
361
367
|
:param pulumi.Input[int] message_packs: (Updatable) The number of configured message packs
|
362
368
|
:param pulumi.Input['IntegrationInstanceNetworkEndpointDetailsArgs'] network_endpoint_details: Base representation of a network endpoint.
|
369
|
+
:param pulumi.Input[Sequence[pulumi.Input['IntegrationInstancePrivateEndpointOutboundConnectionArgs']]] private_endpoint_outbound_connections: Base representation for Outbound Connection (Reverse Connection).
|
363
370
|
:param pulumi.Input[str] shape: Shape
|
371
|
+
>>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
364
372
|
:param pulumi.Input[str] state: (Updatable) The target state for the instance. Could be set to ACTIVE or INACTIVE
|
365
373
|
|
366
374
|
|
@@ -408,6 +416,8 @@ class _IntegrationInstanceState:
|
|
408
416
|
pulumi.set(__self__, "message_packs", message_packs)
|
409
417
|
if network_endpoint_details is not None:
|
410
418
|
pulumi.set(__self__, "network_endpoint_details", network_endpoint_details)
|
419
|
+
if private_endpoint_outbound_connections is not None:
|
420
|
+
pulumi.set(__self__, "private_endpoint_outbound_connections", private_endpoint_outbound_connections)
|
411
421
|
if shape is not None:
|
412
422
|
pulumi.set(__self__, "shape", shape)
|
413
423
|
if state is not None:
|
@@ -520,6 +530,7 @@ class _IntegrationInstanceState:
|
|
520
530
|
def enable_process_automation_trigger(self) -> Optional[pulumi.Input[int]]:
|
521
531
|
"""
|
522
532
|
(Updatable) An optional property when incremented triggers Enable Process Automation. Could be set to any integer value.
|
533
|
+
||||||| parent of c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
523
534
|
"""
|
524
535
|
return pulumi.get(self, "enable_process_automation_trigger")
|
525
536
|
|
@@ -647,11 +658,24 @@ class _IntegrationInstanceState:
|
|
647
658
|
def network_endpoint_details(self, value: Optional[pulumi.Input['IntegrationInstanceNetworkEndpointDetailsArgs']]):
|
648
659
|
pulumi.set(self, "network_endpoint_details", value)
|
649
660
|
|
661
|
+
@property
|
662
|
+
@pulumi.getter(name="privateEndpointOutboundConnections")
|
663
|
+
def private_endpoint_outbound_connections(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IntegrationInstancePrivateEndpointOutboundConnectionArgs']]]]:
|
664
|
+
"""
|
665
|
+
Base representation for Outbound Connection (Reverse Connection).
|
666
|
+
"""
|
667
|
+
return pulumi.get(self, "private_endpoint_outbound_connections")
|
668
|
+
|
669
|
+
@private_endpoint_outbound_connections.setter
|
670
|
+
def private_endpoint_outbound_connections(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IntegrationInstancePrivateEndpointOutboundConnectionArgs']]]]):
|
671
|
+
pulumi.set(self, "private_endpoint_outbound_connections", value)
|
672
|
+
|
650
673
|
@property
|
651
674
|
@pulumi.getter
|
652
675
|
def shape(self) -> Optional[pulumi.Input[str]]:
|
653
676
|
"""
|
654
677
|
Shape
|
678
|
+
>>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
655
679
|
"""
|
656
680
|
return pulumi.get(self, "shape")
|
657
681
|
|
@@ -805,6 +829,7 @@ class IntegrationInstance(pulumi.CustomResource):
|
|
805
829
|
:param pulumi.Input[str] display_name: (Updatable) Integration Instance Identifier.
|
806
830
|
:param pulumi.Input[str] domain_id: The OCID of the identity domain, that will be used to determine the corresponding Idcs Stripe and create an Idcs application within the stripe. This parameter is mutually exclusive with parameter: idcsAt, i.e only one of two parameters should be specified.
|
807
831
|
:param pulumi.Input[int] enable_process_automation_trigger: (Updatable) An optional property when incremented triggers Enable Process Automation. Could be set to any integer value.
|
832
|
+
||||||| parent of c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
808
833
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
809
834
|
:param pulumi.Input[str] idcs_at: (Updatable) IDCS Authentication token. This is required for all realms with IDCS. Its optional as its not required for non IDCS realms.
|
810
835
|
:param pulumi.Input[str] integration_instance_type: (Updatable) Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
|
@@ -814,6 +839,7 @@ class IntegrationInstance(pulumi.CustomResource):
|
|
814
839
|
:param pulumi.Input[int] message_packs: (Updatable) The number of configured message packs
|
815
840
|
:param pulumi.Input[pulumi.InputType['IntegrationInstanceNetworkEndpointDetailsArgs']] network_endpoint_details: Base representation of a network endpoint.
|
816
841
|
:param pulumi.Input[str] shape: Shape
|
842
|
+
>>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
817
843
|
:param pulumi.Input[str] state: (Updatable) The target state for the instance. Could be set to ACTIVE or INACTIVE
|
818
844
|
|
819
845
|
|
@@ -958,6 +984,7 @@ class IntegrationInstance(pulumi.CustomResource):
|
|
958
984
|
__props__.__dict__["attachments"] = None
|
959
985
|
__props__.__dict__["idcs_infos"] = None
|
960
986
|
__props__.__dict__["instance_url"] = None
|
987
|
+
__props__.__dict__["private_endpoint_outbound_connections"] = None
|
961
988
|
__props__.__dict__["state_message"] = None
|
962
989
|
__props__.__dict__["time_created"] = None
|
963
990
|
__props__.__dict__["time_updated"] = None
|
@@ -992,6 +1019,7 @@ class IntegrationInstance(pulumi.CustomResource):
|
|
992
1019
|
is_visual_builder_enabled: Optional[pulumi.Input[bool]] = None,
|
993
1020
|
message_packs: Optional[pulumi.Input[int]] = None,
|
994
1021
|
network_endpoint_details: Optional[pulumi.Input[pulumi.InputType['IntegrationInstanceNetworkEndpointDetailsArgs']]] = None,
|
1022
|
+
private_endpoint_outbound_connections: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['IntegrationInstancePrivateEndpointOutboundConnectionArgs']]]]] = None,
|
995
1023
|
shape: Optional[pulumi.Input[str]] = None,
|
996
1024
|
state: Optional[pulumi.Input[str]] = None,
|
997
1025
|
state_message: Optional[pulumi.Input[str]] = None,
|
@@ -1013,6 +1041,7 @@ class IntegrationInstance(pulumi.CustomResource):
|
|
1013
1041
|
:param pulumi.Input[str] display_name: (Updatable) Integration Instance Identifier.
|
1014
1042
|
:param pulumi.Input[str] domain_id: The OCID of the identity domain, that will be used to determine the corresponding Idcs Stripe and create an Idcs application within the stripe. This parameter is mutually exclusive with parameter: idcsAt, i.e only one of two parameters should be specified.
|
1015
1043
|
:param pulumi.Input[int] enable_process_automation_trigger: (Updatable) An optional property when incremented triggers Enable Process Automation. Could be set to any integer value.
|
1044
|
+
||||||| parent of c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
1016
1045
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1017
1046
|
:param pulumi.Input[str] idcs_at: (Updatable) IDCS Authentication token. This is required for all realms with IDCS. Its optional as its not required for non IDCS realms.
|
1018
1047
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['IntegrationInstanceIdcsInfoArgs']]]] idcs_infos: Information for IDCS access
|
@@ -1023,7 +1052,9 @@ class IntegrationInstance(pulumi.CustomResource):
|
|
1023
1052
|
:param pulumi.Input[bool] is_visual_builder_enabled: (Updatable) Visual Builder is enabled or not.
|
1024
1053
|
:param pulumi.Input[int] message_packs: (Updatable) The number of configured message packs
|
1025
1054
|
:param pulumi.Input[pulumi.InputType['IntegrationInstanceNetworkEndpointDetailsArgs']] network_endpoint_details: Base representation of a network endpoint.
|
1055
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['IntegrationInstancePrivateEndpointOutboundConnectionArgs']]]] private_endpoint_outbound_connections: Base representation for Outbound Connection (Reverse Connection).
|
1026
1056
|
:param pulumi.Input[str] shape: Shape
|
1057
|
+
>>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
1027
1058
|
:param pulumi.Input[str] state: (Updatable) The target state for the instance. Could be set to ACTIVE or INACTIVE
|
1028
1059
|
|
1029
1060
|
|
@@ -1056,6 +1087,7 @@ class IntegrationInstance(pulumi.CustomResource):
|
|
1056
1087
|
__props__.__dict__["is_visual_builder_enabled"] = is_visual_builder_enabled
|
1057
1088
|
__props__.__dict__["message_packs"] = message_packs
|
1058
1089
|
__props__.__dict__["network_endpoint_details"] = network_endpoint_details
|
1090
|
+
__props__.__dict__["private_endpoint_outbound_connections"] = private_endpoint_outbound_connections
|
1059
1091
|
__props__.__dict__["shape"] = shape
|
1060
1092
|
__props__.__dict__["state"] = state
|
1061
1093
|
__props__.__dict__["state_message"] = state_message
|
@@ -1132,6 +1164,7 @@ class IntegrationInstance(pulumi.CustomResource):
|
|
1132
1164
|
def enable_process_automation_trigger(self) -> pulumi.Output[Optional[int]]:
|
1133
1165
|
"""
|
1134
1166
|
(Updatable) An optional property when incremented triggers Enable Process Automation. Could be set to any integer value.
|
1167
|
+
||||||| parent of c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
1135
1168
|
"""
|
1136
1169
|
return pulumi.get(self, "enable_process_automation_trigger")
|
1137
1170
|
|
@@ -1215,11 +1248,20 @@ class IntegrationInstance(pulumi.CustomResource):
|
|
1215
1248
|
"""
|
1216
1249
|
return pulumi.get(self, "network_endpoint_details")
|
1217
1250
|
|
1251
|
+
@property
|
1252
|
+
@pulumi.getter(name="privateEndpointOutboundConnections")
|
1253
|
+
def private_endpoint_outbound_connections(self) -> pulumi.Output[Sequence['outputs.IntegrationInstancePrivateEndpointOutboundConnection']]:
|
1254
|
+
"""
|
1255
|
+
Base representation for Outbound Connection (Reverse Connection).
|
1256
|
+
"""
|
1257
|
+
return pulumi.get(self, "private_endpoint_outbound_connections")
|
1258
|
+
|
1218
1259
|
@property
|
1219
1260
|
@pulumi.getter
|
1220
1261
|
def shape(self) -> pulumi.Output[str]:
|
1221
1262
|
"""
|
1222
1263
|
Shape
|
1264
|
+
>>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
1223
1265
|
"""
|
1224
1266
|
return pulumi.get(self, "shape")
|
1225
1267
|
|