pulumi-oci 1.39.0__py3-none-any.whl → 1.39.0a1717482940__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 +0 -11
- pulumi_oci/database/__init__.py +0 -1
- pulumi_oci/database/_inputs.py +4 -44
- pulumi_oci/database/autonomous_database.py +14 -61
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
- pulumi_oci/database/get_autonomous_character_sets.py +0 -4
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/outputs.py +6 -102
- pulumi_oci/goldengate/_inputs.py +6 -219
- pulumi_oci/goldengate/connection.py +0 -334
- pulumi_oci/goldengate/connection_assignment.py +19 -68
- pulumi_oci/goldengate/deployment.py +7 -88
- pulumi_oci/goldengate/deployment_backup.py +3 -122
- pulumi_oci/goldengate/deployment_certificate.py +10 -59
- pulumi_oci/goldengate/get_connection.py +1 -80
- pulumi_oci/goldengate/get_connection_assignment.py +1 -11
- pulumi_oci/goldengate/get_deployment.py +2 -25
- pulumi_oci/goldengate/get_deployment_backup.py +1 -38
- pulumi_oci/goldengate/get_deployment_certificate.py +2 -12
- pulumi_oci/goldengate/get_deployment_certificates.py +0 -3
- pulumi_oci/goldengate/get_trail_files.py +2 -2
- pulumi_oci/goldengate/get_trail_sequences.py +2 -2
- pulumi_oci/goldengate/outputs.py +12 -720
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/METADATA +1 -1
- {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/RECORD +28 -35
- pulumi_oci/database/get_autonomous_database_peers.py +0 -133
- pulumi_oci/demandsignal/__init__.py +0 -12
- pulumi_oci/demandsignal/_inputs.py +0 -267
- pulumi_oci/demandsignal/get_occ_demand_signal.py +0 -259
- pulumi_oci/demandsignal/get_occ_demand_signals.py +0 -183
- pulumi_oci/demandsignal/occ_demand_signal.py +0 -630
- pulumi_oci/demandsignal/outputs.py +0 -700
- {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.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,
|
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):
|
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,9 +35,6 @@ 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)
|
41
38
|
if authentication_type and not isinstance(authentication_type, str):
|
42
39
|
raise TypeError("Expected argument 'authentication_type' to be a str")
|
43
40
|
pulumi.set(__self__, "authentication_type", authentication_type)
|
@@ -116,9 +113,6 @@ class GetConnectionResult:
|
|
116
113
|
if ingress_ips and not isinstance(ingress_ips, list):
|
117
114
|
raise TypeError("Expected argument 'ingress_ips' to be a list")
|
118
115
|
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)
|
122
116
|
if jndi_connection_factory and not isinstance(jndi_connection_factory, str):
|
123
117
|
raise TypeError("Expected argument 'jndi_connection_factory' to be a str")
|
124
118
|
pulumi.set(__self__, "jndi_connection_factory", jndi_connection_factory)
|
@@ -146,9 +140,6 @@ class GetConnectionResult:
|
|
146
140
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
147
141
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
148
142
|
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)
|
152
143
|
if nsg_ids and not isinstance(nsg_ids, list):
|
153
144
|
raise TypeError("Expected argument 'nsg_ids' to be a list")
|
154
145
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
@@ -173,9 +164,6 @@ class GetConnectionResult:
|
|
173
164
|
if public_key_fingerprint and not isinstance(public_key_fingerprint, str):
|
174
165
|
raise TypeError("Expected argument 'public_key_fingerprint' to be a str")
|
175
166
|
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)
|
179
167
|
if region and not isinstance(region, str):
|
180
168
|
raise TypeError("Expected argument 'region' to be a str")
|
181
169
|
pulumi.set(__self__, "region", region)
|
@@ -212,12 +200,6 @@ class GetConnectionResult:
|
|
212
200
|
if ssl_cert and not isinstance(ssl_cert, str):
|
213
201
|
raise TypeError("Expected argument 'ssl_cert' to be a str")
|
214
202
|
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)
|
221
203
|
if ssl_crl and not isinstance(ssl_crl, str):
|
222
204
|
raise TypeError("Expected argument 'ssl_crl' to be a str")
|
223
205
|
pulumi.set(__self__, "ssl_crl", ssl_crl)
|
@@ -230,9 +212,6 @@ class GetConnectionResult:
|
|
230
212
|
if ssl_mode and not isinstance(ssl_mode, str):
|
231
213
|
raise TypeError("Expected argument 'ssl_mode' to be a str")
|
232
214
|
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)
|
236
215
|
if state and not isinstance(state, str):
|
237
216
|
raise TypeError("Expected argument 'state' to be a str")
|
238
217
|
pulumi.set(__self__, "state", state)
|
@@ -308,14 +287,6 @@ class GetConnectionResult:
|
|
308
287
|
"""
|
309
288
|
return pulumi.get(self, "additional_attributes")
|
310
289
|
|
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
|
-
|
319
290
|
@property
|
320
291
|
@pulumi.getter(name="authenticationType")
|
321
292
|
def authentication_type(self) -> str:
|
@@ -517,11 +488,6 @@ class GetConnectionResult:
|
|
517
488
|
"""
|
518
489
|
return pulumi.get(self, "ingress_ips")
|
519
490
|
|
520
|
-
@property
|
521
|
-
@pulumi.getter(name="isLockOverride")
|
522
|
-
def is_lock_override(self) -> bool:
|
523
|
-
return pulumi.get(self, "is_lock_override")
|
524
|
-
|
525
491
|
@property
|
526
492
|
@pulumi.getter(name="jndiConnectionFactory")
|
527
493
|
def jndi_connection_factory(self) -> str:
|
@@ -585,14 +551,6 @@ class GetConnectionResult:
|
|
585
551
|
"""
|
586
552
|
return pulumi.get(self, "lifecycle_details")
|
587
553
|
|
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
|
-
|
596
554
|
@property
|
597
555
|
@pulumi.getter(name="nsgIds")
|
598
556
|
def nsg_ids(self) -> Sequence[str]:
|
@@ -643,14 +601,6 @@ class GetConnectionResult:
|
|
643
601
|
def public_key_fingerprint(self) -> str:
|
644
602
|
return pulumi.get(self, "public_key_fingerprint")
|
645
603
|
|
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
|
-
|
654
604
|
@property
|
655
605
|
@pulumi.getter
|
656
606
|
def region(self) -> str:
|
@@ -738,16 +688,6 @@ class GetConnectionResult:
|
|
738
688
|
def ssl_cert(self) -> str:
|
739
689
|
return pulumi.get(self, "ssl_cert")
|
740
690
|
|
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
|
-
|
751
691
|
@property
|
752
692
|
@pulumi.getter(name="sslCrl")
|
753
693
|
def ssl_crl(self) -> str:
|
@@ -771,11 +711,6 @@ class GetConnectionResult:
|
|
771
711
|
"""
|
772
712
|
return pulumi.get(self, "ssl_mode")
|
773
713
|
|
774
|
-
@property
|
775
|
-
@pulumi.getter(name="sslServerCertificate")
|
776
|
-
def ssl_server_certificate(self) -> str:
|
777
|
-
return pulumi.get(self, "ssl_server_certificate")
|
778
|
-
|
779
714
|
@property
|
780
715
|
@pulumi.getter
|
781
716
|
def state(self) -> str:
|
@@ -898,7 +833,6 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
898
833
|
account_key=self.account_key,
|
899
834
|
account_name=self.account_name,
|
900
835
|
additional_attributes=self.additional_attributes,
|
901
|
-
authentication_mode=self.authentication_mode,
|
902
836
|
authentication_type=self.authentication_type,
|
903
837
|
azure_tenant_id=self.azure_tenant_id,
|
904
838
|
bootstrap_servers=self.bootstrap_servers,
|
@@ -925,7 +859,6 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
925
859
|
host=self.host,
|
926
860
|
id=self.id,
|
927
861
|
ingress_ips=self.ingress_ips,
|
928
|
-
is_lock_override=self.is_lock_override,
|
929
862
|
jndi_connection_factory=self.jndi_connection_factory,
|
930
863
|
jndi_initial_context_factory=self.jndi_initial_context_factory,
|
931
864
|
jndi_provider_url=self.jndi_provider_url,
|
@@ -935,7 +868,6 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
935
868
|
key_store=self.key_store,
|
936
869
|
key_store_password=self.key_store_password,
|
937
870
|
lifecycle_details=self.lifecycle_details,
|
938
|
-
locks=self.locks,
|
939
871
|
nsg_ids=self.nsg_ids,
|
940
872
|
password=self.password,
|
941
873
|
port=self.port,
|
@@ -944,7 +876,6 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
944
876
|
private_key_passphrase=self.private_key_passphrase,
|
945
877
|
producer_properties=self.producer_properties,
|
946
878
|
public_key_fingerprint=self.public_key_fingerprint,
|
947
|
-
redis_cluster_id=self.redis_cluster_id,
|
948
879
|
region=self.region,
|
949
880
|
routing_method=self.routing_method,
|
950
881
|
sas_token=self.sas_token,
|
@@ -957,13 +888,10 @@ class AwaitableGetConnectionResult(GetConnectionResult):
|
|
957
888
|
should_validate_server_certificate=self.should_validate_server_certificate,
|
958
889
|
ssl_ca=self.ssl_ca,
|
959
890
|
ssl_cert=self.ssl_cert,
|
960
|
-
ssl_client_keystash=self.ssl_client_keystash,
|
961
|
-
ssl_client_keystoredb=self.ssl_client_keystoredb,
|
962
891
|
ssl_crl=self.ssl_crl,
|
963
892
|
ssl_key=self.ssl_key,
|
964
893
|
ssl_key_password=self.ssl_key_password,
|
965
894
|
ssl_mode=self.ssl_mode,
|
966
|
-
ssl_server_certificate=self.ssl_server_certificate,
|
967
895
|
state=self.state,
|
968
896
|
stream_pool_id=self.stream_pool_id,
|
969
897
|
subnet_id=self.subnet_id,
|
@@ -1010,7 +938,6 @@ def get_connection(connection_id: Optional[str] = None,
|
|
1010
938
|
account_key=pulumi.get(__ret__, 'account_key'),
|
1011
939
|
account_name=pulumi.get(__ret__, 'account_name'),
|
1012
940
|
additional_attributes=pulumi.get(__ret__, 'additional_attributes'),
|
1013
|
-
authentication_mode=pulumi.get(__ret__, 'authentication_mode'),
|
1014
941
|
authentication_type=pulumi.get(__ret__, 'authentication_type'),
|
1015
942
|
azure_tenant_id=pulumi.get(__ret__, 'azure_tenant_id'),
|
1016
943
|
bootstrap_servers=pulumi.get(__ret__, 'bootstrap_servers'),
|
@@ -1037,7 +964,6 @@ def get_connection(connection_id: Optional[str] = None,
|
|
1037
964
|
host=pulumi.get(__ret__, 'host'),
|
1038
965
|
id=pulumi.get(__ret__, 'id'),
|
1039
966
|
ingress_ips=pulumi.get(__ret__, 'ingress_ips'),
|
1040
|
-
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
1041
967
|
jndi_connection_factory=pulumi.get(__ret__, 'jndi_connection_factory'),
|
1042
968
|
jndi_initial_context_factory=pulumi.get(__ret__, 'jndi_initial_context_factory'),
|
1043
969
|
jndi_provider_url=pulumi.get(__ret__, 'jndi_provider_url'),
|
@@ -1047,7 +973,6 @@ def get_connection(connection_id: Optional[str] = None,
|
|
1047
973
|
key_store=pulumi.get(__ret__, 'key_store'),
|
1048
974
|
key_store_password=pulumi.get(__ret__, 'key_store_password'),
|
1049
975
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
1050
|
-
locks=pulumi.get(__ret__, 'locks'),
|
1051
976
|
nsg_ids=pulumi.get(__ret__, 'nsg_ids'),
|
1052
977
|
password=pulumi.get(__ret__, 'password'),
|
1053
978
|
port=pulumi.get(__ret__, 'port'),
|
@@ -1056,7 +981,6 @@ def get_connection(connection_id: Optional[str] = None,
|
|
1056
981
|
private_key_passphrase=pulumi.get(__ret__, 'private_key_passphrase'),
|
1057
982
|
producer_properties=pulumi.get(__ret__, 'producer_properties'),
|
1058
983
|
public_key_fingerprint=pulumi.get(__ret__, 'public_key_fingerprint'),
|
1059
|
-
redis_cluster_id=pulumi.get(__ret__, 'redis_cluster_id'),
|
1060
984
|
region=pulumi.get(__ret__, 'region'),
|
1061
985
|
routing_method=pulumi.get(__ret__, 'routing_method'),
|
1062
986
|
sas_token=pulumi.get(__ret__, 'sas_token'),
|
@@ -1069,13 +993,10 @@ def get_connection(connection_id: Optional[str] = None,
|
|
1069
993
|
should_validate_server_certificate=pulumi.get(__ret__, 'should_validate_server_certificate'),
|
1070
994
|
ssl_ca=pulumi.get(__ret__, 'ssl_ca'),
|
1071
995
|
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'),
|
1074
996
|
ssl_crl=pulumi.get(__ret__, 'ssl_crl'),
|
1075
997
|
ssl_key=pulumi.get(__ret__, 'ssl_key'),
|
1076
998
|
ssl_key_password=pulumi.get(__ret__, 'ssl_key_password'),
|
1077
999
|
ssl_mode=pulumi.get(__ret__, 'ssl_mode'),
|
1078
|
-
ssl_server_certificate=pulumi.get(__ret__, 'ssl_server_certificate'),
|
1079
1000
|
state=pulumi.get(__ret__, 'state'),
|
1080
1001
|
stream_pool_id=pulumi.get(__ret__, 'stream_pool_id'),
|
1081
1002
|
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,
|
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):
|
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,9 +40,6 @@ 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)
|
46
43
|
if state and not isinstance(state, str):
|
47
44
|
raise TypeError("Expected argument 'state' to be a str")
|
48
45
|
pulumi.set(__self__, "state", state)
|
@@ -98,11 +95,6 @@ class GetConnectionAssignmentResult:
|
|
98
95
|
"""
|
99
96
|
return pulumi.get(self, "id")
|
100
97
|
|
101
|
-
@property
|
102
|
-
@pulumi.getter(name="isLockOverride")
|
103
|
-
def is_lock_override(self) -> bool:
|
104
|
-
return pulumi.get(self, "is_lock_override")
|
105
|
-
|
106
98
|
@property
|
107
99
|
@pulumi.getter
|
108
100
|
def state(self) -> str:
|
@@ -140,7 +132,6 @@ class AwaitableGetConnectionAssignmentResult(GetConnectionAssignmentResult):
|
|
140
132
|
connection_id=self.connection_id,
|
141
133
|
deployment_id=self.deployment_id,
|
142
134
|
id=self.id,
|
143
|
-
is_lock_override=self.is_lock_override,
|
144
135
|
state=self.state,
|
145
136
|
time_created=self.time_created,
|
146
137
|
time_updated=self.time_updated)
|
@@ -177,7 +168,6 @@ def get_connection_assignment(connection_assignment_id: Optional[str] = None,
|
|
177
168
|
connection_id=pulumi.get(__ret__, 'connection_id'),
|
178
169
|
deployment_id=pulumi.get(__ret__, 'deployment_id'),
|
179
170
|
id=pulumi.get(__ret__, 'id'),
|
180
|
-
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
181
171
|
state=pulumi.get(__ret__, 'state'),
|
182
172
|
time_created=pulumi.get(__ret__, 'time_created'),
|
183
173
|
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,
|
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):
|
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,9 +74,6 @@ 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)
|
80
77
|
if is_public and not isinstance(is_public, bool):
|
81
78
|
raise TypeError("Expected argument 'is_public' to be a bool")
|
82
79
|
pulumi.set(__self__, "is_public", is_public)
|
@@ -98,9 +95,6 @@ class GetDeploymentResult:
|
|
98
95
|
if load_balancer_subnet_id and not isinstance(load_balancer_subnet_id, str):
|
99
96
|
raise TypeError("Expected argument 'load_balancer_subnet_id' to be a str")
|
100
97
|
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)
|
104
98
|
if maintenance_configurations and not isinstance(maintenance_configurations, list):
|
105
99
|
raise TypeError("Expected argument 'maintenance_configurations' to be a list")
|
106
100
|
pulumi.set(__self__, "maintenance_configurations", maintenance_configurations)
|
@@ -286,11 +280,6 @@ class GetDeploymentResult:
|
|
286
280
|
"""
|
287
281
|
return pulumi.get(self, "is_latest_version")
|
288
282
|
|
289
|
-
@property
|
290
|
-
@pulumi.getter(name="isLockOverride")
|
291
|
-
def is_lock_override(self) -> bool:
|
292
|
-
return pulumi.get(self, "is_lock_override")
|
293
|
-
|
294
283
|
@property
|
295
284
|
@pulumi.getter(name="isPublic")
|
296
285
|
def is_public(self) -> bool:
|
@@ -347,14 +336,6 @@ class GetDeploymentResult:
|
|
347
336
|
"""
|
348
337
|
return pulumi.get(self, "load_balancer_subnet_id")
|
349
338
|
|
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
|
-
|
358
339
|
@property
|
359
340
|
@pulumi.getter(name="maintenanceConfigurations")
|
360
341
|
def maintenance_configurations(self) -> Sequence['outputs.GetDeploymentMaintenanceConfigurationResult']:
|
@@ -439,7 +420,7 @@ class GetDeploymentResult:
|
|
439
420
|
@pulumi.getter(name="subnetId")
|
440
421
|
def subnet_id(self) -> str:
|
441
422
|
"""
|
442
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet of the deployment's private endpoint.
|
423
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet of the deployment's private endpoint.
|
443
424
|
"""
|
444
425
|
return pulumi.get(self, "subnet_id")
|
445
426
|
|
@@ -515,7 +496,6 @@ class AwaitableGetDeploymentResult(GetDeploymentResult):
|
|
515
496
|
is_auto_scaling_enabled=self.is_auto_scaling_enabled,
|
516
497
|
is_healthy=self.is_healthy,
|
517
498
|
is_latest_version=self.is_latest_version,
|
518
|
-
is_lock_override=self.is_lock_override,
|
519
499
|
is_public=self.is_public,
|
520
500
|
is_storage_utilization_limit_exceeded=self.is_storage_utilization_limit_exceeded,
|
521
501
|
license_model=self.license_model,
|
@@ -523,7 +503,6 @@ class AwaitableGetDeploymentResult(GetDeploymentResult):
|
|
523
503
|
lifecycle_sub_state=self.lifecycle_sub_state,
|
524
504
|
load_balancer_id=self.load_balancer_id,
|
525
505
|
load_balancer_subnet_id=self.load_balancer_subnet_id,
|
526
|
-
locks=self.locks,
|
527
506
|
maintenance_configurations=self.maintenance_configurations,
|
528
507
|
maintenance_windows=self.maintenance_windows,
|
529
508
|
next_maintenance_action_type=self.next_maintenance_action_type,
|
@@ -585,7 +564,6 @@ def get_deployment(deployment_id: Optional[str] = None,
|
|
585
564
|
is_auto_scaling_enabled=pulumi.get(__ret__, 'is_auto_scaling_enabled'),
|
586
565
|
is_healthy=pulumi.get(__ret__, 'is_healthy'),
|
587
566
|
is_latest_version=pulumi.get(__ret__, 'is_latest_version'),
|
588
|
-
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
589
567
|
is_public=pulumi.get(__ret__, 'is_public'),
|
590
568
|
is_storage_utilization_limit_exceeded=pulumi.get(__ret__, 'is_storage_utilization_limit_exceeded'),
|
591
569
|
license_model=pulumi.get(__ret__, 'license_model'),
|
@@ -593,7 +571,6 @@ def get_deployment(deployment_id: Optional[str] = None,
|
|
593
571
|
lifecycle_sub_state=pulumi.get(__ret__, 'lifecycle_sub_state'),
|
594
572
|
load_balancer_id=pulumi.get(__ret__, 'load_balancer_id'),
|
595
573
|
load_balancer_subnet_id=pulumi.get(__ret__, 'load_balancer_subnet_id'),
|
596
|
-
locks=pulumi.get(__ret__, 'locks'),
|
597
574
|
maintenance_configurations=pulumi.get(__ret__, 'maintenance_configurations'),
|
598
575
|
maintenance_windows=pulumi.get(__ret__, 'maintenance_windows'),
|
599
576
|
next_maintenance_action_type=pulumi.get(__ret__, 'next_maintenance_action_type'),
|
@@ -8,7 +8,6 @@ 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
|
12
11
|
|
13
12
|
__all__ = [
|
14
13
|
'GetDeploymentBackupResult',
|
@@ -22,7 +21,7 @@ class GetDeploymentBackupResult:
|
|
22
21
|
"""
|
23
22
|
A collection of values returned by getDeploymentBackup.
|
24
23
|
"""
|
25
|
-
def __init__(__self__, backup_type=None, bucket=None, compartment_id=None, defined_tags=None, deployment_backup_id=None, deployment_id=None,
|
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):
|
26
25
|
if backup_type and not isinstance(backup_type, str):
|
27
26
|
raise TypeError("Expected argument 'backup_type' to be a str")
|
28
27
|
pulumi.set(__self__, "backup_type", backup_type)
|
@@ -41,9 +40,6 @@ class GetDeploymentBackupResult:
|
|
41
40
|
if deployment_id and not isinstance(deployment_id, str):
|
42
41
|
raise TypeError("Expected argument 'deployment_id' to be a str")
|
43
42
|
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)
|
47
43
|
if display_name and not isinstance(display_name, str):
|
48
44
|
raise TypeError("Expected argument 'display_name' to be a str")
|
49
45
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -56,15 +52,9 @@ class GetDeploymentBackupResult:
|
|
56
52
|
if is_automatic and not isinstance(is_automatic, bool):
|
57
53
|
raise TypeError("Expected argument 'is_automatic' to be a bool")
|
58
54
|
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)
|
62
55
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
63
56
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
64
57
|
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)
|
68
58
|
if namespace and not isinstance(namespace, str):
|
69
59
|
raise TypeError("Expected argument 'namespace' to be a str")
|
70
60
|
pulumi.set(__self__, "namespace", namespace)
|
@@ -141,14 +131,6 @@ class GetDeploymentBackupResult:
|
|
141
131
|
"""
|
142
132
|
return pulumi.get(self, "deployment_id")
|
143
133
|
|
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
|
-
|
152
134
|
@property
|
153
135
|
@pulumi.getter(name="displayName")
|
154
136
|
def display_name(self) -> str:
|
@@ -181,11 +163,6 @@ class GetDeploymentBackupResult:
|
|
181
163
|
"""
|
182
164
|
return pulumi.get(self, "is_automatic")
|
183
165
|
|
184
|
-
@property
|
185
|
-
@pulumi.getter(name="isLockOverride")
|
186
|
-
def is_lock_override(self) -> bool:
|
187
|
-
return pulumi.get(self, "is_lock_override")
|
188
|
-
|
189
166
|
@property
|
190
167
|
@pulumi.getter(name="lifecycleDetails")
|
191
168
|
def lifecycle_details(self) -> str:
|
@@ -194,14 +171,6 @@ class GetDeploymentBackupResult:
|
|
194
171
|
"""
|
195
172
|
return pulumi.get(self, "lifecycle_details")
|
196
173
|
|
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
|
-
|
205
174
|
@property
|
206
175
|
@pulumi.getter
|
207
176
|
def namespace(self) -> str:
|
@@ -295,14 +264,11 @@ class AwaitableGetDeploymentBackupResult(GetDeploymentBackupResult):
|
|
295
264
|
defined_tags=self.defined_tags,
|
296
265
|
deployment_backup_id=self.deployment_backup_id,
|
297
266
|
deployment_id=self.deployment_id,
|
298
|
-
deployment_type=self.deployment_type,
|
299
267
|
display_name=self.display_name,
|
300
268
|
freeform_tags=self.freeform_tags,
|
301
269
|
id=self.id,
|
302
270
|
is_automatic=self.is_automatic,
|
303
|
-
is_lock_override=self.is_lock_override,
|
304
271
|
lifecycle_details=self.lifecycle_details,
|
305
|
-
locks=self.locks,
|
306
272
|
namespace=self.namespace,
|
307
273
|
object=self.object,
|
308
274
|
ogg_version=self.ogg_version,
|
@@ -346,14 +312,11 @@ def get_deployment_backup(deployment_backup_id: Optional[str] = None,
|
|
346
312
|
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
347
313
|
deployment_backup_id=pulumi.get(__ret__, 'deployment_backup_id'),
|
348
314
|
deployment_id=pulumi.get(__ret__, 'deployment_id'),
|
349
|
-
deployment_type=pulumi.get(__ret__, 'deployment_type'),
|
350
315
|
display_name=pulumi.get(__ret__, 'display_name'),
|
351
316
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
352
317
|
id=pulumi.get(__ret__, 'id'),
|
353
318
|
is_automatic=pulumi.get(__ret__, 'is_automatic'),
|
354
|
-
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
355
319
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
356
|
-
locks=pulumi.get(__ret__, 'locks'),
|
357
320
|
namespace=pulumi.get(__ret__, 'namespace'),
|
358
321
|
object=pulumi.get(__ret__, 'object'),
|
359
322
|
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,
|
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):
|
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,9 +40,6 @@ 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)
|
46
43
|
if is_self_signed and not isinstance(is_self_signed, bool):
|
47
44
|
raise TypeError("Expected argument 'is_self_signed' to be a bool")
|
48
45
|
pulumi.set(__self__, "is_self_signed", is_self_signed)
|
@@ -104,7 +101,7 @@ class GetDeploymentCertificateResult:
|
|
104
101
|
@pulumi.getter(name="certificateContent")
|
105
102
|
def certificate_content(self) -> str:
|
106
103
|
"""
|
107
|
-
|
104
|
+
A PEM-encoded SSL certificate.
|
108
105
|
"""
|
109
106
|
return pulumi.get(self, "certificate_content")
|
110
107
|
|
@@ -134,11 +131,6 @@ class GetDeploymentCertificateResult:
|
|
134
131
|
"""
|
135
132
|
return pulumi.get(self, "is_ca")
|
136
133
|
|
137
|
-
@property
|
138
|
-
@pulumi.getter(name="isLockOverride")
|
139
|
-
def is_lock_override(self) -> bool:
|
140
|
-
return pulumi.get(self, "is_lock_override")
|
141
|
-
|
142
134
|
@property
|
143
135
|
@pulumi.getter(name="isSelfSigned")
|
144
136
|
def is_self_signed(self) -> bool:
|
@@ -280,7 +272,6 @@ class AwaitableGetDeploymentCertificateResult(GetDeploymentCertificateResult):
|
|
280
272
|
deployment_id=self.deployment_id,
|
281
273
|
id=self.id,
|
282
274
|
is_ca=self.is_ca,
|
283
|
-
is_lock_override=self.is_lock_override,
|
284
275
|
is_self_signed=self.is_self_signed,
|
285
276
|
issuer=self.issuer,
|
286
277
|
key=self.key,
|
@@ -334,7 +325,6 @@ def get_deployment_certificate(certificate_key: Optional[str] = None,
|
|
334
325
|
deployment_id=pulumi.get(__ret__, 'deployment_id'),
|
335
326
|
id=pulumi.get(__ret__, 'id'),
|
336
327
|
is_ca=pulumi.get(__ret__, 'is_ca'),
|
337
|
-
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
338
328
|
is_self_signed=pulumi.get(__ret__, 'is_self_signed'),
|
339
329
|
issuer=pulumi.get(__ret__, 'issuer'),
|
340
330
|
key=pulumi.get(__ret__, 'key'),
|
@@ -51,9 +51,6 @@ 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
|
-
"""
|
57
54
|
return pulumi.get(self, "deployment_id")
|
58
55
|
|
59
56
|
@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.
|
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.
|
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.
|
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.
|
168
168
|
|
169
169
|
## Example Usage
|
170
170
|
|