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
@@ -17,12 +17,14 @@ __all__ = [
|
|
17
17
|
'IntegrationInstanceIdcsInfo',
|
18
18
|
'IntegrationInstanceNetworkEndpointDetails',
|
19
19
|
'IntegrationInstanceNetworkEndpointDetailsAllowlistedHttpVcn',
|
20
|
+
'IntegrationInstancePrivateEndpointOutboundConnection',
|
20
21
|
'GetIntegrationInstanceAlternateCustomEndpointResult',
|
21
22
|
'GetIntegrationInstanceAttachmentResult',
|
22
23
|
'GetIntegrationInstanceCustomEndpointResult',
|
23
24
|
'GetIntegrationInstanceIdcsInfoResult',
|
24
25
|
'GetIntegrationInstanceNetworkEndpointDetailResult',
|
25
26
|
'GetIntegrationInstanceNetworkEndpointDetailAllowlistedHttpVcnResult',
|
27
|
+
'GetIntegrationInstancePrivateEndpointOutboundConnectionResult',
|
26
28
|
'GetIntegrationInstancesFilterResult',
|
27
29
|
'GetIntegrationInstancesIntegrationInstanceResult',
|
28
30
|
'GetIntegrationInstancesIntegrationInstanceAlternateCustomEndpointResult',
|
@@ -31,6 +33,7 @@ __all__ = [
|
|
31
33
|
'GetIntegrationInstancesIntegrationInstanceIdcsInfoResult',
|
32
34
|
'GetIntegrationInstancesIntegrationInstanceNetworkEndpointDetailResult',
|
33
35
|
'GetIntegrationInstancesIntegrationInstanceNetworkEndpointDetailAllowlistedHttpVcnResult',
|
36
|
+
'GetIntegrationInstancesIntegrationInstancePrivateEndpointOutboundConnectionResult',
|
34
37
|
]
|
35
38
|
|
36
39
|
@pulumi.output_type
|
@@ -400,6 +403,7 @@ class IntegrationInstanceNetworkEndpointDetails(dict):
|
|
400
403
|
:param Sequence[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.
|
401
404
|
:param Sequence['IntegrationInstanceNetworkEndpointDetailsAllowlistedHttpVcnArgs'] allowlisted_http_vcns: Virtual Cloud Networks allowed to access this network endpoint.
|
402
405
|
:param bool is_integration_vcn_allowlisted: The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
|
406
|
+
<<<<<<< HEAD
|
403
407
|
"""
|
404
408
|
pulumi.set(__self__, "network_endpoint_type", network_endpoint_type)
|
405
409
|
if allowlisted_http_ips is not None:
|
@@ -438,6 +442,7 @@ class IntegrationInstanceNetworkEndpointDetails(dict):
|
|
438
442
|
def is_integration_vcn_allowlisted(self) -> Optional[bool]:
|
439
443
|
"""
|
440
444
|
The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
|
445
|
+
<<<<<<< HEAD
|
441
446
|
"""
|
442
447
|
return pulumi.get(self, "is_integration_vcn_allowlisted")
|
443
448
|
|
@@ -489,6 +494,70 @@ class IntegrationInstanceNetworkEndpointDetailsAllowlistedHttpVcn(dict):
|
|
489
494
|
return pulumi.get(self, "allowlisted_ips")
|
490
495
|
|
491
496
|
|
497
|
+
@pulumi.output_type
|
498
|
+
class IntegrationInstancePrivateEndpointOutboundConnection(dict):
|
499
|
+
@staticmethod
|
500
|
+
def __key_warning(key: str):
|
501
|
+
suggest = None
|
502
|
+
if key == "nsgIds":
|
503
|
+
suggest = "nsg_ids"
|
504
|
+
elif key == "outboundConnectionType":
|
505
|
+
suggest = "outbound_connection_type"
|
506
|
+
elif key == "subnetId":
|
507
|
+
suggest = "subnet_id"
|
508
|
+
|
509
|
+
if suggest:
|
510
|
+
pulumi.log.warn(f"Key '{key}' not found in IntegrationInstancePrivateEndpointOutboundConnection. Access the value via the '{suggest}' property getter instead.")
|
511
|
+
|
512
|
+
def __getitem__(self, key: str) -> Any:
|
513
|
+
IntegrationInstancePrivateEndpointOutboundConnection.__key_warning(key)
|
514
|
+
return super().__getitem__(key)
|
515
|
+
|
516
|
+
def get(self, key: str, default = None) -> Any:
|
517
|
+
IntegrationInstancePrivateEndpointOutboundConnection.__key_warning(key)
|
518
|
+
return super().get(key, default)
|
519
|
+
|
520
|
+
def __init__(__self__, *,
|
521
|
+
nsg_ids: Optional[Sequence[str]] = None,
|
522
|
+
outbound_connection_type: Optional[str] = None,
|
523
|
+
subnet_id: Optional[str] = None):
|
524
|
+
"""
|
525
|
+
:param Sequence[str] nsg_ids: One or more Network security group Ids. This is an optional argument.
|
526
|
+
:param str outbound_connection_type: The type of Outbound Connection.
|
527
|
+
:param str subnet_id: Customer Private Network VCN Subnet OCID. This is a required argument.
|
528
|
+
"""
|
529
|
+
if nsg_ids is not None:
|
530
|
+
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
531
|
+
if outbound_connection_type is not None:
|
532
|
+
pulumi.set(__self__, "outbound_connection_type", outbound_connection_type)
|
533
|
+
if subnet_id is not None:
|
534
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
535
|
+
|
536
|
+
@property
|
537
|
+
@pulumi.getter(name="nsgIds")
|
538
|
+
def nsg_ids(self) -> Optional[Sequence[str]]:
|
539
|
+
"""
|
540
|
+
One or more Network security group Ids. This is an optional argument.
|
541
|
+
"""
|
542
|
+
return pulumi.get(self, "nsg_ids")
|
543
|
+
|
544
|
+
@property
|
545
|
+
@pulumi.getter(name="outboundConnectionType")
|
546
|
+
def outbound_connection_type(self) -> Optional[str]:
|
547
|
+
"""
|
548
|
+
The type of Outbound Connection.
|
549
|
+
"""
|
550
|
+
return pulumi.get(self, "outbound_connection_type")
|
551
|
+
|
552
|
+
@property
|
553
|
+
@pulumi.getter(name="subnetId")
|
554
|
+
def subnet_id(self) -> Optional[str]:
|
555
|
+
"""
|
556
|
+
Customer Private Network VCN Subnet OCID. This is a required argument.
|
557
|
+
"""
|
558
|
+
return pulumi.get(self, "subnet_id")
|
559
|
+
|
560
|
+
|
492
561
|
@pulumi.output_type
|
493
562
|
class GetIntegrationInstanceAlternateCustomEndpointResult(dict):
|
494
563
|
def __init__(__self__, *,
|
@@ -728,7 +797,8 @@ class GetIntegrationInstanceNetworkEndpointDetailResult(dict):
|
|
728
797
|
:param Sequence[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.
|
729
798
|
:param Sequence['GetIntegrationInstanceNetworkEndpointDetailAllowlistedHttpVcnArgs'] allowlisted_http_vcns: Virtual Cloud Networks allowed to access this network endpoint.
|
730
799
|
:param bool is_integration_vcn_allowlisted: The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
|
731
|
-
:param str network_endpoint_type: The type of network endpoint.
|
800
|
+
:param str network_endpoint_type: The type of network endpoint.
|
801
|
+
<<<<<<< HEAD
|
732
802
|
"""
|
733
803
|
pulumi.set(__self__, "allowlisted_http_ips", allowlisted_http_ips)
|
734
804
|
pulumi.set(__self__, "allowlisted_http_vcns", allowlisted_http_vcns)
|
@@ -763,7 +833,8 @@ class GetIntegrationInstanceNetworkEndpointDetailResult(dict):
|
|
763
833
|
@pulumi.getter(name="networkEndpointType")
|
764
834
|
def network_endpoint_type(self) -> str:
|
765
835
|
"""
|
766
|
-
The type of network endpoint.
|
836
|
+
The type of network endpoint.
|
837
|
+
<<<<<<< HEAD
|
767
838
|
"""
|
768
839
|
return pulumi.get(self, "network_endpoint_type")
|
769
840
|
|
@@ -797,6 +868,46 @@ class GetIntegrationInstanceNetworkEndpointDetailAllowlistedHttpVcnResult(dict):
|
|
797
868
|
return pulumi.get(self, "id")
|
798
869
|
|
799
870
|
|
871
|
+
@pulumi.output_type
|
872
|
+
class GetIntegrationInstancePrivateEndpointOutboundConnectionResult(dict):
|
873
|
+
def __init__(__self__, *,
|
874
|
+
nsg_ids: Sequence[str],
|
875
|
+
outbound_connection_type: str,
|
876
|
+
subnet_id: str):
|
877
|
+
"""
|
878
|
+
:param Sequence[str] nsg_ids: One or more Network security group Ids. This is an optional argument.
|
879
|
+
:param str outbound_connection_type: The type of Outbound Connection.
|
880
|
+
:param str subnet_id: Customer Private Network VCN Subnet OCID. This is a required argument.
|
881
|
+
"""
|
882
|
+
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
883
|
+
pulumi.set(__self__, "outbound_connection_type", outbound_connection_type)
|
884
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
885
|
+
|
886
|
+
@property
|
887
|
+
@pulumi.getter(name="nsgIds")
|
888
|
+
def nsg_ids(self) -> Sequence[str]:
|
889
|
+
"""
|
890
|
+
One or more Network security group Ids. This is an optional argument.
|
891
|
+
"""
|
892
|
+
return pulumi.get(self, "nsg_ids")
|
893
|
+
|
894
|
+
@property
|
895
|
+
@pulumi.getter(name="outboundConnectionType")
|
896
|
+
def outbound_connection_type(self) -> str:
|
897
|
+
"""
|
898
|
+
The type of Outbound Connection.
|
899
|
+
"""
|
900
|
+
return pulumi.get(self, "outbound_connection_type")
|
901
|
+
|
902
|
+
@property
|
903
|
+
@pulumi.getter(name="subnetId")
|
904
|
+
def subnet_id(self) -> str:
|
905
|
+
"""
|
906
|
+
Customer Private Network VCN Subnet OCID. This is a required argument.
|
907
|
+
"""
|
908
|
+
return pulumi.get(self, "subnet_id")
|
909
|
+
|
910
|
+
|
800
911
|
@pulumi.output_type
|
801
912
|
class GetIntegrationInstancesFilterResult(dict):
|
802
913
|
def __init__(__self__, *,
|
@@ -847,6 +958,7 @@ class GetIntegrationInstancesIntegrationInstanceResult(dict):
|
|
847
958
|
is_visual_builder_enabled: bool,
|
848
959
|
message_packs: int,
|
849
960
|
network_endpoint_details: Sequence['outputs.GetIntegrationInstancesIntegrationInstanceNetworkEndpointDetailResult'],
|
961
|
+
private_endpoint_outbound_connections: Sequence['outputs.GetIntegrationInstancesIntegrationInstancePrivateEndpointOutboundConnectionResult'],
|
850
962
|
shape: str,
|
851
963
|
state: str,
|
852
964
|
state_message: str,
|
@@ -870,7 +982,9 @@ class GetIntegrationInstancesIntegrationInstanceResult(dict):
|
|
870
982
|
:param bool is_visual_builder_enabled: Visual Builder is enabled or not.
|
871
983
|
:param int message_packs: The number of configured message packs (if any)
|
872
984
|
:param Sequence['GetIntegrationInstancesIntegrationInstanceNetworkEndpointDetailArgs'] network_endpoint_details: Base representation of a network endpoint.
|
985
|
+
:param Sequence['GetIntegrationInstancesIntegrationInstancePrivateEndpointOutboundConnectionArgs'] private_endpoint_outbound_connections: Base representation for Outbound Connection (Reverse Connection).
|
873
986
|
:param str shape: Shape
|
987
|
+
>>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
874
988
|
:param str state: Life cycle state to query on.
|
875
989
|
:param str state_message: An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
876
990
|
:param str time_created: The time the the Integration Instance was created. An RFC3339 formatted datetime string.
|
@@ -896,6 +1010,7 @@ class GetIntegrationInstancesIntegrationInstanceResult(dict):
|
|
896
1010
|
pulumi.set(__self__, "is_visual_builder_enabled", is_visual_builder_enabled)
|
897
1011
|
pulumi.set(__self__, "message_packs", message_packs)
|
898
1012
|
pulumi.set(__self__, "network_endpoint_details", network_endpoint_details)
|
1013
|
+
pulumi.set(__self__, "private_endpoint_outbound_connections", private_endpoint_outbound_connections)
|
899
1014
|
pulumi.set(__self__, "shape", shape)
|
900
1015
|
pulumi.set(__self__, "state", state)
|
901
1016
|
pulumi.set(__self__, "state_message", state_message)
|
@@ -1053,11 +1168,20 @@ class GetIntegrationInstancesIntegrationInstanceResult(dict):
|
|
1053
1168
|
"""
|
1054
1169
|
return pulumi.get(self, "network_endpoint_details")
|
1055
1170
|
|
1171
|
+
@property
|
1172
|
+
@pulumi.getter(name="privateEndpointOutboundConnections")
|
1173
|
+
def private_endpoint_outbound_connections(self) -> Sequence['outputs.GetIntegrationInstancesIntegrationInstancePrivateEndpointOutboundConnectionResult']:
|
1174
|
+
"""
|
1175
|
+
Base representation for Outbound Connection (Reverse Connection).
|
1176
|
+
"""
|
1177
|
+
return pulumi.get(self, "private_endpoint_outbound_connections")
|
1178
|
+
|
1056
1179
|
@property
|
1057
1180
|
@pulumi.getter
|
1058
1181
|
def shape(self) -> str:
|
1059
1182
|
"""
|
1060
1183
|
Shape
|
1184
|
+
>>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
|
1061
1185
|
"""
|
1062
1186
|
return pulumi.get(self, "shape")
|
1063
1187
|
|
@@ -1333,7 +1457,8 @@ class GetIntegrationInstancesIntegrationInstanceNetworkEndpointDetailResult(dict
|
|
1333
1457
|
:param Sequence[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.
|
1334
1458
|
:param Sequence['GetIntegrationInstancesIntegrationInstanceNetworkEndpointDetailAllowlistedHttpVcnArgs'] allowlisted_http_vcns: Virtual Cloud Networks allowed to access this network endpoint.
|
1335
1459
|
:param bool is_integration_vcn_allowlisted: The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
|
1336
|
-
:param str network_endpoint_type: The type of network endpoint.
|
1460
|
+
:param str network_endpoint_type: The type of network endpoint.
|
1461
|
+
<<<<<<< HEAD
|
1337
1462
|
"""
|
1338
1463
|
pulumi.set(__self__, "allowlisted_http_ips", allowlisted_http_ips)
|
1339
1464
|
pulumi.set(__self__, "allowlisted_http_vcns", allowlisted_http_vcns)
|
@@ -1368,7 +1493,8 @@ class GetIntegrationInstancesIntegrationInstanceNetworkEndpointDetailResult(dict
|
|
1368
1493
|
@pulumi.getter(name="networkEndpointType")
|
1369
1494
|
def network_endpoint_type(self) -> str:
|
1370
1495
|
"""
|
1371
|
-
The type of network endpoint.
|
1496
|
+
The type of network endpoint.
|
1497
|
+
<<<<<<< HEAD
|
1372
1498
|
"""
|
1373
1499
|
return pulumi.get(self, "network_endpoint_type")
|
1374
1500
|
|
@@ -1402,3 +1528,43 @@ class GetIntegrationInstancesIntegrationInstanceNetworkEndpointDetailAllowlisted
|
|
1402
1528
|
return pulumi.get(self, "id")
|
1403
1529
|
|
1404
1530
|
|
1531
|
+
@pulumi.output_type
|
1532
|
+
class GetIntegrationInstancesIntegrationInstancePrivateEndpointOutboundConnectionResult(dict):
|
1533
|
+
def __init__(__self__, *,
|
1534
|
+
nsg_ids: Sequence[str],
|
1535
|
+
outbound_connection_type: str,
|
1536
|
+
subnet_id: str):
|
1537
|
+
"""
|
1538
|
+
:param Sequence[str] nsg_ids: One or more Network security group Ids. This is an optional argument.
|
1539
|
+
:param str outbound_connection_type: The type of Outbound Connection.
|
1540
|
+
:param str subnet_id: Customer Private Network VCN Subnet OCID. This is a required argument.
|
1541
|
+
"""
|
1542
|
+
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
1543
|
+
pulumi.set(__self__, "outbound_connection_type", outbound_connection_type)
|
1544
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
1545
|
+
|
1546
|
+
@property
|
1547
|
+
@pulumi.getter(name="nsgIds")
|
1548
|
+
def nsg_ids(self) -> Sequence[str]:
|
1549
|
+
"""
|
1550
|
+
One or more Network security group Ids. This is an optional argument.
|
1551
|
+
"""
|
1552
|
+
return pulumi.get(self, "nsg_ids")
|
1553
|
+
|
1554
|
+
@property
|
1555
|
+
@pulumi.getter(name="outboundConnectionType")
|
1556
|
+
def outbound_connection_type(self) -> str:
|
1557
|
+
"""
|
1558
|
+
The type of Outbound Connection.
|
1559
|
+
"""
|
1560
|
+
return pulumi.get(self, "outbound_connection_type")
|
1561
|
+
|
1562
|
+
@property
|
1563
|
+
@pulumi.getter(name="subnetId")
|
1564
|
+
def subnet_id(self) -> str:
|
1565
|
+
"""
|
1566
|
+
Customer Private Network VCN Subnet OCID. This is a required argument.
|
1567
|
+
"""
|
1568
|
+
return pulumi.get(self, "subnet_id")
|
1569
|
+
|
1570
|
+
|
@@ -0,0 +1,234 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import pulumi
|
8
|
+
import pulumi.runtime
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
+
from .. import _utilities
|
11
|
+
|
12
|
+
__all__ = ['PrivateEndpointOutboundConnectionArgs', 'PrivateEndpointOutboundConnection']
|
13
|
+
|
14
|
+
@pulumi.input_type
|
15
|
+
class PrivateEndpointOutboundConnectionArgs:
|
16
|
+
def __init__(__self__, *,
|
17
|
+
integration_instance_id: pulumi.Input[str],
|
18
|
+
subnet_id: pulumi.Input[str],
|
19
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
20
|
+
state: Optional[pulumi.Input[str]] = None):
|
21
|
+
"""
|
22
|
+
The set of arguments for constructing a PrivateEndpointOutboundConnection resource.
|
23
|
+
"""
|
24
|
+
pulumi.set(__self__, "integration_instance_id", integration_instance_id)
|
25
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
26
|
+
if nsg_ids is not None:
|
27
|
+
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
28
|
+
if state is not None:
|
29
|
+
pulumi.set(__self__, "state", state)
|
30
|
+
|
31
|
+
@property
|
32
|
+
@pulumi.getter(name="integrationInstanceId")
|
33
|
+
def integration_instance_id(self) -> pulumi.Input[str]:
|
34
|
+
return pulumi.get(self, "integration_instance_id")
|
35
|
+
|
36
|
+
@integration_instance_id.setter
|
37
|
+
def integration_instance_id(self, value: pulumi.Input[str]):
|
38
|
+
pulumi.set(self, "integration_instance_id", value)
|
39
|
+
|
40
|
+
@property
|
41
|
+
@pulumi.getter(name="subnetId")
|
42
|
+
def subnet_id(self) -> pulumi.Input[str]:
|
43
|
+
return pulumi.get(self, "subnet_id")
|
44
|
+
|
45
|
+
@subnet_id.setter
|
46
|
+
def subnet_id(self, value: pulumi.Input[str]):
|
47
|
+
pulumi.set(self, "subnet_id", value)
|
48
|
+
|
49
|
+
@property
|
50
|
+
@pulumi.getter(name="nsgIds")
|
51
|
+
def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
52
|
+
return pulumi.get(self, "nsg_ids")
|
53
|
+
|
54
|
+
@nsg_ids.setter
|
55
|
+
def nsg_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
56
|
+
pulumi.set(self, "nsg_ids", value)
|
57
|
+
|
58
|
+
@property
|
59
|
+
@pulumi.getter
|
60
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
61
|
+
return pulumi.get(self, "state")
|
62
|
+
|
63
|
+
@state.setter
|
64
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
65
|
+
pulumi.set(self, "state", value)
|
66
|
+
|
67
|
+
|
68
|
+
@pulumi.input_type
|
69
|
+
class _PrivateEndpointOutboundConnectionState:
|
70
|
+
def __init__(__self__, *,
|
71
|
+
integration_instance_id: Optional[pulumi.Input[str]] = None,
|
72
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
73
|
+
state: Optional[pulumi.Input[str]] = None,
|
74
|
+
subnet_id: Optional[pulumi.Input[str]] = None):
|
75
|
+
"""
|
76
|
+
Input properties used for looking up and filtering PrivateEndpointOutboundConnection resources.
|
77
|
+
"""
|
78
|
+
if integration_instance_id is not None:
|
79
|
+
pulumi.set(__self__, "integration_instance_id", integration_instance_id)
|
80
|
+
if nsg_ids is not None:
|
81
|
+
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
82
|
+
if state is not None:
|
83
|
+
pulumi.set(__self__, "state", state)
|
84
|
+
if subnet_id is not None:
|
85
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
86
|
+
|
87
|
+
@property
|
88
|
+
@pulumi.getter(name="integrationInstanceId")
|
89
|
+
def integration_instance_id(self) -> Optional[pulumi.Input[str]]:
|
90
|
+
return pulumi.get(self, "integration_instance_id")
|
91
|
+
|
92
|
+
@integration_instance_id.setter
|
93
|
+
def integration_instance_id(self, value: Optional[pulumi.Input[str]]):
|
94
|
+
pulumi.set(self, "integration_instance_id", value)
|
95
|
+
|
96
|
+
@property
|
97
|
+
@pulumi.getter(name="nsgIds")
|
98
|
+
def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
99
|
+
return pulumi.get(self, "nsg_ids")
|
100
|
+
|
101
|
+
@nsg_ids.setter
|
102
|
+
def nsg_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
103
|
+
pulumi.set(self, "nsg_ids", value)
|
104
|
+
|
105
|
+
@property
|
106
|
+
@pulumi.getter
|
107
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
108
|
+
return pulumi.get(self, "state")
|
109
|
+
|
110
|
+
@state.setter
|
111
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
112
|
+
pulumi.set(self, "state", value)
|
113
|
+
|
114
|
+
@property
|
115
|
+
@pulumi.getter(name="subnetId")
|
116
|
+
def subnet_id(self) -> Optional[pulumi.Input[str]]:
|
117
|
+
return pulumi.get(self, "subnet_id")
|
118
|
+
|
119
|
+
@subnet_id.setter
|
120
|
+
def subnet_id(self, value: Optional[pulumi.Input[str]]):
|
121
|
+
pulumi.set(self, "subnet_id", value)
|
122
|
+
|
123
|
+
|
124
|
+
class PrivateEndpointOutboundConnection(pulumi.CustomResource):
|
125
|
+
@overload
|
126
|
+
def __init__(__self__,
|
127
|
+
resource_name: str,
|
128
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
129
|
+
integration_instance_id: Optional[pulumi.Input[str]] = None,
|
130
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
131
|
+
state: Optional[pulumi.Input[str]] = None,
|
132
|
+
subnet_id: Optional[pulumi.Input[str]] = None,
|
133
|
+
__props__=None):
|
134
|
+
"""
|
135
|
+
Create a PrivateEndpointOutboundConnection resource with the given unique name, props, and options.
|
136
|
+
:param str resource_name: The name of the resource.
|
137
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
138
|
+
"""
|
139
|
+
...
|
140
|
+
@overload
|
141
|
+
def __init__(__self__,
|
142
|
+
resource_name: str,
|
143
|
+
args: PrivateEndpointOutboundConnectionArgs,
|
144
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
145
|
+
"""
|
146
|
+
Create a PrivateEndpointOutboundConnection resource with the given unique name, props, and options.
|
147
|
+
:param str resource_name: The name of the resource.
|
148
|
+
:param PrivateEndpointOutboundConnectionArgs args: The arguments to use to populate this resource's properties.
|
149
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
150
|
+
"""
|
151
|
+
...
|
152
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
153
|
+
resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointOutboundConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
154
|
+
if resource_args is not None:
|
155
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
156
|
+
else:
|
157
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
158
|
+
|
159
|
+
def _internal_init(__self__,
|
160
|
+
resource_name: str,
|
161
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
162
|
+
integration_instance_id: Optional[pulumi.Input[str]] = None,
|
163
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
164
|
+
state: Optional[pulumi.Input[str]] = None,
|
165
|
+
subnet_id: Optional[pulumi.Input[str]] = None,
|
166
|
+
__props__=None):
|
167
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
168
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
169
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
170
|
+
if opts.id is None:
|
171
|
+
if __props__ is not None:
|
172
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
173
|
+
__props__ = PrivateEndpointOutboundConnectionArgs.__new__(PrivateEndpointOutboundConnectionArgs)
|
174
|
+
|
175
|
+
if integration_instance_id is None and not opts.urn:
|
176
|
+
raise TypeError("Missing required property 'integration_instance_id'")
|
177
|
+
__props__.__dict__["integration_instance_id"] = integration_instance_id
|
178
|
+
__props__.__dict__["nsg_ids"] = nsg_ids
|
179
|
+
__props__.__dict__["state"] = state
|
180
|
+
if subnet_id is None and not opts.urn:
|
181
|
+
raise TypeError("Missing required property 'subnet_id'")
|
182
|
+
__props__.__dict__["subnet_id"] = subnet_id
|
183
|
+
super(PrivateEndpointOutboundConnection, __self__).__init__(
|
184
|
+
'oci:Integration/privateEndpointOutboundConnection:PrivateEndpointOutboundConnection',
|
185
|
+
resource_name,
|
186
|
+
__props__,
|
187
|
+
opts)
|
188
|
+
|
189
|
+
@staticmethod
|
190
|
+
def get(resource_name: str,
|
191
|
+
id: pulumi.Input[str],
|
192
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
193
|
+
integration_instance_id: Optional[pulumi.Input[str]] = None,
|
194
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
195
|
+
state: Optional[pulumi.Input[str]] = None,
|
196
|
+
subnet_id: Optional[pulumi.Input[str]] = None) -> 'PrivateEndpointOutboundConnection':
|
197
|
+
"""
|
198
|
+
Get an existing PrivateEndpointOutboundConnection resource's state with the given name, id, and optional extra
|
199
|
+
properties used to qualify the lookup.
|
200
|
+
|
201
|
+
:param str resource_name: The unique name of the resulting resource.
|
202
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
203
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
204
|
+
"""
|
205
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
206
|
+
|
207
|
+
__props__ = _PrivateEndpointOutboundConnectionState.__new__(_PrivateEndpointOutboundConnectionState)
|
208
|
+
|
209
|
+
__props__.__dict__["integration_instance_id"] = integration_instance_id
|
210
|
+
__props__.__dict__["nsg_ids"] = nsg_ids
|
211
|
+
__props__.__dict__["state"] = state
|
212
|
+
__props__.__dict__["subnet_id"] = subnet_id
|
213
|
+
return PrivateEndpointOutboundConnection(resource_name, opts=opts, __props__=__props__)
|
214
|
+
|
215
|
+
@property
|
216
|
+
@pulumi.getter(name="integrationInstanceId")
|
217
|
+
def integration_instance_id(self) -> pulumi.Output[str]:
|
218
|
+
return pulumi.get(self, "integration_instance_id")
|
219
|
+
|
220
|
+
@property
|
221
|
+
@pulumi.getter(name="nsgIds")
|
222
|
+
def nsg_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
223
|
+
return pulumi.get(self, "nsg_ids")
|
224
|
+
|
225
|
+
@property
|
226
|
+
@pulumi.getter
|
227
|
+
def state(self) -> pulumi.Output[str]:
|
228
|
+
return pulumi.get(self, "state")
|
229
|
+
|
230
|
+
@property
|
231
|
+
@pulumi.getter(name="subnetId")
|
232
|
+
def subnet_id(self) -> pulumi.Output[str]:
|
233
|
+
return pulumi.get(self, "subnet_id")
|
234
|
+
|