pulumi-oci 2.12.0a1728593306__py3-none-any.whl → 2.13.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 +169 -19
- pulumi_oci/analytics/analytics_instance.py +54 -5
- pulumi_oci/analytics/get_analytics_instance.py +18 -4
- pulumi_oci/analytics/outputs.py +12 -1
- pulumi_oci/containerengine/_inputs.py +341 -0
- pulumi_oci/containerengine/cluster.py +64 -0
- pulumi_oci/containerengine/get_cluster.py +12 -1
- pulumi_oci/containerengine/outputs.py +582 -0
- pulumi_oci/core/_inputs.py +947 -196
- pulumi_oci/core/boot_volume.py +90 -5
- pulumi_oci/core/cluster_network.py +7 -7
- pulumi_oci/core/get_block_volume_replica.py +15 -1
- pulumi_oci/core/get_boot_volume.py +15 -4
- pulumi_oci/core/get_boot_volume_replica.py +15 -1
- pulumi_oci/core/get_instance.py +29 -1
- pulumi_oci/core/get_vcn.py +15 -1
- pulumi_oci/core/get_vnic.py +15 -1
- pulumi_oci/core/get_volume.py +18 -4
- pulumi_oci/core/instance.py +87 -0
- pulumi_oci/core/instance_configuration.py +16 -0
- pulumi_oci/core/ipsec.py +183 -23
- pulumi_oci/core/network_security_group_security_rule.py +2 -2
- pulumi_oci/core/outputs.py +1282 -153
- pulumi_oci/core/service_gateway.py +13 -7
- pulumi_oci/core/vcn.py +65 -23
- pulumi_oci/core/virtual_network.py +35 -1
- pulumi_oci/core/vnic_attachment.py +2 -0
- pulumi_oci/core/volume.py +110 -12
- pulumi_oci/core/volume_backup_policy_assignment.py +68 -19
- pulumi_oci/core/volume_group.py +56 -5
- pulumi_oci/database/_inputs.py +905 -27
- pulumi_oci/database/autonomous_database.py +48 -28
- pulumi_oci/database/autonomous_database_backup.py +12 -12
- pulumi_oci/database/autonomous_exadata_infrastructure.py +2 -0
- pulumi_oci/database/autonomous_vm_cluster.py +2 -0
- pulumi_oci/database/backup.py +12 -12
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +2 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +2 -0
- pulumi_oci/database/cloud_vm_cluster.py +71 -0
- pulumi_oci/database/database.py +15 -15
- pulumi_oci/database/database_upgrade.py +12 -12
- pulumi_oci/database/db_system.py +9 -9
- pulumi_oci/database/exadata_infrastructure.py +2 -0
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +18 -4
- pulumi_oci/database/get_autonomous_database_backup.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +88 -5
- pulumi_oci/database/get_cloud_vm_cluster.py +15 -1
- pulumi_oci/database/get_database.py +3 -3
- pulumi_oci/database/get_pluggable_database.py +12 -1
- pulumi_oci/database/get_vm_cluster.py +15 -1
- pulumi_oci/database/outputs.py +1431 -74
- pulumi_oci/database/pluggable_database.py +34 -0
- pulumi_oci/database/vm_cluster.py +71 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
- pulumi_oci/datasafe/__init__.py +13 -0
- pulumi_oci/datasafe/_inputs.py +441 -0
- pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +271 -0
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_sql_collection.py +392 -0
- pulumi_oci/datasafe/get_sql_collection_analytics.py +309 -0
- pulumi_oci/datasafe/get_sql_collection_log_insights.py +207 -0
- pulumi_oci/datasafe/get_sql_collections.py +364 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +337 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +250 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +234 -0
- pulumi_oci/datasafe/get_sql_firewall_policies.py +386 -0
- pulumi_oci/datasafe/get_sql_firewall_policy.py +393 -0
- pulumi_oci/datasafe/get_sql_firewall_policy_analytics.py +305 -0
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +306 -0
- pulumi_oci/datasafe/get_sql_firewall_violations.py +208 -0
- pulumi_oci/datasafe/outputs.py +1808 -2
- pulumi_oci/desktops/_inputs.py +395 -17
- pulumi_oci/desktops/desktop_pool.py +253 -21
- pulumi_oci/desktops/get_desktop_pool.py +62 -5
- pulumi_oci/desktops/outputs.py +807 -25
- pulumi_oci/dns/__init__.py +2 -0
- pulumi_oci/dns/_inputs.py +1157 -12
- pulumi_oci/dns/action_create_zone_from_zone_file.py +42 -2
- pulumi_oci/dns/get_records.py +45 -13
- pulumi_oci/dns/get_resolver.py +8 -6
- pulumi_oci/dns/get_resolver_endpoint.py +8 -6
- pulumi_oci/dns/get_resolver_endpoints.py +2 -2
- pulumi_oci/dns/get_resolvers.py +12 -12
- pulumi_oci/dns/get_rrset.py +16 -16
- pulumi_oci/dns/get_rrsets.py +12 -10
- pulumi_oci/dns/get_view.py +8 -4
- pulumi_oci/dns/get_views.py +12 -12
- pulumi_oci/dns/get_zones.py +33 -13
- pulumi_oci/dns/outputs.py +1388 -79
- pulumi_oci/dns/record.py +12 -12
- pulumi_oci/dns/resolver.py +7 -7
- pulumi_oci/dns/resolver_endpoint.py +2 -2
- pulumi_oci/dns/rrset.py +50 -41
- pulumi_oci/dns/zone.py +176 -17
- pulumi_oci/dns/zone_promote_dnssec_key_version.py +328 -0
- pulumi_oci/dns/zone_stage_dnssec_key_version.py +318 -0
- pulumi_oci/fleetappsmanagement/__init__.py +43 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +2057 -0
- pulumi_oci/fleetappsmanagement/fleet.py +955 -0
- pulumi_oci/fleetappsmanagement/fleet_credential.py +615 -0
- pulumi_oci/fleetappsmanagement/fleet_property.py +585 -0
- pulumi_oci/fleetappsmanagement/fleet_resource.py +851 -0
- pulumi_oci/fleetappsmanagement/get_announcements.py +166 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +394 -0
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +164 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +273 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +240 -0
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +218 -0
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +286 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +398 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +237 -0
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleets.py +284 -0
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +311 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +365 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +199 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +123 -0
- pulumi_oci/fleetappsmanagement/get_onboardings.py +177 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +221 -0
- pulumi_oci/fleetappsmanagement/get_property.py +323 -0
- pulumi_oci/fleetappsmanagement/get_runbook.py +377 -0
- pulumi_oci/fleetappsmanagement/get_runbooks.py +284 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +436 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +185 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +262 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +307 -0
- pulumi_oci/fleetappsmanagement/get_task_records.py +240 -0
- pulumi_oci/fleetappsmanagement/maintenance_window.py +935 -0
- pulumi_oci/fleetappsmanagement/onboarding.py +477 -0
- pulumi_oci/fleetappsmanagement/outputs.py +8128 -0
- pulumi_oci/fleetappsmanagement/property.py +697 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +1035 -0
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +15 -1
- pulumi_oci/functions/outputs.py +11 -0
- pulumi_oci/fusionapps/_inputs.py +21 -20
- pulumi_oci/fusionapps/fusion_environment.py +2 -2
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +21 -22
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +48 -51
- pulumi_oci/fusionapps/outputs.py +11 -10
- pulumi_oci/goldengate/__init__.py +1 -0
- pulumi_oci/goldengate/_inputs.py +165 -0
- pulumi_oci/goldengate/connection.py +49 -35
- pulumi_oci/goldengate/database_registration.py +7 -7
- pulumi_oci/goldengate/deployment.py +79 -4
- pulumi_oci/goldengate/get_deployment.py +30 -2
- pulumi_oci/goldengate/get_deployment_environments.py +144 -0
- pulumi_oci/goldengate/outputs.py +409 -2
- pulumi_oci/integration/__init__.py +1 -0
- pulumi_oci/integration/_inputs.py +289 -2
- pulumi_oci/integration/get_integration_instance.py +65 -1
- pulumi_oci/integration/integration_instance.py +172 -0
- pulumi_oci/integration/oracle_managed_custom_endpoint.py +307 -0
- pulumi_oci/integration/outputs.py +587 -19
- pulumi_oci/loadbalancer/_inputs.py +20 -0
- pulumi_oci/loadbalancer/listener.py +4 -2
- pulumi_oci/loadbalancer/outputs.py +16 -2
- pulumi_oci/monitoring/_inputs.py +137 -16
- pulumi_oci/monitoring/alarm_suppression.py +164 -35
- pulumi_oci/monitoring/get_alarm_statuses.py +5 -3
- pulumi_oci/monitoring/get_alarm_suppression.py +33 -3
- pulumi_oci/monitoring/get_alarm_suppressions.py +137 -14
- pulumi_oci/monitoring/outputs.py +291 -18
- pulumi_oci/mysql/mysql_db_system.py +7 -7
- pulumi_oci/objectstorage/__init__.py +3 -0
- pulumi_oci/objectstorage/_inputs.py +97 -0
- pulumi_oci/objectstorage/get_object_versions.py +6 -6
- pulumi_oci/objectstorage/get_objects.py +6 -6
- pulumi_oci/objectstorage/get_private_endpoint.py +263 -0
- pulumi_oci/objectstorage/get_private_endpoint_summaries.py +128 -0
- pulumi_oci/objectstorage/outputs.py +258 -0
- pulumi_oci/objectstorage/private_endpoint.py +630 -0
- pulumi_oci/objectstorage/storage_object.py +7 -7
- pulumi_oci/opsi/_inputs.py +268 -114
- pulumi_oci/opsi/database_insight.py +162 -21
- pulumi_oci/opsi/exadata_insight.py +44 -0
- pulumi_oci/opsi/get_database_insight.py +40 -1
- pulumi_oci/opsi/get_host_insights.py +2 -2
- pulumi_oci/opsi/host_insight.py +0 -48
- pulumi_oci/opsi/outputs.py +405 -109
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/securityattribute/__init__.py +15 -0
- pulumi_oci/securityattribute/_inputs.py +209 -0
- pulumi_oci/securityattribute/get_security_attribute.py +262 -0
- pulumi_oci/securityattribute/get_security_attribute_namespace.py +253 -0
- pulumi_oci/securityattribute/get_security_attribute_namespaces.py +210 -0
- pulumi_oci/securityattribute/get_security_attributes.py +169 -0
- pulumi_oci/securityattribute/outputs.py +466 -0
- pulumi_oci/securityattribute/security_attribute.py +588 -0
- pulumi_oci/securityattribute/security_attribute_namespace.py +609 -0
- pulumi_oci/stackmonitoring/__init__.py +5 -0
- pulumi_oci/stackmonitoring/_inputs.py +330 -0
- pulumi_oci/stackmonitoring/get_maintenance_window.py +254 -0
- pulumi_oci/stackmonitoring/get_maintenance_windows.py +210 -0
- pulumi_oci/stackmonitoring/maintenance_window.py +551 -0
- pulumi_oci/stackmonitoring/maintenance_windows_retry_failed_operation.py +217 -0
- pulumi_oci/stackmonitoring/maintenance_windows_stop.py +217 -0
- pulumi_oci/stackmonitoring/outputs.py +603 -0
- pulumi_oci/{globallydistributeddatabase → zpr}/__init__.py +5 -6
- pulumi_oci/zpr/_inputs.py +79 -0
- pulumi_oci/zpr/configuration.py +516 -0
- pulumi_oci/zpr/get_configuration.py +230 -0
- pulumi_oci/zpr/get_zpr_policies.py +191 -0
- pulumi_oci/zpr/get_zpr_policy.py +264 -0
- pulumi_oci/zpr/outputs.py +203 -0
- pulumi_oci/zpr/zpr_policy.py +614 -0
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/RECORD +212 -142
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/WHEEL +1 -1
- pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -323
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -660
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
- pulumi_oci/globallydistributeddatabase/outputs.py +0 -2063
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -747
- pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1821
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,307 @@
|
|
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 sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = ['OracleManagedCustomEndpointArgs', 'OracleManagedCustomEndpoint']
|
18
|
+
|
19
|
+
@pulumi.input_type
|
20
|
+
class OracleManagedCustomEndpointArgs:
|
21
|
+
def __init__(__self__, *,
|
22
|
+
hostname: pulumi.Input[str],
|
23
|
+
integration_instance_id: pulumi.Input[str],
|
24
|
+
dns_type: Optional[pulumi.Input[str]] = None,
|
25
|
+
dns_zone_name: Optional[pulumi.Input[str]] = None,
|
26
|
+
managed_type: Optional[pulumi.Input[str]] = None,
|
27
|
+
state: Optional[pulumi.Input[str]] = None):
|
28
|
+
"""
|
29
|
+
The set of arguments for constructing a OracleManagedCustomEndpoint resource.
|
30
|
+
"""
|
31
|
+
pulumi.set(__self__, "hostname", hostname)
|
32
|
+
pulumi.set(__self__, "integration_instance_id", integration_instance_id)
|
33
|
+
if dns_type is not None:
|
34
|
+
pulumi.set(__self__, "dns_type", dns_type)
|
35
|
+
if dns_zone_name is not None:
|
36
|
+
pulumi.set(__self__, "dns_zone_name", dns_zone_name)
|
37
|
+
if managed_type is not None:
|
38
|
+
pulumi.set(__self__, "managed_type", managed_type)
|
39
|
+
if state is not None:
|
40
|
+
pulumi.set(__self__, "state", state)
|
41
|
+
|
42
|
+
@property
|
43
|
+
@pulumi.getter
|
44
|
+
def hostname(self) -> pulumi.Input[str]:
|
45
|
+
return pulumi.get(self, "hostname")
|
46
|
+
|
47
|
+
@hostname.setter
|
48
|
+
def hostname(self, value: pulumi.Input[str]):
|
49
|
+
pulumi.set(self, "hostname", value)
|
50
|
+
|
51
|
+
@property
|
52
|
+
@pulumi.getter(name="integrationInstanceId")
|
53
|
+
def integration_instance_id(self) -> pulumi.Input[str]:
|
54
|
+
return pulumi.get(self, "integration_instance_id")
|
55
|
+
|
56
|
+
@integration_instance_id.setter
|
57
|
+
def integration_instance_id(self, value: pulumi.Input[str]):
|
58
|
+
pulumi.set(self, "integration_instance_id", value)
|
59
|
+
|
60
|
+
@property
|
61
|
+
@pulumi.getter(name="dnsType")
|
62
|
+
def dns_type(self) -> Optional[pulumi.Input[str]]:
|
63
|
+
return pulumi.get(self, "dns_type")
|
64
|
+
|
65
|
+
@dns_type.setter
|
66
|
+
def dns_type(self, value: Optional[pulumi.Input[str]]):
|
67
|
+
pulumi.set(self, "dns_type", value)
|
68
|
+
|
69
|
+
@property
|
70
|
+
@pulumi.getter(name="dnsZoneName")
|
71
|
+
def dns_zone_name(self) -> Optional[pulumi.Input[str]]:
|
72
|
+
return pulumi.get(self, "dns_zone_name")
|
73
|
+
|
74
|
+
@dns_zone_name.setter
|
75
|
+
def dns_zone_name(self, value: Optional[pulumi.Input[str]]):
|
76
|
+
pulumi.set(self, "dns_zone_name", value)
|
77
|
+
|
78
|
+
@property
|
79
|
+
@pulumi.getter(name="managedType")
|
80
|
+
def managed_type(self) -> Optional[pulumi.Input[str]]:
|
81
|
+
return pulumi.get(self, "managed_type")
|
82
|
+
|
83
|
+
@managed_type.setter
|
84
|
+
def managed_type(self, value: Optional[pulumi.Input[str]]):
|
85
|
+
pulumi.set(self, "managed_type", value)
|
86
|
+
|
87
|
+
@property
|
88
|
+
@pulumi.getter
|
89
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
90
|
+
return pulumi.get(self, "state")
|
91
|
+
|
92
|
+
@state.setter
|
93
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
94
|
+
pulumi.set(self, "state", value)
|
95
|
+
|
96
|
+
|
97
|
+
@pulumi.input_type
|
98
|
+
class _OracleManagedCustomEndpointState:
|
99
|
+
def __init__(__self__, *,
|
100
|
+
dns_type: Optional[pulumi.Input[str]] = None,
|
101
|
+
dns_zone_name: Optional[pulumi.Input[str]] = None,
|
102
|
+
hostname: Optional[pulumi.Input[str]] = None,
|
103
|
+
integration_instance_id: Optional[pulumi.Input[str]] = None,
|
104
|
+
managed_type: Optional[pulumi.Input[str]] = None,
|
105
|
+
state: Optional[pulumi.Input[str]] = None):
|
106
|
+
"""
|
107
|
+
Input properties used for looking up and filtering OracleManagedCustomEndpoint resources.
|
108
|
+
"""
|
109
|
+
if dns_type is not None:
|
110
|
+
pulumi.set(__self__, "dns_type", dns_type)
|
111
|
+
if dns_zone_name is not None:
|
112
|
+
pulumi.set(__self__, "dns_zone_name", dns_zone_name)
|
113
|
+
if hostname is not None:
|
114
|
+
pulumi.set(__self__, "hostname", hostname)
|
115
|
+
if integration_instance_id is not None:
|
116
|
+
pulumi.set(__self__, "integration_instance_id", integration_instance_id)
|
117
|
+
if managed_type is not None:
|
118
|
+
pulumi.set(__self__, "managed_type", managed_type)
|
119
|
+
if state is not None:
|
120
|
+
pulumi.set(__self__, "state", state)
|
121
|
+
|
122
|
+
@property
|
123
|
+
@pulumi.getter(name="dnsType")
|
124
|
+
def dns_type(self) -> Optional[pulumi.Input[str]]:
|
125
|
+
return pulumi.get(self, "dns_type")
|
126
|
+
|
127
|
+
@dns_type.setter
|
128
|
+
def dns_type(self, value: Optional[pulumi.Input[str]]):
|
129
|
+
pulumi.set(self, "dns_type", value)
|
130
|
+
|
131
|
+
@property
|
132
|
+
@pulumi.getter(name="dnsZoneName")
|
133
|
+
def dns_zone_name(self) -> Optional[pulumi.Input[str]]:
|
134
|
+
return pulumi.get(self, "dns_zone_name")
|
135
|
+
|
136
|
+
@dns_zone_name.setter
|
137
|
+
def dns_zone_name(self, value: Optional[pulumi.Input[str]]):
|
138
|
+
pulumi.set(self, "dns_zone_name", value)
|
139
|
+
|
140
|
+
@property
|
141
|
+
@pulumi.getter
|
142
|
+
def hostname(self) -> Optional[pulumi.Input[str]]:
|
143
|
+
return pulumi.get(self, "hostname")
|
144
|
+
|
145
|
+
@hostname.setter
|
146
|
+
def hostname(self, value: Optional[pulumi.Input[str]]):
|
147
|
+
pulumi.set(self, "hostname", value)
|
148
|
+
|
149
|
+
@property
|
150
|
+
@pulumi.getter(name="integrationInstanceId")
|
151
|
+
def integration_instance_id(self) -> Optional[pulumi.Input[str]]:
|
152
|
+
return pulumi.get(self, "integration_instance_id")
|
153
|
+
|
154
|
+
@integration_instance_id.setter
|
155
|
+
def integration_instance_id(self, value: Optional[pulumi.Input[str]]):
|
156
|
+
pulumi.set(self, "integration_instance_id", value)
|
157
|
+
|
158
|
+
@property
|
159
|
+
@pulumi.getter(name="managedType")
|
160
|
+
def managed_type(self) -> Optional[pulumi.Input[str]]:
|
161
|
+
return pulumi.get(self, "managed_type")
|
162
|
+
|
163
|
+
@managed_type.setter
|
164
|
+
def managed_type(self, value: Optional[pulumi.Input[str]]):
|
165
|
+
pulumi.set(self, "managed_type", value)
|
166
|
+
|
167
|
+
@property
|
168
|
+
@pulumi.getter
|
169
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
170
|
+
return pulumi.get(self, "state")
|
171
|
+
|
172
|
+
@state.setter
|
173
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
174
|
+
pulumi.set(self, "state", value)
|
175
|
+
|
176
|
+
|
177
|
+
class OracleManagedCustomEndpoint(pulumi.CustomResource):
|
178
|
+
@overload
|
179
|
+
def __init__(__self__,
|
180
|
+
resource_name: str,
|
181
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
182
|
+
dns_type: Optional[pulumi.Input[str]] = None,
|
183
|
+
dns_zone_name: Optional[pulumi.Input[str]] = None,
|
184
|
+
hostname: Optional[pulumi.Input[str]] = None,
|
185
|
+
integration_instance_id: Optional[pulumi.Input[str]] = None,
|
186
|
+
managed_type: Optional[pulumi.Input[str]] = None,
|
187
|
+
state: Optional[pulumi.Input[str]] = None,
|
188
|
+
__props__=None):
|
189
|
+
"""
|
190
|
+
Create a OracleManagedCustomEndpoint resource with the given unique name, props, and options.
|
191
|
+
:param str resource_name: The name of the resource.
|
192
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
193
|
+
"""
|
194
|
+
...
|
195
|
+
@overload
|
196
|
+
def __init__(__self__,
|
197
|
+
resource_name: str,
|
198
|
+
args: OracleManagedCustomEndpointArgs,
|
199
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
200
|
+
"""
|
201
|
+
Create a OracleManagedCustomEndpoint resource with the given unique name, props, and options.
|
202
|
+
:param str resource_name: The name of the resource.
|
203
|
+
:param OracleManagedCustomEndpointArgs args: The arguments to use to populate this resource's properties.
|
204
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
205
|
+
"""
|
206
|
+
...
|
207
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
208
|
+
resource_args, opts = _utilities.get_resource_args_opts(OracleManagedCustomEndpointArgs, pulumi.ResourceOptions, *args, **kwargs)
|
209
|
+
if resource_args is not None:
|
210
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
211
|
+
else:
|
212
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
213
|
+
|
214
|
+
def _internal_init(__self__,
|
215
|
+
resource_name: str,
|
216
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
217
|
+
dns_type: Optional[pulumi.Input[str]] = None,
|
218
|
+
dns_zone_name: Optional[pulumi.Input[str]] = None,
|
219
|
+
hostname: Optional[pulumi.Input[str]] = None,
|
220
|
+
integration_instance_id: Optional[pulumi.Input[str]] = None,
|
221
|
+
managed_type: Optional[pulumi.Input[str]] = None,
|
222
|
+
state: Optional[pulumi.Input[str]] = None,
|
223
|
+
__props__=None):
|
224
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
225
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
226
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
227
|
+
if opts.id is None:
|
228
|
+
if __props__ is not None:
|
229
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
230
|
+
__props__ = OracleManagedCustomEndpointArgs.__new__(OracleManagedCustomEndpointArgs)
|
231
|
+
|
232
|
+
__props__.__dict__["dns_type"] = dns_type
|
233
|
+
__props__.__dict__["dns_zone_name"] = dns_zone_name
|
234
|
+
if hostname is None and not opts.urn:
|
235
|
+
raise TypeError("Missing required property 'hostname'")
|
236
|
+
__props__.__dict__["hostname"] = hostname
|
237
|
+
if integration_instance_id is None and not opts.urn:
|
238
|
+
raise TypeError("Missing required property 'integration_instance_id'")
|
239
|
+
__props__.__dict__["integration_instance_id"] = integration_instance_id
|
240
|
+
__props__.__dict__["managed_type"] = managed_type
|
241
|
+
__props__.__dict__["state"] = state
|
242
|
+
super(OracleManagedCustomEndpoint, __self__).__init__(
|
243
|
+
'oci:Integration/oracleManagedCustomEndpoint:OracleManagedCustomEndpoint',
|
244
|
+
resource_name,
|
245
|
+
__props__,
|
246
|
+
opts)
|
247
|
+
|
248
|
+
@staticmethod
|
249
|
+
def get(resource_name: str,
|
250
|
+
id: pulumi.Input[str],
|
251
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
252
|
+
dns_type: Optional[pulumi.Input[str]] = None,
|
253
|
+
dns_zone_name: Optional[pulumi.Input[str]] = None,
|
254
|
+
hostname: Optional[pulumi.Input[str]] = None,
|
255
|
+
integration_instance_id: Optional[pulumi.Input[str]] = None,
|
256
|
+
managed_type: Optional[pulumi.Input[str]] = None,
|
257
|
+
state: Optional[pulumi.Input[str]] = None) -> 'OracleManagedCustomEndpoint':
|
258
|
+
"""
|
259
|
+
Get an existing OracleManagedCustomEndpoint resource's state with the given name, id, and optional extra
|
260
|
+
properties used to qualify the lookup.
|
261
|
+
|
262
|
+
:param str resource_name: The unique name of the resulting resource.
|
263
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
264
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
265
|
+
"""
|
266
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
267
|
+
|
268
|
+
__props__ = _OracleManagedCustomEndpointState.__new__(_OracleManagedCustomEndpointState)
|
269
|
+
|
270
|
+
__props__.__dict__["dns_type"] = dns_type
|
271
|
+
__props__.__dict__["dns_zone_name"] = dns_zone_name
|
272
|
+
__props__.__dict__["hostname"] = hostname
|
273
|
+
__props__.__dict__["integration_instance_id"] = integration_instance_id
|
274
|
+
__props__.__dict__["managed_type"] = managed_type
|
275
|
+
__props__.__dict__["state"] = state
|
276
|
+
return OracleManagedCustomEndpoint(resource_name, opts=opts, __props__=__props__)
|
277
|
+
|
278
|
+
@property
|
279
|
+
@pulumi.getter(name="dnsType")
|
280
|
+
def dns_type(self) -> pulumi.Output[str]:
|
281
|
+
return pulumi.get(self, "dns_type")
|
282
|
+
|
283
|
+
@property
|
284
|
+
@pulumi.getter(name="dnsZoneName")
|
285
|
+
def dns_zone_name(self) -> pulumi.Output[Optional[str]]:
|
286
|
+
return pulumi.get(self, "dns_zone_name")
|
287
|
+
|
288
|
+
@property
|
289
|
+
@pulumi.getter
|
290
|
+
def hostname(self) -> pulumi.Output[str]:
|
291
|
+
return pulumi.get(self, "hostname")
|
292
|
+
|
293
|
+
@property
|
294
|
+
@pulumi.getter(name="integrationInstanceId")
|
295
|
+
def integration_instance_id(self) -> pulumi.Output[str]:
|
296
|
+
return pulumi.get(self, "integration_instance_id")
|
297
|
+
|
298
|
+
@property
|
299
|
+
@pulumi.getter(name="managedType")
|
300
|
+
def managed_type(self) -> pulumi.Output[str]:
|
301
|
+
return pulumi.get(self, "managed_type")
|
302
|
+
|
303
|
+
@property
|
304
|
+
@pulumi.getter
|
305
|
+
def state(self) -> pulumi.Output[str]:
|
306
|
+
return pulumi.get(self, "state")
|
307
|
+
|