pulumi-oci 1.39.0a1717740308__py3-none-any.whl → 1.39.0a1717785264__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 +11 -0
- pulumi_oci/database/__init__.py +1 -0
- pulumi_oci/database/_inputs.py +44 -4
- pulumi_oci/database/autonomous_database.py +61 -14
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +25 -7
- pulumi_oci/database/get_autonomous_character_sets.py +4 -0
- pulumi_oci/database/get_autonomous_database.py +14 -1
- pulumi_oci/database/get_autonomous_database_peers.py +133 -0
- pulumi_oci/database/outputs.py +102 -6
- pulumi_oci/demandsignal/__init__.py +12 -0
- pulumi_oci/demandsignal/_inputs.py +267 -0
- pulumi_oci/demandsignal/get_occ_demand_signal.py +259 -0
- pulumi_oci/demandsignal/get_occ_demand_signals.py +183 -0
- pulumi_oci/demandsignal/occ_demand_signal.py +630 -0
- pulumi_oci/demandsignal/outputs.py +700 -0
- pulumi_oci/goldengate/_inputs.py +219 -6
- pulumi_oci/goldengate/connection.py +334 -0
- pulumi_oci/goldengate/connection_assignment.py +68 -19
- pulumi_oci/goldengate/deployment.py +88 -7
- pulumi_oci/goldengate/deployment_backup.py +122 -3
- pulumi_oci/goldengate/deployment_certificate.py +59 -10
- pulumi_oci/goldengate/get_connection.py +80 -1
- pulumi_oci/goldengate/get_connection_assignment.py +11 -1
- pulumi_oci/goldengate/get_deployment.py +25 -2
- pulumi_oci/goldengate/get_deployment_backup.py +38 -1
- pulumi_oci/goldengate/get_deployment_certificate.py +12 -2
- pulumi_oci/goldengate/get_deployment_certificates.py +3 -0
- pulumi_oci/goldengate/get_trail_files.py +2 -2
- pulumi_oci/goldengate/get_trail_sequences.py +2 -2
- pulumi_oci/goldengate/outputs.py +720 -12
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-1.39.0a1717740308.dist-info → pulumi_oci-1.39.0a1717785264.dist-info}/METADATA +1 -1
- {pulumi_oci-1.39.0a1717740308.dist-info → pulumi_oci-1.39.0a1717785264.dist-info}/RECORD +35 -28
- {pulumi_oci-1.39.0a1717740308.dist-info → pulumi_oci-1.39.0a1717785264.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.39.0a1717740308.dist-info → pulumi_oci-1.39.0a1717785264.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,7 @@ class GetConnectionResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getConnection.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, access_key_id=None, account_key=None, account_name=None, additional_attributes=None, authentication_type=None, azure_tenant_id=None, bootstrap_servers=None, client_id=None, client_secret=None, compartment_id=None, connection_factory=None, connection_id=None, connection_string=None, connection_type=None, connection_url=None, consumer_properties=None, core_site_xml=None, database_id=None, database_name=None, db_system_id=None, defined_tags=None, deployment_id=None, description=None, display_name=None, endpoint=None, fingerprint=None, freeform_tags=None, host=None, id=None, ingress_ips=None, jndi_connection_factory=None, jndi_initial_context_factory=None, jndi_provider_url=None, jndi_security_credentials=None, jndi_security_principal=None, key_id=None, key_store=None, key_store_password=None, lifecycle_details=None, nsg_ids=None, password=None, port=None, private_ip=None, private_key_file=None, private_key_passphrase=None, producer_properties=None, public_key_fingerprint=None, region=None, routing_method=None, sas_token=None, secret_access_key=None, security_protocol=None, servers=None, service_account_key_file=None, session_mode=None, should_use_jndi=None, should_validate_server_certificate=None, ssl_ca=None, ssl_cert=None, ssl_crl=None, ssl_key=None, ssl_key_password=None, ssl_mode=None, state=None, stream_pool_id=None, subnet_id=None, system_tags=None, technology_type=None, tenancy_id=None, time_created=None, time_updated=None, trust_store=None, trust_store_password=None, url=None, user_id=None, username=None, vault_id=None, wallet=None):
|
25
|
+
def __init__(__self__, access_key_id=None, account_key=None, account_name=None, additional_attributes=None, authentication_mode=None, authentication_type=None, azure_tenant_id=None, bootstrap_servers=None, client_id=None, client_secret=None, compartment_id=None, connection_factory=None, connection_id=None, connection_string=None, connection_type=None, connection_url=None, consumer_properties=None, core_site_xml=None, database_id=None, database_name=None, db_system_id=None, defined_tags=None, deployment_id=None, description=None, display_name=None, endpoint=None, fingerprint=None, freeform_tags=None, host=None, id=None, ingress_ips=None, is_lock_override=None, jndi_connection_factory=None, jndi_initial_context_factory=None, jndi_provider_url=None, jndi_security_credentials=None, jndi_security_principal=None, key_id=None, key_store=None, key_store_password=None, lifecycle_details=None, locks=None, nsg_ids=None, password=None, port=None, private_ip=None, private_key_file=None, private_key_passphrase=None, producer_properties=None, public_key_fingerprint=None, redis_cluster_id=None, region=None, routing_method=None, sas_token=None, secret_access_key=None, security_protocol=None, servers=None, service_account_key_file=None, session_mode=None, should_use_jndi=None, should_validate_server_certificate=None, ssl_ca=None, ssl_cert=None, ssl_client_keystash=None, ssl_client_keystoredb=None, ssl_crl=None, ssl_key=None, ssl_key_password=None, ssl_mode=None, ssl_server_certificate=None, state=None, stream_pool_id=None, subnet_id=None, system_tags=None, technology_type=None, tenancy_id=None, time_created=None, time_updated=None, trust_store=None, trust_store_password=None, url=None, user_id=None, username=None, vault_id=None, wallet=None):
|
26
26
|
if access_key_id and not isinstance(access_key_id, str):
|
27
27
|
raise TypeError("Expected argument 'access_key_id' to be a str")
|
28
28
|
pulumi.set(__self__, "access_key_id", access_key_id)
|
@@ -35,6 +35,9 @@ class GetConnectionResult:
|
|
35
35
|
if additional_attributes and not isinstance(additional_attributes, list):
|
36
36
|
raise TypeError("Expected argument 'additional_attributes' to be a list")
|
37
37
|
pulumi.set(__self__, "additional_attributes", additional_attributes)
|
38
|
+
if authentication_mode and not isinstance(authentication_mode, str):
|
39
|
+
raise TypeError("Expected argument 'authentication_mode' to be a str")
|
40
|
+
pulumi.set(__self__, "authentication_mode", authentication_mode)
|
38
41
|
if authentication_type and not isinstance(authentication_type, str):
|
39
42
|
raise TypeError("Expected argument 'authentication_type' to be a str")
|
40
43
|
pulumi.set(__self__, "authentication_type", authentication_type)
|
@@ -113,6 +116,9 @@ class GetConnectionResult:
|
|
113
116
|
if ingress_ips and not isinstance(ingress_ips, list):
|
114
117
|
raise TypeError("Expected argument 'ingress_ips' to be a list")
|
115
118
|
pulumi.set(__self__, "ingress_ips", ingress_ips)
|
119
|
+
if is_lock_override and not isinstance(is_lock_override, bool):
|
120
|
+
raise TypeError("Expected argument 'is_lock_override' to be a bool")
|
121
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
116
122
|
if jndi_connection_factory and not isinstance(jndi_connection_factory, str):
|
117
123
|
raise TypeError("Expected argument 'jndi_connection_factory' to be a str")
|
118
124
|
pulumi.set(__self__, "jndi_connection_factory", jndi_connection_factory)
|
@@ -140,6 +146,9 @@ class GetConnectionResult:
|
|
140
146
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
141
147
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
142
148
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
149
|
+
if locks and not isinstance(locks, list):
|
150
|
+
raise TypeError("Expected argument 'locks' to be a list")
|
151
|
+
pulumi.set(__self__, "locks", locks)
|
143
152
|
if nsg_ids and not isinstance(nsg_ids, list):
|
144
153
|
raise TypeError("Expected argument 'nsg_ids' to be a list")
|
145
154
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
@@ -164,6 +173,9 @@ class GetConnectionResult:
|
|
164
173
|
if public_key_fingerprint and not isinstance(public_key_fingerprint, str):
|
165
174
|
raise TypeError("Expected argument 'public_key_fingerprint' to be a str")
|
166
175
|
pulumi.set(__self__, "public_key_fingerprint", public_key_fingerprint)
|
176
|
+
if redis_cluster_id and not isinstance(redis_cluster_id, str):
|
177
|
+
raise TypeError("Expected argument 'redis_cluster_id' to be a str")
|
178
|
+
pulumi.set(__self__, "redis_cluster_id", redis_cluster_id)
|
167
179
|
if region and not isinstance(region, str):
|
168
180
|
raise TypeError("Expected argument 'region' to be a str")
|
169
181
|
pulumi.set(__self__, "region", region)
|
@@ -200,6 +212,12 @@ class GetConnectionResult:
|
|
200
212
|
if ssl_cert and not isinstance(ssl_cert, str):
|
201
213
|
raise TypeError("Expected argument 'ssl_cert' to be a str")
|
202
214
|
pulumi.set(__self__, "ssl_cert", ssl_cert)
|
215
|
+
if ssl_client_keystash and not isinstance(ssl_client_keystash, str):
|
216
|
+
raise TypeError("Expected argument 'ssl_client_keystash' to be a str")
|
217
|
+
pulumi.set(__self__, "ssl_client_keystash", ssl_client_keystash)
|
218
|
+
if ssl_client_keystoredb and not isinstance(ssl_client_keystoredb, str):
|
219
|
+
raise TypeError("Expected argument 'ssl_client_keystoredb' to be a str")
|
220
|
+
pulumi.set(__self__, "ssl_client_keystoredb", ssl_client_keystoredb)
|
203
221
|
if ssl_crl and not isinstance(ssl_crl, str):
|
204
222
|
raise TypeError("Expected argument 'ssl_crl' to be a str")
|
205
223
|
pulumi.set(__self__, "ssl_crl", ssl_crl)
|
@@ -212,6 +230,9 @@ class GetConnectionResult:
|
|
212
230
|
if ssl_mode and not isinstance(ssl_mode, str):
|
213
231
|
raise TypeError("Expected argument 'ssl_mode' to be a str")
|
214
232
|
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
233
|
+
if ssl_server_certificate and not isinstance(ssl_server_certificate, str):
|
234
|
+
raise TypeError("Expected argument 'ssl_server_certificate' to be a str")
|
235
|
+
pulumi.set(__self__, "ssl_server_certificate", ssl_server_certificate)
|
215
236
|
if state and not isinstance(state, str):
|
216
237
|
raise TypeError("Expected argument 'state' to be a str")
|
217
238
|
pulumi.set(__self__, "state", state)
|
@@ -287,6 +308,14 @@ class GetConnectionResult:
|
|
287
308
|
"""
|
288
309
|
return pulumi.get(self, "additional_attributes")
|
289
310
|
|
311
|
+
@property
|
312
|
+
@pulumi.getter(name="authenticationMode")
|
313
|
+
def authentication_mode(self) -> str:
|
314
|
+
"""
|
315
|
+
Authentication mode. It can be provided at creation of Oracle Autonomous Database Serverless connections, when a databaseId is provided. The default value is MTLS.
|
316
|
+
"""
|
317
|
+
return pulumi.get(self, "authentication_mode")
|
318
|
+
|
290
319
|
@property
|
291
320
|
@pulumi.getter(name="authenticationType")
|
292
321
|
def authentication_type(self) -> str:
|
@@ -488,6 +517,11 @@ class GetConnectionResult:
|
|
488
517
|
"""
|
489
518
|
return pulumi.get(self, "ingress_ips")
|
490
519
|
|
520
|
+
@property
|
521
|
+
@pulumi.getter(name="isLockOverride")
|
522
|
+
def is_lock_override(self) -> bool:
|
523
|
+
return pulumi.get(self, "is_lock_override")
|
524
|
+
|
491
525
|
@property
|
492
526
|
@pulumi.getter(name="jndiConnectionFactory")
|
493
527
|
def jndi_connection_factory(self) -> str:
|
@@ -551,6 +585,14 @@ class GetConnectionResult:
|
|
551
585
|
"""
|
552
586
|
return pulumi.get(self, "lifecycle_details")
|
553
587
|
|
588
|
+
@property
|
589
|
+
@pulumi.getter
|
590
|
+
def locks(self) -> Sequence['outputs.GetConnectionLockResult']:
|
591
|
+
"""
|
592
|
+
Locks associated with this resource.
|
593
|
+
"""
|
594
|
+
return pulumi.get(self, "locks")
|
595
|
+
|
554
596
|
@property
|
555
597
|
@pulumi.getter(name="nsgIds")
|
556
598
|
def nsg_ids(self) -> Sequence[str]:
|
@@ -601,6 +643,14 @@ class GetConnectionResult:
|
|
601
643
|
def public_key_fingerprint(self) -> str:
|
602
644
|
return pulumi.get(self, "public_key_fingerprint")
|
603
645
|
|
646
|
+
@property
|
647
|
+
@pulumi.getter(name="redisClusterId")
|
648
|
+
def redis_cluster_id(self) -> str:
|
649
|
+
"""
|
650
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Redis cluster.
|
651
|
+
"""
|
652
|
+
return pulumi.get(self, "redis_cluster_id")
|
653
|
+
|
604
654
|
@property
|
605
655
|
@pulumi.getter
|
606
656
|
def region(self) -> str:
|
@@ -688,6 +738,16 @@ class GetConnectionResult:
|
|
688
738
|
def ssl_cert(self) -> str:
|
689
739
|
return pulumi.get(self, "ssl_cert")
|
690
740
|
|
741
|
+
@property
|
742
|
+
@pulumi.getter(name="sslClientKeystash")
|
743
|
+
def ssl_client_keystash(self) -> str:
|
744
|
+
return pulumi.get(self, "ssl_client_keystash")
|
745
|
+
|
746
|
+
@property
|
747
|
+
@pulumi.getter(name="sslClientKeystoredb")
|
748
|
+
def ssl_client_keystoredb(self) -> str:
|
749
|
+
return pulumi.get(self, "ssl_client_keystoredb")
|
750
|
+
|
691
751
|
@property
|
692
752
|
@pulumi.getter(name="sslCrl")
|
693
753
|
def ssl_crl(self) -> str:
|
@@ -711,6 +771,11 @@ class GetConnectionResult:
|
|
711
771
|
"""
|
712
772
|
return pulumi.get(self, "ssl_mode")
|
713
773
|
|
774
|
+
@property
|
775
|
+
@pulumi.getter(name="sslServerCertificate")
|
776
|
+
def ssl_server_certificate(self) -> str:
|
777
|
+
return pulumi.get(self, "ssl_server_certificate")
|
778
|
+
|
714
779
|
@property
|
715
780
|
@pulumi.getter
|
716
781
|
def state(self) -> str:
|
@@ -833,6 +898,7 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
833
898
|
account_key=self.account_key,
|
834
899
|
account_name=self.account_name,
|
835
900
|
additional_attributes=self.additional_attributes,
|
901
|
+
authentication_mode=self.authentication_mode,
|
836
902
|
authentication_type=self.authentication_type,
|
837
903
|
azure_tenant_id=self.azure_tenant_id,
|
838
904
|
bootstrap_servers=self.bootstrap_servers,
|
@@ -859,6 +925,7 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
859
925
|
host=self.host,
|
860
926
|
id=self.id,
|
861
927
|
ingress_ips=self.ingress_ips,
|
928
|
+
is_lock_override=self.is_lock_override,
|
862
929
|
jndi_connection_factory=self.jndi_connection_factory,
|
863
930
|
jndi_initial_context_factory=self.jndi_initial_context_factory,
|
864
931
|
jndi_provider_url=self.jndi_provider_url,
|
@@ -868,6 +935,7 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
868
935
|
key_store=self.key_store,
|
869
936
|
key_store_password=self.key_store_password,
|
870
937
|
lifecycle_details=self.lifecycle_details,
|
938
|
+
locks=self.locks,
|
871
939
|
nsg_ids=self.nsg_ids,
|
872
940
|
password=self.password,
|
873
941
|
port=self.port,
|
@@ -876,6 +944,7 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
876
944
|
private_key_passphrase=self.private_key_passphrase,
|
877
945
|
producer_properties=self.producer_properties,
|
878
946
|
public_key_fingerprint=self.public_key_fingerprint,
|
947
|
+
redis_cluster_id=self.redis_cluster_id,
|
879
948
|
region=self.region,
|
880
949
|
routing_method=self.routing_method,
|
881
950
|
sas_token=self.sas_token,
|
@@ -888,10 +957,13 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
888
957
|
should_validate_server_certificate=self.should_validate_server_certificate,
|
889
958
|
ssl_ca=self.ssl_ca,
|
890
959
|
ssl_cert=self.ssl_cert,
|
960
|
+
ssl_client_keystash=self.ssl_client_keystash,
|
961
|
+
ssl_client_keystoredb=self.ssl_client_keystoredb,
|
891
962
|
ssl_crl=self.ssl_crl,
|
892
963
|
ssl_key=self.ssl_key,
|
893
964
|
ssl_key_password=self.ssl_key_password,
|
894
965
|
ssl_mode=self.ssl_mode,
|
966
|
+
ssl_server_certificate=self.ssl_server_certificate,
|
895
967
|
state=self.state,
|
896
968
|
stream_pool_id=self.stream_pool_id,
|
897
969
|
subnet_id=self.subnet_id,
|
@@ -938,6 +1010,7 @@ def get_connection(connection_id: Optional[str] = None,
|
|
938
1010
|
account_key=pulumi.get(__ret__, 'account_key'),
|
939
1011
|
account_name=pulumi.get(__ret__, 'account_name'),
|
940
1012
|
additional_attributes=pulumi.get(__ret__, 'additional_attributes'),
|
1013
|
+
authentication_mode=pulumi.get(__ret__, 'authentication_mode'),
|
941
1014
|
authentication_type=pulumi.get(__ret__, 'authentication_type'),
|
942
1015
|
azure_tenant_id=pulumi.get(__ret__, 'azure_tenant_id'),
|
943
1016
|
bootstrap_servers=pulumi.get(__ret__, 'bootstrap_servers'),
|
@@ -964,6 +1037,7 @@ def get_connection(connection_id: Optional[str] = None,
|
|
964
1037
|
host=pulumi.get(__ret__, 'host'),
|
965
1038
|
id=pulumi.get(__ret__, 'id'),
|
966
1039
|
ingress_ips=pulumi.get(__ret__, 'ingress_ips'),
|
1040
|
+
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
967
1041
|
jndi_connection_factory=pulumi.get(__ret__, 'jndi_connection_factory'),
|
968
1042
|
jndi_initial_context_factory=pulumi.get(__ret__, 'jndi_initial_context_factory'),
|
969
1043
|
jndi_provider_url=pulumi.get(__ret__, 'jndi_provider_url'),
|
@@ -973,6 +1047,7 @@ def get_connection(connection_id: Optional[str] = None,
|
|
973
1047
|
key_store=pulumi.get(__ret__, 'key_store'),
|
974
1048
|
key_store_password=pulumi.get(__ret__, 'key_store_password'),
|
975
1049
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
1050
|
+
locks=pulumi.get(__ret__, 'locks'),
|
976
1051
|
nsg_ids=pulumi.get(__ret__, 'nsg_ids'),
|
977
1052
|
password=pulumi.get(__ret__, 'password'),
|
978
1053
|
port=pulumi.get(__ret__, 'port'),
|
@@ -981,6 +1056,7 @@ def get_connection(connection_id: Optional[str] = None,
|
|
981
1056
|
private_key_passphrase=pulumi.get(__ret__, 'private_key_passphrase'),
|
982
1057
|
producer_properties=pulumi.get(__ret__, 'producer_properties'),
|
983
1058
|
public_key_fingerprint=pulumi.get(__ret__, 'public_key_fingerprint'),
|
1059
|
+
redis_cluster_id=pulumi.get(__ret__, 'redis_cluster_id'),
|
984
1060
|
region=pulumi.get(__ret__, 'region'),
|
985
1061
|
routing_method=pulumi.get(__ret__, 'routing_method'),
|
986
1062
|
sas_token=pulumi.get(__ret__, 'sas_token'),
|
@@ -993,10 +1069,13 @@ def get_connection(connection_id: Optional[str] = None,
|
|
993
1069
|
should_validate_server_certificate=pulumi.get(__ret__, 'should_validate_server_certificate'),
|
994
1070
|
ssl_ca=pulumi.get(__ret__, 'ssl_ca'),
|
995
1071
|
ssl_cert=pulumi.get(__ret__, 'ssl_cert'),
|
1072
|
+
ssl_client_keystash=pulumi.get(__ret__, 'ssl_client_keystash'),
|
1073
|
+
ssl_client_keystoredb=pulumi.get(__ret__, 'ssl_client_keystoredb'),
|
996
1074
|
ssl_crl=pulumi.get(__ret__, 'ssl_crl'),
|
997
1075
|
ssl_key=pulumi.get(__ret__, 'ssl_key'),
|
998
1076
|
ssl_key_password=pulumi.get(__ret__, 'ssl_key_password'),
|
999
1077
|
ssl_mode=pulumi.get(__ret__, 'ssl_mode'),
|
1078
|
+
ssl_server_certificate=pulumi.get(__ret__, 'ssl_server_certificate'),
|
1000
1079
|
state=pulumi.get(__ret__, 'state'),
|
1001
1080
|
stream_pool_id=pulumi.get(__ret__, 'stream_pool_id'),
|
1002
1081
|
subnet_id=pulumi.get(__ret__, 'subnet_id'),
|
@@ -21,7 +21,7 @@ class GetConnectionAssignmentResult:
|
|
21
21
|
"""
|
22
22
|
A collection of values returned by getConnectionAssignment.
|
23
23
|
"""
|
24
|
-
def __init__(__self__, alias_name=None, compartment_id=None, connection_assignment_id=None, connection_id=None, deployment_id=None, id=None, state=None, time_created=None, time_updated=None):
|
24
|
+
def __init__(__self__, alias_name=None, compartment_id=None, connection_assignment_id=None, connection_id=None, deployment_id=None, id=None, is_lock_override=None, state=None, time_created=None, time_updated=None):
|
25
25
|
if alias_name and not isinstance(alias_name, str):
|
26
26
|
raise TypeError("Expected argument 'alias_name' to be a str")
|
27
27
|
pulumi.set(__self__, "alias_name", alias_name)
|
@@ -40,6 +40,9 @@ class GetConnectionAssignmentResult:
|
|
40
40
|
if id and not isinstance(id, str):
|
41
41
|
raise TypeError("Expected argument 'id' to be a str")
|
42
42
|
pulumi.set(__self__, "id", id)
|
43
|
+
if is_lock_override and not isinstance(is_lock_override, bool):
|
44
|
+
raise TypeError("Expected argument 'is_lock_override' to be a bool")
|
45
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
43
46
|
if state and not isinstance(state, str):
|
44
47
|
raise TypeError("Expected argument 'state' to be a str")
|
45
48
|
pulumi.set(__self__, "state", state)
|
@@ -95,6 +98,11 @@ class GetConnectionAssignmentResult:
|
|
95
98
|
"""
|
96
99
|
return pulumi.get(self, "id")
|
97
100
|
|
101
|
+
@property
|
102
|
+
@pulumi.getter(name="isLockOverride")
|
103
|
+
def is_lock_override(self) -> bool:
|
104
|
+
return pulumi.get(self, "is_lock_override")
|
105
|
+
|
98
106
|
@property
|
99
107
|
@pulumi.getter
|
100
108
|
def state(self) -> str:
|
@@ -132,6 +140,7 @@ class AwaitableGetConnectionAssignmentResult(GetConnectionAssignmentResult):
|
|
132
140
|
connection_id=self.connection_id,
|
133
141
|
deployment_id=self.deployment_id,
|
134
142
|
id=self.id,
|
143
|
+
is_lock_override=self.is_lock_override,
|
135
144
|
state=self.state,
|
136
145
|
time_created=self.time_created,
|
137
146
|
time_updated=self.time_updated)
|
@@ -168,6 +177,7 @@ def get_connection_assignment(connection_assignment_id: Optional[str] = None,
|
|
168
177
|
connection_id=pulumi.get(__ret__, 'connection_id'),
|
169
178
|
deployment_id=pulumi.get(__ret__, 'deployment_id'),
|
170
179
|
id=pulumi.get(__ret__, 'id'),
|
180
|
+
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
171
181
|
state=pulumi.get(__ret__, 'state'),
|
172
182
|
time_created=pulumi.get(__ret__, 'time_created'),
|
173
183
|
time_updated=pulumi.get(__ret__, 'time_updated'))
|
@@ -22,7 +22,7 @@ class GetDeploymentResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getDeployment.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, compartment_id=None, cpu_core_count=None, defined_tags=None, deployment_backup_id=None, deployment_diagnostic_datas=None, deployment_id=None, deployment_type=None, deployment_url=None, description=None, display_name=None, fqdn=None, freeform_tags=None, id=None, ingress_ips=None, is_auto_scaling_enabled=None, is_healthy=None, is_latest_version=None, is_public=None, is_storage_utilization_limit_exceeded=None, license_model=None, lifecycle_details=None, lifecycle_sub_state=None, load_balancer_id=None, load_balancer_subnet_id=None, maintenance_configurations=None, maintenance_windows=None, next_maintenance_action_type=None, next_maintenance_description=None, nsg_ids=None, ogg_datas=None, private_ip_address=None, public_ip_address=None, state=None, storage_utilization_in_bytes=None, subnet_id=None, system_tags=None, time_created=None, time_of_next_maintenance=None, time_ogg_version_supported_until=None, time_updated=None, time_upgrade_required=None):
|
25
|
+
def __init__(__self__, compartment_id=None, cpu_core_count=None, defined_tags=None, deployment_backup_id=None, deployment_diagnostic_datas=None, deployment_id=None, deployment_type=None, deployment_url=None, description=None, display_name=None, fqdn=None, freeform_tags=None, id=None, ingress_ips=None, is_auto_scaling_enabled=None, is_healthy=None, is_latest_version=None, is_lock_override=None, is_public=None, is_storage_utilization_limit_exceeded=None, license_model=None, lifecycle_details=None, lifecycle_sub_state=None, load_balancer_id=None, load_balancer_subnet_id=None, locks=None, maintenance_configurations=None, maintenance_windows=None, next_maintenance_action_type=None, next_maintenance_description=None, nsg_ids=None, ogg_datas=None, private_ip_address=None, public_ip_address=None, state=None, storage_utilization_in_bytes=None, subnet_id=None, system_tags=None, time_created=None, time_of_next_maintenance=None, time_ogg_version_supported_until=None, time_updated=None, time_upgrade_required=None):
|
26
26
|
if compartment_id and not isinstance(compartment_id, str):
|
27
27
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
28
28
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -74,6 +74,9 @@ class GetDeploymentResult:
|
|
74
74
|
if is_latest_version and not isinstance(is_latest_version, bool):
|
75
75
|
raise TypeError("Expected argument 'is_latest_version' to be a bool")
|
76
76
|
pulumi.set(__self__, "is_latest_version", is_latest_version)
|
77
|
+
if is_lock_override and not isinstance(is_lock_override, bool):
|
78
|
+
raise TypeError("Expected argument 'is_lock_override' to be a bool")
|
79
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
77
80
|
if is_public and not isinstance(is_public, bool):
|
78
81
|
raise TypeError("Expected argument 'is_public' to be a bool")
|
79
82
|
pulumi.set(__self__, "is_public", is_public)
|
@@ -95,6 +98,9 @@ class GetDeploymentResult:
|
|
95
98
|
if load_balancer_subnet_id and not isinstance(load_balancer_subnet_id, str):
|
96
99
|
raise TypeError("Expected argument 'load_balancer_subnet_id' to be a str")
|
97
100
|
pulumi.set(__self__, "load_balancer_subnet_id", load_balancer_subnet_id)
|
101
|
+
if locks and not isinstance(locks, list):
|
102
|
+
raise TypeError("Expected argument 'locks' to be a list")
|
103
|
+
pulumi.set(__self__, "locks", locks)
|
98
104
|
if maintenance_configurations and not isinstance(maintenance_configurations, list):
|
99
105
|
raise TypeError("Expected argument 'maintenance_configurations' to be a list")
|
100
106
|
pulumi.set(__self__, "maintenance_configurations", maintenance_configurations)
|
@@ -280,6 +286,11 @@ class GetDeploymentResult:
|
|
280
286
|
"""
|
281
287
|
return pulumi.get(self, "is_latest_version")
|
282
288
|
|
289
|
+
@property
|
290
|
+
@pulumi.getter(name="isLockOverride")
|
291
|
+
def is_lock_override(self) -> bool:
|
292
|
+
return pulumi.get(self, "is_lock_override")
|
293
|
+
|
283
294
|
@property
|
284
295
|
@pulumi.getter(name="isPublic")
|
285
296
|
def is_public(self) -> bool:
|
@@ -336,6 +347,14 @@ class GetDeploymentResult:
|
|
336
347
|
"""
|
337
348
|
return pulumi.get(self, "load_balancer_subnet_id")
|
338
349
|
|
350
|
+
@property
|
351
|
+
@pulumi.getter
|
352
|
+
def locks(self) -> Sequence['outputs.GetDeploymentLockResult']:
|
353
|
+
"""
|
354
|
+
Locks associated with this resource.
|
355
|
+
"""
|
356
|
+
return pulumi.get(self, "locks")
|
357
|
+
|
339
358
|
@property
|
340
359
|
@pulumi.getter(name="maintenanceConfigurations")
|
341
360
|
def maintenance_configurations(self) -> Sequence['outputs.GetDeploymentMaintenanceConfigurationResult']:
|
@@ -420,7 +439,7 @@ class GetDeploymentResult:
|
|
420
439
|
@pulumi.getter(name="subnetId")
|
421
440
|
def subnet_id(self) -> str:
|
422
441
|
"""
|
423
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet of the deployment's private endpoint.
|
442
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
|
424
443
|
"""
|
425
444
|
return pulumi.get(self, "subnet_id")
|
426
445
|
|
@@ -496,6 +515,7 @@ class AwaitableGetDeploymentResult(GetDeploymentResult):
|
|
496
515
|
is_auto_scaling_enabled=self.is_auto_scaling_enabled,
|
497
516
|
is_healthy=self.is_healthy,
|
498
517
|
is_latest_version=self.is_latest_version,
|
518
|
+
is_lock_override=self.is_lock_override,
|
499
519
|
is_public=self.is_public,
|
500
520
|
is_storage_utilization_limit_exceeded=self.is_storage_utilization_limit_exceeded,
|
501
521
|
license_model=self.license_model,
|
@@ -503,6 +523,7 @@ class AwaitableGetDeploymentResult(GetDeploymentResult):
|
|
503
523
|
lifecycle_sub_state=self.lifecycle_sub_state,
|
504
524
|
load_balancer_id=self.load_balancer_id,
|
505
525
|
load_balancer_subnet_id=self.load_balancer_subnet_id,
|
526
|
+
locks=self.locks,
|
506
527
|
maintenance_configurations=self.maintenance_configurations,
|
507
528
|
maintenance_windows=self.maintenance_windows,
|
508
529
|
next_maintenance_action_type=self.next_maintenance_action_type,
|
@@ -564,6 +585,7 @@ def get_deployment(deployment_id: Optional[str] = None,
|
|
564
585
|
is_auto_scaling_enabled=pulumi.get(__ret__, 'is_auto_scaling_enabled'),
|
565
586
|
is_healthy=pulumi.get(__ret__, 'is_healthy'),
|
566
587
|
is_latest_version=pulumi.get(__ret__, 'is_latest_version'),
|
588
|
+
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
567
589
|
is_public=pulumi.get(__ret__, 'is_public'),
|
568
590
|
is_storage_utilization_limit_exceeded=pulumi.get(__ret__, 'is_storage_utilization_limit_exceeded'),
|
569
591
|
license_model=pulumi.get(__ret__, 'license_model'),
|
@@ -571,6 +593,7 @@ def get_deployment(deployment_id: Optional[str] = None,
|
|
571
593
|
lifecycle_sub_state=pulumi.get(__ret__, 'lifecycle_sub_state'),
|
572
594
|
load_balancer_id=pulumi.get(__ret__, 'load_balancer_id'),
|
573
595
|
load_balancer_subnet_id=pulumi.get(__ret__, 'load_balancer_subnet_id'),
|
596
|
+
locks=pulumi.get(__ret__, 'locks'),
|
574
597
|
maintenance_configurations=pulumi.get(__ret__, 'maintenance_configurations'),
|
575
598
|
maintenance_windows=pulumi.get(__ret__, 'maintenance_windows'),
|
576
599
|
next_maintenance_action_type=pulumi.get(__ret__, 'next_maintenance_action_type'),
|
@@ -8,6 +8,7 @@ import pulumi
|
|
8
8
|
import pulumi.runtime
|
9
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
|
+
from . import outputs
|
11
12
|
|
12
13
|
__all__ = [
|
13
14
|
'GetDeploymentBackupResult',
|
@@ -21,7 +22,7 @@ class GetDeploymentBackupResult:
|
|
21
22
|
"""
|
22
23
|
A collection of values returned by getDeploymentBackup.
|
23
24
|
"""
|
24
|
-
def __init__(__self__, backup_type=None, bucket=None, compartment_id=None, defined_tags=None, deployment_backup_id=None, deployment_id=None, display_name=None, freeform_tags=None, id=None, is_automatic=None, lifecycle_details=None, namespace=None, object=None, ogg_version=None, size_in_bytes=None, state=None, system_tags=None, time_backup_finished=None, time_created=None, time_of_backup=None, time_updated=None):
|
25
|
+
def __init__(__self__, backup_type=None, bucket=None, compartment_id=None, defined_tags=None, deployment_backup_id=None, deployment_id=None, deployment_type=None, display_name=None, freeform_tags=None, id=None, is_automatic=None, is_lock_override=None, lifecycle_details=None, locks=None, namespace=None, object=None, ogg_version=None, size_in_bytes=None, state=None, system_tags=None, time_backup_finished=None, time_created=None, time_of_backup=None, time_updated=None):
|
25
26
|
if backup_type and not isinstance(backup_type, str):
|
26
27
|
raise TypeError("Expected argument 'backup_type' to be a str")
|
27
28
|
pulumi.set(__self__, "backup_type", backup_type)
|
@@ -40,6 +41,9 @@ class GetDeploymentBackupResult:
|
|
40
41
|
if deployment_id and not isinstance(deployment_id, str):
|
41
42
|
raise TypeError("Expected argument 'deployment_id' to be a str")
|
42
43
|
pulumi.set(__self__, "deployment_id", deployment_id)
|
44
|
+
if deployment_type and not isinstance(deployment_type, str):
|
45
|
+
raise TypeError("Expected argument 'deployment_type' to be a str")
|
46
|
+
pulumi.set(__self__, "deployment_type", deployment_type)
|
43
47
|
if display_name and not isinstance(display_name, str):
|
44
48
|
raise TypeError("Expected argument 'display_name' to be a str")
|
45
49
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -52,9 +56,15 @@ class GetDeploymentBackupResult:
|
|
52
56
|
if is_automatic and not isinstance(is_automatic, bool):
|
53
57
|
raise TypeError("Expected argument 'is_automatic' to be a bool")
|
54
58
|
pulumi.set(__self__, "is_automatic", is_automatic)
|
59
|
+
if is_lock_override and not isinstance(is_lock_override, bool):
|
60
|
+
raise TypeError("Expected argument 'is_lock_override' to be a bool")
|
61
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
55
62
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
56
63
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
57
64
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
65
|
+
if locks and not isinstance(locks, list):
|
66
|
+
raise TypeError("Expected argument 'locks' to be a list")
|
67
|
+
pulumi.set(__self__, "locks", locks)
|
58
68
|
if namespace and not isinstance(namespace, str):
|
59
69
|
raise TypeError("Expected argument 'namespace' to be a str")
|
60
70
|
pulumi.set(__self__, "namespace", namespace)
|
@@ -131,6 +141,14 @@ class GetDeploymentBackupResult:
|
|
131
141
|
"""
|
132
142
|
return pulumi.get(self, "deployment_id")
|
133
143
|
|
144
|
+
@property
|
145
|
+
@pulumi.getter(name="deploymentType")
|
146
|
+
def deployment_type(self) -> str:
|
147
|
+
"""
|
148
|
+
The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
|
149
|
+
"""
|
150
|
+
return pulumi.get(self, "deployment_type")
|
151
|
+
|
134
152
|
@property
|
135
153
|
@pulumi.getter(name="displayName")
|
136
154
|
def display_name(self) -> str:
|
@@ -163,6 +181,11 @@ class GetDeploymentBackupResult:
|
|
163
181
|
"""
|
164
182
|
return pulumi.get(self, "is_automatic")
|
165
183
|
|
184
|
+
@property
|
185
|
+
@pulumi.getter(name="isLockOverride")
|
186
|
+
def is_lock_override(self) -> bool:
|
187
|
+
return pulumi.get(self, "is_lock_override")
|
188
|
+
|
166
189
|
@property
|
167
190
|
@pulumi.getter(name="lifecycleDetails")
|
168
191
|
def lifecycle_details(self) -> str:
|
@@ -171,6 +194,14 @@ class GetDeploymentBackupResult:
|
|
171
194
|
"""
|
172
195
|
return pulumi.get(self, "lifecycle_details")
|
173
196
|
|
197
|
+
@property
|
198
|
+
@pulumi.getter
|
199
|
+
def locks(self) -> Sequence['outputs.GetDeploymentBackupLockResult']:
|
200
|
+
"""
|
201
|
+
Locks associated with this resource.
|
202
|
+
"""
|
203
|
+
return pulumi.get(self, "locks")
|
204
|
+
|
174
205
|
@property
|
175
206
|
@pulumi.getter
|
176
207
|
def namespace(self) -> str:
|
@@ -264,11 +295,14 @@ class AwaitableGetDeploymentBackupResult(GetDeploymentBackupResult):
|
|
264
295
|
defined_tags=self.defined_tags,
|
265
296
|
deployment_backup_id=self.deployment_backup_id,
|
266
297
|
deployment_id=self.deployment_id,
|
298
|
+
deployment_type=self.deployment_type,
|
267
299
|
display_name=self.display_name,
|
268
300
|
freeform_tags=self.freeform_tags,
|
269
301
|
id=self.id,
|
270
302
|
is_automatic=self.is_automatic,
|
303
|
+
is_lock_override=self.is_lock_override,
|
271
304
|
lifecycle_details=self.lifecycle_details,
|
305
|
+
locks=self.locks,
|
272
306
|
namespace=self.namespace,
|
273
307
|
object=self.object,
|
274
308
|
ogg_version=self.ogg_version,
|
@@ -312,11 +346,14 @@ def get_deployment_backup(deployment_backup_id: Optional[str] = None,
|
|
312
346
|
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
313
347
|
deployment_backup_id=pulumi.get(__ret__, 'deployment_backup_id'),
|
314
348
|
deployment_id=pulumi.get(__ret__, 'deployment_id'),
|
349
|
+
deployment_type=pulumi.get(__ret__, 'deployment_type'),
|
315
350
|
display_name=pulumi.get(__ret__, 'display_name'),
|
316
351
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
317
352
|
id=pulumi.get(__ret__, 'id'),
|
318
353
|
is_automatic=pulumi.get(__ret__, 'is_automatic'),
|
354
|
+
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
319
355
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
356
|
+
locks=pulumi.get(__ret__, 'locks'),
|
320
357
|
namespace=pulumi.get(__ret__, 'namespace'),
|
321
358
|
object=pulumi.get(__ret__, 'object'),
|
322
359
|
ogg_version=pulumi.get(__ret__, 'ogg_version'),
|
@@ -21,7 +21,7 @@ class GetDeploymentCertificateResult:
|
|
21
21
|
"""
|
22
22
|
A collection of values returned by getDeploymentCertificate.
|
23
23
|
"""
|
24
|
-
def __init__(__self__, authority_key_id=None, certificate_content=None, certificate_key=None, deployment_id=None, id=None, is_ca=None, is_self_signed=None, issuer=None, key=None, md5hash=None, public_key=None, public_key_algorithm=None, public_key_size=None, serial=None, sha1hash=None, state=None, subject=None, subject_key_id=None, time_created=None, time_valid_from=None, time_valid_to=None, version=None):
|
24
|
+
def __init__(__self__, authority_key_id=None, certificate_content=None, certificate_key=None, deployment_id=None, id=None, is_ca=None, is_lock_override=None, is_self_signed=None, issuer=None, key=None, md5hash=None, public_key=None, public_key_algorithm=None, public_key_size=None, serial=None, sha1hash=None, state=None, subject=None, subject_key_id=None, time_created=None, time_valid_from=None, time_valid_to=None, version=None):
|
25
25
|
if authority_key_id and not isinstance(authority_key_id, str):
|
26
26
|
raise TypeError("Expected argument 'authority_key_id' to be a str")
|
27
27
|
pulumi.set(__self__, "authority_key_id", authority_key_id)
|
@@ -40,6 +40,9 @@ class GetDeploymentCertificateResult:
|
|
40
40
|
if is_ca and not isinstance(is_ca, bool):
|
41
41
|
raise TypeError("Expected argument 'is_ca' to be a bool")
|
42
42
|
pulumi.set(__self__, "is_ca", is_ca)
|
43
|
+
if is_lock_override and not isinstance(is_lock_override, bool):
|
44
|
+
raise TypeError("Expected argument 'is_lock_override' to be a bool")
|
45
|
+
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
43
46
|
if is_self_signed and not isinstance(is_self_signed, bool):
|
44
47
|
raise TypeError("Expected argument 'is_self_signed' to be a bool")
|
45
48
|
pulumi.set(__self__, "is_self_signed", is_self_signed)
|
@@ -101,7 +104,7 @@ class GetDeploymentCertificateResult:
|
|
101
104
|
@pulumi.getter(name="certificateContent")
|
102
105
|
def certificate_content(self) -> str:
|
103
106
|
"""
|
104
|
-
|
107
|
+
The base64 encoded content of the PEM file containing the SSL certificate.
|
105
108
|
"""
|
106
109
|
return pulumi.get(self, "certificate_content")
|
107
110
|
|
@@ -131,6 +134,11 @@ class GetDeploymentCertificateResult:
|
|
131
134
|
"""
|
132
135
|
return pulumi.get(self, "is_ca")
|
133
136
|
|
137
|
+
@property
|
138
|
+
@pulumi.getter(name="isLockOverride")
|
139
|
+
def is_lock_override(self) -> bool:
|
140
|
+
return pulumi.get(self, "is_lock_override")
|
141
|
+
|
134
142
|
@property
|
135
143
|
@pulumi.getter(name="isSelfSigned")
|
136
144
|
def is_self_signed(self) -> bool:
|
@@ -272,6 +280,7 @@ class AwaitableGetDeploymentCertificateResult(GetDeploymentCertificateResult):
|
|
272
280
|
deployment_id=self.deployment_id,
|
273
281
|
id=self.id,
|
274
282
|
is_ca=self.is_ca,
|
283
|
+
is_lock_override=self.is_lock_override,
|
275
284
|
is_self_signed=self.is_self_signed,
|
276
285
|
issuer=self.issuer,
|
277
286
|
key=self.key,
|
@@ -325,6 +334,7 @@ def get_deployment_certificate(certificate_key: Optional[str] = None,
|
|
325
334
|
deployment_id=pulumi.get(__ret__, 'deployment_id'),
|
326
335
|
id=pulumi.get(__ret__, 'id'),
|
327
336
|
is_ca=pulumi.get(__ret__, 'is_ca'),
|
337
|
+
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
328
338
|
is_self_signed=pulumi.get(__ret__, 'is_self_signed'),
|
329
339
|
issuer=pulumi.get(__ret__, 'issuer'),
|
330
340
|
key=pulumi.get(__ret__, 'key'),
|
@@ -51,6 +51,9 @@ class GetDeploymentCertificatesResult:
|
|
51
51
|
@property
|
52
52
|
@pulumi.getter(name="deploymentId")
|
53
53
|
def deployment_id(self) -> str:
|
54
|
+
"""
|
55
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deployment being referenced.
|
56
|
+
"""
|
54
57
|
return pulumi.get(self, "deployment_id")
|
55
58
|
|
56
59
|
@property
|
@@ -108,7 +108,7 @@ def get_trail_files(deployment_id: Optional[str] = None,
|
|
108
108
|
"""
|
109
109
|
This data source provides the list of Trail Files in Oracle Cloud Infrastructure Golden Gate service.
|
110
110
|
|
111
|
-
Lists the TrailFiles for a deployment.
|
111
|
+
Lists the TrailFiles for a deployment. Deprecated: Please access trail file management functions directly on OGG console which are available since version Oracle GoldenGate 23c.
|
112
112
|
|
113
113
|
## Example Usage
|
114
114
|
|
@@ -152,7 +152,7 @@ def get_trail_files_output(deployment_id: Optional[pulumi.Input[str]] = None,
|
|
152
152
|
"""
|
153
153
|
This data source provides the list of Trail Files in Oracle Cloud Infrastructure Golden Gate service.
|
154
154
|
|
155
|
-
Lists the TrailFiles for a deployment.
|
155
|
+
Lists the TrailFiles for a deployment. Deprecated: Please access trail file management functions directly on OGG console which are available since version Oracle GoldenGate 23c.
|
156
156
|
|
157
157
|
## Example Usage
|
158
158
|
|
@@ -115,7 +115,7 @@ def get_trail_sequences(deployment_id: Optional[str] = None,
|
|
115
115
|
"""
|
116
116
|
This data source provides the list of Trail Sequences in Oracle Cloud Infrastructure Golden Gate service.
|
117
117
|
|
118
|
-
Lists the Trail Sequences for a TrailFile in a given deployment.
|
118
|
+
Lists the Trail Sequences for a TrailFile in a given deployment. Deprecated: Please access trail file management functions directly on OGG console which are available since version Oracle GoldenGate 23c.
|
119
119
|
|
120
120
|
## Example Usage
|
121
121
|
|
@@ -164,7 +164,7 @@ def get_trail_sequences_output(deployment_id: Optional[pulumi.Input[str]] = None
|
|
164
164
|
"""
|
165
165
|
This data source provides the list of Trail Sequences in Oracle Cloud Infrastructure Golden Gate service.
|
166
166
|
|
167
|
-
Lists the Trail Sequences for a TrailFile in a given deployment.
|
167
|
+
Lists the Trail Sequences for a TrailFile in a given deployment. Deprecated: Please access trail file management functions directly on OGG console which are available since version Oracle GoldenGate 23c.
|
168
168
|
|
169
169
|
## Example Usage
|
170
170
|
|